/*
Template: Portefeuille
Author: # using Bootstrap 3
*/
/*= TYPOGRAPHY
---------------------------------------------------------------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #666;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  color: #444;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.15;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 12px;
  margin: 0 0 0 5px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
}
strong,
b {
  color: #555;
}
a {
  color: #0088cc;
}
a:hover,
a:focus {
  outline: none;
}
small,
.small {
  font-size: 13px;
}
ul,
menu,
dir {
  list-style-type: square;
}
form {
  margin: 0;
}
form fieldset {
  border: 1px solid #e5e6e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 25px;
}
label {
  font-family: inherit;
  font-weight: inherit;
}
.lead {
  font-size: 15px;
  line-height: 24px;
}
.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gap-15 {
  height: 15px;
}
.gap-30 {
  height: 30px;
}
/*= FORM
---------------------------------------------------------------------------------------------- */
.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
/*= BUTTONS
---------------------------------------------------------------------------------------------- */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  font-family: 'Roboto', Arial, sans-serif;
  border-color: transparent;
}
.btn:hover {
  border-color: transparent;
}
.btn-outline {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: none;
  color: #fff;
}
.btn-outline:hover,
.btn-outline.active {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-inverse {
  background: #1e1e1e;
  color: #fff;
}
.btn-inverse:hover {
  background: #2f2f2f;
  color: #fff;
}
/*= HEADER
---------------------------------------------------------------------------------------------- */
.header .navbar {
  background: #fff;
}
.header .navbar-nav > li > a {
  font-size: 14px;
  color: #555;
}
.header .navbar-nav > li > a:hover{
    color:#00a0dc;
}
@media (min-width: 768px) and (max-width: 1111px){
    .navbar-collapse .navbar-nav.navbar-right:last-child{
        margin-right: -30px;
    }
    .navbar > .container .navbar-brand{
        margin-left: -20px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px){
    .navbar-collapse .navbar-nav.navbar-right:last-child{
        margin-right: -20px;
    }
    .navbar > .container .navbar-brand{
        margin-left: 0;
    }
}
/*= SECTIONS
---------------------------------------------------------------------------------------------- */
.section {
  padding: 100px 0;
}
.section.type-1 {
  background: #2a333b;
  color: #a5b3bf;
}
.section.type-1 h1,
.section.type-1 h2,
.section.type-1 h3,
.section.type-1 h4,
.section.type-1 h5,
.section.type-1 h6,
.section.type-1 strong,
.section.type-1 b {
  color: #fff;
}
.section.type-1 h4 {
  color: #00a0dc;
  border-color: #313b44;
}
.section.type-1 hr {
  border-color: #313b44;
}
.section.type-1 .form-control {
  background: #384048;
  border-color: transparent !important;
  color: #a5b3bf;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  /* ...and now override with proper CSS property */

  transition: background-color 0.3s linear;
}
.section.type-1 .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.type-2 {
  background: #fff;
}
.section.type-3 {
  background: #f0f2f4;
}
.section.type-4 {
  background: #00a0dc;
}
.section-headlines {
  margin-bottom: 60px;
  text-align: center;
}
.section-headlines > h2 {
  font-size: 28px;
}
.section-headlines > h4 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  color: #00a0dc;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  word-spacing: 5px;
}
.section-headlines > div {
  line-height: 1.8;
    font-size: 16px;
}
.tittle>h1,.tittle>span{
    color:#00a0dc;
    margin-bottom: 3px;
}
.about{
    padding: 0 20px;
}
.about h2{
    font-size: 18px;
    line-height: 30px;
    margin-top: 7px;
}
/*= SPLASH
---------------------------------------------------------------------------------------------- */

/*= JUMPER
---------------------------------------------------------------------------------------------- */
.jumper {
  height: 0;
  position: relative;
  top: -50px;
}
/*= WORK
---------------------------------------------------------------------------------------------- */

/*= SERVICES
---------------------------------------------------------------------------------------------- */
.gallery-control {
  margin: 0 0 30px;
  text-align:center;
}
#Grid {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  display: inline-block;
  width: 100%;
}
#Grid .mix {
    opacity: 0;
    display: none;
    width: 20%;
    vertical-align: top;
    font-size: 14px;
    border: 3px solid #2a333b;
}
#Grid .mix > div .media-thumb {
  position: relative;
  overflow: hidden;
}
#Grid .mix > div .media-thumb img {
  display: block;
  width: 100%;
}
#Grid .mix > div .media-thumb:hover .media-desc {
  opacity: 1;
  filter: alpha(opacity=100);
}
#Grid .mix > div .media-desc {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #00a0dc  ;
  background: rgba(2,56,148, 0.8);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  -o-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  /* ...and now override with proper CSS property */

  transition: opacity .3s linear;
}
#Grid .mix > div .media-desc > div {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#Grid .mix > div .media-desc b {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
#Grid .mix > div .media-detail {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 10px;
  margin: 0 10px;
  line-height: 20px;
  display: none;
}
@media (max-width: 1020px) {
  #Grid .mix {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #Grid .mix {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #Grid .mix {
    width: 50%;
  }
}

