/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  
  
/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible;}  
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  
  
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color:#000;  background: url(bg.jpg); font:14px/22px  "Microsoft YaHei", 微软雅黑, "Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif; text-align:center;}  
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}  
input,select{ font-size:14px; vertical-align:middle;}  
  
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */  
body div{ text-align:left;}  
  
/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}  
  
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  
li{ list-style-type:none;}  
  
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;}  
  
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{  text-decoration:none;}  

  
/* 去掉链接的虚线框 */  
a { outline:none; star:expression(this.onFocus=this.blur());}  
  
/* 定义H系列标签，覆盖H系列标签默认属性 */  




/* ==翻页样式== */
.pagesinfo {color:#555555;font-size:12px;}
.pagesnow {color:#D07E36;font-size:16px;padding-right: 25px;text-decoration: none}
.pages {color:#777777;font-size:16px;padding-right: 15px;text-decoration: none}


/* ==顶端== */
.navbar .active { 
    background: #f08942;
}
#carouselExampleCaptions{
	padding-top:90px;}
#ding{
    background-color: #457b9d;
    padding-top: 10px;
    padding-bottom: 7px;
    color: #fff;
}
#ding .btn-secondary{
    background: #e9c46a!important;
    border: none;
}
#ding .btn-secondary a{
    color: #999;
}
#cdxian{
	border-bottom:4px solid #f08942;
	padding-bottom: 2px;
    padding-top: 2px;
	position: fixed;
	z-index:998;
	background:#fff;
	    top: 0;
		box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);}
.caidan #zddh{
    text-align: right!important;
	    
}
.navbar-light  .navbar-nav .nav-link{
	font-size:18px;
	color: #000;
	margin-right: 7px;}
.navbar-nav li:nth-of-type(1) 
.iconfont{display: none}
.navbar-nav li:nth-of-type(5) 
.iconfont{display: none}

#weixin{
    color: #38af4d;
    font-size: 24px;
    padding-left: 15px;
}
#cdxian .dropdown-menu{
	background:#f08942;
	
	border-radius:0;
	border:0;  
	}
#cdxian .dropdown-menu a{
	color:#FFF;
	line-height:30px;}
#cdxian .dropdown-menu a:hover{
	background:#0095e5;}
#zddh{
	line-height:60px;}		
/* ==轮播== */
#lbwenzi{
    bottom: 35%;
	text-align:left;
	width:600px;
	margin-left:80px;
	/*padding-left:45px;*/
	/*background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
	
    padding-top: 40px;
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
#lbwenzi h1{
    font-weight: bold;
    font-size: 50px;
	text-shadow: 1px 1px 1px 5f8db8;
    
}
#lbwenzi h1 b{
	color:#38af4d;}
#lbwenzi p{
    font-size: 38px;
    padding-top: 10px;
	line-height:40px;
	font-weight: 100;
    
}
#lbwenzi span{
	font-size: 24px;
    line-height: 24px;
	display:block;
	overflow:hidden;
	margin-top:15px;
	letter-spacing:4px;
	font-weight: 300;
	 }
.xian{
	width:160px;
	height:50px;
	display:block;
	overflow:hidden;
	background:#f08942;
	color:#FFF;	
	text-align:center;
	line-height:50px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	margin-top:38px;
	transition: all 0.5s;	
}
 .xian:hover{
	background:#0095e5;
	color: #fff;
	}
#xian1{
	background:#0095e5;
	width:130px;
	height:45px;
	line-height:45px;
	margin-top:26px;}	
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.waves {
    background-image: url(waves2.png);
    width: 100%;
    height: 35px;
    margin-top: -35px;
    position: relative;
    z-index: 99;
    background-size:100%;
}

/* ==san== */
#san{
	
	position: relative;
	background:#fff;
	 box-shadow: 0px 0px 13px rgb(18 114 203 / 15%);
	 border-radius:10px;
	 padding-left:0;
	 padding-right:0;}
#san .san1{
	display:block;
	overflow:hidden;
	width:100%;	
	padding:40px;
	}	
