body {  
  font-family: "微软雅黑","Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  padding-bottom: 0;
  background-color: #fafafa;
    font-size: 14px;
} 
html,body{overflow:hidden;overflow-y:auto;}
/*.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}*/
a:link, a:visited {
    color: #5a5a5a;
    text-decoration: none;
}
a:hover {
    color: #ffaa00;
    text-decoration: none;
}
a.zt-button:link, a.zt-button:visited {
    color: white;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
a.current-page {
    background-color: #003e8c;
    color: white;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;  
}
h2 {
  font-size: 24px;
  color: #333333;
}
p {
  font-size: 14px;
  color: #858585;
  word-break: break-all;
}
a.zt-active {
    color: #00153b;
    font-weight: bold;
}
.zt-navbar {
    padding: 0;
}
.zt-logo {
    height: 55px;
}
.zt-button {
    background-color: #ffaa00;
    font-size: 14px;
    width: 120px;
    height: 35px;
    color: white;
    border: 0;
    border-radius: initial;
}
a.nav-link {
    margin: 0 10px;
}
.zt-breadcrumb {
    background-color: white;
}
.zt-breadcrumb .breadcrumb {
    background-color: initial;
}
/*#zt-menu li:first-child a {
    border-bottom: 2px solid #ffaa00;
}*/
#zt-menu a.zt-current-menu {
    color: #ffaa00;
    border-bottom: 2px solid #ffaa00;
}
#zt-menu a {
    color: black;
    font-size: 14px;
}
#zt-menu a:hover {
    color: #ffaa00; 
}
a:link, a:active, a:hover, a:visited {
  text-decoration: none;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.zt-border {
  border: 1px solid #efefef;
}
.zt-border-top {
  border-top: 1px solid #efefef;
}
@media screen and (min-width: 450px) {
    .container {
        max-width: 1204px;
    }
    .carousel-indicators {
        bottom: 50px;
    }
}
@media screen and (max-width: 450px) {
    .container {
      max-width: 100%;
    }
    .carousel-indicators {
        bottom: 0;
    }
}
img {
  border: 0;
}
.zt-nav-login a {
    margin: 0 8px;
    font-size: 14px;
}
.zt-nav-login i, .zt-nav-login a:link, .zt-nav-login a:visited {
    color: black;
}
.zt-nav-login a:hover {
    color: #ffaa00;
}
.zt-user {
    display: inline-block;
}
ul.zt-user {
    width: auto;
    margin: initial;
    overflow: initial;
}
.zt-user i.fa-user-circle-o {
    color: #888;
    font-size: 20px;    
}
.zt-user .dropdown-toggle::after {
    display:none;
}
.zt-user .dropdown-menu {
    top: 98%;
    left: -30px;
}
.zt-user a {
    margin: 0;
}
#nologinDiv {
    display: none;
}
#loginDiv {
    display:none;
    color: black;
}
/*banner start**************************************/
@media screen and (min-width: 450px) {
    .bg-img {
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 855px;
    }
}
@media screen and (max-width: 450px) {
    .bg-img {
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 200px;
    }
}
.bg-img-1 {
  background-image:url(/Content/zt/image/banner1.jpg);        
}
.bg-img-2 {
  background-image:url(/Content/zt/image/banner2.jpg);        
}
.bg-img-3 {
  background-image:url(/Content/zt/image/banner3.jpg);        
}
/*banner end*************************************/

