* {
	padding: 0;
	margin: 0;
}
.news .content .jg{
	text-align:center;
	padding-top:40px;
}
.news .content .right{
	
	padding-left:15px;
}
.news ul li .right .rq a{
	
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	border-radius: 25px;
	border: 1px solid #162e56;
	color: #162e56;
	font-size: 11px;
	}
html,
body {
	font-family: "微软雅黑";
	font-size: 20px;
	height: 100%;
}
ul li {
	list-style: none;
	padding: 0px;
}
a {
	text-decoration: none;
	outline: none;
	border: none;
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 17px;
	}
}
@media only screen and (min-width: 360px) {
	html {
		font-size: 19.3px;
	}
}
@media only screen and (min-width: 375px) {
	html {
		font-size: 20.1px;
	}
}
@media only screen and (min-width: 400px) {
	html {
		font-size: 21.3333px;
	}
}
@media only screen and (min-width: 412px) {
	html {
		font-size: 21.9px;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 22.1px;
	}
}
@media only screen and (min-width: 425px) {
	html {
		font-size: 22.7px;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px;
	}
}





/*头部*/
.header{
	width: 100%;
	background-color: #fff;
	height: 5rem;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header .top{
	height: 2.6rem;
}
.header .sousuo{
	padding: 0.4rem 0;
	background-color: #162e56;
	height: 1.7rem;
}
.header .sousuo .sub{
	height: 1.4rem;
	width: 12rem;
	background-color: #2b456a;
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.4rem;
}
.header .sousuo a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 0.8rem;
	margin-left: 0.8rem;
}
.header .sousuo .sub .tex{
	width: 10rem;
	float: left;
	border: none;
	outline: none;
	height: 1.4rem;	
	text-indent: 0.8rem;
	background-color: #fff;
	font-size: 0.7rem;
}
.header .sousuo .sub .tex::-webkit-input-placeholder{
    color:#c4c2c2;
}
.header .sousuo .sub .tex::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c4c2c2;
}
.header .sousuo .sub .tex:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c4c2c2;
}
.header .sousuo .sub .tex:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#c4c2c2;
}
.header .sousuo .sub .btn{
	float: left;
	width: 2rem;
	border: none;
	outline: none;
	background: none;
	text-align: center;
	height: 1.4rem;
	line-height: 1.4rem;
}
.header .sousuo .sub .btn img{
	width: 0.8rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}