#san .san1:hover i{
	background:#f08942;}	
#san .san1 i{
	float:left;
	width:57px;
	height:57px;
	text-align:center;
	line-height:57px;
	border-radius:50px;
	background-color: #0095e5;
    color: #fff;
    font-size: 26px;
	margin-right: 20px;
	transition: all 0.5s;}
#san .san1 div{
	float:left;}
#san .san1 div h2{
	font-size: 22px;
    line-height: 53px;
    font-weight: 300;
    color: #000;}		
#san .san1 div p{
	color:#888686;}

	
/* ==简介== */
#jianjie a{
	    color: #0095e5;
    line-height: 95px;
    /* text-decoration: underline; */
    margin-right: 20px;
    font-size: 16px;}
#jianjie a:hover{
	color:#f08942;}	
#jianjie {
	color:#777777;
	font-size:16px;
	line-height:26px;
	padding-top:75px;
	}
#jianjie .jjxq	{
	border-bottom:1px solid #CCC;
	padding-bottom:35px;}
#jianjie h3{
	color:#38af4d;
	font-size:22px;
	font-weight: 100;}
#jianjie h1{
	font-size:40px;
	font-weight:bold;
	color:#000;
	}
#jianjie h2{
	font-size:20px;
	color:#000;
	letter-spacing: 4px;
    font-weight: 100;
	padding-bottom: 35px;
	padding-top: 12px;}	

/* ==rscp== */
#yuwu1 .item{
	width:100%;
	height:277px;
	border-radius:25px;
	background-size:100%;
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:35px;}
#yuwu1 a:hover h1{
	background:#f08942;
	}	
#yuwu1 #cpfl1{
	background-image:url(tu1.jpg)
	}	
#yuwu1 #cpfl2{
	background-image:url(tu2.jpg);}	
#yuwu1 #cpfl3{
	background-image:url(tu3.jpg);}	
#yuwu1 #cpfl4{
	background-image:url(tu4.jpg);}	
#yuwu1 #cpfl5{
	background-image:url(tu5.jpg);}	
#yuwu1 #cpfl6{
	background-image:url(tu6.jpg);}	
#rscp .container{
	padding-left:0;
	padding-right:0;}						
#rscp{
	background-color:#f4f9fc;
	background-image:url(bj1.png);
	background-repeat: no-repeat;
    background-position: bottom;
	margin-top: -68px;
    padding-top: 70px;
    padding-bottom: 70px;}
.xnbt{
	
	margin:0 auto;}
.xnbt .xnbt1{
	color:#FFF;}	
.xnbt h2{
	font-size:40px;
	text-align:center;
	line-height: 70px;
    padding-top: 65px;}	
.xnbt .iconfont{
	font-size:22px;
	color:#0095e5;}	
.xnbt span{
	display: block;
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    background: url(xian.png) no-repeat center center;
	margin-bottom: 45px;}	
.xnbt span .iconfont{
	text-align:center;
	display: block;}		
#rscp h1{
	display:block;
	overflow:hidden;
	background-color: rgba(0,149,229,0.8);
	color:#FFF;
	width:100%;
	text-align:center;
	font-size: 20px;
	bottom: 0;
    position: absolute;
	line-height: 60px;}	
#rscp2{
	margin-bottom:45px;}	
#rscp2 a{
	font-size:16px;
	color:#000;
	font-weight: 100;
	margin-right: 8px;}
#rscp2 a:hover{
	color:#38af4d;}	
#rscp2 .iconfont{
	color:#38af4d;
	font-size:12px;}		
#rscp3{
	text-align:right;
	color:#38af4d;
	margin-bottom: 20px;}	
#rscp3 a{color:#38af4d;}	
#rscp3:hover{
	text-decoration:underline;
	color:#e6d05a;}	
#rscp4 img{
	width:100%;}
#rscp4{
	margin-bottom: 30px;
	background:#FFF;
	border-radius:5px;
	padding-top:20px;
	box-shadow: 0px 0px 13px rgb(0 0 0 / 10%);
	transition: all 0.3s;
	}
