
html, body{
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li,body a{
	margin:0;
		letter-spacing:1px;
}
p{
font-family: "Microsoft Yahei", 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	/*font-family: 'Montserrat', sans-serif;*/
	margin:0;
	letter-spacing:1px;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],input[type="search"],input[type="text"],input[type="email"]{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
	font-family: "Microsoft Yahei", 'Source Sans Pro', sans-serif;
}





/*-- bootstrap-pop-up --*/
.modal-header {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	    border-bottom: none;
}
.menu-left .navbar-toggle{border-color:#ccc;}
.navbar-toggle{    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;}
.close {
    opacity: 1;
}
#bs-example-navbar-collapse-1{display:none;}
.modal-body p {
    color: #777;
    text-align: left;
	padding:1em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
/*-- registration --*/
.signin-form {
	    padding: 0em 1em 1em 1em;
    text-align: center;
}
.signin-form h3,h3.agileinfo_sign  {
       font-size: 1.5em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3.agileinfo_sign  {
	text-align:center;
}
.signin-form h3 span {
    color: #67e1ff;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
      width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.9em;
       margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
.signin-form ::-webkit-input-placeholder{
	color:#212121 !important;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
        background: #f1ce65;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
       background: #000;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.modal-header .close{
	float:right!important;
}
.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
	 box-shadow:none!important;
}
/*-- //registration --*/
/*-- //bootstrap-pop-up --*/
/*-- banner --*/
.banner1{
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.banner-multi{
    background: url(../images/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#f1ce65;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-weight:normal;
    letter-spacing: 1px;
    font-size: 16px;
}
.navbar-nav > li > a {
    margin: 0;
    padding:0 .8em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#03A9F4;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
nav.navbar.navbar-default {
   background:-webkit-linear-gradient(left,#4285f4,#19c865);

            background:-o-linear-gradient(right,#4285f4,#19c865);

            background:-moz-linear-gradient(right,#4285f4,#19c865);

            background:linear-gradient(to right,#4285f4,#19c865);

        }
    
a.navbar-brand i.fa.fa-truck {
    color: #000;
    font-size: 1em;
}
.navbar-right {
    float: right !important;
   margin: 1em 0 0 7em;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #222;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #222;
}
.navbar-brand {
    height: 42px;
    padding: 0;
    font-size: 1.2em;
    line-height: 43px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-brand span {
    color: #fff;
    background: #f1ce65;
    padding: 0px 13px;
	margin-right: 0.1em;
}
.link-effect-2 a {
  overflow: hidden;
  font-weight:normal;
}
.link-effect-2 a span {
  position: relative;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-effect-2 a span::before {
  color:#f1ce65;
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.link-effect-2 a:hover span {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:normal;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#f1ce65;
}

.agileits-social.top_content {
    margin: .5em 0!important;
    float: right;
	padding-right: 1em;
}
.agileits-social.top_content li {
    display: inline-block;
}
.agileits-social a {
    color: #eee;
    margin: .5em;
    font-size: 16px;
}
.agileits-social a:hover {
    color: #ff9800;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top3.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- bootstrap-pop-up --*/
.modal-content {
    border-radius: 0;
}
.close {
    opacity: 1;
}
.modal-body p i {
    display: block;
    margin: 1em 0 0;
	color:#212121;
}
.modal-body {
    padding: 0em;
}
button.close {
    font-size: 1em;
    color: #212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/

.w3-about-text p {
    width: 69%;
    margin: 0 auto;
    line-height:2em;
    font-size: 1em;
    color: #000;
	margin-bottom: 1em;
}
.w3-about-text ul li {
    list-style: none;
}

.w3-about-grid-left ul li,.w3-about-grid-right ul li {
    list-style-type: none;
}
.w3-about-grid-left h3,.w3-about-grid-right h3 {
    margin: 0.5em 0;
}
.w3-about-grid-left h3 span,.w3-about-grid-right h3 span {
    margin-right: 0.5em;
    color: #f1ce65;
}

/*-- events --*/
.w3layouts_event_grid {
    padding:5px;
}
.w3_agile_event_grid1{
    border:1px solid #019644;
    border-bottom:none;
	position:relative;
	overflow: hidden;
}


.agileits_w3layouts_event_grid1{
    border:1px solid #019644;
    border-top:none;
	padding:0.5em;
	background:#fff;

}
.agileits_w3layouts_event_grid1:hover{
	background:#f1ce65;
}
.agileits_w3layouts_event_grid1 h5{
	margin:1em 0;
}
.agileits_w3layouts_event_grid1 h5 a{
	font-size:16px;
    color: #019644;
    text-transform: uppercase;
    font-weight:normal;
    text-decoration: none;
    overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:1; 
}
.agileits_w3layouts_event_grid1:hover h5 a{
	color:#fff;
}
.agileits_w3layouts_event_grid1:hover p {
    color: #fff;
}
.agileits_w3layouts_event_grid1 p{
	color:#414141;
	line-height:24px;font-size:14px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5; 
}
.agileits_w3layouts_event_grid1 p.news-time{color:#999;font-size:14px;}
.w3_agile_event_grid1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  
    background: rgba(17, 19, 18, 0.44);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.w3layouts_event_grid:hover .w3_agile_event_grid1:before {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.w3_agile_event_grid1 img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	display: inline-block;
}
.w3layouts_event_grid:hover .w3_agile_event_grid1 img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.events {
    margin-top: 6em;
}
/*-- //events --*/







/*---- Nav ---*/




.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}


.nav-tabs {
  margin-bottom: 1em;
}


 ol {
  margin-bottom: 44px;
}


@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}

@media (max-width: 320px){

	h3.title {
		font-size: 1.6em;
	}


	.nav > li > a {
		font-size: 14px;
	}

}
/*--//Typography --*/



/*-- //web icons --*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
nav.navbar.navbar-default {
   /* padding: 0.5em 1em;*/
	}
	.navbar-brand {
    font-size: 1em;
	}
	.navbar-nav > li > a {
    padding: 0 1em;
	}



}
@media(max-width:1024px){
.navbar-nav > li > a {
    padding: 0 0.6em;
	}


	
}
@media(max-width:991px){
.navbar-right {
    margin: 0.8em 0 0 4em;
	}
	.w3-about-grid-right {
    width: 50%;
    float: left;
	}
	.w3-about-grid-left {
    width: 50%;
	 float: left;
	}

	.w3layouts_event_grid {
    width: 50%;
    float: left;
	}




	
}
@media(max-width:800px){
.navbar-header h1 {
    font-size: 1.8em;
	}
	.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
	}
	.navbar-right {
    margin: 0.8em 0 0 0em;
	}
	a.navbar-brand i.fa.fa-truck {
    color: #000;
    font-size: 0.9em;
	}
	nav.navbar.navbar-default {
   /* padding: 0.5em 0.5em;*/
	}
	.w3-about-grid-left h3, .w3-about-grid-right h3 {
    font-size: 1.3em;
    margin: 0.5em 0;
	}
}
@media(max-width:768px){
     .banner{width:98%;}
.navbar-header h1 {
    font-size: 1.6em;
	}
	

	
	.w3-about-text p {
    width: 83%;
    margin: 0 auto;
	}


}
@media(max-width:736px){
     .banner{width:98%;}
      #exampleSlider{margin-top:64px;}

    .banner  label{display:none}　
    #exampleSlider{margin-top:64px;}
button.navbar-toggle {
    position: absolute;
    float: none;
    right: 0%;
	}
	div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top:34px;

	}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}
	.navbar-nav {
   
	background:#fff;color:#000;
	}
	.nav > li {
    padding:0px 20px;
    margin: 1em 0;
    text-align: left;
	}
	.navbar-default .navbar-nav > li > a {
    color: #000;
	}

}
@media(max-width:667px){
    .banner{width:98%;}
 #exampleSlider{margin-top:64px;}
    　　.form-controler{display:none}
	.w3-about-grid-left {
    width: 68%;
    float: none;
    margin: 0 auto;
	}
	.w3-about-grid-right {
    width: 68%;
    float: none;
    margin: 24px auto;
	}
    .erweima{bottom:-250px;}
}
@media(max-width:640px){
     #exampleSlider{margin-top:64px;}
.w3-about-grid-left {
    width: 58%;
    float: none;
    margin: 0 auto;
	}
	.w3-about-grid-right {
    width:58%;
    float: none;
    margin: 24px auto;
	}
    .erweima{bottom:-250px;}

	
}
@media(max-width:600px){

}
@media(max-width:568px){
     .banner{width:98%;}
     #exampleSlider{margin-top:64px;}
	.w3-about-text p {
    width: 94%;
    margin: 0 auto;
	}
	.w3-about-grid-left {
    width: 70%;
    float: none;
    margin: 0 auto;
	}
	.w3-about-grid-right {
    width:  70%;
    float: none;
    margin: 24px auto;
	}
    .erweima{bottom:-250px;}
	
}
@media(max-width:480px){
     .banner{width:98%;}
     #exampleSlider{margin-top:64px;}
.w3-about-us,.gallery {
    padding: 2em 0;
	}
	.w3-about-grid-left {
    width:100%;
    float: none;
    margin: 0 auto;
	}
	.w3-about-grid-right {
    width: 100%;
    float: none;
    margin: 24px auto;
	}
	.w3layouts_event_grid {
    width: 100%;
    float: none;
	}
    .erweima{bottom:-250px;}



	
	
	
}
@media(max-width:414px){
 .banner{width:98%;}
 #exampleSlider{margin-top:64px;}
	.header {
    padding: 0.6em 0em;
    background: #1f1f26;
	}

	.col-md-5.address {
    width: 91%;
    margin: 0 auto 2em;
	}
	.contact-form {
    width: 100%;
    margin: 0 auto;
	}
	.w3-adv-lef1-text2 h4 {
    font-size: 1.1em;
	}

}
@media(max-width:384px){
     .banner{width:98%;}
 #exampleSlider{margin-top:64px;}
	.w3-footer-contact-middle {
    width: 99%;
    margin: 0 auto 3em;
	}
	.w3-adv-lef1-text p {
    font-size: 1em;
    margin-bottom: 1em;
	}
	.services-icon-info p {
    width: 97%;
    margin: 1em auto;
	}
	.team-social-grids ul li {
    margin: 0 .1em 0 0;
	}
	.col-md-3.wthree-team-grid{
    width: 100%;
    float: none;
    margin-bottom: 1em;
	}
	
}
@media(max-width:375px){
     .banner{width:98%;}
     #exampleSlider{margin-top:64px;}

}
@media(max-width:320px){
     .banner{width:98%;}
     #exampleSlider{margin-top:64px;}
.w3layouts_header_left ul li a {
    padding: 0.5em 0.5em;
	}
	.sliderBox h3 span {
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 1em;
	}
	.w3-about-grid-left {
    width: 100%;
    float: none;
	}
	.w3-about-grid-right {
    width: 100%;
    float: none;
	}
	.services-icon-info h4 {
    width: 60%;
	}
	.w3-footer-contact-middle img {
    width: 100%;
	}
	
}
/*-- /responsive design --*/