/*= CLIENTS
---------------------------------------------------------------------------------------------- */
#clients { background:#f7f7f7; padding:40px 0;   border-bottom: 1px solid #E5E5E5;}
@media (min-width: 992px) and (max-width: 1199px){
    #clients .row div:nth-child(7){
        margin: 6% auto
    }
}



/*= FEATURES
---------------------------------------------------------------------------------------------- */
.features div.skills{
    font-size: 12px;
}
.features div.skills hr{
    margin-top: 10px;
}
.features div.progress{
    margin-bottom: 5px;
}
.features div p{
    margin-bottom: 3px;
}
.features .media > i {
  font-size: 28px;
  line-height: 55px;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border: 3px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.features .media + .media {
  margin-top: 0;
}
.stats { background:#f7f7f7;}
.stats i {
	  font-size: 28px;
	  line-height: 55px;
	  padding:15px;
	  color:#fff;
	  width: 60px;
	  height: 60px;
	  background:#00a0dc;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  text-align: center;
	  margin-right:10px;
	  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	}
.stats h3{ color:#444; font-size: 25px;}
.gif_pic{
    margin-top: 20px;
}
/*= TEAM
---------------------------------------------------------------------------------------------- */
.team_item {
	text-align:center;
}
.team_body {padding: 25px 15px 31px 15px;
}
.team_item .img_block {margin: 0;
}
.team_item a{ text-decoration:none;}

.team_item .img_block img {
	max-width:100%;
	width:auto;
	margin:auto;
}
.team_body h5 {
	line-height:20px;
	font-size:18px;
	font-weight:400;
	padding:0;
	margin:0 0 11px 0;
	color:#2c2b2b;
	text-transform:uppercase;
}
.team_body h6 {
	line-height:20px;
	font-size:15px;
	font-weight:300;
	padding:0;
	margin:0 0 3px 0;
	color:#2c2b2b;
}

 	
/*= PRICING PLANS
---------------------------------------------------------------------------------------------- */
.pricing-plans .plan-name { text-align:center;}
.pricing-plans .plan-name h2 {
  background: #1e1e1e;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
    padding: 50px 8px;
  margin: 0;
  color: #fff;
}

.pricing-plans .plan-featured .plan-name h2 {
  background: #00a0dc;
}

.pricing-plans .plan-price {
  padding: 25px 0;
  color: #444;
}
.pricing-plans .plan-price > b {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -1px;
}
.pricing-plans .plan-details {
  padding: 0 15px;
  background: #f5f5f5;
}
.pricing-plans .plan-details > div {
  padding: 15px 0;
}
.pricing-plans .plan-details > div + div {
  border-top: 1px solid #eee;
}
.pricing-plans .plan-action {
  background: #f5f5f5;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 15px;
}
/*= SOCIAL LINKS
---------------------------------------------------------------------------------------------- */


.avatar { width:100px;}
/*= SOCIAL LINKS
---------------------------------------------------------------------------------------------- */

/*= BRANDS
---------------------------------------------------------------------------------------------- */

/*= FOOTER
---------------------------------------------------------------------------------------------- */

.section-contact .address-row {
  display: table;
  width: 100%;
}
.section-contact .address-info {
  display: table-cell;
}

/*= 驱动---------------------------------------------------------------------------------------------- */

#select {
  float:left;
  height: 56px;
  width:35%;
  border:1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 10px 0 0;
  color:#666;
}
.email-susbscription select:hover,option:hover{
  background-color:#d9d9d9;
}

.email-susbscription h1 { color:#fff; letter-spacing:2px;}
.email-susbscription p{ color:#fff; margin-bottom:30px; }
.email-susbscription .btn {
  padding: 15px;
  margin-left:1%;
}

#select_1, #select_2, #select_3, #select_4{
  float:left;
  height: 56px;
  width:30%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 10px 0 0;
  color:#666;
  border: none;
}
#select_1 select, #select_2 select, #select_3 select, #select_4 select{
    border-radius:4px;
}
@media (max-width: 1200px) {

  .down_img{
    margin-bottom:30px;
  }

  .select_right{
    margin-top:10px;
  }

  .email-susbscription .btn{
    margin-left:1%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
    .down_div{
        margin-left: 7%;
    }
  #select{
    width:40%;
  }
  #select_1, #select_2, #select_3, #select_4, #select_5, #select_6, #select_7{
    width:35%;
  }

}
@media (max-width: 767px) {

  #select{
    width:90%;

  }
  #select_1, #select_2, #select_3, #select_4, #select_5, #select_6, #select_7{
    width:70%;
    margin-top:10px;
  }
  .email-susbscription .btn{
    margin-top:11px;
  }

}