#rscp4:hover{
	transform:translateY(-10px);
	box-shadow: 0px 0px 13px rgb(18 114 203 / 20%);}
#rscp4 .pictitle{
	padding-top: 20px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
	text-align:center;
	width:80%;
	margin:0 auto;}	
#rscp4 .pictitle1{	
	color:#000;
	font-size: 16px;   
	}
#rscp5{
	display: block;
	overflow:hidden;
	text-align:center;
	color:#999;
	font-size: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
	}				
	
/* ==轮播业务== */

#rscpa h1{
	font-size: 40px;
    font-weight: bold;
    color: #000;
	padding-top:80px;}
#rscpb{
	font-size: 20px;
    color: #000;
    letter-spacing: 4px;
    font-weight: 100;
    padding-bottom: 35px;
    padding-top: 12px;}	

#flbt{
	text-align:center;
	margin:0 auto;}
#flbt h1{
	font-size:48px;
	line-height: 75px;
    margin-top: 60px;
	}	
#flbt p{
	display:block;
	overflow:hidden;
	width:100%;
	height: auto;
	background:url(xian.png) no-repeat center center;
	font-size:16px;
	letter-spacing: 4px;
	color:#777777;
	margin-bottom: 40px;
	}	
.slt {
    height: calc(1vw * 45);
    max-height: 281px;
    overflow: hidden;
    width: 100%;
    background-position: center center!important;
    background-size: cover!important;
    position: relative;
	
}
.slt1{
	width:100%;
	
	display:block;
	overflow:hidden;
	background:#f4f9fc;
	border-radius:5px;
	margin:0 auto;
	bottom:45px;
	left: 10%;
	color:#273749;
	padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
	}
.slt1 h4{
	line-height:26px;
	font-size:18px;}	
.slt1 span{
	margin-top:20px;
	display:block;
	overflow:hidden;
	color:#596e85;}	
/* ==物流园== */
#wly{
	background-color:#f8f8f8;
	padding-top:3px;
	margin-top:75px;
	
	}

/* ==新闻资讯== */
#xwbj{
	background-image:url(bj.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;
	}
	
	
	
/* ==底部== */	
#dibu{
	background:#23597d;
	color:#75abcf;
	padding-top:45px;
	border-top:5px solid #f08942;
	margin-top:80px;
	}	
	
#dibu a{
	color:#75abcf;
	}	
#dibu .icon-jiantou{
	font-size:12px;
	color:#f08942;}		
#dibu h3{
	font-size:20px;
	font-weight:bold;
	line-height: 60px;
	color:#FFF;}	
#dibu #fenlei a{
	width:50%;
	display: block;
    overflow: hidden;
	float:left;
	color: #75abcf;
	}
#dibu #fenlei a:hover{
	color:#f08942;
}
#dibu #fenlei1	a{
	display:block;
	overflow:hidden;
	width:47%;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	margin-right: 2%;
	margin-top:15px;   
    background: #f08942;
    color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;}
#dibu #fenlei1 .iconfont{
	color:#fff;}	
#dibu #fenlei1 a:hover{
	
	border-color:#e6d05a;}		
#dibu1{
	border-top:1px solid #567f9a;
	line-height: 62px;
    margin-top: 25px;}	
	
	
	
/* ==公司简介== */		
.banner{
	width: 100%;
    margin-top: 90px;
    padding-bottom: 90px;   
    background-position: center center;
	color:#0095e5;	
	}	
.banner h1{
	font-size:20px;
	font-size: 30px;
    padding-top: 80px;
	color: #0095e5;
	}	
.b1{
	background-image:url(gsjs.jpg);}
.b2{
	background-image:url(gsjs2.jpg);}
.b3{
	background-image:url(gsjs3.jpg);}
.b4{
	background-image:url(gsjs4.jpg);}
.b5{
	background-image:url(gsjs5.jpg);}
.b6{
	background-image:url(gsjs6.jpg);}					
				
#rsfenlei{
	background:#f6f6f6;
	border-bottom:2px solid #d3d2d2;
	padding-top: 25px;
    padding-bottom: 25px;}	