.header .logo{
	float: left;
	margin-top: 0.3rem;
	margin-left: 0.4rem;
}
.header .logo img{
	width: 3.4rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
}
.header .denglu{
	display: inline-block;
	vertical-align: middle;
	margin-top: 0.4rem;
}
.header .denglu ul li{
	display: inline-block;
	vertical-align: middle;
	/*margin: 0 0.2rem;*/
}
.header .denglu ul li a{
	text-decoration: underline;
	color: #4d4d4d;
	font-size: 0.7rem;
}
.header .nav_icon{
	float: right;
	margin-top: 0.9rem;
	margin-right: 0.5rem;
}
.header .nav_icon img{
	width: 1.2rem;
}
.header .nav{
	position: absolute;
	top: 5rem;
	right: 0;
	width: 100%;
	display: none;
	z-index: 9999;
}
.header .nav .accordion{
 	width: 100%;
}
.header .nav .accordion a{
	color: #fff;
	display: block;
}
.header .nav .accordion .link{
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 0.8rem;
	border-bottom: 1px solid #484848;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #1f1f1f;
	height: 2rem;
	line-height: 2rem;
	padding-left: 1.8rem;
}
.header .nav .accordion li:last-child .link{
	border-bottom: 0;
}
.header .nav .accordion li i{
	width: 2rem;
	height: 2.2rem;
	background: url(../images/nav_jt.png) no-repeat;
	background-size: 0.4rem;
	background-position: center;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav .accordion li i.fa-chevron-down{
	right: 12px;
	top: 0;
}
.header .nav .accordion li.open i.fa-chevron-down{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header .nav .accordion li.open .link{
	background-color: #172d51;
}
.header .nav .submenu{
 	display: none;
 	background: #272727;
 	font-size: 0.7rem;
}
.header .nav .submenu li{
 	border-bottom: 1px solid #484848;
 	height: 2rem;
 	line-height: 2rem;
 	background-color: #808080;
}
.header .nav .submenu a{
 	display: block;
 	text-decoration: none;
 	color: #fff;
 	padding-left: 2.8rem;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
}


/*banner*/
.banner{
	margin-top: 5rem;
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .bt{
	position: absolute;
}
.banner .bt.sy{
	top: 50%;
	margin-top: -2rem;
	width: 16rem;
	left: 1.2rem;
}
.banner .bt.sy .sim{
	margin-top: 0.4rem;
}
.banner .bt p{
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1rem;
}
.banner .bt .sim{
	font-weight: normal;
	font-size: 0.7rem;
}
.banner .bt.ny{
	top: 50%;
	margin-top: -1.8rem;
	width: 100%;
	text-align: center;
}
.banner .bt.ny p{
	text-shadow: 3px 3px 18px #1e130f;
	font-size: 1.2rem;
}
.banner .bt.ny p.sim{
	color: #fff;
	font-size: 0.6rem;
	line-height: 1rem;
	margin-top: 0.6rem;
}
.banner .tongzhi{
	position: absolute;
	width: 100%;
	height: 1.8rem;
	background-color: rgba(22,46,86,.5);
	top: 0;
}
.banner .tongzhi .tit{
	display: inline-block;
	height: 1.8rem;
	vertical-align: top;
	line-height: 1.8rem;
	margin-left: 0.8rem;
}
.banner .tongzhi .tit img{
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
}
.banner .tongzhi .tit p{
	color: #eaa11f;
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: middle;
}
.banner .tongzhi .wz{
	display: inline-block;
	vertical-align: top;
	height: 1.8rem;
	line-height: 1.8rem;
	width: 7rem;
}
.banner .tongzhi .wz a{
	font-size: 0.7rem;
	color: #eaa11f;
	display: inline-block;
	margin: 0 0.4rem;
}




/*首页*/
.sy_fuwu{
	padding: 0 0.4rem 1.4rem;
}
.sy_fuwu .fuwu{
	background-color: #2b456a;
	padding: 1rem 0;
	position: relative;
	top: 1rem;
}
.sy_fuwu .fuwu .tit{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
.sy_fuwu .fuwu ul{
	text-align: center;
}
.sy_fuwu .fuwu ul li{
	display: inline-block;
	vertical-align: top;
	width: 4rem;
	margin: 0.6rem 0.4rem;
}
.sy_fuwu .fuwu ul li .img_box{
	width: 4rem;
	height: 4rem;
	background: url(../images/fuwu_icon_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 4rem;
}
.sy_fuwu .fuwu ul li .img_box img{
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
}
.sy_fuwu .fuwu ul li:nth-child(2) .img_box img{
	margin-bottom: 0.4rem;
	margin-left: 0.6rem;
}
.sy_fuwu .fuwu ul li p{
	color: #fff;
	font-size: 0.7rem;
	margin-top: 0.4rem;
}
.sy_about{
	padding: 0.8rem 0.4rem 2rem;
}
.sy_about .tit{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
.sy_about p{
	color: #000;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.sy_about img{
	margin-top: 1.4rem;
	width: 100%;
	height: 10.2rem;
}
.sy_lj{
	padding: 1rem 0.4rem;
}
.sy_lj .tit{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.6rem;
}
.sy_lj p{
	text-align: center;
	color: #000;
	font-size: 0.8rem;
}
.sy_lj ul{
	margin-top: 1rem;
}
.sy_lj ul li{
	text-align: center;
	line-height: 1.6rem;
}
.sy_lj ul li a{
	color: #797979;
	font-size: 0.8rem;
	text-decoration: underline;
}
.sy_lj img{
	margin-top: 1rem;
	width: 100%;
	height: 10.3rem;
}
.sy_lianxi{
	background-color: #2b456a;
	padding: 1rem 1rem 2rem;
	margin-top: 1rem;
}
.sy_lianxi .tit{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.6rem;
}
.sy_lianxi p{
	text-align: center;
	color: #fff;
	font-size: 0.7rem;
	margin: 0.6rem 0;
}
.sy_lianxi form{
	margin-top: 2rem;
}
.sy_lianxi form .tex{
	width: 100%;
	height: 2rem;
	border: none;
	outline: none;
	border-radius: 3px;
	margin: 0.2rem 0;
	text-indent: 1rem;
	font-size: 0.7rem;
}
.sy_lianxi form textarea{
	width: 100%;
	height: 6rem;
	border: none;
	outline: none;
	border-radius: 3px;
	margin: 0.2rem 0;
	text-indent: 1rem;
	font-family: "微软雅黑";
	font-size: 0.7rem;
}
.sy_lianxi form .sub{
	width: 5rem;
	height: 1.8rem;
	border: none;
	outline: none;
	background-color: #26ca83;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	display: block;
	margin: 1rem auto 0;
}
.sy_lianxi form .tex::-webkit-input-placeholder{
    color:#adadad;
}
.sy_lianxi form .tex::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#adadad;
}
.sy_lianxi form .tex:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#adadad;
}
.sy_lianxi form .tex:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#adadad;
}
.sy_lianxi form textarea::-webkit-input-placeholder{
    color:#adadad;
}
.sy_lianxi form textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#adadad;
}
.sy_lianxi form textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#adadad;
}
.sy_lianxi form textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#adadad;
}




