html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}

body {
    font-size: 13px !important;
    font-family: 'Microsoft YaHei'
}

[ng-cloak],
[g-per] {
    display: none;
}

html {
    font-family: "Microsoft YaHei";
}

.wrap,
.wraps,
.wraph {
    position: relative;
    min-width: 1260px;
    overflow-x: auto;
    position: relative;
    font-family: "Microsoft YaHei";
}

ul,
li {
    margin: 0;
    padding: 0;
    font: 13px normal Microsoft YaHei;
    list-style: none;
}

* {
    box-sizing: border-box
}

.box-center {
    margin: 0 auto;
    display: table;
}


/*=====================================================地址控件样式开始============================================================*/


/*=====================================================联想控件控件样式开始============================================================*/

.form-suggestbox-dropdown {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 9999999999;
    border-radius: 4px;
    font-family: "Microsoft YaHei";
}

.transclude-tr {
    border-radius: 4px;
    border: 1px solid #07467C;
}

.form-suggestbox-pager {
    border-bottom: none 0px;
    padding: 3px 10px;
    font-family: "Microsoft YaHei";
    border: 1px solid #DCDCDC;
    border-top: 0;
}

.form-suggestbox-table {
    border-spacing: 0px;
    border-collapse: collapse;
    border-bottom: solid 1px #DCDCDC;
    table-layout: fixed;
    white-space: nowrap;
    font-size: 0px;
    line-height: 1.6;
    border-radius: 4px;
    font-family: "Microsoft YaHei";
    border: 1px solid #DCDCDC;
}

.form-suggestbox-table td,
.form-suggestbox-table th {
    font-family: "Microsoft YaHei";
}

.form-suggestbox-table tr.current {
    background-color: #e6f7f9 !important;
}

.form-suggestbox-pager>span {
    font-size: 13px;
    font-family: 'Microsoft YaHei';
}

.form-suggestbox-pager .btn {
    padding: 0px;
    background-color: transparent;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
}

.form-suggestbox-pager .btn .fi:before {
    color: #07467C;
    font-size: 15px;
}

.form-suggestbox-table th {
    font-weight: 400;
    background: #07467C;
    color: #fff !important;
    font-size: 13px;
    padding: 5px 5px 0 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Microsoft YaHei';
}

.form-suggestbox-table td {
    font-size: 13px;
    padding: 3px 5px;
    color: #515151;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
}

.form-suggestbox-table td {
    border-bottom: none 0px;
    border-top: none 0px;
    font-family: "Microsoft YaHei";
}

.form-suggestbox-table .form-clickbox {
    margin-right: 5px;
    vertical-align: top;
}

.form-suggestbox-table tr[selected],
.form-suggestbox-table tr:hover {
    background-color: #e8f0ff;
}