#rsfenlei a{
	font-size:18px;
	color:#0095e5;
	font-weight:bold;
	    margin-right: 20px;}
#rsfenlei a:hover{
	text-decoration:underline;
	}	
#rsfenlei1{
	text-align:right;} 
#rsfenlei1 a{
	font-weight:normal;
	font-size:16px;}		
	
#pagefl1{
	text-align: center;
    font-size: 37px;
    line-height: 65px;
    padding-top: 20px;}	
	
#pagefl1 .tu{
	text-align:center;
	margin:0 auto;}	
#pagefl1 div img{
	width:25px;
	}	
#neirong{
	font-size:16px;
	color:#777777;
	line-height:24px;
	text-align:left;
	    padding-top: 50px;
		}	
#neirong strong{
	color: #f08942;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    display: block;
    margin-bottom: 4px;}	
#xwtu img{
	width:100%;
	    min-height: 250px;}	
	
.single-blog-post {
    margin-bottom: 30px;
   
}
.single-blog-post .blog-post-content {
    padding: 20px 20px 35px;
    border: 1px solid #f2f2f2;min-height: 137px
}
.single-blog-post .blog-post-content span {
    color: #999;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-blog-post .blog-post-content h3 {
        margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 60px;
}

.single-blog-post .blog-post-content h3 a {
    color: #1f2d30;
}
.single-blog-post .blog-post-content h3 a:hover {
    color: #00387a;
}


@keyframes default-btn
{
from {letter-spacing: 20px; left: 200px; opacity: 0}
to {letter-spacing: 0px;left:50px; opacity: 1}
}
.default-btn {
    background-color: #0095e5;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	 opacity:0;
	 position:absolute;
}
.single-blog-post:hover .blog-post-content .default-btn {
   
    visibility: visible;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	animation: default-btn 1s;
	opacity: 1;
    color:#fff;
	text-decoration:none;
}
	
	
#fya{
  width: 100%;
    font-size: 14px;
   padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
	margin-bottom: 60px;
}

.nav{
	color: #fff;}	
.nav:hover{
	color:#fff;}	
	
#neirong .xwnr h2{
	color:#000;
	text-align:center;
	font-size: 32px;
    line-height: 65px;
	}	
	
#neirong .xwnr h5{
	color:#7777;
	text-align:center;
	font-size:16px;
	margin-bottom: 35px;
    padding-bottom: 18px;
	border-bottom:1px dotted #CCC;
	margin-bottom:35px;
	}		
#neirong .xwnr .show-page{
	width: 100%;
    font-size: 14px;
   padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
	margin-top: 35px;
	}

#neirong .xwnr .show-page a{
	color:#f08942;}
#neirong .xwnr .show-page a:hover{
	text-decoration:underline;}

#neirong .cpquery img{
	width:100%;
	}
#neirong .cpquerytitle{
	text-align:center;
	color:#000;
	line-height:45px;}
#neirong .lianxi{
	border:1px solid #dee2e6;
	text-align:center;
	min-height: 160px;
    padding-top: 15px;
	    margin-bottom: 35px;
		border-radius: 5px;
	}
#neirong .lianxi:hover{
	border:1px solid #f08942;
	}	
#neirong .lianxi .iconfont{
	font-size:28px;
	color:#f08942;}	
#neirong .lianxi h4{
	font-size:20px;
	color:#f08942;
	}	
#neirong .lianxi p{
	color:#999;
	    line-height: 35px;
    margin-top: 8px;}	
	
#biaoge .input{
    width: 98%;
    border: 1px solid #CCC;
    margin-bottom: 22px;
    height: 55px;
    padding-left: 10px;
}
form{
	width:100%;}
#biaoge{
	width:50%;
	float:left;}	
.textarea{
    width: 99%;
    border: 1px solid #CCC;
    padding-left: 10px;
    margin-bottom: 20px;
}
.button2{
    width: 165px;
    height: 50px;
    background: #0095e5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: none;
    margin: 0 auto;
    display: block;
    transition: all 0.3s;
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}
.button2:hover{
    background: #f08942;
}	
	