/*底部*/
.footer{
	width: 100%;
}
.footer .lx{
	background-color: #2b2b2b;
	padding: 1rem;
}
.footer .lx .left p{
	color: #fff !important;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}
.footer .lx .left ul li{
	display: inline-block;
	vertical-align: top;
	width: 1.2rem;
}
.footer .lx .left ul li img{
	width: 1.2rem;
	height: 1.2rem;
}
.footer .lx .right p{
	color: #fff !important;
	font-size: 0.7rem;
}
.footer .copy{
	background-color: #1b1b1b;
	padding: 0.6rem 0;
	text-align: center;
}
.footer .copy ul{
	font-size: 0;
}
.footer .copy ul li{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/di_nav_line.png) no-repeat;
	background-position: left center;
	background-size: 0.15rem;
	width: 4.4rem;
}
.footer .copy ul li a{
	color: #8c8c8c;
	font-size: 0.6rem;
	display: block;
}
.footer .copy ul li:last-child a{
	background: url(../images/di_nav_line.png) no-repeat;
	background-position: right center;
	background-size: 0.15rem;
}
.footer .copy p{
	color: #8c8c8c;
	font-size: 0.6rem;
	margin-top: 0.6rem;
}





/*国际货运代理*/
.huoyun_daili{
	padding: 2rem 0.4rem;
	/*text-align: center;*/
}
.huoyun_daili .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
}
.huoyun_daili p{
	font-size: 0.7rem;
	line-height: 1.2rem;
	color: #4a4a4a;
	text-align: left;
}
.huoyun_daili img{
	display: inline-block;
	vertical-align: top;
	width: 4.2rem;
	height: 3.4rem;
	margin-top: 1rem;
}
.huoyun_wenjian .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
}
.huoyun_wenjian p{
	color: #383838;
	font-size: 0.7rem;
	padding-left: 1rem;
}
.huoyun_wenjian .lj{
	background-color: #2b456a;
	padding: 2rem;
	margin-top: 2rem;
}
.huoyun_wenjian .lj ul li{
	/*line-height: 1.6rem;*/
	margin: 0.6rem 0;
}
.huoyun_wenjian .lj ul li a{
	color: #fff;
	font-size: 0.7rem;
	text-decoration: underline;
}




/*空运*/
.kongyun_fuwu{
	padding: 2rem 0.6rem;
}
.kongyun_fuwu .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
}
.kongyun_fuwu p{
	font-size: 0.7rem;
	line-height: 1.4rem;
	color: #000;
	text-align: left;
}
.kongyun_fuwu img{
	margin: 1.4rem auto 0;
	width: 14rem;
	height: 9.4rem;
}
.kongyun_fuwu ul li {
    font-size: 0.65rem;
    line-height: 1.2rem;
    list-style: inside;
}
.kongyun_hezuo{
	margin-bottom: 2rem;
}
.kongyun_hezuo .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
}
.kongyun_hezuo p{
	text-align: center;
	color: #4a4a4a;
	font-size: 0.7rem;
	line-height: 1.2rem;
	padding: 0 1rem;
}
.kongyun_hezuo .hezuo{
	background-color: #f5f6f8;
	padding: 0.6rem 0;
	margin-top: 1rem;
}
.kongyun_hezuo .hezuo ul{
	text-align: center;
}
.kongyun_hezuo .hezuo ul li{
	display: inline-block;
	vertical-align: middle;
	width: 5.8rem;
}
.kongyun_hezuo .hezuo ul li img{
	width: 5.8rem;
}
.kongyun_fw{
	margin-bottom: 2rem;
}
.kongyun_fw .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
	padding: 0;
}
.kongyun_fw p{
	text-align: right;
	padding-right: 2rem;
	font-size: 0.7rem;
	color: #383838;
}
.kongyun_fw .js{
	margin-top: 0.8rem;
}
.kongyun_fw .js p{
	font-weight: bold;
	line-height: 1.2rem;
	font-size: 0.8rem;
}
.kongyun_fw img{
	width: 100%;
	margin-top: 1rem;
}
.xiangmu{
	padding: 2rem 0;
}
.xiangmu .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
	color: #000;
}
.xiangmu p{
	text-align: center;
	color: #4a4a4a;
	font-size: 0.7rem;
}
.xiangmu ul{
	text-align: center;
	margin-top: 1rem;
}
.xiangmu ul li{
	display: inline-block;
	vertical-align: top;
	width: 9rem;
}
.xiangmu ul li img{
	width: 9rem;
	height: 5.6rem;
}
.xiangmu ul li p{
	margin-top: 0.4rem;
}



