
*{
	padding:0px;
	margin:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
    box-sizing: border-box;
    text-decoration:none !important;
}
a{
	text-decoration:none !important;
	color:none !important;
	color:inherit;
}
 img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
body {
    font-size: 14px;
}

.wrap {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

/*导航栏*/
.nav{
	background-color:#050a2a;
	height:80px;
	width:100%;
	color:#fff;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.nav .number {
    font-size: 12px;
    display: inline-block;
    background-color:rgba(255,255,255,0.1);
    border-radius:4px;
    border:1px solid rgba(255,255,255,0.4);
    padding:4px;
    vertical-align: middle;
    margin-left:20px;
}
.navcontent{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.logo{
	display: inline-block;
	margin-top: 20px;
}
.logo > img{
	height:40px;
}
.menu{
	color:#fff;
	float: right;
}
.menu > li{
	display: inline-block;
	position: relative;
}
.menu > li > a,
.menu > li > span{
	display:inline-block;
	padding:0px 20px;
	color:#fff;
	opacity: 0.8;
	font-size:16px;
	line-height:80px;
    transition:all 0.2s ease-out;
}
.menu > li > span{
	cursor: default;
}
.menu > li:hover > a,
.menu > li:hover > span{
	color:#fff;
	opacity: 1;
}
.menu .smenu{
	display: none;
	position: absolute;
	top: 80px;
	background-color: #0d263f;
	border-radius: 0 0 4px 4px;
	padding-bottom: 6px;
	margin-right: -200px;
	z-index: 800;
}
.menu > li:hover > .smenu{
	display: block;
}
.menu .smenu > li{
	
}
.menu > .on > a{
	opacity:1;
}
.menu .smenu > li > a{
	color: #fff;
	display: block;
	padding: 16px 30px 16px 20px;
	opacity: 0.6;
    transition:all 0.2s ease-out;
}.menu .smenu > li > a:hover{
	opacity: 1;
	background-color: rgba(255,255,255,0.1);
}
.nav .switchmenu{
	display: none;
	float: right;
	padding: 21px;
	margin-right: -21px;
}
.nav .switchmenu > li{
	background-color: #fff;
	width: 22px;
	height: 2px;
	margin-bottom: 6px;
}
.nav .switchmenu > li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 968px) {
	.nav{
		height: auto;
	}
	.logo{
		margin: 15px 0;
	}
	.logo > img{
		height: 30px;
	}
	.nav .switchmenu{
		display: block;
	}
	.menu{
		display: none;
		float: initial;
        padding:10px 0;
        border-top: 1px solid rgba(255,255,255,0.2);
	}
	.menu > li{
		display: block;
	}
	.menu > li > a, .menu > li > span{
		line-height: 40px;
		width:100%;
		text-align: center;
	}
    .union-login {
        
    }
	.menu > li > .smenu{
		display: none;
		position:static;
		margin-right:0;
		text-align: center;
		background-color: #0c2033;
		border-radius: 4px;
		padding: 0;
	}
	.menu > li:hover > .smenu{
		display: none;
	}
	.menu .smenu > li > a{
		padding: 12px 0;
	}
}



.apply input[type="file"] {
    opacity: 0;
    position:absolute;
    top:24px;
    left:15px;
    width:92%;
    height:34px;
    cursor:pointer;
}
.apply .submit-shell {
    text-align:center;
}

#fileUploadTitle {
    line-height: 22px;
}


.home-title {
    height: 60px;
    text-align:center;
    margin:60px 0 30px 0;
    position:relative;
}
.home-title > h2 {
    font-size: 28px;
    color: #2471b9;
    font-weight:normal;
}
.home-title > h2 > span {
    color: #3a3a3a;
}
.home-title > p {
    color: #6E6E6E;
    font-size:14px;
}
.home-title > span {
    font-size: 44px;
    color:#f5f5f5;
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    text-align:center;
    z-index:-1;
}



/*海报*/

.banner{
    color:#fff;
    height:600px;
	background-image:url(/Content/web/style/img/banner.png);
    background-color:rgb(13, 38, 63);
    background-size:cover;
    background-position:center center;
    border-top:1px solid transparent;
}
.banner > .wrap > h2 {
    margin-top:180px;
    font-size:60px;
    font-weight:normal;
}
.banner > .wrap > p {
    font-size:20px;
    margin-top:10px;
}
.banner > .wrap > span {
    margin-top:30px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    border-image: initial;
    padding: 4px 8px;
}
.banner > .wrap > span > em {
    font-style: normal;
}