.col-text {
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


/*=====================================================联想控件样式结束============================================================*/


/*=====================================================ICON样式开始=========================================================*/

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.fi {
    position: relative;
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.fi-reverse:before {
    content: "\e635";
}

.fi-forward:before {
    content: "\e636";
}

.btn-default {
    color: #fff;
    background-color: #64a1e9;
    min-width: 80px;
}


/*=====================================================ICON样式结束=========================================================*/


/*=====================================================弹出框样式结束=========================================================*/

.modal-mask {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    position: fixed;
    background: rgba(55, 55, 55, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#50333333, endColorstr=#50333333);
    display: none;
}

.modal-dialog {
    position: absolute;
    left: 100px;
    top: 100px;
    min-width: 339px;
    max-height: 70%;
    max-width: 90%;
    word-wrap: break-word;
}

.modal-footer {
    padding: 15px;
    text-align: center;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #4C5F86;
    outline: 0;
    font-family: "Microsoft YaHei";
}

.modal-header {
    min-height: 16.43px;
    padding: 8px;
    padding-left: 20px;
    background-color: #07467C;
    border-bottom: 1px solid #DCDCDC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-body {
    position: relative;
    padding: 20px;
    color: #727272;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.modal-footer .btn+.btn {
    margin-bottom: 0px;
    margin-left: 5px;
}

.modal-header .btn {
    width: auto;
    min-width: 0px;
    border: 0px none;
    float: right;
    font-size: 21px;
    ;
    line-height: 29px;
    font-weight: 900;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    color: #ffffff;
    height: 29px;
    outline: none;
}

.modal-header .btn .fi-close:before {
    font-size: 28px;
    font-weight: bold;
    -webkit-text-stroke-width: 0.2px;
    -webkit-font-smoothing: antialiased;
}

.modal-header .btn:hover .fi-close:before {
    color: #f2f2f2;
}

.modal-title {
    margin: 0;
    line-height: 1.4285;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: "Microsoft YaHei";
}

.modal-body-fi>* {
    display: table-cell;
    vertical-align: top;
}

.modal-body-fi>.fi:before {
    font-size: 44px;
    padding-right: 15px;
}

.progress-text {
    text-align: center;
    color: #515151;
    font-size: 16px;
    padding-top: 15px;
}

.modal-body .progress {
    margin: 20px;
    margin-bottom: 0px;
}

.modal-body>iframe {
    width: 100%;
    height: 100%;
    border: none 0px;
    overflow: auto;
}


/*=====================================================弹出框样式结束=========================================================*/


/*=====================================================地址控件样式结束============================================================*/

.form-region {
    position: absolute;
    z-index: 9999999999;
    background-color: #ffffff;
}

.form-region-menu {
    color: #535353;
    width: 305px;
}

.form-region-tabs {
    font-size: 0px;
}

.form-region-tabs>li {
    border-collapse: collapse;
    border: 1px solid #cecece;
    padding: 2px 20px;
    border-left: none 0px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.form-region-tabs.form-region-3options>li {
    padding: 2px 36px;
    font-family: 'Microsoft YaHei';
}

.form-region-tabs.form-region-3options>li:first-child {
    padding-left: 37px;
}

.form-region-tabs>li:first-child {
    border-left: 1px solid #cecece;
}

.form-region-tabs>li[selected],
.form-region-tabs>li:hover {
    background-color: #07467C;
    color: #ffffff;
}

.form-region-tabs>li.disabled,
.form-region-tabs>li.disabled:hover {
    color: #cecece;
    background: #f8f8f8;
    cursor: default;
}

.form-region-hot {
    list-style-type: none;
    font-size: 0px;
    display: inline-block;
    width: 100%;
    border: 1px solid #cecece;
    border-top: 0px none;
    padding: 10px;
    height: 140px;
}

.form-region-hot>li {
    display: inline-block;
    font-size: 13px;
    width: 25%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 5px;
    color: #777777;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
}

.form-region-hot>li:hover,
.form-region-province-items>li:hover,
.form-region-citys>li:hover {
    color: #07467C;
    font-weight: bold;
}

.form-region-body {
    width: 100%;
    border: 1px solid #cecece;
    border-top: 0px none;
    height: 160px;
    padding: 0px 26px;
    position: relative;
}

.form-region-btn {
    height: 100%;
    width: 26px;
    background-color: transparent;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
}

.form-region-btn:first-child {
    left: 0px;
}

.form-region-btn .fi:before {
    color: #07467C;
    font-size: 16px;
}

.form-region-btn:hover .fi:before {
    color: #07467C;
}

.form-region-province {
    height: 100%;
    ;
    vertical-align: top;
}

.form-region-province-group {
    display: inline-table;
    width: 100%;
    border-top: none;
}

.form-region-province-group:first-child {
    border-top: none 0px;
    padding-top: 1px;
}

.form-region-province-groupname,
.form-region-province-items {
    display: table-cell;
}

.form-region-province-groupname {
    width: 58px;
    font-size: 14px;
    color: #9c9c9c;
    text-align: center;
    position: relative;
    top: -9px;
}

.form-region-province-items {
    font-size: 0px;
}

.form-region-province-items>li {
    font-size: 13px;
    width: 33%;
    text-align: center;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 7px;
    color: #777777;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Microsoft YaHei';
}

.form-region-citys {
    font-size: 0px;
    padding: 10px 0px;
    display: block;
}

.form-region-citys>li {
    width: 33%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #777777;
    padding: 7px 0px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Microsoft YaHei';
}

.form-region-search {
    border: 1px solid #cecece;
    width: 206px;
    padding: 7px 0px;
}

.form-region-search>li {
    cursor: pointer;
    font-size: 13px;
    color: #777777;
    padding: 7px 15px;
    display: block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-region-search>li:hover,
.form-region>.form-region-search>li[active='true'] {
    background-color: #07467C;
    color: #ffffff;
}

.form-region-search>li>em {
    color: #ff0000;
    font-style: normal;
}


/*=====================================================地址控件样式结束============================================================*/

.div_center {
    margin: 0 auto;
}

.caklink_center {
    display: table;
    margin: 0 auto;
}

.con_center {
    display: table;
    margin: 0 auto;
}

.header_login {
    height: 65px;
}

.pointer {
    cursor: pointer;
}

.wd_gray1 {
    color: #929292;
}

.wd_fff {
    color: #fff !important;
}

.pl_wd {
    color: #828282;
}

.wd_blue {
    color: #07467C;
}

.price_org {
    color: #FF6633;
}

.wd_red {
    color: #f00000;
}

.cako_org {
    color: #FF9934;
}

.menu_wd {
    color: #fff;
}

.ffYaHei {
    font-family: "Microsoft YaHei";
}

.text-right {
    text-align: right;
}

.text_center {
    text-align: center !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.ml3 {
    margin-left: 3px;
}

.ml7 {
    margin-left: 7px;
}

.ml9 {
    margin-left: 9px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml22 {
    margin-left: 22px;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml70 {
    margin-left: 70px;
}

.ml76 {
    margin-left: 76px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.ml130 {
    margin-left: 130px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr15 {
    margin-right: 15px;
}

.mr50 {
    margin-right: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pt60 {
    padding-top: 60px;
}

.mt2 {
    margin-top: 2px;
}

.mt6 {
    margin-top: 6px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt11 {
    margin-top: 11px;
}

.mt8 {
    margin-top: 8px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt17 {
    margin-top: 17px;
}

.mt18 {
    margin-top: 18px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt23 {
    margin-top: 23px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt42 {
    margin-top: 42px;
}

.mt46 {
    margin-top: 46px;
}

.mt70 {
    margin-top: 70px;
}

.mt180 {
    margin-top: 180px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt15 {
    padding-top: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.lh32 {
    line-height: 32px;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width95 {
    width: 95px !important;
}

.list_item {
    width: 130px !important;
    line-height: 20px;
    color: #333;
}

.wd_gray {
    color: #333;
}

.text_left {
    text-align: left;
}

.box_left .box_item {
    display: table-cell;
    vertical-align: bottom;
}

.bold {
    font-weight: bold;
}

.cakh_line {
    border-right: 1px solid #fff;
    height: 21px;
}

.btn_searchi,
.btn_resti {
    width: 95px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.btn_searchi {
    background: #07467c;
    color: #fff;
}

.btn_resti {
    background: #fff;
    color: #666;
}

.cak_booking {
    height: 35px;
    line-height: 35px;
    background: #07467C;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
}

.cak_booking:hover {
    background: #115590;
}

.box_select {
    width: 80px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #96C1EA;
    display: inline-block;
    vertical-align: middle;
    color: #00478B;
    padding: 0 10px;
    border-radius: 14px;
}

.search_w {
    display: inline-block;
    width: 24px;
}

.no_main {
    min-height: 0 !important;
}


/*即时通信优化样式*/

.jilink_box {
    height: 176px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -88px;
    z-index: 11;
}

.jilink_box .jilink_hd {
    height: 105px;
    width: 35px;
    background: #07467c;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 35px;
}

.jilink_box .jilink_bd {
    height: 176px;
    width: 75px;
    background: #fff;
    border: 1px solid #07467c;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
}

.jilink_wd {
    text-align: center;
    width: 35px;
    word-break: break-word;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.jistx_left {
    width: 13px;
    height: 13px;
    background: url("../imgs/indexn_img3.png") no-repeat -2px -146px;
    margin-left: 10px;
    margin-top: 5px;
}

.jistx_right {
    width: 13px;
    height: 13px;
    background: url("../imgs/indexn_img3.png") no-repeat -26px -146px;
    margin-left: 10px;
    margin-top: 5px;
}

.jistx_img {
    width: 34px;
    height: 32px;
    background: url("../imgs/indexn_img3.png") no-repeat 0 -458px;
    margin-left: 20px;
}


/*-------------header css  start---------------*/

.logo {
    width: 117px;
    height: 54px;
    margin-top: 5px;
    background: url("../imgs/indexn_img3.png") no-repeat -0px -0px;
}


/*.cakh_icon{width: 12px; height: 16px; background: url("../imgs/cakh_icon1.png") no-repeat;}*/


/*.cakh_icon1{width: 16px; height: 16px; background: url("../imgs/cakh_icon2.png") no-repeat;}*/


/*.cakh_icon5{width: 14px; height: 11px; background: url("../imgs/cakh_icon5.png") no-repeat;}*/

.cakh_line {
    border-right: 1px solid #fff;
    height: 16px;
}

.cakh_lineh {
    border-right: 1px solid #07467c;
    height: 16px;
}

.content {
    width: 1250px;
    overflow: hidden;
}


/*自适应样式修改start*/

.contents {
    position: relative;
    overflow: hidden;
}

.aside {
    position: absolute;
    left: 0;
    top: 0px;
    width: 160px;
}

.section {
    margin-top: 15px;
    min-height: 500px;
    margin-left: 10px;
    margin-left: 180px;
    margin-right: 20px;
    /*margin-bottom: -10000px; padding-bottom: 10000px;*/
    font-family: "Microsoft YaHei";
}

.box_con {
    display: table;
    width: 100%;
}

.box_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


/*自适应样式修改end*/

.header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    background: #fff;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=165, Color='#D8D5D5');
    /* -moz-box-shadow: 2px 1px 3px #ccc;-webkit-box-shadow: 2px 1px 3px #ccc;box-shadow: 2px 1px 3px #ccc; */
}

.nav_act {
    min-width: 130px;
    background: #022E58;
    color: #fff;
    height: 54px;
    /*background-color: #FF9934;*/
    /*background: url("../../static/images/act_bg.png") repeat-x;*/
}

.header_search {
    line-height: 28px;
    width: 300px;
    border: 1px solid #07467C;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
    color: #606060;
}

.serch_btn {
    width: 88px;
    height: 32px;
    line-height: 32px;
    background: #07467C;
    color: #fff;
    text-align: center;
    border: none;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

.nav_nor {
    min-width: 130px;
    color: #fff;
    text-align: center;
}

.nav_server {
    background: #FF9934;
    color: #fff;
    width: 142px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    float: left;
    text-align: center;
}

.nav_server:hover {
    display: block !important;
}

.nav_box1,
.nav_box2 {
    height: 260px;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    background: #fff;
    padding: 10px;
    z-index: 100000;
    border-top: 1px solid #dcdcdc;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4);
    ;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4);
    ;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .4);
    ;
}

.nav_box1 {
    top: 50px;
}

.nav_box2 {
    top: 60px;
}

.nav_son {
    margin-top: 20px;
    border-right: 1px solid #dcdcdc;
    height: 212px;
}

.nav_son ul li {
    list-style: none;
    margin-right: 10px;
    float: none;
}

.nav_son ul {
    float: left;
    margin-top: 15px;
}

.nav_son ul li a {
    color: #07467C;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
    margin-right: 35px;
    display: block;
    text-align: left;
    min-width: 0px;
}

.nav_son ul li a:hover {
    color: #FF9934;
}

.nav_lines {
    height: 230px;
    border-left: 1px solid #c9c9c9;
}


/*-------------header css  end---------------*/


/*--------------index css start--------------*/


/*.model_search{width: 456px; height: 272px; background: url("../../static/images/serch_bg.png");position: absolute; top: 40px; left: 0; z-index: 10; margin-left: 20px;}*/

.search_nav {
    width: 456px;
    height: 43px;
    margin-left: 20px;
    margin-top: -3px;
    font-family: "Microsoft YaHei";
}


/*.tearcht{ height:43px; width:100px; background: url("../../static/images/nav_act.png") no-repeat;display: block; position: relative; z-index: 6; color: #3E79A3;font-weight: bold; }*/


/*.tearchn{ height:43px; width:100px; background: url("../../static/images/nav_nor.png") no-repeat;display: block; position: relative; z-index: 6;color: #fff;  }*/

.search_nav ul li {
    list-style: none;
    text-align: center;
    height: 49px;
    line-height: 49px;
    float: left;
}

.search_box {
    width: 456px;
    height: 225px;
    margin-top: 50px;
}

.search_input {
    height: 30px !important;
    line-height: 25px !important;
    vertical-align: middle !important;
    border: 1px solid #dcdcdc !important;
    border-right: none !important;
    outline: none !important;
    float: left !important;
    color: #606060;
}

.search_inputs {
    height: 30px !important;
    line-height: 25px !important;
    vertical-align: middle !important;
    border: 1px solid #7B8992 !important;
    outline: none !important;
    font-family: 'Microsoft YaHei';
    padding-left: 5px;
    color: #606060;
}

.search_input1 {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border: 1px solid #DCDCDC;
    border-right: none !important;
    outline: none;
    color: #606060;
}

.search_btn {
    width: 30px;
    height: 30px;
    border: 1px solid #7B8992;
    border-left: none !important;
    background: #fff;
    padding-top: 5px;
}

.search_label {
    height: 33px;
    line-height: 33px;
}

.main_list ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 290px;
    height: 227px;
    text-align: center;
}

.main_list ul li span {
    position: relative;
    top: 193px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}


/*.img_box1{width: 290px; height: 227px; background: url("../../static/images/index_img1.png") no-repeat; text-align: center;}*/


/*.img_box2{width: 290px; height: 227px; background: url("../../static/images/index_img2.png") no-repeat; text-align: center;}*/


/*.img_box3{width: 290px; height: 227px; background: url("../../static/images/index_img3.png") no-repeat; text-align: center;}*/


/*.img_box4{width: 290px; height: 227px; background: url("../../static/images/index_img4.png") no-repeat; text-align: center;}*/

.main_btnlist ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 290px;
    height: auto;
    text-align: center;
}


/*.index_btn1{display: block;width:150px; height: 56px; background: url("../../static/images/index_btn1.png") no-repeat; text-align: center; line-height: 56px;*/


/*font-size: 20px;  color:#646466 ; margin: 0 auto; border: none; outline: none;}*/


/*.index_btn1act{display: block;width:150px; height: 56px; background: url("../../static/images/index_btn1s.png") no-repeat; text-align: center; line-height: 56px;*/


/*font-size: 20px;  color:#646466 ; margin: 0 auto;  border: none; outline: none;}*/

.index_input {
    width: 275px !important;
    border-radius: 0px !important;
    border: 0 !important;
    height: 27px !important;
    line-height: 27px;
    vertical-align: middle;
    float: left !important;
    color: #606060;
}

.input_box {
    height: 40px;
    line-height: 35px;
    vertical-align: middle;
    border: 1px solid #D2D2D2;
    border-right: none;
    border-left: none;
    outline: none;
    background: #fff !important;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    color: #606060;
}

.slider_box {
    width: 456px;
    height: 320px;
    position: absolute;
    top: 48px;
    left: 205px;
    z-index: 10;
    margin-left: 20px;
}

.content_box {
    width: 500px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
    float: left;
}

.content_font {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    float: left;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

.content_city {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.content_city ul li {
    width: 130px;
    height: auto;
    float: left;
    list-style: none;
    margin-left: 50px;
}

.content_city ul li a {
    width: 130px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    text-align: center;
    font-family: "Microsoft YaHei";
    display: block;
    color: #606060;
}

.content_city ul li a:hover {
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #4F7AA7;
    color: #fff;
    font-family: 'Microsoft YaHei';
    display: block;
}

.city_act {
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #4F7AA7;
    color: #fff;
    font-family: 'Microsoft YaHei';
    display: block;
}

.slider-panel img {
    height: 510px;
}

.slider-extra {
    width: 100%;
    height: 490px;
}

.slider {
    text-align: center;
    position: relative;
    width: 100%
}

.slider-panel,
.slider-nav,
.slider-pre,
.slider-next {
    position: absolute;
    z-index: 8;
}

.bg1 {
    position: absolute;
    background: #0068CB;
    height: 510px;
    width: 100%
}

.bg2 {
    position: absolute;
    background: url("../imgs/boxbn_bg.png") repeat-x;
    height: 510px;
    width: 100%
}

.bg3 {
    position: absolute;
    background: #E0ECFE;
    height: 510px;
    width: 100%
}

.bg4 {
    position: absolute;
    background: #7d9bff;
    height: 510px;
    width: 100%
}

.bg11 {
    position: absolute;
    background: #f5f6f0;
    height: 510px;
    width: 100%
}

img {
    border: none;
}

.slider-extra {
    position: relative;
}

.slider-nav {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -44px;
}

.slider-nav li {
    float: left;
    background: #07467C;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin: 0 2px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.slider-nav .slider-item-selected {
    background: #ff9934;
}

.slider-next {
    left: 100%;
    margin-left: -28px;
}

.slider ul li {
    list-style: none !important;
}


/*首页改造*/

.posi_re3 {
    position: relative;
    top: 3px;
}

.search_w {
    display: inline-block;
    width: 26px;
}

.box_select {
    width: 70px;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #96C1EA;
    display: inline-block;
    vertical-align: middle;
    color: #00478B;
    padding: 0 10px;
    border-radius: 14px;
}

.dropdown {
    position: relative;
    font-size: 14px;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
    width: 100px;
}

.dropdown ul {
    margin-left: 10px;
    width: 80px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    position: absolute;
    display: none;
    z-index: 223;
}

.dropdown ul li {
    height: 30px;
    line-height: 30px;
    list-style: none;
}

.dropdown ul li a {
    display: block;
    height: 24px;
    font-size: 13px;
    color: #606266;
    text-decoration: none;
    text-align: center;
}

.dropdown ul li a:hover {
    background: #F5F7FA;
    color: #ff9934
}

.box_map {
    width: 9px;
    height: 12px;
    background: url("../imgs/indexn_img3.png") no-repeat -17px -430px;
    display: inline-block;
}

.box_downi {
    width: 12px;
    height: 6px;
    background: url("../imgs/indexn_img3.png") no-repeat -48px -430px;
    display: inline-block;
}

.box_iconhd1 {
    width: 13px;
    height: 13px;
    background: url("../imgs/indexn_img3.png") no-repeat -68px -146px;
}

.box_iconhd2 {
    width: 15px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -47px -146px;
}

.box_iconhd3 {
    width: 10px;
    height: 5px;
    background: url("../imgs/indexn_img3.png") no-repeat -2px -430px;
    display: inline-block;
}

.search_tab {
    position: absolute;
    top: 61px;
    left: 50px;
    width: 420px;
    height: 310px;
    z-index: 222;
}

.tab_nav {
    height: 45px;
    line-height: 45px;
    color: #fff;
}

.tab_nav li {
    list-style: none;
    float: left;
    width: 84px;
    background: #07477c;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
}

.tab_nav li.tab_acti {
    background: url("../imgs/indexn_img3.png") repeat-x -148px -271px;
}

.tab_boxi {
    width: 420px;
    height: 267px;
    padding: 14px;
    background: url("../imgs/indexn_img3.png") repeat-x -148px 0;
}

.notice_box {
    width: 520px;
    height: 200px;
}

.notice_hd {
    height: 28px;
    line-height: 28px;
    background: #07467c;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

.notice_bd {
    height: 173px;
    background: #fff;
    color: #666;
    border: 1px solid #3d3d3d;
    border-top: none;
    font-size: 13px;
}

.notice_bd li {
    list-style: none;
}

.notice_bd li a.bd_item {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #333;
}

.notice_bd i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #FFC13D;
}

.notice_bd span {
    display: inline-block;
    vertical-align: middle;
}

.notice_bd .bd_txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 362px;
}

.box_title {
    width: 1010px;
    padding: 9px 0;
    border-bottom: 2px solid #07467c;
}

.box_title a {
    border: 1px solid #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 3px;
}

.box_title a:hover {
    border: 1px solid #07467c;
}

.box_left,
.box_coni,
.box_ly {
    width: 1025px;
}

.box_left li {
    float: left;
    list-style: none;
    width: 330px;
    height: 165px;
    margin: 20px 10px 0 0;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.box_left .box_item {
    display: table-cell;
    vertical-align: bottom;
}

.box_left .box_item1 {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5px;
}

.box_main {
    display: table;
    height: 30px;
    margin: 0 auto;
}

.box_left .box_hd,
.box_coni .box_hd,
.box_ly .box_hd {
    height: 30px;
    line-height: 30px;
    background: #07467c;
    color: #fff;
    padding: 0 15px;
    vertical-align: middle;
}

.box_left .box_hd p {
    vertical-align: middle;
}

.box_left .box_bd,
.box_coni .box_bd,
.box_ly .box_bd {
    height: 138px;
    background: #F4F4F4;
    padding: 12px 15px;
}

.box_ly .box_bd {
    height: 136px;
}

.box_ly li {
    float: left;
    list-style: none;
    width: 500px;
    margin: 20px 10px 0 0;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.box_coni .box_bd,
.box_coni .box_hd {
    margin-right: 14px;
    vertical-align: middle;
}

.box_hdheight,
.box_hdaw,
.box_lyaw {
    height: 80px;
    border-bottom: 1px solid #dcdcdc;
}

.box_lyaw li {
    float: left;
    width: 82px;
    list-style: none;
    margin: 10px 0;
}

.box_lyaw li.first_w {
    width: 224px;
}

.box_ftheigth {
    height: 44px;
    line-height: 44px;
    color: #828282;
    width: 1009px;
}

.box_ftheigth li {
    list-style: none;
    float: left;
    color: #828282;
    line-height: 44px;
    height: 44px;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

.box_hdheight ul,
.box_hdaw ul {
    padding-top: 12px;
}

.box_hdheight li {
    width: 122px;
    float: left;
}

.box_hdaw li {
    width: 170px;
    float: left;
}

.box_hdaw li.itemwd {
    width: 191px;
}

.box_hdheight .first_w {
    width: 240px;
}

.box_hdaw .first_w {
    width: 240px;
}

.fist_line {
    display: inline-block;
    vertical-align: top;
}

.box_zhongz {
    width: 53px;
    height: 12px;
    background: url("../imgs/indexn_img3.png") no-repeat -34px -176px;
}

.box_zhid {
    width: 53px;
    height: 8px;
    position: relative;
    top: -2px;
    background: url("../imgs/indexn_img3.png") no-repeat -34px -188px;
}

.wd_normal {
    font-weight: 400;
}

.box_coni li {
    list-style: none;
    float: left;
}

.pro_box {
    width: 690px;
}

.pro_con {
    position: relative;
    width: 590px;
    height: 210px;
    overflow: hidden;
}

.pro_main {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pro_main li {
    list-style: none;
    margin-right: 10px;
    float: left;
    width: 140px;
    background: #e8e8e8;
    height: 200px;
    transition: all 0.5s;
}

.pro_main li:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 0.9;
}

.pro_main a {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
}


/*.pro_main a  .pro_wd{position: absolute; top:80px;width: 140px; text-align: center; font-size: 22px; color: #fff;}*/

.pro_main a img {
    width: 140px;
    height: 170px;
}


/*.pro_main a { transition: all 0.5s;}*/


/*.pro_main a:hover{transform: scale(1.1);transition: all 0.5s; opacity: 0.9;}*/

.pro_pre,
.pro_next {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-top: 85px;
}

.pro_pre {
    background: url("../imgs/indexn_img3.png") no-repeat -1px -271px;
    margin-right: 20px;
}

.pro_next {
    background: url("../imgs/indexn_img3.png") no-repeat -51px -271px;
    margin-left: 10px;
}

.box_footern {
    width: 1170px;
    margin: 0 auto;
}

.load1 {
    width: 1025px;
    height: 375px;
    background: rgba(0, 0, 255, .05);
}

.load_all {
    background: rgba(0, 0, 255, .08);
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 22;
}

.load_img {
    text-align: center;
    position: relative;
    top: 50%;
}

.box_elis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box_maxw {
    max-width: 110px;
}

.box_maxw1 {
    max-width: 130px;
}


/*-------新版首页改造-------*/

.caki_header {
    height: 75px;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 436px;
}

.caki_header ul {
    width: 100%;
}

.caki_header ul li {
    height: 33px;
    line-height: 33px;
    width: 50%;
    position: relative;
    top: 22px;
    border-right: 1px solid #fff;
    color: #fff;
    list-style: none;
    float: left;
}

.caki_header ul li a {
    display: block;
    cursor: pointer;
    width: 110px;
    height: 45px;
    color: #fff;
    margin: 0 auto;
}

.posi_t3 {
    position: relative;
    top: 3px;
}

.caki_icon2 {
    width: 27px;
    height: 23px;
    background: url("../imgs/indexn_img3.png") no-repeat -50px -225px;
    display: inline-block;
    vertical-align: middle;
}

.caki_icon3 {
    width: 33px;
    height: 33px;
    background: url("../imgs/indexn_img3.png") no-repeat -1px -225px;
    display: inline-block;
    vertical-align: middle;
}

.caki_resource {
    background: #f1f9ff;
    width: auto;
    height: auto
}


/*.caki_headers{width:276px; height:68px; background: url("../imgs/caki_headers.png") no-repeat ;}*/


/*.caki_icons1{width: 28px; height: 32px; background: url("../imgs/caki_icons1.png") no-repeat;}*/


/*.caki_icons2{width: 37px; height: 27px; background: url("../imgs/caki_icons2.png") no-repeat;}*/


/*.caki_icons3{width: 37px; height: 30px; background: url("../imgs/caki_icons3.png") no-repeat;}*/


/*.caki_icons4{width: 33px; height: 34px; background: url("../imgs/caki_icons4.png") no-repeat;}*/


/*.caki_icons5{width: 36px; height: 35px; background: url("../imgs/caki_icons5.png") no-repeat;}*/


/*.caki_icons6{width: 37px; height: 32px; background: url("../imgs/caki_icons6.png") no-repeat;}*/


/*.caki_linkbg{width: 1200px; height: 645px; background: url("../imgs/caki_linkbg.jpg") no-repeat;}*/


/*.caki_txt{ font-size: 14px; word-break: break-all; line-height: 25px;color: #7C7B79;}*/


/*.caki_headers1{width:210px; height:80px; background: url("../imgs/caki_headers1.png") no-repeat ;}*/


/*.caki_img2{width: 304px; height: 303px; background: url("../imgs/caki_img2.png") no-repeat;}*/


/*.caki_imgbg3{width: 1200px; height: 607px; background: url("../imgs/caki_imgbg3.jpg") no-repeat;}*/

.caki_cir {
    width: 8px;
    height: 8px;
    background: #7D7D7D;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 8px;
    display: inline-block;
}

.caki_btn {
    width: 135px;
    background: #FF9934;
    line-height: 35px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    height: 35px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

.caki_label {
    width: 93px;
    height: 93px;
    background: #07467C;
    text-align: center;
    line-height: 93px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.caki_linkl {
    width: 1px;
    height: 285px;
    margin-top: 10px;
    border-right: 1px solid #ccc;
}

.caki_linkt {
    width: 285px;
    height: 1px;
    border-top: 1px solid #ccc;
    margin-left: 15px;
}

.caki_servicebg {
    background: #07467C;
}


/*.caki_imgbg{width: 1200px; height: 532px; background: url("../imgs/caki_imgbg.jpg") no-repeat;}*/

.caki_sert1 {
    position: relative;
    top: 136px;
}

.caki_sert {
    position: relative;
    top: 280px;
}

.caki_service ul {
    margin-left: 20px;
}

.caki_service ul li {
    list-style: disc;
    line-height: 24px;
    color: #07467C;
    font-size: 14px;
}

.caki_service ul li span {
    color: #757575;
}

.caki_off {
    width: 26px;
    height: 26px;
    background: url("../imgs/caki_off.png") no-repeat;
    position: relative;
    top: -10px;
}

.caki_searchbox {
    width: 680px;
    height: 43px;
    background: #07467C;
    border-radius: 20px;
    cursor: pointer;
}

.caki_btns {
    width: 81px;
    height: 30px;
    background: #FF9934;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    outline: none;
}

.caki_btns:hover {
    background: #ffa64e;
}

.caki_borderr {
    border-right: 1px solid #012748 !important;
}

.caki_actl {
    width: 110px;
    height: 42px;
    background: #07467C;
    border-radius: 6px;
}

.header_wd1 {
    color: #757575;
}

.header_wd2 {
    color: #757575;
    height: 36px;
    line-height: 36px;
}

.heder_sbg {
    background: #073D6B;
    height: 36px;
    padding: 0px 15px;
    margin-top: 7px;
    width: 810px;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    -moz-box-shadow: 0px 0px 2px #145a96;
    -webkit-box-shadow: 0px 0px 2px #145a96;
    box-shadow: 0px 0px 2px #145a96;
}

.caki_search {
    background: #073d6b;
    line-height: 36px;
    height: 36px;
    border: none;
    outline: none;
    color: #fff;
}

.caki_search1 {
    background: #07467c;
    line-height: 36px;
    height: 36px;
    border: none;
    outline: none;
    color: #fff;
}

.caki_tabcon {
    position: relative;
    top: 20px;
}


/*.caki_btnsearch,.caki_btnsearch1{width: 19px; cursor: pointer; height: 20px; display: inline-block; vertical-align: middle; background: url("../imgs/caki_btnsearch.png") no-repeat;}*/

.box_ship {
    width: 32px;
    height: 18px;
    background: url("../imgs/indexn_img3.png") no-repeat -47px -400px;
    display: inline-block;
}

.box_aw {
    width: 28px;
    height: 18px;
    background: url("../imgs/indexn_img3.png") no-repeat -1px -367px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.box_freight {
    width: 26px;
    height: 23px;
    background: url("../imgs/indexn_img3.png") no-repeat -48px -364px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.box_lys {
    width: 32px;
    height: 19px;
    background: url("../imgs/indexn_img3.png") no-repeat -1px -402px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.box_awline {
    width: 9px;
    height: 37px;
    background: url("../imgs/indexn_img3.png") no-repeat -2px -176px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.box_awlineact {
    width: 9px;
    height: 37px;
    background: url("../imgs/indexn_img3.png") no-repeat -19px -176px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.box_hy,
.box_tl,
.box_ky,
.box_ly3 {
    width: 205px;
    height: 376px;
}

.box_hy {
    background: url("../imgs/indexn_img4.jpg") no-repeat 0 0;
}

.box_tl {
    /*background: url("../imgs/indexn_img4.jpg") no-repeat -232px 0;*/
    background: url("../imgs/indexn_img4_railway.jpg") no-repeat 0 0;
}

.box_ky {
    background: url("../imgs/indexn_img4.jpg") no-repeat 0 -410px;
}

.box_ly3 {
    background: url("../imgs/indexn_img4.jpg") no-repeat -232px -410px;
}

.box_bgss {
    width: 205px;
    height: 376px;
    background: url("../imgs/box_bg1.png") no-repeat;
}

/*.pro_main .pro_item1 {*/
/*    width: 140px;*/
/*    height: 125px;*/
/*    background: url("../imgs/indexn_img3.jpg") no-repeat 0 0;*/
/*    display: block;*/
/*}*/
.pro_main .pro_item1 {
    width: 140px;
    height: 125px;
    background: url("../imgs/img_logo_02.png") no-repeat 0 0;
    display: block;
}

.pro_main .pro_item2 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img3.jpg") no-repeat -180px 0;
    display: block;
}

.pro_main .pro_item3 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img3.jpg") no-repeat 0 -150px;
    display: block;
}

.pro_main .pro_item4 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img3.jpg") no-repeat -180px -150px;
    display: block;
}

.pro_main .pro_item5 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img3.jpg") no-repeat 0 -299px;
    display: block;
}

.pro_main .pro_item6 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img3.jpg") no-repeat -180px -299px;
    display: block;
}

.pro_main .pro_item7 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img7.jpg") no-repeat;
    background-size: 140px 125px;
    display: block;
}

.pro_main .pro_item8 {
    width: 140px;
    height: 125px;
    background: url("../imgs/indexn_img8.png") no-repeat;
    background-size: 140px 125px;
    display: block;
}


/*--------------index css end--------------*/


/*-------------footer css  start---------------*/

.footer {
    width: 100%;
    height: 175px;
    background: #fff;
    margin-top: 30px;
}

.footer_txt {
    padding: 0 10px;
    margin: 0 auto;
}

.footer_txt .txt_box {
    padding: 0 30px;
    height: 125px;
    margin-top: 25px;
    float: left;
    border-right: 1px solid #dcdcdc;
}

.txt_box ul li {
    list-style: none;
    margin-top: 10px;
    color: #929292;
}

.txt_box ul li a:hover {
    color: #FF9934;
}

.footer_copyR {
    background: #07467C;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}

.footer_copyR p {
    color: white;
    text-align: center
}


/*.footer_img1{width: 100px; height: 100px; background: url("../images/footer_img1.jpg") no-repeat;}*/

.footer_img2 {
    width: 100px;
    height: 100px;
    background: url("../imgs/indexn_img3.png?v=2019120501") no-repeat -267px -271px;
    display: none;
}

.footer_img3 {
    width: 100px;
    height: 100px;
    background: url("../imgs/indexn_img3.png?v=2019120501") no-repeat -390px -272px;
    display: none;
}

.footer_img4 {
    width: 100px;
    height: 100px;
    background: url("../imgs/indexn_img3.png?v=2019120501") no-repeat -136px -385px;
    display: none;
}

.footer_icon {
    width: 16px;
    height: 17px;
    background: url("../imgs/indexn_img3.png") no-repeat -32px -195px;
    ;
    display: inline-block;
    position: relative;
    top: 2px;
}

.footer_fonta {
    color: #fff;
}

.footer_fonta:hover {
    color: #FF9934;
}

.header_item3 {
    display: block;
    height: 25px;
    position: relative;
}

.header_itemOther {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_itemOther:hover .imgYorN {
    display: block !important;
}

.box_ftbox1,
.box_ftbox2,
.box_ftbox3 {
    position: relative;
    width: 50px;
    height: 70px;
    display: inline-block;
    text-align: center;
    color: #929292;
}

.box_ftbox1:hover .footer_img2 {
    display: block;
}

.box_ftbox2:hover .footer_img3 {
    display: block;
}

.box_ftbox3:hover .footer_img4 {
    display: block;
}

.box_footer1,
.box_footer2,
.box_footer3 {
    width: 35px;
    height: 35px;
    margin-left: 7px;
}

.box_footer1 {
    background: url("../imgs/indexn_img3.png") no-repeat -47px -458px;
}

.box_footer2 {
    background: url("../imgs/indexn_img3.png") no-repeat -1px -316px;
}

.box_footer3 {
    background: url("../imgs/indexn_img3.png") no-repeat -47px -316px;
}

.zztj {
    width: 50px;
    height: 12px;
    background: url(../imgs/pic.gif) no-repeat;
    display: inline-block;
    vertical-align: bottom;
}

.zztj a {
    font-size: 10px;
    color: transparent;
}


/*-------------footer css  end---------------*/

.col_24 {
    width: 100% !important;
}

.col_23 {
    width: 95.8333333% !important;
}

.col_22 {
    width: 91.6666667% !important;
}

.col_21 {
    width: 85.7% !important;
}

.col_20 {
    width: 83.3333333% !important;
}

.col_19 {
    width: 79.1666667% !important;
}

.col_18 {
    width: 75% !important;
}

.col_17 {
    width: 70.8333333% !important;
}

.col_16 {
    width: 66.6666667% !important;
}

.col_15 {
    width: 62.5% !important;
}

.col_14 {
    width: 58.3333333% !important;
}

.col_13 {
    width: 54.16666667% !important;
}

.col_12 {
    width: 50% !important;
}

.col_11 {
    width: 45.8333333% !important;
}

.col_10 {
    width: 41.6666667% !important;
}

.col_9 {
    width: 37.5% !important;
}

.col_8 {
    width: 33.3333333% !important;
}

.col_7 {
    width: 29.1666667% !important;
}

.col_6 {
    width: 25% !important;
}

.col_5 {
    width: 20.8333333% !important;
}

.col_4 {
    width: 16.6666667% !important;
}

.col_3 {
    width: 12.5% !important;
}

.col_2 {
    width: 8.33333333% !important;
}

.col_1 {
    width: 4.16666667% !important;
}

.width185 {
    width: 185px !important;
}

.width428 {
    width: 428px !important;
}


/*==========================================================铁路地区控件start===================================================================*/

.tabs {
    box-sizing: initial;
}

ul,
li {
    margin: 0;
    padding: 0;
    font: 13px 'Microsoft YaHei';
    list-style: none;
}

#tabbox a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

#tabbox {
    width: 200px;
    position: absolute;
    z-index: 9999;
    box-sizing: initial;
    background: white;
    font-family: 'Microsoft YaHei'
}

.tab_conbox {
    border: 1px solid #DCDCDC;
    border-top: none;
}

.tab_conbox li div span {
    cursor: pointer;
}

.tabs {
    height: 26px;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    width: 100%;
}

.tabs li {
    height: 25px;
    line-height: 25px;
    float: left;
    border: 1px solid #DCDCDC;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.tabs li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #fff;
    outline: none;
    font-family: 'Microsoft YaHei';
}

.tabs li a:hover {
    background: #DCDCDC;
}

.tabs .thistab,
.tabs .thistab a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tab_con {
    padding: 10px;
    font-size: 12px;
    line-height: inherit;
}

.tab_con div {
    float: left;
    padding: 3px 8px;
    margin: 0 3px 8px;
    border: 1px solid #DCDCDC;
}

.tab_con div:hover {
    background: #07467c;
    color: #F2F2F2;
}


/*==========================================================铁路地区控件end===================================================================*/

.form-suggestbox-pager {
    padding: 3px 15px !important;
    text-align: center;
    font-size: 10px;
}

.user_input[disabled],
.form-text[readonly],
.order_texter[disabled] {
    color: #abadb3;
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

input::-webkit-input-placeholder,
.form-text::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c5c5c5;
}

input:-moz-placeholder,
.form-text:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

input::-moz-placeholder,
.form-text::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

input:-ms-input-placeholder,
.form-text:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c5c5c5;
}

.indexn_search {
    width: 508px;
    height: 330px;
    background: #fff;
    margin-left: 50px;
    position: absolute;
    top: 0px;
    z-index: 1000;
    margin-top: 30px;
}

.lando {
    width: 420px !important;
    margin-top: 55px !important;
}

.backRage {
    background-color: rgba(50, 50, 50, 0.67);
}

.border-none {
    border-bottom: 0px !important;
}

.afterBorder:after {
    content: '';
    height: 21px;
    background-color: white;
    width: 1px;
    /* border: 1px solid white; */
    position: absolute;
    right: -7px;
    top: 15px;
}

.lando .indexn_tabnav {
    width: 94px;
    background: none;
}

.indexn_tabnav {
    width: 94px;
    background: #07467c;
}

.landoBlue {
    background: #07467c;
}

.indexn_tabnav ul li {
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.indexn_hd,
.indexn_hd1,
.indexn_hd2,
.indexn_hd3 {
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #dcdcdc;
}

.lando .tabnav_current {
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 14px;
    background: none !important;
    cursor: pointer;
    color: white !important;
}

.tabnav_current {
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-family: "微软雅黑";
    font-size: 14px;
    background: white;
    cursor: pointer;
    color: rgb(255, 153, 52) !important;
}

.indexn_hd ul li,
.indexn_hd1 ul li,
.indexn_hd2 ul li,
.indexn_hd3 ul li {
    list-style: none;
    float: left;
    cursor: pointer;
    width: 60px;
    text-align: center;
    line-height: 64px;
}

.indexn_icon1 {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -37px -595px;
}

.indexn_icon2 {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -37px -627px;
}

.indexn_icon3 {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -18px -627px;
}

.indexn_icon4 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    background: url("../imgs/indexn_img3.png") no-repeat 0 -627px;
}

.indexn_icon5 {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -137px -594px;
}

.indexn_icon6 {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 14px;
    background: url("../imgs/indexn_img3.png") no-repeat -137px -569px;
}

.indexn_tabcon {
    width: 412px;
    padding: 0 11px;
}

.lando .indexn_tabcon {
    width: 324px !important;
    padding: 0 11px;
}

.inputn_box {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #D2D2D2;
    outline: none;
    background: #fff;
    font-family: "Microsoft YaHei";
    color: #606060;
}

.inputn_box[disabled] {
    color: #abadb3;
    background-color: #eee !important;
    cursor: not-allowed;
    opacity: 1;
}

.labela_box {
    height: 32px;
    line-height: 32px;
    width: 80px;
}

.btn_restin {
    background: #d7d7d7;
    color: #666;
    width: 95px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.btn_linkbox {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -110px;
    z-index: 111;
}

.linkbox_con {
    position: fixed;
    right: 70px;
    top: 50%;
    margin-top: -111px;
    z-index: 111;
    width: 300px;
    height: 190px;
    background: #fff;
    border-radius: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    -moz-box-shadow: 2px 2px 6px #a09f9f;
    -webkit-box-shadow: 0px 2px 6px #a09f9f;
    box-shadow: 0px 2px 6px #a09f9f;
}

.linkbox_con ul li {
    list-style: none;
    float: left;
    width: 127px;
    height: 75px;
}

.linkbox_con ul li a {
    display: block;
    width: 175px;
    text-align: center;
    margin: 0 auto;
    height: 75px;
    margin-top: 10px;
}

.linkbox_title {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 15px;
    border-left: 3px solid #07467c;
    font-size: 14px;
    font-weight: 700;
}

.link_item {
    width: 67px;
    height: 67px;
    color: #000;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    -moz-box-shadow: 2px 2px 6px #a09f9f;
    -webkit-box-shadow: 0px 2px 6px #a09f9f;
    box-shadow: 0px 2px 6px #a09f9f;
}

.link_itemact {
    width: 72px;
}

.linkbox_item1 {
    width: 33px;
    height: 24px;
    margin: 10px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -90px -499px;
}

.linkbox_item3 {
    width: 32px;
    height: 20px;
    margin: 11px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -90px -532px;
}

.linkbox_item2 {
    width: 40px;
    height: 29px;
    margin: 7px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -90px -560px;
}

.linkbox_item4 {
    width: 38px;
    height: 28px;
    margin: 7px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -90px -594px;
}

.linkbox_con ul li a:hover {
    color: #ff9932;
}

.linkbox_con ul li a:hover .linkbox_item1 {
    width: 33px;
    height: 24px;
    margin: 10px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -176px -499px;
}

.linkbox_con ul li a:hover .linkbox_item3 {
    width: 32px;
    height: 20px;
    margin: 11px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -176px -532px;
}

.linkbox_con ul li a:hover .linkbox_item2 {
    width: 40px;
    height: 29px;
    margin: 7px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -176px -560px;
}

.linkbox_con ul li a:hover .linkbox_item4 {
    width: 38px;
    height: 28px;
    margin: 7px auto;
    background: url("../imgs/indexn_img3.png") no-repeat -176px -594px;
}

.link_icon1 {
    display: block;
    margin: 8px auto;
    width: 27px;
    height: 29px;
    background: url("../imgs/indexn_img3.png") no-repeat 0 -560px;
    cursor: pointer;
}

.link_icon2 {
    display: block;
    margin: 7px auto;
    width: 28px;
    height: 27px;
    background: url("../imgs/indexn_img3.png") no-repeat -137px -500px;
    cursor: pointer
}

.link_icon3 {
    display: block;
    margin: 8px auto;
    width: 35px;
    height: 28px;
    background: url("../imgs/indexn_img3.png") no-repeat 0 -594px;
    cursor: pointer
}

.link_icon4 {
    display: block;
    margin: 8px auto;
    width: 28px;
    height: 26px;
    background: url("../imgs/indexn_img3.png") no-repeat -92px -627px;
    cursor: pointer
}

.link_icon5 {
    display: block;
    margin: 6px auto;
    width: 28px;
    height: 30px;
    background: url("../imgs/indexn_img3.png") no-repeat -137px -626px;
    cursor: pointer
}

.link_icon6 {
    display: block;
    margin: 6px auto;
    width: 28px;
    height: 30px;
    background: url("../imgs/icon_02.svg") no-repeat center;
    cursor: pointer
}

.indexn_notice {
    height: 115px;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
}

.notice_boxcon {
    margin-right: 50px;
}

.notice_icon1 {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    background: url("../imgs/indexn_img3.png") no-repeat -0px -643px;
}

.notice_btn {
    width: 50px;
    height: 20px;
    background: #91A3B6;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    display: block;
    color: #fff;
}

.notice_sbox {
    width: 100%;
}

.notice_sbox ul li {
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    width: 50%;
    position: relative;
    border-right: 1px solid #fff;
    color: #fff;
    list-style: none;
    float: left;
}

.notice_sbox ul li:nth-child(even) {
    border-right: none;
}

.notice_rnone {
    border-right: none;
}

.notice_sbox i {
    float: left;
    margin-left: 10px;
    margin-top: 13px;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.box_bdn,
.box_hdn {
    margin-right: 14px;
    vertical-align: middle;
}

.box_hdn {
    height: 34px;
    line-height: 34px;
    background: #07467c;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 15px;
}

.box_hdn ul li {
    list-style: none;
    float: left;
    color: #fff;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.box_bdn {
    background: #fff;
    border: 1px solid #dcdcdc;
}

.box_hdawn {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.box_hdawn li {
    width: 160px;
    float: left;
}

.fern_icon1 {
    width: 39px;
    height: 20px;
    background: url("../imgs/indexn_img3.png") no-repeat -51px -499px;
    cursor: pointer;
    margin-left: 8px;
}

.fern_icon2 {
    width: 32px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -51px -532px;
    cursor: pointer;
    margin-left: 8px;
}

.fern_icon3 {
    width: 28px;
    height: 18px;
    background: url("../imgs/indexn_img3.png") no-repeat -51px -561px;
    cursor: pointer;
    margin-left: 11px;
}

.sonTab_act,
.sonTab_act1,
.sonTab_act2,
.sonTab_act3 {
    width: 51px;
    height: 55px;
    background: url("../imgs/sonTab_act.png") no-repeat bottom;
}

.box_hdawn li.first_w1,
.box_hdn li.first_w1 {
    width: 100px;
}

.box_hdawn li.first_w1s,
.box_hdn li.first_w1s {
    width: 190px;
}

.box_hdn li.first_w2 {
    width: 391px;
}

.box_hdawn li.first_w2 {
    width: 391px;
}

.box_hdawn li.first_w3,
.box_hdn li.first_w3 {
    width: 140px;
}

.box_hdawn li.first_ws1,
.box_hdn li.first_ws1 {
    width: 150px
}

.box_hdawn li.first_ws2,
.box_hdn li.first_ws2 {
    width: 280px
}

.box_hdawn li.first_ws3,
.box_hdn li.first_ws3 {
    width: 80px
}

.box_hdawn li.first_ws4,
.box_hdn li.first_ws4 {
    width: 90px
}

.box_hdawn li.first_w4,
.box_hdn li.first_w4 {
    width: 90px;
}

.box_hdawn li.first_wt1,
.box_hdn li.first_wt1 {
    width: 80px;
    min-height: 48px
}

.box_hdawn li.first_wt2,
.box_hdn li.first_wt2 {
    width: 310px
}

.box_hdawn li.first_wt3,
.box_hdn li.first_wt3 {
    width: 130px
}

.box_hdawn li.first_wt4,
.box_hdn li.first_wt4 {
    width: 90px
}

.fren_btn {
    display: block;
    width: 80px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    background: #07467c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}

.wd_midlle {
    vertical-align: middle;
    height: 70px;
    display: table-cell;
    word-break: break-all;
}

.wd_blockn {
    color: #000;
}

.indexn_relative {
    position: relative;
}

.box_connav ul,
.box_connav1 ul {
    margin-left: 40px;
}

.box_connav ul li,
.box_connav1 ul li {
    list-style: none;
    cursor: pointer;
    float: left;
    width: 100px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.connav_act,
.connav_act1 {
    width: 51px;
    height: 28px;
    background: url(../imgs/sonTab_act.png) no-repeat bottom;
}

.rail_imgs1 {
    width: 48px;
    height: 48px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -390px -380px;
}

.rail_imgs2 {
    width: 48px;
    height: 48px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -390px -450px;
}

.rail_imgs3 {
    width: 48px;
    height: 48px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -390px -520px;
}

.rail_imgs4 {
    width: 48px;
    height: 48px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -390px -580px;
}

.con_tab {
    color: #999;
    font-family: "microsoft yahei";
    font-size: 13px;
}

.cus_dell {
    text-decoration: line-through;
}

.nav_sonmian1 {
    width: 125px;
    display: none;
    margin-left: -20px;
    background: #fff;
    position: absolute;
    z-index: 10000;
    font-size: 13px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}

.nav_sonmian1 ul li {
    list-style: none;
    list-style: none;
    text-align: center;
    color: #999999;
    float: none;
    line-height: 39px;
    height: 39px;
}

.nav_sonmian1 ul li a,
.nav_sonmian ul li p {
    color: #929292;
    line-height: 39px;
    height: 39px;
    text-align: center;
    min-width: 125px;
    display: block;
}

.nav_sonmian1 ul li a:hover {
    color: #ff9934 !important;
}

.box_sel {
    height: 40px;
}

.box_sel:hover .nav_sonmian1 {
    display: block;
}

.fre_imgg1 {
    width: 46px;
    height: 46px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -558px -336px;
}

.fre_imgg2 {
    width: 46px;
    height: 46px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -558px -393px;
}

.box_hdbody1 {
    position: relative;
}

.load2 {
    width: 1025px;
    background: rgba(0, 0, 255, .25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
}

.load2 {
    width: 1025px;
    background: rgba(0, 0, 255, .25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
}

.calendar>.btn,
.form-date>.btn {
    left: 0 !important;
}

.border_bnone {
    border-bottom: none !important;
}

html,
body {
    -ms-overflow-style: scrollbar;
}

.hd_fonta {
    color: #999;
}

.hd_fonta:hover {
    color: #FF9934;
}

.header_pn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -290px -564px;
}

.header_pnbg {
    background: #f2f2f2;
    padding: 4px 15px;
    border-radius: 15px;
}

.header_bg {
    background: #f2f2f2;
    height: 30px;
}

.header_kjbtn {
    width: 136px;
    height: 24px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -121px -336px;
    position: absolute;
    top: 13px;
}


/*新报关列表样式*/

.shipping_b {
    border: 1px solid #DCDCDC;
}

.shipping_table {
    background: #fff;
    border-bottom: none !important;
    border: 1px solid #dcdcdc;
}

.table_b {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.shipping_table tr {
    border-radius: 4px;
    background: #fff;
}

.shipping_table tr th {
    height: 24px;
    line-height: 24px;
    padding: 4px 5px;
    background: #07467C;
    word-break: break-all;
    font-size: 13px;
    color: #fff;
    font-family: "microsoft yahei";
    font-weight: normal;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.shipping_table tr td {
    border-bottom: 1px solid #DCDCDC;
    height: 24px;
    line-height: 24px;
    font-family: "microsoft yahei";
    -moz-box-sizing: border-box;
    color: #828282;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
    background: #fff;
    vertical-align: middle;
}

.shipping_table tr td.item_height {
    height: 60px;
    line-height: 60px;
}

.td_bgin {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 109px;
    height: 33px;
    line-height: 33px;
    background: url("../imgs/indexn_img3.png") no-repeat -266px -380px;
}

.td_bgout {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 109px;
    height: 33px;
    line-height: 33px;
    background: url("../imgs/indexn_img3.png") no-repeat -266px -436px;
}

.td_map {
    width: 22px;
    height: 29px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -137px -532px;
    margin-left: 100px;
    margin-top: 20px;
}

.td_hditem {
    width: 105px;
    height: 26px;
    line-height: 26px;
    background: #D6E2FC;
    border: 1px solid #1086FF;
    text-align: center;
    color: #07467c;
}

.td_inbtn {
    width: 30px;
    height: 35px;
    border-left: 1px solid #434343;
    display: block;
}

.box_tdhd ul li {
    list-style: none;
    float: left;
    color: #fff;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.box_tdhd {
    height: 30px;
    line-height: 30px;
    background: #07467c;
    color: #fff;
    vertical-align: middle;
}

.td_hditem1 {
    width: 105px;
    height: 20px;
    line-height: 20px;
    background: #07467c;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.td_hdimg {
    width: 24px;
    height: 25px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -170px -627px;
}

.indexBtn_box {
    width: 101px;
    z-index: 22;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 1px 3px #ccc;
    /* for firefox */
    -webkit-box-shadow: 0px 1px 5px #ccc;
    /* for safari or chrome */
    box-shadow: 0px 1px 5px #ccc;
}

.indexBtn_box li {
    list-style: none;
    border-top: 1px solid #dcdcdc;
    color: #828282;
    height: 32px;
    line-height: 32px;
    width: 98px;
    text-align: left;
}

.indexBtn_box li:hover {
    color: #ff9932;
}

.border_bn {
    border-top: none !important;
}

.form-text[readonly] {
    color: #606060 !important;
}


/*首页起运地目的修改*/

.first_cir1,
.first_cir2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #07467c;
    display: inline-block;
}

.first_cir2 {
    background: #FF6633 !important;
}

.index_zhz {
    display: inline-block;
    padding: 2px 8px;
    background: #07467c;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.index_zhd {
    display: inline-block;
    padding: 2px 8px;
    background: #FF6633;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.maxw300 {
    max-width: 300px;
}

.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.maxw235 {
    max-width: 235px;
}


/* .lando .ng-isolate-scope>a{
    white-space: initial!important;
    display: inline-block!important;
}  */

.lando_dropdowm {
    height: 35px !important;
    display: inline-flex !important;
}

.lando_dropdowm_newIndex {
    display: inline-flex !important;
    height: 30px !important;
}
