﻿@charset "utf-8";

/*=========
 基本默认值
 ==========*/
@media only screen and (min-width: 2200px)
{
html{ zoom:1.1; }
}


 *,ul, ol {
    margin: 0;
    padding: 0;
    
/*     -webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
box-sizing:content-box !important; */
}
.avatar-form *,.avatar-form,.layui-laydate,.layui-laydate *{    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; line-height: 24px;}

html{ min-height: 100%; min-width: 1280px;}
body{
    position: relative;
    font-size: 12px;
    color: #000;
    font-family: "Arial", "Microsoft JhengHei";
    min-width: 1280px;
    margin: auto;
    overflow-y: scroll;
}


li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a:hover{
	text-decoration: none;
}
::after, ::before,.donghua {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

table {
    border-collapse: collapse;
}

input, textarea, select,button {
    font-family: "Arial","Microsoft YaHei";
    font-size: 12px;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
@font-face {
	font-family: 'ziti';
	src: url('../fonts/DINCond-Bold.eot');
	src: local('☺'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf') format('truetype'), url('../fonts/DINCond-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear,.fg{
	clear: both;
}
/*94%的内容*/
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    position: relative;
}


/*图片通用样式*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.layui-layer-page .layui-layer-content{
	overflow: hidden!important;
}
/*头部*/
.headerbox .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111;
	transition: all .3s ease;
}
.headerbox.down .header{
	margin-top: -120px;
}
.headerbox .header .htop{
	background-color: #385087;
	height: 40px;
	line-height: 40px;
}
/*语言*/
.headerbox .header .htop .nav-lang{
	float: left;
	position: relative;
}
.headerbox .header .htop .nav-lang .ww{
	font-size: 13px;
	color: #fff;
	padding-right: 13px;
	padding-left: 24px;
	position: relative;
	cursor: pointer;
	background-position:left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/cn.png);
}
.headerbox .header .htop .nav-lang .ww span{
	width: 8px;
	height: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/jt.png);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.headerbox .header .htop .nav-lang .lsub{
	position: absolute;
	right: 0;
	top: 50px;
	width: 60px;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	z-index: 111;
	transition: all .3s ease;
	transform: translateY(30%);
	opacity: 0;
	visibility: hidden;
}
.headerbox .header .htop .nav-lang[data-on="on"] .lsub{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.headerbox .header .htop .nav-lang .lsub span{
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent; 
	position: absolute;
	right: 18px;
	bottom: 100%;
}
.headerbox .header .htop .nav-lang .lsub .dd{
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;	
	background-position: 55px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/jt2_03.png);
}
.headerbox .header .htop .nav-lang .lsub .dd:hover{
	background-image: url(/phone/images/hjt2_03.png);
}
.headerbox .header .htop .nav-lang .lsub .dd.one{
	border-bottom: 2px solid #e6e9eb;
}
.headerbox .header .htop .nav-lang .lsub .dd a{
	font-size: 14px;
	color: #84929b;
	font-weight: bold;
	display: block;
}
.headerbox .header .htop .nav-lang .lsub .dd:hover a{
	color: #1d2a6c;
	border-bottom: 1px solid #1d2a6c;
}
.headerbox .header .htop .yyitem.zz{
	float: left;
}
.headerbox .header .htop .yyitem{
	margin-left: 25px;
	padding-left: 25px;
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}


.headerbox .header .htop .loginbox{
	height: 40px;
	line-height: 40px;
	float: right;
	margin-left: 20px;
	color: #fff;
}
.headerbox .header .htop .loginbox .btnbox{
	padding-left: 25px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/loginb.png);
}
.headerbox .header .htop .loginbox .btnbox .btn{
	font-size: 13px;
	color: #fff;
}
.headerbox .header .htop .loginbox .userbox{
	padding-right: 40px;
	position: relative;
}
.headerbox .header .htop .loginbox .userbox .user{
		height: 40px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 30px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/user_03.png);
	font-size: 12px;
	color: #fff;
	transition: all .5s ease;
}
.headerbox .header .htop .loginbox .userbox .out{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	transition: all .5s ease;
}
.headerbox .header .htop .loginbox .userbox .user:hover{
	color: #e5a700;
}
.headerbox .header .htop .loginbox .userbox .out:hover{
	color: #e5a700;
}
.headerbox .header .htop .loginbox .userbox .msg{
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/msg.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.headerbox .header .htop .loginbox .userbox .msg span{
	width: 15px;
	height: 15px;
	line-height: 17px;
	text-align: center;
	background-color: #db0011;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
}
.headerbox .header .htop .tel{
	float: right;
	height: 40px;
}
.headerbox .header .hbottom{
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	position: relative;
}
.headerbox .header .hbottom .wrap{
	border-bottom: 1px solid #e6e6e6;
}
.headerbox .header .hbottom .logo{
	position: absolute;
	left: 0;
	top: 0;
}
.headerbox .header .nav{
	float: right;
	font-size: 0;
}
.headerbox .header .nav .li1{	
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 79px;
	line-height: 79px;
	margin-left: 50px;
	position: relative;
}
.headerbox .header .nav .li1 .line{
	content: "";
	width: 0;
	height: 3px;
	background-color: #e5a700;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	transition: all .3s ease;
}
.headerbox .header .nav .li1.on .line{
	width: 100%;
}
.headerbox .header .nav .li1 .a1{
    font-size: 16px;
    color: #000;
    height: 79px;
    line-height: 79px;
    font-weight: bold;
    position: relative;
    display: block;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.headerbox .header .nav .li1.on .a1{
    color: #e5a700;
}
.headerbox .header .nav .li1 .a1.home{
	width: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/home_03.png);
	border:none;
}

/*carry-sub*/
.headerbox .header .nav .li1 .carry-sub{
	width: 100%;
	position: fixed;
	top: 120px;
	left: 0;
	background-color: #fff;
	z-index: 10;
	border-top: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.headerbox.down .header .nav .li1[data-on="on"] .carry-sub{
	transform: translateY(5%);
	opacity: 0;
	visibility: hidden;
}
.headerbox .header .nav .li1[data-on="on"] .carry-sub{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;	
}
.headerbox .header .nav .li1 .carry-sub .swiperbox{
	    margin-left: auto;
    margin-right: auto;
    width: 1220px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper{
	width: 1200px;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper .bd ul li{
	width: 239px;
	float: left;
	border-right: 1px solid #ebedec;
	min-height: 370px;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper .bd ul li .classname{
	font-size: 16px;
	color: #1e203f;
	font-weight: bold;
	margin-bottom: 15px;
    line-height: 26px;
	display: block;
	padding-left: 10px;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper .bd ul li .list .liq{
    line-height: 20px;
   	padding-left: 10px;
   	transition: all .3s ease;
   	margin-bottom: 10px;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper .bd ul li .list .liq:hover{
	background-color: #f4f4f4;
}
.headerbox .header .nav .li1 .carry-sub .swiperbox .subswiper .bd ul li .list .liq .qq{
	font-size: 14px;
	color: #385087;
	border-bottom: 1px solid #385087;
}


/*sub*/
.headerbox .header .nav .li1 .sub{
	padding: 40px 40px 30px 40px;
	background-color: #fff;
	width: 180px;
	position: absolute;
	right: 0;
	top: 80px;
	transition: all .3s ease;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transform: translateY(10%);
	opacity: 0;
	visibility: hidden;
}
.headerbox .header .nav .li1[data-on="on"] .sub{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.headerbox .header .nav .li1 .sub .stheme{
	font-size: 18px;
	color: #68737a;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}
.headerbox .header .nav .li1 .sub .list .sub-a{
	font-size: 16px;
	color: #68737a;
	margin-bottom: 10px;
	display: block;
	line-height: 20px;
	height: 20px;
}
.headerbox .header .nav .li1 .sub .list .sub-a:hover{
	color: #1d2a6c;
}

/*头部 End*/


/* =========

  首页

  ========== */
/*首页轮播*/
.indexswiper {
    position: relative;
    width: 100%;
    height: 950px;
    background-color: #f8f8f8;
}
.indexswiper .bd ul, .indexswiper .bd ul li, .indexswiper .bd ul li{
    width: 100%!important;
    height:950px;
    float: left;
    position: relative;
        display: block;
    background-color: #f8f8f8;
}
.indexswiper .sbtn{
	position: absolute;
	width: 40px;
	height: 80px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	background-color: #e8e8e8;
	z-index: 11;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
}
.indexswiper .sbtn.inprev{
	left: 0;
}
.indexswiper .sbtn.innext{
	right: 0;
}



/**/
.indexswiper .textbox{
	position: absolute;
	left:0;
	top: 0;
	z-index: 11;
	width: 100%;
	padding-top: 280px;
}
.indexswiper .textbox .text .content{
	font-size: 16px;
	color: rgba(255,255,255,.5);
	margin-bottom: 40px;
}
.indexswiper .textbox .text .more{
	padding-left: 10px;
	width: 85px;
	background-color: #e4a702;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-position: 76px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/sico_03.png);
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.indexswiper .search-box{
	position: absolute;
	right: 0;
	bottom: 0;
	width:100%;
	height: 230px;
	z-index: 111;
}
.indexswiper .search-box .wrap{
	width: 965px;
}
.indexswiper .search-box .linkbox{
	margin-bottom: 50px;
	margin-top: -50px;
	font-size: 0;
}
.indexswiper .search-box .linkbox .ll{
	width: 25%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-color: #68737a;
	position: relative;
	text-align: center;
}
.indexswiper .search-box .linkbox .ll:hover{
	background-color: #f4f4f4;
	color: #1d2a6c;
}
.indexswiper .search-box .linkbox .ll:after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.indexswiper .search-box .linkbox .ll.last:after{
	display: none;
}
.indexswiper .search-box form{
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
	padding-right: 80px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background-position: 25px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ssico.png);
}
.indexswiper .search-box form input[type="text"]{
	width: 300px;
	height: 60px;
	border:none;
}
.indexswiper .search-box form input[type="submit"]{
	text-transform:uppercase;
	position: absolute;
	right: 20px;
	height: 60px;
	font-size: 16px;
	color: #385087;
	font-weight: bold;
	background-color: transparent;
	border:none;
	cursor: pointer;
	padding-right: 28px;
	background-position: 76px center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ssico_03.png);
}
.indexswiper .search-box .downbox{
	font-size: 0;
}
.indexswiper .search-box .downbox .dd{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
	height: 40px;
	margin-right: 15px;
}
/*首页轮播end*/

/*首页集运*/
.injy-bg{
	overflow: hidden;
	margin-bottom: 60px;
}
.injy-bg .theme{
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 34px;
	color: #1d2a6c;
}
.injy-bg .injyslide .bd ul{
	width: 100%;
}
.injy-bg .injyslide .bd ul li{
	width: 386px;
	margin-right: 21px;
	float: left;
	position: relative;
}
.injy-bg .injyslide .bd ul li .banner{
	width: 100%;
	height: 370px;
}
.injy-bg .injyslide .bd ul li .text{
	padding-top: 20px;
	padding-bottom: 40px;
}
.injy-bg .injyslide .bd ul li .text .content{
	font-size: 22px;
	line-height: 30px;
	color: #1e203f;
	margin-bottom: 10px;
	height: 60px;
	overflow: hidden;
}
.injy-bg .injyslide .bd ul li .text .more{
	font-size: 14px;
	color: #1d2a6c;
	font-weight: bold;
	padding-right: 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/phone/images/fjt.png);
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
}
.injy-bg .injyslide .hd{
	width: 100%;
	background-color: #c5cdd2;
	position: relative;
}
.injy-bg .injyslide .hd ul{
	padding: 36px 0;
	text-align: center;
	font-size: 0;
}
.injy-bg .injyslide .hd ul li{
	border-radius: 50%;
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;	
	background-color: #84929b;
	cursor: pointer;
}
.injy-bg .injyslide .hd ul li.on{
	background-color: #fff;
}
.injy-bg .injyslide .hd .sbtn{
	position: absolute;
	width: 56px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	border-radius: 50px;
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #fff;
	cursor: pointer;
	transition: all .3s ease;
}
.injy-bg .injyslide .hd .sbtn:hover{
	background-color: #1d2a6c;
}
.injy-bg .injyslide .hd .sbtn.inprev{
	left: 25px;
	background-image: url(/phone/images/jyl.png);
}
.injy-bg .injyslide .hd .sbtn.innext{
	right: 25px;
	background-image: url(/phone/images/jyr.png);
}


/*推荐新会员*/
.intj-bg{
	min-height: 400px;
	margin-bottom: 70px;
	overflow: hidden;
}
.intj-bg .tjimg{
	width: 800px;
	height: 400px;
	float: left;
}
.intj-bg .main{
	width: 400px;
	height: 320px;
	float: right;
	background-color: #f4f4f4;
	text-align: center;
	padding-top: 80px;
}
.intj-bg .main .title{
	font-size: 30px;
	color: #1e203f;
	margin-bottom: 20px;
}
.intj-bg .main .msg{
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 30px;
}
.intj-bg .main .msg span{
	color: #1d2a6c;
	font-weight: bold;
}
.start{
	width: 190px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #68737a;
	padding-left: 15px;
	font-size: 14px;
	color: #fefefe;
	background-position: 170px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ser.png);
	text-align: left;
	transition: all .3s ease;
}
.start:hover{
	background-color: #1d2a6c;
}


/*跨境电商*/
.inpt-bg{
	padding-top: 200px;
	height: 420px;
	text-align: right;
}
.inpt-bg .ptbox{
	width: 420px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #fff;
	padding: 35px 30px;
	text-align: left;
}
.inpt-bg .ptbox .title{
	font-size: 30px;
	color: #1e203f;
	margin-bottom: 10px;
}
.inpt-bg .ptbox .msg{
	font-size: 18px;
	color: #68737a;
	line-height: 30px;
	margin-bottom: 40px;
}

/*有何疑问*/
.inwhy-bg {
	background-color: #68737a;
	height: 110px;
}
.inwhy-bg .wrap{
	padding-top: 45px;
	position: relative;
}
.inwhy-bg .text{
	padding-left: 100px;
	font-size: 14px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	position: relative;
	color: #fff;
}
.inwhy-bg .text .link{
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}
.inwhy-bg .tel{
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 30px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/telico_03.png);
}

/* =========

  	通用大图

  ========== */
.allpage-banner .abanner{
	height: 550px;
}

/* =========

  	跨境集运

  ========== */
/*类别*/
.pclassbox{
	margin-top: -40px;
	background-color: #fff;
	position: relative;
	z-index: 22;
}
.pclassbox .outbox{
	padding: 15px;
}
.pclassbox .outbox .inbox{
	padding-left: 161px;
	background-color: #7a8188;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.pclassbox .outbox .inbox .cmenu{
	position: absolute;
	left: 0;
	top: 0;
	width:160px;
	height: 50px;
}
.pclassbox .outbox .inbox .cmenu .word{
	background-color: #1d2a6c;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-position: 25px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/line_03.png);
}
.pclassbox .outbox .inbox .cmenu .word .ww{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-left: 25px;
}
.pclassbox .outbox .inbox .cmenu .sub{
	position: absolute;
	left: 0;
	top: 100%;
	width: 300px;
	padding:20px 40px;
	background-color: #fff;
	z-index: 11;
	max-height: 420px;
	overflow-y: auto;
	display: none;
}
.pclassbox .outbox .inbox .cmenu .sub .list .li{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	color: #343434;
	transition: all .3s ease;
}
.pclassbox .outbox .inbox .cmenu .sub .list .li:hover{
	color: #1d2a6c;
	border-bottom: 1px solid #1d2a6c;
}
.pclassbox .outbox .inbox .classname{
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

/*跨境集运*/
.carry-bg{
	margin-top: -40px;
	min-height: 40px;
	padding: 80px 0;
}
.carry-bg .carry-theme{
	font-size: 36px;
	color: #1d2a6c;
	margin-bottom: 30px;
}
.carry-bg .cviewbox{
	padding: 30px 0;
	font-size: 16px;
	line-height: 2;
}
/*派送收费*/
.carry-bg .send-box .send-desc{
	margin-bottom: 100px;
}
.carry-bg .send-box .send-table{
	position: relative;
}
.carry-bg .send-box .send-table .bg{
	width: 400px;
	height: 89%;
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 0;
}
.carry-bg .send-box .send-table .scontent{
	width: 800px;
	float: left;
}
.carry-bg .send-box .send-table .sright {
	width: 400px;
	min-height: 575px;
	float: right;
	position: relative;
	z-index: 11;
	background-color: #f2f2f2;
}


/*计算机样式*/
.calc-box .theme{
	height: 54px;
	background-color: #68737a;
	padding-top: 70px;
	padding-left: 20px;
	font-size: 24px;
	color: #fff;
}
.calc-box .inbox{
	padding: 20px 25px;
}
.calc-box .inbox .calc-form {
	margin-bottom: 10px;
}
.calc-box .inbox .calc-form .my-item{
	margin-bottom: 10px;
	position: relative;
}
/*地区*/
.calc-box .inbox .calc-form .my-item .areabox{
	position: relative;
	background-color: #fff;
}
.calc-box .inbox .calc-form .my-item .areabox .where{
	border:1px solid #dcdcdc;
	padding-left: 40px;
	font-size: 14px;
	color: #323232;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	position: relative;
	background-position: 15px;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 13px;
	background-size: 19px 13px;
}
.calc-box .inbox .calc-form .my-item .areabox .where .jt{
	width: 32px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/cjt_06.png);
	position: absolute;
	right: 1px;
	top: 1px;
}
.calc-box .inbox .calc-form .my-item .areabox .where .jt span{
	width: 1px;
	height: 20px;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.calc-box .inbox .calc-form .my-item .areabox .sub{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 11;
	display: none;
}
.calc-box .inbox .calc-form .my-item .areabox .sub .ss{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #323232;
	border:1px solid #dcdcdc;
	padding-left: 40px;
	cursor: pointer;
	background-position: 15px;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 13px;
	background-size: 19px 13px;
}
/*尺寸*/
.calc-box .inbox .calc-form .my-item .sizebox{
	width: 108px;
	margin-right: 10px;
	float: left;
	border:1px solid #dcdcdc;
}
.calc-box .inbox .calc-form .my-item .sizebox input[type="text"]{
	width: 78px;
	height: 36px;
	border:none;
	padding: 0 15px;
}
.calc-box .inbox .calc-form .my-item .sizebox.right{
	margin-right: 0;
}
/*重量*/
.calc-box .inbox .calc-form .my-item .zhongbox{
	width: 228px;
	float: left;
	border:1px solid #dcdcdc;
}
.calc-box .inbox .calc-form .my-item .zhongbox input[type="text"]{
	width: 198px;
	height: 36px;
	border:none;
	padding: 0 15px;
}
.calc-box .inbox .calc-form .my-item .moneybox{
	width: 108px;
	float: right;
	border:1px solid #dcdcdc;
	position: relative;
	background-color: #fff;
}
.calc-box .inbox .calc-form .my-item .moneybox span{
	width: 1px;
	height: 20px;
	background-color: #dcdcdc;
	position: absolute;
	right: 33px;
	top: 50%;
	margin-top: -10px;
}
.calc-box .inbox .calc-form .my-item .moneybox select{
	height: 36px;
	width: 100%;
	border:none;
	padding-left: 10px;
	background-position: 85px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/cjt_06.png);
	cursor: pointer;
}
.calc-box .inbox .calc-form input[type="submit"]{
	height: 50px;
	width: 100%;
	background-color: #1d2a6c;
	font-size: 18px;
	color: #ffffff;
	border:none;
	cursor: pointer;
}
.calc-box .inbox  .tie{
	font-size: 14px;
	color: #6b6b6b;
	margin-bottom: 10px;
}
.calc-box .inbox .result{
	padding-top: 20px;
	position: relative;
	border-top:1px solid #d2d2d2;
}
.calc-box .inbox .result .jt{
	width: 12px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/rty_03.jpg);
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -1px;
}
.calc-box .inbox .result .bt{
	font-size: 14px;
	color: #212121;
	font-weight: bold;
	line-height: 20px;
}
.calc-box .inbox .result .ritem{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 14px;
color: #212121;
padding-left: 80px;
position: relative;
}
.calc-box .inbox .result .ritem .dd{
	font-size: 14px;
	color: #212121;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.calc-box .inbox .result .ritem .dd .ddd{
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 2px;
	background-color: #1d2a6c;
	margin-top: -1px;	
}
.calc-box .inbox .result .ritem .num{
	font-size: 30px;
	color: #000;
	margin-left: 30px;
}

/*集运必读*/
.mustd-box .lim.two{
	background-color: #fafafa;
}
.mustd-box .lim .ico{
	width: 240px;
	height: 240px;
	float: left;
}
.mustd-box .lim .mtext{
	padding-top: 90px;
	width: 960px;
	float: right;
}
.mustd-box .lim .mtext .bbt{
	font-size: 24px;
	color: #25383c;
	margin-bottom: 10px;
	line-height: 30px;
}
.mustd-box .lim .mtext .content{
	font-size: 16px;
	color: #585e63;
	line-height: 2;
}

/*附加费*/
.add-list .lia{
	padding: 60px 0;
	border-bottom: 1px solid #e3e3e3;
}
.add-list .lia .imgbox{
	width: 50%;
	float: right;
}
.add-list .lia .text{
	width: 50%;
	float: left;
	font-size: 16px;
	color: #585e63;
}
.add-list .lia.two .imgbox{
	float: left;
}
.add-list .lia.two .text{
	float: right;
}





/*自取收费*/
.seft-top{
	margin-bottom: 120px;
}
.self-table{
	width: 100%;
}
.self-table .thead .hh{
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: #9ca7af;
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	text-indent:0.8em; 
}
.self-table.en .thead .hh{
	font-size: 15px;
}
.self-table .thead .hh.h1{
	width: 139px;
	border-right: 1px solid #fff;
}
.self-table .thead .hh.h2{
	width: 264px;
	border-right: 1px solid #fff;
}
.self-table .thead .hh.h3{
	width: 375px;
}
.self-table .tbody{
	max-height: 840px;
	overflow-y: auto;
}
.self-table .tbody .lib{
	background-color: #f2f2f2;
}
.self-table .tbody .lib .bb{
	overflow: hidden;
	padding: 20px 20px 50px 20px;
	font-size: 16px;
	line-height: 24px;
	color: #25383c;
	font-weight: bold;
}
.self-table .tbody .lib .bb.b1{
	width: 99px;
	color: #1d2a6c;
	border-right: 1px solid #fff;
}
.self-table .tbody .lib .bb.b2{
	width: 224px;
	border-right: 1px solid #fff;
}
.self-table .tbody .lib .bb.b3{
	width: 335px;
}
.self-table .tbody .lib .bb.b3 span{
	color: #008580;
	margin-left: 10px;
}


/*费用试算及规则*/
.mtest-bg{
	padding-bottom: 100px;
}
.mtest-bg .tlist{
	margin-bottom: 60px;
}
.mtest-bg .tlist .lit{
	width: 243px;
	float: left;
	margin-right: 20px;
	border:1px solid #dcdee0;
	padding: 20px;
	height: 290px;
	position: relative;
}
.mtest-bg .tlist .lit.four{
	margin-right: 0;
}
.mtest-bg .tlist .lit .num{
	font-size: 100px;
	color: rgba(197,205,210,.2);
	position: absolute;
	right: 10px;
	bottom: 0;
}
.mtest-bg .tlist .lit .content{
	font-size: 15px;
	color: #585e63;
	line-height: 24px;
	max-height: 290px;
	overflow-y: auto;
}
@media only screen and (min-width: 800px) {
.mtest-bg .tlist .lit .content::-webkit-scrollbar {
 width: 0;
}
}
/*计算*/
.mtest-bg .test-calc{
	margin-bottom: 90px;
	background-color: #ededed;
	padding:40px 30px;
}
.mtest-bg .test-calc .text{
	width: 485px;
	float: left;
}
.mtest-bg .test-calc .text .theme{
	font-size: 28px;
	color: #25383c;
	font-weight: bold;
	margin-bottom: 20px;
}
.mtest-bg .test-calc .text .msg{
	font-size: 16px;
	color: #25383c;
	line-height: 2;
}
.mtest-bg .test-calc .clacbox{
	width: 640px;
	float: right;
}
.mtest-bg .test-calc .clacbox .calc-box .inbox{
	padding: 0;
	padding-right: 270px;
	position: relative;
}
.mtest-bg .test-calc .clacbox .calc-box .inbox form{
	width: 350px;
}
.mtest-bg .test-calc .clacbox .calc-box .inbox .result{
	position: absolute;
	right: 0;
	top: 0;
	width: 240px;
	height: 100%;
	padding-top: 0;
	padding-left: 30px;
	border-top: none;
	border-left: 1px solid #d2d2d2;
}
.mtest-bg .test-calc .clacbox .calc-box .inbox .result .jt{
	left: 0;
	top: 50%;
	margin-top: -4px;
	background-image: url(/phone/images/fgy_03.jpg);
}
.mtest-bg .test-calc .clacbox .calc-box .inbox .result .ritem {
    height: 60px;
    line-height: 60px;
}
.mtest-bg .tbottom{
	font-size: 16px;
}

/*失件如何处理*/
.lost-box{
	padding-top: 50px;
}
.lost-box .lil{
	margin-bottom: 70px;
}
.lost-box .lil .bbt{
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
	font-size: 30px;
	color: #353535;
	margin-bottom: 20px;
	position: relative;
}
.lost-box .lil .bbt span{
	width: 5px;
	height: 100%;
	background-color: #1d2a6c;
	position: absolute;
	left: 0;
	top: 0;
}
.lost-box .lil .content{
	font-size: 16px;
	color: #25383c;
	line-height: 46px;
}

/*截單時間 · 工作時間*/
.endtime .time-top{
	margin-bottom: 50px;
}
.endtime .endmail{
	height: 70px;
	line-height: 70px;
	background-color: #008580;
	display: block;
	position: relative;
}
.endtime .endmail .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 30px;
	height: 100%;
	padding-left: 65px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-position: 30px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/timgico_03.png);
}
.endtime .endmail .link{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 18px;
	color: #fff;
	padding-right: 30px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/phone/images/timgico_06.png);
}

/*收费标准*/
.charge-box .lic{
	padding-bottom: 70px;
	border-bottom: 1px solid #e3e3e3;
}
.charge-box .lic .text{
	width: 780px;
	float: left;
	padding-top: 60px;
}
.charge-box .lic .text .title{
	font-size:24px;
	color: #25383c;
	line-height: 30px;
	margin-bottom: 10px;
}
.charge-box .lic .text .content{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 44px;
}
.charge-box .lic .imgbox{
	width: 420px;
	float: right;
}

/*集運臺灣必讀*/
.tmust-box .lit{
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.tmust-box .lit .ico{
	width: 168px;
	height: 168px;
	float: right;
}
.tmust-box .lit .textbox{
	height: 68px;
	padding: 50px 40px;
	max-width: 1036px;
	background-color: #f8f8f8;
}
.tmust-box .lit .textbox .text{
	font-size: 18px;
	color: #25383c;
	line-height: 2;
}

/* =========

  	路径

  ========== */
.pathbox{
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 0;
	height: 24px;
	line-height: 24px;
}
.pathbox .pp{
	font-size: 16px;
	color: #353535;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.pathbox span{
	font-size: 16px;
	color: #db0011;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: simsun;
	padding: 0 10px;
	font-weight: bold;
}

/* =========

  	仓储管理

  ========== */
.manage-bg{
	padding-bottom: 136px;
}
.manage-bg .theme{
	font-size: 38px;
	line-height: 40px;
	color: #1d2a6c;
	margin-bottom: 30px;
}
.manage-bg .mcontent{
	font-size: 16px;
	line-height: 2;
}

/* =========

  	企业文化

  ========== */
.modelbox{
	height: 60px;
	margin-right: 0;
	margin-left: auto;
	margin-top: -30px;
	margin-bottom: 20px;
}
.modelbox .pathbox{
	float: right;
	width: auto;
	background-color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
}
.modelbox .pathbox .pp{
	font-size: 14px;
	transition: all .5s ease;
}
.modelbox .pathbox .pp:hover{
	color: #e5a700;
}
.modelbox .amenu{
	position: relative;
	width: 140px;
	height: 60px;
	line-height: 60px;
	float: right;
}
.modelbox .amenu .word{
	background-color: #1d2a6c;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	background-position: 25px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/line_03.png);
}
.modelbox .amenu .word .ww{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-left: 25px;
}
.modelbox .amenu .sub{
	position: absolute;
	left: 0;
	top: 100%;
	width: 300px;
	padding:20px 40px;
	background-color: #fff;
	z-index: 11;
	max-height: 250px;
	overflow-y: auto;
	border:1px solid #d2d2d2;
	display: none;
}
.modelbox .amenu .sub .list .li{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	color: #343434;
	transition: all .3s ease;
}
.modelbox .amenu .sub .list .li:hover{
	color: #1d2a6c;
	border-bottom: 1px solid #1d2a6c;
}

/*公司介绍*/
.intro-bg{
	padding-bottom: 80px;
}
.intro-bg .about-theme{
	font-size: 60px;
	line-height: 65px;
	color: #1d2a6c;
	margin-bottom: 40px;
}
.intro-bg .indesc{
	font-size: 16px;
	color: #25383c;
	line-height: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e9eb;
	margin-bottom: 50px;
}
.intro-bg .inbbt{
	font-size: 36px;
	color: #1d2a6c;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}
.intro-bg .inbbt span{
	width: 50px;
	height: 2px;
	background-color: #008580;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
/*新闻资讯*/
.innews-bg{
	padding-bottom: 80px;
}
.innews-bg .nlist{
	margin-bottom: 50px;
	max-height: 732px;
	overflow: hidden;
}
.innews-bg .nlist[data-on="on"]{
	max-height: none;
}
.innews-bg .nlist .lin{
	padding: 40px 0;
	border-bottom: 1px solid #dee2e6;
	position: relative;
}
.innews-bg .nlist .lin .line{
	width: 0;
	height: 1px;
	background-color: #1d2a6c;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease;
}
.innews-bg .nlist .lin .imgbox{
	width: 250px;
	float: left;
	overflow: hidden;
}
.innews-bg .nlist .lin .imgbox .nimg{
	width: 250px;
	height: 160px;
	transition: all .3s ease;
}
.innews-bg .nlist .lin .text{
	width: 910px;
	float: right;
}
.innews-bg .nlist .lin .text .title{
	font-size: 22px;
	color: #282828;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
	transition: all .3s ease;
}
.innews-bg .nlist .lin .text .demo{
	font-size: 15px;
	color: #787878;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.innews-bg .nlist .lin .text .detail{
	font-size: 15px;
	color: #1d2a6c;
}
.innews-bg .nlist .lin:hover .line{
	width: 100%;
}
.innews-bg .nlist .lin:hover .text .title{
	color: #1d2a6c;
}
.innews-bg .nlist .lin:hover .imgbox .nimg{
	transform: scale(1.1);
}
.innews-bg .all{
	text-align: center;
}
.innews-bg .all .ww{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 18px;
	color: #1d2a6c;
	padding-right: 20px;
	height: 22px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.innews-bg .all .ww span{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 13px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/rrjt_03.png);
	transition: all .3s ease;
}
.innews-bg .all .ww:hover span{
	transform: rotate(-180deg);
}

/*核心价值观*/
.center-bg{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e6e9eb;
}
.center-bg .clist{
	width: 1050px;
	padding: 30px;
	background-color: #edf0f8;
	border-radius: 200px;
	margin-bottom: 40px;
}
.center-bg .clist .lic{
	width: 330px;
	height: 240px;
	padding-top: 90px;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
	background-color: #fff;
	text-align: center;
	transition: all 1s ease;
}
.center-bg .clist .lic.on{
	transform: rotateY(360deg);
}
.center-bg .clist .lic.two{
	transition-delay: .2s;	
}
.center-bg .clist .lic.three{
	margin-right: 0;
	transition-delay: .4s;
}
.center-bg .clist .lic .ico{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 40px;
	max-height: 100px;
	transition: all 1s ease;
}
.center-bg .clist .lic .title{
	font-size: 22px;
	color: #282828;
	line-height: 28px;
	font-weight: bold;
	max-width: 180px;
	margin: 0 auto;
}
.center-bg .clist .lic:hover .ico{
	transform: rotateY(360deg);
}
.center-bg .desc{
	font-size: 28px;
	color: #1d2a6c;
	text-align: center;
}

/*发展历程*/
.history-bg .hlist{
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
	width: 960px;
}
.history-bg .hlist .line{
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #dee2e6;
	margin-left: -1px;
}
.history-bg .hlist .lih{
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 50px;
}
.history-bg .hlist .lih.two{
	float: right;
}
.history-bg .hlist .lih.tt{
	margin-top: 90px;
}
.history-bg .hlist .lih .text{
	width: 360px;
	float: left;
	padding: 30px;
	border:1px solid #dfe2e6;
	border-bottom:3px solid #1d2a6c;
}
.history-bg .hlist .lih.two .text{
	float: right;
}
.history-bg .hlist .lih .text .content{
	font-size: 18px;
	color: #303030;
	line-height: 2;
}
.history-bg .hlist .lih .yy{
	width: 12px;
	height: 12px;
	background-color: #008580;
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: -6px;
	margin-top: -6px;
	border-radius: 50%;
}
.history-bg .hlist .lih.two .yy{
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: -6px;
}
.history-bg .hlist .lih .ll{
	width: 42px;
	border:1px dashed #dee2e6;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1px;
}
.history-bg .hlist .lih.two .ll{
	right: auto;
	left: 10px;
}


.news-bgjiameng{
	padding-top: 40px;
}
.news-bgjiameng .new-top{
	height: 100px;
	position: relative;
	padding-right: 270px;
	background-color: #000000;
}
.news-bgjiameng .new-top .nsearch{
	padding-left: 80px;
	position: relative;
}



/*新闻公告*/
.news-bg{
	padding-top: 40px;
}
.news-bg .new-top{
	height: 100px;
	position: relative;
	padding-right: 270px;
	background-color: #1d2a6c;
}
.news-bg .new-top .nsearch{
	padding-left: 80px;
	position: relative;
}
.news-bg .new-top .nsearch input[type="text"]{
	width: 850px;
	height: 100px;
	border:none;
	background-color: #1d2a6c;
	font-size: 24px;
	color: #fff;
}
.news-bg .new-top .nsearch input[type="text"]:-moz-placeholder {
	font-size: 24px;
	color: rgba(255,255,255,.5);
}
.news-bg .new-top .nsearch input[type="text"]:-ms-input-placeholder {
	font-size: 24px;
	color: rgba(255,255,255,.5);
}
.news-bg .new-top .nsearch input[type="text"]::-webkit-input-placeholder {
	font-size: 24px;
	color: rgba(255,255,255,.5);
}
.news-bg .new-top .nsearch input[type="submit"]{
	width: 80px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center 36px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/nico_03.png);
	background-color: transparent;
	border:none;
	cursor: pointer;
}
.news-bg .new-top .nyearbox{
	width: 270px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid rgba(255,255,255,.2);
}
.news-bg .new-top .nyearbox .now{
	padding-left: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	cursor: pointer;
	background-position: 225px;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ljt_03.png);
}
.news-bg .new-top .nyearbox .sub{
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display: none;
}
.news-bg .new-top .nyearbox .sub .ss{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #353535;
	transition: all .3s ease;
}
.news-bg .new-top .nyearbox .sub .ss:hover{
	background-color: #1d2a6c;
	color: #fff;
}

/*列表*/
.news-bg{
	position: relative;
}
.news-bg .nmd{
	position: absolute;
	top: -110px;
}
.news-bg .new-list{
	margin-bottom: 40px;
}
.news-bg .new-list .nhead{
	height: 70px;
	line-height: 70px;
}
.news-bg .new-list .nhead .hh{
	float: left;
	font-size: 14px;
	color: #282828;
}
.news-bg .new-list .nhead .hh.h1{
	width: 1020px;
	padding-left: 20px;
}
.news-bg .new-list .nhead .hh.h2{
	width: 160px;
}
.news-bg .new-list .nbody .lin{
	height: 90px;
	line-height: 90px;
	background-color: #f2f2f2;
	display: block;
	transition: all .3s ease;
	font-size: 18px;
	color: #282828;
}
.news-bg .new-list .nbody .lin.two{
	background-color: #fbfbfb;
}
.news-bg .new-list .nbody .lin .nn{
	float: left;
	height: 90px;
}
.news-bg .new-list .nbody .lin .nn.n1{
	width: 1020px;
	padding-left: 20px;
}
.news-bg .new-list .nbody .lin .nn.n2{
	width: 160px;
}
.news-bg .new-list .nbody .lin:hover{
	background-color: #1d2a6c;
	color: #fff;
}
.news-bg .new-list .nbody .nothing{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #282828;
	text-align: center;
}

/*新闻详情*/
.nview-bg{
	padding-bottom: 80px;
}
.nview-bg .ntitle{
	font-size: 36px;
	color: #1d2a6c;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e9eb;
}
.nview-bg .nv-left{
	width: 920px;
	float: left;
}
.nview-bg .nv-left .content{
	font-size: 18px;
	color: #282828;
	line-height: 2;
	overflow: hidden;
}
.nview-bg .nv-right{
	width: 185px;
	float: right;
}
.nview-bg .nv-right .date{
	font-size: 48px;
	color: #1d2a6c;
}
.nview-bg .nv-right .year{
	font-size: 18px;
	color: #797979;
	margin-bottom: 20px;
}
.nview-bg .nv-right .back{
	height: 45px;
	line-height: 45px;
	background-color: #008580;
	border:1px solid #008580;
	font-size: 16px;
	color: #ffffff;
	display: block;
	text-align: center;
	transition: all .3s ease;
}
.nview-bg .nv-right .back:hover{
	background-color: #fff;
	color: #008580;
}


/*分页*/
.allfenye{
	text-align: right;
	height: 20px;
	line-height: 20px;
}
.allfenye .all{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	color: #7d7d7d;
	margin-right: 20px;
}
.allfenye .btn{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	color: #7d7d7d;
	transition: all .3s ease;
}
.allfenye .btn.on{
	color: #1d2a6c;
}
.allfenye .link{
		width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	color: #7d7d7d;
	transition: all .3s ease;
	background-position: center;
	background-repeat: no-repeat;
}
.allfenye .link.prev{
	background-image: url(/phone/images/rl.png);
}
.allfenye .link.next{
	background-image: url(/phone/images/rr.png);
}

/*工作机会*/
.news-bg.join .new-top {
    padding-right:0;
}
.news-bg.join .new-list .nhead .hh.h1 {
    width: 770px;
}
.news-bg.join .new-list .nhead .hh.h2 {
    width: 260px;
}
.news-bg.join .new-list .nhead .hh.h3 {
    width: 150px;
}
.news-bg.join .new-list .nbody .lin .nn.n1 {
    width: 770px;
}
.news-bg.join .new-list .nbody .lin .nn.n2 {
    width: 260px;
}
.news-bg.join .new-list .nbody .lin .nn.n3{
	width: 150px;
}


/*联系我们*/
.contact-bg .lic{
	width: 223px;
	border:1px solid #dcdee0;
	padding: 30px;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
	height: 270px;
	overflow: hidden;
}
.contact-bg .lic.four{
	margin-right: 0;
}
.contact-bg .lic .content{
	font-size: 20px;
	color: #7c7c7c;
}

/* =========

  	会员推荐

  ========== */
.tjbanner{
	height: 700px;
}
.tuijian-bg{
	padding-top: 40px;
	padding-bottom: 120px;
}
.tuijian-bg .tjbox{
	margin-bottom: 50px;
}
.tuijian-bg .tjbox .bbt{
	margin-bottom: 20px;
	font-size: 30px;
	color: #353535;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	position: relative;
}
.tuijian-bg .tjbox .bbt span{
	width: 5px;
	height: 36px;
	background-color: #1d2a6c;
	position: absolute;
	left: 0;
	top: 0;
}
.tuijian-bg .tjbox .content{
	font-size: 14px;	
}
.tuijian-bg .tjstart{
	height: 60px;
	line-height: 60px;
	background-color: #1d2a6c;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}

/* =========

  	更多有关鑫航

  ========== */
.more-top{
	background-color: #fafafa;
	padding-top: 230px;
	padding-bottom: 40px;
}
.more-top .mtheme{
	font-size: 38px;
	color: #1d2a6c;
}

.other-bg{
	padding-top: 60px;
	padding-bottom: 100px;
}
.other-bg .oleft{
	width: 810px;
	float: left;
}
.other-bg .oleft .ocontent{
	font-size: 18px;
	color: #3e3e3e;
	line-height: 30px;
}
.other-bg .oright{
	width: 290px;
	padding: 20px;
	float: right;
	border:1px solid #dcdcdc;
}
.other-bg .oright .bbt{
	font-size: 24px;
	color: #3e3e3e;
	margin-bottom: 20px;
}
.other-bg .oright .list .ll{
	margin-bottom: 10px;
	display: block;
}
.other-bg .oright .list .ll .ww{
	font-size: 16px;
	color: #68737a;
	padding-right: 25px;
	height: 20px;
	line-height: 20px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ojt_03.png);
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*网站指南*/
.site-bg .sbbt{
	display: block;
	font-size: 24px;
	color: #3e3e3e;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c5cdd2;
	margin-bottom: 20px;
}
.site-bg .sitem-top{
	clear: both;
	margin-bottom: 70px;
}
.site-bg .sitem-top .sbox .blist{
	width: 50%;
	float: left;
}
.site-bg .sitem-top .classname{
	display: block;
	margin-bottom: 15px;
}
.site-bg .sitem-top .classname .word{
	font-size: 18px;
	color: #1d2a6c;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 1px solid #1d2a6c;
	line-height: 20px;
}
.site-bg .sitem-top .ul .li{
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.site-bg .sitem-top .ul .li .ww{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 30px;
	padding-right: 24px;
	position: relative;
	font-size: 18px;
	color: #3e3e3e;
}
.site-bg .sitem-top .ul .li .ww .yy{
	width: 6px;
	height: 6px;
	background-color: #3e3e3e;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
}
.site-bg .sitem-top .ul .li .ww .jt{
	width: 7px;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/ojt_03.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transition: all .3s ease;
}
.site-bg .sitem-top .ul .li .ww:hover .jt{
	color: #1d2a6c;
	transform: rotate(-180deg);
}
.site-bg .sitem{
	float: left;
	width: 50%;
}
.site-bg .sitem.right{
	float: right;
}
.site-bg .sitem .slist a{
	display: block;
}

/* =========

  	货件追踪

  ========== */
.track-bg{
	padding-bottom: 100px;
}
.track-bg .track-table .thead{
	height: 70px;
	line-height: 70px;
}
.track-bg .track-table .thead .hh{
	font-size: 14px;
	color: #282828;
	float: left;
}
.track-bg .track-table .thead .hh.h1{
	padding-left: 20px;
	width: 229px;
	border-right:1px dashed #d4d5d7;
}
.track-bg .track-table .thead .hh.h2{
	width: 860px;
	padding-left: 90px;
}
.track-bg .track-table .tbody {
	border:2px solid #008580;
	overflow: hidden;
}
.track-bg .track-table .tbody .lib{
	height: 90px;
	line-height: 90px;
}
.track-bg .track-table .tbody .lib .bb{
	font-size: 18px;
	color: #282828;
	float: left;
	position: relative;
}
.track-bg .track-table .tbody .lib .bb.b1{
	padding-left: 20px;
	width: 228px;
}
.track-bg .track-table .tbody .lib .bb.b1 .jj{
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/jj_05.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: -8px;
	margin-top: -7px;
	z-index: 11;
	transition: all .3s ease;
}
.track-bg .track-table .tbody .lib:hover .bb.b1 .jj{
	background-image: url(/phone/images/jj_03.png);
}
.track-bg .track-table .tbody .lib .bb.b1 .line{
	width: 1px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/tline_03.png);
	position: absolute;
	right: -1px;
	top: 0;
	margin-top: -45px;
}
.track-bg .track-table .tbody .lib .bb.b2{
	width: 858px;
	padding-left: 90px;
}

/* =========

  登陆

  ========== */
.login-main{
	height: 800px;
	padding-top: 80px;
	background-color: #eff3f6;
}
.login-main .wrap{
	width: 400px;
}
.login-main .wrap .loginlogo{
	margin-bottom: 40px;
}
.login-main .wrap .loginlogo .logo{
	height: 52px;
	float: left;
}
.login-main .wrap .loginlogo .home{
	margin-top: 8px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	padding-left: 20px;
	border-left:1px solid #d6d9db;
	display: block;
	float: left;
	font-size: 15px;
	color: #7a7a7a;
}
.login-main .wrap .loginlogo .home:hover{
	color: #1d2a6c;
}
.login-main .wrap .loginbbt{
	font-size: 44px;
	color: #2d2d2d;
	margin-bottom: 20px;
}

/*表单*/
.login-main .wrap form{
	margin-bottom: 20px;
}
.login-main .wrap form .item{
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;
	border:1px solid #e1e1e1;
	border-radius: 3px;
	background-color: #fff;
}
.login-main .wrap form .item .ico{
	width: 44px;
	height: 48px;
	position: absolute;
	left: 1px;
	top: 1px;
}
.login-main .wrap form .item .ico span{
	width: 1px;
	height: 22px;
	background-color: #e1e1e1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.login-main .wrap form .item input{
	width: 323px;
	padding: 0 15px;
	height: 50px;
	border:none;
}
input:-moz-placeholder {
	font-size: 15px;
	color: #b3b3b3;
}
input:-ms-input-placeholder {
	font-size: 15px;
	color: #b3b3b3;
}
input::-webkit-input-placeholder {
	font-size: 15px;
	color: #b3b3b3;
}
.login-main .wrap form .tie{
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #1d2a6c;
}
.login-main .wrap form .btn{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	background-color: #1d2a6c;
	font-size: 18px;
	color: #ffffff;
	border:none;
	border-radius: 50px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.login-main .wrap .lmsg-box{
	margin-top: 20px;
	font-size: 15px;
	color: #313131;
}
.login-main .wrap .lmsg-box a{
	color: #1d2a6c;
	border-bottom: 1px solid #1d2a6c;
}
.layui-layer-dialog .layui-layer-content{
	overflow: hidden!important;
}
/* =========

  	注册

  ========== */
.login-main .wrap form .item .areabox{
	position: absolute;
	right: 1px;
	top: 1px;
}
.login-main .wrap form .item .areabox .line{
	width: 1px;
	height: 22px;
	background-color: #e1e1e1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.login-main .wrap form .item .areabox .jt{
	width: 11px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/zjt_03.png);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
}
.login-main .wrap form .item .areabox select{
	width: 90px;
	height: 48px;
	cursor: pointer;
	border:none;
	padding-left: 18px;
	font-size: 15px;
	color: #212121;
}
.login-main .wrap form .item.yzmbox .send-code{
	width: 110px;
	cursor: pointer;
	position: absolute;
	right:0;
	background-color: #fff;
	font-size: 15px;
	color: #1d2a6c;
	font-weight: bold;
	top: 1px;
	height: 48px;
	border:none;
}




/* =========

  页脚

  ========== */
.footer {
	background-color: #fafafa;
}
.footer .ftop{
	padding-top: 60px;
	border-bottom: 1px solid #dfe3e6;
}
.footer .ftop .fnav{
	max-width: 800px;
}
.footer .ftop .fnav .liv{
	width: 25%;
	float: left;
}
.footer .ftop .fnav .liv .vclass{
	margin-bottom: 30px;
}
.footer .ftop .fnav .liv .vclass .ctitle{
	margin-bottom: 10px;
	display: block;
}
.footer .ftop .fnav .liv .vclass .ctitle .ww{
	font-size: 15px;
	color: #1e203f;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	padding-right: 24px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
background-position: right;
background-repeat: no-repeat;
background-image: url(/phone/images/jiao_03.png);
}
.footer .ftop .fnav .liv .sub .ss{
	display: block;
	font-size: 13px;
	color: #68737a;
	margin-bottom: 10px;
}
.footer .ftop .tright{
	position: absolute;
	width: 400px;
	right: 0;
	top: 60px;
}
.footer .ftop .tright .ftool{
	margin-bottom: 35px;
	font-size: 0;
	text-align: right;
}
.footer .ftop .tright .ftool .titem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
}
.footer .ftop .tright .ftool .titem .ico{
	width: 40px;
	height: 40px;
}
.footer .ftop .tright .ftool .titem .weixin{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transition: all .3s ease;
	transform: translateX(-50%) scale(0);
}
.footer .ftop .tright .ftool .titem:hover .weixin{
	transform: translateX(-50%) scale(1);
}
.footer .ftop .tright .fdown{
	font-size: 0;
	text-align: right;
}
.footer .ftop .tright .fdown .dd{
	width: 155px;
	height: 50px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 15px;
}
.footer .fcontent{
	padding: 25px 0;
	position: relative;
}
.footer .fcontent .content{
	max-width: 860px;
	font-size: 12px;
	color: #68737a;
}
.footer .fcontent .content a{
	color: #68737a;
}
.footer .fcontent .link{
	position: absolute;
	right: 0;
	top: 50%;
	width: 340px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	font-size: 0;
}
.footer .fcontent .link .lk{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 13px;
	color: #68737a;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #81898f;
	height:15px;
	line-height: 15px;
}
.footer .fcontent .link .lk.one{
	border:none;
}

/* =========

  	客服

  ========== */
.kefu-box{
	position: fixed;
	right: 15px;
	bottom: 200px;
	z-index: 111;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.kefu-box[data-on="on"]{
	opacity: 1;
	visibility: visible; 
}
.kefu-box .kitem {
	display: block;
	position: relative;
	cursor: pointer;
}
.kefu-box .kitem .ico{
	width: 48px;
	height: 48px;
	transition: all .5s ease;
}
.kefu-box .kitem:hover .ico{
	background-color: #385087;
}
.kefu-box .kitem.k1 .ico{
	background-image: url(/phone/images/kico_03.png);
}
.kefu-box .kitem.k2 .ico{
	background-image: url(/phone/images/kico_06.png);
}
.kefu-box .kitem.k3 .ico{
	background-image: url(/phone/images/kico_08.png);
}
.kefu-box .kitem.k4 .ico{
	background-image: url(/phone/images/kico_10.png);
}
.kefu-box .kitem.k1:hover .ico{
	background-image: url(/phone/images/okico_03.png);
}
.kefu-box .kitem.k2:hover .ico{
	background-image: url(/phone/images/okico_06.png);
}
.kefu-box .kitem.k3:hover .ico{
	background-image: url(/phone/images/okico_08.png);
}
.kefu-box .kitem.k4:hover .ico{
	background-image: url(/phone/images/okico_10.png);
}
.kefu-box .kitem .code{
	width: 100px;
	position: absolute;
	right: 100%;
	top: 0;
	transition: all .3s ease;
	transform: scale(0);
}
.kefu-box .kitem:hover .code{
	transform: scale(1);
}
.kefu-box .ktop{
	width: 48px;
	border:1px solid #e3e4e6;
	background-color: #fff;
}
.kefu-box .kitem.jt{
	border:1px solid #e3e4e6;
	background-color: #fff;
	margin-top: 10px;
}

/* =========

  	最新公告

  ========== */
.innews-fix{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 320px;
	background-color: #fff;
	z-index: 111;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transition: all .3s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.innews-fix[data-active="show"]{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.innews-fix[data-active="out"]{
	display: none;
}
.innews-fix .btbox{
	background-color: #84929b;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.innews-fix .btbox .bt{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.innews-fix .btbox .close{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/inico_03.png);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}
.innews-fix .btbox .small{
	position: absolute;
	right: 45px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.innews-fix .btbox .small .l1{
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -5px;
}
.innews-fix[data-on="on"] .btbox .small .l2{
	width: 2px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -1px;
}
.innews-fix .inlist{
	overflow: hidden;
	transition: all .3s ease;
}
.innews-fix[data-on="on"] .inlist{
	height: 0;
}
.innews-fix .inlist .list{
	padding: 10px 15px;
}
.innews-fix .inlist .list .lin{
	font-size: 14px;
	color: #657077;
	padding-left: 10px;
	position: relative;
	transition: all .3s ease;
	display: block;
	height: 30px;
	line-height: 30px;
}
.innews-fix .inlist .list .lin:hover{
	color: #1d2a6c;
}
.innews-fix .inlist .list .lin span{
	width: 2px;
	height: 2px;
	background-color: #657077;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}


/*搜索*/
.search-theme{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.search-main img{ max-width:100%;width: 100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: 80vh;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #7b1e21;
	font-weight: bold;
	text-align: center;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:20px 0;
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.search-main .list ul li:nth-child(2n){
	margin-right: 0;
}
.search-main .list ul li.nothing {
	width: 100%;
	text-align: center;
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
	display: none;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
}
.search-main .list ul li a .tu{ margin-bottom:20px;display: none;}
@media only screen and (min-width:600px) {
.search-main .list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;display: none;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	width: 100%;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #21263f;
}
@media only screen and (max-width:1280px) {
.search-main .list ul li{
	padding:15px 0;
}
}
@media only screen and (max-width:800px) {
.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .title{
	font-size: 16px;
}
}

.md{
	position: absolute;
	top: -80px;
}

#loading-center-absolute {
	padding: 20px 0;
    text-align: center;
}
.object{
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	
	}

	






@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}





@-webkit-keyframes object_two {
 

  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}