/*代理-常见问题*/
.wenti{
	padding: 2rem 0.6rem;
}
.wenti .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.wenti ul li{
	padding: 1.2rem 0;
	border-bottom: 1px solid #eaeaea;
}
.wenti ul li .wen{
	margin-bottom: 0.4rem;
}
.wenti ul li .wen .icon{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
}
.wenti ul li .wen .icon img{
	width: 1.2rem;
}
.wenti ul li .wen .rt{
	display: inline-block;
	vertical-align: top;
	width: 15.6rem;
}
.wenti ul li .wen .rt p{
	color: #008ed6;
	font-size: 0.8rem;
	font-weight: bold;
}
.wenti ul li .da .rt a{
	color: #4d4d4d;
}
.wenti ul li .da .icon{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
}
.wenti ul li .da .icon img{
	width: 1.2rem;
}
.wenti ul li .da .rt{
	display: inline-block;
	vertical-align: top;
	width: 15.6rem;
}
.wenti ul li .da .rt p{
	color: #4d4d4d;
	font-size: 0.7rem;
	line-height: 1.2rem;
}
.wenti ul li .da .rt p img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4rem;
	margin-bottom: 0.1rem;
}
.guige{
	padding: 1rem 0.6rem;
}
.guige .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.guige img{
	margin: 2rem auto;
}
.daili_lx{
	padding-bottom: 1.4rem;
}
.daili_lx .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	padding: 0;
}
.daili_lx p{
	text-align: right;
	padding-right: 1.6rem;
	color: #383838;
	font-size: 0.7rem;
	margin: 0.4rem 0;
}
.daili_lx img{
	width: 100%;
	margin-top: 1rem;
}




/*术语*/
.shuyu{
	margin: 2rem 0.6rem;
}
.shuyu .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	padding: 0;
}
.shuyu p{
	font-size: 0.7rem;
	line-height: 1.2rem;
}
.shuyu ul li{
	margin: 0.8rem 0;
}



/*项目和工程货物*/
.huowu{
	padding: 2rem 0.2rem;
}
.huowu .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	padding: 0;
}
.huowu p{
	text-align: center;
	color: #4a4a4a;
	font-size: 0.7rem;
}
.huowu ul{
	margin-top: 0.8rem;
}
.huowu ul li{
	display: inline-block;
	width: 8.7rem;
	background-color: #fff;
	box-shadow: 4px 4px 16px 2px #f1f3f5;
	margin: 0.5rem 0.5rem 0.5rem 0;
}
.huowu ul li:nth-child(even){
	margin-right: 0;
}
.huowu ul li img{
	width: 8.7rem;
	height: 7rem;
}
.huowu ul li .js{
	padding: 0.4rem 0.4rem;
}
.huowu ul li .js p{
	text-align: left;
}
.huowu ul li .js .mc{
	color: #162e56;
	font-size: 0.8rem;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0.4rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.huowu ul li .js .mj{
	color: #737373;
	font-size: 0.7rem;
	line-height: 1.2rem;
	height: 2.2rem;
	overflow: hidden;
}




/*报关代理*/
.baogaun{
	background-color: #fafbfc;
	padding: 0.8rem 0.4rem;
}
.baogaun .dl{
	background-color: #fff;
	padding: 1rem 0.6rem 0.6rem;
	box-shadow: 5px 5px 10px 3px #f1f3f5;
}
.baogaun .dl .bt .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	padding: 0;
}
.baogaun .dl .bt{
	border-bottom: 1px dashed #b3b3b3;
	padding-bottom: 0.4rem;
}
.baogaun .dl .bt p{
	font-size: 0.7rem;
}
.baogaun .dl .nr{
	margin: 0.8rem 0;
}
.baogaun .dl .nr p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.baogaun .dl img{
	width: 100%;
}




