/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
    font-size: 12px;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	height: auto;
    overflow: scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
    color:#0099e5;
    text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end*/


html{
    height:100%;
    font-size: 14px;
    background-color: white;
}

#content{

    height: auto;
}

.container{
    margin: 10px 20px;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.top-banner .fr{
    margin: 30px;
    color:#9de3ff;
    height: 30px;
    line-height: 30px;
}
.top-banner .fr span{
    font-size: 14px;
}
.top-banner .fr a{
    display: inline-block;
    height: 30px;
    padding: 0 5px;
    color:#9de3ff;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
}
.top-banner .fr a:hover{
    background-color: #0099e5;
    color: #fff;
}
.clearfix{
    width: 100%;
    margin: 0 auto;


}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.top-banner {
    background: url(../img/headerbg.jpg) no-repeat center;
    height: 100px;
    width: 100%;
}
.logo{
    display: inline-block;
    line-height: 100px;
    padding-left: 10px;
}
.logo img{
    vertical-align: middle;
}
nav{
    background-color: #0099e5;
    height: 35px;
    line-height: 35px;
    font-size: 0;
}
nav a{
    font-size: 14px;
    display: inline-block;
}
ul.navbar-nav{
    height: 35px;
}
ul.navbar-nav li.nav-item{
    display: inline-block;
    height: 35px;
}
ul.navbar-nav li.nav-item{
    text-align: center;
    cursor:pointer;
}
ul.navbar-nav li.nav-item:hover{
    background-color:#0078b3;
}
ul.navbar-nav li.nav-item a.nav-link{
    padding: 0 10px;
    color:#fff;
    text-decoration: none;
}
.my-cart{
    margin-left: 20px;
}
.user-box{
    margin:8px 0;
}
.username{
    padding: 0 0 0 5px;
    color:#fff;
    font-weight:bold;
}
.loading-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(0,5,10,0.75) url(../images/jzx.gif) no-repeat center;
}
footer{

	width:100%;
	height:80px;
	overflow: hidden;

	padding: 0px;
 }
footer .footercontainer{
    width: 100%;
    background: url("../images/bg_bottom.jpg") center center;
    background-size: 100% 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
/*footer p:nth-of-type(1){*/
    /*margin-top: 20px;*/
/*}*/
footer p{
    color: #fff; !important;
    font-size:14px;
    line-height: 20px;
}
.links {
    text-align: center;
    display: inline-block;
}
.links a{
    color:#0099e5;
    padding:0px 8px;
    line-height:15px;
}
.links a+a{
    border-left:1px solid #0099e5;
}

table tr{
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color:white;
}
table tr td .btn-group a{
    margin-right: 10px;
    cursor: pointer;
}
#zhongxin{
    padding: 0 39.5px 0 17.5px;
    background-color:#ffffff;
    font-family: '微软雅黑';
    font-size:12px;
    width: 900px;
    margin: 5px auto;
    padding:5px;
    box-shadow: 0 0 5px gainsboro;
}
.title-blue-grid{
    width:100%;
    background-color:#f2f2f2;
    height: auto;
    padding: 8px 5px;
    color: #6c6c6c;
    box-sizing: border-box;
    border-left: 4px solid #00a7ed;
    padding-left: 8px;
    margin: 0 0 8px 0;
    position: relative;
    text-align: left;
}
.title-blue{
    width:100%;
    background-color:#f2f2f2;
    height: auto;
    padding: 8px 5px;
    color: #6c6c6c;
    box-sizing: border-box;
    border-left: 4px solid #00a7ed;
    padding-left: 8px;
    margin: 5.5px 0;
    position: relative;
}
.title-line{
    width: 100%;
    height:15px;
    line-height: 15px;
    margin: 10px 0 20px 0;
    font-size:18px;
    position:relative;
}
.line6{
    padding: 5px 15px;
    color: #989898;
    line-height: 1.5em;
}
.line-w10{
    display:inline-block;
    width: 100%;
    height:1px;
    vertical-align:middle;
    border-bottom: 1px solid #c4c4c4;
}
.line-word{
    display: inline-block;
    height: auto;
    width: auto;
    font-size: 15px;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 30px;
    background-color: white;
}

.table_report tr td{
    text-align: left;
}

.table_report,.table_report input{
    width: 100%;
    height:auto;
    padding: 4px 6px;
    box-sizing: border-box;
}
#deviceview{
    text-align: left;
    margin-top: 5px;
    display: inline-block;
}
#deviceview a{
    text-decoration: none;
    width: 50px;
    height: 30px;
    line-height:30px;
    text-align:center;
    display: inline-block;
    background-color: #00a7ed;
    border: none;
    color: #fff;margin: 0 8px 5px 0;
    min-width: 47px;
}
#deviceview a:hover,#deviceview .checked{
    background-color:#045e9f !important;
}
#deviceview .empty,#btndevice.empty {
    background-color:#BFEFFF !important;
    border-color: #BFEFFF !important;
}
#deviceview .empty:hover {
    background-color:#BFEFFF !important ;
}
.validate{
    box-shadow: 0px 0px 10px #e46c26 !important;
    border: 1px solid #d22525 !important;
}

input[type=text],input[type=password],input[type=number],select{
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30;
    padding-left:5px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=text]:disabled,a#btndevice:disabled{
    background-color: #00000021;
}

input[type=text]:focus,input[type=password]:focus,select:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn-primary {
    color: #fff;
    background-color: #0099e5;
    border-color: #0099e5;
    padding: 6px 8px;
}
.shop{
    color: #0099e5;
    font-size: 22px;
}

.view_menu{
    height: auto;
    overflow: hidden;
    text-align: left;
    margin: 5px 0;
    color: #0099e5;
    font-size:0;
    border:1px solid #F1F1F1;
}

