﻿ @charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing: border-box;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin:0;padding:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
audio, canvas, video{display:inline-block;*display:inline;*zoom:1}
body, button, input, select, textarea{ font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53" }
input, select, textarea{font-size:100% }
table {border-collapse:collapse;border-spacing:0}
fieldset, img{border:0;display: block;}
address, caption, cite, code, dfn, em, i, strong, th, var, optgroup{font-style: normal;font-weight: normal}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:500}
ol, ul {list-style:none}
h1, h2, h3, h4, h5, h6{font-weight:normal}
a {color:#333;text-decoration:none}
a:hover{color:#1d89e4;text-decoration:none}
.clearfix {/* 触发 hasLayout */zoom:1; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility:hidden}
button, input, select, textarea {font-size:100%; margin:0;vertical-align:baseline;*vertical-align:middle}
button, input { line-height: normal }
button, select { text-transform: none }
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled], html input[disabled] {cursor:default }
input[type="checkbox"], input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0; *height:13px;*width:13px}
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.ww{width: 1200px;height: auto;margin: 0 auto;}
.clear{clear: both;}
.why{padding-bottom: 40px;}
.adList {
    margin: 0 auto;
}
ul.adList li {
    float: left;
    display: inline;
    width: 277px;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    margin-right: 30px;
}
ul.adList li:nth-child(4){margin-right: 0}
ul.adList li .reason_img {
    display: inline-block;
    width: 90px;
    height: 105px;
    background-image: url(../ZOStyle/images/advantage.jpg);
    background-repeat: no-repeat;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
.adList li .reason_img_1 {
    background-position: 0 0;
}
.adList li .reason_img_2 {
    background-position:-191px 0 ;
}
.adList li .reason_img_3 {
    background-position:-381px 0 ;
}
.adList li .reason_img_4 {
    background-position:-571px 0 ;
}
.adList li .ad_right {
    padding-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #363636;
}
.adList li .ad_left {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #222;
}
.adList li .reason_img_1:hover {
    background-position: -97px 0;
}
.adList li .reason_img_2:hover {
    background-position: -287px 0;
}
.adList li .reason_img_3:hover {
    background-position: -477px 0;
}
.adList li .reason_img_4:hover {
    background-position: -667px 0;
}

.news {
    margin-top: 100px;
    background: url(../ZOStyle/images/bg_news.png) no-repeat center top;
padding-bottom:40px;
}
.newsList {
    padding-top: 120px;
    padding-bottom: 34px;
}
.newsList li {
    float: left;
    display: inline-block;
    width: 386px;
    margin-right: 20px;
}
.newsList li:nth-child(3){margin-right: 0}
.newsList .newsborder {
    border: 1px solid #eee;
}
.newsList .newsBg {
    height: 52px;
    line-height: 52px;
    background: #0080e3;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.newsList .newsImg {
    margin: 0 auto;
    padding: 0px 0;

    text-align: center;
}
.newsList .newsImg img{width: 100%;display: block;}
.newsList ol {
    display: block;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 25px 10px 30px;
}
.newsList ol li {
    display: block;
    float: none;
    width: auto;
    position: relative;
}
.newsList ol li em {
    margin: 15px 11px 11px 0;
    background-color: #ffbc5f;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 0;
    display: inline-block;
    _margin: 8px 11px 11px 0;
}
.newsList ol li a {
    color: #212121;
    display: block;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 90px;
    font-size:14px;
}
.newsList ol li a:hover{color:#0080e3}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}
.newsList ol .newsDate {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    font-size:14px;
}
.newsList .newsImg i {
    display: block;
    width: 100%;
    height: 102px;
    margin: 0 auto;
    background-image: url(../img/news_img2.jpg);
    background-repeat: no-repeat;
}
.newsList .btnDiv .txtBtn {
    margin-top: 16px;
    width: 140px;
    height: 34px;
    border: 1px solid #4a9ced;
    border-radius: 18px;
    font-size: 14px;
    color: #4a9ced;
    line-height: 34px;
    display: inline-block;
    text-align: center;
}
.newsList .btnDiv .txtBtn:hover {
    background: #4a9ced;
    color: #fff;
}
.newsList .btnDiv {
    text-align: center;
}