@charset "utf-8";
/* CSS Document */
.inner-bannerDzxd{
    height:260px;
    background-repeat:no-repeat;
    background-position:center 0;
    position:relative;
}
.bannerDzxd{

    position:absolute;
    width:1200px;
    top:0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index:12;}

.searchDzxd{
    position:relative;
    float:left;
    background-color:#000;
    width:670px;
    height:90px;
    top:210px;
    left:0px;
    opacity:0.7;filter:alpha(opacity=70);
    z-index:10;}

.searchBox{
    position:relative;
    float:left;
    width:620px;
    top:140px;
    left:26px;
    height:50px;
    z-index:1000;}

.searchBox h3{
    float:left;
    background-color:#eee;
    height:50px;
    width:106px;
    font-size:18px;
    text-align:center;
    line-height:50px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchBox input{
    float:left;
    height:48px;line-height:46px;
    width:446px;
    font-size:18px;
    padding-left:8px;
    color:#666;
    outline:none;
    font-family:"微软雅黑";
    border:1px solid #fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchBox a.btnsearch{
    display:block;
    float:left;
    height:50px;
    width:50px;
    font-size:18px;
    padding-left:8px;
    background:#0053a1 url(../images/dzfxSearch.png) 10px 4px no-repeat;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchBox a.btnsearch:hover{
    background:#00417f url(../images/dzfxSearch.png) 10px 6px no-repeat;}


.dzfxlinkBox{
    position:relative;
    float:left;
    width:213px;
    top:32px;
    left:280px;

    z-index:1001;}
.dzfxlinkBox a{
    display:block;
    width:213px;
    height:63px;
    line-height:62px;
    color:#ddd;
    font-size:16px;
    text-align:center;
    background:url(../images/Dzxdlink1.png) no-repeat;}
.dzfxlinkBox a:hover{
    color:#fff;
    background:url(../images/Dzxdlink2.png) no-repeat;}




.Dzxdleft{
    float:left;
    width:670px;
    margin-top:90px;}
.Dzxdright{
    float:right;
    width:500px;
    margin-top:90px;}

.DzxdCnt{
    background-color:#fff;
    padding:20px;
    height:400px;}

.DzxdCnt dl{
    font-size:16px;
    line-height:40px;
    overflow:hidden;
    margin-bottom:30px;}
.DzxdCnt dl dt{
    float:left;
    width:200px;
    text-align:right;
    color:#666;}
.DzxdCnt dl dd{
    float:left;
    width:380px;
    color:#333;}
.DzxdCnt p.Dzxdtxt{
    clear:both;
    width:80%;
    margin:0 auto;
    padding-top:30px;
    border-top:1px dashed #ddd;
    font-size:14px;
    line-height:28px;
    color:#666;}


.DzxdCnt .noResult{
    width:600px;
    height:300px;
    background:url(../images/dzxdno.png) center no-repeat;}



.DzxdInfo{
    background-color:#fff;
    padding:20px 30px;
    height:439px;
    border-bottom:1px solid #265f94;}
.DzxdInfo h3{
    width:130px;
    height:20px;
    margin:0 auto;
    margin-top:10px;
    font-size:16px;
    padding-top:70px;
    margin-bottom:10px;
    color:#0053a1;
    text-align:center;
    background:url(../images/dzxdInfo.gif) center top no-repeat;}



.DzxdInfo p{
    font-size:14px;
    line-height:28px;
    color:#666;}
.DzxdInfo p.partner{color:#0053a1;
    text-align:center;
    font-size:16px;
    margin:20px;}

.DzxdInfo a.imglogo{
    display:block;
    float:left;
    margin-top:2px;
    margin-left:30px;
}
.DzxdInfo a.imglogo:hover{margin-top:0px;}
.DzxdInfo a.xiangguanpt{
    display:block;
    float:left;
    text-align:center;
    font-size:14px;
    background-color:#05a7d8;
    color:#fff;
    margin-top:2px;
    margin-left:30px;
    width:180px;
    height:46px;
    line-height:46px;
}
.DzxdInfo a.xiangguanpt:hover{margin-top:0px;}


/*-----------------导航------------------*/
.headerlay{width:1200px; height:auto;margin:0 auto; position:relative;}

.select {
    float:left;
    top:20px;
    width: 120px;
    text-align: center;
    line-height: 46px;
    position:relative;
    z-index:10000;}
.select .active{
    color:#2f70ad;
    font-weight:bold;}
.select a {
    color:#333;font-size:16px;
    text-decoration: none;}
.select ul,.select li {
    list-style: none;}
.select span {
    line-height: 46px;
    /* background-color: #41b1d9;*/
    display: block;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
.select span a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: solid 6px #aaa;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*给以整体的阴影和圆角 但是不能overflow*/
.drop {
    left:0;
    right: 0;
    top: -9999px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;

    -webkit-transform: translateY(-40px);/*y轴方向平移*/
    transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: all .2s ease-in;/*平移时间0.2s*/
    transition: all .2s ease-in;
    z-index:100;
}
/*给送个下拉助攻*/
.select:hover span{
    /* background-color: #1f93bc;*/
}
.select:hover span a:after{
    -webkit-transform: rotate(180deg);/*旋转180度*/
    transform: rotate(180deg);
}
.select:hover .drop{
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*一个很重要的三角形*/
.drop li:first-child:before {
    content: " ";
    font-size: 0;
    line-height: 0;
    margin: 0 auto;/*居中*/
    display: block;/*独占一行*/
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); /*配合整体一样的投影*/
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); /*一个正方形倾斜四十五度就是三角了但是要把下半部分藏起来*/
    position: relative;
    top: -5px; /*果断的露出上半部分*/
    z-index: 1; /*果断的隐藏下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.drop li a {
    color: #888;
    line-height: 46px;
    border-bottom: solid 1px #eee;
    font-size: 16px;
    display: block;
    background-color: #fff; /*要有背景色才能盖住呀*/
    position: relative;
    z-index: 2; /*这里很重要 要挡住三角形的下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*以下两块：控制第一个和最后一个li要圆角，因为最外边的div没有overflow 也不可以overflow*/
.drop li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -10px;
}
.drop li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
/*hover事件给了li，先改变三角 再改变a*/
.drop li:hover:before{
    background-color: #2f70ad;
}
.drop li:hover a {
    background-color: #2f70ad;
    color: #fff;
}
/*hot图标*/
.hotIcon{
    background:url(../images/hot-1.gif) no-repeat;
    width:28px;
    height:11px;
    position:relative;
    top:-26px;
    left:70px;
    z-index:500;}

.searchWlksh{
    position:relative;
    width:670px;
    height:90px;
    top:-350px;
    margin-left: auto;
    margin-right: auto;
    opacity:0.5;filter:alpha(opacity=50);
    z-index:10;}

.searchWlkshBox{
    position:relative;
    width:620px;
    margin-left: auto;
    margin-right: auto;
    top:-420px;
    height:50px;
    z-index:101;}

.searchWlkshBox h3{
    float:left;
    background-color:#eee;
    height:50px;
    width:106px;
    font-size:16px;
    text-align:center;
    line-height:50px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchWlkshBox input{
    float:left;
    height:48px;line-height:46px;
    width:446px;
    font-size:16px;
    padding-left:8px;
    color:#666;
    border:1px solid #fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchWlkshBox a.btnsearch{
    display:block;
    float:left;
    height:50px;
    width:50px;
    font-size:18px;
    padding-left:8px;
    background:#0053a1 url(../images/dzfxSearch.png) 10px 4px no-repeat;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
.searchWlkshBox a.btnsearch:hover{
    background:#00417f url(../images/dzfxSearch.png) 10px 6px no-repeat;}


/*头部导航导致的重新定位辅助DIV*/
.divpst{position:relative;
    margin-top:100px;
}

/*报关通0530*/
ul.tooldown{
    width:80%;
    margin:0 auto;}
ul.tooldown li{
    font-size:14px;
    height:40px;
    border-bottom:1px dashed #ddd;
    margin-bottom:8px;}

ul.tooldown li span{
    display:block;
    line-height:40px;
    float:left;}
ul.tooldown li a.btndown{
    float:right;
    display:block;
    color:#fff;
    margin-top:6px;
    background-color:#21bb99;
    padding:4px 12px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;}
ul.tooldown li a.btndown:hover{background-color:#25b0cf;}


/*电子箱单登录框*/
.loginBodyRightBox {
    position:relative;
    float:left;
    width:340px;
    top:14px;
    left:220px;
    height:220px;
    z-index:1001;

}

.loginBodyRightBox h3 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
}

.labelError {
    float: right;
    margin: 10px 30px 10px 0;
    line-height: 24px;
    color: #ff1c0f;
}

.inputCommon {
    float: left;
    width: 180px;
    height: 36px;
    padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    font-family:"微软雅黑";
    border: none;
    outline:none;
}

.inputCaptcha{
    width:112px;
}

.inputRember{
    border:1px solid #e6e6e6;
}

.loginFormInput {
    width: 260px;
    height: 36px;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    clear: both;
}

.loginIconUser {
    float: left;
    width: 20px;
    height: 32px;
    margin-right: 12px;
    background: url(../images/login-icon-user.png) no-repeat 0 10px;
}

.loginIconPassword {
    float: left;
    width: 18px;
    height: 34px;
    margin-right: 12px;
    background: url(../images/login-icon-password.png) no-repeat 2px 8px;
}

.loginIconCaptcha {
    float: left;
    width: 18px;
    height: 34px;
    margin-right: 12px;
    background: url(../images/login-icon-captcha.png) no-repeat 2px 8px;
}

.loginFormCaptchaImage {
    float: left;
    width: 96px;
    height: 36px;
    background-color:#fff;
    margin-left: 12px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
.loginFormCaptchaImage img{
    display:block;
    margin:0 auto;
    margin-top:2px;}


a.loginFormRegistDiv {
    display:block;
    float:left;
    margin-left:8px;
    color: #fff;
}

.loginFormActionDiv {
    overflow: hidden;
    font-size: 16px;
    clear: both;
}

.btnLogin {
    float: left;
    width: 131px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #f45438;
    border-width: 0;
    border-radius: 2px;
}

.btnLogin:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f03616;
}

.btnAction {
    float: left;
    width: 131px;
    height: 36px;
    margin-left: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #05a7d8;
    border-radius: 2px;
}


.btnAction:hover {
    cursor: pointer;
    color: #fff;
    background-color: #068dc1;
}



/*船期查询*/
.inner-bannerSmall{
    height:120px;
    background-repeat:no-repeat;
    background-position:center 0;
    position:relative;
}
.Shiplayout{
    margin:0 auto;
    width:1200px;
    margin-top:20px;
    margin-bottom:20px; }

.ShipBox{

    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
    overflow:hidden;}
.ShipSearchTable{
    width:90%;
    margin:0 auto;


}
.ShipSearchTable td{
    font-size:14px;
    padding:6px 0;
}

.ShipSearchTable input{
    height:30px;line-height:30px;
    width:200px;
    font-size:14px;
    padding-left:8px;
    color:#666;
    outline:none;
    font-family:"微软雅黑";
    border:1px solid #ddd;
}
.ShipSearchTable select{
    height:32px;width:210px;
    border:1px solid #ddd;}

a.ShipSearchBtn{
    display:block;
    font-size:14px;
    width:100px;
    text-align:center;
    background-color:#05a7d8;
    color:#fff;
    height:40px;
    line-height:40px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
a.ShipSearchBtn:hover{
    background-color:#265f94;}


.ShipResultTable{
    width:100%;
    margin:0 auto;
    border-bottom:1px solid #ddd;
}

.ShipResultTable td{
    font-size:12px;
    text-align:center;
    padding:16px 0;
}

.ShipResultTable tr:nth-child(even){

    background: #f4f4f4;

}
.ShipResultTable th{
    font-weight:bold;
    font-size:14px;
    padding:0 0 12px 0;
    border-bottom:1px solid #ddd;
}


.ShipResultTable2{
    width:90%;
    margin:0 auto;
    border-collapse:collapse;
}
.ShipResultTable2, .ShipResultTable2 td, .ShipResultTable2 th
{
    border:1px solid #ddd;
}
.ShipResultTable2 td{
    font-size:12px;
    text-align:center;
    padding:16px 0;
}


.ShipResultTable2 th{
    font-weight:bold;
    font-size:14px;
    line-height:40px;
    background-color:#f1f1f1;
}












.imgcenter{
    display:block;
    margin:0 auto;
    margin-bottom:8px;}

a.ShipResultBtn{
    display:block;
    font-size:12px;
    text-align:center;
    background-color:#f59600;
    color:#fff;
    height:24px;
    line-height:24px;
    margin-right:4px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
a.ShipResultBtn:hover{
    background-color:#db8600;}



a.ShipResultBtn21{
    margin-right:8px;
    padding:0 8px;
    display:block;
    float:left;
    font-size:12px;
    text-align:center;
    background-color:#f59600;
    color:#fff;
    height:24px;
    line-height:24px;
    margin-right:4px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
a.ShipResultBtn21:hover{
    background-color:#db8600;}


a.ShipResultBtn22{
    margin-right:8px;
    padding:0 8px;
    display:block;
    float:left;
    font-size:12px;
    text-align:center;
    background-color:#c84e04;
    color:#fff;
    height:24px;
    line-height:24px;
    margin-right:4px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
a.ShipResultBtn22:hover{
    background-color:#914110;}




a.moreResult{
    margin-top:16px;
    margin-right:20px;
    display:block;
    float:right;
    color:#666;}
a.moreResult:hover{
    color:#000;}



a.linkResult{
    color:#0170b0;
}
a.linkResult:hover{
    color:#d80519;}

/*船期查询*/
.shipHx{
    width:300px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
    background:url(../images/arrow.png) center no-repeat;}
.shipHx span{
}

.shipHx .itermLeft{
    float:left;
    text-align:right;}
.shipHx .itermLeft .addname,.shipHx .itermRight .addname{
    font-weight:bold;
    margin-bottom:6px;
}
.shipHx .itermRight{
    float:right;
    text-align:left;
}

.shipHx .itermLeft .timebegin,.shipHx .itermRight .timebegin{
    color:#666;}


/*船期查询2*/
.shipHxBig{
    float:left;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
    font-size:16px;
}
.shipHxBig span{
}

.shipHxBig .iterm{
    float:left;
    text-align:center;
    margin-right:20px;}
.shipHxBig .iterm .addname{
    font-weight:bold;
    margin-bottom:6px;
}
.shipHxBig .iterm .addname2{
    font-size:14px;
    margin-bottom:6px;
}
.shipHxBig .iconLine{
    float:left;
    background:url(../images/arrow.png) center no-repeat;
    width:80px;}
.shipHxBig .itermShip{
    float:left;
    background:url(../images/icon-ship.png) center 0px no-repeat;
    padding-top:40px;
    width:260px;}
.shipHxBig .itermShip dl{
    margin:0 auto;
    font-size:14px;
    width:260px;
    line-height:28px;}
.shipHxBig .itermShip dl dt{
    float:left;
    width:80px;
    text-align:right;}
.shipHxBig .itermShip dl dd{float:left;width:180px;text-align:left;}

.shipHxBig .iterm .timebegin{
    color:#666;
    font-size:14px;}

.shipJGtime{
    float:left;
    width:200px;
    font-size:14px;
    text-align:center;
    height:100px;
    margin-right:40px;
    line-height:30px;
    padding-top:20px;
    border-right:1px dashed #ccc;}



.titleShipDt{
    font-size:16px;
    color:#0053a1;
    margin-bottom:20px;
    padding-left:10px;
    border-left:3px solid #0053a1;}


.shipcompany{
    visibility:hidden;
    position:relative;
    top:-100px;
    left:250px;
    overflow:hidden;
    width:800px;
    height:300px;
    background-color:#fff;
    border:2px solid #ddd;
    opacity:0.96;filter:alpha(opacity=96);
    z-index:1005;}
.shipcompany ul{}
.shipcompany ul li{
    float:left;

}
.shipcompany ul li a{
    display:block;
    width:176px;
    padding:8px 12px;
    font-size:14px;}
.shipcompany ul li a:hover{
    background-color:#b7cdda;}


/*20181101*/

.ShipResultTable3{
    width:100%;
    margin:0 auto;
    border-bottom:1px solid #ddd;
}

.ShipResultTable3 td{
    font-size:12px;
    text-align:center;
    padding:10px 0;
}

.ShipResultTable3 tr:nth-child(even){

    background: #f4f4f4;

}
.ShipResultTable3 th{
    font-weight:bold;
    font-size:14px;
    padding:0 0 12px 0;
    border-bottom:1px solid #ddd;
}


/*头部导航*/
.navheader{

}

.select {
    float:left;
    top:20px;
    width: 120px;
    text-align: center;
    line-height: 46px;
    position:relative;
    z-index:10000;}


/*顶部信息*/
#toplay{
    height:30px;
    line-height:30px;
    background-color:#f2f2f2;}

#toplay .lefttxt{
    float:left;
    color:#666;}
#toplay .righttxt{
    float:right;
}

#toplay a.btnlogin1{
    display:block;
    float:left;
    height:26px;line-height:26px;
    padding:0 16px;
    background:#3d82c3;
    color:#fff;
    margin-right:8px;
    margin-top:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;}
#toplay a.btnlogin1:hover{
    background:#0053a2;}


#toplay a.btnlogin2{
    display:block;
    float:left;
    height:26px;line-height:26px;
    padding:0 16px;
    background:#8aafc5;
    color:#fff;
    margin-right:8px;
    margin-top:2px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;}
#toplay a.btnlogin2:hover{
    background:#0053a2;}



/*头部导航*/
/*a.logo{float:left;margin-top:8px;
    display:block;}

#header{
    width:1200px;
    margin:0 auto;
    height:90px;
    position:relative;
    z-index:1000;
}*/
ul.bodynav{
    float:left;margin-left:60px;margin-top:36px;
    width:780px;
    position:relative;}
ul.bodynav li{
    float:left; font-size:16px;
    margin-right:5px;

}
ul.bodynav li .active{
    color: #2f70ad;
    font-weight: bold;
}
ul.bodynav li a{
    display:block; width:90px;
    text-align:center;
}
ul.bodynav li a span{
    float:left;
    margin-left:20px;}
ul.bodynav li.home{
    text-align:right;}
ul.bodynav li.navli{
    position:relative;}
ul.bodynav li i.icondown{
    position:relative;
    float:right;
    margin-top:7px;
    display:block;
    width:8px;
    height:8px;
    background:url(../images/navicon1.gif)}
ul.bodynav li i.iconup{
    float:left;
    display:block;
    width:8px;
    height:8px;
    background:url(../images/navicon2.gif)}


/*.nav li{ float:left; font-size:16px; position:relative;margin:0 30px;height:87px;}
.nav li a{ display:block; padding:0px 10px;}

.nav li.active{	border-top: 3px solid #3d82c3;}
.nav li a:hover{color:#3d82c3}

ul.sub{height:40px;position:relative;left:-100px;
	z-index:100;}
ul.sub li{height:40px;line-height:40px;}	*/


.sub {
    position:absolute;
    padding-top:8px;
    display:none;
    width: 100%;
    left:6px;
    top:14px;
    z-index:2000;
}

.sub a.sublink{
    float:left;
    display:block;
    background-color: #fff;
    width:110px;
    text-align:center;
    padding-right:0;
    line-height:40px;height:40px;
    border-bottom:1px solid #fff;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
}

.sub a.sublink:hover{
    background-color:#2f70ad;
    color:#fff;
    border-bottom:1px solid #2f70ad;
    border-top:1px solid #2f70ad;
    border-right:1px solid #2f70ad;
    border-left:1px solid #2f70ad;}



.sub a.subbottom{
    border-bottom:1px solid #eee;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-bottom-right-radius:4px;
    -moz-border-bottom-left-radius:4px;
}
.sub a.subtop{
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-top-right-radius:4px;
    -moz-border-top-left-radius:4px;
}
.sub i{
    position:relative;
    top:1px;
    display:block;
    left:50%;
    margin-left:-8px;
    width:16px;
    height:8px;}
.sub i.subicon1{background:url(../images/navsubicon1.png);}
.sub i.subicon2{background:url(../images/navsubicon2.png);}

/*二维码*/
.weixinma{
    float:right;margin-right:4px;margin-top:4px;}
.weixinma span{
    text-align:center;
    margin-top:12px;
    display:block;
    float:right;
    width:50px;
    color:#666;
    float:left;
    line-height:18px;}
.weixinma img{
    float:left;}