.header{
}
.header .yn{
	width: 100%;
	height: 50px;
	background: #20cd9a;
}
.header .yn .cont{
	width: 1200px;
	margin: 0 auto;
}
.header .yn .cont .wel{
	float: left;
	font-size: 14px;
	color: #fff;
	padding-top: 16px;
	font-weight: 600;
}
.header .yn .cont .tel{
	float: right;
	padding-top: 16px;
	font-size: 14px;
	color: #0c2b60;
	font-weight: 600;
}
.header .yn .cont .tel span{
	color: #fff;
}

.header .top{
	width: 1200px;
	margin: 15px auto 0;
	height: 64px;
	

}
.fix{
	top: 0;
	width: 100%;
	height: 64px;
	background: #fff;
	
}
.header .top .logo{
	/* width: 110px;
	height: 40px; */
	float: left;
}

.header .top .logo img{
	display: block;
	height: 54px;
}

.header .top .nav{
	width: 810px;
	float: left;
	margin-left: 95px;
}
.header .top .nav ul li{
	float: left;
	padding: 0 15px;
	margin-top: 20px;
	position: relative;
}
.header .top .nav ul li>a{
	display: block;
	font-size: 15px;
	color: #0c2b60;
	font-weight: 700;
}
.header .top .nav ul li:hover>a{
	color: #20cd9a;
}
.header .top .nav ul li>a:after{
	margin-top: 20px;
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #20cd9a;
}

 .header .top .nav ul li:hover>a:after{
	width: 100%;
	transition: 1s;
}
.header .top .yuyan{
	margin-top: 20px;
	float: right;
	width: 132px;
	border-left: 3px solid #999;
}
.header .top .yuyan li{
	float: right;
}
.header .top .yuyan li a{
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #0c2b60;
	font-weight: 600;
}
.header .top .yuyan .on a{
	color: #20cd9a;
}


.header .top .nav ul li .drop{
	position: absolute;
	top: 43px;
	left: 15px;
	z-index: 11111;
	display: none;
}

/* 专线下拉 */
.header .top .nav ul li .drop_zhuanxian{
	width: 720px;
	height: 400px;
	background: #fff;
	border:1px solid #f2f3f4;
	box-shadow: 4px 4px 4px rgba(32, 205, 154, 0.3);
}

.header .top .nav ul li .drop_zhuanxian dl{
	padding: 40px;
	width: 100px;
	float: left;
}
.header .top .nav ul li .drop_zhuanxian dl span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #0c2b60;
	height: 40px;
}
.header .top .nav ul li .drop_zhuanxian dl dt{
	height: 36px;
	font-size: 14px;
	border-bottom: 2px solid #e4e4e4;
	
}

.header .top .nav ul li:hover .drop{
	display: block;
	transition: 2s;
}
.header .top .nav ul li .drop_zhuanxian dl dt a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #0c2b60;
}
.header .top .nav ul li .drop_zhuanxian dl dt a:after{
	content: "";
	display: block;
	height: 2px;
	width: 0px;
}
.header .top .nav ul li .drop_zhuanxian dl dt:hover a::after{
	width: 100px;
	transition: 1s;
	background: #20cd9a;
}
.header .top .nav ul li .drop_zhuanxian dl dt:hover a{
	color: #20cd9a;
	transition: 0.5s;
}

/* 通用下拉 */
.header .top .nav ul li .drop_tongyong{
	background: #fff;
	border:1px solid #f2f3f4;
	box-shadow: 4px 4px 4px rgba(32, 205, 154, 0.3);
}

.header .top .nav ul li .drop_tongyong dl{
	width: 100px;
	padding: 30px;
}
.header .top .nav ul li .drop_tongyong dl dt{
	height: 36px;
	
	border-bottom: 2px solid #e4e4e4;
}
.header .top .nav ul li .drop_tongyong dl dt a{
	display: block;
	height: 36px;
	line-height: 36px;
	color: #0c2b60;
	font-size: 14px;
}

