.banner {
    height: 222px;
    margin-bottom: 20px;
}

.banner .bd,
.banner .hd {
    width: 1000px;
}

.container {
    background: #f4f4f4;
}

.container .wrap {
    width: 1000px;
    height: auto !important;
    margin: 0 auto;
}

.wrap .sidebar {
    float: left;
    width: 232px;
}

.wrap .main {
    float: right;
    width: 750px;
    padding-bottom: 50px;
}

.breadcrumbs {
    float: right;
    height: 12px;
    color: #003466;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
}

.breadcrumbs:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/home.png") /*tpa=http://izdst.com/images/home.png*/ no-repeat left center;
}

.breadcrumbs a {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs a:after {
    padding: 0 8px;
    content: ">";
}

.breadcrumbs a:hover {
    color: #003466;
}

.breadcrumbs a:hover:after {
    color: #bdbdbd;
}

.colPicTitle {
    width: 232px;
    height: 49px;
    background: url("../images/siderbar.png") /*tpa=http://izdst.com/images/siderbar.png*/ no-repeat left top;
}

.colPicTitle h2 {
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    padding-left: 22px;
    text-transform: uppercase;
}

.menu {
    width: 232px;
    border-top: none;
    margin-bottom: 50px;
}

.menu li {
}

.menu li > a {
    position: relative;
    display: block;
    padding: 12px 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px dashed #c3c3c3;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    padding-left: 3px;
}

.menu li a:after,
.menu li a:after {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    margin-top: -6px;
    border-color: transparent transparent transparent #cc353d;
    border-style: solid;
    border-width: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.menu li:hover > a:after,
.menu li.current > a:after {
    visibility: visible;
    opacity: 1;
    border-color: transparent transparent transparent #fff;
}

.menu li:hover > a,
.menu li.current > a {
    padding-left: 14px;
    background: url("../images/inSider.png") /*tpa=http://izdst.com/images/inSider.png*/ no-repeat left top;
    background-size: 100% 100%;
    color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.menu li.current dl {
    display: block;
}

.menu dl {
    padding: 0px 30px;
    display: none;
    background-color: #e5e5e5;
    overflow: hidden;
}

.menu dl dd {
    position: relative;
    padding: 6px 0;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 20px;
}

.menu dl dd:first-child {
    margin-top: 8px;
}

.menu dl dd:last-child {
    margin-bottom: 8px;
}

.menu dl dd:hover,
.menu dl dd.current {
    color: #003466;
}

.menu dl dd:hover:after,
.menu dl dd.current:after {
    background: #003466;
}

.down {
    padding: 0;
}

.colCurTit {
    clear: both;
    width: 100%;
    height: 52px;
    margin-bottom: 18px;
    border-bottom: 2px solid #ebebeb;
    position: relative;
}

.colCurTit:after {
    width: 71px;
    height: 2px;
    content: "";
    display: block;
    background-color: #2e3289;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -2px;
}

.colCurTit h2 {
    float: left;
    color: #484848;
    font-size: 18px;
    line-height: 52px;
}

.article {
    clear: both;
    background-color: #fff;
    padding: 0 20px 60px;
    min-height: 370px;
    box-shadow: 0 6px 6px #d3d2d2;
}

/* page */
.page {
    color: #727272;
    font-size: 14px;
    line-height: 14px;
    clear: both;
    display: table;
    margin: 16px auto 0;
}

.page a:nth-child(2) {
    border: 0;
}

.page a {
    float: left;
    padding: 0 10px;
    color: #727272;
    font-size: 14px;
    line-height: 14px;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
}

.page a.prev {
    width: 50px;
    height: 14px;
    line-height: 14px;
    color: #727272;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 16px;
    position: relative;
}

.page a.prev:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 9px solid #727272;
    top: 1px;
}

.page a.next {
    width: 50px;
    height: 14px;
    line-height: 14px;
    color: #727272;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 16px;
    position: relative;
}

.page a.next:after {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #727272;
    top: 2px;
}

.page a:hover,
.page a.current {
    color: #2e3289;
}

.page a.prev:hover,
.page a.next:hover {
    color: #2e3289;
}

.page a.prev:hover:before {
    border-right: 9px solid #2e3289;
}

.page a.next:hover:after {
    border-left: 9px solid #2e3289;
}

/* contact */
.ct-map {
    width: 100%;
    height: 253px;
    overflow: hidden;
}

.ct-address {
    padding-top: 30px;
    position: relative;
}

.ct-address h1 {
    font-size: 30px;
    background: url("../images/tel.png") /*tpa=http://izdst.com/images/tel.png*/ no-repeat 12px center;
    line-height: 25px;
    color: #2e3289;
    font-weight: bold;
    padding-left: 44px;
    margin-bottom: 30px;
}

.ct-address li {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #464545;
    padding-left: 10px;
    margin-bottom: 15px;
}

.add-ewm {
    width: 122px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 98px;
}

.add-ewm img {
    width: 122px;
    height: 122px;
}

.add-ewm p {
    font-size: 16px;
    line-height: 34px;
    color: #5d5d5d;
}

/* newsList */
.nw-list ul {
    overflow: hidden;
    padding-bottom: 34px;
}

.nw-list li {
    width: 100%;
    border-bottom: 1px dashed #b5b5b5;
    padding-top: 30px;
    padding-bottom: 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.nw-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nw-list li h1 {
    font-size: 16px;
    line-height: 20px;
    color: #3d3d3d;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.nw-list li h1 em {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #b5b5b5;
}

.nw-list li p {
    font-size: 14px;
    line-height: 24px;
    color: #959595;
}

.nw-list li span {
    display: inline-block;
    margin-top: 6px;
    text-transform: uppercase;
    padding-left: 19px;
    position: relative;
}

.nw-list li span:before {
    content: "";
    display: block;
    width: 13px;
    height: 9px;
    background: url("../images/right.png") /*tpa=http://izdst.com/images/right.png*/ no-repeat 0px 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
    left: 0;
    top: 3px;
}

.nw-list li:hover h1 {
    color: #2e3289;
}

.nw-list li:hover span:before {
    background-position: -13px 0;
}

/*��������ҳ*/
.news-detail-title {
    width: 100%;
    height: 86px;
    border-bottom: 1px dashed #bebebe;
    text-align: center;
}

.news-detail-title h2 {
    font-size: 20px;
    line-height: 55px;
    color: #000;
}

.news-detail-icon {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #727272;
    margin: 0 12px;
    position: relative;
    padding-left: 5px;
}

.news-detail-content {
    padding-top: 15px;
    min-height: 350px;
}

.news-detail-content img {
    display: block;
    margin: 39px auto 40px;
}

.news-detail-content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-indent: 28px;
}

.news-page {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #bebebe;
}

.news-page a {
    display: block;
    height: 25px;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 25px;
}

.news-page a:hover {
    color: #138bd4;
}

/*case*/
.cs-list {
}

.cs-list ul {
    margin-right: -11px;
}

.cs-list li {
    width: 229px;
    overflow: hidden;
    float: left;
    margin: 0px 11px 31px 0px;
    position: relative;
}

.cs-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cs-list li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 152px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.cs-list li a:after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-size: contain;
    background: url("../images/round.png") no-repeat center;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -21px;
    top: -55px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.cs-list li h1 {
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #eaeaea;
    color: #656565;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    padding-top: 15px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.cs-list li h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 21px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.cs-list li h1 em {
    display: block;
    color: #b2b2b2;
}

.cs-list li:hover a:before {
    visibility: visible;
    opacity: 1;
}

.cs-list li:hover a:after {
    top: 55px;
}

.cs-list li:hover h1:after {
    background-position: 0px 0px;
}

/*message*/
.ms-con {
    overflow: hidden;
}

.ms-con img {
    margin-bottom: 14px;
}

.panel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.half {
    width: 347px;
}

.panel input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 14px;
    outline: none;
    border: 1px solid #d4d4d4;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.panel textarea {
    font-size: 14px;
    width: 100%;
    resize: none;
    outline: none;
    border: none;
    height: 116px;
    padding: 10px 14px;
    border: 1px solid #d4d4d4;
    margin-bottom: 6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.panel input:hover,
.panel input:focus,
.panel textarea:hover,
.panel textarea:focus {
    border: 1px solid #2e3289;
    box-shadow: inset 0 0px 2px 1px rgba(190, 6, 6, 0.4);
}

.ms-con .panel input,
.ms-con .panel textarea {
    border-radius: 6px;
    font-size: 16px;
    box-shadow: inset 0 0px 2px 1px rgba(0, 0, 0, 0.4);
}

.panel .panel-btn {
    display: block;
    width: 160px;
    background-color: #b7b7b7;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fffefe;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    cursor: pointer;
    border-radius: 6px;
}

.panel .panel-btn:hover {
    background-color: #2e3289;
}

/* job-list */
.recruit {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 60px;
}

.recruit thead th {
    height: 47px;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.recruit td {
    height: 47px;
    color: #7c7c7c;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.recruit tr:hover td a.more {
    color: #2e3289;
}

/*job-detail*/
.job-detail-txt {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 26px;
    margin-bottom: 24px;
}

.job-detail-form {
}

.job-detail-form .panel label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
    border-right: 1px solid #c7c7c7;
    margin-top: 14px;
}

.job-detail-form .panel input,
.job-detail-form .panel textarea {
    padding-left: 65px;
}

.first input {
    padding-left: 108px !important;
}

/*pro-list*/
.pro-list {
}

.pro-list ul {
    overflow: hidden;
    padding-bottom: 30px;
}

.pro-list li {
    float: left;
    width: 50%;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    padding: 20px 0px 40px;
    position: relative;
}

.pro-list li:nth-child(2n) {
    border-right: none;
}

.pro-list li img {
    float: left;
}

.pro-list li p {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-list li p em {
    font-size: 12px;
    color: #313131;
}

.pro-list li span {
    font-size: 12px;
    line-height: 24px;
    color: #8f8f8f;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
    left: 175px;
    bottom: 18px;
}

.pro-list li:hover span {
    color: #2e3289;
}

/*pro-detail*/
.pro-detail {
    overflow: hidden;
}

.detail-lf {
    width: 357px;
    height: 249px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background-color: #fff;
    float: left;
    position: relative;
}

.detail-lf .dprev,
.detail-lf .dnext {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 90px;
    overflow: hidden;
    cursor: pointer;
    width: 27px;
    height: 54px;
    background-color: rgba(115, 166, 193, 0.8);
    font-size: 34px;
    line-height: 54px;
    font-family: "simsun";
    font-weight: bolder;
    text-align: center;
    color: #fff;
}

.detail-lf .dnext {
    left: auto;
    right: 0px;
}

.detail-fr {
    width: 330px;
    height: 249px;
    padding-right: 6px;
    overflow: hidden;
    float: right;
    position: relative;
}

.detail-btn {
    display: block;
    width: 166px;
    height: 37px;
    background: url("../images/detail-btn.png") /*tpa=http://izdst.com/images/detail-btn.png*/ no-repeat center;
    font-size: 14px;
    line-height: 37px;
    color: #535353;
    padding-left: 8px;
    position: absolute;
    bottom: 14px;
    left: 0;
}

.pro-detail {
    clear: both;
    padding: 20px 0;
}