#neirong #zhaopin{
	background:#eff9fd;
	border-bottom: 2px solid #d0dee4;
	padding-top: 15px;
    padding-bottom: 15px;}	
	
#zhaopin1 div{
	border-bottom:1px dotted #d0dee4;
	padding-top:15px;
	padding-bottom:15px;}	
#zhaopin1 a{
	color:#38af4d;}	
#zhaopin1 a:hover{
	text-decoration:underline;}	
	
#neirong #yewu1{
	background:#eff9fd;
	padding-left: 45px;}	
#neirong #yewu{
	margin-top:45px;}	
	
#neirong #yewu h1{
	color:#000;
	font-size:35px;
	padding-top:40px;
	padding-bottom:30px;}	
#neirong #yewu a{
	display:block;
	overflow:hidden;
	width:145px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#FFF;
	background:#4783c4;
	margin-top:30px;
	transition: all 0.5s;}	
#neirong #yewu a:hover{
	width:165px;}	
#neirong #yewu p{
	width:95%;}
	
@media(max-width: 768px){
	.navbar-brand img{
		width:80%}
    #wly .wiy1{
       width:80%;
    }
	#biaoge{
	width:100%;
	}
	#cdxian .dropdown-menu {
   
    margin-top: 0;
    
}
#neirong .xwnr h2 {
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}
.xwnr img{
	width:100%;}
	#yewu img{
		width:100%;}
	#dibu1 {
   
    line-height: 20px;
    margin-top: 25px;
	padding-top:25px;
	padding-bottom:25px;
}	
}
@media screen and (min-width:768px) and (max-width:960px){
   #wly .wiy1{
        width:70%;
    }
}

/*li.open .dropdown-menu{
    display: block
}*/


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; background: rgba(0,164,183,0.8)}
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	





#rscpfl{
	background:#f6f6f6;
	border-top: 5px solid #38af4d;
	padding-bottom: 35px;
	padding-left: 25px;
    padding-right: 26px;}
#rscpfl a{
	float: left;}
#rscpfl span{
	    color: #000;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;}

#rscps{
	float:left;}
#rscps	.cpquerytitle{
	    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    height: 50px;
	}	
#rscps:hover .img-thumbnail{
	border: 1px solid #f08942;
	}
#rscpxq{
	float:left;
	border:1px solid #dee2e6;
	width:100%;
	min-height:360px;
	position: relative;
	margin-bottom: 25px;
	}
#rscpxq img{
	 position: absolute;
    width:85%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;

	}
#rscpxq1{
	float:left;}
#rscpxq1 h1{
	color:#000;
	font-size:30px;}
#rscpxq1 span{
	display:block;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #dee2e6;
	border-top:1px dotted #dee2e6;
	margin-top:25px;}	
#rscpxq1 .xian{
	width:130px;}				
.xqnr{
	display:block;
	overflow:hidden;
	}	
.xqnr1 h3{
	color: #000;
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 60px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 35px;
    margin-top: 20px;}
.xqnr1 img{
	width:100%;}	
 #shangyitiao	a{
	color:#f08942;
	line-height:30px;
	}
 #shangyitiao{
	 margin-top:25px;
	 margin-bottom: 25px;}	
#pinpai{
	padding:10px;
	border-top:1px solid #CCC;
	display: block;
    overflow: hidden;
	margin-top:30px;
	} 
#pinpai strong{
	border: 3px solid #dee2e6;
    padding: 10px 25px 10px 25px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
	color:#999;}	
#pinpai h2{
	font-size:22px;
	line-height:30px;
	color:#000;
	    width: 100%;
    display: block;
    overflow: hidden;
	padding-top: 30px;}	
	
tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#neirong table{
	width: 100%;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#neirong table td{
	text-align: center;
	min-height: 30px;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#neirong .firstRow td{
	color: #fff;
	background:#f08942;
	font-weight: bold;
}	
#rscpfl .smenuv{
	float:left;}	