.header .top .nav ul li .drop_tongyong dl dt a:after{
	content: "";
	display: block;
	height: 2px;
	width: 0px;
}
.header .top .nav ul li .drop_tongyong dl dt:hover a::after{
	width: 100px;
	transition: 1s;
	background: #20cd9a;
}
.header .top .nav ul li .drop_tongyong dl dt:hover a{
	color: #20cd9a;
	transition: 0.5s;
}


/* 新闻公告 */

.gonggao{
	width: 100%;
	height: 60px;
	background: #eaebeb;
}
.gonggao .cont{
	width: 1200px;
	margin: 0 auto;
}
.gonggao .cont .list{
	width: 600px;
	float: left;
}

.gonggao .cont .list span{
	display: block;
	float: left;
	color: #0c2b60;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	
}
.gonggao .cont .list .bd{
	height: 20px;
	margin-top: 20px;
}
.gonggao .cont .list ul li{
	width: 400px;
	height: 20px;
	overflow: hidden;
}
.gonggao .cont .list ul li a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.gonggao .cont .khfw{
	width: 540px;
	float: right;
	background: #fff;
	height: 40px;
	margin-top: 10px;
}
.gonggao .cont .khfw ul li{
	float: left;
	width: 180px;
	height: 60px;
}
.gonggao .cont .khfw ul li a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0c2b60;
	line-height: 24px;
	height: 24px;
	border-right: 2px solid #999;
	font-weight: 700;
	margin-top: 8px;

}
.gonggao .cont .khfw ul .kefu a{
	border: none !important;
}

.gonggao .cont .khfw ul .yundan a{
	background:  url(../images/yundan.svg) 25px center no-repeat;;
}
.gonggao .cont .khfw ul .jijian a{
	background:  url(../images/jijian.svg) 30px center no-repeat;;
}
.gonggao .cont .khfw ul .kefu a{
	background:  url(../images/kefu.svg) 30px center no-repeat;;
}

/* 首页标题通用样式 */
.tit_sy{
	width: 100%;
	margin: 30px auto 0;
}
.tit_sy span{
	font-size: 20px;
	display: block;
	text-align: center;
	height: 30px;
	font-weight: 700;
	color: #0c2b60;
}
.tit_sy span:after{
	display: block;
	content: "";
	height: 4px;
	width: 120px;
	margin: 10px auto;
	background: #20cd9a;
}
.tit_sy p{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #0c2b60;
}


/* 服务项目 */
.service{
	
}
.service .list{
	width: 1200px;
	margin: 30px auto 0;
}
.service .list .hd{
	width: 1040px;
	margin: 0 auto;
	height: 40px;
}

.service .list .hd ul li{
	width: 200px;
	height: 40px;
	border-radius: 10px;
	float: left;
	margin: 0 30px;
}
.service .list .hd ul li a{
	display: block;
	text-align: center;
	line-height: 40px;
	color: #0c2b60;
	font-weight: 600;
}
.service .list .hd ul li:hover,.service .list .hd ul .on{
	background: #0c2b60;
	
}
.service .list .hd ul li:hover a,.service .list .hd ul .on a{
	color: #fff;
}

.service .list .bd{
	width: 1200px;
	margin: 20px auto 0;
}

.service .list .bd .zhuanx{
	
}
.service .list .bd ul p{
	text-indent: 28px;
	font-size: 14px;
	color: #0c2b60;
	width: 1150px;
	margin: 20px auto 10px;
	line-height: 28px;
}

