* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1240 {
    max-width: 1240px;
    margin: 0 auto;
}

.px1500 {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
       width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
zj-lists ul li a {
    display: table-cell;
    width: 100%;
}
.zj-pic {
  
  display: table-cell;
    width: 143px;
 
    overflow: hidden;
}

.zj-pic img {
      display: block;
    width: 100%;
    height:180px;
    transition: all 0.3s;
}

.zj-pic img:hover {
    transform: scale(1.05);
}


/* nav */

.head.t60 {
    top: 60px;
}

.head {
    background: #005896;
    background-position: center top;
}

.head-top {
    padding: 27px 0;
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 95px;
}

.logo a img {
    height: 78px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;

  /*  background: url(../images/head_ewm.jpg) no-repeat;*/
    background-size: 90px 90px;
    background-position: right center;
    min-height: 90px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.search span {
    margin: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}

.search a {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    height: 47px;
    margin-top: 20px;
    background: #FFF;
    background: rgba(255, 255, 255, 0.37);
    float: right;
    border-radius: 30px;
    line-height: 47px;
}

.search-box:hover {
    border-color: #005da3;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.search-box input[type="text"] {
    width: 180px;
    padding: 0 10px 0 30px;
    line-height: 27px;
    height: 27px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
margin-left:20px;
}

.search-box input[type="text"]::placeholder {
    color: #fff;
}

.search-box input[type="image"] {
    height: 29px;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 11px;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.nav {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    width: 7.69%;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 17px;
    line-height: 80px;
    color: #fff;
    position: relative;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    right: 0;
    left: 50%;
    margin-left: -140px;
    background: #f4f4f4;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
}

.nav>ul>li ul li {
    float: left;
    width: 120px;
    padding: 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #005da3;
}

.nav>ul>li:hover {
    background: #0d325a;
}

.nav>ul>li.active {
    background: #0d325a;
}

.nav>ul>li.active>a {
    color: #fff;
}

.nav>ul>li.on>a:after {
    height: 24px;
    bottom: -29px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.footer {    
    background: #005da0;
    padding-top: 45px;
    padding-bottom: 45px;
}

.foot-c p {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

.foot-c p span {
    margin: 0 10px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-prev,
.banner .slick-next {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    transition: all 0.5s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .slick-prev {
    left: 160px;
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: 160px;
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}