@charset "utf-8";
/* CSS Document */

html{
	font-size: 100%;
}
div{
	box-sizing: border-box;
}

h4{
	display: inline-block;
	font-weight: bold !important;
	color: #476889;
}

h4:hover{
	color: #cf1e0f;
}

.wrap{
	position: relative;
	overflow: hidden;
}



.centerBox,.header{width:100%;}


.shunxu{
	display: flex;
	flex-direction: column;
}

	.first1{
		order: 1;
	}
	.first2{
		order: 2;
	}

	.first3{
		order: 3;
	}



.header-top{
	display: flex;
	justify-content: space-between;
}


.logo img{
	width: 100%;
}

.qy_name P{
	color: #004688;
	font-weight: 900;
}
.qy_name span{
	display: block;
	font-family: "microsoft yahei", "微软雅黑";
	font-weight: normal;
	color: #333;
}


.nav{
	background: #004688;
}

.navList,.xm-w,.fixa{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.navList li{
	line-height: 45px;
}

.navList li a{
	color: #fff;
}

.nav .navList li:hover{
	background-color: #cf1e0f;
} 




/* banner样式开始 */

.banner{
	position: relative;
	width: 100%;
	height: 300px;
}
.ban-images{
	position: relative;
	width: 100%;
	height: 100%;
}
.ban-images img{
	opacity: 0;
	position: absolute;
	transition: 1s;
}
.ban-images img.on{
	opacity: 1;
}
/*.btn{
	position: absolute;
	top: 50%;
	margin-top: -30px;
}*/
.btn-left,.btn-right{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 25px;
	height: 50px;
	number-align: center;
	font-family: monospace;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
	background-color:rgba(0,0,0,0.5);
	cursor: default;
	transition: 1s;
}
.btn-left:hover,.btn-right:hover
{
	color: #FFEB3B;

}

.btn-left{
	left: 0;
}
.btn-right{
	right: 0;
}
.tab{
	margin-left: 40%;
	bottom: 20px;
	position: absolute;
}

.tab li{

	width: 8px;
	height: 8px;
	float: left;
	margin-right: 6px;
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 50%;
}
.tab ul li.on{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;

}
		
.clear1{
	clear: all;
}
/* banner样式结束 */





.cf1{
	background-color: #cf1e0f;
}

	.banner{
		width: 100%;
	}
	.banner img{
		width: 100%;
	}




.item-txt{
		display: flex;
		justify-items: flex-start;
		align-items:flex-end;
	}
	
.item-txt img{
		margin-right: 10px;
	}
	
.item p{
		margin-top: 10px;
		color: #333333;
	}
	
	.Profile p{
		margin-top: 20px;
		text-indent:2rem;
		color: #333333;
	}
	
	.newHeader .more{
		float: right;
	}
	
	.icon-p{
		display: inline-block;
		margin-left: 6px;
		width: 18px;
		height: 18px;
		border-radius: 50px;
		color: #fff;
		background: #ccdae8;
		line-height: 20px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}
	
	.icon-p:hover{
		background: #cf1e0f;
	}
	
	
	.uist li {
		margin-bottom: 10px;
	    list-style-image: url(/static/index/image/templet1/icon-li.png);
	    list-style-position: inside;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    height: 35px;
		border-bottom: 1px dashed #e1e1e1;
	}
	
	.uist li a:hover{
		color: #CF1E0F;
	}
	
	
	
.picture{
	width: 100%;
	background: #f8f8f8;
}
.footer{
	width: 100%;
	color: #eceff1;
	background: #004688;
}

.copyright a{
	color: #f0f0f0;
}

.copyright{
	font-size: 14px;
	color: #f0f0f0;
	text-align: center;
}

	.weixin img{
		width: 90px;
		height: 90px;
	}



	/* 内页样式 */

	.banner1{
		width: 100%;
	}

.main{
	display: flex;
	justify-content: space-around;
	width: 100%;
	color: #333;
}


	.main-h5{
		padding-left: 40px;
		height: 45px;
		font-size: 13px;
		line-height: 45px;
		color: #bbb;
	}
	.main-h5 a{
		display: inline-block;
		padding-right: 10px;
		color: #bbb;
	}


.aside, .article{
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
	}
	


.article img{
	max-width: 100% !important;
	min-width: 100% !important;
	height: auto !important;
	min-height: auto !important;
}
.article-h6 p{
	text-indent: initial;
}



	.contact-h3{
		display: inline-block;
		width: 100%;
		height: 40px;
		font-size: 18px;
		color: #333;
		text-indent: 48px;
		line-height: 32px;
	}
	
	.nwe-bj{
		background: url(/static/index/image/templet1/new-bj.png) no-repeat left bottom;
	}
	
	.lix-bj{
		background: url(/static/index/image/templet1/h3-bj.png) no-repeat left bottom;
	}
	
	
	
	
	
	.article-h6{
		margin: 10px 0 20px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #E1E1E1;
		
	}
	.article-h6 h6{
		font-size: 22px;
		font-weight: bold;
		color: #333333;
	}
	.article-h6 p{
		margin-top: 8px;
	}
	.article-h6 p span{
		display: inline-block;
		padding-right: 30px;
		font-size: 13px;
		color: #999;
	}



/* 单号查询页面 开始*/
	.wrap-hk{
		position: relative;
		margin: auto;
		width: 90%;
		min-height: 400px;
		color: #333;
		z-index: 1;
	}
	.query{
		display: flex;
		justify-content: space-between;
		 margin-top: 30px; 
		padding: 15px;
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
		border-radius: 8px;
	}
	.query-inp{
		width: 80%;
	}
	
	.query-inp input{
		width: 100%;
		height: 60px;
		color: #666;
		font-size: 18px;
		text-transform: uppercase;
		background: #f8f8f8;
		border: 0;
		border-radius: 4px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.query-inp input:-webkit-input-placeholder{
	             color: #b1b1b1;
				 font-size: 16px;
				 font-weight: 300;
	             
	         }
	.query-inp input:-moz-input-placeholder{
			     color: #b1b1b1;
				 font-size: 15px;
			     font-weight: 300;
			}
	.query-inp input:-ms-input-placeholder{
				color: #b1b1b1;
				font-size: 15px;
				font-weight: 300;
			}
	.query-inp input::placeholder{
				color: #b1b1b1;
				font-size: 15px;
				font-weight: 300;
			}

	.query-inp input:focus{
		color: #eb2a1b;
		font-weight: bold;
		letter-spacing: 1px;
		border: 1px solid #eb2a1b;
		box-shadow: 0 0 20px 0 rgba(235,42,27,.1);
	}

	.query-but{
		width: 18%;
		height: 60px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 60px;
		border-radius: 6px;
		background: #eb2a1b;
		box-shadow: 0 0 20px 0 rgba(235,42,27,.2);
border: 0px;
	}
	.query-but:hover{
		cursor: pointer;
		background: #d32618;
	}
	

.track-rcol{
	margin: 30px 0;
    padding: 10px 10px 50px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 #eee;

}

.dan-title{
	line-height: 30px;
    padding: 20px;
    background: #5087c7;
    color: #fff;
    border-radius: 8px;
  
}

.track-list1{
	margin-left: 30px;
}
	
	.rcol-lis{
		border-left: 1px solid #5087c7;
	}


	.rcol-lis li{
		position: relative;
		padding: 8px 0;
		margin-left: 16px;
		height: auto;
		
	}
	.rcol-lis li h6{
		font-size: 16px;
		font-weight: bold;
		
	}

.rcol-lis-two li p{
	font-size: 15px;
	color: #474747;
}

.rcol-lis-two li span{
	font-size: 14px;
	color: #999;
}
	
	.rcol-lis > li:first-child{
		padding-top: 40px;
	}
	
	.rcol-lis-two li:first-child i{
		display: none;
	}
	
	
 .rcol-lis-two li i{

	}

	.node-icon2{
		position: absolute;
		left: -36px;
		top: 20px;
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
	
	.rcol-lis li i{
		background-color: #5087c7;
	}
	
	
.node-icon{
	position: absolute;
	left: -26px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background:url(/static/index/image/templet1/xsicon.png) center no-repeat;
	background-size: 13px 13px;

}
	
	/* 单号查询页面 结束*/









/* 大于1000px屏幕 */
@media (min-width:1000px) {


	body{
		background-image: linear-gradient(0deg, #7474bf, #348ac7);
		background: url(/static/index/image/templet1/body_bj.jpg) no-repeat center top;
		background-size:cover;
	}
	h4{
		font-size: 18px !important;
	}
	
	
	

	.wrap{
		margin:0 auto;
		margin-top:15px;
		background: #fff;
		width:1024px; 
		height: auto;
		border-radius:15px;
		 }

	.header-top{
		height: 168px;
		overflow: hidden;
	}

	.logo{
		margin: 30px 0 40px 30px;
		width: 144px;
		height: auto;
	}

	.qy_name{
		flex-grow: 1;
	}


	.qy_name P{
		font-family:"KaiTi", "楷体";
		margin-top: 35px;
		font-size: 42px;
	}
	.qy_name span{
		font-size: 20px;
		margin-top: 10px;
	}
	.language{
		box-sizing: border-box;
		background: url(/static/index/image/templet1/top_bj.png) no-repeat top right;
		background-size: contain;
		padding-left: 90px;
		line-height: 60px;
		width: 282px;
		height: 168px;
	}
	.language a{
		font-size: 14px;
	}
	
	.nav{
		margin: 0;
		padding: 0 30px;
		width: 100%;
		height: 45px;
	}
	
	.navList li a{
		display: inline-block;
		padding: 0 30px;
		font-size: 16px;
	}
	
	.banner{
		height: 300px;
		overflow: hidden;
	}
	


.xm-w{
	height: auto;
	padding: 54px 0;
	background: #f2f8fb;
}


	
	.item p{
			font-size: 14px;
		}
		
	.Profile{
		width: 510px;
	}
	
	.newsList{
		width: 400px;
	}
	
	.newHeader{
		width: 100%;
		height: 45px;
		line-height: 35px;
		background: url(/static/index/image/templet1/tiaox.png) no-repeat left bottom;
	}
	
	.fixa{
		margin-top: 20px;
	}
	
	.Profile p{
		font-size: 15px;
		line-height: 28px;
		
	}
	
	.uist{
		margin-top: 20px;
	}
	

	
	.uist li a{
		font-size: 15px;
	}
	
	.picture{
		margin-top: 20px;
	}
	
	.pictureul{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin: 0 auto;
		width: 954px;
		overflow: hidden;
		
		
	}
	
		.pictureul li{
			margin: 30px 0;
			margin-right: 13px;
		}
	
	.pictureul li img{
		width: 228px;
		height: 170px;
	}
	
	.footer-name p{
		padding-top: 25px;
		line-height: 30px;
		font-size: 14px;
	}
	
	.footer{
		height: 122px;
	}	
	
	.footer-name strong{
		font-size: 16px;
	}
	.dianhua{
		margin-top: 20px;
		line-height: 30px;
	}
	
	.dianhua-zi{
		font-size: 24px;
		font-style: oblique;
	}
	
	.weixin p{
		font-size: 13px;
		display: inline-block;
	}
	
	.weixin{
		margin-top: 15px;
	}
	

	
	
	.fenge{
		font-size: 16px;
		padding: 0 5px;
	}
	.copyright{
		height: 80px;
		line-height: 70px;
	}
	.copyright-Mobile{
		display: none;
	}
	
	
	
	
	
	/* 内页样式 */
	
	.banner1{
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	
	.article, .aside{
		padding: 20px;
		border-radius: 10px;
	}
	
	
	.aside{
		width: 280px;
		height: 420px;
		margin-right: 10px;
		color: #333;

	}
	
	.article{
		width: 690px;
		height: auto;
		margin-left: 10px;
	}
	
	

	
	.article p{
		font-size: 16px;
		line-height: 32px;
		color: #333;
	}
	

	
	.contact-m{
		margin: 20px 0;
		font-size: 18px;
		font-weight: bold;
		color: #004688;
	}
	
	.zuobiao{
		display: block;
		padding-left: 30px;
		background: url(/static/index/image/templet1/local.png) no-repeat left center;
		font-size: 15px;
		line-height: 24px;
	}
	
	.contact-tl{
		margin-top: 20px;
		padding-left: 30px;
		
	}
	.contact-tl p{
		font-size: 15px;
		line-height: 28px;
	}
	
	.tle1{
		margin-top: 30px;
		width: 100%;
		height: auto;
		background: #feb008 url(/static/index/image/templet1/phone-callb.png) no-repeat 10px 26px;
		border-radius: 8px;
		padding: 10px;
		
	}
	
	.tle1 p{
		
		font-style: oblique;
		text-indent: 40px;
		line-height: 30px;
		font-size: 24px;
		color: #fff;
		
	}
	
	
	
	
	
}



/* 小于999px大于450屏幕 */
@media (max-width:999px) {
	
	
	.banner{
		max-height: 225px;
	}
	
	.first1{
		order: 1;
	}
	.first2{
		order: 3;
		margin-top: 1rem;
	}

	.first3{
		order: 2;
	}
	
	.header-top{
		justify-content: flex-start;
	}
	.language{
		text-align: right;
		margin-top: 1.2rem;
	}
	
	.logo{
		margin: 1rem;
		width: 9rem;
	}	
	.qy_name{
		flex-grow:2;
		flex-shrink:0;
		margin-top: 1rem;
		font-size: 1.8rem;
		line-height: 2.7rem;
	} 

	.qy_name span{
		font-size: 1.3rem;
	}
	
	.navList li a{
		display: inline-block;
		padding: 0 1.2rem;
		font-size: .9rem;
	}
	.xm-w{
		justify-content: space-between;
	    margin: 2%;
	    width: 96%;
	}
	
	.item{
		margin-top: 1rem;
		padding: 3%;
		width: 32%;
		background: #fff;
		box-shadow: 0 0 1rem rgba(0,0,0,.1);
		border-radius: .4rem;
	}
	
	.f2-gw{
		flex-grow: 1;
	}
	
	
	.Profile, .newsList{
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}
	
	.uist{
		margin-top: 1.6rem;
	}
	
	.Profile{
		margin-top: 2rem;
	}
	
	
	.Profile p, .uist li a{
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.fixa{
		justify-content: flex-start;
	}
	
	.pictureul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	.pictureul li{
		width: 25%;
		margin:1%;
		flex-shrink: 0;
	}
	.pictureul li img{
		width: 100%;
	}
	.newHeader span{
	font-weight: bold;
	}
	.footer-name,.dianhua,.weixin{
		margin: .8rem 0;
		padding: 0 1rem;
	}
	
	.footer-name{
		width: 100%;
	}
	
	.dianhua{
		width: 60%;
	}
	.weixin{
		width: 40%;
	}
	
	
	.weixin p{
		margin-left: .6rem;
		font-size: .8rem;
		line-height: 1.2rem;
		display: inline-block;
	}
	.copyright{
		display:none;
	}
	
	.copyright-Mobile{
		display: block;
		width: 100%;
		height: 2rem;
		background: #004688;
		color: #f0f0f0;
		font-size: .8rem;
		text-align: center;
		line-height: 1.8rem;
	}
	.dianhua-zi {
	    font-size: 24px;
	    font-style: oblique;
	}
	.dianhua-zi .fenge{
		display: inline-block;
		width: 1rem;
	}
	.footer-name strong{
		font-size: 1.3rem;
	}
	.footer-name p{
		font-size: .8rem;
	}
	
	.footer-name{
		margin-top: 1rem;
		line-height: 1.8rem;
	}
	.footer{
		margin-top: 1rem;
	}
	
	
	/* 内页样式 */
	
	.banner1{
		height:100%;
		overflow: hidden;
	}
	
	.banner1 img{
		width: 110%;
	}
	
	
	.aside{
		display: none;
	}
	
	
	.article{
		margin: 1rem;
		padding: 1rem;
		width: 100%;
		border-radius: 10px;
	}
	.article p{
		line-height: 2rem;
	}
	
	.main-h5{
		
		height: 2rem;
		line-height: 2.5rem;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	
	.article-h6 p{
		line-height: 1.5rem;
	}
	
	
	
	
	
	
	 
}


/* 小于449px屏幕 */
@media (max-width:449px){
	
	
	.banner{
		max-height: 110px;
	}
	
	
	.language a{
		font-size: .8rem;

		}
	.language img{
		display: none;
	}	
	.logo{
		margin: .8rem;
		width: 5rem;
	}
	.qy_name{
		line-height: 1.5rem;
		font-size: 1.1rem;
	} 
	.qy_name span{
		font-size: .8rem;
	}
	.navList li{
		text-align: center;
		line-height: 2.6rem;
		width: 33%;
		margin-bottom: .1rem;
		background: #004688;
		border-radius: .1rem;
	}
	
	
	.navList li a{
		padding: 0;
		font-size: .8rem;
	}
	.nav{
		padding: 0;
		background: none;

	}
	.item{
		margin: 0;
		margin-top: 1rem;
		padding: 1rem;
		width: 94%;
	}
	
	.f2-gw{
		flex-grow: 0;
	}
	
	.item-txt img {
	    width: 2rem;
	}
	
	.xm-w{
		width: 100%;
		justify-content:center;
		margin: 0;
	}
	
	
	
	.pictureul li{
		width: 30%;

	}
	
	.footer-name,.dianhua,.weixin{
		width: 100%;
	}
	

	
	/* 内页样式 */
	
	
	.banner1 img{
		width: 120%;
	}
	
	
}

@media (max-width:330px){
	.banner{
		max-height: 93px;
	}
}