.service .list .bd .zhuanx li{
	float: left;
	width: 100px;
	height: 100px;
	margin: 20px 35px 0;
}
.service .list .bd .zhuanx li .photo{
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.service .list .bd .zhuanx li .photo img{
	display: block;
	width: 100px;
	height: 60px;
	border-radius: 10px;
}

.service .list .bd .zhuanx li .photo img:hover{
	transform: scale(1.2,1.2);
	transition: 1s;
}
.service .list .bd .zhuanx li .text h3{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.service .list .bd .kuaid{
	
}
.service .list .bd .kuaid p{
	
}
.service .list .bd .kuaid li{
	width: 240px;
	height: 240px;
	float: left;
	margin: 20px 30px 0;
}
.service .list .bd .kuaid li .photo {
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.service .list .bd .kuaid li .photo img{
	display: block;
	width: 240px;
	height: 180px;
	
}
.service .list .bd .kuaid li .photo img:hover{
	transform: scale(1.2,1.2);
	transition: 1s;
}



.service .list .bd .kuaid li .text h3{
	display: block;
	text-align: center;
	line-height: 60px;
	color: #0c2b60;
}
.service .list .bd .yamaxun{
	
}
.service .list .bd .yamaxun li{
	width: 240px;
	height: 240px;
	float: left;
	margin: 20px 30px 0;
}
.service .list .bd .yamaxun li{
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.service .list .bd .yamaxun li img{
	display: block;
	width: 240px;
	height: 240px;
}

.service .list .bd .yamaxun li img:hover{
	transform: scale(1.2,1.2);
	transition: 1s;
}

.service .list .bd .haiwaicang{
	
}
.service .list .bd .haiwaicang li{
	width: 240px;
	height: 240px;
	float: left;
	margin: 20px 30px 0;
}
.service .list .bd .haiwaicang li .photo{
	width: 240px;
	height: 150px;
	overflow: hidden;
}

.service .list .bd .haiwaicang li .photo img{
	display: block;
	width: 240px;
	height: 150px;
}
.service .list .bd .haiwaicang li .photo img:hover{
	transform: scale(1.2,1.2);
	transition: 1s;
}
.service .list .bd .haiwaicang li .text{
	margin-top: 10px;
	line-height: 24px;
	font-size: 12px;
	text-indent: 24px;
}
/* 发货流程广告位 */
.fhlc{
	width: 100%;
	height: 120px;
	background: url(../images/banner.jpg) center no-repeat;
	margin-top: 30px;
}
.fhlc .cont{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.fhlc .cont a{
	display: block;
	width: 180px;
	height: 40px;
	background: #20cd9a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 60px;
}

/* 首页地图 */
.map_sy{
	
}

.map_sy .list{
	width: 1200px;
	height: 565px;
	margin: 40px auto 0;
	background: url(../images/map.png) center no-repeat;
	background-size: 1200px 565px;
	position: relative;
}

.map_sy .list .diqu{
	width: 10px;
	height: 10px;
	background: #0c2b60;
	border-radius: 50%;
	position: absolute;
	animation:mymove 1 infinite;
	/*Safari 和 Chrome:*/
	-webkit-animation:mymove 1s infinite;
}
@-webkit-keyframes mymove {
    from {transform: scale(1,1);}
    to {transform: scale(1.5,1.5);}
	
}
@keyframes mymove {
    from {transform: scale(1,1);}
    to {transform: scale(1.5,1.5);}

}
.map_sy .list .diqu:hover{
	background: #20cd9a;
	cursor: pointer;
}

.map_sy .list .alq{	
	top: 150px;
	left: 150px;	
}
.map_sy .list .yl{	
	top: 150px;
	left: 300px;	
}
.map_sy .list .mjl{	
	top: 250px;
	left: 100px;	
}
.map_sy .list .mg{	
	top: 142px;
	left: 600px;	
}
.map_sy .list .rb{	
	top: 100px;
	left: 900px;	
}
.map_sy .list .alq{	
	top: 150px;
	left: 150px;	
}
.map_sy .list .alq{	
	top: 150px;
	left: 150px;	
}

/* 信科优势 */
/*why*/
.why{
	width: 100%;
	margin-top: 30px;
	
}
.why .list{
	width: 1200px;
	margin: 0 auto;
}
.why .list ul li .shang{
	width: 340px;
	height: 60px;
}
.why .list ul li{
	width: 340px;
	float: left;
	margin: 35px 30px 0;
}
.why .list ul li .photo{
	float: left;
	width: 52px;
	height: 52px;
	
}
.why .list ul li .photo img{
	width: 52px;
	height: 52px;
	display: block;
}
.why .list ul li h4{
	float: left;
	display: block;
	color: #20cd9a;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin-left: 5px;
	
}
.why .list ul li p{
	color: #697b96;
	font-size: 16px;
	line-height: 34px;
	padding-top: 5px;
}


.advan{
	width: 1172px;
	margin: 30px auto 0;
}
.advan .list ul li{
	margin: 0 85px;
	float: left;
}
.advan .list ul li span{
	height: 60px;
	font-size: 36px;
	font-weight: 800;
	color: #0c2b60;
	display: block;
	line-height: 60px;
	
	
	
}
.advan .list ul li h4{
	color: #20cd9a;
	font-size: 18px;
	display: block;
	text-align: center;
}


/* 新闻 */
.news{
	width: 100%;
	height: 570px;
	background: #e7e7e7;
	margin-top: 30px;
}
.news .cont{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}

.news .cont .list{
	width: 1200px;
	margin-top: 10px;
}
.news .cont .list .hd{
	width: 160px;
	float: left;
	
}

.news .cont .list .hd ul li{
	width: 160px;
	height: 60px;
	background: #0c2b60;
	text-align: center;
	line-height: 60px;
	font-weight: 700;
	margin-top: 30px;
	color: #fff;
	cursor: pointer;
}
.news .cont .list .hd ul li:hover,.news .cont .list .hd ul .on{
	background: #20cd9a;
}
.news .cont .list .bd{
	width: 1000px;
	float: right;
}
.news .cont .list .bd ul{
	
}
.news .cont .list .bd .zixun_news{
	width: 1000px;
}
.news .cont .list .bd .zixun_news li{
	width: 220px;
	height: 160px;
	margin: 20px 10px 0;
	position: relative;
	float: left;
}

.news .cont .list .bd .zixun_news li .photo{
	width: 220px;
	height: 160px;
	overflow: hidden;
}
.news .cont .list .bd .zixun_news li .photo img{
	width: 220px;
	height: 160px;
	display: block;
}
.news .cont .list .bd .zixun_news li .photo img:hover{
	transform: scale(1.2,1.2);
	transition: 1s;
}
.news .cont .list .bd .zixun_news li .text{
	width: 220px;
	height: 36px;
	position: absolute;
	z-index: 111;
	background: rgba(12, 43, 96, 0.5);
	
	bottom: 0;
	left: 0;
}
.news .cont .list .bd .zixun_news li .text p{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #e7e7e7;
	font-weight: 600;
	padding: 0 5px;
}
.news .cont .list .bd .tongyong_news{
	margin-top: 15px;
}
.news .cont .list .bd .tongyong_news li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #f2f2f3;
}

.news .cont .list .bd .tongyong_news li p{
	font-size: 14px;
	float: left;
}
.news .cont .list .bd .tongyong_news li span{
	display: block;
	float: right;
	font-size: 14px;
}

.news .cont .list .bd .tongyong_news li:hover p,.news .cont .list .bd .tongyong_news li:hover span{
	color: #20cd9a;
}

/* 合作伙伴 */
.partner{
	width: 1200px;
	margin: 30px auto 0;
}

.partner .list{
	margin: 10px auto 0;
	width: 1200px;
}
.partner .list ul li{
	width: 160px;
	height: 60px;
	float: left;
	border: 1px solid #e4e4e4;
	margin: 20px 18px 0;
	
}

.partner .list ul li img{
	display: block;
	width: 160px;
	height: 60px;
}


/* 底部通用 */
.footer{
	width: 1200px;
	margin: 100px auto 0;
	
}
.footer .shejiao .follow{
	width: 200px;
	float: left;
	height: 80px;
}
.footer .shejiao .follow span{
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 34px;
}
.footer .shejiao .facebook{
	width: 60px;
	float: left;
	margin-left: 80px;
}
.footer .shejiao .facebook img{
	display: block;
	padding-top: 10px;
	
}
.footer .shejiao .twwiter{
	margin-left: 10px;
	width: 60px;
	float: left;
}
.footer .shejiao .twwiter img{
	display: block;
	padding-top: 10px;
	
}
.footer .shejiao .biaoyu{
	width: 350px;
	float: left;
	margin-left: 80px;
}
.footer .shejiao .biaoyu span{
	font-size: 22px;
	font-weight: 700;
	display: block;
	line-height: 34px;
}
.footer .shejiao .more{
	float: right;
}
.footer .shejiao .more a{
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 9px;
	background: #0c2b60;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;

}



.footer .dibu{
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #e0e6ee;
	padding-top: 30px;
}
.footer .dibu .about{
	width: 350px;
	float: left;
}
.footer .dibu .about .b_logo img{
	display: block;
	height: 70px;
}
.footer .dibu .about .c_name{
	font-size: 20px;
	font-weight: 700;
	color: #0c2b60;
}
.footer .dibu .about p{
	line-height: 26px;
	font-size: 14px;
	color: #55647b;
	margin-top: 5px;
}



.footer .dibu .about p span{
	font-size: 16px;
	font-weight: 700;
	color: #20cd9a;
}
.footer .erweima{
	width: 350px;
	margin-top: 20px;
}
.footer .erweima .photo{
	width: 120px;
	height: 120px;
}
.footer .erweima .photo img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .erweima span{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #55647b;
}
.footer .erweima .erwei_gongzhonghao{
	width: 120px;
	float: left;
}
.footer .erweima .erwei_kefu{
	width: 120px;
	float: left;
	margin-left: 30px;
}
.footer .f_nav{
	width: 850px;
	float: left;
}


.footer .f_nav ul li{
	width: 120px;
	float: left;
	margin: 0 25px;
}
.footer .f_nav ul li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #131a2b;
	font-size: 18px;
	font-weight: 600;
}
.footer .f_nav ul li .drop{
	
}

.footer .f_nav ul li .drop a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #55647b;
	font-size: 14px
}
.footer .f_nav ul li .drop a:hover{
	color: #20cd9a;
}
.footer .copyright{
	width: 1200px;
	margin: 40px auto 0;
	height: 64px;
}
.footer .copyright span{
	line-height: 32px;
	color: #55647b;
}



/* ny_banner */
.ny_banner{
	width: 100%;
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
}
.ny_banner h1{
	display: block;
	text-align: center;
	padding-top: 30px;
	font-size: 40px;
	font-weight: 800;
	color: #0c2b60;
	
}

.ny_banner span{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #20cd9a;
}


/* 面包屑 */

.mbx{
	width: 1200px;
	height: 50px;
	padding-top: 10px;
	border-bottom: 1px solid #e0e6ee;
	margin: 0 auto;
}

.mbx p{
	padding-top: 20px;
	font-size: 14px;
	float: left;
}

.mbx .zaixian{
	width: 150px;
	height: 38px;
	margin-top: 4px;
	background: #20cd9a;
	float: right;	
	border-radius: 10px;
}

.mbx .zaixian a{
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;

}



/* 专线nav/亚马逊FBAnav/空运nav */
.cenav_pro {
	width: 160px;
	float: right;
}
.cenav_pro .zhuanxian_guanggao{
	margin-top: 15px;
	width: 160px;
	height: 120px;
	background: #20cd9a;
}
.cenav_pro ul{
	
}

.cenav_pro .first{
	width: 160px;
	height: 40px;
}
.cenav_pro .first a{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 650;
	color: rgba(0, 0, 0, 0.85);
	height: 40px;
	line-height: 40px;
}

.cenav_pro .first .btn{
	width: 20px;
	height: 20px;
	float: right;
	background: url(../images/down.svg) center no-repeat;
	margin-top: 10px;
	cursor: pointer;
}
.cenav_pro ul li{
	width: 120px;
	margin: 0 auto;
}

.cenav_pro ul li a{
	display: block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
}

.cenav_pro ul li:hover a{
	font-weight: 800;
	color: rgba(0, 0, 0, 0.85);
	transition: 0.5s;
}
.ullist3,.ullist2{
	display: none;
}





/* 详情页nav */
.ny_news{
	width: 1200px;
	margin: 0 auto;
}
.xqynav{
	width: 350px;
	float: right;
}
.xqynav .lianxitu{
	width: 350px;
	height: 190px;
	background: url(../images/banner.jpg) center no-repeat;
}

.xqynav .cenav_tit{
	
}

.xqynav .cenav_tit span{
	display: block;
	font-size: 18px;
	font-weight: 800;
	color: #0c2b60;
	height: 40px;
	line-height: 40px;
}

.xqynav .cenav_tit .cenav_line{
	width: 90px;
	height: 4px;
	background: #20cd9a;
}

.xqynav .hot_news{
	margin-top: 15px;
}

.xqynav .hot_news .list{
	width: 350px;
	margin-top: 10px;
}
.xqynav .hot_news .list ul li{
	margin-top: 6px;
}
.xqynav .hot_news .list ul li span{
	display: block;
	height: 26px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	font-weight: 600;
}

.xqynav .hot_news .list ul li p{
	margin-top: 5px;
	text-indent: 24px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 20px;
}
.xqynav .hot_tags{
	margin-top: 15px;
	padding-bottom: 20px;
}

.xqynav .hot_tags ul li{
	
}
.xqynav .hot_tags ul li a{
	display: block;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.5);
	height: 28px;
	border: 1px solid #dcddde;
	float: left;
	margin: 10px 10px 0 0;
	line-height: 28px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.xqynav .hot_tags ul li:hover a{
	color: #20cd9a;
	border-color: #20cd9a;
	transition: 1s;
}

/* news_images */
.nynewslist{
	width: 820px;
	float: left;
}
.nynewslist ul li{
	padding: 8px;
	border: 1px solid #dcddde;
	height: 160px;
	width: ;
}
.nynewslist ul li .photo{
	float: left;
	
}
.nynewslist ul li .photo img{
	display: block;
	width: 220px;
	height: 160px;
}

.nynewslist ul li .text{
	float: left;
	margin-left: 10px;
	width: 566px;
	position: relative;
	height: 160px;
}

.nynewslist ul li .text h2{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color:rgba(0, 0, 0, 0.7)

}

.nynewslist ul li .text P{
	font-size: 14px;
	line-height: 22px;
	text-indent: 24px;
	margin-top: 12px;
}
.nynewslist ul li .text P a{
	color: rgba(0, 0, 0, 0.6);
}
.nynewslist ul li .text span{
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.nynewslist ul li .text .ny_tags{
	position: absolute;
	font-size: 12px;
	color: #0c2b60;
	left: 0;
	bottom: 5px;
}
.nynewslist ul li .text .ny_tags a{
	color: #20cd9a;
}


/* newstext */
.nynewstext{
	width: 820px;
	float: left;
}
.nynewstext ul{
	margin-top: -20px;
}
.nynewstext ul li{
	width: 810px;
	border-bottom: 2px solid #dcddde;
	padding-bottom: 20px;
	position: relative;
	height: 120px;
	margin-top: 20px;
}
.nynewstext ul li .date{
	width: 150px;
	float: left;
}
.nynewstext ul li .date p{
	text-align: center;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 40px;
}
.nynewstext ul li .date p span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 15px;
}




.nynewstext ul li .text{
	width: 660px;
	float: right;
}

.nynewstext ul li h2{
	font-size: 16px;
	font-weight: 600;
	display: block;
	height: 36px;
}
.nynewstext ul li p{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 20px;
}
.nynewstext ul li .other{
    position: absolute;
	bottom: 15px;
	left: 150px;
	width: 660px;
}

.nynewstext ul li .other .nynewstext_tags{
	font-size: 12px;
	color: #0c2b60;
	float: left;
	
}
.nynewstext ul li .other .nynewstext_tags a{
	
	margin-left: 4px;
	color: #20cd9a;
	
}
.nynewstext ul li .other .more{
	float: right;

}

.nynewstext ul li .other .more a{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	float: right;
	text-align: right;
}

.ny_news{
	margin-top: 20px;
}

/* 增值服务 */
.zzfw_banner{
	width: 100%;
	height: 300px;
	background: url(../images/banner.jpg) center no-repeat;
}


/* 专业/快递单页 */

.ny_zhuanxian{
	width: 1200px;
	margin: 40px auto 0;
}
.ny_zhuanxian .zhuanxian_cont{
	width: 1000px;
	float: left;
}
.ny_zhuanxian .zhuanxian_cont .mianbaoxie{
	width: 1000px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	height: 26px;
	border-bottom: 1px solid #dcddde;
}

.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1{
	margin-top: 15px;
	width: 1000px;
	height: 280px;

}

.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1 .photo{
	width: 420px;
	height: 280px;
	float: left;
}
.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1 .photo img{
	width: 420px;
	height: 280px;
	display: block;
}
.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1 .right{
	width: 530px;
	float: right;
	height: 280px;
	position: relative;
}
.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1 .right h2{
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-top: 15px;
	height: 60px;

}
.ny_zhuanxian .zhuanxian_cont h3{
	font-size: 16px;
	font-weight: 600;
	color: #0c2b60;
	height: 30px;
	border-bottom: 3px solid #20cd9a;
	display: inline-block;

}

.ny_zhuanxian .zhuanxian_cont p{
	font-size: 14px;
	line-height: 22px;
	text-indent: 30px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 15px;
}

.ny_zhuanxian .zhuanxian_cont .zhuanxian_p1 .right a{
	display: block;
	width: 150px;
	height: 36px;
	background: #20cd9a;
	border-radius: 6px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 600;
}

.ny_zhuanxian .zhuanxian_cont .zhuanxian_p2{
	margin-top: 20px;
}



/* 查询页面 */
.danhaocx{
	width: 1200px;
	margin: 40px auto;	
}

.danhaocx .chaxun_list{
	width: 1200px;
	margin: 0 auto;
}

.danhaocx .chaxun_list .chaxunye{
	width: 1000px;
	margin: 40px auto;
}
.danhaocx .chaxun_list .chaxunye input{
	width: 998px;
	height: 50px;
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	text-indent: 6px;
}
.danhaocx .chaxun_list .chaxunye p{
	margin: 6px 0;
	font-size: 12px;
	height: 20px;
	line-height: 12px;
	color: rgba(0, 0, 0, 0.6);
}
.danhaocx .chaxun_list .chaxunye .anniu{
	width: 310px;
	margin: 10px auto 0;
}
.danhaocx .chaxun_list .chaxunye .anniu .chajian{
	width: 150px;
	height: 40px;
	background: #20cd9a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.danhaocx .chaxun_list .chaxunye .anniu .qingchu{
	width: 150px;
	height: 40px;
	background: #20cd9a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}
.danhaocx .chaxun_list .liebiaoye{
	width: 1100px;
	margin: 40px auto 0;
}
.danhaocx .chaxun_list .liebiaoye th{
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.15);
}
.danhaocx .chaxun_list .liebiaoye .th1{
	width: 150px;
}
.danhaocx .chaxun_list .liebiaoye .th2{
	width: 200px;
}
.danhaocx .chaxun_list .liebiaoye .th3{
	width: 600px;
}
.danhaocx .chaxun_list .liebiaoye .th4{
	width: 150px;
}
.danhaocx .chaxun_list .liebiaoye td{
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 14px;
	height: 50px;
	color: rgba(0, 0, 0, 0.7);
	text-indent: 10px;
	border-top: none;
}
.danhaocx .chaxun_list .liebiaoye .td1{
	width: 150px;
}
.danhaocx .chaxun_list .liebiaoye .td2{
	width: 200px;
}
.danhaocx .chaxun_list .liebiaoye .td3{
	width: 600px;
}
.danhaocx .chaxun_list .liebiaoye .td4{
	width: 150px;
}

.danhaocx .chaxun_list .liebiaoye .biaotou{
	margin-bottom: 20px;
}
.danhaocx .chaxun_list .liebiaoye .biaotou p{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
}
.danhaocx .chaxun_list .liebiaoye .biaotou p span{
	color: rgba(0, 0, 0, 0.7);
	font-weight: 700;
}
.danhaocx .chaxun_list .liebiaoye .biaotou p:last-child span{
	color: red;
}

.danhaocx .chaxun_list .beizhu p{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	height: 40px;
	line-height: 40px;
}