@charset "utf-8";

/*-------------------------
  General Styles
--------------------------*/
@font-face {
  font-family: 'pingfang';
url('../fonts/pingfang regular.ttf') format('truetype'),
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding-top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body, div, p, span {
  font-family: 'pingfang', Arial;
}


/*-----------------------------------
  Navigation Bar Styles
------------------------------------*/

.navbar {
  padding: 0;
  border-color: transparent;
  border: 0;
}

.aaaa button {
        margin: 0 40px;
        font-size: 20px;
        background: none;
        border: none;
        position: relative;
        --padding-block: 20px;
        --padding-inline: 60px;
        --arrow: 50px;
        --arrow-stripes: 8px;
        padding: var(--padding-block) var(--padding-inline);
        padding-right: calc(var(--padding-inline) + var(--arrow));
        filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
        color: #ffffff;
        border-radius: 999vmax 0 0 999vmax;
        cursor: pointer;
        transition: all 125ms;
}
.bbbb button {
        margin: 0 40px;
        font-size: 20px;
        background: none;
        border: none;
        position: relative;
        --padding-block: 20px;
        --padding-inline: 60px;
        --arrow: 50px;
        --arrow-stripes: 8px;
        padding: var(--padding-block) var(--padding-inline);
        padding-right: calc(var(--padding-inline) + var(--arrow));
        filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
        color: #ad9b68;
        border-radius: 999vmax 0 0 999vmax;
        cursor: pointer;
        transition: all 125ms;
}
ul .aaaa{
   color: #ffffff;
    
}
ul .bbbb{
   color: #d19d4b;
}
ul button:active {
  scale: .975;
}  
ul button:hover::after{
  animation-play-state: paused;
}
.bbbb button::after{
  content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background-color: #f7f7f7;
    background-image: linear-gradient(transparent 50%, #f7f7f7 0);
    animation: mask-position 5s linear infinite;
    --conic-stops: black 0 90deg, #0000 0;
    --linear-stops: #0000 0px, black 1px var(--arrow-stripes), #0000 calc(var(--arrow-stripes) + 1px) calc(var(--arrow-stripes)* 2);
    --mask-image: conic-gradient(from 225deg at right, var(--conic-stops)), conic-gradient(from 225deg at right, var(--conic-stops)), repeating-linear-gradient(-135deg, var(--linear-stops)), repeating-linear-gradient(-45deg, var(--linear-stops));
    --mask-position: 0 0, 0 0, 0 0, 0 100%;
    --mask-position-to: 0, 0, -100% 0, -100% 100%;
    --mask-size: calc(100% - var(--arrow)) 100%, 100%, 200% 50%, 200% 50%;
    --mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
    -webkit-mask-image: var(--mask-image);
    -webkit-mask-position: var(--mask-position);
    -webkit-mask-size: var(--mask-size);
    -webkit-mask-repeat: var(--mask-repeat);
    -webkit-mask-composite: source-over, source-out, source-over, source-over;
    mask-image: var(--mask-image);
    mask-position: var(--mask-position);
    mask-size: var(--mask-size);
    mask-repeat: var(--mask-repeat);
    mask-composite: add, subtract, add, add;
}

.aaaa button::after{
  content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    background-color: #ad9b68;
    background-image: linear-gradient(transparent 50%, #ad9b68 0);
    animation: mask-position 5s linear infinite;
    --conic-stops: black 0 90deg, #0000 0;
    --linear-stops: #0000 0px, black 1px var(--arrow-stripes), #0000 calc(var(--arrow-stripes) + 1px) calc(var(--arrow-stripes)* 2);
    --mask-image: conic-gradient(from 225deg at right, var(--conic-stops)), conic-gradient(from 225deg at right, var(--conic-stops)), repeating-linear-gradient(-135deg, var(--linear-stops)), repeating-linear-gradient(-45deg, var(--linear-stops));
    --mask-position: 0 0, 0 0, 0 0, 0 100%;
    --mask-position-to: 0, 0, -100% 0, -100% 100%;
    --mask-size: calc(100% - var(--arrow)) 100%, 100%, 200% 50%, 200% 50%;
    --mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
    -webkit-mask-image: var(--mask-image);
    -webkit-mask-position: var(--mask-position);
    -webkit-mask-size: var(--mask-size);
    -webkit-mask-repeat: var(--mask-repeat);
    -webkit-mask-composite: source-over, source-out, source-over, source-over;
    mask-image: var(--mask-image);
    mask-position: var(--mask-position);
    mask-size: var(--mask-size);
    mask-repeat: var(--mask-repeat);
    mask-composite: add, subtract, add, add;
}

@keyframes mask-position {
  to { 
    -webkit-mask-position: var(--mask-position-to);
    mask-position: var(--mask-position-to);
  }
}

@media screen and (max-width:767px){
    .banner ul {
    top: 35%;
    display: none;
}
    .aaaa button {
        margin: 20px 40px;
        font-size: 20px;
        background: none;
        border: none;
        position: relative;
        --padding-block: 20px;
        --padding-inline: 60px;
        --arrow: 50px;
        --arrow-stripes: 8px;
        padding: var(--padding-block) var(--padding-inline);
        padding-right: calc(var(--padding-inline) + var(--arrow));
        filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
        color: #ffffff;
        border-radius: 999vmax 0 0 999vmax;
        cursor: pointer;
        transition: all 125ms;
}
.bbbb button {
        margin: 0 40px;
        font-size: 20px;
        background: none;
        border: none;
        position: relative;
        --padding-block: 20px;
        --padding-inline: 60px;
        --arrow: 50px;
        --arrow-stripes: 8px;
        padding: var(--padding-block) var(--padding-inline);
        padding-right: calc(var(--padding-inline) + var(--arrow));
        filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
        color: #d19d4b;
        border-radius: 999vmax 0 0 999vmax;
        cursor: pointer;
        transition: all 125ms;
}
    
}
/* Contract the navbar while scrolling */

#myNavbar {
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Brand name */

.brandStyle {
  padding: 0;
  margin: 0 0 0 !important;
  padding: 15px 0;
  height: auto;
}
.brandStyle a{
  display: block;
}
.brandStyle img {
  display: block;
  float: left;
  width: auto;
  height: 70px;
  transition: height .4s;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -ms-transition: height .4s;
  -o-transition: height .4s;
}

.brandStyle p {
  color: #333;
  font-size: 20px;
  float: left;
  display: block;
  line-height: 80px;
  font-weight: bold;
  margin-left: 15px;
}

.brandStyle span {
  display: block;
}
.index_main{
  padding-top: 10px;
}
/* Menu */

/*-----------------------------------
  Main Picture
------------------------------------*/
.noBorder {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #f5f5f5;
}
.noBorder.scrolled{
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -ms-box-shadow: 1px 1px 5px #ccc;
  -o-box-shadow: 1px 1px 5px #ccc;
  -webkit-box-shadow: 1px 1px 5px #ccc;
}
.noBorder .container{
  width: 100%;
  padding: 0 50px;
}
.navbar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > a {
  font-size: 16px;
  color: #333 !important;
  font-weight: normal;
  padding: 40px 10px 30px;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition: padding .4s;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -ms-transition: padding .4s;
  -o-transition: padding .4s;
}

.navbar-nav > li.active > a {
  background: transparent !important;
  color: #fff!important;
}
.navbar-nav > li.active > a>p,.navbar-nav > li.active > a>span{
  color: #e10000!important;
}
.navbar-nav > li:hover > a {
  background: transparent !important;
}

.navbar-nav > li.active:hover > a {

}

.navbar-nav > li > a> p {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
}
.navbar-nav > li > a> span{
  font-size: 14px;
  color: #999;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  height: auto;
  overflow: hidden;
  top: calc(100%);
  border-color: #ffffff;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  border: 0;
  left: 0px !important;
  padding: 0 15px;
  border-top: 3px solid #e10000;
}
.navbar-nav > li.active{
  
}
.dropdown-menu > li {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding: 10px 15px 10px 20px;

}

.dropdown-menu > li:hover:before{
  color: #d52323;
}
.dropdown-menu > li:last-child{
  border-bottom: 0;
}
.dropdown-menu > li > a {
  display: block;
  color: #000 !important;
  padding: 0;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  position: inherit;
  white-space: normal;
  text-align: left;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: underline;
  color: #e10000 !important;
  background: transparent;
}

.navbar-nav > li.nav_li_pro {
  position: inherit;
}

.navbar-nav > li.nav_li_pro .dropdown-menu {
  left: 0 !important;
  border-radius: inherit;
}

.navbar-nav > li.nav_li_pro .dropdown-menu > li {
  display: inline-block;
  float: initial;;
  padding: 0 20px;
  border: none;
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h2{
  margin-bottom: 10px;
  font-size: 16px;
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h3{

}


.navbar-nav > li.nav_li_pro .dropdown-menu > li h2 a {
  color: #58585e;
}
.navbar-nav > li.nav_li_pro .dropdown-menu > li h3 a {
  padding-left: 0 !important;
  color: #888;
  padding: 4px 0;
  line-height: 20px;
  font-size: 15px;
}
.navbar-nav > li:nth-child(2) > .dropdown-menu {
  /*display: block!important;*/
}

.navbar-nav > li:nth-child(4) > .dropdown-menu {
  /*display: block !important;*/
}

.navbar-nav > li > .dropdown-menu.p_menu {
  height: auto;
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  overflow: hidden;
  padding: 45px calc(50% - 600px);
  background: #e6e6e6;
  margin:0 auto;
  text-align: center;
}
.dropdown-menu.p_menu li{
  display: inline-block;
}
.dropdown-menu.p_menu li a{
  display: block;
  text-align: center;
}

.dropdown-menu.p_menu li img{
  width: 150px;
  display: block;
}
.dropdown-menu.p_menu li p{
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  padding: 10px 0;
  display: block;
}

.m_search {
  float: right;
  display: none;
}

.m_search .search_all {
  margin-top: 18px;
}

.m_search .search_all i {
  padding-right: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}
.navbar-nav > li:nth-last-child(2){
  border-right-color: #dddddd;
}
.navbar-nav > li.zhaoshang{
  overflow: hidden;
  padding: 40px 0 30px;
  margin-left: 50px;
  border-left: 0;
  transition: padding .4s;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -ms-transition: padding .4s;
  -o-transition: padding .4s;
}

.navbar-nav > li.zhaoshang i{
  font-size: 30px;
  color: #e10000;
  float: left;
  display: block;
  line-height: 30px;
}

.navbar-nav > li.zhaoshang div{
  float: left;
  margin-left: 7px;
}
.navbar-nav > li.zhaoshang div p{
  font-size: 20px;
  line-height: 50px;
  color: #e10000;
  display: block;
}
.navbar-nav > li.zhaoshang div span{
  font-size: 16px;
  line-height: 30px;
  color: #e10000;
  display: block;
}


.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.center {
  text-align: center;
}

.dropdown ul.dropdown-menu {
  width: 100% !important;
  right: inherit;
  left: 0;
}

.noBorder.scrolled .navbar-nav > li > a{
  padding:25px 10px;
}

.noBorder.scrolled .navbar-nav > li.zhaoshang{
  padding:25px 0;
}

.noBorder.scrolled .brandStyle img{
  height: 50px;
}

.banner_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner{

}

.banner_swiper img{
  width: 100%;
  display: block;
}

.banner_swiper .swiper-button-next{
  right: 15%;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.banner_swiper .swiper-button-prev{
  left: 15%;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.banner_swiper:hover .swiper-button-next,.banner_swiper:hover .swiper-button-prev{
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  pointer-events:all;
}
.swiper-pagination-bullet{
  background: #7d7d7d;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.swiper-pagination-bullet-active{
  background: #e10000;
  width: 35px;
  border-radius: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 15px;
}
.swiper-button-next,.swiper-button-prev{
  background: transparent;
}
.swiper-button-next:after {
  content: '\e63f';
  font-family: 'icon';
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.swiper-button-prev:after {
  content: '\e640';
  font-family: 'icon';
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}




/*棣栭〉鏈€鏂版柊闂?/
.index_new_news{
  /*-moz-box-shadow:0px 3px 5px #d4d4d4;
  -webkit-box-shadow:0px 3px 5px #d4d4d4; 
  box-shadow:0px 3px 5px #d4d4d4;*/
  border-bottom: 1px solid #e0e0e0;
}

.index_new_news .smarticker .sec1-2{
  font-size: 16px;
  line-height: 50px;
}

.index_new_news .size1{
  height: 50px;
}

.index_new_news .smarticker li{
  line-height: 50px;
}
.index_new_news .theme1 .smarticker-news a{
  font-size: 15px;
}

.index_new_news li a:hover{
  color: #e10000;
  text-decoration: underline;
}

.index_new_news .size1{
  width: 80%;
  float: left;
}

.index_new_news_more{
  width:auto;
  display: inline-block;
  float: right;
  padding:20px 35px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.index_new_news .size1.shadow{
  box-shadow: none;
}
.index_new_news_more a{
  overflow: hidden;
  display: block;
}
.index_new_news_more a i{
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  float: left;
  color: #666666;
  margin-right: 10px;
}

.index_new_news_more a p{
  color: #666;
  font-size: 14px;
  line-height: 25px;
  float: left;
  display: inline-block;
}



.box {
  height:35px;
  background:#000;
  overflow:hidden
}
.t_news {
  height:25px;
  color:#fff;
  padding-left:10px;
  margin:20px 0;
  overflow:hidden;
  position:relative;
  float: left;
  width: 80%;

}
.t_news b {
  line-height:25px;
  font-weight:700;
  display:inline-block;
  color: #fff;
  padding: 0 10px;
  background: #e10000;
  border-radius: 30px;
}
.news_li,.swap {
  line-height:25px;
  display:inline-block;
  position:absolute;
  top:0;
  left:95px;
}
.news_li a,.swap a {
  color:#333;
  line-height:25px;
  display: block;
}
.swap {
  top:25px
}


/**/

.index_product{
  padding: 15px 0;
}

.in_pro_title{
  text-align: center;
  padding-bottom: 50px;
}
.in_pro_title h2{
  padding: 0 0 25px;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

.in_pro_title h3{
  font-size: 16px;
  color: #666;
}
.in_pro_list{
  background: #fff;
}

.in_pro_list_ul{
  overflow: hidden;
  padding: 10px;
}

.in_pro_list_ul li{
  width: 23%;
  float: left;
  margin: 0 1%;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: #ddd 1px 5px 10px 3px;
  transition: background .4s;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -ms-transition: background .4s;
  -o-transition: background .4s;
}
.in_pro_list_ul li .img{
  text-align: center;
  width: 100%;
}
.in_pro_list_ul li .img i{
  font-size: 70px;
  line-height: 1;
  color: #333;
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
}
.in_pro_list_ul li .img .img_i{
  display: inline-block;
  border-radius: 50%;
  /*background: red;*/
}

.in_pro_list_ul li .img p{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  display: block;
}

.in_pro_list_ul li .img span{
  color: #949a9e;
  font-size: 14px;
  display: block;
}
.in_pro_list_ul li .txt{
  text-align: center;
  padding: 20px 0 10px;
}
.in_pro_list_ul li .txt p{
  font-size: 14px;
  line-height: 24px;
  color: #373d41;
}
.in_pro_list_ul li .txt a{
  padding: 7px 25px;
  font-size: 15px;
  border-radius: 30px;
  color: #e10000;
  background:#fff;
  margin-top: 15px;
  display: inline-block;
  opacity: 0;
}
.in_pro_list_ul li.active{
  background: #e10000;
  -moz-box-shadow:0px 2px 8px #333333; 
  -webkit-box-shadow:0px 2px 8px #333333; 
  box-shadow:0px 2px 8px #333333;
}
.in_pro_list_ul li.active .img{

}
.in_pro_list_ul li.active .img .img_i{
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.in_pro_list_ul li.active .img i{
  color: #e10000;
  font-size: 40px;
}
.in_pro_list_ul li.active .txt{

}
.in_pro_list_ul li.active .txt p{
  color: #fff;
}

.in_pro_list_ul li.active .img p{
  color: #fff;
}
.in_pro_list_ul li.active .img span{
  color: #f3d1d1;
}
.in_pro_list_ul li.active .txt a{
  display: inline-block;
  opacity: 1;
}
/*棣栭〉涓氬姟瀹?/



/*鍚堜綔娴佺▼*/

.index_cooperation{
  padding: 20px 0;
}

.cooperation_ttitle{
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.cooperation_ttitle h2{
  padding: 0 0 20px;
  font-size: 50px;
  line-height: 60px;
  color: #e10000;
}

.cooperation_ttitle h3{
  font-size: 16px;
  color: #666;
}

.cooperation_list{
  padding-bottom: 30px;
}

.cooperation_list_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
}






/*鍚堜綔娴佺▼瀹?/



/*妗堜緥涓績*/


.index_case{
  padding: 50px 0 10px;
}

.case_title{
  text-align: center;
  padding-bottom: 30px;
}

.case_title h2{
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

.case_title h3{
  font-size: 16px;
  color: #666;
}

.in_case_list{

}

.in_case_list_ul{
  overflow: hidden;
  text-align: center;
}

.in_case_list_ul li{
  display: inline-block;
  padding: 3px 0;
}

.in_case_list_ul li a{
  display: inline-block;
  padding: 0 28px;
  height: 24px;
  line-height: 24px;
  color: #606060;
  font-size: 16px;
  border-left: 1px solid #bfbfbf;
}
.in_case_list_ul li:first-child a{
  border-left: none;
}
.in_case_list_ul li.active a{
  color: #e10000;
}

.in_case_main{
  padding: 50px 0 30px;
  overflow: hidden;
}
.in_case_box{
  max-height: 1270px;
  overflow: hidden;
}
.in_case_box .box_main{
  display: none;
}

.in_case_box_ul{
  overflow: hidden;
}

.in_case_box_ul>li{
  width: 32%;
  float: left;
  padding: 0 5px;
  margin-bottom: 25px;
}
.in_case_box_ul>li:nth-child(3n-1){
  margin-left: 1%;
  margin-right: 1%;
}
.in_case_box_ul>li .img{
  position: relative;
}
.in_case_box_ul>li .img>a{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.in_case_box_ul>li .img img{
  display: block;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.in_case_box_ul>li:hover .img img{
  transform: scale(1.1);
}

.in_case_box_ul .img a .img_links {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  text-align: center;
  -webkit-animation: zoomIn 0.6s ease forwards;
  animation: zoomIn 0.6s ease forwards;
}

.in_case_box_ul .img a .img_links .pro_txt{
  padding: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.in_case_box_ul .img a .img_links .pro_txt h3{
  font-size: 16px;
  line-height:30px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px
}
.in_case_box_ul .img a .img_links .pro_txt p{
  font-size: 14px;
  line-height:20px;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.in_case_box_ul .img a .img_links .pro_txt span{
  font-size: 14px;
  line-height:20px;
  color: #e10000;
  display: block;
  font-weight: bold;
}
.in_case_box_ul .img a:hover .img_links {
  display: block;
}

.in_case_box_ul .img a img {
  display: block;
  width: 100%;
  height: 263px;
  transition: all 0.8s ease;
  border: 1px solid #efefef;
}

.in_case_box_ul .img a:hover img {

}

.in_case_box_ul li .txt{
  overflow: hidden;
  padding: 8px 10px 10px;
  background: #f8f8f8;
}
.in_case_box_ul li .txt h2{
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
.in_case_box_ul li .txt h2 a{
  font-size: 14px;
  width: calc(100% - 130px);
  color: #555;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.in_case_box_ul li .txt h2 p{
  float: right;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  display: block;
  color: #999;
}
.in_case_box_ul li .txt .txt_p{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
} 
.in_case_box_ul li .txt .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: inline-block;
  padding-left: 5px;
  width: auto;
  float: left;
}

.in_case_box_ul li .txt_p{
  overflow: hidden;
}
.in_case_box_ul li .txt_p li{
  float: left;
  width: 50%;
}
.in_case_box_ul li .txt_p li:nth-child(even){
  width: 60%;
}
.in_case_box_ul li .txt_p li:nth-child(odd){
  width: 40%;
}
.in_case_box_ul li .txt_p li:nth-child(-n+2){
  padding-bottom: 10px;
}  
.in_case_box_ul li .txt_p li p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}

.in_case_box_ul .txt .txt_more{
  overflow: hidden;
}
.in_case_box_ul .txt .txt_more p{
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: inline-block;
}
.in_case_box_ul .txt .txt_more a{
  overflow: hidden;
  float: right;
}

.in_case_box_ul .txt .txt_more a i{
  float: left;
  display: inline-block;
  color: #e10000;
  font-size: 18px;
  line-height: 20px;
  margin-right: 3px;
}

.in_case_box_ul .txt .txt_more a span{
  float: left;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #e10000;
}
/* 饾槃饾槃饾槃.饾棶饾棻饾椇饾椂饾椈饾棷饾槀饾槅.饾棸饾椈  妯℃澘涓嬭浇缃戠珯 */





/*妗堜緥涓績瀹?/


/*閫夋嫨鎴戜滑*/
.index_choose{
  background-size: cover;
  padding: 70px 0;
  background: #F3F4F6;
  overflow: hidden;
  background: url(../images/choose_bk.jpg) no-repeat;
  background-size: cover;
}
.index_choose_main{
  overflow: hidden;
  background:linear-gradient(90deg,#dfdfdf,#ffffff 60%,#f3f3f3);
  display: flex;
  flex-direction: row;
  padding: 8px;
  height: 500px;
  opacity: 0.8;
}

.choose_left{
  float: left;
  width: 280px;
  background: rgba(226, 225, 225, 0.5);
}

.choose_left img{
  display: block;
  width: 100%;
}

.choose_right{
  width: calc(100% - 280px);
  float: left;
  padding: 10px 30px;
  overflow: hidden;
}

.choose_list{
  text-align: left;
}

.choose_list_ul{
  display: inline-block;
}

.choose_list_ul li{
  float: left;
  width: 100%;
  padding: 40px 0 40px 15px;
  background: #fff;
  margin-bottom: 8px;
}

.choose_list_ul li a{
  font-size: 20px;
  line-height: 35px;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  display: block;
}
.choose_list_ul li a i{
  display: block;
  float: left;
  font-size: 30px;
  margin-right: 15px;
  color: #333;
}
.choose_list_ul li a p{
  float: left;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.choose_list_ul li.active{
  background: #d0000b;
}
.choose_list_ul li.active a{
  color: #ff001a;
}
.choose_list_ul li.active a p,.choose_list_ul li.active a i{
  color: #fff;
}


.choose_list_ul li:first-child{
  margin-left: 0;
}
.choose_box{
  height: 100%;
}
.choose_box .box_main{
  display: none;
  height: 100%;
}

.choose_about_main{
  overflow: hidden;
  padding: 30px 0;
}

.choose_about_main .choose_about_img{
  float: left;
  width: 320px;
}
.choose_about_main .choose_about_img img{
  display: inline-block;
  
}
.choose_about_main .choose_about_txt{
  float: left;
  width: calc(100% - 320px);
  padding-left: 50px;
}

.choose_about_p p{
  font-size: 15px;
  line-height: 26px;
  color: #666;
  display: block;
  margin-bottom: 50px;
}
.choose_about_p a{
  color: #666;
}
.choose_more{
  
}

.choose_more a{
  overflow: hidden;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  display: inline-block;
}

.choose_more a i{
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.choose_more a p{
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-right: 10px;
}

.choose_about_title{
  margin-bottom: 20px;
}

.choose_about_title h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
}

.choose_about_p{
  margin-bottom: 20px;
}

.choose_team_main{
  
}

.choose_team_main .choose_team_ul{
  overflow: hidden;
  height: 460px;
}

.choose_team_main .choose_team_ul li{
  width: 50%;
  height: 50%;
  float: left;
  padding: 1px;
}

.choose_team_main .choose_team_ul li img{
  display: block;
  width: 100%;
  height: 100%;
}

.choose_service_main{
  overflow: hidden;
  padding: 20px 0;
}
.choose_service_img{
  width: 350px;
  float: left;
}
.choose_service_img img{
  display: block;
  width: 100%;
}
.choose_service_txt{
  float: left;
  width: calc(100% - 350px);
  padding-left: 50px;
}

.choose_service_txt .choose_service_title{
  margin-bottom: 20px;
}

.choose_service_txt .choose_service_title h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
}

.choose_service_p{
  font-size: 15px;
  line-height: 26px;
  color: #666;
  display: block;
  margin-bottom: 50px;
}

.choose_cooperation_main{
  height: 100%;
}

.choose_cooperation_ul{
  overflow: hidden;
  height: 100%;
}
.choose_cooperation_ul li{
  float: left;
  width: 25%;
  height: 33.33%;
  border: 1px solid #ccc;
  background: #fff;
}

.choose_cooperation_ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.choose_cooperation_ul li a img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 15px;
  transform: translate3d(-50%,-50%,0);
}


/*閫夋嫨鎴戜滑瀹?/



/*骞冲彴灞曠ず*/

.index_show{
  background: url(../images/show_bg.jpg);
  padding: 70px 0;
  background-size: cover;
}

.in_show_title{
  text-align: center;
  padding-bottom: 60px;
}

.in_show_title h2{
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

.in_show_title h3{
  font-size: 16px;
  color: #fff;
}

.show_swiper{
  overflow: hidden;
  position: relative;
}

.show_main{
  width: 100%;
  overflow: hidden;
}

.show_main .img{
  float: left;
  width: 710px;
}

.show_main .img img{
  display: block;
  width: 100%;
}

.show_main .txt{
  width: calc(100% - 710px);
  float: left;
  padding: 60px 30px;
}
.show_main .txt h2{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.show_main .txt .txt_info{
  margin-bottom: 20px;
}
.show_main .txt .txt_info p{
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.show_main .txt .txt_more{
  overflow: hidden;
  padding: 20px 0;
} 

.show_main .txt .txt_more a{
  float: left;
  overflow: hidden;
  border-radius: 30px;
  padding: 7px 20px;
  background: #a0a0a0;
}
.show_main .txt .txt_more a i{
  float: left;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.show_main .txt .txt_more a p{
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  float: left;
  margin-left: 5px;
}

.show_main .txt .txt_more a:nth-child(2){
  background: #e10000;
  margin-left: 20px;
}
.show_swiper .swiper-button-next,.show_swiper .swiper-button-prev{
  width: 50px;
  height: 50px;
}
.show_swiper .swiper-button-next{

}

.show_swiper .swiper-button-prev{

}


/*骞冲彴灞曠ず瀹?/


/*鍏充簬鎴戜滑*/
.index_about{
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
}
.index_about_main{
  background: #222328;
  padding: 70px 0 100px;
}

.about_title{

}

.about_title h2{
  font-size: 52px;
  color: #fff;
  margin-bottom: 35px;
}

.about_title h3{
  font-size: 14px;
  color: #bcbcbc;
}

.in_about_list{
  text-align: center;
}

.in_about_ul{
  display: inline-block;
}


.in_about_ul li{
  display: inline-block;
  padding:0 70px;
}

.in_about_ul .counter{
  overflow: hidden;
}
.in_about_ul .counter .timer{
  font-size: 40px;
  color: #000;
  float: left;
  padding-right: 10px;
}
.in_about_ul .counter i{
  font-size: 20px;
  line-height: 40px;
  float: left;
}
.in_about_ul li p{
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

/*鍏充簬鎴戜滑瀹?/

/*鏂伴椈璧勮*/
.index_news{
  background: #f4f4f4;
  padding: 50px 0 0;
}

.in_news_title{
  text-align: center;
  padding-bottom: 60px;
}

.in_news_title h2{
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 30px;
  color: #333;
}

.in_news_title h3{
  font-size: 16px;
  color: #666;
}

.in_news_list{
  text-align: center;
}

.in_news_list_ul{
  display: inline-block;
  overflow: hidden;
}

.in_news_list_ul li{
  float: left;
}

.in_news_list_ul li a{
  display: inline-block;
  padding: 0 28px;
  height: 24px;
  line-height: 24px;
  color: #606060;
  font-size: 16px;
  border-left: 1px solid #bfbfbf;
}
.in_news_list_ul li:first-child a {
    border-left: none;
}
.in_news_list_ul li.active{
  
}
.in_news_list_ul li.active a {
    color: #e10000;
}

.in_news_main{
  padding: 50px 0;
}
.in_news_main .in_news_box{

}
.in_news_main .in_news_box .n_box{
  display: none;
}

.news_box_list{
  overflow: hidden;
}

.news_box_list li{
  overflow: hidden;
  width: 48%;
  float: left;
  margin: 0 1%;
}

.news_box_list .n_img{
  display: block;
  float: left;
  width: 150px;
  height: 110px;
}
.news_box_list .n_img a{
  display: block;
}

.news_box_list .n_img a img{
  display: block;
  width: 100%;
  max-height: 110px;
} 

.news_box_list .n_txt{
  float: left;
  width: calc(100% - 150px);
  padding: 0 20px;
}

.news_box_list .n_txt h2{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
}
.news_box_list .n_txt h2 a{
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.news_box_list .n_txt h2 time{
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.news_box_list .n_txt h3{
  font-size: 14px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_box_list .n_txt .n_more{
  overflow: hidden;
  padding: 10px 0 0;
}
.news_box_list .n_txt .n_more a{
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.news_box_list .n_txt .n_more time{
  float: right;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.news_box_list li:nth-child(-n+2) .n_txt h2 time{
  display: none;
}
.news_box_list li:nth-child(-n+2){
  padding-bottom: 10px;
}
.news_box_list li:nth-child(-n+2):hover .n_txt h2 a{
  color: #e10000;
}
.news_box_list li:nth-child(-n+2):hover .n_txt .n_more a{
  text-decoration: underline;
   color: #e10000;
}
.news_box_list li:nth-child(n+3) .n_img{
  display: none;
}
.news_box_list li:nth-child(n+3) .n_txt{
  width: 100%;
}
.news_box_list li:nth-child(n+3) .n_txt h3,.news_box_list li:nth-child(n+3) .n_txt .n_more{
  display: none;
}
.news_box_list li:nth-child(n+3) .n_txt h2{
  margin-bottom: 0;
}
.news_box_list li:nth-child(n+3) .n_txt h2 a{
  width: calc(100% - 100px);
  font-size: 15px;
  line-height: 20px;
}
.news_box_list li:nth-child(n+3) .n_txt h2 time{
  width: 100px;
  float: right;
  text-align: right;
  font-size: 15px;
  line-height: 20px;
}
.news_box_list li:nth-child(n+3){
  padding: 10px 0;
  border-top: 1px dashed #ccc;
}
.news_box_list li:nth-child(2n+3) .n_txt{
  padding: 0 15px 0 0!important;
}
.news_box_list li:nth-child(2n+4) .n_txt{
  padding: 0 0 0 15px!important;
}
.news_box_list li:nth-child(n+3):hover .n_txt h2 a{
  color: #e10000;
}




.index_link{
  background: #262844;
  padding: 30px 0 20px;
}

.in_link_title{
  padding-bottom: 20px;
}
.in_link_list{
  overflow: hidden;
}

.in_link_list_ul{
  overflow: hidden;
}
.in_link_list_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.in_link_list_ul li h2{
  font-size: 16px;
  color: #bcbcbc;
}
.in_link_list_ul li h2 p{
  display: inline-block;
  font-size: 16px;
  color: #bcbcbc;
}


.in_link_list_ul li a{
  font-size: 14px;
  line-height: 20px;
  color: #a0a0a0;
  display: inline-block;
}

.in_link_list_ul li:hover a{
  color: #847575;
}





footer{
  padding-bottom: 0!important;
}

.bookmark{
  padding: 25px 0 15px;
  background: #262844;
  border-bottom: 1px solid #484848;
}


.bookmark_list{

}
.bookmark_list_ul{
  overflow: hidden;
  margin-bottom: 10px;
}
.bookmark_list_ul li{
  float: left;
}
.bookmark_list_ul li:nth-child(2){
  margin-left: 20px;
}
.bookmark_list_ul li a{
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #d8d8d8;
  border-left: 1px solid #ccc;
}
.body_index .bookmark_list_ul li a{
  color: #333333;
  border-left: 1px solid #ccc;
}
.bookmark_list_ul li:first-child a{
  border-left: 0;
}
.bookmark_list_ul li:nth-child(2) a{
  padding-left: 20px;

}
.bookmark_list_ul li.active a{
  color: #e10000;
}
.bookmark_main{

}

.bookmark_main .b_box{
  display: none;
}


.body_index .bookmark{
  background: #fff;
}



.body_index .bookmark_list_ul li.active a{
  color: #e10000;
}

.b_box_ul{
  overflow: hidden;
}
.b_box_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.b_box_ul li h2{
  height:24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.b_box_ul li a{
  height:24px;
  line-height: 24px;
  font-size: 14px;
  color: #b1b1b1;
  display: block;
}
.b_box_ul li:hover a{
  color: #e10000;
}
.copyright{
  text-align: center;
  background: #262844;
  padding:15px 0;
  border-bottom: 1px solid #484848;
}

.copyright_title{
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 30px 0;
}
.copyright_title .img{
  float: left;
  width: 150px;
}

.copyright_title .img img{
  display: block;
  width: auto;
  width: 100%;
}

.copyright_title .img p{
  display: block;
  color: #b3b4be;
  padding: 10px 0;
  font-size: 16px;
}

.copyright_title .img p i{
  font-size: 20px;
  margin-right: 8px;
}

.copyright_title .txt{
  float: left;
  padding: 0 30px 0 0;
  width: 300px;
}
.copyright_title .txt .txt_p{
  text-align: left;
}
.copyright_title .txt .txt_p p{
  font-size: 14px;
  color: #b4b4b4;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 7px;
  display: block;
}
.copyright_title .txt .txt_p p i{
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 3px;
  float: left;
}
.copyright_title .txt .txt_p p span {
    font-size: 16px;
}
.copyright_sitemap{
  text-align: center;
  padding: 10px 0;
}

.copyright_sitemap p{
  display: inline-block;
  font-size: 14px;
  color: #bcbcbc;
  height: 20px;
  line-height: 20px;
  margin:0 10px;
}

.copyright_sitemap a{
  display: inline-block;
  font-size: 14px;
  color: #bcbcbc;
  height: 20px;
  line-height: 20px;
  margin:0 5px;
}

.copyright_sitemap a:hover{
  text-decoration: underline;
}
.foot_list{
  float: left;
  width: calc(100% - 550px);
  padding: 0 50px;
  margin: 0 50px;
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
}
.foot_list_ul{
  overflow: hidden;
}

.foot_list_ul li{
  float: left;
  width: 25%;
  padding: 0 10px;
}

.foot_list_ul dl{
  text-align: left;
}

.foot_list_ul dl dt{
  margin-bottom: 10px;
}

.foot_list_ul dl dt a{
  display: block;
  font-size: 15px;
  color: #b4b4b4;
  line-height: 20px;
  margin-bottom: 10px;
}

.foot_list_ul dl dd{

}

.foot_list_ul dl dd a{
  display: block;
  font-size: 13px;
  color: #b4b4b4;
  line-height: 24px;
}

.txt_contact{
  text-align: left;
  margin-bottom: 10px;
}

.txt_contact span{
  font-size: 15px;
  color:#b4b4b4;
  display: block;
  line-height: 24px;
}

.txt_contact p{
  font-size: 30px;
  color: #d8d8d8;
  display: block;
  margin-bottom: 10px;
}

.txt_contact a{
  display: inline-block;
  padding: 0 25px;
  line-height: 35px;
  color: #fff;
  background: #ff3333;
  border-radius: 30px;
}




/*灏鹃儴鏍峰紡瀹?/


/*-------------鍐呴〉鏍峰紡----------*/
.page_main{
  padding-top: 10px;
}
.page_banner{

}
.page_banner img{
  display: block;
  width: 100%;
}

/*妗堜緥涓績*/

.case_content{
  padding: 50px 0;
}
.case_select{
  text-align: center;
}

.case_select_ul{
  display: inline-block;
}

.case_select_ul li{
  float: left;
  margin: 0 10px;
}

.case_select_ul li a{
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
  background: #efefef;
  color: #333;
}

.case_select_ul li.active a{
  background: #e10000;
  color: #fff;
}


.case_list_list{
  padding: 30px 0;
}
.case_list_list_ul{
  overflow: hidden;
}
.case_list_list_ul li{
  float: left;
  margin-right: 10px;
}
.case_list_list_ul li h2{
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333;
  font-weight: bold;
}
.case_list_list_ul li a{
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  color: #333;
  display: block;
  padding: 0 5px;
}
.case_list_list_ul li.active a{
  background: #e10000;
  color: #fff;
}


.case_all{

}

.case_all_ul{
  overflow: hidden;
}

.case_all_ul>li{
  width: 32%;
  float: left;
  padding: 0 5px;
  margin-bottom: 25px;
}
.case_all_ul>li:nth-child(3n-1){
  margin-left: 1%;
  margin-right: 1%;
}

.case_all_ul>li .img{
  position: relative;
}
.case_all_ul>li .img>a{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_all_ul>li .img img{
  display: block;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.case_all_ul>li:hover .img img{
  transform: scale(1.1);
}

.case_all_ul .img a .img_links {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  text-align: center;
  -webkit-animation: zoomIn 0.6s ease forwards;
  animation: zoomIn 0.6s ease forwards;
}

.case_all_ul .img a .img_links .pro_txt{
  padding: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.case_all_ul .img a .img_links .pro_txt h3{
  font-size: 16px;
  line-height:30px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px
}
.case_all_ul .img a .img_links .pro_txt p{
  font-size: 14px;
  line-height:20px;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.case_all_ul .img a .img_links .pro_txt span{
  font-size: 14px;
  line-height:20px;
  color: #e10000;
  display: block;
  font-weight: bold;
}
.case_all_ul .img a:hover .img_links {
  display: block;
}

.case_all_ul .img a img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
  height: 263px;
  border: 1px solid #efefef;
}

.case_all_ul .img a:hover img {

}

.case_all_ul li .txt{
  overflow: hidden;
  padding: 8px 10px 10px;
  background: #f8f8f8;
}
.case_all_ul li .txt h2{
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
.case_all_ul li .txt h2 a{
  font-size: 14px;
  width: calc(100% - 130px);
  color: #555;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.case_all_ul li .txt h2 p{
  float: right;
  font-size: 14px;
  line-height: 20px;
  width: 120px;
  display: block;
  color: #999;
}
.case_all_ul li .txt .txt_p{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
} 
.case_all_ul li .txt .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: inline-block;
  padding-left: 5px;
  width: auto;
  float: left;
}

.case_all_ul li .txt_p{
  overflow: hidden;
}
.case_all_ul li .txt_p li{
  float: left;
  width: 50%;
}
.case_all_ul li .txt_p li:nth-child(even){
  width: 60%;
}
.case_all_ul li .txt_p li:nth-child(odd){
  width: 40%;
}
.case_all_ul li .txt_p li:nth-child(-n+2){
  padding-bottom: 10px;
}  
.case_all_ul li .txt_p li p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}

.case_all_ul .txt .txt_more{
  overflow: hidden;
}
.case_all_ul .txt .txt_more p{
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: inline-block;
}
.case_all_ul .txt .txt_more a{
  overflow: hidden;
  float: right;
}

.case_all_ul .txt .txt_more a i{
  float: left;
  display: inline-block;
  color: #e10000;
  font-size: 18px;
  line-height: 20px;
  margin-right: 3px;
}

.case_all_ul .txt .txt_more a span{
  float: left;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #e10000;
}







/*妗堜緥璇︽儏*/

.case_detail_content{
  background: #f3f3f3;
}

.case_detail_nav {
  overflow: hidden;
  padding: 20px 0;
}

.case_detail_nav h3 {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 0 5px 0 30px;
  height: 35px;
  line-height: 35px;
  width: 110px;
  float: left;
}

.case_detail_nav h3:before {
  position: absolute;
  content: '\e6b8';
  font-family: 'icon';
  left: 0;
  top: 0;
  font-size: 20px;
}
.case_detail_tit_ul {
  float: left;
}

.case_detail_tit_ul a {
  float: left;
}

.case_detail_tit_ul a:after {
  content: '\e605';
  font-family: 'icon';
  font-size: 18px;
  line-height: 35px;
  float: right;
}

.case_detail_tit_ul a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  display: block;
  float: left;
  text-transform: capitalize;
}

.case_detail_tit_ul a:last-child:after {
  display: none;
}


.case_detail_main{
  padding: 40px 0;
}

.case_detail_title{
  text-align: center; 
}

.case_detail_title h1{
  color: #333;
  font-size: 26px;
  padding-bottom: 30px;
}

.case_detail_title .title_info{
  padding: 0 0 30px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}
.case_detail_title .title_info h2{
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  margin: 0 10px;
}

.case_detail_info{
  
}

.case_table table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
} /*========bordered table========*/
.bordered {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}

.bordered tr {
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.bordered tr td strong{
  font-weight: bold;
  color: #343434;
}

.bordered .highlight, .bordered tr:hover {
  background: #fbf8e9;
}

.bordered td, .bordered th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.bordered th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)";
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
  border-left: none;
}

.bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.bordered tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.table_display_none{
  display: none!important;
}
.table_display_block{
  display: block!important;
}

.case_table{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.bordered th:first-child{
  width: 150px;
}


.case_detail_info .case_introduce{
  padding: 30px 0;
}


.case_detail_info .case_introduce .title{
  padding: 10px 0;
}
.case_detail_info .case_introduce .title h2{
  font-size: 20x;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}

.case_detail_info .case_introduce_info{
  
}

.case_detail_info .case_introduce_info p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: block;
}
.case_detail_info .case_introduce_info strong{
  
}
.case_detail_info .case_introduce_info span{
  
}


.case_detailed_description{

}
.case_detailed_description .case_introduce_info p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}
.case_detailed_description img{
  display: block;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  height:auto !important;
}
.case_detailed_description strong{
  
}
.case_detailed_description span{
  
}

.case_detailed_description p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}

.case_detail_feedback{

}
.case_detail_feedback h3{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #666;
  font-weight: bold;
}

.case_detail_feedback p{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  display: block;
}


.case_detail_recommend{
  padding: 30px 0 0;
  margin-top: 50px;
  border-top: 1px dashed #ccc;
}

.case_detail_recommend h2{
  font-size: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}

/*妗堜緥璇︽儏瀹?/

/*鏂伴椈璧勮*/

.news_content{
  background: #f3f3f3;
}

.news_nav {
  overflow: hidden;
  padding: 20px 0;
}

.news_nav h3 {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 0 5px 0 30px;
  height: 35px;
  line-height: 35px;
  width: 110px;
  float: left;
}

.news_nav h3:before {
  position: absolute;
  content: '\e6b8';
  font-family: 'icon';
  left: 0;
  top: 0;
  font-size: 20px;
}

.news_nav_ul {
  float: left;
}

.news_nav_ul li {
  float: left;
  padding-right: 5px;
}

.news_nav_ul li:after {
  content: '\e605';
  font-family: 'icon';
  font-size: 18px;
  line-height: 35px;
  float: left;
}

.news_nav_ul li a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  display: block;
  float: left;
  padding: 0 5px;
  text-transform: capitalize;
}

.news_nav_ul li:last-child:after {
  display: none;
}


.news_list{
  text-align: center;
  padding: 30px 0;
}

.news_list_ul{
  display: inline-block;
}

.news_list_ul li{
  float: left;
  margin: 0 10px;
}

.news_list_ul li a{
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
  background: #efefef;
  color: #333;
}

.news_list_ul li.active a{
  background: #e10000;
  color: #fff;
}

.news_content_info{
  
}

.news_all_ul{
  overflow: hidden;
}
.news_all_ul li{
  width: 32%;
  float: left;
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.news_all_ul li:nth-child(3n-1){
  margin: 0 2%;
}
.news_all_ul li .img{
  width: 100%;
  display: block;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
}

.news_all_ul li .img a{
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.news_all_ul li .img img{
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.news_all_ul li .txt{
  padding: 10px 10px;
  border-bottom: 1px solid #eaeaea
}

.news_all_ul li .txt h2{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.news_all_ul li .txt h2 a{
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_all_ul li .txt .news_p{
  margin: 8px 0;
}

.news_all_ul li .txt .news_p p{
  display: block;
  font-size: 12px;
  height:40px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_all_ul li .news_more{
  overflow: hidden;
  padding: 5px 10px 0;
}

.news_all_ul li .news_more time{
  float: left;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}

.news_all_ul li .news_more i{
  float: right;
  font-size: 20px;
  color: #777;
  line-height: 20px;
}

.news_all_ul li:hover img{
  transform: scale(1.1);
}

.news_all_ul li:hover .txt h2 a{
  color: #e10000;
}

.news_all_ul li:hover .news_more time,.news_all_ul li:hover .news_more i{
  color: #333;
}

.pagebar{clear:both;margin:20px auto 50px;text-align:center;}
.pagebar a:hover{color:#e10000;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{height:30px;border-top:none;border-bottom:none;background-color:#e10000;color:#fff !important;line-height:30px;}
a.page-num-current:hover{color:#fff;}




/*鏂伴椈璧勮瀹?/

/*鏂伴椈璇︽儏*/

.news_detail_content{
  background: #f3f3f3;
}

.news_detail_main{
  background: rgba(255,255,255,.5);
  padding: 20px;
  overflow: hidden;
  display: flex;
    flex-direction: row;
}

.news_detail_info{
  background: #fff;
  float: left;
  width: calc(100% - 340px);
  padding: 20px 20px 40px;
}

.news_detail_title{
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.news_detail_title h1{
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  padding: 20px 0 20px;
}
.news_detail_title .news_detail_time{
  overflow: hidden;
}
.news_detail_title .news_detail_time time{
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px;
}

.news_detail_title .news_detail_time p{
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px;
}

.page_fenye{
  padding:30px 0;
  position: relative;
}


.page_fenye a{
  width: 70%;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}


.page_fenye a:hover{
  color: #333;
}
.page_fenye .page_more{
  position: absolute;
  right: 0;
  top: 45px;
}
.page_fenye .page_more a{
  padding: 10px 30px;
  line-height: 28px;
  border: 1px solid #ccc;
  font-size: 15px;
  display: block;
  width: auto!important;
  margin-bottom: 0!important;
  border-radius: 5px;
}
.page_fenye .page_more a:hover{
  background: #e10000;
  color: #fff;
}

.news_detail_txt{

}

.news_detail_txt p{
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #666;
}
.news_detail_txt strong{
  font-weight: bold!important;
}

.news_detail_txt img{
  display: block;
  width: auto;
  margin: 10px auto;
  max-width: 80%;
  height:auto !important;
}

.news_detail_page{
  width: 320px;
  float: left;
  margin-left: 10px;
  background: #fff;
}

.news_page_list{
  padding: 30px 10px;
}


.news_page_list h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_page_list h3:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 10px;
  background: #e10000;
}

.news_page_list_ul{
  overflow: hidden;
}

.news_page_list_ul li{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #F6F6F6;
  padding: 10px 0;
}

.news_page_list_ul li a{
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 0 15px;
}

.news_page_list_ul li.active{
  background: #e10000;
}
.news_page_list_ul li.active a{
  color: #fff;
}
.news_page_new{
  padding: 20px 10px; 
}

.news_page_new h3{
  font-size: 18px;
  color: #666;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news_page_new h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FF3954;
}
.news_page_new_ul{
  
}

.news_page_new_ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  position: relative;
}

.news_page_new_ul li a{
  font-size: 14px;
  color: #333;
  padding-left: 30px;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_page_new_ul li:before{
  content: '\e630';
  font-family: 'icon';
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}

.news_page_relevant{

}
.news_page_relevant{
  padding: 20px 10px 0; 
}

.news_page_relevant h3{
  font-size: 18px;
  color: #666;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news_page_relevant h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #FF3954;
}
.news_page_relevant_ul{
  
}

.news_page_relevant_ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  position: relative;
}

.news_page_relevant_ul li a{
  font-size: 14px;
  color: #333;
  padding-left: 30px;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_page_relevant_ul li:before{
  content: '\e630';
  font-family: 'icon';
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}


/*鏂伴椈璇︽儏瀹?/


/*SEO浼樺寲*/

.seo_content{
  padding: 30px 0;
}

.seo_title{
  padding: 30px 0;
  text-align: center;
}
.seo_title h2{
  font-size: 38px;
  color: #666;
  font-weight: bold;
}

.seo_problem_main{
  padding: 30px 0;
}

.seo_problem_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.seo_problem_ul li{
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.seo_problem_ul .img{
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 1000px;
  border: 3px solid #1580e2;
  text-align: center;
  position: absolute;
  z-index: 99;
}

.seo_problem_ul .img i{
  font-size: 36px;
  color: #107de1;
  line-height: 80px;
}

.seo_problem_ul .txt{
  display: block;
  background: #f0f0f0;
  border-radius: 10px;
  width: 80%;
  height: 60px;
  margin-left: 20px;
  position: relative;
  top: 10px;
  color: #333;
  padding: 5px 0;
  padding-left: 80px
}

.seo_problem_ul .txt p{
  font-size: 15px;
  line-height: 25px;
  display: block;
  color: #666;
}








.seo_do{

}

.seo_do_main{
  text-align: center;
}

.seo_do_ul{
  text-align: center;
  display: inline-block;
}

.seo_do_ul li{
  padding: 0 30px;
  background: #eee;
  float: left;
}

.seo_do_ul li a{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.seo_do_ul li.active{
  background: #e10000;
}
.seo_do_ul li.active a{
  color: #fff;
}
.seo_do_box{
  padding: 30px 0;
}

.seo_do_box .seo_box{
  display: none;
}

.seo_ad{

}

.seo_ad_main{

}

.seo_ad_ul{
  overflow: hidden;
}

.seo_ad_ul li{
  float: left;
  width: 50%;
  padding: 65px 20px;
  position: relative;
}

.seo_ad_ul li .img{
  position: absolute;
  top: 20px;
  left: 60px;
  width: 90px;   
  height: 90px;  
  padding: 20px;
  border: 4px solid #fff;
  background-color: #e10000;   
  transform:rotate(45deg);   
  -ms-transform:rotate(45deg); /* Internet Explorer */  
  -moz-transform:rotate(45deg); /* Firefox */   
  -webkit-transform:rotate(45deg); /* Safari 鍜?Chrome */   
  -o-transform:rotate(45deg); /* Opera */   
} 

.seo_ad_ul li .img i{
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  transform:rotate(-45deg);   
  -ms-transform:rotate(-45deg); /* Internet Explorer */  
  -moz-transform:rotate(-45deg); /* Firefox */   
  -webkit-transform:rotate(-45deg); /* Safari 鍜?Chrome */   
  -o-transform:rotate(-45deg); /* Opera */   
} 
.seo_ad_ul li .title{
  position: absolute;
  left: 180px;
  top: 30px;
}
.seo_ad_ul li .title p{
  color: #333;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.seo_ad_ul li .txt{
  height: 90px;
  width: 100%;
  background: #eee;
  padding: 20px 20px 20px 140px;
} 

.seo_ad_ul li .txt p{
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
} 


.seo_process{

}

.seo_process_main{

}

.seo_process_ul{
  overflow: hidden;
  text-align: center;
}

.seo_process_ul li{
  position: relative;
  text-align: center;
  display: inline-block;
  padding-right: 50px;
}

.seo_process_ul li:before{
  position: absolute;
  display: block;
  content: "\e60b";
  font-size: 30px;
  line-height: 30px;
  top: 40px;
  right: 10px;
  font-family: 'icon';
  color: #e10000;
}
.seo_process_ul img{
  display: block;
  height: 110px;
  width: auto;
  padding: 20px 30px;
}

.seo_process_ul p{
  
}
.seo_process_ul li:last-child{
  padding-right: 0;
}
.seo_process_ul li:last-child:before{
  display: none;
}

.seo_faq{
  padding: 50px;
  background: #f1f1f1;
}

.faq_list{

}

.faq_list_main{

}

.faq_list_ul{
  overflow: hidden;
}

.faq_list_ul li{
  margin-bottom: 25px;
}

.faq_list_ul li span{
  font-size: 15px;
  line-height: 22px;
  color: #666;
  display: block;
  padding-bottom: 7px;
  font-weight: bold;
}
.faq_list_ul li span i{
  float: left;
  padding-right: 5px;
  font-size: 20px;
  color: #000;
}
.faq_list_ul li p{
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: block;
  text-indent: 20px;
}

.faq_more{
  text-align: center;
}

.faq_more a{
  display: inline-block;
  color: #076bf2;
  border: 1px solid #076bf2;
  border-radius: 4px;
  width: 166px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 40px;
}
.faq_more a span{

}
.seo_case{
  padding: 50px 0 0;
}

.seo_case_main{
  padding: 20px 0;
}

.seo_case_ul{
  overflow: hidden;
  margin-bottom: 30px;
}


.seo_case_ul li{
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}

.seo_case_ul li .img{
  position: relative;
}
.seo_case_ul li .img a{
  display: block;
  width: 100%;
  overflow: hidden;
}
.seo_case_ul li .img img{
  display: block;
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.seo_case_ul li:hover .img img{
  transform: scale(1.1);
}
.seo_case_ul li .txt{
  overflow: hidden;
  padding: 8px 0;
}
.seo_case_ul li .txt h2{
  font-size: 16px;
}
.seo_case_ul li .txt h2 a{
  font-size: 16px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
.seo_case_ul li .img .txt_p{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  padding:5px 15px;
  background: rgba(14,131,191,.8);
}
.seo_case_ul li .img .txt_p a{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: auto;
}
.seo_case_ul li .img .txt_p:before{
  content: '\e63e';
  font-family: 'icon';
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.seo_case_more{
  text-align: center;
}
.seo_case_more a{
  display: inline-block;
  font-size: 16px;
  color: #333;
  background: #eee;
  padding:0 30px;
  line-height: 50px;
  height: 50px;
}
.seo_case_more a:hover{
  background: #e10000;
  color: #fff;
  font-weight: bold;
}
/*SEO浼樺寲瀹?/



/*瑙ｅ喅鏂规*/

.solution_content{
  background: #f3f3f3;
  padding: 30px;
}

.solution_list{

}

.solution_list_ul{

}


.solution_list_ul{
  overflow: hidden;
}
.solution_list_ul li{
  width: 32%;
  float: left;
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.solution_list_ul li:nth-child(3n-1){
  margin: 0 2%;
}
.solution_list_ul li .img{
  width: 100%;
  display: block;
  height: 180px;
  max-height: 180px;
  overflow: hidden;
}

.solution_list_ul li .img a{
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.solution_list_ul li .img img{
  width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.solution_list_ul li .txt{
  padding: 10px 10px;
}

.solution_list_ul li .txt h2{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.solution_list_ul li .txt h2 a{
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.solution_list_ul li .txt .solution_p{
  margin: 8px 0 0;
}

.solution_list_ul li .txt .solution_p p{
  display: block;
  font-size: 12px;
  height:40px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution_list_ul li:hover img{
  transform: scale(1.1);
}

.solution_list_ul li:hover .txt h2 a{
  color: #e10000;
}










/*瑙ｅ喅鏂规瀹?/



/*瑙ｅ喅鏂规璇︽儏椤?/

.solution_detail_content{
  background: #f3f3f3;
}

.solution_detail_main{
  background: #fff;
  padding: 30px 50px;
}

.solution_detail_info{

}

.solution_detail_title{
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.solution_detail_title h1{
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  padding: 20px 0 20px;
}
.solution_detail_txt{

}

.solution_detail_txt p{
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #666;
}

.solution_detail_txt img{
  display: block;
  width: auto;
  margin: 10px auto;
  max-width: 80%;
}


/*瑙ｅ喅鏂规璇︽儏椤靛畬*/



/*鍏充簬鎴戜滑*/

.about_content{

}

.about_title{
  text-align: center;
  padding: 40px 0;
}

.about_title h1{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.about_main{
  padding-bottom: 40px;
}
.about_main img{
	max-width:100%;
	height:auto !important;
}
.about_main p{
  display: block;
  font-size: 14px;
  line-height: 34px;
  text-indent:30px;
}
/*鍏充簬鎴戜滑瀹?/


/*鑱旂郴鎴戜滑*/
.contact_main{
  padding: 0 0 30px;
}
.contact_list{

}
.contact_list_ul{
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
.contact_list_ul li{
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
  box-shadow: #ddd 1px 5px 8px 0px;
}
.contact_list_ul li .img{
  padding: 40px 0 20px;
  text-align: center;
}
.contact_list_ul li .img i{
  font-size: 50px;
  background: #e10000;
  border-radius: 50%;
  padding: 30px;
  line-height: 100px;
  color: #fff;
}
.contact_list_ul li .txt{
  text-align: center;
  padding: 20px;
}
.contact_list_ul li .txt h2{
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_list_ul li .txt p{
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.contact_form {
  width:100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #f7f7f7;
}
.contact_list_ul li:nth-child(1) .img i{
  background: #4562A8;
}
.contact_list_ul li:nth-child(2) .img i{
  background: #FFB850;
}
.contact_list_ul li:nth-child(3) .img i{
  background: #FF7D5F;
}
.contact_list_ul li:nth-child(4) .img i{
  background: #3CC6ED;
}
.contact_list_ul li:nth-child(-n+3){
  border-right-color: transparent;
}
.contact_form_title{

}
.contact_form_title h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
}
.contact_form form {
  width: 100%;
  overflow: hidden;
}

.contact_form form input {
  width: calc(50% - 20px);
  float: left;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}

.contact_form form input:nth-child(even) {
  margin-right: 20px;
}

.contact_form form input:nth-child(odd) {
  margin-right: 20px;
}

.contact_form form textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.contact_form form .con_btn {
  display: inline-block;
  float: right;
  width: auto;
  height: 45px;
  line-height: 45px;
  background: #f24141;
  color: #fff;
  text-align: center;
  padding: 0 70px;
  margin: 0 !important;
}

.contact_form form .con_btn:hover{
  background: #e10000;
  color: #fff;
}

/*鑱旂郴鎴戜滑瀹?/




/*鏍囩澶у叏*/

.tag_content{
  padding: 30px 0;
}

.tag_list{
  margin-bottom: 30px;
  text-align: center;
}
.tag_list_ul{
  overflow: hidden;
  display: inline-block;
}
.tag_list_ul li{
  float: left;
  font-size: 16px;
  padding: 0 15px;
}
.tag_list_ul li a{
  font-size: 16px;
  padding: 10px 25px;
  background: #ccc;
  color: #fff;
  display: block;
}
.tag_list_ul li.active{
  
}
.tag_list_ul li.active a{
  background: #e10000;
}
.t_box_ul{
  overflow: hidden;
}

.t_box_ul li{
  float: left;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}

.t_box_ul li a{
  font-size: 15px;
  line-height: 16px;
  display: block;
  color: #666;
  text-transform: uppercase;
}

.t_box_ul li a:hover{
  color: #000;
  text-decoration: underline;
}

.tag_main{

}
.tag_main .t_box{
  display: none;
}



.tag_banner{
  background: url(../images/tag_banner.jpg) no-repeat;
  background-size: 100%;
  height: 300px;
  padding:80px 0;
  text-align: center;
}

.tag_banner h2{
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.tag_banner h3{
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.statement{
  background: #fcf2e1;
  border: 1px solid #efd3b1;
  margin-top: 20px;
  padding: 10px;
}

.statement p{
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
/*鍦ㄧ嚎瀹㈡湇*/
.keifu{
  position:fixed;
  top:10%;
  right:0;
  width:131px;
  _position:absolute;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  z-index:990;
}
.icon_keifu{
  width:26px;
  height:100px;
  float:left;
  background:url(../images/keifu.png) 0 0;
  position:relative;
  display:none;
  cursor:pointer;
}
.keifu_box{
  float:left;
  width:131px;
}
.keifu_head{
  width:131px;
  height:41px;
  background:url(../images/keifu.png);
  background-position: 0 -103px;
  font-size:0;
  position:relative;
}
.keifu_close:link,.keifu_close:visited{
  display:block;
  width:11px;
  height:11px;
  background:url(../images/keifu.png) -42px 0;
  position:absolute;
  top:5px;
  right:5px;
}
.keifu_close:hover{
  background-position:-60px 0;
}
.keifu_con{
  border-left:7px solid #029bdb;
  border-right:7px solid #029bdb;
  border-bottom:7px solid #029bdb;
  padding-top:5px;
  padding-bottom: 0px;
  background:#fbfbfb;
}
.keifu_con li{
  padding-left:10px;
  padding: 5px 
}
.keifu_con li a{
  overflow: hidden;
  display: block;
}

.keifu_con li a img{
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
.keifu_con li a p{
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  padding-left: 5px;
}
.keifu_con .weixin{
  
}
.keifu_con .weixin img{
  height: 96px;
  display: block;
  width: 96px;
}
.keifu_con .weixin p{
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.keifu_con .bt{
  font-size:16px;
  height:30px;
  line-height:30px;
  text-align:left;
  padding:0 0 0 20px;
  color:#012646;
}
.keifu_bot{
  width:131px;
  height:119px;
  background:url(../images/keifu.png);
  background-position:0 -149px;
}

.top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99999999;
}

.icon-top:before {
  font-family: "icon" !important;
  speak: none;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.icon-top:before {
  content: "\e60c";
}

.icon-top {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 15px 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.icon-top {
  background: rgba(151, 159, 208, .5);
  -webkit-transition: -webkit-transform ease-out .1s, background .2s;
  -moz-transition: -moz-transform ease-out .1s, background .2s;
  transition: transform ease-out .1s, background .2s
}
.icon-top:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-top:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  opacity: 0;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.icon-top:hover {
  background: rgba(255, 255, 255, .2);
  -webkit-transform: scale(.93);
  -moz-transform: scale(.93);
  -ms-transform: scale(.93);
  transform: scale(.93);
  color: #102189;
}

.icon-top:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    -moz-transform: scale(1.5);
    opacity: 0
  }
}

@keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, .5);
    transform: scale(1.5);
    opacity: 0
  }
}

/*缃戠珯寤鸿鎷涘晢*/

.wensite_content{
  padding: 40px 0 0;
}

.w_main_title{
  position: relative;
  border-top: 1px solid #e10000;
  padding: 20px 0;
  margin-bottom: 50px;
}

.w_main_title h2{
  position: absolute;
  font-size: 36px;
  line-height: 40px;
  padding: 0 70px;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  background: #fff;
}

.w_main_title h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/website_line.png) no-repeat left center;
  height: 41px;
  width: 29px;
}
.w_main_title h2:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/website_line.png) no-repeat right center;
  height: 41px;
  width: 29px;
}
.w_main1,.w_main2,.w_main3,.w_main4,.w_main5{
  padding: 60px 0;
}
.w_main1_list{
  text-align: center;
}

.w_main1_ul{
  overflow: hidden;
  padding: 0 100px;
}

.w_main1_ul li{
  float: left;
  width: 20%;
  padding: 0 13px;
  text-align: center;
  overflow: hidden;
}

.w_main1_ul_info{
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.w_main1_ul_info h2{
  font-size: 50px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  display: inline-block;
}

.w_main1_ul_info p{
  font-size: 24px;
  display: inline-block;
  color: #333;
  line-height: 20px;
  margin-left: 7px;
}

.w_main1_ul span{
  float: left;
  width: 100%;
  font-size: 16px;
}









.w_main2_list{
  
}


.w_main2_ul{
  overflow: hidden;
}

.w_main2_ul li{
  width: 25%;
  float: left;
  padding: 0 5px;
}
.w_main2_ul li .txt{
  padding: 40px 0 100px;
  text-align: center;
  background: #999999;
  position: relative;
}
.w_main2_ul li .txt h3{
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.w_main2_ul li .txt .img{
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.25);
  border-radius: 50%;
  padding: 10px;
  z-index: 9999;
}
.w_main2_ul li .txt .img .img_img{
  background: #fff;
  border-radius: 50%;
}
.w_main2_ul li .txt .img img{
  padding: 19.5px;
  display: block;
  
}
.w_main2_ul .txt_p{
  padding: 120px 10px 60px;
  background: #f4f5f9;
  text-align: center;
}
.w_main2_ul .txt_p p{
  font-size: 16px;
  color: #232323;
  line-height: 30px;
  display: block;
  height: 90px;
}

.w_main2_ul li:nth-child(even) .txt{
  background: #af2121;
}

.w_main3_list{

}

.w_main3_ul{
  overflow: hidden;
}

.w_main3_ul li{
  float: left;
  width: 25%;
  padding: 0 10px;
}

.w_main3_ul li .img{
  display: block;
}

.w_main3_ul li .img img{
  display: block;
  margin: 0 auto;
}

.w_main3_ul li .txt{
  text-align: center;
}
.w_main3_ul li .txt p{
  font-size: 18px;
  color: #232323;
  padding: 25px 0;
  display: block;
  font-weight: bold;
}
.w_main3_ul li .txt span{
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.w_main4{
  background-image: linear-gradient(270deg, #12438f, #26a3ff);
}

.w_main4 .img{
  float: left;
  width: 50%;
}

.w_main4 .img img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.w_main4 .txt{
  float: left;
  width: 50%;
  padding: 60px 0 0;
}

.w_main4 .txt h2{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 70px;
}
.w_main4 .txt p{
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 24px;
}
.w1550{
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  overflow: hidden;
}
.w_main5_list{
  background: url(../images/w_main5.png) no-repeat center;
}

.w_main5_ul{
  overflow: hidden;
}

.w_main5_ul li{
  overflow: hidden;
  padding: 10px 0;
  width: 48%;
  border-bottom: 1px solid #bfbfbf;
  float: left;
  margin-bottom: 20px;
}

.w_main5_ul li:nth-child(even){
  margin-left: 2%;
}
.w_main5_ul li:nth-child(odd){
  margin-right: 2%;
}
.w_main5_ul .txt{
  float: left;
  width: calc(100% - 80px);
}

.w_main5_ul .txt p{
  color: #232323;
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.w_main5_ul .txt span{
  font-size: 16px;
  color: #232323;
  display: block;
  line-height: 30px;
}

.w_main5_ul .img{
  float: right;
  width: 70px;
}

.w_main5_ul .img img{
  display: block;
  width: 70px;
  height: 69px;
}

.w_main6{
  background: #5e5e5e;
  padding: 40px 0 20px;
  text-align: center;
}

.w_main6 h3{
  font-size: 23px;
  color: #fff;
  margin-bottom: 20px;
}

.w_main6 a{
  font-size: 18px;
  color: #fff;
  background: #af2121;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
}

.sm_foot{
  display: none;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:瀹嬩綋}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}
.banner-btn {display:flex;justify-content:center;position:relative;bottom:-50px;left:0;right:0;margin:0 auto;width:100%;height:16.5px;z-index:2;}
.banner-btn a {position:relative;display:block;width:50%;height:16.5px;}
.banner-btn a img {position:absolute;display:block;width:4.8px;height:4.8px;}
@media (min-width:992px) {.banner-btn {width:1200px;height:128px;top: -62px;}
.banner-btn a.btn1 {width:50%;background:url(../images/platform_btn1.png) no-repeat center/cover;}
.banner-btn a.btn2 {width:50%;background:url(../images/platform_btn2.png) no-repeat center/cover;}
.banner-btn a {height:128px;}
.banner-btn a.btn1 img {right:50px;top:38px;}
.banner-btn a.btn2 img {right:50px;top:48px;}
.banner-btn a img {width:36px;height:36px;transition:all .3s ease-in-out;}
}
@media (max-width: 767px){
    .banner-btn{top: -19px;}
    .banner-btn a{    height: 36.5px;}
    .banner-btn a.btn1 {width: 50%;background: url(../images/platform_mbtn1.png) no-repeat center/cover;}
    .banner-btn a.btn2 {width: 50%;background: url(../images/platform_mbtn2.png) no-repeat center/cover;}
    .banner-btn a img{width: 14.8px;height: 14.8px;}

    .banner-btn a.btn1 img {right:25px;top:9px;}
    .banner-btn a.btn2 img {right:11px;top:11px;}
    .banner-btn a img {width:15px;height:15px;transition:all .3s ease-in-out;}
}
/*新增的底部悬浮css*/
.bottom-fixed {position:fixed;bottom:0;left:0;display:flex;width:100%;height:41.7px;z-index:100;align-items:center!important;justify-content:center!important;}
.bottom-fixed .bottom-fixed-img {width:170px;height:41.7px;border-radius:4px;}
.bottom-fixed .bottom-fixed-img:nth-of-type(1) {margin-right:10px;background:url(../images/bottom_fixed_bib_m.png) center/cover no-repeat;}
.bottom-fixed .bottom-fixed-img:nth-of-type(2) {width:170px;position:relative;background:url(../images/bottom_fixed_bf_m.png) center/cover;}
.bottom-fixed .bottom-fixed-img a {display:inline-block;width:100%;height:100%;text-decoration:none;}
.bottom-fixed .bottom-fixed-img:nth-of-type(1) span {color:#b28f51;}
.bottom-fixed .bottom-fixed-img:nth-of-type(1) span::after {background:url(../images/icon-bottom-arrow.png) center/cover no-repeat;}
.bottom-fixed .bottom-fixed-img span::after {position:absolute;content:"";width:18px;height:18px;border-radius:50%;top:50%;transform:translateY(-50%);right:14px;transition:all ease .3s;background:url(../images/icon-bottom-arrow-blue.png) center center/cover no-repeat;}
.d-none {display:none!important;}
@media (min-width:992px) {.d-lg-block {display:block!important;}
.bottom-fixed {bottom:0;height:100px;background:rgba(0,0,0,.2);}
.bottom-fixed .bottom-fixed-img {width:489px;height:68px;}
.bottom-fixed .bottom-fixed-img:nth-of-type(1) {margin-right:55px;background:url(../images/bottom_fixed_bib.png) center/cover no-repeat;}
.bottom-fixed .bottom-fixed-img:nth-of-type(2) {width:489px;position:relative;background:url(../images/bottom_fixed_bf.png) center/cover;}
.bottom-fixed .bottom-fixed-img span {width:180px;height:42px;background:#fff;border-radius:4px;display:inline-block;line-height:42px;position:relative;font-size:18px;color:#3064c1;padding-left:14px;margin-top:13px;margin-left:290px;}
}
@media (max-width:992px) {.bottom-fixed{bottom:50px;}.bottom-fixed .bottom-fixed-img a {position:relative;}
.bottom-fixed .bottom-fixed-img span::after {position:relative;}
.bottom-fixed .bottom-fixed-img a::after {content:"";position:absolute;right:5.3px;top:13.4px;width:14.8px;height:14.8px;background:url(../images/arrow_circle.png) center/cover no-repeat;}

}
@media screen and (min-width:960px) {
.newTitle {position:relative;height:130px;line-height:130px;margin-bottom:0;text-align:center;}
.newTitle.h90 {height:90px;line-height:90px;}
.newTitle h3 {font-size:32px;color:#000;text-align:center;display:inline-block;font-weight:bold;padding:0 20px;}
.newTitle h2 {font-size:32px;color:#000;text-align:center;display:inline-block;font-weight:bold;padding:0 20px;}

/*-----------------------------------------------------------------------------------

    Template Name: Berater - Consulting Business Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Self_Design
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5.About Area
    6.Services Area
    7.Counter Area
    8.project Area
    9.Quote Area
    10.Testimonial Area Css
    11. Subscribe  Area
    12. Blog Area
	13. Footer Area
	14.Home page area 2
	15. banner Area
	16.Team Area Css
	17.Home page area 3
	18.Why choose Area
	19. Pricing css
    20. Home page 3 project area
	21. Breadcumbs Area
	22. About video Area
	23. Faq Area
	24. Error page
	25.	Contact Us page
	26. Project Details page
	27. Blog Details page
	28.Sub Services Pages
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #444;
    font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
h1{
	font-size: 48px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
	line-height: 26px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #00AEF0;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #00AEF0;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #00AEF0;
    text-shadow: none;
}
::selection {
    background: #00AEF0;
    text-shadow: none;
}
.color{
    color:#00AEF0;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 90px 0px;
}
.area-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-headline.white-headline h3,
.section-headline.white-headline p {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #00AEF0;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #00AEF0;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #00AEF0;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.mar-row{
    margin-top: 50px;
}
.small-title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
	color:#00AEF0;
}
.section-headline h4 {
    font-size: 26px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}
.load-more-btn {
    text-transform: uppercase;
    background: #00AEF0;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #00AEF0;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #00AEF0;
    color: #00AEF0;
	transition: 0.4s;
}
.bg-color{
	background: #f9f9f9;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.parallax-bg{
    position:relative;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#002c57;
    opacity:.8;
    content:"";
}
.single-brand-item{
	border:1px solid #ccc;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#243559;
}
.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 15px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-left ul li a i {
    color: #00AEF0;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
}
.top-social {
    float: right;
    padding: 15px 0px;
    margin-right: 10px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #ddd;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 25px;
}
.top-social ul li a:hover{
	color:#fff;
	background: #00AEF0;
}
.quote-button {
    float: right;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #00AEF0;
    display: inline-block;
    border: 2px solid #00AEF0;
    padding: 14px 20px;
    margin: 0px;
	transition: 0.4s;
}
.quote-button .quote-btn:hover {
	background: #fff;
	color: #00AEF0;
	border: 2px solid #fff;
	transition: 0.4s;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 25px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding: 45px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	margin: 0px 15px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #00AEF0;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #00AEF0;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00AEF0;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #00AEF0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #00AEF0;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#00AEF0;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #00AEF0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #00AEF0;
    border-radius: 5px;
    margin: 35px 0px 35px 10px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 11px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 25px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 15px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #00AEF0;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -120px;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.60px;
    line-height: 30px;
	font-weight: 500;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin: 20px 0px;
}
.ready-btn {
    border: 1px solid #00AEF0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #00AEF0;
    width: 160px;
    border-radius: 50px;
}
.ready-btn:hover{
    color: #fff;
    background: #00AEF0;
    border: 2px solid #00AEF0;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.ready-btn.right-btn:hover{
    background: #00AEF0;
    border: 2px solid #00AEF0;
}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.layer-1-2 .color {
    color: #00AEF0;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 28px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 58px;
    opacity: 0;
    border:2px solid #fff;
    width: 60px;
    height: 60px;
	border-radius: 50%;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #00AEF0;
    border: 2px solid #00AEF0;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.well-services{
    padding: 30px 15px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	position: relative;
}
.well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 0%;
	height: 2px;
	background: #00AEF0;
	content:"";
	transition: 0.5s;
}
.well-services:hover::after{
	width: 100%;
	height: 2px;
	background: #00AEF0;
	transition: 0.5s;
}
.well-icon {
    margin-bottom: 20px;
    display: block;
}
.well-icon a{
	font-size: 50px;
	line-height: 60px;
	color:#00AEF0;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 22px;
	position: relative;
	padding-bottom: 15px;
}
.about-content h4 ::after {
    border: 1px solid #00AEF0;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}
.about-content p {
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 24px;
}
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.icon-title{
	display: block;
	overflow: hidden;
}
.single-about {
    width: 48%;
    float: left;
    margin-right: 20px;
}
.single-about p{
	text-align: left;
}
.single-about:nth-child(2n),
.single-about:nth-child(4n){
	margin-right:0px;
}
.single-about:nth-child(3n),
.single-about:nth-child(4n){
	margin-bottom:0px;
}
.single-about a {
    font-size: 40px;
    color: #00AEF0;
    float: left;
    line-height: 49px;
}
.single-about h5 {
    font-size: 18px;
    color: #666;
    float: left;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 600;
}
.about-image {
    border-radius: 10px;
}
.about-image img {
    border-radius: 10px;
}
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.services-area{
    background: #fff;
}
.services-all{
	margin-top: -30px;
}
.single-services {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #f6f6f6;
    padding: 20px 10px;
}
.service-icons {
    width: 60px;
    float: left;
    height: 60px;
    font-size: 30px;
    color: #fff;
    background: #00AEF0;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
	border: 2px solid #00AEF0;
}
.services-all .service-content {
    padding-left: 75px;
}
.single-services .service-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-services .service-content h4 a {
    color: #444;
}
.single-services .service-content h4 a:hover {
    color: #00AEF0;
}
.single-services:hover .service-icons{
	color: #00AEF0;
    background: #fff;
    border: 2px solid #00AEF0;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll bottom center / cover; 
}
.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}
.fun_text {
    text-align: center;
    background: #00AEF0;
    padding: 30px 15px;
    border-radius: 10px;
}
.fun_text:nth-child(3n){
	margin-right: 0px;
}
.fun_text span {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}
.fun_text > h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
	position: relative;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #f4f4f4;
    display: inline-block;
    cursor: pointer;
    top: 80%;
    position: relative;
    font-size: 40px;
    margin-top: -25px;
    float: right;
    right: 20px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
    position: absolute;
    top: 10px;
	left: 30px;
    transition: 0.5s;
	opacity: 0;
}
.project-dec h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec h4 a {
    color: #fff;
}
.project-dec h4 a:hover {
    color: #00AEF0;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #00AEF0;
    border: 1px solid #00AEF0;
}
.single-awesome-project:hover .project-dec {
    left: 40px;
    transition: 0.5s;
	opacity: 1;
}
/*--------------------------------*/
/* 9.Quote Area
/*--------------------------------*/
.quote-area{
    background:url(img/background/bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.quote-area #contactForm{
	margin-top: 20px;
}
.quote-area .quote-icon {
    display: block;
    margin-bottom: 40px;
}
.quote-area .quote-icon i {
    color: #fff;
    float: left;
    font-size: 30px;
    border: 1px solid #00AEF0;
    background: #00AEF0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.quote-area .quote-icon span {
    color: #fff;
    display: block;
    padding-left: 70px;
    line-height: 24px;
    font-size: 17px;
}
.form-row{
  margin-top: 60px;
}
.quote-area #contactForm input{
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
    width: 100%;
    padding: 6px 12px;
    color: #555;
}
.quote-area .contact-form textarea#message{
    height: 115px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.quote-area .quote-btn {
    background: #00AEF0;
    border: 1px solid #00AEF0;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: 0.4s;
    border-radius: 0px;
}
.quote-area .quote-btn:hover{
    background: #fff;
    border: 1px solid #00AEF0;
    color: #00AEF0;
     transition: 0.4s;
}
/*--------------------------------*/
/* 10.Testimonial Area Css
/*--------------------------------*/
.testimonial-area{
    background:#fff;
}
.testimonial-carousel .owl-stage-outer{
	padding: 30px 0px;
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.testi-img {
    margin-bottom: 30px;
}
.testimonial-area .active.center .single-testi {
    padding: 30px 20px;
    position: relative;
    border: none;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),-5px -5px 15px rgba(0, 0, 0, 0.1);
}
.testi-img img {
    width: 100%;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
    float: left;
}
.client-rating {
    padding-bottom: 10px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 18px;
}
.texti-name {
    padding-left: 20px;
    margin-top: 15px;
    display: inline-block;
}
.texti-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.guest-rev a{
	color: #00AEF0; 
}
.testi-text p {
    color: #444;
}
.testi-text h5 {
    color: #444;
    font-size: 20px;
}
.testi-text a{
  color: #00AEF0;  
}
.Reviews-content {
    margin-top: -30px;
}
.testimonial-carousel.item-indicator{
    padding: 10px 0px 20px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span{
    background: #00AEF0;
}
.reviews-page .single-testi{
    margin-bottom: 30px;
}
/*------------------------------
  11. subscribe area
--------------------------------*/
.subscribe-area {
    position: relative;
	background: url(img/background/bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.subs-title{
	margin-bottom: 30px;
}
.subs-title h4{
	font-size: 30px;
	font-weight: 500;
}
.subs-overly {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 50px 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.contact-form.news-form .form-control {
  border: 1px solid #ccc;
  color: #444;
  float: left;
  width: 70%;
  padding: 5px 15px;
  height: 48px;
	background: #fff;
}
.contact-form.news-form .add-btn {
    float: right;
    margin-left: 15px;
    margin-top: 0;
    text-transform: uppercase;
    background: #00AEF0;
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    max-width: 210px;
    transition: 0.4s;
    border: 2px solid #00AEF0;
    width: 100%;
}
.contact-form.news-form .add-btn:hover{
    background: #fff;
    color: #00AEF0;
    border: 2px solid #00AEF0;
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-grid {
    margin-top: -30px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.30);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 24px;
    margin-top: -20px;
}
.blog-meta {
    position: relative;
    top: -40px;
    background: #00AEF0;
    width: 150px;
    padding: 7px 10px;
    left: 0px;
    text-align: center;
}
.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-title {
    margin-top: 12px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#00AEF0;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #00AEF0;
    width: 0px;
    height: 2px;
}
.blog-btn:hover {
    color: #00AEF0;
}
.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 70px 0;
    background: #071333;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-head .single-blog {
    margin-top: 35px;
    position: relative;
    overflow: visible;
}
.footer-head .blog-content a h4 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 17px;
}
.footer-head .blog-content a h4:hover{
    color: #00AEF0;
}
.footer-head .blog-btn {
    color: #00AEF0;
}
.footer-head .blog-text p {
    margin-bottom: 10px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
	border-radius: 50%;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #fff;
	background: #00AEF0;
	border:1px solid #00AEF0;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #002C57;
    background: #002C57;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons {
    margin-top: 20px;
}
.footer-contacts p span {
    color: #00AEF0;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: berater;
    font-size: 12px;
    left: 0;
}
.footer-list li a:hover {
    color: #00AEF0;
}
.footer-area-bottom {
    background: #071333 none repeat scroll 0 0;
    padding: 25px 0;
	border-top: 1px solid #333;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#00AEF0;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}
.copyright a {
    color: #00AEF0;
}
/*--------------------------------*/
/* 14.Home page area 2
/*--------------------------------*/
.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background:transparent;
}
.header-area-2{
	background:transparent;
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.topbar-area-2 .topbar-left ul li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.intro-area-2 .slider-content {
    margin-top: -70px;
}
.header-area-2.stick {
    background: #252525;
}
.footer-area-2 {
    background: #111;
}
.footer-area-2 .footer-tags li a {
    border: 1px solid #222;
    background: #222;
}
.footer-area-bottom-2 {
    background: #111 none repeat scroll 0 0;
	border-top: 1px solid #333;
}
.footer-area-2 .footer-tags li a:hover{
	background: #00AEF0;
	border: 1px solid #00AEF0;
}
.services-2 .service-images {
    display: block;
}
.services-2 .single-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border: none;
    padding: 0px;
}
.services-2 .service-content {
    padding: 30px 20px;
}
.read-more {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}
.read-more::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -3px;
}
.read-more:hover{
    color: #00AEF0;
}
/*----------------------------------------*/
/*  15. banner Area
/*----------------------------------------*/
.banner-area {
    background: rgba(0,0,0,0.70) url(img/background/bg1.jpg) no-repeat scroll center center / cover; 
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner-contact {
    padding: 30px 0px 0px;
}
.banner-contact span i {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #00AEF0;
    background: #00AEF0;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    margin-right: 20px;
}
.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 20px;
}
.banner-btn {
    border: 1px solid #00AEF0;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: #00AEF0;
    border-radius: 2px;
	text-transform: uppercase;
	border-radius: 50px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.banner-content h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/*----------------------------------------
 16.Team Area Css
----------------------------------------*/
.team-img {
    position: relative;
}
.team-img > a {
    display: block;
}
.team-img > a::after {
	background: rgba(0,0,0,0.70);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
    opacity: 0;
}
.single-team-member:hover .team-img a:after{
    opacity: 1;
}
.single-team-member:hover .team-social-icon{
    top:45%;
    opacity: 1;
}
.team-social-icon {
	left: 50%;
	margin-left: -61px;
	opacity:0;
	position: absolute;
	top: 30%;
	transition:1.3s;
}
.team-social-icon ul li {
    display: inline-block;
}
.team-social-icon ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 39px;
	margin: 0 3px;
	width: 40px;
	text-align: center;
}
.team-social-icon ul li a:hover{
    color: #fff;
    border: 1px solid #00AEF0;
    background: #00AEF0;
}
.team-content {
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
	text-align: center;
	border-top: none;
	z-index: 1;
}
.team-content::before{
    position: absolute;
	content: "";
	left: 0;
	top:0px;
	background: #00AEF0;
	width: 0%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	z-index: -1;
}
.team-content > h4 {
    color: #444;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.team-content > p {
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}
.single-team-member:hover .team-content::before{
    opacity: 1;
	transition: 0.4s;
	width: 100%;
}
.single-team-member:hover .team-content > h4,
.single-team-member:hover .team-content > p {
    color: #fff;
}
.all-team{
	margin-top: -30px;
}
.all-team .single-team-member{
	margin-top: 30px;
}
/*--------------------------------*/
/* 17.Home page area 3
/*--------------------------------*/
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 33px 0px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.header-middle-area .info-simple{
	font-weight: 700;
	color: #777;
	font-size:12px;
}
.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}
.header-middle-area .logo a{
	padding: 25px 0;
}
.header-icon i {
    color: #00AEF0;
    font-size: 34px;
    line-height: 40px;
}
.info-first {
    font-weight: 700;
	color: #444;
}
.header-area-3 {
    background:#fff;
	border-top:1px solid rgba(0,174,240,0.20);
	box-shadow: none;
}
.header-area-3.stick {
    background:#fff;
}
.header-area-3 .navbar.navbar-default {
    float: left;
}
.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
	color: #444;
	margin: 0px;
}
.header-area-3.stick .main-menu ul.navbar-nav li a {
	padding: 25px 15px;
}
.header-area-3 .main-menu ul.navbar-nav li.active >a,
.header-area-3 .main-menu ul.navbar-nav > li > a:hover{
    background:#00AEF0;
	color:#fff;
}
.header-area-3 .header-right-link a.main-search {
    margin: 10px 0px 10px 10px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 15px 0px 15px 10px;
}
.intro-area-3 .layer-1-2 h1 {
    font-size: 44px;
    line-height: 64px;
    max-width: 800px;
}
/*--------------------------------*/
/* 18.Why choose Area
/*--------------------------------*/
.choose-area{
    background-image: url(img/background/bg1.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.left-headline{
	position: relative;
	padding-bottom: 10px;
}
.choose-area .services-all {
    margin-top: -10px;
}
.left-headline::after {
    border: 1px solid #00AEF0;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}
.left-headline p {
    margin: initial;
}
.choose-wrapper{
	background: #f9f9f9;
	padding: 80px 30px 80px 100px;
}
.single-services .service-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-services .service-content h4 a {
    color: #444;
}
.single-services .service-content h4 a:hover {
    color: #00AEF0;
}
.single-services .service-content p{
    color:#666;
}
/*----------------------------------------*/
/* 19. Pricing css
/*----------------------------------------*/
.pricing-area {
    background: #fff;
}
.pricing-content {
    margin-top: -30px;
}
.table-list{
	margin-top: 30px;
}
.top-price-inner {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
}
.top-price-inner h4 {
    color: #444;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
span.users {
    color: #00AEF0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.prices {
    font-size: 26px;
    font-weight: 600;
    color: #444;
    padding-right: 10px;
}
.table-list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 20px 0px;
}
.table-list ol li {
    color: #666;
    padding: 12px 0px;
    position: relative;
    text-align: center;
}
.price-btn {
    padding: 30px 20px;
}
.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px;
    background: #00AEF0;
    border: 1px solid #00AEF0;
    letter-spacing: 1px;
}
.table-list > h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.price-btn a:hover {
    background: #fff;
    color: #00AEF0;
    border: 1px solid #00AEF0;
}
span.base {
    position: absolute;
    top: 0;
    left: 0;
    background: #00AEF0;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
	font-weight: 700;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
/*--------------------------------*/
/* 20. Home page 3 project area
/*--------------------------------*/
.project-menu li a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.project-menu li a.active,
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
	background: #00AEF0;
}
.project-menu {
    margin-bottom: 10px;
}
.project-menu li {
    display: inline-block;
}
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.project-content{
	margin-top: -10px;
}
.project-content .single-awesome-project{
	margin-top: 30px;
}
.project-content .project-dec {
    top: 40px;
}
.project-content .single-awesome-project:hover .project-dec {
    top: 40px;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb{
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .section-headline h3 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 48px;
	text-transform: inherit;
}
.breadcrumb .section-headline{
    margin-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul {
    padding: 10px 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.testimonial-page-area{
	background: #fff;
}
.welcome-page-area {
	background: #f9f9f9;
}
.pricing-page-area{
	background: #f9f9f9;
}
.testimonial-page-area .single-testi{
	margin-top: 30px;
}
.team-page-area{
	margin-top: -40px;
}
.team-page-area .single-team-member{
	margin-top: 40px;
}
/*----------------------------------------*/
/*  22. About video Area
/*----------------------------------------*/
.video-area .video-inner {
    background: url(img/about/vd.jpg);
	background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px;
}
.video-area .video-inner::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(10, 27, 40, 0.2) none repeat scroll 0 0;
}
.video-area .video-content {
    width: 100%;
    height: 100%;
    min-height: 330px;
}
.video-text h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: berater;
    color: #00AEF0;
    font-weight: 700;
}
.single-brand-item a {
    border: 1px solid #ddd;
    display: block;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}
.video-play.vid-zone i {
    color: #00AEF0;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #00AEF0;
    color: #fff;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #fff;
}
/*--------------------------------*/ 
/* 23. Faq Area
/*--------------------------------*/
.testimonial-review .single-testi{
    margin-top: 30px;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details a span.acc-icons {
    position: relative;
}
.faq-details a span.acc-icons::before {
    color: #666;
    content:"\e874 ";
    font-family: berater;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details a.active span.acc-icons::before {
    color: #00AEF0;
    content: "\e873";
    font-family: berater;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details .panel-heading h4 a.active {
    color: #00AEF0;
    background: #f9f9f9;
}
.faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-page .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #00AEF0;
    display: inline-block;
    border: 2px solid #00AEF0;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
	transition: 0.4s;
	margin-top: 10px;
}
.faq-page .quote-btn:hover{
    color: #00AEF0;
    background: #fff;
    border: 2px solid #00AEF0;
	transition: 0.4s;
}
/*--------------------------------*/ 
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text{
    font-size: 200px;
    line-height: 200px;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #00AEF0;
    border: 2px solid #00AEF0;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
	font-weight: 700;
}
.error-btn:hover{
    background: #fff;
    border: 2px solid #00AEF0;
    color: #00AEF0;
}
/*----------------------------------------*/
/*  25.	Contact Us page
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}
.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}
.contact-inner a i {
    color: #00AEF0;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #00AEF0;
    border: 2px solid #00AEF0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #00AEF0 ;
    color: #00AEF0;
    transition: 0.4s;
}
.map-area{
	padding-top: 90px;
}
/*----------------------------------------
 26. Project Details page
----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #00AEF0;
    border: 1px solid #00AEF0;
    color: #fff;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
/*----------------------------------------
   27. Blog Details page
----------------------------------------*/
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #00AEF0;
}
.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    border-bottom: 1px solid #ddd;
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 10px 0px;
    text-transform: capitalize;
    position: relative;
}
.left-blog ul li a:after {
    position: absolute;
    content: "\e876";
    font-family: berater;
    right: 12px;
    top: 10px;
    font-size: 14px;
}
.popular-tag.left-blog ul li a:after {
    display: none;
}
.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #00AEF0;
}
.left-blog-page {
    
}
.pst-content p a {
    color: #444;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
    border: 2px solid #00AEF0;
    background: #00AEF0;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
    border: 2px solid #00AEF0;
    background: #fff;
	color:#00AEF0
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}
.blog-content p {
    font-size: 15px;
	letter-spacing: 0.50px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #00AEF0;
    font-style: italic;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #00AEF0;
}
.comments-content-wrap span a:hover {
    color: #00AEF0;
}
.comment-respond .add-btn.contact-btn {
    background: #00AEF0;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #00AEF0;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #FFF;
	color: #00AEF0;
    border:2px solid #00AEF0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #00AEF0;
    border-color: #00AEF0;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00AEF0;
    border-color: #00AEF0;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/* 28.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p{
    color: #666;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
    margin: 5px 0;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    background: #00AEF0 none repeat scroll 0 0;
    color: #fff;
    position: relative;
}
.left-menu ul li a:hover {
    color: #fff;
    background: #00AEF0; 
}
.left-menu ul li a {
    background: #f9f9f9;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: berater;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 15px;
}
.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.download-btn h4{
	text-transform: uppercase;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #00AEF0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #00AEF0;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#00AEF0;
    background: #fff;
    border: 1px solid #00AEF0;
}
.single-page-head .clients-testi {
    padding: 20px 15px;
    border: 1px solid #00AEF0;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}
.single-page-head .review-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-style: italic;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img{
	border-radius: 50%;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-top: 20px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #00AEF0;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #444;
}
.mar-row .single-well {
    margin-top: 0px;
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=35b072e804118cf2fd87)
 * Config saved to config.json and https://gist.github.com/35b072e804118cf2fd87
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
 
 	/*
  	Flaticon icon font: Flaticon
  	Creation date: 22/06/2016 15:41
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-001-light-bulb-1:before { content: "\f100"; }
.flaticon-002-sprout:before { content: "\f101"; }
.flaticon-003-goal:before { content: "\f102"; }
.flaticon-004-visualization:before { content: "\f103"; }
.flaticon-005-trophy:before { content: "\f104"; }
.flaticon-006-panel:before { content: "\f105"; }
.flaticon-007-briefcase:before { content: "\f106"; }
.flaticon-008-bar-chart:before { content: "\f107"; }
.flaticon-009-startup:before { content: "\f108"; }
.flaticon-010-dollar:before { content: "\f109"; }
.flaticon-011-thinking:before { content: "\f10a"; }
.flaticon-012-management:before { content: "\f10b"; }
.flaticon-013-time:before { content: "\f10c"; }
.flaticon-014-light-bulb:before { content: "\f10d"; }
.flaticon-015-humanpictos:before { content: "\f10e"; }
.flaticon-016-team:before { content: "\f10f"; }
.flaticon-017-package:before { content: "\f110"; }
.flaticon-018-teamwork:before { content: "\f111"; }
.flaticon-019-care:before { content: "\f112"; }
.flaticon-020-handshake:before { content: "\f113"; }
.flaticon-021-puzzle:before { content: "\f114"; }
.flaticon-022-networking-2:before { content: "\f115"; }
.flaticon-023-user-1:before { content: "\f116"; }
.flaticon-024-user:before { content: "\f117"; }
.flaticon-025-chat:before { content: "\f118"; }
.flaticon-026-networking-1:before { content: "\f119"; }
.flaticon-027-group:before { content: "\f11a"; }
.flaticon-028-worldwide:before { content: "\f11b"; }
.flaticon-029-podium:before { content: "\f11c"; }
.flaticon-030-idea-2:before { content: "\f11d"; }
.flaticon-031-laptop-1:before { content: "\f11e"; }
.flaticon-032-target:before { content: "\f11f"; }
.flaticon-033-networking:before { content: "\f120"; }
.flaticon-034-idea-1:before { content: "\f121"; }
.flaticon-035-coin-1:before { content: "\f122"; }
.flaticon-036-presentation:before { content: "\f123"; }
.flaticon-037-flag:before { content: "\f124"; }
.flaticon-038-diamond:before { content: "\f125"; }
.flaticon-039-like:before { content: "\f126"; }
.flaticon-040-settings:before { content: "\f127"; }
.flaticon-041-ipo:before { content: "\f128"; }
.flaticon-042-contract:before { content: "\f129"; }
.flaticon-043-line-chart:before { content: "\f12a"; }
.flaticon-044-coin:before { content: "\f12b"; }
.flaticon-045-idea:before { content: "\f12c"; }
.flaticon-046-hourglass:before { content: "\f12d"; }
.flaticon-047-laptop:before { content: "\f12e"; }
.flaticon-048-money-bag:before { content: "\f12f"; }
.flaticon-049-stationery:before { content: "\f130"; }
.flaticon-050-growth:before { content: "\f131"; }

@font-face {
  font-family:  microsoft yahei,Source Sans Pro Regular, Smooth;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("truetype"), url("") format("woff"), url("") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
/*

body {
  font-family:  microsoft yahei,Source Sans Pro Regular, Smooth;
  line-height: 1.6;
  font-size: 16px;
  background: #f1f1f1;
  color: #676767;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #4a94e9;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #4a94e9;
}

p, ul, ol {
  font-size: 16px;
  color: #676767;
  font-family:microsoft yahei,Source Sans Pro Regular, Smooth;
  line-height:30px;
  margin:0;
  padding:0;
}
h1{
	color: #143770;
	font-size:36px;
	font-family: microsoft yahei,Source Sans Pro Regular, Smooth;
	margin: 0 0 60px 0;
	padding-bottom:60px;
	
}
h3{
	color:#4a94e9;
	font-size:20px;
	padding-bottom:60px;
}


h1, .h1, h2, .h2, h3, .h3{
	margin-top:0;
	margin-bottom:0;
}


::-webkit-selection {
  color: #fcfcfc;
  background: #4a94e9;
}

::-moz-selection {
  color: #fcfcfc;
  background: #4a94e9;
}

::selection {
  color: #fcfcfc;
  background: #4a94e9;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

*/

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.copyrights{
    text-indent:-9999px;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
.header-top {
  padding: 10px 0;
  background: #4a94e9;
}
.sticky-wrapper{
    position:relative;
}
.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
  margin-left: 0;
}
.header-top .fh5co-link a:hover {
  color: white !important;
}

.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .fh5co-social a:last-child {
  margin-right: 0;
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/*---footer--*/

#footer {
  background: #1c1c1c;
  padding: 0 0 100px;
}
#footer .col-md-2{
  width:18%;
}
#footer .row-bottom-padded-md{
  padding-top:60px;
}

#footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-align:justify;
}
#footer p a {
  color: rgba(255, 255, 255, 0.7);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer .fh5co-footer-link {
  padding-left:60px;
  height:215px;
  border-right:1px solid rgba(255, 255, 255, 0.5);
  text-align:left;
  margin-bottom:60px;
}
#footer .fh5co-footer-link h3 {
	font-family:microsoft yahei !important;
  color: #4a94e9;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom:0;
}
#footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
  padding: 0;
  margin: 0;
}
#footer .fh5co-footer-link li {
  list-style: none;
	margin-bottom:6px;
	font-size:14px;
}
#footer .fh5co-footer-link li a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
  color: #fff !important;
}
.footer-introduce p{
  color:rgba(255, 255, 255, 0.7) !important;
  width: 45%;
  float: left;
  display: block;
  padding: 30px;
}
#footer .bottom{
  width:94%;
  text-align:left;
  padding:10px 30px;
  margin:0 auto;
  color:rgba(255, 255, 255, 0.7) !important;
  border:1px solid rgba(255, 255, 255, 0.7) ;
}

/*右侧漂浮框*/
.sidepanel {
	position: fixed !important;
	position: absolute;
	bottom:0px !important;
	right: 0px;
	height: 250px;
	z-index: 1000;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
	_margin-top:140px;
	font-size:14px;
	
}
.sidepanel-item{
	margin-top:3px;
}
.sidepanel-item a{
	background:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.6;
	opacity:0.6;
	width:54px;
	height:42px;
	line-height:18px;
	display:block;
	text-align:center;
	vertical-align:middle;
	/*border:2px solid #fff;*/
	color:#fff;
	/*border-radius:4px;*/
	behavior:url(404.png);
	/*-webkit-box-shadow: #999 4px 5px 2px;*/
	/*-moz-box-shadow: #999 4px 5px 2px;*/
	
	padding-top:3px ;

}
.sidepanel-item2 a:hover{
	background:#4a94e9;
	opacity:10;
}







.fh5co-banner{ height:540px;}

.fh5co-banner-aboutus{	width:100%; background:url(404.png) no-repeat; background-size:cover;	background-position:center;}

.fh5co-banner-account-type{
	width:100%;
	height:540px;	
	background:url(../images/account-type.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-banner-baibiao{
    width:100%;	
	background:url(../images/baibiao.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-banner-ib{ 
    width:100%;
	 	
	background:url(../images/ib.jpg) no-repeat;
	background-size:cover;
	background-position:center; 
}

.fh5co-banner-mam{
    width:100%;
	 	
	background:url(../images/mam.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-banner-out-of-gold{
    width:100%;
	 	
	background:url(../images/out-of-gold.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}





/*--button---*/
.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-size:16px !important;
	letter-spacing:0px !important;
}
.btn.btn-primary {
    background: none;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-right: 5px;
    width: 200px;
    height: 70px;
    padding: 0;
    line-height: 64px;
    font-size: 18px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    border-color:#4a94e9;
    color: #4a94e9 !important;
}
.btn:hover, .btn:active, .btn:focus {
    color: #4a94e9;
    outline: none !important;
	background:none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.btn-info{
    border:3px solid #143770;
    background:none;
    color:#143770;
    font-family: microsoft yahei,Source Sans Pro Regular, Smooth;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
   width:200px;
  height:70px;
  padding:0;
  line-height:64px;
  font-size:18px;
}
.btn-info:hover,.btn-info:active, .btn-info:focus{
    border:3px solid #4a94e9;
    color:#4a94e9 !important;
    background:none !important;
    box-shadow:none;
}

.form-control{
	    border: 1px solid #1c1c1c;
		height:44px;
		margin-bottom:20px;
		padding:10px 10px;
		font-size:16px;
}
.form-control-nw{
	    border: 1px solid #1c1c1c;
		height:44px;
		margin-bottom:20px;
		padding:10px 10px;
		font-size:16px;
}

.register-feature-left2{padding-right:35%;}
.register-feature-rgiht2{ max-width:400px; margin:0 auto;}



.form-control:hover, .form-control:active, .form-control:focus{
	box-shadow:none;
	/* border: 1px solid #fff; */
}

.fh5co-banner{

}
.fh5co-banner-register{
	width:100%;
	height:600px;	
	background:url(../images/layer76.png) no-repeat;
	background-size:cover;
	background-position:center;
}



.fh5co-banner-learnmore{
width:100%;
 	
background:url(../images/learmore.jpg) no-repeat;
background-size:cover;
background-position:center;
}


.fh5co-banner-safelicense{
width:100%;
 	
background:url(../images/safelicense.jpg) no-repeat;
background-size:cover;
background-position:center;
}




.fh5co-banner-cfh{
	width:100%;
	 	
	background:url(../images/cfh.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}


.fh5co-banner-con1{
	width:100%;
	height:617px;
	background:url(../images/layer77.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-banner-con1 h3{ font-size:28px; line-height:40px;}



/*--开户--*/
.fh5co-creat-account{
	background:#fff;
	padding:100px 0;
}
.fh5co-creat-account h1{	padding-bottom:25px;}
.fh5co-news-platform .heading-section{ padding-bottom:0;}
.fh5co-news-platform .heading-section h3 { font-size: 40px; position: relative;}
.fh5co-news-platform  .heading-section p {  font-size: 20px; color:#4a94e9; padding-bottom:60px;}
.fh5co-news-platform  .row-bottom-padded-md{text-align:center;}

.open-account-tabs{	width:100%;	margin:0 auto;}
.open-account-tabs .navcont{ padding-top:80px; border-bottom:1px solid #1c1c1c; }
.open-account-tabs .nav{ width:92%; max-width:320px; margin:0 auto;}
.open-account-tabs .nav-tabs{ border-bottom:none;}
.open-account-tabs .nav > li{ width:48%; margin:0 1% -1px; text-align:center;}

.open-account-tabs .nav > li > a{	background:#1c1c1c;	color:#fff;}
.nav-tabs > li > a{border-radius:5px 5px 0 0;}

.nav-tabs > li.active > a{
	border: 1px solid #1c1c1c;
    border-bottom-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #1c1c1c;
	border: 1px solid #1c1c1c;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}
.open-account-tabs .tab-content{
	width:92%;
	max-width:1200px;
	margin:0 auto;
}
.open-account-tabs .tab-content .container{ width:92%; max-width:368px; margin:0 auto;}
/* for contact us */
.open-account-tabs .tab-content .contact-container{ max-width:1080px;}

.open-account-tabs .tab-content2{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.open-account-tabs .select-phone-email{
	margin:0 auto;
	margin-bottom:50px;
	margin-left:30%;
}
.open-account-tabs .select-phone-email li{
	list-style:none;
	padding-right:50px;
	float:left;
}
.open-account-tabs .tab-content p{
	
}
.open-account-tabs .tab-content .form-control{
	margin:0 auto;
	margin-bottom:20px;
}
.fuick-selection{
	text-align:center;
	margin-bottom:50px;
}
.fuick-selection img{
	width:34px;
	margin-right:15px;
}
.fuick-selection .ph-btn{

}
.regis-btn{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.get-codebtn{
	border-radius:5px;
	text-align:center;
	height:44px;
	background:none;
	border:2px solid #4a94e9;
	color:#4a94e9;
	margin-bottom:20px;
}


/*下一步*/

.flow_steps{
	overflow:hidden; 
	margin: 50px auto;
	/* border-bottom:2px solid #e6e6e6; */
	padding-left:40px;
}
.flow_steps ul{
	width:96%;
	max-width:550px;
	margin:0 auto; 
	list-style:none;
}
.flow_steps li{
	float:left;
	text-align:center;
	font-weight:bold;
	color:#676767;
}
.flow_steps li i{
	position: relative;
    margin-top:18px;
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	font-style:normal;
	line-height:24px;
	color:#676767;
	font-size:16px;
	background:url(404.png) no-repeat;
}
.flow_steps p{
	width:140px;
	display:block;
	float:right;
	border-bottom:1px solid #676767;
}
.flow_steps li.done{
	color:#4a94e9;
}
.flow_steps li.done p{
	color:#4a94e9;
	border-color:#4a94e9;
}
.flow_steps li.done i{
	color:#4a94e9;
	background:url(404.png) no-repeat;
}
.flow_steps li.current_prev p{
    color: #4a94e9;
	border-color:#4a94e9;
}
.flow_steps li.current_prev i{
	background:url(404.png) no-repeat;
	color:#4a94e9;
}
.flow_steps li.current p{
	border-bottom:1px solid #4a94e9;
	color:#4a94e9;
}
.flow_steps li.current i{
	color: #4a94e9;
	background:url(404.png) no-repeat;
}
.flow_steps li:last-child.current i{
	background:url(404.png) no-repeat;
	position: relative; 
}
.flow_steps li#qzfs.current,.flow_steps li.last{
	background-image:none;
}
.flow_steps li.last i{
	background:url(404.png) no-repeat;
	position: relative; 
}

fieldset{
	border:none;
}

.open-account-tabs .tab-content .select-phone{

}
.open-account-tabs .tab-content .yanzm-phone{
	position: absolute;
    width: 35px;
    left: 57%;
	margin-top:12px;
	border:none;
	background:none;
}
.open-account-tabs .tab-content .yanzm-picture{
	position: absolute;
    width: 42px;
	margin-top:10px;
	border:none;
	background:none;
    margin-left:315px;	
	cursor:pointer;
}
.open-account-tabs .tab-content .select-sexual{

}
.open-account-tabs .tab-content .formation-name{

}
.open-account-tabs .tab-content  .checkbox{
	padding-left:6%;
}
.open-account-tabs .tab-content  .checkbox input{
	width:14px;
	height:14px;
	margin-top:6px;
	cursor:pointer;
}

.open-account-tabs .tab-content .btn{
	border-color:#143770;
	color:#143770;
	margin:0 auto;
	margin-top:60px;
	cursor:pointer;

}
.open-account-tabs .tab-content .idcard{
	width:368px;
	height:200px;
	margin:0 auto;
	margin-bottom:20px;
}
.open-account-tabs .tab-content .idcard .btn{
	margin-top: 0;
    margin-left: 0;
}
.open-account-tabs .tab-content .steplist{
	margin-left:34%;
}
.open-account-tabs .tab-content .steplist .btn{
	margin-left:0;
	margin-right:15px;
}
.open-account-tabs .tab-content .complete-regis{
	text-align:center;
}
.open-account-tabs .tab-content .complete-regis li{
	list-style:none;
}
.open-account-tabs .tab-content .complete-regis .tc-right{
	padding-left:20px;
}
.open-account-tabs .tab-content .complete-regis h3{
	color: #4a94e9;
    margin: 30px 0 0 0;
    line-height: 34px;
	padding-bottom:10px;
}

.tab-register-content .control-group{ max-width:368px; margin:0 auto;}



.fh5co-creat-account .form-control:hover,.fh5co-creat-account .form-control:focus,
.fh5co-demo .form-control:hover,.fh5co-demo .form-control:focus{
	border-color:#1c1c1c;
}

.fh5co-demo{
  background:#fff;
  padding:100px 0;
}
.fh5co-demo  .col-md-3 img{
    width:50px;
}
.fh5co-demo .col-md-3{
    text-align:center;

}
.fh5co-demo .col-md-3 p{
    padding-top:15px;
    color:#555;
}
.fh5co-demo .feature-left {
  margin-bottom: 40px;
}
.fh5co-demo-form{
	margin-top:15px;
}
.fh5co-demo .fh5co-demo-form .form-control{

}
.fh5co-demo .fh5co-demo-form .select-phone{

}
.fh5co-demo  .btn{margin-top:40px;border-color:#143770;	color:#143770;}
.fh5co-demo .yanzm-phone{
	vertical-align: middle;
    position: absolute;
    top: 141px;
    left: 87%;
    width: 35px;
}
.fh5co-demo .yanzm-picture{
	vertical-align: middle;
    position: absolute;
    margin-left: 390px;
    margin-top: 10px;	
    width: 40px;
	cursor:pointer;
}

.fh5co-demo  .feature-left h3 {
  font-size: 16px;
  line-height:30px;
}
.feature-left .feature-copy {
  float: left;
  width: 360px;
}
.feature-left .feature-copy h3 {
  font-size: 28px !important;
  color: #4a94e9;
  line-height:40px;
  padding-top:30px;
}
.feature-left2 .feature-copy h3{font-size:28px; line-height:40px; padding-bottom:15px;}

.feature-left .feature-copy p {
  font-size: 16px;
  margin-bottom: 10px;
  color:#555;
  padding-bottom:30px;
}
.feature-left {
  width: 100%;
  position: relative;
}

/*----*/
.fh5co-banner-con2{
	background:#f1f1f1;
}
.fh5co-banner-con2 h3{
	color:#4a94e9;
	font-size:28px;
	line-height:40px;
	padding-top:50px;
}
.fh5co-banner-con2 p{
	padding-bottom:60px;
}
.fh5co-banner-con2 .btn{
	border-color: #143770;
    color: #143770;
}

.fh5co-banner-con3{
	background:#fff;
}


/*learn more*/
.fh5co-section-learnmore {
	width:100%;
	background:#fff;
}
.fh5co-section-learnmore .container{}
.fh5co-section-learnmore h1{
	padding-top:100px;
	line-height:54px;
}
.fh5co-section-learnmore h3{
	color:#4a94e9;
	font-size:20px;
	padding-bottom:30px;
}
.fh5co-section-learnmore p{
	padding-bottom:60px;
	border-bottom:1px solid #676767;
	margin-bottom:60px;
	text-align:justify;
}
.fh5co-section-learnmore .special{
	border-bottom:none;
	margin-bottom:0;
}
.fh5co-section-learnmore .special-title{
	font-size:18px;
	display:block;
}
.fh5co-section-learnmore a{
}
.fh5co-section-learnmore a:hover{
	color:#4a94e9;
}


/* account type */
.account-type-piclist{width:100%; max-width:800px; margin:0 auto;} 
.account-type-piclist li{ width:25.3%;  margin:0 4%; padding:40px 0; background:#fff; text-align:center; float:left; transition:all 0.35s;}
.account-type-piclist li .pic{ padding-bottom:5px; text-align:center;}
.account-type-piclist li .pic img{ width:75%; max-width:65px;}
.account-type-piclist li:hover{ transform:translate(-6px,-8px); box-shadow:2px 3px 15px rgba(0,0,0,0.1);}
.account-type-padding{ padding:160px !important;}

/*need more support?*/
.fh5co-moresupport2{width:100%;	background:#1c1c1c;}
.fh5co-moresupport2 .container{padding:100px 0;}
.fh5co-moresupport2 .container p{color:#4a94e9;font-size:28px;	padding-top:20px;}
.fh5co-moresupport2 .btn{ color:#fff; border-color:#fff;	padding-left:76px; position:relative;}
.fh5co-moresupport2  a{ padding:0 1%;}
.fh5co-moresupport2 .btn-info{ width:100%;}
.fh5co-moresupport2 img{	height:70%; position:absolute; left:12%; top:15%;}
.fh5co-moresupport2 .btn-left{cursor:default;}
.fh5co-moresupport2 .btn-left:hover{	border-color:#fff !important;color:#fff !important;}

/*need more support white*/
.fh5co-moresupport2-w{background:#fff}
.fh5co-moresupport2-w .btn{ color:#1c1c1c; border-color:#1c1c1c;	}
.fh5co-moresupport2-w .btn-left:hover{	border-color:#1c1c1c! important; color:#1c1c1c !important;}







.fh5co-moreproducts { padding:100px 0; background:#fff;}


.fh5co-varplatform{
	background:#f1f1f1;
}
.fh5co-varplatform img{
	width:646px;
}
.fh5co-varplatform  p{
	width:360px;
}
.fh5co-varplatform .feature-right {
	width:360px;
	float:right;
	padding-top:30px;
}






/* inside about */
.about-cont .container {	 margin:0 auto;	 padding-top:120px;	 padding-bottom:100px;}
.about-cont .container h3{ font-size:36px; line-height:50px;}

.about-cont-txt{ padding-left:20px;}

.fh5co-section-aboutus .container{ padding-bottom:100px;}
.fh5co-section-aboutus h3{color:#4a94e9;	padding-bottom:60px;}
.fh5co-section-aboutus h1{padding:120px 0 40px 0; text-align:center;	font-size:40px;	font-family:Source Sans Pro Regular, Smooth, Arial, Helvetica, sans-serif;	font-weight:bold;}

.about-secone-piclist{ max-width:880px; margin:0 auto;}
.about-secone-piclist li{ height:400px; text-align:center;}
.about-secone-piclist .pic{  width:100%; margin:0 auto;  background:#f9f9f9;}
.about-secone-piclist .pic img{ width:100%; box-shadow:2px 2px 1px rgba(0,0,0,0.08); }

.about-secone-piclist .line{ width:124px; height:1px; margin:30px auto; background:#0d386b; position:relative;}
.about-secone-piclist .line em{ display:block; width:56px; height:5px; border-radius:3px; background:#0d386b; position:absolute; left:50%; margin-left:-28px; top:-2px;}

.borderbottom{ border-bottom:100px solid #f1f1f1;}


.about-secone-piclist li h3{ color:#1c1c1c; font-size:18px;}
.about-sectwo-pic{ width:92%; max-width:590px; margin-top:30px;}

.about-cont-pic{ border:1px solid #1c1c1c;}
.about-cont-pic img{ width:100%; margin-left:20px; margin-top:-20px; padding-bottom:20px;}

.about-secthree-pic{ width:92%; max-width:320px; margin-top:20px;margin-left:12px;}
.about-secthree-pic img{ width:100%; padding-bottom:20px;}
.fh5co-varplatform .about-secthree-txt{ margin-top:60px; width:100%;}
.fh5co-varplatform .about-secthree-txt p{ width:100%;}
.about-secthree-txt{ padding:15px 0; color:#4a94e9;}


/*白标合作计划*/
.baibiao{ padding:100px 0; text-align:center;}
.baibiao .container h3{ font-size:36px; padding-bottom:0}
.baibiao .container .pic{ width:75%; max-width:460px; margin:60px auto;}
.baibiao .container table{ margin-top:40px;}
.baibiao table{ width:100%; max-width:800px; margin:0 auto;}
.baibiao tr td{ padding-left:50px; font-size:18px; text-align:left;}
.baibiao .odd{ background:#1c1c1c; color:#fff;}
.baibiao .container p{  width:100%; max-width:800px; margin:0 auto; padding-bottom:0;}
.baibiao .container .p3{ padding-bottom:60px;}

/*mam*/
.mam{ padding:150px 0;}
.mam .container h3{ text-align:center; font-size:36px; }
.mam .container p{ display:block; width:100%; max-width:920px; margin:0 auto;}
.mam .container-mam{ background:#fff; padding:60px 100px;}
.mam .container-mam h3{ padding-top:40px; text-align:left;}
.mam .container-mam p{ letter-spacing:1px;}
.mam .container-mam .pic{ text-align:right;}

/**/
.out-of-gold .odd{ background:#1c1c1c; }
.out-of-gold tr td{font-size:18px;}
.out-of-gold .container-mam h3{ padding-top:40px; text-align:center;}


.fh5co-moreproducts .about-four-txt p{ width:100%; letter-spacing:3px;}
.about-four-txt{ text-align:center;}
.about-four-piclist{ width:100%; max-width:366px; margin:20px auto 0;}
.about-four-piclist li{ display:inline-block; text-align:center;}
.about-four-piclist em{ display:inline-block; padding:30px 20px 0; font-style:normal; font-size:21px; font-family:Arial, Helvetica, sans-serif; color:#4a94e9; line-height:65px; vertical-align:top; }
.about-four-piclist li .pic{ width:65px; margin:30px auto; border-radius:5px; background:#4a94e9; transition:all 0.35s;}
.about-four-piclist li:hover .pic{ background:#1c1c1c;}
.about-four-piclist li h4{ color:#565656; transition:all 0.35s;}
.about-four-piclist li:hover h4{ color:#4a94e9;}




.fh5co-moreproducts  .col-md-3 img{
	width:60px;
}
.fh5co-moreproducts .col-md-3{
	text-align:center;
	padding-right:0;
	
}
.fh5co-moreproducts  h3{	color: #4a94e9;  font-size: 28px; line-height:40px;	padding-bottom:60px;
}

.fh5co-moreproducts  p{padding-top:0;color:#676767;padding-bottom:0px;width:80%;}
/*.fh5co-moreproducts  .layer-oil{	width:802px;position: absolute;   left: -200px;   top: -50px;}*/

.fh5co-moreproducts .feature-left .icon i {
  color: #d9d9d9 !important;
}
.fh5co-moreproducts  .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}


.fh5co-moreproducts  .feature-left .feature-copy {
  width: 93%;
}



.fh5co-moreproducts .feature-left p {
  font-size: 16px;

}
.fh5co-moreproducts .feature-left p:last-child {
  margin-bottom: 0;
}

.col-sm-6{
	padding:0;
}





.sf-button{
    float:right;
}
.sf-button .btn{
	width: 120px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    margin-top: 16px;
	border-radius:6px !important;
	border:2px solid #1c1c1c !important;
	font-size:16px !important;
	color:#1c1c1c;
}
.btn:hover{
    border-color:#4a94e9 !important;
}


.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}


/*---header--*/



#fh5co-primary-menu > li > ul li.active > a {
  color: #4a94e9 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family:  microsoft yahei,Source Sans Pro Regular, Smooth;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: transparent;
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family:  microsoft yahei,Source Sans Pro Regular, Smooth;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}


#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #4a94e9 !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features,
.fh5co-content-section {
 /*  padding: 7em 0; */
}




#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #4a94e9;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #4a94e9;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #4a94e9;
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .contact-info li a {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.fh5co-testimonial, .fh5co-team {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.fh5co-testimonial h2, .fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-testimonial figure, .fh5co-team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.fh5co-testimonial figure img, .fh5co-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial > div, .fh5co-team > div {
  padding: 30px 30px 0 30px;
}
.fh5co-testimonial > div h3, .fh5co-team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #4a94e9;
}
.fh5co-testimonial > div .position, .fh5co-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.fh5co-testimonial > div,
.fh5co-testimonial blockquote, .fh5co-team > div,
.fh5co-team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.fh5co-testimonial > div p,
.fh5co-testimonial blockquote p, .fh5co-team > div p,
.fh5co-team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.fh5co-testimonial span, .fh5co-team span {
  font-style: italic;
  color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
  color: #ccc !important;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
  width: 100%;
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #4a94e9;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}

#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #4a94e9;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}



.js .animate-box {
  opacity: 1;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}



#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}

#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #4a94e9;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #4a94e9;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}




.row-bottom-padded-lg {
  padding-bottom: 7em;
}


.row-top-padded-lg {
  padding-top: 7em;
}


.row-bottom-padded-md {
 /*  padding-bottom: 50px; */
}


.row-top-padded-md {
  padding-top: 4em;
}


.row-bottom-padded-sm {
  padding-bottom: 2em;
}


.row-top-padded-sm {
  padding-top: 2em;
}


.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(404.png) center no-repeat #222222;
}






/*products */
.fh5co-banner-forex{
	width:100%;
	 	
	background:url(../images/product-forex1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-banner-forex .container{
	width:1100px;
}
/*----------*/
.fh5co-banner-forex1{
	width:100%;
	height:757px;	
	background:url(../images/product-forex1-1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-forextrading{width:100%;	padding-bottom:100px;background:#fff;}
.fh5co-forextrading .container{ padding-top:100px;}
.forextradin-con h3{	color:#4a94e9;font-size:28px;line-height:40px;width:80%;padding-bottom:60px;}
.forextradin-con p{	width:80%;	padding-bottom:6px;}
.fh5co-forextrading .forextrading-right{ padding-top:42%; padding-left:60px;}
.forextrading-right p, .forextrading-right h3{width:90%;}
.forextrading-right p{	padding-bottom:6px;}
.forextrading-right img{	padding-right:25px;}
.fh5co-forextrading .pic{	width:55%;	position:absolute;	top:-10%;	right:-5%;	z-index: 1000;}
.fh5co-forextrading .forextradin-con{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:60px;
	border:1px solid #1c1c1c;
	margin-top:100px;
	position:relative;
}
/*----------*/

.fh5co-product-platform{width:100%; padding:100px 0 40px;}
.fh5co-product-platform .title h3{ padding:60px 0;color:#4a94e9; font-size:20px;}
.fh5co-product-platform .title{width:92%; max-width:900px; margin:0 auto; padding-bottom:60px;}
.fh5co-product-platform .title p{text-align:left;text-align:justify;}
.fh5co-product-platform .forex-features img{ max-width:100px; margin-top:15px;}
.fh5co-product-platform .forex-features .features-right{ padding-bottom:60px;}
.fh5co-product-platform .forex-features .features-right h3,.fh5co-product-platform .forex-features .features-right-right h3{	color:#676767 !important;	line-height:34px;	padding-bottom:30px;}

/*----------*/

.fh5co-product-access{
	background:#fff;
	padding:100px 0;
}
.fh5co-product-access h3{
	color:#4a94e9;
	font-size:28px;
	padding-bottom:60px;
}
/*----------*/

.fh5co-product-bannercon1{
	width:100%;
	 	
	background:url(../images/product-forex0.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
/*----------*/

.fh5co-banner-time {
	width:100%;
	 	
	background:url(../images/layer72.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-banner-gangang{
	width:100%;
	 	
	background:url(../images/ganggan.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-product-detail{padding:100px 0;}
.fh5co-product-detail .container{}
.fh5co-product-detail .title h3{ padding:60px 0; color:#4a94e9;}
.fh5co-product-detail .title p{text-align:left;	text-align:justify;}
.product-detail-table table{width:100%;margin-top:60px;}
.fh5co-product-detail span{ display:block; padding:30px 0 0;}

.tablecon{
	display:none;
}
.product-detail-table table tr td:first-child{
	width:14%;
}
.product-detail-table table tr td:nth-child(2){
	width:26%;
}
.product-detail-table table tr td:nth-child(3){
	width:20%;
}
.product-detail-table tr,.product-detail-table th,.product-detail-table td{
	border:1px solid #a1a1a1;
	height:90px;
	text-align:center;
	font-size: 16px;
    color: #676767;
    font-family: microsoft yahei,Source Sans Pro Regular, Smooth;
    line-height: 28px;
} 
.product-detail-table th,.product-detail-table td{
	padding:10px 5px;
}
.product-detail-table th{
	background:#323232;
	color:#fff;
}
/*----------*/

.fh5co-product-news {padding:100px 0;background:#fff;}
.fh5co-product-news .container{ }
.product-news-left{}
.fh5co-product-news h3{color:#4a94e9;font-size:28px;line-height:40px;padding-bottom:60px;}
.fh5co-product-news p{ padding-bottom:60px;}
.fh5co-product-news .left p{max-width:360px;}
.fh5co-product-news .news-title{  padding-bottom:20px; border-top:1px solid #a1a1a1;}
.fh5co-product-news .news-title h3{ display:block; width:100%; font-size:20px; padding:35px 45px 15px 0; line-height:26px; position:relative; cursor:pointer;}
.fh5co-product-news .news-title img{ display:block; width:35px; padding:5px; position:absolute; top:50%; margin-top:-7px; right:5px;}
.fh5co-product-news .news-title p{ display:none; padding-bottom:15px;}

/*----------*/

/*to products*/
.to-products { padding:100px 0;}
.to-products .right{ float:right;}
.to-products .left{ float:left;}
.to-products .right img{ width:100%; }
.to-products h3{ padding-bottom:60px;}
.to-products p{ padding-bottom:60px;}


/* to mt4*/
.fh5co-product-varpaltform{	padding:100px 0;}
.fh5co-product-varpaltform img{ width:100%; padding-top:20px;}
.fh5co-product-varpaltform h3{ padding-left:15%; padding-bottom:60px; color:#4a94e9;	font-size:28px;	line-height:40px;}
.fh5co-product-varpaltform p{ padding-left:15%; padding-bottom:60px;}
.fh5co-product-varpaltform .btn{ margin-left:15%;}
/*-----metal-----*/

.fh5co-banner-metal{
	width:100%;
	 	
	background:url(../images/product-forex12.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}


.fh5co-metafeatures{

}
.metafeatures-con h3{

}
.metafeatures-con p{

}
.metafeatures-right{ padding-left:4%;}
.metafeatures-right p, .metafeatures-right h3{}
.metafeatures-con .silver-feature{ padding-top:130px;}

.fh5co-metafeatures .metafeatures-image{right:auto; left:-5%;}
.metafeatures-left{	margin-top:410px;}


.fh5co-product-bannercon2{
	width:100%;
	height:409px;	
	background:url(../images/product-forex18.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

/*-----oil-----*/

.fh5co-banner-oil{
	width:100%;
	height:691px;	
	background:url(../images/product-forex21.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-forextrading  .oilfeatures-con{

	padding-bottom:200px;
	background:#fff;
}
.oilfeatures-con h3{

}
.oilfeatures-con p{

}
.fh5co-forextrading .oilfeatures-right{
padding-top:0;
}
.oilfeatures-right p, .oilfeatures-right h3{
	width:360px;
}
.oilfeatures-right p{
	padding-bottom:6px;
}
.oilfeatures-right img{
	padding-right:25px;
}


.fh5co-oilfeatures{ padding-bottom:200px;}
.fh5co-oilfeatures .oilfeatures-image{
 top:auto;
 bottom:-15%;
}

.fh5co-oilfeatures .container{ margin:0 auto; padding:0;}
.fh5co-oilfeatures .oilfeatures-con{ min-height:700px;}

.fh5co-product-accessoil{
	width:100%;
	height:500px;	
	background:url(../images/product-forex27.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-product-accessoil h3{
	color:#4a94e9;
	font-size:28px;
	padding-bottom:60px;
	padding-top:150px;
	line-height:40px;
}

/*-----CFDs-----*/

.fh5co-banner-cfds{
	width:100%;
	height:550px;	
	background:url(../images/product-forex28.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-cfdsfeatures .pic{ top:auto; bottom:-10%; right:auto; left:-5%; }
.cfdsfeatures-con p{ width:100%;}
.cfdsfeatures-con h3{
	color:#4a94e9;
	font-size:28px;
	line-height:40px;
	width:80%;
}
.cfdsfeatures-con p{
	padding-bottom:6px;
}
.cfdsfeatures-right{ float:left;}
.cfdsfeatures-right p, .cfdsfeatures-right h3{
	width:90%;
}
.cfdsfeatures-right img{
	padding-right:25px;
}
.fh5co-cfdsfeatures .cfdsfeatures-image{

}
.cfdsfeatures-left{   float: right;}


.fh5co-product-bannercon3{
	width:100%;
	height:623px;	
	background:url(../images/product-forex34.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-productoverview a:hover{
	color:#4a94e9 !important;
}
.fh5co-productoverview a{
	color:#676767;
}


/*----- platform-mt4 -----*/

.fh5co-banner-platformmt4{
	width:100%;
	 	
	background:url(../images/platform1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-banner-platformmt4 p{
	font-size:36px;
	line-height:52px;
	padding-top:120px;
	padding-left:100px;
	color:#fff;
}

.fh5co-platformmt4-features{ padding:100px 0;}
.fh5co-platformmt4-features .container{ position:relative;}
.platformmt4-features-left img{width:85%;margin-left:5%;	margin-bottom:388px; float:left; z-index:1;}
.platformmt4-features-right{width: 700px; height:auto; border: 1px solid #676767;  background: #fff; padding: 80px; position:absolute; right:2%; bottom:0;}
.platformmt4-features-right h3{color:#4a94e9;font-size:28px;	line-height:40px;padding-bottom:60px;}
.platformmt4-features-right div{padding-bottom:60px;}
.platformmt4-features-right p{padding-bottom:10px;}
.platformmt4-features-right img{	padding-right:25px;  padding-top:10px;}

.fh5co-platform-mt4{background:#fff;}
.platformmt4-features .features-right{
	margin-bottom:30px;
	height:auto !important;
}

.fh5co-downloadmt4{	margin:0 auto;	padding:100px 0;}
.fh5co-downloadmt4 .container{}
.fh5co-downloadmt4 .pic{ text-align:center;}
.fh5co-downloadmt4 .pic img{width:60%; max-width:360px; padding-bottom:30px;}
.fh5co-downloadmt4 .link{ max-width:420px;}
.fh5co-downloadmt4 .link .btn{ margin:0 1%;}
.fh5co-downloadmt4 .link h3{padding-bottom:15px; color:#4a94e9; font-size:28px; line-height:40px;}
.fh5co-downloadmt4 .link p{ padding-bottom:30px;}


.fh5co-platformmt4-bannercon1{
	width:100%;
	height:557px;	
	background:url(../images/platform10.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding-top:90px;
}
.fh5co-platformmt4-bannercon1 h3{
	color:#fff;
	font-size:36px;
	line-height:52px;
}
.fh5co-platformmt4-bannercon1 p{
	color:#fff;
	width:40%;
	padding-bottom:60px;
}
.fh5co-platformmt4-bannercon1 .btn-info{
	color:#fff;
	border-color:#fff;
}


.fh5co-platformmt4-ques {padding:100px 0 0; background:#fff;}
.fh5co-platformmt4-ques .container{ width:100%; padding:0; border-bottom:1px solid #a1a1a1;}
.fh5co-platformmt4-ques2 .container{ width:92%; margin:0 auto; padding:0; border-bottom:1px solid #a1a1a1;}
.fh5co-platformmt4-ques h3{color:#4a94e9;font-size:20px;}
.fh5co-platformmt4-ques p{text-align:justify;padding-bottom:60px;}
.fh5co-platformmt4-ques .news-title{	border-top:1px solid #a1a1a1;  padding-bottom:20px;}
.fh5co-platformmt4-ques .news-title h3{ display:block; font-size:20px;padding:35px 45px 15px 0;margin:0;line-height:26px; position:relative; cursor:pointer; }
.fh5co-platformmt4-ques .news-title img{ display:block; width:35px; padding:5px; position:absolute; right:5px; top:50%; margin-top:-7px;}
.fh5co-platformmt4-ques .news-title p{width:100%; padding-bottom:15px;}


.fh5co-time-detail{
	background:#fff !important;
}
.time-detail-table table tr td:first-child{
	width:20%;
}
.time-detail-table table tr td:nth-child(2){
	width:20%;
}
.time-detail-table table tr td:nth-child(3){
	width:20%;
}
.time-detail-table table tr td:nth-child(4){
	width:20%;
}

/*----- support -----*/

.fh5co-banner-supportques{
	width:100%;
	 	
	background:url(../images/support1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-banner-supportrisk {
	width:100%;
	 	
	background:url(../images/support2.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-risk-privacy{
	padding:100px 0;
}
.fh5co-risk-privacy .container{}
.fh5co-risk-privacy h1{	color:#1c1c1c;	font-size:36px;	padding-bottom:40px;}
.fh5co-risk-privacy h3{
	color:#4a94e9;
	font-size:20px;
	padding:30px 0;	
	margin-bottom:0;
}
.fh5co-risk-privacy p{
	text-align:justify;
}


/*----- contact us -----*/

.fh5co-banner-contactus{
	width:100%;
	 	
	background:url(../images/contact1.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-contactus-service .container{}
.contactusbox-service{	width:98%; max-width:400px;
	border:2px solid #143770;
	border-radius:5px;
	margin: 50px auto;
	padding:50px 10% 40px;
	text-align:center;
}
.contactusbox-service h3{
	color:#4a94e9;
	font-size:20px;
	padding-top:30px;
	line-height:30px;
	padding-bottom:30px;
}
.contactusbox-service p{
	color:#676767;
	text-align:left;
	line-height:30px;

}
.contactusbox-left{
	float:left;
	margin-top:100px;
	text-align:center;
	height:430px;
	padding:30px;
	padding-top:50px;
}
.contactusbox-right{
	float:right;
	margin-top:100px;
	text-align:center;
	height:430px;
	padding:30px;
}

.fh5co-contactus-bannercon2{
	width:100%;
	 	
	background:url(../images/contact7.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-leavemessage{padding:100px 0;background:#fff;}
.fh5co-leavemessage .container{max-width:880px;}
.fh5co-leavemessage h3{ padding-top:40px; color:#4a94e9;font-size:20px;}
.fh5co-leavemessage .row-bottom-padded-md{ padding:0 15px 15px;}
.fh5co-leavemessage .form-control{width:100%; padding-left:88px;	font-size:16px;	color:#676767;}
.fh5co-leavemessage .form-control:hover,.fh5co-leavemessage .form-control:active,.fh5co-leavemessage .form-control:focus{	box-shadow:none;}
.leavemessage-fistrow p{	position: absolute;   padding-left: 10px;   line-height: 44px;color:#1c1c1c;}
.leavemessage-selection p{	position: absolute;   padding-left: 10px;  line-height: 44px;color:#1c1c1c;	padding-top: 50px;}
.leavemessage-selection select{padding-left:74px;}
.leavemessage-selection select option{padding-bottom:15px;line-height:28px;}
.leavemessage-con p{	position: absolute; padding-left: 10px; line-height: 44px;color:#1c1c1c;}
.leavemessage-con  textarea{width:100%;height:220px;padding-top:44px;padding-left:10px !important;}
.fh5co-leavemessage .warnning-words img{float:left;position: relative;   margin-top: -5px;}
.fh5co-leavemessage .warnning-words p{color:#4a94e9;}
.fh5co-leavemessage .btn-primary{color:#4a94e9;	border-color:#4a94e9;margin-right:30px;}
.fh5co-leavemessage .message-btn{margin-top:40px;}


/*----- login -----*/

.fh5co-banner-login{width:100%;	height:1080px;	height:100vh;	min-height:760px; background:url(../images/loginbg.jpg) no-repeat;background-size:cover;background-position:center;position:relative;}
.fh5co-banner-login .container{ width:380px; height:560px;position:absolute;top:50%;margin-top:-270px;left:50%;margin-left:-190px;}
.fh5co-banner-login h3{color:#fff;font-size:34px;padding-top:100px;padding-bottom:35px;}
.fh5co-banner-login input{margin:0 auto;margin-bottom:20px;background:none;border-color:#fff;	color:#fff;	font-size:16px;}
.fh5co-banner-login input:hover,.fh5co-banner-login input:focus{border-color:#fff;}
.fh5co-banner-login  img{	position: absolute;	right:10px; top:0px;  padding-top: 10px; text-align: right; padding-left: 120px; cursor:pointer;}

.codecont{ position:relative;}
.fh5co-banner-login input::-webkit-input-placeholder{color:#fff !important;} 
.fh5co-banner-login p {color:#fff;}
.login-btn .btn{	color:#fff;	border-color:#fff;margin:15px 0 30px;}
.fh5co-banner-login .fgpwd{	color:#fff;}


/*----*/
.fh5co-login-moresupport{background:#fff;}
.fh5co-login-moresupport .btn{border-color:#1c1c1c;	color:#1c1c1c;height:70px;}
.fh5co-login-moresupport .btn-left:hover{
	border-color:#1c1c1c !important;
	color:#1c1c1c !important;
}


/*----- news -----*/

.fh5co-banner-news{
	width:100%;
	 	
	background:url(../images/news1.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.fh5co-login-news{
	background:#f1f1f1;
}

.fh5co-news-bannercon1{
	width:100%;
	height:576px;	
	background:url(../images/news2.png) no-repeat;
	background-size:cover;
	background-position:center;
}

.fh5co-banner-newslist {
	width:100%;
	height:440px;	
	background:url(../images/news-list.png) no-repeat;
	background-size:cover;
	background-position:center;
}


.fh5co-news-list {padding:100px 0;}
.fh5co-news-list h1{	line-height:40px;padding-bottom:25px;}
.fh5co-news-list h2{padding-bottom:25px;	color:#1c1c1c;font-size:18px;margin-top: 30px;}
.fh5co-news-list h3{padding-bottom:40px;	color:#4a94e9;	font-size:20px;}
.fh5co-news-list p{margin-bottom:5px;text-align:justify;}
.fh5co-news-list .image{
/* 	text-align:center; */
}
.fh5co-news-list .cont img{ width:auto; max-width:100%;}

/* register */
        .Validform_checktip {
            margin-left: 8px;
            line-height: 28px;
            overflow: hidden;
            color: #999;
            font-size: 14px;
            margin-top: 2px;
            margin-left: 5px;
			margin-bottom:20px;
            display:none;
			color:#4a94e9;
			background:url(../images/icons.png) no-repeat;
			background-size:30px;
			padding-left:30px;
        }
        .quick_tips{
            
            margin-top: 2px;
			margin-bottom:20px;
            margin-left: 0px;
            display: none;
			color:#4a94e9;
			background:url(../images/icons.png) no-repeat;
			background-size:28px;
			padding-left:5px;
			padding-top: 2px;
			font-size:14px;
        }
		.quick_tips_special{
			 display: none;
			margin-left: 0px;
			margin-top: 2px;
            margin-bottom:20px;
            padding-left:30px;
            float:left;			
		}
        .Validform_checktip2 {
            position: absolute;
            width: 200px;
            margin-left: 500px;
            margin-top: -55px;
            display:none;
        }
        .simulation_account_cell{
            display:none;
        }

        .simulation_error{
            display:none;
        }
		.btns{
			width: 140px !importent;
			height: 54px !importent;
		}
		.simulation_error{
			margin-left:0px;
			margin-bottom: 20px;
			background:url(../images/icons.png) no-repeat;
			background-size:28px;
			padding-left:5px;
			padding-top: 2px;
			color:#4a94e9;
			font-size:14px;
		}


@media screen and (max-width:1025px){
/* inside banner begin*/
.fh5co-banner{ height:220px;}
/* inside banner end*/

/*navigation*/
.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu>a{ background:none;}


/* about begin */
.fh5co-section-aboutus .container{ padding-bottom:60px;}
.fh5co-section-aboutus h3{padding-bottom:60px;}
.fh5co-section-aboutus h1{padding:60px 0 30px 0; font-size:32px; font-weight:normal;}
	
.about-four-piclist em{ padding:25px 2px 0; font-style:normal; font-size:21px; font-family:Arial, Helvetica, sans-serif; color:#4a94e9; line-height:65px; vertical-align:top; }
.about-four-piclist li .pic{ width:100%; margin:30px auto; border-radius:5px; background:#4a94e9; transition:all 0.35s;}
.about-four-piclist li .pic img{ width:100%;}

.about-secone-piclist li{ height:400px; text-align:center;}
/* about end */



.fh5co-product-news h3{padding-bottom:50px;}
.fh5co-product-news p{padding-bottom:50px;}
.fh5co-product-bannercon { display:none;}
..fh5co-banner-login{ display:block; width:100%;height:600px; height:85vh; min-height:600px; background:url(../images/loginbg.jpg) no-repeat;background-size:cover;background-position:center;position:relative;}




/* platform-mt4 begin*/
.fh5co-platformmt4-features{ padding:60px 0;}
.fh5co-platformmt4-features .container{ position:inherit;}
.platformmt4-features-left img{ display:none;}
.platformmt4-features-right{width:100%; padding: 40px; position:inherit; right:auto; bottom:auto;}
.platformmt4-features-right h3{color:#4a94e9;font-size:28px;	line-height:40px;padding-bottom:40px;}
.platformmt4-features-right div{padding-bottom:40px;}
.platformmt4-features-right p{padding-bottom:6px;}
.platformmt4-features-right img{	padding-right:25px; padding-top:10px;}

/* platform-mt4 end*/


/*register*/
.fh5co-banner-register2{ height:360px;}
.register-feature-left2{ padding:0% 4%;}



}





@media screen and (max-width:980px){
.container h1{ font-size:32px;}
.fh5co-banner{ display:none;}
.fh5co-banner-login{ display:block;}

/*----- login -----*/

.fh5co-banner-login{width:100%; height:100vh; min-height:500px; background:url(../images/loginbg.jpg) no-repeat;background-size:cover;background-position:center;position:relative;}


	
.about-cont .container {	padding:80px 0 80px;}
.about-sectwo-pic{ width:92%; max-width:590px; margin-top:50px;}

.fh5co-moreproducts  h3{padding-bottom:40px;}

.fh5co-varplatform .about-secthree-txt{ padding-left:5%;}


.borderbottom{ border-bottom:60px solid #f1f1f1;}
.about-cont .container h3{ font-size:28px; line-height:48px;}

.about-secone-piclist li{ height:380px; text-align:center;}


/* product */
.fh5co-forextrading{ padding-bottom:80px;}
.fh5co-forextrading .container{ padding-top:60px;}
.fh5co-forextrading .forextradin-con{height:auto; margin-top:0px; padding:3%; position:relative;}
.fh5co-forextrading .forextrading-right{ padding:20px 0 40px 2%;}
.fh5co-forextrading .pic{	width:35%; top:auto; bottom:-4%; right:-2%;	z-index: 1000;}
.forextradin-con h3{ font-size:26px; width:100%; padding:30px 0 30px;}
.forextradin-con p{	width:100%; line-height:22px;	padding-bottom:6px;}

.fh5co-oilfeatures .oilfeatures-con{ min-height:20px;}
.fh5co-forextrading  .silver-feature{}
.metafeatures-left{	margin-top:0px;}
.metafeatures-right img{ padding-right:15px;}
.metafeatures-right p, .metafeatures-right h3{width:90%;}
.metafeatures-con .silver-feature{ padding-top:0px;}
.fh5co-metafeatures .metafeatures-con{ padding-bottom:40px;}
.fh5co-metafeatures .metafeatures-image{left:auto; right:-2%;}
.fh5co-cfdsfeatures .cfdsfeatures-con{ padding-bottom:60px;}
.fh5co-cfdsfeatures .cfdsfeatures-image{left:auto; right:-2%;}

.fh5co-product-platform{width:100%; padding:60px 0 20px;}
.fh5co-product-platform .title h3{ padding:40px 0;}
.fh5co-product-platform .title{padding-bottom:40px;}
.fh5co-product-platform .forex-features img{margin-top:0px;}
.fh5co-product-platform .forex-features .features-right{ padding-bottom:40px;}
.fh5co-product-platform .forex-features .features-right h3,.fh5co-product-platform .forex-features .features-right-right h3{padding-bottom:25px;}

.fh5co-product-accessoil{height:420px;}
.fh5co-product-accessoil h3{	padding-top:130px;	line-height:40px;}





/*to products*/
.to-products { padding:60px 0;}
.to-products h3{ padding-bottom:40px;}
.to-products p{ padding-bottom:40px;}
.to-products .btn{ margin-bottom:40px;}

/* to mt4 begin*/
.fh5co-product-varpaltform{	padding:60px 0;}
.fh5co-product-varpaltform img{ width:100%; padding-top:30px;}
.fh5co-product-varpaltform h3{ padding-left:10%; padding-bottom:40px;	font-size:26px;	line-height:36px;}
.fh5co-product-varpaltform p{ padding-left:10%; padding-bottom:40px;}
.fh5co-product-varpaltform .btn{ margin-left:10%;}
/* to mt4 end */


.fh5co-product-news {padding:60px 0;}
.fh5co-product-news h3{ font-size:26px; padding-bottom:40px;}
.fh5co-product-news p{padding-bottom:40px;}
.fh5co-product-news .news-title{ padding-bottom:15px;}
.fh5co-product-news .news-title h3{padding:25px 42px 10px 0; font-size:18px; line-height:24px;}
.fh5co-product-news .news-title img{ padding:7px; right:0px; margin-top:-10px;}
.fh5co-product-news .news-title p{padding-bottom:10px;}

.fh5co-news-list {padding:60px 0;}
.fh5co-news-list h1{	line-height:40px;padding-bottom:20px;}
.fh5co-news-list h2{padding-bottom:20px;}
.fh5co-news-list h3{padding-bottom:25px; font-size:18px;}


.fh5co-product-detail{padding:60px 0;}
.fh5co-product-detail .title h3{ padding:40px 0;}
.product-detail-table table{margin-top:40px;}
.fh5co-product-detail span{padding:25px 0 0;}

.fh5co-creat-account{ padding:60px 0;}
.fh5co-creat-account h1{	padding-bottom:20px;}
.fh5co-news-platform  .heading-section p { padding-bottom:40px;}
.fh5co-platformmt4-ques {padding:60px 0 0; background:#fff;}
.fh5co-platformmt4-ques p{padding-bottom:40px;}
.fh5co-platformmt4-ques .news-title{ padding-bottom:15px;}
.fh5co-platformmt4-ques .news-title h3{padding:25px 42px 10px 0;margin:0; font-size:18px; line-height:24px;}
.fh5co-platformmt4-ques .news-title img{ width:35px; padding:7px; right:0px; margin-top:-10px;}
.fh5co-platformmt4-ques .news-title p{width:100%; padding-bottom:10px;}



/*need more support?*/

.fh5co-moresupport2 .container{padding:60px 0;}
.fh5co-moresupport2 .container p{font-size:24px;	padding-top:0px;}
.fh5co-moresupport2 .btn{ padding-left:60px; }
.fh5co-moresupport2  a{ padding:0 1%;}
.fh5co-moresupport2 .btn-info{ width:100%;}
.fh5co-moresupport2 img{	height:70%; position:absolute; left:8%; top:15%;}




/* platform-mt4 begin*/
.fh5co-downloadmt4{	padding:60px 0;}
.fh5co-downloadmt4 .pic img{max-width:360px; padding-bottom:25px;}
.fh5co-downloadmt4 .pic p{ padding-bottom:40px;}
.fh5co-downloadmt4 .link{ max-width:420px;}
.fh5co-downloadmt4 .link .btn{ width:48%; margin:1%;}
.fh5co-downloadmt4 .link h3{padding-bottom:12px;font-size:26px; line-height:36px;}
.fh5co-downloadmt4 .link p{ padding-bottom:25px;}
/* platform-mt4 end*/


/*register*/
.fh5co-banner-register2{ height:280px;}
.open-account-tabs .tab-content .btn{ margin-top:40px; line-height:52px; }
.fh5co-demo{  background:#fff;  padding:60px 0;}
.fh5co-demo  .btn{margin-top:32px;}
.feature-left2 .feature-copy h3{font-size:26px; line-height:36px; padding-bottom:12px;}




/*privacy*/
.fh5co-risk-privacy{ padding:60px 0;}
.fh5co-risk-privacy h1{ font-size:32px;	padding-bottom:30px;}



/*白标合作计划*/
.baibiao{ padding:60px 0;}
.baibiao .container h3{ font-size:32px;}
.baibiao .container .pic{ width:75%; max-width:460px; margin:40px auto;}
.baibiao .container table{ margin-top:25px;}
.baibiao table{ width:100%; max-width:800px; margin:0 auto;}
.baibiao tr td{ padding-left:3%; font-size:16px; text-align:left;}
.baibiao .container .p3{ padding-bottom:40px;}

/*mam*/
.mam{ padding:60px 0;}
.mam .container h3{ text-align:center; font-size:26px; }
.mam .container-mam{ background:#fff; padding:40px 3%;}
.mam .container-mam h3{ padding:0 0 20px 0;}
.mam .container-mam  .pic img{ width:85%;}


.fh5co-moreproducts{ padding:60px 0;}
.account-type-piclist li{ padding:32px 0;}



/* contact us */
.contactusbox-service{	width:96%; max-width:400px; margin: 25px auto;}
.fh5co-leavemessage{padding:60px 0;}
.fh5co-leavemessage h3{ padding-top:32px;}
.leavemessage-selection p{padding-left: 10px; padding-top: 40px;}
.leavemessage-selection select option{padding-bottom:12px;}
.fh5co-leavemessage .message-btn{margin-top:60px;}
.fh5co-leavemessage .message-btn{margin-top:32px;}
.open-account-tabs .navcont{ padding-top:60px;}







}





@media screen and (max-width:768px){
.container h1{ font-size:28px;}
.fh5co-section-aboutus .container{ padding-bottom:40px;}
.fh5co-section-aboutus h3{padding-bottom:40px;}
.fh5co-section-aboutus h1{padding:40px 0 20px 0; font-size:28px; font-weight:normal;}
.fh5co-section-aboutus .btn{ margin-top:0; }


.about-sectwo-pic{ width:92%; max-width:600px; margin-top:35px;}

.about-cont .container {	padding:60px 0 40px;}
.about-cont .container2 {	padding:40px 0 40px;}

.fh5co-moreproducts  h3{padding-bottom:25px;}
.fh5co-moreproducts  p{padding-bottom:0; width:100%;}

.fh5co-varplatform .about-secthree-txt{ margin-top:0; padding-left:0%;}

.borderbottom{ border-bottom:50px solid #f1f1f1;}
.about-cont .container h3{ font-size:24px; line-height:36px;}

.about-secone-piclist li{ height:550px; text-align:center;}



/* products begin*/
.fh5co-forextrading{ padding-bottom:60px;}
.fh5co-forextrading .container{ padding-top:25px;}
.fh5co-forextrading .forextradin-con{height:auto; margin-top:0px; padding:12px 3% 52px; position:relative;}
.fh5co-forextrading .forextrading-right{ padding-top:15px; padding-left:4%; padding-bottom:0;}
.fh5co-forextrading .pic{width:30%; top:auto; bottom:-5%; right:-2.5%;	z-index: 1000;}
.forextrading-right img{ padding-right:5px; margin-top:-3px;}
.forextradin-con h3{ font-size:24px; width:100%; padding:10px 0 20px;}
.fh5co-metafeatures .metafeatures-con{}
.fh5co-metafeatures .metafeatures-image{left:auto; right:-2%;}



.fh5co-product-platform{width:100%; padding:40px 0 15px;}
.fh5co-product-platform .container{ width:98%;}
.fh5co-product-platform .title h3{ padding:25px 0;}
.fh5co-product-platform .title{padding-bottom:25px;}
.fh5co-product-platform>div{ position:relative;}
.fh5co-product-platform .forex-features img{ display:block;  width:36px; padding:0; margin-top:0px; position:absolute; left:15px; top:0;}
.fh5co-product-platform .forex-features .features-right{ padding:0 0 25px 0;}
.fh5co-product-platform .forex-features .features-right h3,.fh5co-product-platform .forex-features .features-right-right h3{padding-bottom:12px; padding-left:45px;}

.fh5co-product-accessoil{height:360px;}
.fh5co-product-accessoil h3{	padding-top:100px; padding-bottom:25px;	line-height:40px;}


/*to products*/
.to-products{ padding:40px 0;}
.to-products .right img{ display:block; width:75%; margin:0 auto; padding-bottom:25px; }
.to-products h3{ font-size:24px;  padding-bottom:25px;}
.to-products p{ padding-bottom:25px;}


/* to mt4 begin*/
.fh5co-product-varpaltform{	padding:40px 0;}
.fh5co-product-varpaltform img{ display:block; width:75%; text-align:center; margin:0 auto 35px; padding-top:0px;}
.fh5co-product-varpaltform h3{ padding-left:0%; padding-bottom:25px;	font-size:24px;	line-height:32px;}
.fh5co-product-varpaltform p{ padding-left:0%; padding-bottom:25px;}
.fh5co-product-varpaltform .btn{ margin:25px auto 0;}
/* to mt4 end */

.fh5co-product-news {padding:40px 0;}
.fh5co-productoverview-news{ padding-top:0;}
.fh5co-product-news h3{ font-size:24px; padding-bottom:25px;}
.fh5co-product-news p{padding-bottom:0;}
.fh5co-product-news .btn{ margin-bottom:30px;}
.fh5co-product-news .news-title{padding-bottom:10px;}
.fh5co-product-news .news-title h3{padding:20px 36px 10px 0; font-size:16px; line-height:22px;}
.fh5co-product-news .news-title img{ padding:9px; margin-top:-12px;}
.fh5co-product-news .news-title p{ padding-bottom:10px;}

.fh5co-news-list {padding:40px 0;}
.fh5co-news-list h1{padding-bottom:15px;}
.fh5co-news-list h2{padding-bottom:15px;}
.fh5co-news-list h3{padding-bottom:20px; font-size:16px;}

.fh5co-product-detail{padding:40px 0;}
.fh5co-product-detail .title h3{ padding:25px 0;}
.product-detail-table table{margin-top:25px;}
.fh5co-product-detail span{ padding:20px 0 0;}

.fh5co-creat-account{ padding:40px 0;}
.fh5co-creat-account h1{	padding-bottom:15px;}
.fh5co-news-platform  .heading-section p { padding-bottom:25px;}
.fh5co-platformmt4-ques {padding:40px 0 0; background:#fff;}
.fh5co-platformmt4-ques p{padding-bottom:25px;}
.fh5co-platformmt4-ques .news-title{ padding-bottom:10px;}
.fh5co-platformmt4-ques .news-title h3{padding:20px 36px 10px 0; font-size:16px; margin:0;line-height:22px;}
.fh5co-platformmt4-ques .news-title img{ width:35px; padding:9px; margin-top:-12px;}
.fh5co-platformmt4-ques .news-title p{width:100%; padding-bottom:10px;}


/*need more support?*/
.fh5co-moresupport2 .container{padding:60px 0;}
.fh5co-moresupport2 .container p{font-size:24px;	padding-top:0px; text-align:center;}
.fh5co-moresupport2 .btn{ padding-left:76px; }
.fh5co-moresupport2  a{ padding:15px 1% 0;}
.fh5co-moresupport2 .btn-info{ width:100%;}
.fh5co-moresupport2 img{	height:70%; position:absolute; left:15%; top:15%;}


/* platform-mt4 begin*/
.fh5co-platformmt4-features{ padding:40px 0;}
.fh5co-platformmt4-features .container{ position:inherit;}
.platformmt4-features-left img{ display:none;}
.platformmt4-features-right{padding: 40px; position:inherit; right:auto; bottom:auto;}
.platformmt4-features-right h3{font-size:24px;	line-height:30px;padding-bottom:25px;}
.platformmt4-features-right div{padding-bottom:25px;}
.platformmt4-features-right p{padding-bottom:3px;}
.platformmt4-features-right img{	padding-right:25px; padding-top:10px;}



/* platform-mt4 begin*/
.fh5co-downloadmt4{	padding:40px 0;}
.fh5co-downloadmt4 .pic img{max-width:360px; padding-bottom:20px;}
.fh5co-downloadmt4 .pic p{ padding-bottom:40px;}
.fh5co-downloadmt4 .link{ max-width:none;}
.fh5co-downloadmt4 .link .text-center2 { width:320px; margin:0 auto; padding:0;}
.text-center2 { width:320px; margin:0 auto; padding:0;}
.text-center2 .btn{ float:left; margin:15px 5px 0;}
.text-center2 .btn.btn-primary{ float:left; margin:15px 5px 0;}
.fh5co-downloadmt4 .link .btn{ width:150px; margin:0 5px; float: left;}
.fh5co-downloadmt4 .link h3{padding-bottom:10px;font-size:24px; line-height:30px;}
.fh5co-downloadmt4 .link p{ padding-bottom:20px;}
/* platform-mt4 end*/


.form-control{ width:100%;}
.codecont{display:block; width:100%;}

/*----- login -----*/

.fh5co-banner-login{width:100%; height:85vh; min-height:500px; background:url(../images/loginbg.jpg) no-repeat;background-size:cover;background-position:center;position:relative;}
.fh5co-banner-login .container{ width:92%; height:auto; position:inherit; top:auto;left:auto; margin:0 auto; }
.fh5co-banner-login h3{color:#fff;font-size:34px;padding-top:20px;padding-bottom:35px;}
.fh5co-banner-login input{margin:0 auto;margin-bottom:20px;background:none;border-color:#fff;	color:#fff;	font-size:16px;}
.fh5co-banner-login input:hover,.fh5co-banner-login input:focus{border-color:#fff;}
.fh5co-banner-login  img{	position: absolute;	right:10px; top:0px;  padding-top: 10px; text-align: right; padding-left: 120px; cursor:pointer;}

.codecont{ position:relative;}
.fh5co-banner-login input::-webkit-input-placeholder{color:#fff !important;} 
.fh5co-banner-login p {color:#fff;}
.login-btn .btn{	color:#fff;	border-color:#fff;margin:20px auto 30px;}
.fh5co-banner-login .fgpwd{	color:#fff;}

/*register*/
.fh5co-banner-register2{ height:180px;}
.open-account-tabs .tab-content .btn{ margin-top:25px; line-height:42px;}
.fh5co-demo{  background:#fff;  padding:40px 0;}
.register-feature-left2{ padding:0%;}
.register-feature-rgiht2{ max-width:none; margin:25px auto;}
.fh5co-demo  .btn{margin-top:25px;}
.feature-left2 .feature-copy h3{font-size:24px; line-height:28px; padding-bottom:10px;}


/*privacy*/
.fh5co-risk-privacy{ padding:40px 0;}
.fh5co-risk-privacy h1{ font-size:28px;	padding-bottom:25px;}



/*白标合作计划*/
.baibiao{ padding:40px 0;}
.baibiao .container h3{ font-size:28px;}
.baibiao .container .pic{ width:75%; max-width:460px; margin:25px auto;}
.baibiao .container table{ margin-top:20px;}
.baibiao table{ width:100%; max-width:800px; margin:0 auto;}
.baibiao tr td{ padding-left:3%; font-size:16px; text-align:left;}
.baibiao .container .p3{ padding-bottom:25px;}


/*mam*/
.mam{ padding:25px 0;}
.mam .container h3{ text-align:center; font-size:24px; }
.mam .container-mam{ background:#fff; padding:40px 3%;}
.mam .container-mam h3{ padding:0 0 20px 0;}
.mam .container-mam  .pic { text-align:left;}
.mam .container-mam  .pic img{ width:100%; max-width:290px; padding:25px 0;}


.fh5co-moreproducts{ padding:40px 0 0;}
.account-type-piclist li{ padding:25px 0 0;}



/* contact us */
.contactusbox-service{	width:100%; max-width:400px; margin: 15px auto;}
.fh5co-leavemessage{padding:60px 0;}
.fh5co-leavemessage .message-btn{margin-top:25px;}
.open-account-tabs .navcont{ padding-top:40px;}

}
/* inside about us pic */
@media screen and (max-width:668px){.about-secone-piclist li{ height:480px;}}
@media screen and (max-width:568px){.about-secone-piclist li{ height:450px;}}
@media screen and (max-width:468px){.about-secone-piclist li{ height:380px;}}
@media screen and (max-width:368px){.about-secone-piclist li{ height:320px;}}


@font-face {

  font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

  src: url("");

  src: url("") format("embedded-opentype"), url("") format("truetype"), url("") format("woff"), url("") format("svg");

  font-weight: normal;

  font-style: normal;

}

/* =======================================================

*

* 	Template Style 

*	Edit this section

*

* ======================================================= */

body {

  font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

  font-size: 14px;

  background: #f1f1f1;

  color: #676767;

  overflow-x:hidden;

}

body.fh5co-offcanvas {

  overflow: hidden;

}

*{ padding:0; margin:0;}



a {

  color: #4a94e9;

 /* -webkit-transition: 0.5s, ease;

  -o-transition: 0.5s, ease;

  transition: 0.5s, ease;*/

}

a:hover {

  text-decoration: none;

  color: #4a94e9;

}



p, ul, ol {

  font-size: 16px;

  color: #676767;

  font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

  line-height:30px;

  list-style:none;

}

h1{

	color: #143770;

	font-size:36px;

	font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

	margin: 0 0 60px 0;

}

h3{

	color:#4a94e9;

	font-size:20px;

}





h1, .h1, h2, .h2, h3, .h3{

	margin-top:0;

	margin-bottom:0;

}

p{

	margin:0;

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{



}



img{ vertical-align:top;}











.row{ margin:0;}

.clear{ display:block; clear:both;}





.container{

	width:92%;

	margin:0 auto;

	max-width:1200px;

	padding:0;

}



::-webkit-selection {

  color: #fcfcfc;

  background: #4a94e9;

}



::-moz-selection {

  color: #fcfcfc;

  background: #4a94e9;

}



::selection {

  color: #fcfcfc;

  background: #4a94e9;

}



#fh5co-header {

  position: relative;

  margin-bottom: 0;

  z-index: 9999999;

}



.stuck {

  position: fixed !important;

  top: 0 !important;

  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

}

.copyrights{

	text-indent:-9999px;

	height:0;

	line-height:0;

	font-size:0;

	overflow:hidden;

}

.header-top {

  padding: 10px 0;

  background: #4a94e9;

}

.sticky-wrapper{

	position:absolute;

	animation:none;

	transition:none;

}

.header-top .fh5co-link a {

  margin-left: 10px;

  font-size: 13px;

  color: rgba(255, 255, 255, 0.7);

}

.header-top .fh5co-link a:first-child {

  margin-left: 0;

}

.header-top .fh5co-link a:hover {

  color: white !important;

}



.header-top .fh5co-social a {

  color: rgba(255, 255, 255, 0.7);

  font-size: 14px;

  margin-right: 15px;

  position: relative;

/*  -webkit-transition: 0.5s, ease-in-out;

  -o-transition: 0.5s, ease-in-out;

  transition: 0.5s, ease-in-out;*/

}

.header-top .fh5co-social a:last-child {

  margin-right: 0;

}

.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {

  text-decoration: none;

  color: white !important;

}

.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  -o-transform: scale(1.2);

  transform: scale(1.2);

}





.img-rounded{

	border-radius: 0 !important;

    margin: 0 auto;

    text-align: center;

    margin-top: 100px;

}



/* .fh5co-cover,

.fh5co-hero {

  position: relative;

  height: 880px;

}

@media screen and (max-width: 768px) {

  .fh5co-cover,

  .fh5co-hero {

    height: 700px;

  }

} */

.fh5co-cover.fh5co-hero-2,

.fh5co-hero.fh5co-hero-2 {

  height: 600px;

}

.fh5co-cover.fh5co-hero-2 .fh5co-overlay,

.fh5co-hero.fh5co-hero-2 .fh5co-overlay {

  position: absolute !important;

  width: 100%;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: 1;

  background: rgba(0, 0, 0, 0.2);

}

.fh5co-hero .point{

	text-align:center;

	width:1200px;

	margin:0 auto;

	margin-top:150px;

	cursor:pointer;

}

.fh5co-hero .point a{

	border:none !important;

}





.fh5co-overlay {

  position: absolute !important;

  width: 100%;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: 1;

  background: rgba(66, 64, 64, 0.9);

  background: rgba(0, 0, 0, 0.2);

}



.btn {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.btn {

  /* text-transform: uppercase; */

/*   letter-spacing: 2px; */

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}

.btn.btn-primary {

  background: none;



  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  border-radius: 10px;

  margin-right:5px;

  width:200px;

  height:70px;

  padding:0;

  line-height:64px;

  font-size:16px !important;

}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn .btn-primary:focus {

  box-shadow: none;

  border:3px solid #4a94e9 !important;

  color: #4a94e9 !important;

}

.btn:hover, .btn:active, .btn:focus {

  color: #4a94e9;

  outline: none !important;

}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {

  border-color: transparent;

}



.btn-info{

	border:3px solid #143770;

	background:none;

	color:#143770;

	font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

	font-size:16px;

	width:200px;

	height:70px;

	padding:0;

	line-height:64px;

	 -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  border-radius: 10px;

}

.btn-info:hover,.btn-info:active, .btn-info:focus{

	border:3px solid #4a94e9;

	color:#4a94e9 !important;

	background:none !important;

	box-shadow:none;

}



.fh5co-cover-aboutus{

	height:1000px;

	background-size: cover;

	position: relative;

}

.fh5co-cover-aboutus .desc{

	 position: absolute;

	 width: 100%;

	 margin-top:360px;

	 z-index: 999;

	 color: #fff;

}

.fh5co-cover-aboutus .desc h2{

	font-size:36px;

	line-height:52px;

	padding-bottom:60px;

}



.fh5co-cover {

  background-size: cover;

  position: relative;

}







.fh5co-cover .btn {

/*   padding: 15px 20px; */

}

.fh5co-cover.fh5co-cover_2 {

  height: 600px;

}



.fh5co-cover .desc {

  position: absolute;

  width: 100%;

  top:-650px;

  z-index: 999;

  color: #fff;

  

}

.fh5co-hero .starts{

    margin: 0 auto;

    position: relative;

    text-align: right;

    top: -400px;

	left:1000px;

	cursor:pointer;

	display: inline-block;

}











.fh5co-cover .desc h2 {

  color: #fff;

  font-size: 36px;

  margin-bottom: 10px;

  line-height:52px;

}



.fh5co-cover .desc p {

  display: block;

  margin:50px 0;

  font-size: 16px;

  color:#fff;

}

.fh5co-cover .desc p a {

  color: #fff;

}

.fh5co-cover .desc p a:hover, .fh5co-cover .desc p a:focus {

  color: #4a94e9 !important;

}

.fh5co-cover .desc p a:hover.btn, .fh5co-cover .desc p a:focus.btn {

  background: transparent !important;

}

.btn:hover, .btn:focus , .btn:active {

	background:transparent !important;

	

}

.fh5co-cover .desc p a.fh5co-site-name {

  padding-bottom: 2px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.7);

}







/* nav menu */

.fh5co-menu-wrap{ width:80%; height:30px; margin-top:12px; float:left;}

.sf-menu{ margin-top:0; padding:0;}

.header-menu{  padding-right:2.5%; padding-bottom:20px; margin-right:2.5%; background:url(../images/header_14.png) right 8px no-repeat; float:left; position:relative;}





.header-menu-title{color:#f1f1f1; }

.header-menu-title:hover{ color:#4a94e9;}







.btn:hover{

	border-color:#4a94e9 !important;

}





.sf-arrows .sf-with-ul:after {

  content: '';

  position: absolute;

  top: 50%;

  right: 1em;

  margin-top: -3px;

  height: 0;

  width: 0;

  border: 5px solid transparent;

  border-top-color: #ccc;

}



.sf-arrows > li > .sf-with-ul:focus:after,

.sf-arrows > li:hover > .sf-with-ul:after,

.sf-arrows > .sfHover > .sf-with-ul:after {

  border-top-color: #ccc;

}



.sf-arrows ul .sf-with-ul:after {

  margin-top: -5px;

  margin-right: -3px;

  border-color: transparent;

  border-left-color: #ccc;

}



.sf-arrows ul li > .sf-with-ul:focus:after,

.sf-arrows ul li:hover > .sf-with-ul:after,

.sf-arrows ul .sfHover > .sf-with-ul:after {

  border-left-color: #ccc;

}



.fh5co-header-section {

  height:109px;

  padding: 0;

  position:fixed;

  left: 0;

  width: 100%;

  background:#1c1c1c;

  border-bottom:19px solid #101010;

  z-index: 1022;

}



.fh5co-logo{margin:0; padding:0; display:inline-block; position:relative;}

.fh5co-logo img { display:inline-block; margin-top:-15px; margin-left:5px; position:absolute; left:0px; top:0; z-index:1000;}







.fh5co-header-section2{

  height:60px;

  background:#1c1c1c;

  border-bottom:none;



  left:0; 

  top:0;

  z-index:100000000;	

}







#main-logo {

  font-size: 30px;

  color: #fff;

  margin-bottom: 20px;

  display: block;

  text-transform: uppercase;

  margin-top: -5em;

  position: absolute;

  left: 50%;

  margin-left: -61px;

}



.center-menu-cont{ width:487px; height:109px; background:url(../images/header_07.jpg) center top no-repeat; position:relative; position:absolute; left:50%; margin-left:-244px; top:-109px;}



.center-menu{ position:relative;}

.center-menu h3{ display:block; width:inherit; height:inherit; padding:0 20px; font-size:16px; font-weight:normal; line-height:52px; color:#fff; position:absolute; left:0; top:0; z-index:100;}

.center-menu-c h3, .center-menu-d h3{ line-height:40px;}

.center-menu-a, .center-menu-b{ width:242px; height:52px; padding:0 20px; text-align:right; float:left;}

.center-menu-c, .center-menu-d{ width:166px; height:40px; margin-top:5px; padding:0 20px; text-align:right; float:left;}

.center-menu-c{ margin-left:77px; }

.center-menu-b, .center-menu-d{ text-align:left;}

.center-menu  span{ display:block; width:inherit; height:0; background:red; position:absolute; left:0; top:0; transition:height 0.35s;}

.center-menu:hover span{ height:inherit;}

.center-menu-a span{ background:#4385af;}

.center-menu-b span{ background:#39b29c;}

.center-menu-c span{ background:#c66048;}

.center-menu-d span{ background:#cdb83f;}

.piccover{ width:487px; height:109px; margin:0 auto; background:url(../images/header_07-02.png) center top no-repeat; position:absolute; left:0; top:0; z-index:2;}



.phone{ height:30px; padding-left:50px; color:#fff; font-size:18px; background:url(../images/icons1.png) left -12px no-repeat; float:right; margin-top:-75px;}



.nav-bar{ width:inherit; height:52px; background:url(../images/black85_14.png); position:absolute; left:0; top:109px; z-index:10000;}





.language{  height:30px; margin-left:15px; margin-top:6px; float:left;position:relative; transition:all 0.35s; cursor:pointer;}



.language:hover span{ color:#4a94e9;}

.language .lan{ display:block; margin-top:3px;  padding-left:30px; color:#888e92; line-height:32px; line-height:32px;  background: url(../images/icons1.png) left -63px no-repeat; transition:all 0.35s;}

.language .lan:hover{ background:url(../images/icons1.png) left -105px no-repeat; color:#fff;}



.language .lan em{ font-style:normal; }



.language ul{ height:0; padding:0 6px; margin-left:-30px; background:url(../images/black85_14.png); position:absolute; left: 30px; top:46px; overflow:hidden; transition:all 0.35s;}



.language:hover ul{  height:auto;  padding: 12px 6px;}

.language ul li a{padding: 0 15px; font-size: 16px; line-height: 34px; color:#ccc !important;text-transform: none;}

.language ul li:hover a{ color:#4a94e9 !important;}





.language ul .lan2{

	display:block; width:172px; height:96%; padding:10px 5px; border:1px solid #ccc; border-color:rgba(255,255,255,0.36);

	

	}





/* header2*/

.fh5co-header-section2 .center-menu-cont{ width:418px; height:80px; background:url(../images/header_022_04.png) center top no-repeat; position:absolute; left:-200px; margin-left:-500px; top:0;}

.fh5co-header-section2 .piccover{ display:none;}





.fh5co-header-section2 .center-menu-cont{ width:418px; height:80px; background:url(../images/header_022_04.png) center top no-repeat; position:relative; position:absolute; left:50%; margin-left:-209px; top:0;}

.fh5co-header-section2 .center-menu h3{ display:block; width:inherit; height:inherit; padding:0 20px; font-size:16px; font-weight:normal; line-height:42px; font-size:15px; color:#fff; position:absolute; left:0; top:0; z-index:100;}



.fh5co-header-section2 .center-menu-c h3, .fh5co-header-section2 .center-menu-d h3{ line-height:32px;}

.fh5co-header-section2 .center-menu-a, .fh5co-header-section2 .center-menu-b{ width:208px; height:42px; padding:0 20px; text-align:right; float:left;}

.fh5co-header-section2  .center-menu-b{ text-align:left;}

.fh5co-header-section2  .center-menu-c, .fh5co-header-section2 .center-menu-d{ width:130px; height:32px; margin-top:3px; padding:0 20px; text-align:right; float:left;}

.fh5co-header-section2 .center-menu-d{ text-align:left;}

 

.fh5co-header-section2 .center-menu:hover span{ display:none;}

.fh5co-header-section2 .center-menu-a:hover  h3{ color:#4385af;}

.fh5co-header-section2 .center-menu-b:hover  h3{ color:#39b29c;}

.fh5co-header-section2 .center-menu-c:hover  h3{ color:#c66048;}

.fh5co-header-section2 .center-menu-d:hover  h3{ color:#cdb83f;}



.fh5co-header-section2 .phone{ padding-left:30px; margin:20px 0 0 25px; font-size:16px; background:url(../images/icons.png) left -152px no-repeat; float:right;}

.fh5co-header-section2 .phone span{ display:none;}



.nav-bar2{ width:100%; height:auto; background:none; overflow:visible; left:0; top:0; z-index:100;}



.nav-bar2 .fh5co-menu-wrap{ width:40px; height:36px; margin-top:12px; float:right; }



.nav-bar2 .menu-icon{ width:42px; height:42px; background:url(../images/icons.png) 10px -183px no-repeat; transition:all 0.35s; cursor:pointer;}

.nav-bar2 .menu-icon:hover{ background:url(../images/icons.png) 10px -220px no-repeat; }



.nav-bar2 #fh5co-primary-menu{ display:none; background:#1c1c1c; background:rgba(0,0,0,0.8);  position:absolute; left:0; top:62px; z-index:1000;}



.fh5co-header-section2 .language{width:30px; height:30px; margin:13px 15px 0; padding-left:30px; color:#888e92; line-height:38px;  float:right; z-index:500;}

.fh5co-header-section2 .language .lan{ width:30px; height:30px;   margin-left:-30px;}

.fh5co-header-section2 .language .lan em{ display:none;}





.fh5co-header-section2 .language ul{ display:none; width:200px; height:auto; margin-top: 1px; padding:20px 6px 30px;  background:#1c1c1c; background:rgba(0,0,0,0.8); left: 0; transition:all 0.35s; position:absolute; left:30px; top:60px; z-index:1000; transition:none; }



/*.fh5co-header-section2 .language:hover ul{ display:block; height:auto;  padding:12px 6px;}

*/

.fh5co-header-section2 .language ul .lan2{display:block; width:auto; height:auto; padding:0; border:none;}



.fh5co-header-section2 .language ul li a{font-size: 16px; line-height: 34px; color:#ccc !important;text-transform: none;}



.fh5co-header-section2 .language ul li:hover a{ color:#4a94e9 !important;}







.nav-bar2 #fh5co-primary-menu{ width:230px; padding:25px;}

.nav-bar2 #fh5co-primary-menu .header-menu{ width:180px; padding-bottom:0; background:none;}

.nav-bar2 #fh5co-primary-menu .header-menu>a{ color:#ccc; line-height:42px;}



.nav-bar2 #fh5co-primary-menu .header-menu .fh5co-sub-menu{ height:0; border:1px solid #454545; border-color:rgba(255,255,255,0.36); background:none; overflow:hidden; transition:none; transition:height 0.35s; position:inherit;}

.nav-bar2 #fh5co-primary-menu .fh5co-sub-menu{ top:0;}

.nav-bar2 #fh5co-primary-menu .header-menu:hover .fh5co-sub-menu{ height:auto;}



.nav-bar2 #fh5co-primary-menu .fh5co-sub-menu a{ color:#ddd; line-height:36px;}

.nav-bar2 #fh5co-primary-menu .fh5co-sub-menu{ padding:0;}

.nav-bar2 #fh5co-primary-menu .fh5co-sub-menu span{	display:inherit; width:auto; height:auto; padding:10px 5px; border:none; }











/* 报价 */

.baojiacont{ width:100%; height:60px; position:absolute; bottom:0; left:0; z-index:100;}

.baojiaolayer{ width:220px; height:50px; line-height:46px; text-align:center; color:#fff; background:#cb1f1f;  position:absolute; left:0%; z-index:101;}

#ticker-forex {

    font: 11px/normal Arial, Helvetica, sans-serif;

    color: #666;

}



#ticker-forex table{ background:#1c1c1c;}

#ticker-forex table td{border-right: none;}

#ticker-forex table, #ticker-forex .ticker-system { float:left; }

#ticker-forex table td {background:rgba(0,0,0,0.25); padding:15px 5px; text-align:center; font-size:16px; color:#fff; }

#ticker-forex table tr.content { height: 29px;}





#ticker-forex table tr.content { color: #333; }

.ticker-forex-wrap {

height:54px; 

    margin-bottom: 0;

}



.xixibox {  background: none;

    border-radius: 6px;

    box-shadow: 0 3px 15px -5px #000;

    padding: 5px; width:1000px; height:300px; margin:0 auto;}



#demo{width:100%; overflow:hidden; margin:0px auto; }



#ticker-forex table td.padding0{ padding:0px;}

.Business-Partners a {

    background: none;

    display: inline-block;

    height:20px; top:30px;

    left:760px;

    overflow: hidden; color:#333; font-size:12px;

    position: absolute; 

   

    width:100px;

}



#kefu{ display:none;}



























#main-logo:hover, #main-logo:focus, #main-logo:active {

  text-decoration: none;

  color: rgba(255, 255, 255, 0.5);

}







#fh5co-menu-wrap {

  position: relative;

  z-index: 2;

  display: block;

/*   float: right; */

}





#fh5co-primary-menu > li > ul li.active > a {

  color: #4a94e9 !important;

}

#fh5co-primary-menu > li > .sf-with-ul:after {

  border: none !important;

  font-family: 微软雅黑, Source Sans Pro Regular, Smooth;

  speak: none;

  font-style: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  position: absolute;

  float: right;

  margin-right: -0px;

  top: 50%;

  font-size: 12px;

  margin-top: -7px;

  content: "\e922";

  color: transparent;

}

#fh5co-primary-menu > li > ul li {

  position: relative;

}

#fh5co-primary-menu > li > ul li > .sf-with-ul:after {

  border: none !important;

  font-family: 微软雅黑,Source Sans Pro Regular, Smooth;

  speak: none;

  font-style: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  position: absolute;

  float: right;

  margin-right: 10px;

  top: 20px;

  font-size: 12px;

  content: "\e924";

  color: rgba(0, 0, 0, 0.5);

}



#fh5co-primary-menu .fh5co-sub-menu {

  height:0;

  padding: 0px 8px;

  background: url(../images/black85_14.png);

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  border-radius: 0px;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  position:absolute;

  left:0; 

  top:40px;

  overflow:hidden;

  transiton:all 0.35s;

}



#fh5co-primary-menu li:hover .fh5co-sub-menu{ height:auto;padding: 12px 8px;}



#fh5co-primary-menu .fh5co-sub-menu span{

	display:block; width:176px; height:90%; padding:10px 5px; border:1px solid #ccc; border-color:rgba(255,255,255,0.36);

}







#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {

  left: 100%;

}



#fh5co-primary-menu .fh5co-sub-menu:before {

  position: absolute;

  top: -9px;

  left: 20px;

  width: 0;

  height: 0;

  content: '';

}



#fh5co-primary-menu .fh5co-sub-menu:after {

  position: absolute;

  top: -8px;

  left: 21px;

  width: 0;

  height: 0;

/*   border-right: 8px solid transparent;

  border-bottom: 8px solid #fff;

  border-bottom: 8px solid white;

  border-left: 8px solid transparent;

  content: ''; */

}



#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {

  top: 6px;

  left: 100%;

}



#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {

  top: 7px;

  right: 100%;

  border: none !important;

}



.site-header.has-image #primary-menu .sub-menu {

  border-color: #ebebeb;

  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);

  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);

  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);

  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);

  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);

}

.site-header.has-image #primary-menu .sub-menu:before {

  display: none;

}



#fh5co-primary-menu .fh5co-sub-menu a {

  letter-spacing: 0;

  padding: 0 15px;

  font-size: 16px;

  line-height: 34px;

  color:#ddd;

  text-transform: none;

  background: none;

  

}

#fh5co-primary-menu .fh5co-sub-menu a:hover {

  color: #4a94e9 !important;

}



#fh5co-work-section,

#fh5co-services-section,

#fh5co-work-section_2,

#fh5co-blog-section,

#fh5co-features,

.fh5co-content-section {

 /*  padding: 7em 0; */

}





.fh5co-section-white {

 /*  background: #fff; */

/*   height:500px; */

}



.heading-section {

  padding-bottom: 50px;

/*   margin-bottom: 5em; */

}

.heading-section:after {

  position: absolute;

  content: '';

  bottom: 0;

  left: 50%;

  width: 100px;

  margin-left: -50px;

  height: 2px;

  background: none;

}

.heading-section p {

  font-size: 20px;

  color:#4a94e9;

}



.feature-text h3 {

  font-size: 16px;

  margin-bottom: 10px;

  color: #000;

}

.feature-text h3 .number {

  margin-right: 5px;

  color: #4a94e9;

  display: -moz-inline-stack;

  display: inline-block;

  zoom: 1;

  *display: inline;

}

.feature-text p {

  font-size: 16px;

}



.service {

  background: #4a94e9;

  background: #fff;

  padding: 40px 20px 20px 20px;

  margin-bottom: 30px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  border-radius: 4px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}

.service:hover, .service:focus, .service:active {

  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

}

.service span {

  margin-bottom: 30px;

  display: block;

  width: 100%;

}

.service span i {

  font-size: 40px;

  color: #4a94e9 !important;

}

.service h3 {

  font-size: 20px;

  color: #4a94e9;

}

.service p {

  font-size: 16px;

  color: gray;

}



.index-feature-left {

  width: 100%;

  margin-bottom: 40px;

  position: relative;

}

.index-feature-left .icon {

  float: left;

  text-align: center;

  width: 15%;

}





.index-feature-left .icon i {

  display: table-cell;

  vertical-align: middle;

  font-size: 40px;

  color: #4a94e9;

}

.index-feature-left .feature-copy {

  float: right;

  width: 80%;

}







.index-feature-left .feature-copy h3 {

  font-size: 28px !important;

  color: #4a94e9;

  margin-bottom: 60px;

  line-height:40px;

}

.index-feature-left .feature-copy p {

  font-size: 16px;

  line-height:30px;

  color:rgba(255, 255, 255, 0.8);

  padding-bottom:60px;

}



#fh5co-portfolio { padding-top:100px; background:#fff;}

#fh5co-portfolio h3{font-size:28px;line-height:40px;	color:#4a94e9;	margin-bottom:60px;}

#fh5co-portfolio p{padding-bottom:60px; width:360px; }

#fh5co-portfolio img{width:887px;}

#fh5co-portfolio .portfolio-left{margin-top:280px;}

#fh5co-portfolio .portfolio-right{max-width:360px;float:right;}



#fh5co-banner{	width:100%;	height:600px;background:url(../images/fh5co-banner1.jpg);background-position:center;background-size:cover;}

.fh5co-banner{padding-top:100px;}

#fh5co-banner h3{color:#1c1c1c;font-size:36px;padding-bottom:60px;}

#fh5co-banner p{	color:#1c1c1c;	font-size:16px;	line-height:30px;}

#fh5co-banner .btn{	color:#1c1c1c;	border:3px solid #1c1c1c;margin-top:60px;}





/*--support--*/



#fh5co-support{	width:100%; background:#fff;}

#fh5co-support .container{ width:92%; margin:0 auto; max-width:1200px; height:842px;padding-top:100px;background-position:right; position:relative;}

.fh5co-support-pic img{ position:absolute; right:0; width:428px; }

#fh5co-support h3{margin-top:70px;padding-left:355px;color:#4a94e9;	font-size:28px;}

#fh5co-support .col-md-12 p{	width:75%; height: 360px; background: #fff; border: 1px solid #1c1c1c; text-align: justify; margin-top: 60px;padding: 60px 60px 0 355px;}

#fh5co-support ul{position:absolute;	list-style:none;}

#fh5co-support ul li{width:300px; height:200px; -webkit-border-radius: 10px;  -moz-border-radius: 10px;  -ms-border-radius: 10px; border-radius: 10px;	background:#fff; margin-bottom:20px;text-align:center;}

#fh5co-support .starters{border:2px solid #8c9bb4;}

#fh5co-support .Professional{border:2px solid #506c98;}

#fh5co-support .contact{	border:2px solid #143770;}

#fh5co-support .starters:hover,#fh5co-support .Professional:hover,#fh5co-support .contact:hover{border:2px solid #4a94e9;}

#fh5co-support ul li img{width:54px;margin-top:30px;}

#fh5co-support ul li h2{color:#4a94e9;font-size:18px;padding-top:20px;	margin-bottom:0;}

#fh5co-support ul li p{	font-size:16px;	padding-top:5px;}/*--support--*/









#fh5co-portfolio-list {

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  position: relative;

  float: left;

  padding: 0;

  margin: 0;

  width: 100%;

}

#fh5co-portfolio-list li {

  display: block;

  padding: 0;

  margin: 0 0 10px 1%;

  list-style: none;

  min-height: 475px;

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  float: left;

  clear: left;

  position: relative;

}





#fh5co-portfolio-list li a .case-studies-summary {

  width: auto;

  bottom: 2em;

  left: 2em;

  right: 2em;

  position: absolute;

  z-index: 100;

}



#fh5co-portfolio-list li a .case-studies-summary span {

  text-transform: uppercase;

  letter-spacing: 2px;

  font-size: 13px;

  color: rgba(255, 255, 255, 0.7);

}

#fh5co-portfolio-list li a .case-studies-summary h2 {

  color: #fff;

  margin-bottom: 0;

}







#fh5co-portfolio-list li.two-third {

  width: 60%;

}

.fh5co-portfolio-right{

	float:right;

	width:35%;

}

.fh5co-portfolio-right h3{

	font-size: 34px !important;

    color: #4a94e9;

    margin-bottom: 30px;

	line-height:44px;

}

.fh5co-portfolio-right .btn{

	margin-top:30px;

}





#fh5co-portfolio-list li.one-third {

  width: 32.3%;

}





#fh5co-portfolio-list li.one-half {

  width: 49%;

}





.fh5co-section-about .top{ background:#fff;  padding:100px 0 0;}

.fh5co-section-about .heading-section{ padding:0;}

.fh5co-section-about .index-feature-left{ width:97%; max-width:880px; margin:0 auto; padding:100px 0 0;}

.fh5co-section-about .index-feature-left div{text-align:center; padding:15px 0;}



.fh5co-section-about .index-feature-left img{ width:60%;  max-width:66px;  padding-bottom:12px;}



.fh5co-section-about .heading-section img{ width:40%; max-width:320px; padding-bottom:60px;}

.fh5co-section-about .heading-section p{ width:97%; max-width:760px; margin:0 auto;}

.fh5co-section-about .text-center{ padding-bottom:100px;}

.btn-box{ padding:60px 0 110px; }





#fh5co-features {background:#1c1c1c;}

#fh5co-features  .container{ padding:100px 0;}

#fh5co-features .row{margin-left:50px; margin-right:50px;}

#fh5co-features .left {padding:0 5%;}



#fh5co-features .right { margin:0; padding:0; padding-top:120px;}

#fh5co-features .right .index-feature-left div{ text-align:center;}

#fh5co-features .right .index-feature-left img{ width:70%;  max-width:66px; padding-top:25px;}

#fh5co-features .right .index-feature-left p{ padding-top:12px; padding-bottom:25px; color:#fff;}



#fh5co-features .index-feature-left .icon i { color: #d9d9d9 !important;

}

#fh5co-features .index-feature-left .icon {  float: left; text-align: center;  width: 15%;}



#fh5co-features .index-feature-left p { font-size: 16px;}

#fh5co-features .index-feature-left p:last-child { margin-bottom: 0;}

#fh5co-features  .btn-primary{font-size:18px;}







#fh5co-feature-aboutus .container{ width:92%; max-width:960px; margin:0 auto; }

#fh5co-feature-aboutus h1{padding-top:100px;	padding-bottom:60px;}

#fh5co-feature-aboutus .btn{	margin-top:60px;}

#fh5co-services, #fh5co-about, #fh5co-contact {padding: 7em 0;}

#fh5co-feature-aboutus  .row{ padding-bottom:60px;}





.fh5co-moresupport{

	width:100%;

	background:#1c1c1c;

}

.fh5co-moresupport .container{

	padding:100px 0;

}

.fh5co-moresupport .container p{

	float:left;

	color:#4a94e9;

	font-size:34px;

	padding-top:20px;

}

.fh5co-moresupport .btn{

	color:#fff;

	border-color:#fff;

	padding:20px 20px;

	padding-left:100px;

	line-height:28px;

}

.fh5co-moresupport img{

	width:42px;

	padding-top:16px;

}

.fh5co-moresupport .hotline{

	position:relative;

	left:118px;

	float:left;

}

.fh5co-moresupport .global-offices{

	position:relative;

	left:454px;

	float:left;

}





#fh5co-services .fh5co-number {

  font-size: 30px;

  color: #4a94e9;

  position: relative;

  padding-top: 10px;

  font-style: italic;

  display: -moz-inline-stack;

  display: inline-block;

  zoom: 1;

  *display: inline;

}

#fh5co-services .fh5co-number:before {

  position: absolute;

  content: "";

  width: 100%;

  height: 3px;

  top: 0;

  left: 0;

  background: #4a94e9;

}

#fh5co-services .fh5co-icon {

  margin-bottom: 30px;

  margin-top: 50px;

  position: relative;

  display: -moz-inline-stack;

  display: inline-block;

  zoom: 1;

  *display: inline;

}



#fh5co-services .fh5co-icon i {

  font-size: 200px;

  color: #4a94e9;

}





#fh5co-contact .contact-info {

  margin: 0;

  padding: 0;

}

#fh5co-contact .contact-info li {

  list-style: none;

  margin: 0 0 20px 0;

  position: relative;

  padding-left: 40px;

}

#fh5co-contact .contact-info li i {

  position: absolute;

  top: .3em;

  left: 0;

  font-size: 22px;

  color: rgba(0, 0, 0, 0.3);

}

#fh5co-contact .contact-info li a {

  color: rgba(0, 0, 0, 0.3);

}

#fh5co-contact .form-control {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -ms-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

  border: none;

  border: 1px solid rgba(0, 0, 0, 0.1);

  font-size: 18px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  border-radius: 0px;

}

#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {

  border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}

#fh5co-contact input[type="text"] {

  height: 50px;

}

#fh5co-contact .form-group {

  margin-bottom: 30px;

}



.fh5co-testimonial, .fh5co-team {

  position: relative;

  background: #fff;

  padding: 30px;

  border-radius: 5px;

  margin-bottom: 30px;

}



.fh5co-testimonial h2, .fh5co-team h2 {

  font-size: 16px;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 50px;

}

.fh5co-testimonial figure, .fh5co-team figure {

  position: relative;

  top: 0px;

  background-size: cover;

  margin-bottom: 20px;

}

.fh5co-testimonial figure img, .fh5co-team figure img {

  width: 130px;

  height: 130px;

  border: 10px solid #fff;

  background-size: cover;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

}

.fh5co-testimonial > div, .fh5co-team > div {

  padding: 30px 30px 0 30px;

}

.fh5co-testimonial > div h3, .fh5co-team > div h3 {

  margin-bottom: 0;

  font-size: 20px;

  color: #4a94e9;

}

.fh5co-testimonial > div .position, .fh5co-team > div .position {

  color: #d9d9d9;

  margin-bottom: 30px;

}

.fh5co-testimonial > div,

.fh5co-testimonial blockquote, .fh5co-team > div,

.fh5co-team blockquote {

  border: none;

  padding: 0;

  margin-bottom: 20px;

}

.fh5co-testimonial > div p,

.fh5co-testimonial blockquote p, .fh5co-team > div p,

.fh5co-team blockquote p {

  font-size: 16px;

  line-height: 1.5;

  color: #555555;

}

.fh5co-testimonial span, .fh5co-team span {

  font-style: italic;

  color: #b3b3b3;

}



.fh5co-testimonial p .text-mute {

  color: #ccc !important;

}



.fh5co-blog {

  margin-bottom: 60px;

}

.fh5co-blog a img {

  width: 100%;

}



.fh5co-blog .blog-text {

  margin-bottom: 30px;

  position: relative;

  background: #fff;

  width: 100%;

  padding: 30px;

  float: right;

  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

}

.fh5co-blog .blog-text span {

  display: inline-block;

  margin-bottom: 20px;

}

.fh5co-blog .blog-text span.posted_by {

  font-style: italic;

  color: rgba(0, 0, 0, 0.3);

  font-size: 18px;

}

.fh5co-blog .blog-text span.comment {

  float: right;

}

.fh5co-blog .blog-text span.comment a {

  color: rgba(0, 0, 0, 0.3);

}

.fh5co-blog .blog-text span.comment a i {

  color: #4a94e9;

  padding-left: 7px;

}

.fh5co-blog .blog-text h3 {

  font-size: 20px;

  margin-bottom: 20px;

  line-height: 1.5;

}

.fh5co-blog .blog-text h3 a {

  color: rgba(0, 0, 0, 0.6);

}



#fh5co-start-project-section {

  padding: 7em 0;

  background: #F64E8B;

}

#fh5co-start-project-section h2 {

  color: white;

  font-size: 60px;

/*   text-transform: uppercase; */

}



#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {

  color: white !important;

}



#map {

  width: 100%;

  height: 500px;

  position: relative;

}





.fh5co-social-icons > a {

  padding: 4px 10px;

  color: #4a94e9;

}

.fh5co-social-icons > a i {

  font-size: 26px;

}

.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {

  text-decoration: none;

  color: #5a5a5a;

}



#footer { background: #1c1c1c;  padding: 0 0 60px;}

#footer .row-bottom-padded-md{ padding-top:60px;}

#footer p {  color: rgba(255, 255, 255, 0.7);  font-size: 14px; text-align:justify;}

#footer p a { color: rgba(255, 255, 255, 0.7);}

#footer p a:hover, #footer p a:active, #footer p a:focus { color: rgba(255, 255, 255, 0.9) !important;}

#footer .fh5co-footer-link {padding-left:60px;height:215px;border-right:1px solid rgba(255, 255, 255, 0.5);text-align:left;	margin-bottom:60px;}

#footer .fh5co-footer-link h3 {font-family:微软雅黑 !important; color: #4a94e9; font-size:18px; margin-bottom:30px;}

#footer .fh5co-footer-link li, #footer .fh5co-footer-link ul { padding: 0; margin: 0;}

#footer .fh5co-footer-link li { list-style: none;	margin-bottom:6px;font-size:14px;}

#footer .fh5co-footer-link li a {color: rgba(255, 255, 255, 0.7);}

#footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus { color: #fff !important;}

.footer-introduce p{	color:rgba(255, 255, 255, 0.7) !important;	width:100%;  float: left; display: block; padding: 30px;}

#footer .bottom{	width:94%;text-align:left;padding:10px 30px;margin:0 auto;color:rgba(255, 255, 255, 0.7) !important;border:1px solid rgba(255, 255, 255, 0.7) ;}



/*右侧漂浮框*/

.sidepanel {

	position: fixed !important;

	position: absolute;

	bottom:0px !important;

	right: 0px;

	height: 250px;

	z-index: 1000;

	_position:absolute;

	_bottom:auto;

	_top:expression(eval(document.documentElement.scrollTop));

	_margin-top:140px;

	font-size:14px;

	

}

.sidepanel-item{

	margin-top:3px;

}

.sidepanel-item a{

	background:#000;

	filter:alpha(opacity=40);

	-moz-opacity:0.6;

	opacity:0.6;

	width:54px;

	height:42px;

	line-height:18px;

	display:block;

	text-align:center;

	vertical-align:middle;

	/*border:2px solid #fff;*/

	color:#fff;

	/*border-radius:4px;*/

	behavior:url(404.png);

	/*-webkit-box-shadow: #999 4px 5px 2px;*/

	/*-moz-box-shadow: #999 4px 5px 2px;*/

	

	padding-top:3px ;



}

.sidepanel-item2 a:hover{

	background:#4a94e9;

	opacity:10;

}







.js .animate-box {

  opacity: 1;

}



#fh5co-wrapper {

  overflow-x: hidden;

  position: relative;

}



.fh5co-offcanvas {

  overflow: hidden;

}

.fh5co-offcanvas #fh5co-wrapper {

  overflow: hidden !important;

}



#fh5co-page {

  position: relative;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

}

.fh5co-offcanvas #fh5co-page {

  -moz-transform: translateX(-240px);

  -webkit-transform: translateX(-240px);

  -ms-transform: translateX(-240px);

  -o-transform: translateX(-240px);

  transform: translateX(-240px);

}







#offcanvas-menu {

  position: fixed;

  top: 0;

  bottom: 0;

  z-index: 99;

  background: #222;

  right: -240px;

  width: 240px;

  padding: 20px;

  overflow-y: scroll !important;

  display: none;

}



#offcanvas-menu ul {

  padding: 0;

  margin: 0;

}

#offcanvas-menu ul li {

  padding: 0;

  margin: 0 0 10px 0;

  list-style: none;

}

#offcanvas-menu ul li a {

  font-size: 18px;

  color: rgba(255, 255, 255, 0.4);

}

#offcanvas-menu ul li a:hover {

  color: #4a94e9;

}

#offcanvas-menu ul li > .fh5co-sub-menu {

  margin-top: 9px;

  padding-left: 20px;

}

#offcanvas-menu ul li.active > a {

  color: #4a94e9;

}

#offcanvas-menu ul .fh5co-sub-menu {

  display: block !important;

}



.fh5co-nav-toggle {

  cursor: pointer;

  text-decoration: none;

}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {

  background: #fff;

}

.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {

  background: #fff;

}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {

  outline: none;

  border-bottom: none !important;

}

.fh5co-nav-toggle i {

  position: relative;

  display: -moz-inline-stack;

  display: inline-block;

  zoom: 1;

  *display: inline;

  width: 30px;

  height: 2px;

  color: #fff;

  font: bold 14px/.4 Helvetica;

  text-transform: uppercase;

  text-indent: -55px;

  background: #fff;

  transition: all .2s ease-out;

}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {

  content: '';

  width: 30px;

  height: 2px;

  background: #fff;

  position: absolute;

  left: 0;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

}

.fh5co-nav-toggle.dark i {

  position: relative;

  color: #000;

  background: #000;

  transition: all .2s ease-out;

}

.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {

  background: #000;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

}



.fh5co-nav-toggle i::before {

  top: -7px;

}



.fh5co-nav-toggle i::after {

  bottom: -7px;

}



.fh5co-nav-toggle:hover i::before {

  top: -10px;

}



.fh5co-nav-toggle:hover i::after {

  bottom: -10px;

}



.fh5co-nav-toggle.active i {

  background: transparent;

}



.fh5co-nav-toggle.active i::before {

  top: 0;

  -webkit-transform: rotateZ(45deg);

  -moz-transform: rotateZ(45deg);

  -ms-transform: rotateZ(45deg);

  -o-transform: rotateZ(45deg);

  transform: rotateZ(45deg);

}



.fh5co-nav-toggle.active i::after {

  bottom: 0;

  -webkit-transform: rotateZ(-45deg);

  -moz-transform: rotateZ(-45deg);

  -ms-transform: rotateZ(-45deg);

  -o-transform: rotateZ(-45deg);

  transform: rotateZ(-45deg);

}



.fh5co-nav-toggle {

  position: absolute;

  top: 0px;

  right: 0px;

  z-index: 9999;

  display: block;

  margin: 0 auto;

  display: none;

  cursor: pointer;

}









.row-bottom-padded-lg {

  padding-bottom: 7em;

}





.row-top-padded-lg {

  padding-top: 7em;

}





.row-bottom-padded-md {

 /*  padding-bottom: 50px; */

}





.row-top-padded-md {

  padding-top: 4em;

}





.row-bottom-padded-sm {

  padding-bottom: 2em;

}





.row-top-padded-sm {

  padding-top: 2em;

}





.border-bottom {

  border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}



.lead {

  line-height: 1.8;

}



.no-js #loader {

  display: none;

}



.js #loader {

  display: block;

  position: absolute;

  left: 100px;

  top: 0;

}



.fh5co-loader {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background: url(404.png) center no-repeat #222222;

}





.footer-bg{ vertical-align:bottom;}







/*window width <1024px */











/* header-sm*/

@media screen and (max-width:1025px){

.container{ width:92%; margin:0 auto;}

.hide-1024{ display:none;}





#fh5co-menu-wrap{ position:inherit;}

.fh5co-header-section {height:auto;  padding:0 0.2%; position:inherit !important;  left:auto;

  width: 100%;  border-bottom:none;  position:inherit !important;}



.fh5co-header-section .container{ width:100%; height:auto;}



.fh5co-header-section .nav-header{ height:60px;}









.fh5co-header-section .container-sm{ height:auto;}

.fh5co-header-section .center-menu-cont{ float:right; width:100%; height:auto; background:none;  margin-left:auto;}

.fh5co-header-section  .center-menu-cont-four{ position:inherit; top:0; left:0; z-index:1000;}

.fh5co-header-section  .center-menu-cont-four ul{ padding:6px 0 0px; margin-bottom:4px;}

.fh5co-header-section  .center-menu-cont-four ul li{ width:24.5%; height:50px; margin:0 0.2499%; padding:0; text-align:center;}

.fh5co-header-section  .center-menu-cont-four .center-menu-a{ background:#4385af; background:linear-gradient(to bottom, #4385af 0%, #2b729f 100%); }

.fh5co-header-section  .center-menu-cont-four .center-menu-b{ background:#39b29c; background:linear-gradient(to bottom, #39b29c 0%, #289a85 100%); }

.fh5co-header-section  .center-menu-cont-four .center-menu-c{ background:#c66048; background:linear-gradient(to bottom, #c66048 0%, #af4e37 100%); }

.fh5co-header-section  .center-menu-cont-four .center-menu-d{ background:#cdb83f; background:linear-gradient(to bottom, #cdb83f 0%, #b39e26 100%); }

.fh5co-header-section  .center-menu-cont-four ul li h3{ width:100%; line-height:50px;}

.fh5co-header-section  .center-menu-cont-four ul li span{ display:none;}

.fh5co-header-section .piccover{ display:none;}





.fh5co-header-section  .center-menu h3{ display:block; width:inherit; height:inherit; padding:0 20px; font-size:16px; font-weight:normal; line-height:42px; font-size:15px; color:#fff; position:absolute; left:0; top:0; z-index:100;}





.fh5co-header-section .phone{ display:none;}

	

.fh5co-header-section .nav-bar{ width:100%; height:auto; background:none; position:static; overflow:visible; left:auto; margin-left:auto; top:10px; z-index:100;}

.fh5co-header-section .nav-bar .menu-icon{ width:42px; height:42px; background:url(../images/icons1.png) 10px -183px no-repeat; transition:all 0.35s; cursor:pointer; position:absolute; right:8px; top:15px; z-index:1000;}

.fh5co-header-section .nav-bar .menu-icon:hover{ background:url(../images/icons1.png) 10px -220px no-repeat; }



.fh5co-header-section .nav-bar .fh5co-menu-wrap{ margin-top:0;}



.fh5co-header-section .nav-bar .fh5co-menu-wrap{ width:100%;  height:auto; float:none;}

.fh5co-header-section .nav-bar #fh5co-primary-menu{ display:none; width:100%; padding:25px; display:none; background:#1c1c1c; background:rgba(0,0,0,0.8);  float:none; position:inherit; left:0; top:62px; z-index:1000;}



.fh5co-header-section .language{ width:100%; height:auto; margin:0; padding:0; color:#888e92; line-height:38px; background:none; position:inherit;}

.fh5co-header-section .language .lan{ width:30px; height:30px;  position:absolute; top:15px; right:50px; }

.fh5co-header-section .language .lan em{ height:30px; display:none;}

.fh5co-header-section .language ul{ display:none; width:100%; height:auto; margin:0; margin-bottom:10px; padding:25px 0;  background:#1c1c1c; background:rgba(0,0,0,0.8); left: 0; transition:all 0.35s; position:inherit; transition:none;}

.fh5co-header-section .language ul .lan2{display:block; width:100%; height:auto; padding:0; margin:0; border:none; position:inherit;}

.fh5co-header-section .language ul li{ width:100%; padding:3px 0; border-bottom:1px dashed #222; float:none;}

.fh5co-header-section .language ul li a{font-size: 16px; line-height: 34px; color:#ccc !important;text-transform: none;}



.fh5co-header-section .language ul li:hover a{ color:#4a94e9 !important;}







.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu{ width:100%; padding-bottom:0; border-bottom:1px dashed #222; background:none; float:none;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu>a{ display:block; color:#ccc; line-height:42px;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu>a:hover{ color:#4a94e9;}



.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu .fh5co-sub-menu{ height:0; border:1px solid #454545; border-color:rgba(255,255,255,0.36); background:none; overflow:hidden; transition:none; transition:height 0.35s; position:inherit; top:0;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .header-menu:hover .fh5co-sub-menu{ height:auto;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .fh5co-sub-menu a{ color:#ddd; line-height:36px;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .fh5co-sub-menu{ padding:0;}

.fh5co-header-section .nav-bar #fh5co-primary-menu .fh5co-sub-menu span{ display:inherit; width:auto; height:auto; padding:10px 5px; border:none; }

.fh5co-header-section .nav-bar #fh5co-primary-menu .fh5co-sub-menu li a{ display:block;}











.fh5co-section-about .top{ background:#fff;  padding:60px 0 0;}

.fh5co-section-about .heading-section{ padding:0;}

.fh5co-section-about .index-feature-left{ padding:60px 0 0;}



.fh5co-section-about .index-feature-left img{ width:60%; padding-bottom:12px;}



.fh5co-section-about .heading-section img{ width:40%; max-width:320px; padding-bottom:30px;}

.fh5co-section-about .text-center{ padding-bottom:60px;}



.btn-box{ padding:30px 0 60px; }





/*--index support begin--*/

#fh5co-support .container{ height:auto; padding:80px 0;}

#fh5co-support ul{position:inherit; width:92%; margin:0 auto;}

#fh5co-support ul li{width:31.3%; margin:0 1%; height:160px; -webkit-border-radius: 8px;  -moz-border-radius: 8x;  -ms-border-radius: 8px; border-radius: 8px; float:left;}

/*--index support end--*/





}



@media screen and (max-width:980px){

.btn.btn-primary {width:180px;  height:60px; line-height:56px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px;}



.btn-info{width:180px;height:60px; padding:0;line-height:56px; -webkit-border-radius: 8px; -moz-border-radius: 10px; -ms-border-radius: 8px; border-radius: 8px;}

    

.index-feature-left .feature-copy{ width:92%;}	

.index-feature-left .feature-copy h3{ margin-bottom:40px;}	

.index-feature-left .feature-copy p{ padding-bottom:40px;}



.hide-970{ display:none;}







#fh5co-features {background:#1c1c1c;}

#fh5co-features  .container{ padding:80px 0;}

#fh5co-features .row{margin:0;}

#fh5co-features .index-feature-left {margin: 0px 0;}

#fh5co-features .left {padding-right:0%;}

#fh5co-features .right { padding-left:8%; padding-top:90px;}

#fh5co-features .right .index-feature-left img{ padding-top:20px;}

#fh5co-features .right .index-feature-left p{ padding-bottom:20px;}



#fh5co-portfolio{ padding:60px 0;}

#fh5co-portfolio .portfolio-left img{ width:100%;}

#fh5co-portfolio { padding-top:80px; padding-bottom:80px;}

#fh5co-portfolio h3{	margin-bottom:40px;}

#fh5co-portfolio p{padding-bottom:40px; width:100%; }

#fh5co-portfolio .portfolio-left{margin-top:50px; padding-right:55px;}

#fh5co-portfolio .portfolio-right{ width:auto; max-width:none; padding:0 2%;float:none;}





#fh5co-banner{height:400px;}

.fh5co-banner{ width:100%; padding-left:0%; padding-top:80px;}

#fh5co-banner h3{padding-bottom:40px;}

#fh5co-banner .btn{margin-top:40px;}







/* index about us begin */

#fh5co-feature-aboutus h1{padding-top:80px;	padding-bottom:40px;}

#fh5co-feature-aboutus .btn{	margin-top:40px;}

#fh5co-feature-aboutus  .row{ padding-bottom:15px;}

/* index about us end */





/* footer begin */

#footer { padding: 0 0 70px;}

#footer .row-bottom-padded-md{ padding-top:40px;}

#footer p a:hover, #footer p a:active, #footer p a:focus { color: rgba(255, 255, 255, 0.9) !important;}

#footer .fh5co-footer-link {padding-left:40px; margin-bottom:40px; border-right:none; border-left:1px solid rgba(255, 255, 255, 0.3);}

.footer-bg{ vertical-align:bottom;}

.heading-section{ padding-bottom:40px;}

.footer-introduce p{ padding:0 0 35px;}

#footer .bottom{padding:10px 20px;}





}





@media screen and (max-width:768px){

.btn.btn-primary { display:block; width:150px;  height:50px; margin:25px auto 0; float:none; line-height:48px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;}





.btn-info{display:block; width:150px;height:50px; margin:25px auto 0; float:none; padding:0; line-height:48px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;}

  

.hide-750{ display:none;}

.center-750{ text-align:center;} 





.index-feature-left .feature-copy{ float:none;}	

.index-feature-left .feature-copy h3{ margin-bottom:25px;}

.index-feature-left .feature-copy p{ padding-bottom:25px;}



.footer-bg{ vertical-align:bottom;}













.fh5co-header-section  .center-menu-cont-four ul{ padding:6px 0 0px; margin-bottom:3px;}

.fh5co-header-section  .center-menu-cont-four ul li h3{ padding:8px 10px 0; line-height:18px;}





.fh5co-section-about .heading-section p{ padding-bottom:25px;}





.fh5co-section-about .top{ background:#fff;  padding:40px 0 0px;}

.fh5co-section-about .heading-section{ padding:0;}

.fh5co-section-about .index-feature-left{ padding:25px 0 0;}

.fh5co-section-about .index-feature-left img{ width:50%; padding-bottom:12px;}

.fh5co-section-about .heading-section img{ width:40%; max-width:320px; padding-bottom:20px;}

.btn-box{ padding:20px 0 40px; }

.fh5co-section-about .text-center{ padding-bottom:40px;}

.fh5co-section-about .text-center2{ width:320px; margin:0 auto;  padding:0; padding-bottom:40px;}

.fh5co-section-about .text-center2 .btn{ margin:15px 5px 0; float:left;}





#fh5co-features  .container{ padding:50px 0;}

#fh5co-features .right { width:97%; margin:0 auto; padding:0; padding-left:0%; margin-top:40px;}

#fh5co-features .right .index-feature-left img{ width:80%;  padding-top:18px;}

#fh5co-features .right .index-feature-left p{ padding-top:10px; padding-bottom:18px;}



#fh5co-portfolio{ padding:40px 0 50px;}

#fh5co-portfolio h3{	margin-bottom:20px;}

#fh5co-portfolio p{padding-bottom:0px;}

#fh5co-portfolio .portfolio-left{margin-top:15px; padding:0 5%; }

#fh5co-portfolio .portfolio-right{ padding:0 5%; max-width:none;float:none;}





#fh5co-banner{height:300px;}

.fh5co-banner{ padding-left:0%; padding-top:50px;}

#fh5co-banner h3{padding-bottom:25px;}

#fh5co-banner .btn{margin-top:25px;}





/*--index support begin--*/

#fh5co-support .container{padding:40px 0;}

#fh5co-support ul li{width:29.3%; margin:0 2%; height:110px; -webkit-border-radius: 6px;  -moz-border-radius: 6x;  -ms-border-radius: 6px; border-radius: 6px; float:left;}

#fh5co-support ul li img{ width:30%; margin-top:12px;}

#fh5co-support ul li h2{ padding-top:12px;}

/*--index support end--*/







/* index about us begin */



#fh5co-feature-aboutus  .container{ padding:0 5%; margin:0 auto;}

#fh5co-feature-aboutus h1{padding-top:40px;	padding-bottom:25px;}

#fh5co-feature-aboutus .btn{	margin-top:25px;}

#fh5co-feature-aboutus  .row{ padding-bottom:0;}

/* index about us end */



.heading-section{ padding-bottom:25px;}

#footer { padding: 0 0 70px;}

#footer .fh5co-footer-link { height:auto; padding:0; border:none; margin-bottom:20px;}

#footer .fh5co-footer-link h3{ padding:0; padding-bottom:8px; margin-bottom:8px; font-size:16px; border-bottom:1px solid #555;}

#footer .fh5co-footer-link li{ display:inline-block; padding:5px 35px 0 0; line-height:16px; float:left;}

#footer .bottom{padding:10px 15px;}





/*右侧漂浮框*/

.sidepanel {	height: 110px;}







}







/*# sourceMappingURL=style.css.map */


/*banner*/
.banner {background: url(https://www.kezujituan.com/static/images/banner01.jpg) no-repeat center center;background-size: cover;height: 749px;text-align: center;color: #fff;font-size: 18px;width: 100%;overflow: hidden;}
.banner li:nth-child(1), .banner li:nth-child(2) { font-size: 48px; font-weight: bold; }
.banner li:nth-child(2) { margin-bottom: 30px }
.banner li:nth-child(3), .banner li:nth-child(4) { line-height: 1.9 }
.banner em { color: #f22645; font-style: normal; }
.banner ul {position: absolute;top: 55%;}
.con-btn {font-weight: 600;font-size: 16px;height: 50px;text-align: center;line-height: 50px;padding: 0px 45px;display: inline-block;margin: 30px auto 0;border-radius: 50px;background-color: #f22645;color: #fff;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.con-btn:hover { background: #fff; color: #f22645; }
/*advantage*/