/*search start*/
.zt-search {
  background-color: #00153b; 
  height: 80px;
  padding: 15px;
  margin: 0 auto;
  left:0;
  right:0;
  bottom: -40px;
}
@media screen and (max-width: 450px) {
    .zt-search {
        bottom: -80px;
    }
}
.zt-search textarea {  
  /* display: none; */  
    transition: height 1s;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border: 0;
  padding-left: 10px;
  outline: none;
  resize: none;
}
@media screen and (max-width: 450px) {
    .zt-search textarea {
        height: 45px;
    }
}
.zt-search textarea:focus {
  border: 0;
  height: 200px;
    transition: height 1s;
  bottom: 0;
  /* resize: vertical; */
}
.zt-search-input {
  width:90%;
  bottom: -58px;
  background-color:#00153b;
  padding: 12px 15px 7px 15px;
  margin-left: -15px;
  z-index: 99;
}
.zt-search-btn {
  color: white;
  position: relative;
}
.zt-search-btn > div {
  position: absolute;
  top: 10px;
}
@media screen and (min-width:450px) {
    .zt-search-btn a {
      position: absolute;
      width: 70px;
      color: white;
    }
    .zt-search-btn i {
      margin-right: 3px;
        font-size: 18px;
    }
    .zt-search-btn:first-child {
        left: 0;
    }
    .zt-search-btn:last-child {
        left: 150px;
    }
}
@media screen and (max-width:450px) {
    .zt-search-btn a {
      /*position: absolute;
      width: 70px;*/
      color: white;
    }
    .zt-search-btn i {
      margin-right: 3px;
        font-size: 18px;
    }
    .zt-search-btn:first-child {
        top: -10px;
    }
    .zt-search-btn:last-child {
        top: 20px;
    }
    .zt-search-btn:last-child i {
        margin-left: 3px;
    }
    .zt-search-btn:last-child a {
        margin-left: 2px;
    }
}
.zt-search-find {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 80px;
    background-color: #00153b;
    border: 0;
    outline: none;
    display: none;
}
/*search end*/

/*service start****************************************/
@media screen and (min-width: 450px) {
    .zt-service {
        padding: 80px 0;
    }
}
@media screen and (max-width: 450px) {
    .zt-service {
        padding: 80px 0 0 0;
    }
}
.zt-service-block {
  width: 100%;
  height: 105%;
}
@media screen and (max-width: 1550px) {
    .zt-service-block > div {
        height: 80px;
    }
}
.zt-service-block:hover {
  box-shadow: 0 0 10px #ddd;
}
.zt-service-block img {
  width: 100%;
}
.zt-service h2 {
    margin: 16px 0 24px 12px;
}
.zt-service p {
  text-align: left;
    height: 60px
}
.zt-service a, .zt-service button {
  margin: 0 30px;
    /*background-color: #003e8c;*/
}
.zt-service a:hover {
    color: white;
}
.zt-service-info {
  float: right;
}

/*service end****************************************/