/*相关文档*/
.wendang{
	padding-top: 2rem;
}
.wendang .tit{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #000;
}
.wendang p{
	color: #383838;
	font-size: 0.7rem;
	padding-left: 1rem;
}
.wendang .lj{
	background-color: #2b456a;
	padding: 2rem;
	margin-top: 1rem;
}
.wendang .lj ul li{
	/*line-height: 1.6rem;*/
	margin: 0.6rem 0;
}
.wendang .lj ul li a{
	color: #fff;
	font-size: 0.7rem;
	text-decoration: underline;
}



/*美国-常用术语*/
.hy_yunfei{
	background-color: #2b456a;
	padding: 1.6rem 2rem;
}
.hy_yunfei .tit p{
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.hy_yunfei .tit .line{
	width: 3rem;
	height: 2px;
	background-color: #fff;
	margin-top: 0.8rem;
}
.hy_yunfei .nr{
	margin: 0.8rem 0;
}
.hy_yunfei .nr p{
	color: #ccc;
	font-size: 0.8rem;
	line-height: 1.6rem;
}
.hy_yunfei .nr span{
	color: #fff;
	font-weight: bold;
}
.hy_yunfei img{
	width: 100%;
	height: 7.8rem;
}
.hy_yunfei.bg{
	background-color: #fff;
}
.hy_yunfei.bg .tit p{
	color: #000;
}
.hy_yunfei.bg .tit .line{
	background-color: #000;
}
.hy_yunfei.bg .nr p{
	color: #5b5b5b;
}
.hy_yunfei.bg .nr span{
	color: #000;
}



/*电商物流*/
.huoyun_daili.center p{
	text-align: center;
}
.huoyun_daili.center .bk{
	width: 12rem;
	margin: 0.8rem auto;
}
.huoyun_daili.center .bk ul li{
	/*display: inline-block;*/
	font-size: 0.7rem;
	color: #4a4a4a;
	line-height: 1.2rem;
	/*width: 5rem;*/
	/*text-align: left;*/
}




/*亚马逊仓库转运*/
.yamaxun_right{
	margin: 2rem 0;
	text-align: right;
}
.yamaxun_right p{
	padding-right: 1.6rem;
	color: #383838;
	font-size: 0.7rem;
	line-height: 1.2rem;
}
.yamaxun_right .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.yamaxun_right a{
	padding-right: 1.6rem;
	display: inline-block;
	margin-top: 1rem;
	color: #2b456a;
	font-size: 0.7rem;
	text-decoration: underline;
	margin-top: 0.6rem;
}
.yamaxun_right img{
	margin-top: 1rem;
	width: 100%;
	height: 10.7rem;
}
.yamaxun_left{
	margin: 2rem 0 0;
	text-align: left;
}
.yamaxun_left p{
	color: #383838;
	font-size: 0.7rem;
	line-height: 1.2rem;
	padding-left: 1.6rem;
}
.yamaxun_left .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.yamaxun_left .lj{
	background-color: #2b456a;
	padding: 1.2rem 1.6rem;
	margin-top: 1rem;
}
.yamaxun_left .lj ul li{
	margin: 0.4rem 0;
}
.yamaxun_left .lj ul li a{
	color: #fff;
	font-size: 0.7rem;
	text-decoration: underline;
}
.jiagebiao .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.jiagebiao img{
	width: 100%;
}



/*中美包裹快递*/
.line_right .top{
	text-align: right;
	padding-right: 1.4rem;
	margin-bottom: 1rem;
}
.line_right .top .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}
.line_right .top a{
	color: #2d2d2d;
	font-size: 0.8rem;
	text-decoration: underline;
}
.line_right .lj{
	background-color: #2b456a;
	padding: 3rem 1.8rem;
	text-align: right;
}
.line_right .lj a{
	color: #fff;
	font-size: 0.8rem;
	text-decoration: underline;
}



/*海外仓*/
.kongyun_fuwu.min{
	min-height: 16rem;
}



/*贸易代理流程*/
.liucheng_js{
	padding: 2rem 0.8rem;
}
.liucheng_js .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.liucheng_js ul li{
	margin: 2rem 0;
}
.liucheng_js ul li .bt{
	margin-bottom: 0.4rem;
}
.liucheng_js ul li .bt p{
	color: #000;
	font-size: 0.8rem;
	font-weight: bold;
}
.liucheng_js ul li .bt .line{
	width: 2.8rem;
	height: 2px;
	background-color: #000;
	margin-top: 0.4rem;
}
.liucheng_js ul li .nr p{
	color: #5b5b5b;
	font-size: 0.8rem;
	line-height: 1.2rem;
	height: 2.4rem;
	overflow: hidden;
}
.liucheng_js ul li .nr img{
	width: 100%;
	height: 8.7rem;
}