/*= BOOTSTRAP OVERWRITE: ACCORDIANS
---------------------------------------------------------------------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  border-top: 1px solid #eee;
  margin-top: 0;
  padding-top: 10px;
}
.panel-group .panel-heading {
  padding: 0 0 10px;
}
.panel-group .panel-body {
    padding: 5px 0 15px;
    border-top: 0 !important;
    text-align: justify;
}
.panel-title {
  font-size: 18px;
}
.panel-title a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}
.panel-title a i {
  color: #bbb;
  font-size: 14px;
  height: 23px;
  line-height: 23px;
  float: left;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.panel-title a .icon-minus {
  display: none;
}
.panel-title a.collapsed .icon-minus {
  display: block;
}
.panel-title a.collapsed .icon-plus {
  display: none;
}
/*= TESTIMONIAL
---------------------------------------------------------------------------------------------- */
#carousel-testimonial {
  margin-top: 50px;
}
.testimonial {
  background: #f9f9f9;
    padding: 0px 170px 25px 230px;
}
@media (min-width: 768px) and (max-width: 1199px){
    .testimonial{
        padding: 0px 30px 25px 75px;
    }
}
@media (min-width: 560px) and (max-width: 703px) {
    .testimonial{
        padding-left: 85px;
    }
}
@media (max-width: 559px) {
    .testimonial{
        padding: 0;
    }
}
.testimonial-avatar {
    margin-top: 25px;
}
.testimonial-avatar img {
    width: 310px;
    height: 160px;
}
.testimonial-content{
    margin-top: 60px;
}
.testimonial-content .lead {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  margin-top: 10px;
}
.carousel-controller {
  position: absolute;
  right: 15px;
  top: 15px;
}


  /*!*= RESPONSIVE RESET*/
  /*---------------------------------------------------------------------------------------------- *!*/
/*}*/

  /*!*= RESPONSIVE RESET*/
  /*---------------------------------------------------------------------------------------------- *!*/
/*}*/

#success{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: green;
	display:none;
}
#error{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: red;
	display:none;
}


.skew-box{width:100%; overflow:hidden; position:relative;}
.skew-box:before{content:''; position:absolute; background:#023894; height:100%; width:500px; right:100%; top:0; z-index:8;
  transform:skewX(-15deg); -moz-transform:skewX(-15deg); -ms-transform:skewX(-15deg); -o-transform:skewX(-15deg); -webkit-transform:skewX(-15deg);}
.skew-box:after{content:''; position:absolute; background:#023894; height:100%; width:500px; left:100%; bottom:0; z-index:9;
  transform:skewX(-15deg); -moz-transform:skewX(-15deg); -ms-transform:skewX(-15deg); -o-transform:skewX(-15deg); -webkit-transform:skewX(-15deg);}