.view_menu a,.user_info{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size:12px;
    padding: 0 10px;
}

.view_menu a:hover,.view_menu a.active{
    border-bottom: 2px solid #0099e5;
    background-color: #F1F1F1;
}

@font-face{
    font-family:'FontAwesome';
    src:url('../font/fontawesome-webfont.eot?v=3.0.1');
    src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight:normal;
    font-style:normal
}
.shop{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.shop:after{
    content: "\f07a";
}

.odblack{
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-right: none;
    margin: 5px 10px 5px 0;
    background: #fbfbfb;
    font-size: 0;
}

.odblack div {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-right: 1px solid #dcdcdc;
    font-size: 12px;
    vertical-align: middle;
}

.odblack div.left{
    width: 80px;
    text-align: center;
}
.odblack div.right{
    width: 124px;
    background: #efefef;
}

.signin_center{
    width: 308px;
    height: auto;
    margin: 0px auto;
}

.signin_bg{
    width: 70px;
    height:68px;
    background: url(../img/@logo.PNG) 0 0 no-repeat;
    margin: 35px auto 15px;
}
.signin_center h1{
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}

.signin_body{
    border-radius: 5px;
    border: 1px solid #d8dee2;
    padding: 20px;
    box-shadow: 0px 0px 18px #ccc;
}
.signin_body .signin_block{
    margin:5px 0 15px 0;
}

.agent.signin_body{
    border-radius: 25px;
    border: 1px solid #45b5ff;
    padding: 20px;
    box-shadow: 0px 0px 18px #afe5ff;
}

.signin_block .signin_text{
    margin: 5px 0;
    font-size: 14px;
    display: block;
}

.signin_block .signin_input{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 8px;
    border-radius:3px;
}

.agent_signin_button{
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #17f9ec 0%, #0476ad 90%);
}

.signin_button{
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #17adf9 0%, #045fad 90%);
}

.signin_button:active{
    background-image: linear-gradient(-180deg, #3bb7f7 0%, #165082 90%);
}
.inputhead{
    display: inline-block;
    text-align: center;
    border:1px solid  #e2e2e2 ;
    margin-right: -1px;
    background-color:#fbfbfb;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
    width: 115px;
    color: #949ea7;
}
.detailinput{
    display: inline-block !important;
    width: 240px !important;
    margin:0px !important;
    vertical-align: top;
    height: 32px !important;
    padding-left: 5px;
    font-size:15px !important;
}

table tr td .dis{
    width: 0%;
    height: 33px;
    line-height: 33px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: inherit;
    transition: width ease-in-out .15s;
}

.lock{
    background-color: #0099e5;
    border-radius: 2px;
    color: #165ba8;
    text-align: center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

.expirydate{
    width: 50%;
    display: inline-block;
    padding: 5px;
    border-right: 1px solid #ccc;
    background-color: #f7f7f7;
    margin-right: 5px;
}

.codeimage{
    height: 400px;
    line-height: 400px;
    text-align: center;
}

.div_certification{
    padding-top: 10px;
    height: 400px;
    text-align: center;
}

.img_auth{
    text-align: center;
    height: 200px;
    width: 200px;
    background-image: url("../static/img/auth_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.save_result{
    display: inline-block;
    height: 100px;
    line-height: 30px;
}


/*上传控件style*/
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
    font-size: 0
}
.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.thumbnail{
    display: block;
    padding: 4px;
     line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
     border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
    cursor: pointer;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.form-control .fileinput-filename {
    vertical-align: bottom;
}
.fileinput.input-group {
    display: table;
}
.fileinput.input-group > * {
    position: relative;
    z-index: 2;
}
.fileinput.input-group > .btn-file {
    z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}
.btn-warning{
    color: #fff;
    background-color: #ff3333;
}
.btn-warning:hover {
    color: #fff;
    background-color:#ff1a1a;
    border-color: #ff4d4d;
}
.btn-file:hover{
    /*color: #fff;*/
    /*background-color:#1a1aff;*/
    /*border-color: #3333ff;*/
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
.table .title{
    width: 100px;
    text-align: right;
    margin-left: 10px;
    vertical-align: middle;
}
.table .content{
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
}
.table .title,.table .content{
    display: inline-block;
}
.k-header .k-checkbox-label:before{
    border-color: #7f7f7f;
    background: #fff;
    border-radius: 1px;
    top:8px
}
.DigitalMap_img{
    width: 200px;
    height: 150px;
    text-align: center;
}

#aboutustext p{
    line-height: 20px;
    font-size: 14px;
    color: #7D7D7D
}
#contacttext .title{
    width: 80px;
    margin-right: 20px;
    font-size: 14px;
    text-align: left
}
#contacttext .content{
   height: 40px;line-height: 40px;
   width: 900px;;
}

#invoice_body table td, #rightinfo span{
    font-size: 14px ;

}
#drawMapInstructionText p.title1{
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
#drawMapInstructionText p{

}
#drawMapInstructionText .border{
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 16px;
}
#drawMapInstructionText{
    overflow:hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 20px 0px;
    box-shadow: gainsboro 0px 0px 5px;
    vertical-align: top;
    padding: 5px
}
#drawMapInstructionText .text3{
   line-height: 20px;
    font-size: 12px;

}
#drawMapInstructionText .arrow-down{
    display: inline-block;
    vertical-align: middle;
    text-align:center;
    margin-right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: content-box;
}
#drawMapInstructionText .arrow-down:hover{
    background: #eaeaea;
}
#listcharttable table tr td,#listcharttable table tr td a,#listcharttable table th a{
    font-size: 14px !important;
}