/*中保服务*/
.zhongbao_liucheng{
	margin: 2rem 0;
	padding: 0 0.6rem;
}
.zhongbao_liucheng .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.zhongbao_liucheng ul li{
	margin: 0.8rem 0;
}
.zhongbao_liucheng ul li p{
	color: #4e4e4e;
	font-size: 0.8rem;
}
.zhongbao_liucheng ul li .bt{
	color: #162e56;
	font-weight: bold;
	margin-bottom: 0.2rem;
}



/*高科技中介服务*/
.zhongjie_news{
	margin: 2rem 0.6rem;
}
.zhongjie_news .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	padding-bottom: 0.8rem;
}
.zhongjie_news ul li{
	padding: 0.8rem 0;
	border-bottom: 1px solid #dadada;
}
.zhongjie_news ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 7rem;
}
.zhongjie_news ul li .right{
	display: inline-block;
	vertical-align: middle;
	width: 10rem;
}
.zhongjie_news ul li .right .bt{
	color: #000;
	font-size: 0.8rem;
	font-weight: bold;
	width: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhongjie_news ul li .right .nr{
	color: #888;
	font-size: 0.7rem;
	line-height: 1rem;
	height: 3rem;
	overflow: hidden;
}
.zhongjie_news ul li .right .rq{
	overflow: hidden;
}
.zhongjie_news ul li .right .rq p{
	color: #888;
	font-size: 0.6rem;
	display: inline-block;
}
.zhongjie_news ul li .right .rq a{
	float: right;
	color: #162e56;
	font-size: 0.6rem;
	display: block;
	width: 4.4rem;
	height: 1rem;
	border: 1px solid #162e56;
	border-radius: 20px;
	text-align: center;
	line-height: 1rem;
}



/*资源链接*/
.ziyuan{
	padding: 0 0.6rem 0;
}
.ziyuan .lianjie{
	background-color: #2b456a;
	padding: 1.4rem 1rem;
	position: relative;
	top: -1.2rem;
}
.ziyuan .lianjie .lj{
	margin: 1.4rem 0;
}
.ziyuan .lianjie .lj .bt{
	color: #eaa11f;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.ziyuan .lianjie .lj ul li{
	line-height: 1.6rem;
	font-size: 0.8rem;
}
.ziyuan .lianjie .lj ul li a{
	color: #fff;
	text-decoration: underline;
}
.shangwu_link .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-bottom: 0.8rem;
}
.shangwu_link p{
	text-align: right;
	padding-right: 1.4rem;
	font-size: 0.8rem;
	color: #2d2d2d;
}
.shangwu_link .lj{
	background-color: #2b456a;
	padding: 3rem 0;
	margin-top: 1.2rem;
}
.shangwu_link .lj ul li{
	text-align: center;
}
.shangwu_link .lj ul li a{
	color: #fff;
	text-decoration: underline;
	font-size: 0.8rem;
}