@media screen and (max-width:450px){
	.banner{
		
	}
}

/*公用部分*/

.news h1,.cases h1,.abouts h1,.contact h1,.products h1,.products_mobile h1,.services h1{
	font-weight:normal;
	font-size:2.5em;
	text-align:center;
	color:#2471b9;
}
.more{
	text-align:center;
	max-width:1200px;
	margin:0 auto;
	color:#333;
    border-bottom:1px solid #ededed;
    padding:40px 0;
}
.more > a{
    display:inline-block;
	color:#333;
    padding:8px 20px;
	border:1px solid #ddd;
	border-radius:4px;
    transition:all 0.2s ease-out;
}
.more > a:hover{
	background:#ededed;
}


/*新闻部分*/
.news{
	width:100%;
}
.news_detail{
	border:1px solid #fff;
    font-size:0;
}
.detail{
    display:inline-block;
    vertical-align:middle;
	width:33.333%;
    padding:0 10px;
}
.detail > a{
	display:block;
	transition: all .3s linear 0s;
    border:1px solid #ededed;
    border-radius:4px;
    color: #556;
}
.detail > a:hover{
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.05);
}
 .detail img{
	width:100%;
	height:150px;
	background:#ccc;
    border-radius:4px 4px 0 0;
    object-fit:cover;
}

.detail .text{
	margin:20px;
	line-height:24px;
	overflow:hidden;
    font-size:16px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-align:justify;
    height:48px;
}


/*产品*/

.products{
	width:100%;
	position:relative;
}
.products h1{
	left:0px;
	right:0px;
	top:50px;
	position:absolute;
	z-index:10;
}
.products .swiper-container {
    max-width:1200px;
}  
.products .swiper-slide{
	text-align:center;
	position: relative;
}
.product1,.product2,.product3,.product4,.product5,.product6{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	color:#556;
	line-height:2em;
}
.product5,.product6{
	max-width:680px;
	height:720px;
	padding:30px;
	text-align:center;
}
.left{
	width:60%;
	height:500px;
	float:left;
	position:relative;
}
.left img{
		position:absolute;
		left:0px;right:0px;
		margin:auto;
		text-align:center;
}
.right{
	float:left;
	width:40%;
	text-align:center;
	line-height:2em;
	position:relative;
    padding:40px 0;
}
.right img{
	height:150px;
}
.button{
	float:left;
	min-width:80px;
	width:30%;
	height:40px;
	text-align:center;
	line-height:38px;
	color:#2471b9;
	border:1px solid #2471b9;
	border-radius:4px;
	margin-left:10px;
    transition:all 0.2s ease-out;
}
.button a{
	display:block;
    font-size: 16px;
}
.button:hover{
	background:#2471b9;
	color:#fff;
}
.state{
	margin-bottom: 10px;
    font-size: 16px;
}
.state h2{
	margin-bottom: 10px;
}
.buttonAll{
	padding:20px 0px;
	max-width:350px;
	margin:0 auto;
}
.part2{
	width:100%;
	padding:30px 0px;
}
.part1,.part3{
	width:100%;
	padding:30px 0px;
}

@media screen and (max-width:768px){
	.left{
		float:none;
		height:320px;
		width:100%;
	}
	.left img{
		position:absolute;
		left:0px;right:0px;
		margin:auto;
		text-align:center;
	}
	.right{
		float:none;
		width:100%;
		padding-top:0px;
		padding-bottom:0px;
	}
}


/*服务*/
/*见导入的services.css*/


/*案例*/