/*news start*****************************************/
.zt-news {
    padding: 30px 0;
}
.zt-news-first h6 {
    margin-top: 6px;
}
.zt-news-first h6 a p {
    color: white;
}
.zt-news-first p {
  color: white;
}
/*.zt-news a:link, .zt-news a:visited {
  color: black;
  text-decoration: none;
}*/
.zt-news a:hover, .zt-news a p:hover {
  color: #004097;
  text-decoration: none;
}
.zt-news-day {
  font-size: 26px;
  font-weight: bold;
  text-align: right;
}
.zt-news-year {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.zt-news-line {
  width: 0;
  height: 50px;
  float: right;
  border-left: 1px solid #bbb;
  margin: -50px -10px 0 0;
} 
.zt-news-content {
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 450px) {
    .zt-news-content {
        left: 0;
        right: 0;
    }
}
.zt-news-list {
  background-color: #EEEEEE;
  margin-bottom: 30px;
  padding: 5px 0 0 20px;
}
.zt-news-list:last-child {
  margin-bottom: 0;
}
.zt-news a.zt-more {
    color: #ffaa00;
    font-weight: bold;
}
.zt-news-text h6 a p {
    font-size: 16px;
    color: #5a5a5a 
}
@media screen and (max-width: 450px) {
    .zt-news-first {
        padding: 0;
    }
    .zt-news-first + div {
        padding: 0;
    }
    .zt-news-first + div > div, .zt-news-first + div > div > div {
        margin-left: 0 !important;
    }
    .zt-news .marketing {
        padding: 0 !important;
    }
    .zt-news-list {
        margin-bottom: 2px;
    }
    .zt-news-text {
        width: 70%;
    }
    .zt-news-text a, .zt-news-text p {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
/*news end****************************************/

/*client start*****************************************/
.zt-client-block {
  width: 100%;
  height: 105%; 
}
.zt-client-block:hover {
  box-shadow: 0 0 10px #ddd;
}
.zt-client-block img {
  width: 100%;
}
/*client end*****************************************/

/*story start****************************************/
.zt-story {
  position: relative;
  height: 548px;
}
.zt-story a {
    /*font-size: 14px;
    color: white;
    background-color: #003e8c;
    border: 0;
    width: 90px;
    border-radius: initial;*/
}
.zt-story a:hover {
    color: white;
}
.zt-story-info {
  position: relative;
  top: -320px;
  background-color: white;
  padding: 50px;
  color: #666;
}
.zt-story-info h5 {
    color: black;
    font-size: 32px;
    font-weight: bold;
}
.zt-story-info h6 {
  color: #777;
  font-size: 20px;
}
.zt-story-info p {
  line-height: 28px;
  margin-top: 30px;
  /*font-size: 14px;*/
  color: #888;
}
.zt-story-line {
  width: 0px;
  height: 55px;
  border-left: 1px solid #bbb;        
  float:right;
  margin-top: -65px;        
}
.zt-story-number {
  background: url(/Content/zt/image/story_back.jpg);  
  height: 450px;
  color: black;
}
.zt-story-number-list {
    flex-wrap: nowrap;
}
.zt-story-number-list > div {
    padding:0;
    margin: auto auto;
}
.zt-story-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 450px) {
    .zt-story {
        height: auto;
    }
    .zt-story-number {
        height: auto;
    }
    .zt-story-number .marketing {
        padding-top: 0px !important;
    }
    .zt-story-info {
        top: 0px;
    }
    .zt-story-button {        
        bottom: -360px;
    }
}
.zt-font-big {
  font-size: 34px;
  font-weight: bold;  
}
@media screen and (max-width: 450px) {
    .zt-font-big {
        font-size: 18px;
    }
}
.zt-font-small {
  font-size: 14px;
}
/*story end****************************************/

/*link start***************************************/
.zt-link {
    background-color: #00153b;
}
[class|=zt-link] {
    color: white;
}
.zt-link-company {
    font-size: 23px;
    font-weight: 500;
    /*margin: 20px 0;*/
    margin-bottom: 40px;
}
.zt-link-info {
    height: 40px;
    position: relative;
}
.zt-link-info > i {
    font-size: 24px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.zt-link-info > span {
    font-size: 14px;
    margin-left: 20px;
    position: absolute;
}
.zt-link-circle {
    width: 62px;
    height: 62px;
    border: 1px solid #ccc;
    border-radius: 31px;
    padding: 10px;
    margin-left: 5px;
    background-color: white;
    color: #00153b;
}
.zt-link-follow {
    margin: 40px 0;
}
.zt-link-follow h5 {
    font-size: 21px;
}
.zt-link-follow i {
    font-size: 37px;
}
.zt-link-follow .zt-link-circle:hover {
    background-color: #00153b;
    color: white;        
}
.zt-link-weixin {
    position: relative;        
}
.zt-link-code {
    display: none;
    position: absolute;
    background-color: white;
    color: #888;
    font-size: 14px;
    top: 80px;
    left: 100px;
    padding-bottom: 10px;
}
.zt-link-code img {
    width: 120px;
}
.zt-link-wexin:hover .zt-link-code {
    display: block;
}
/*link end****************************************/

/*partenr start ************************************/
.zt-partner {
    padding: 80px 0;
    background-color: #EFF0F4;
}

/*partenr start ************************************/

/*footer start****************************************/
footer {
    background-color: #00153b;
}
footer a {
    color: white;
}
footer a:hover {
    color: #bbb;
}
/*footer end****************************************/

.zt-side {
    position: fixed;
    right: 5px;
    bottom: 10%;
    color: #888;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    z-index: 1029;
}
.zt-side > div {
    width: 60px;
    height: 60px;    
    /*background-color: #00153b;*/ 
    background-color: white;
}
.zt-side > div:not(:first-child) {
    border-top: 1px solid #ddd;
}
.zt-side i {
    font-size: 26px;
    margin-top: 8px;
}
.zt-side a {
    /*border: 1px solid red;*/
    display: block;
    width: 100%;
    height: 100%;
}
.zt-side a:hover {
    color: white;
}
.zt-side > div:hover {
    background-color: #00153b;
}
/*.zt-side-online::before {
    content: ' ';
    background-image: url(/Content/zt/image/hand.png);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
}*/
.zt-side-online + div {
    margin-top: 30px;
}

.tooltip-inner {
    background-color: white;
    font-size: 16px; 
    font-weight: bold;
    color: #00153b;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: white;
}

/*留言*/
.zt-leavemessage {
    height: 600px;
    width: 300px;
    border: 1px solid #eee;
    display: none;
    position: fixed;
    bottom: 10%;
    right: 70px;
    background-color: white;
    color: #888;
    z-index: 100;
}
.zt-leavemessage-title {
    width: 100%;    
    border-bottom: 1px solid #eee;
    padding: 10px 20px;    
    font-weight: bold;
}
.zt-leavemessage span {
    display:block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.zt-leavemessage form {
    padding: 0 30px;
}
.zt-leavemessage a {    
    width: 100%;
    border-radius: 3px;
    margin-top: 20px;
    height: 40px;
    padding-top: 10px;
}
.zt-leavemessage input, 
.zt-leavemessage select, 
.zt-leavemessage textarea {
    width: 100%;
    height: 40px;
    margin: 5px 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 0 10px;
    color: #888;
}
.zt-leavemessage option {
    height: 30px;
}
.zt-leavemessage input:hover,
.zt-leavemessage select:hover,
.zt-leavemessage textarea:hover,     
.zt-leavemessage input:focus, 
.zt-leavemessage select:focus, 
.zt-leavemessage textarea:focus {
    border: 1px solid #007bff;    
    outline: none;
}
.zt-leavemessage input::-webkit-input-placeholder,.zt-leavemessage textarea::-webkit-input-placeholder {
    color: #bbb;
}
.zt-leavemessage input::-moz-placeholder,.zt-leavemessage textarea::-moz-placeholder {
    color: #bbb;
}
.zt-leavemessage input::-ms-input-placeholder,.zt-leavemessage textarea::-ms-input-placeholder {
    color: #bbb;
}
.zt-leavemessage textarea {
    height: 120px;
    margin-top: 5px;
    padding:10px;
}
#VerificationCode {
    margin-top: 0;
}
.zt-send-code {
    position: relative;
}
.zt-send-code-div {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 130px;
    text-align: center;
    width: 100px;
}
.zt-send-code-div a {
    color: #007bff;    
}
.zt-send-code-div a:hover {
    color: #ffaa00; 
}
.zt-send-code-div label {
    font-weight: bolder;        
}

@media screen and (max-width: 450px) {
    .layui-layer img {
        width: 98%;
    }
}

.zt-newspage-page {
  /* border:1px solid red; */
  position:relative;
  height:40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.zt-newspage-page nav {
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  width: 470px;
}
ul.pagination li {
  margin-left: 5px;
}
/*分页 end*/


@media screen and (min-width: 450px) {
    .zt-m-menu-btn {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .zt-m-menu {
        flex-basis: initial;
    }
    .zt-m-menu-btn {
        margin-right: 15px;
        font-size: 30px;
        float: right;
    }
    .zt-m-menu-list:hover .collapse {
        display: block;
    }    
    #navbarCollapse {
        position: absolute;
        background-color: white;
        top: 40px;
        right: 0;
    }
    .dropdown:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: -95px;        
    }
    #zt-menu li {
        padding: 5px 20px;
    }
    #zt-menu li:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
    }
    #zt-menu a.zt-current-menu {
        color: black;
        border: 0;
    }
    #zt-menu .dropdown-menu {
        min-width: 100px;
    }
    #zt-menu a.dropdown-item {
        padding: 8px 5px 8px 10px;
    }
    #zt-menu a.dropdown-item:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    .zt-m-menu form {
        display: none;
    }
}

/*开放区域联系人*/
/*分页*/
.zt-openarea .custom-select {
    width: 160px;
}
.zt-openarea input {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}
.zt-openarea .zt-button {
    border-radius: 3px;
    height: 38px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}
.zt-openarea table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.zt-openarea table td, .zt-openarea table th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 50px;
}
.zt-openarea table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.zt-openarea-remark {
    width: 100px;
}
@media screen and (max-width: 450px) {
    #main {
        height: 400px;
        margin-top: -100px;
    }
    .zt-openarea .custom-select, .zt-openarea input {
        width: 30%;
    }
    .zt-openarea .zt-button  {
        width: 30%;
    }
    .zt-pn-button {
        display:none;
    }
    .zt-openarea-tab {
        width: 100%;
        overflow: scroll;
    }
    #tab {
        min-width: 500px;
        width: auto;
    }

    div#zone {
        width: 100%;
    }
    .zt-orderbill {
        width: 100%;
        overflow: auto;
    }
    .zt-orderbill-in {
        width: 976px;
    }
}