/*分支机构*/
.jigou{
	padding: 0 1rem;
}
.jigou .fenzhi{
	margin: 1.4rem 0;
}
.jigou .fenzhi .tit{
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.jigou .fenzhi ul li{
	background-color: #fff;
	padding: 1rem 0.8rem;
	margin: 0.8rem 0;
	box-shadow: 0px 0px 14px 4px #f4f6f7;
}
.jigou .fenzhi ul li .bt{
	color: #2b456a;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.4rem;
	margin-bottom: 0.6rem;
}
.jigou .fenzhi ul li .nr{
	color: #000;
	font-size: 0.7rem;
	line-height: 1.2rem;
	overflow: hidden;
}



/*联系我们*/
.lianxi{
	padding: 1rem 0.8rem;
}
.lianxi .tit{
	color: #2b456a;
	font-size: 0.8rem;
	font-weight: bold;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 0.6rem;
}
.lianxi .nr{
	margin: 0.8rem 0 1rem;
	
}
.lianxi .nr p{
	color: #000;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.lianxi .nr .bt{
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.lianxi .map{
	width: 100%;
	height: 11.8rem;
	overflow: hidden;
}




/*工作机会*/
.human{
	padding: 1rem 0.8rem;
}
.human .zhiwei{
	padding: 0.6rem 0.8rem;
	overflow: hidden;
	height: 4.4rem;
	border: 1px solid #dfdfdf;
	border-left: 4px solid #162e56;
	margin: 0.8rem 0;
}
.human .zhiwei:first-child{
	margin-top: 0;
}
.human .zhiwei:last-child{
	margin-bottom: 0;
}
.human .zhiwei.on{
	height: auto;
	box-shadow: 0px 0px 8px 2px #e2e2e2;
}
.human .zhiwei .tit{
	overflow: hidden;
	margin-bottom: 0.8rem;
}
.human .zhiwei .tit p{
	float: left;
	color: #2e2e2e;
	font-size: 0.8rem;
	width: 13rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.human .zhiwei .tit .xq{
	float: right;
	line-height: 0.8rem;
	cursor: pointer;
}
.human .zhiwei .tit .xq i{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 7px;
	background: url(../images/zhiwei_jt.png) no-repeat;
}
.human .zhiwei.on .tit .xq i{
	background: url(../images/shouqi.png) no-repeat;
}
.human .zhiwei .con ul li{
	line-height: 1.4rem;
}
.human .zhiwei .con ul li .lf{
	display: inline-block;
	vertical-align: top;
}
.human .zhiwei .con ul li .lf i{
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
}
.human .zhiwei .con ul li .lf i.add{
	background: url(../images/zhiwei_icon_01.png) no-repeat;
	background-position: left center;
	background-size: 0.8rem;
}
.human .zhiwei .con ul li .lf i.time{
	background: url(../images/zhiwei_icon_02.png) no-repeat;
	background-position: left center;
	background-size: 0.8rem;
}
.human .zhiwei .con ul li .lf i.miaoshu{
	background: url(../images/zhiwei_icon_03.png) no-repeat;
	background-position: left center;
	background-size: 0.8rem;
}
.human .zhiwei .con ul li .lf p{
	display: inline-block;
	vertical-align: middle;
	color: #747474;
	font-size: 0.7rem;
}
.human .zhiwei .con ul li .rt{
	display: inline-block;
	vertical-align: top;
	color: #747474;
	font-size: 0.7rem;
	width: 8rem;
	margin-top: 2px;
}
.human .zhiwei .con ul li .rt.zhize{
	height: 120px;
}




/*新闻列表*/
.news_list{
	margin: 2rem 0.6rem;
}
.news_list ul li{
	padding: 0.8rem 0;
	border-top: 1px solid #dadada;
}
.news_list ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 7rem;
}
.news_list ul li .right{
	display: inline-block;
	vertical-align: middle;
	width: 10rem;
}
.news_list ul li .right .bt{
	color: #000;
	font-size: 0.8rem;
	font-weight: bold;
	width: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list ul li .right .nr{
	color: #888;
	font-size: 0.7rem;
	line-height: 1rem;
	height: 2rem;
	overflow: hidden;
}
.news_list ul li .right .rq{
	overflow: hidden;
}
.news_list ul li .right .rq p{
	color: #888;
	font-size: 0.6rem;
	display: inline-block;
}
.news_list ul li .right .rq a{
	float: right;
	color: #162e56;
	font-size: 0.6rem;
	display: block;
	width: 4.4rem;
	height: 1rem;
	border: 1px solid #162e56;
	border-radius: 20px;
	text-align: center;
	line-height: 1rem;
}
.page{
	text-align: center;
	color: #999999;
	font-size: 0.8rem;
	margin-top: 1rem;
}
.page a{
	color: #999;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	height: 1.4rem;
	line-height: 1.4rem;
	display: inline-block;
	padding: 0 0.5rem;
}
.page a.on{
	color: #fff;
	background-color: #0057a2;
}



/*新闻详情*/
.news_con{
	padding: 1rem 0.8rem;
}
.news_con .fanhui{
	margin-bottom: 2rem;
}
.news_con .fanhui a{
	color: #9a9a9a;
	font-size: 0.8rem;
}
.news_con .tit{
	text-align: center;
}
.news_con .tit p{
	color: #000;
	font-size: 1rem;
}
.news_con .tit span{
	color: #9a9a9a;
	font-size: 0.7rem;
	margin: 0 0.4rem;
}
.news_con .nr{
	margin-top: 1rem;
	min-height: 24rem;
}
.news_con .nr img{
	width: 100%;
	margin-bottom: 1rem;
}
.news_con .nr p{
	color: #888888;
	font-size: 0.8rem;
	line-height: 1.4rem;
	text-indent: 2.4rem;
}
.news_con .lj{
	margin-top: 2rem;
}
.news_con .lj ul li{
	line-height: 1.6rem;
	color: #000;
	font-size: 0.8rem;
}
.news_con .lj ul li a{
	color: #000;
}




/*下载*/
.xiazai{
	margin-top: 5rem;
	padding: 2rem 1rem;
}
.xiazai .nr p{
	color: #525252;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
.xiazai .nr .tit{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.2rem;
}
.xiazai a{
	display: block;
	margin: 6rem auto 0;
	width: 5.6rem;
	height: 2rem;
	background: url(../images/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 2rem;
	color: #fff;
	font-size: 0.8rem;
}








/*电商物流*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.container{
	width:94%;
	margin:0 auto;
}
.lyul ul li{
	width:50%;
	float:left;
	text-align:left;
	font-size:0.65rem;
	color:#4a4a4a;
	line-height:1.1rem;
}
.wuliu_pic{
	margin-top:1rem;
}
.wuliu_pic img{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
/*美中包裹快递*/
.dianul{
}
.dianul li{
	list-style:inside;
	font-size:0.65rem;
	line-height:1.2rem;
	color:#000;
}
.backlc{
	margin-bottom:2.2rem;
}
.new_link{
	padding:0!important;
	text-align:center!important;
	margin-bottom:0.4rem;
}
.line_pic img{
	display:block;
}
/*一件代发*/
.substit{
	padding-top:1.5rem;
	padding-bottom:1.7rem;
}
.type_name{
	font-size:0.85rem;
	color:#000;
	line-height:1.4rem;
	font-weight:bolder;
	text-align:center;
	margin-bottom:1.3rem;
}
.substit .subtit_lc{
	margin-bottom:1.5rem;
}
.substit .subtit_text{
	font-size:0.65rem;
	line-height:1.2rem;
	color:#000;
}
.substit .subtit_text p{
	font-size:0.65rem;
	line-height:1.2rem;
	color:#000;
}
.substit .subtit_text ul li{
	list-style:inside;
}
.substit .subtit_pic{
	width:64%;
	margin:1.2rem auto 0 auto;
}
/*亚马逊*/
.amazin{
	padding-top:1.3rem;
}
.amazin .serve_pic{
	width:70%;
	margin:0 auto 1.2rem auto;
	box-sizing:border-box;
	padding:0.5rem 0.7rem;
	background-color:#f5f6f8;
}
.amazin .serve_pic img{
	width:100%;
	height:auto;
	display:block;
}
.amazin .serve_cont{
	font-size:0.65rem;
	color:#000;
	line-height:1.2rem;
	margin-bottom:1rem;
}
.amazin .serve_cont h2{
	font-size:0.75rem;
	font-weight:bolder;
	margin-bottom:0.5rem;
}
.amazin .amazin_lc{
	margin-bottom:70px;
}
.amazin .peiso{
	padding-top:1.5rem;
	padding-bottom:2rem;
	background-color:#f8f8f8;
}
.amazin .peiso h3{
	font-size:0.65rem;
	line-height:1.1rem;
	text-align:center;
	margin-bottom:0.5rem;
}
.amazin .peiso .pei_pic{
	margin-bottom:1.5rem;
}
.amazin .peiso .pei_text{
	font-size:0.65rem;
	color:#000;
	line-height:1.2rem;
}
.amazin .peiso .pei_text ul li{
	list-style:inside;
}
/*贸易代理流程*/
.trade{
	padding-top:1.9rem;
	padding-bottom:1.4rem;
}
.trade .serve_pic{
	width:64%;
	margin:0 auto 1.2rem auto;
}
.trade .serve_text{
	font-size:0.65rem;
	line-height:1.2rem;
	color:#000;
}
.trade .entrust{
	margin-top:1rem;
}
.trade .entrust .entrust_tit{
	font-size:0.65rem;
	font-weight:bolder;
	color:#000;
	margin-bottom:1rem;
}
.trade .entrust .entrust_text{
	font-size:0.65rem;
	color:#000;
	line-height:1.2rem;
}
.trade .entrust .entrust_pic{
	margin-top:0.8rem;
}
/*海外仓*/
.seaca{
	padding-top:2rem;
	padding-bottom:2rem;
}
.seaca .seave_text{
	font-size:0.65rem;
	color:#000;
	line-height:1.2rem;
}
.seaca .seave_text h2{
	font-weight:bolder;
	font-size:0.65rem;
	line-height:1.2rem
}
.seaca .seave_text ul li{
	list-style:inside;
}
.seaca .seac_pic{
	margin-top:1.75rem;
}






