
html {
scroll-behavior: smooth;
}
.txt-center{text-align:center;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Playfair Display', serif;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {
display: inline-block;
}
/*-- //Reset-Code --*/
/*-- header --*/ 
.header-outs {
position: relative;
background: url(../images/banner.jpg)no-repeat center;
/* background: url(../images/b2.jpg)no-repeat center; */
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 750px; 
 
}

.header-outs-noimg {
	min-height: 700px; 
}


.header-17sucai {
position: absolute;
padding:1em 1em 1em;
width: 100%;
z-index:99;
background:transparent;
}
/*-- nav --*/
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav { 
margin:0;
padding: 0;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content:"";
display:table;
clear:both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
float: left;
padding:0;
margin:0;
list-style: none;
position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display:inline-block;
float: left;
}
/* Styling the links */
nav ul li a {
/* color: #fff; */
color: #67C23A;
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
padding: 7px 16px 0px;
letter-spacing: 1px;
}
nav ul li ul li:hover { background: #f8f9fa; }
/* Background color change on Hover */
nav a:hover { 
color:#007bff;	 /* #a3c962 */
}
.menu li.active  a{ 
color:#007bff;	
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute; 
/* has to be the same number as the "line-height" of "nav a" */
top: 30px; 
background: #fff;
padding: 10px;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
display:inherit;
}
/* Fisrt Tier Dropdown */

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 768px) {

nav {
margin: 0;
}


/* Hide the navigation menu by default */
/* Also hide the  */
.toggle + a,
.menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
padding: 6px 19px;
font-size: 15px;
margin-top: 7px;
border-radius: 500px;
text-decoration: none;
cursor: pointer;
border: none;
float: right;
background-color:#a3c962;
color: #fff;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
width: 25%;
padding: 5px;
font-weight: normal;
font-size: 16px;
letter-spacing: 1px;
}
.toggle:hover {
color:#333;
background-color: #fff;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
display: block;
background: #fff;
padding: 15px 0;
text-align: center;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
padding: 5px 0;
}
nav ul ul .toggle,
nav ul ul a {
padding: 0 40px;
}
nav ul ul ul a {
padding: 0 80px;
}
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a{
padding:14px 20px;	
color:#FFF;
font-size:17px; 
}
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121; 
}
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position:static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover > ul,
nav ul li:hover > ul {
display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */ 
}

nav ul li a {
   color: #303133;
}

}
@media all and (max-width : 330px) {
nav ul li {
display:block;
width: 94%;
}
nav ul li a {
   color: #303133;
}
.slide-info h5 {
font-size: 18px;
background-color: red;
}

}

@media(max-width:400px){
.slide-info h5 {
 font-size: 29px;
}
}

/*-- banner --*/ 
.slide-info {
padding:19em 0 0;
}
.banner-top-grid h4 {
font-size:30px;
color: #fff;
letter-spacing:2px;
}
.slide-info h5 {
font-size: 46px;
color: #fff;
font-weight: 700;
letter-spacing:2px;
margin:13px 0px 16px;
}
.slide-info-txt p {
color:#dadada;
font-size: 15px;
text-shadow: 2px 2px 8px #000;
line-height: 27px;
letter-spacing: 0px;
padding: 0em 1em;
}
.read-buttn a, .view-buttn a,button.sent-butnn {
font-size: 15px;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
letter-spacing: 2px;
outline: none;
border-radius:20px;
padding: 8px 20px;
border: 2px solid #fff;
}
.view-buttn a,button.sent-butnn {
background-color:#a3c962;
color: #fff;
}
.read-buttn a {
background: #fff;
color:#a3c962;
margin-right: 22px;
}
.read-buttn a:hover, .view-buttn a:hover,button.sent-butnn:hover {
background: #000;
color: #fff;
}
/* --//banner-- */



.icons-client ul li span,.icons ul li a span{  
margin-right: 0.5em;
font-size: 15px;
width: 35px;
height: 35px;
text-align:center;
line-height: 37px;
background:#000;
border-radius:50px;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;}
.icons-client ul li span:hover,.icons ul li a span:hover{  
color:#a3c962;}
/*--//team-- */

/*-- counter--*/
footer{
/* background:#a3c962; */
}
/*-- //counter --*/

/*--footer--*/
.footer-main p {
font-size: 14px;
/* color: #fff; */
letter-spacing: 2px;
}
.footer-main p a:hover {
/* color: #fff; */
text-decoration: underline;
}
.footer-main p a {
font-weight:400;
color:#000;
}
.footer {
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
/*--footer--*/





  /* 设置浏览器滚动条 */
    ::-webkit-scrollbar {
	  width: 8px;
	  height: 8px;
	}
	::-webkit-scrollbar-track {
	  background:rgba(219, 221, 221, 0.5);
	  width: 8px;
	}
	::-webkit-scrollbar-thumb {
	  background-color: #606266; 
	  border-radius: 3px;
	  border: 2px solid #606266; 
	  width: 8px; 
	}
	::-webkit-scrollbar-thumb:hover {
	  border: 2px solid rgb(154, 161, 165); 
	  background-color: rgb(154, 161, 165); 
	}
	::-webkit-scrollbar-corner {
	  background: rgba(219, 221, 221, 0.5);
	  width: 8px; 
	}
    /* end设置浏览器滚动条 */

/* 物流状态 */

.result-list li {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 1.5em;
	color: #888;
}

.result-list li.last {
	color: #ff7f02;
}

.result-list li.finish {
	color: #317ee7;
}

.result-list .time {
	width: 6rem;
	text-align: center;
	font-size: .75rem;
}

.result-list .dot {
	width: 5px;
	height: 5px;
	margin-top: 6px;
	border-radius: 50%;
	background: #888;
	box-shadow: 0 0 0 2px rgba(136,136,136,0.3);
}

.result-list .last .dot {
	width: 9px;
	height: 9px;
	margin-left: -4px;
	-webkit-transform: translate(2px);
	transform: translate(2px);
	background: #ff7f02;
	box-shadow: 0 0 0 2px rgba(255,127,2,0.2);
}

.result-list .finish .dot {
	width: 9px;
	height: 9px;
	margin-left: -4px;
	-webkit-transform: translate(2px);
	transform: translate(2px);
	background: #317ee7;
	box-shadow: 0 0 0 2px rgba(49,126,231,0.2);
}

.result-list .text {
	position: relative;
	flex: 1;
	width: 0;
	padding: 0 1em;
	font-size: .875rem;
	text-align: left;
}

.result-list .text:before {
	position: absolute;
	left: -3px;
	top: 6px;
	margin-top: 6px;
	bottom: -2em;
	border-left: 1px solid rgba(136,136,136,0.3);
	content: '';
}

.result-list .last .text:before {
	top: 11px;
}

.result-list li:last-child .text:before {
	display: none;
}

.finish .time {
	color: #317ee7;
}

/* end物流状态 */



   /* 自定义表单输入框样式 */
    .form-control{
       background-color: #f4f4f4;
    }
	.form-control:focus {
	  background-color: #f4f4f4;
	  outline: 0;
	  border-color: #909399; 
      box-shadow: none; 
	}
	/* end自定义表单输入框样式 */