.cases{
	width:100%;
}
.stations{
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.station{
	box-sizing:border-box;
	float:left;
	width:25%;
	height:120px;
    line-height:100px;
	background:#fff;
	position:relative;
	z-index:2;
	padding:10px;
	transition: all .3s linear 0s;
    border:1px solid transparent;
}
.station:hover{
	border:1px solid #ccc;
}

.stations::after{
	content:"";
	clear:both;
}


.case-stations{
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
    margin-bottom:80px;
}
.case-station{
	box-sizing:border-box;
	float:left;
	width:25%;
	height:80px;
    line-height:100px;
	background:#fff;
	position:relative;
	z-index:2;
	transition: all .3s linear 0s;
    border:1px solid transparent;
}
.case-station:hover{
	border:1px solid #ccc;
}
.case-station img {
    display: block;
}

.case-stations::after{
	content:"";
	clear:both;
}
@media screen and (max-width:768px){
  .case-station{
	width:50%;
    height:50px;
    line-height:40px;
  }
}


.case-info {
    max-width: 600px;
    margin:20px auto 0 auto;
    font-size:18px;
    line-height:1.8;
}


/*关于*/

.abouts{
	width:100%;
}
.abouts .abcontent{
	max-width:1200px;	
	margin:0 auto;
	box-sizing: border-box;
}
.abcontent{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.abcontent .cover{
	float:left;
	width:50%;
	text-align:center;
}
.abcontent .text{
	margin-left:80px;
	margin-top:20px;
	width:40%;
	float:left;
	line-height:30px;
	text-indent:30px;
	color:#556;
    font-size:16px;
}
.abcontent::after{
	content:"";
	clear:both;
}


/*联系*/

.contact{
	width:100%;
}
.address{
	max-width:840px;
    padding:0 20px;
	margin:0 auto;
    margin-bottom:60px;
}
.address .map{
	width:100%;
}
.map img{
	width:100%;
}
.address .text1{
	padding:30px 0px;
	text-align:left;
	color:#556;
	line-height:2em;
	font-size:1em;
}


/*底部*/
footer{
  padding-top: 60px;
  background-color: #0D263F;
  color: #fff;
}
footer > .wrap > ul{
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 40px;
}
footer > .wrap > ul > li{
  color: #fff;
  margin-bottom: 14px;
  font-weight: 300;
  opacity: 0.8;
}
footer > .wrap > ul > li.top{
  font-size: 18px;
  font-weight: normal;
  opacity: 1;
}
footer > .wrap > ul > li > a{
  color: #fff;
  background-image: url(../icon/ico_rightarrow.png);
  background-repeat: no-repeat;
  background-size: 4px 7px;
  background-position: right center;
  padding-right: 10px;
}
footer > .wrap > .ewm{
  display: inline-block;
  vertical-align: top;
  float: right;
}
footer > .wrap > .ewm > *{
  vertical-align: middle;
}
footer > .wrap > .ewm > img{
  width: 120px;
}
footer > .wrap > .ewm > span{
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  margin-left: 16px;
  opacity:0.8;
  font-weight: 300;
}
footer > .wrap > .copyright{
  border-top: 1px solid rgba(255,255,255,0.1);
  line-height: 50px;
  text-align: center;
}
footer > .wrap > .copyright > span{
  display: inline-block;
  color: #fff;
  font-weight: 300;
  opacity: 0.8;
}
footer > .wrap > .copyright > span:last-child{
  margin-left: 10px;
}

@media screen and (max-width: 867px){
  footer{
    padding-top: 30px;
  }
  footer > .wrap > ul{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer > .wrap > .ewm{
    float: none;
  }
  footer > .wrap > .ewm > img{
    width: 100px;
  }
  footer > .wrap > .copyright{
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  footer > .wrap > .copyright > span{
    line-height: 1.8;
  }
}



/*媒体查询*/

@media screen and (max-width:1024px){
  .mobile_nav{
	display:block;
  }
  .pc_nav{
	display:none;
  }
  .abouts{
  	position:relative;
  	/*height:1000px;*/
  }

  .abouts .abcontent{
  	padding:10px;
  }
  .abcontent .cover{
  	float:none;
  	width:100%;
  	text-align:center;
  }
  .abcontent .text{
  	float:none;
  	width:100%;
  	margin:0 auto;
  	padding:10px;
  }

}

@media screen and (max-width:768px){
  .news{
  	display:none;
  }
  .products{
  	margin-top:0px;
  }

  .station{
	width:50%;
    height:60px;
    line-height:40px;
  }
  .address{
  	padding:0px;
  }
  .address .text{
  	width:100%;
  	margin-left:0px;
  	padding:10px;
  }
  .address .map{
  	width:100%;
  }
}

/*回到顶部*/
.to_top{
	position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: auto;
    cursor: pointer;
    z-index: 200;
    border-radius:4px;
}
.to_top span{
	width: 100%;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin: 0;
    display: block;
    letter-spacing: 2px;
    color: #fff;
    border-top: 1px #eee solid;
}
.to_top img{
	margin: 20%;
    width: 60%;
    /*height: 60%;*/
}
.to_top,.to_top:hover{
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
    transition: all .3s linear 0s;
}
@media screen and (max-width:475px){
	.to_top{
		max-width:50%;
		max-height:50%;
	}
}


.apply {
    max-width: 800px;
    overflow: hidden;
    padding: 0px 0 60px 0;
}
.apply .getcode {
    position: absolute;
    right: 16px;
    bottom: 1px;
    padding:5px 12px;
}
.apply [type="submit"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-top:20px;
}




/*bootstrap部分样式表*/
.container {
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -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-right: 15px;
    padding-left: 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;
    }
}

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: 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;
    /*margin: -1px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height:1;
    color: #333;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    transition:all 0.2s ease-out;
    /*-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:hover {
        border-color: #898989;
        box-shadow:0 2px 10px rgba(0,0,0,0.1);
    }
    .form-control:focus {
        border-color: #3a3a3a;
        outline: 0;
        box-shadow:0 2px 10px rgba(0,0,0,0.1);
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
        /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
    }

    .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 {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }
    .form-control[readonly]{
        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-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    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 {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 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;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        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 {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #3a3a3a;
    background-color: #fff;
    border-color: #d9d9d9;
}

    .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 {
    font-weight: normal;
    color: #337ab7;
    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%;
}




.outsource-banner {
    text-align: center;
    padding:180px 0;
    background-image:url(/Content/web/style/img/bg_001.png);
    background-position:center center;
    background-size:cover;
    color:#fff;
}
.outsource-banner .ob-title {
    font-size: 60px;
}
.outsource-banner .ob-info {
    font-size: 30px;
    margin-top:20px;
}

.outsource-title {
    font-size: 30px;
    text-align:center;
    margin:80px 0 40px 0;
    color:#333;
}

.outsource-txt {
    line-height: 32px;
    color:#666;
    text-align:justify;
}


.outsource-lattice-shell {
    overflow: hidden;
    margin-bottom:-40px;
}
.outsource-lattice-shell .outsource-lattice {
    width: 48%;
    float:left;
    margin-bottom:40px;
}
.outsource-lattice-shell .outsource-lattice:nth-child(odd) {
    margin-right: 4%;
}
.outsource-lattice-shell .outsource-lattice:nth-child(1) {
    background:linear-gradient(90deg,rgba(107,181,252,1) 0%,rgba(85,126,252,1) 100%);
}
.outsource-lattice-shell .outsource-lattice:nth-child(2) {
    background:linear-gradient(90deg,rgba(246,186,57,1) 0%,rgba(239,137,53,1) 100%);
}
.outsource-lattice-shell .outsource-lattice:nth-child(3) {
    background:linear-gradient(90deg,rgba(95,201,192,1) 0%,rgba(66,159,201,1) 100%);
}
.outsource-lattice-shell .outsource-lattice:nth-child(4) {
    background:linear-gradient(90deg,rgba(175,114,234,1) 0%,rgba(133,93,244,1) 100%);
}
.outsource-lattice {
    height:200px;
    background:#557EFC;
    color:#fff;
    padding:40px;
}
.outsource-lattice .ol-li-title {
    font-size: 20px;
}
.outsource-lattice .ol-li-txt {
    line-height: 32px;
    margin-top:10px;
}
@media screen and (max-width: 968px) {
    .outsource-banner {
        padding: 85px 0;
    }
    .outsource-title {
        padding: 0 20px;
    }
    .outsource-banner .ob-title {
        font-size: 24px;
    }
    .outsource-banner .ob-info {
        font-size: 14px;
    }
    .outsource-lattice-shell .outsource-lattice {
        width: 100%;
        float:none;
        height:auto;
    }
}



.picandtxt-box {
    overflow: hidden;
}
.picandtxt-box .pb-left,
.picandtxt-box .pb-right {
    width: 50%;
    float: left;
}
.picandtxt-box .pb-l-pic {
    padding: 40px;
}
.picandtxt-box .pb-r-info {
    margin-bottom: 40px;
}
.picandtxt-box .pb-r-i-top {
    font-size: 20px;
    color:#333;
}
.picandtxt-box .pb-r-i-bottom {
    color: #666;
    line-height:32px;
    margin-top:10px;
    font-size:16px;
}
@media screen and (max-width: 968px) {
    .picandtxt-box .pb-left,
    .picandtxt-box .pb-right {
        width: 100%;
        float: none;
    }
    .picandtxt-box .pb-left {
        margin-bottom: 40px;
    }
    .picandtxt-box .pb-l-pic {
        padding: 0px;
    }
}



.outsource-path-shell {
    text-align: center;
}
.outsource-path {
    width:256px;
    height:240px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    background-color: #fff;
    margin:20px;
    display:inline-block;
    vertical-align:top;
    padding:20px;
    color:#333;
}
.outsource-path .op-num {
    font-size: 24px;
    color:#999;
    margin-bottom:12px;
}
.outsource-path .op-title {
    font-size: 18px;
    margin-bottom:12px;
}
.outsource-path .op-txt {
    line-height: 1.8;
    color: #666;
}