.skew-box ul{display:block; list-style:none; padding:0; margin:0; overflow:hidden; position:relative; z-index:7;}
@media (min-width: 992px){
  .skew-box ul li{list-style:none; padding:0; margin:0; width:50%; position:relative; z-index:1;
    transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; -webkit-transition:.5s;}
  .skew-box ul li:nth-child(2){position:absolute; z-index:2; left:0; top:0; transform:translateX(50%);
    -moz-transform:translateX(50%); -ms-transform:translateX(50%); -o-transform:translateX(50%); -webkit-transform:translateX(50%);}
  .skew-box ul li:nth-child(3){position:absolute; z-index:3; left:0; top:0; transform:translateX(100%);
    -moz-transform:translateX(100%); -ms-transform:translateX(100%); -o-transform:translateX(100%); -webkit-transform:translateX(100%);}
  .skew-box ul li:nth-child(4){position:absolute; z-index:4; left:0; top:0; transform:translateX(150%);
    -moz-transform:translateX(150%); -ms-transform:translateX(150%); -o-transform:translateX(150%); -webkit-transform:translateX(150%);}
  .skew-box ul:hover li:nth-child(2){transform:translateX(44%); -moz-transform:translateX(44%);
    -ms-transform:translateX(44%); -o-transform:translateX(44%); -webkit-transform:translateX(44%);}
  .skew-box ul:hover li:nth-child(3){transform:translateX(88%); -moz-transform:translateX(88%);
    -ms-transform:translateX(88%); -o-transform:translateX(88%); -webkit-transform:translateX(88%);}
  .skew-box ul:hover li:nth-child(4){transform:translateX(132%); -moz-transform:translateX(132%);
    -ms-transform:translateX(132%); -o-transform:translateX(132%); -webkit-transform:translateX(132%);}
  .skew-box ul:hover li:nth-child(3):hover+li{transform:translateX(156%); -moz-transform:translateX(156%);
    -ms-transform:translateX(156%); -o-transform:translateX(156%); -webkit-transform:translateX(156%);}
  .skew-box ul:hover li:nth-child(2):hover+li{transform:translateX(112%); -moz-transform:translateX(112%);
    -ms-transform:translateX(112%); -o-transform:translateX(112%); -webkit-transform:translateX(112%);}
  .skew-box ul:hover li:nth-child(2):hover+li+li{transform:translateX(156%); -moz-transform:translateX(156%);
    -o-transform:translateX(156%); -ms-transform:translateX(156%); -webkit-transform:translateX(156%);}
  .skew-box ul:hover li:nth-child(1):hover+li{transform:translateX(68%); -moz-transform:translateX(68%);
    -ms-transform:translateX(68%); -o-transform:translateX(68%); -webkit-transform:translateX(68%);}
  .skew-box ul:hover li:nth-child(1):hover+li+li{transform:translateX(112%); -moz-transform:translateX(112%);
    -ms-transform:translateX(112%); -o-transform:translateX(112%); -webkit-transform:translateX(112%);}
  .skew-box ul:hover li:nth-child(1):hover+li+li+li{transform:translateX(156%); -moz-transform:translateX(156%);
    -ms-transform:translateX(156%); -o-transform:translateX(156%); -webkit-transform:translateX(156%);}
  .skew-box ul li strong{position:absolute; left:-4.5%; bottom:40%; width:50%; text-align:center; z-index:999; visibility:visible; opacity:1;
    transform:scale(1,1); -moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1);
    transition:.25s; -moz-transition:.25s; -ms-transition:.25s; -o-transition:.25s; -webkit-transition:.25s;}
  .skew-box ul li:hover strong{visibility:hidden; opacity:0;
    transform:scale(.6,.6); -moz-transform:scale(.6,.6); -ms-transform:scale(.6,.6); -o-transform:scale(.6,.6); -webkit-transform:scale(.6,.6);
    transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; -webkit-transition:.5s;}
  .skew-box ul li strong img{max-width:100px; max-height:100px; margin:0 auto; display:block;}
  .skew-box ul li strong i{font-size:55px; color:#fff; line-height:1.2;}
  .skew-box ul li strong h2{color:#fff; margin:0; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li strong b{color:#fff; font-weight:normal; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li font{position:absolute; z-index:999; width:75%; padding:10% 20%;
    left:-5%; bottom:20%; color:#fff; font-weight:normal; visibility:hidden; opacity:0;
    transform:scale(.6,.6); -moz-transform:scale(.6,.6); -ms-transform:scale(.6,.6); -o-transform:scale(.6,.6); -webkit-transform:scale(.6,.6);
    transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; -webkit-transition:.5s;}
  .skew-box ul li:hover font{visibility:visible; opacity:1;
    transform:scale(1,1); -moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1);
    transition:.25s .4s; -moz-transition:.25s .4s; -ms-transition:.25s .4s; -o-transition:.25s .4s; -webkit-transition:.25s .4s;}
  .skew-box ul li font h1{color:#fff; margin:0; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li font b{color:#fff; font-weight:normal; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li font p{color:#fff; margin-top:10px; overflow:hidden; max-height:140px;}
  .skew-box ul li font a{color:#023894; float:right; width:180px; height:50px; margin:15px 15px 0 0;
    line-height:50px; text-align:center; position:relative;}
  .skew-box ul li font a:before{background:#fff; left:0; top:0; right:0; bottom:0; content:''; position:absolute; z-index:-1;
    transform:skewX(-15deg); -moz-transform:skewX(-15deg); -ms-transform:skewX(-15deg); -o-transform:skewX(-15deg); -webkit-transform:skewX(-15deg);
    transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
  .skew-box ul li font a:hover:before{background:#e6e6e6;}
  .skew-box ul li span{width:100%; transform:skewX(-15deg); -moz-transform:skewX(-15deg); -ms-transform:skewX(-15deg); -o-transform:skewX(-15deg); -webkit-transform:skewX(-15deg); overflow:hidden; display:block; position:relative;}
  .skew-box ul li span:before{width:100%; height:100%; background:#023894; opacity:0; position:absolute; left:0; top:0; content:''; z-index:999;
    transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
  .skew-box ul li:hover span:before{opacity:.6;}
  .skew-box ul li span img{transform:skewX(15deg); -moz-transform:skewX(15deg); -ms-transform:skewX(15deg); -o-transform:skewX(15deg); -webkit-transform:skewX(15deg); width:100%; margin-left:-15%; display:block;} }
@media (max-width:1599px){
  .skew-box ul li strong i{font-size:50px;}
  .skew-box ul li font{padding:0 15%; left:-4%; bottom:17%;}
  .skew-box ul li font p{max-height:130px;}
  .skew-box ul li font a{width:160px; height:45px; line-height:45px; margin:10px 10px 0 0;}}
@media (max-width:1199px){
  .skew-box ul li strong i{font-size:45px;}
  .skew-box ul li font{padding:0 13%; left:-3%; bottom:13%;}
  .skew-box ul li font p{max-height:120px;}
  .skew-box ul li font a{width:140px; height:40px; line-height:40px; margin:10px 10px 0 0;} }
@media (max-width:991px){
  .skew-box{margin-top: 81px}
  .skew-box ul:before{height:50%;}
  .skew-box ul:after{height:50%;}
  .skew-box ul:after{display:block; clear:both; content:'';}
  .skew-box ul li{list-style:none; padding:0; margin:0; width:50%; float:left; position:relative;}
  .skew-box ul li span{width:100%; display:block; position:relative;}
  .skew-box ul li span:before{width:100%; height:100%; background:#023894; opacity:0; position:absolute; left:0; top:0; content:''; z-index:995;
    transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
  .skew-box ul li:hover span:before{opacity:.6;}
  .skew-box ul li span img{width:100%; display:block;}
  .skew-box ul li a{display:block; width:100%; height:100%;}
  .skew-box ul li strong{position:absolute; left:0; bottom:40%; width:100%; text-align:center; z-index:999;}
  .skew-box ul li strong i{font-size:45px; color:#fff; line-height:1.2;}
  .skew-box ul li strong img{max-width:100px; max-height:100px; margin:0 auto; display:block;}
  .skew-box ul li strong h2{color:#fff; margin:0; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li strong b{color:#fff; font-weight:normal; white-space:nowrap; overflow:hidden; display:block;}
  .skew-box ul li font{display:none;} }
@media (max-width:767px){
  .skew-box ul li strong{bottom:25%; line-height:1.2;}
  .skew-box ul li strong img{max-width:50px; max-height:50px;}
  .skew-box ul li strong i{font-size:30px; line-height:1;}
  .skew-box ul li strong h2{font-size:20px;}
  .skew-box ul li strong b{font-size:12px;} }
@media (max-width: 446px) {
    .skew-box{
        margin-top: 149px;
    }
}

.tz-gallery .thumbnail {
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}


/*footer*/
.flogo{
    margin: 10px 0;
}
.contact{
    margin-top: 30px;
}
.contact .top h2{
    margin-bottom: 10px;
}
.contact .top h1{
    margin-bottom: 0;
    font-weight: bold;
    color: #cc1515;
}
.contact .bottom{
    margin-top: 20px;
}
.contact .bottom p{
    margin-bottom: 0;
    font-size: 16px;
    color: #404040;
}
.erweima{
    margin-top: 20px;
}
@media (max-width: 1199px){
    .contact{
        margin-top: 12px;
    }
    .erweima{
        margin-top: 0;
    }
    .erweima span{
        margin-left: 40px;
    }
}
@media (min-width: 992px){
    .contact{
        padding-left: 0;
    }
}
@media (max-width: 991px){
    .flogo{
        display: none;
    }
    .erweima span{
        margin-left: 5px;
    }
}
@media (max-width: 767px){
    .contact{
        text-align: center;
    }
    .erweima span{
        margin-left: 0;
    }
}


/*= active
---------------------------------------------------------------------------------------------- */
#active{
    padding:50px 0;
}
.active_head h3{
    margin-top:-5px;
    color:#565764;
    font-weight:bold;
}
.active_head h3.sale{
  color: #e53c4d;
}
.active_head div{
    color:#bcbbbe;
    font-weight:500;
    word-spacing:1px;
    margin-top:-5px;
}
.active_left h3,
.active_right h3,
.active_bottom h3{
    color:#1a6eff;
    font-weight:600;
}
.active_left .media-body2,
.active_right .media-body2,
.active_right .media-body3{
    margin-top:50px;
}
.active_left .media-body div,
.active_right .media-body div,
.active_bottom div{
    line-height:25px;
    font-weight:500;
}
.active_right .media_none{
    background-color:red;
    height:80px;
    opacity:0;
}
.active_right h3{
    color:#ca0a0a;
}
.active_right .media-body1 div,
.active_right .media-body3 div{
    line-height:35px;
}

.active_right .border_left{
    border-left:1px dashed #a5a5a5;
}
.active_right .media1, .active_right .media2{
    margin-left:20%;
}
.active_right .media3{
  margin-left:5%;
  margin-bottom: 20px;
}
.media3 table{
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
    .foot_left{
        margin-left:0;
    }
}
@media (max-width: 767px) {
    .active_right .media1, .active_right .media2{
        margin-left:auto;
    }
    .active_left h3, .active_right h3{
        text-align:center;
    }
    .foot_left{
        margin-left:0;
    }
}

/*= active
---------------------------------------------------------------------------------------------- */


/*consultation*/

.consultation{
    margin: 50px auto;
    padding-top: 20px;
}
.consultation>h1{
    margin-bottom: 10px;
}
.consultation .main_text{
    margin: 0 100px 30px;
    padding-bottom: 20px;
}
.consultation p{
    margin-bottom: 13px;
    line-height: 2;
}
@media (max-width: 767px) {
    .consultation .main_text{
        margin-left: 50px;
    }
}
@media (max-width: 605px) {
    .consultation .main_text{
        margin-left: 0;
    }
}


/*product*/
.product{
    margin: 50px 0;
}
.product_bottom{
    margin: 50px 0 0;
}
.product>div{
    height: 64px;
    width: 100%;
    font-size: 18px;
    line-height: 64px;
    color:#fff;
    background-color:#8fb3e8;
}
.table thead td{
    font-weight: bold;
}



.header_pic{
    margin: 81px 0 20px;
}
@media (max-width: 991px) {
    .header_pic{
        margin-top: 149px;
    }
}
@media (max-width: 767px) {
    .header_pic{
        margin-top: 82px;
    }
}
@media (max-width: 445px) {
    .header_pic{
        margin-top: 149px;
    }
}


/*招商*/
.business_title h2{
  color: #1a6eff;
}
.business_leftdiv div,
.active_bottom div{
  margin-bottom: 20px;
}
.active_bottom{
  float: left;
  margin: 50px 0;
}
.active_bottom span{
  color: #f4354a;
}