/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

p,
div,
span {
    cursor: default;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
    outline: none !important;
}

a:hover {
    color: #355e92;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

body {
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/*commom style*/
.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.zwgkw1100 {
    width: 1100px;
    margin: 0 auto;
}

/*********面包屑********/
.current-position {
    line-height: 60px;
    font-size: 14px;
    background: #f7f7f7;
}

/******part01******/
.leader-left {
    width: 210px;
    margin-right: 20px;
}

.leader-left .pic {
    width: 100%;
    border: 1px solid #dadada;
}

.leader-left .pic img {
    width: 190px;
    height: 250px;
    margin: 10px 10px;
}

.leader-left .name {
    text-align: center;
    color: #d70000;
    line-height: 36px;
    padding-top: 5px;
}

.leader-left .post {
    text-align: center;
    line-height: 36px;
    padding-bottom: 10px;
}

.leader-left .witre {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 90px;
    background: url(witrepic.png) no-repeat left center;
}

.leader-left .witre a {
    display: block;
    width: 100%;
    height: 100%;
    color: #d70000;
}


.leader-center {
    width: 485px;
    margin-right: 30px;
    padding: 10px 10px 0 10px;
    border: 1px solid #dadada;

}

.leader-center-content {
    overflow: hidden;
}

.leader-center .tit {
    color: #d70000;
    line-height: 60px;
    padding-left: 20px;
}

.leader-center p {
    display: block;
    text-indent: 40px;
    line-height: 32px;
    padding-left: 20px;
}

.leader-center .all a {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 94px;
    height: 22px;
    border: 1px solid #dadada;
}

.leader-center .all a .arrow {
    display: block;
    width: 20px;
    height: 10px;
    padding: 0;
    margin: 0 auto;
    margin-top: 4px;
    border: 10px solid transparent;
    border-top-color: #d70000;
    transition: all .4s ease;
    transform: rotate(0deg);
    cursor: pointer;
}


.leader-right {
    width: 355px;
    background: #f9fcff;
    padding: 18px 18px;
}

.leader-right .tit {
    font-size: 20px;
    font-weight: bold;
    color: #d71619;
    line-height: 40px;
}

.leader-right ul li {
    float: left;
    width: 100%;
    line-height: 56px;
    border-bottom: 1px dotted #dadada;
}

.leader-right ul li:last-child {
    border-bottom: none
}

.leader-right ul li p {
    float: left;
    width: 130px;
    color: #d70000;
}

.leader-right ul li a {
    display: block;
    float: left;
    padding: 0 20px;
    text-align: center;
}

/*.leader-right ul li a:nth-child(4),
.leader-right ul li a:nth-child(6) {
    padding-left: 150px;
}
*/

.zwgk-part02 {
    width: 100%;
    margin-top: 30px;
    /* min-height: 400px; */
    background: #f9f9f9;
}

.zwgk-part02 .tit {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #d71619;
    background: url(ldzc04.png) no-repeat center;
    text-align: center;
}

.ldhd-Scroll {
    position: relative;
    background: url(ldzc03.png) no-repeat center 190px;
}

.ldhd-Scroll .hd {
    overflow: hidden;
    padding: 0 10px;
}

.ldhd-Scroll .hd .prev {
    position: absolute;
    display: block;
    left: 0;
    top: 70px;
    width: 27px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url(ldzc021.png) no-repeat;
    z-index: 999;
}

.ldhd-Scroll .hd .next {
    position: absolute;
    display: block;
    right: 0;
    top: 70px;
    width: 27px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url(ldzc02.png) no-repeat;
    z-index: 999;
}

.ldhd-Scroll .bd {
    padding: 10px 40px;
    width: 1159px;
    overflow: hidden;
}

.ldhd-Scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.ldhd-Scroll .bd ul li {
    position: relative;
    float: left;
    width: 280px;

}

.ldhd-Scroll .bd ul li a {
    display: block;
    min-height: 72px;
    color: #d70000;
    line-height: 36px;
    margin-top: -8px;
    padding: 0 30px;
    border-right: 1px solid #dadada;
}

.ldhd-Scroll .bd ul li .title {
    display: block;
    min-height: 96px;
    font-size: 16px;
    line-height: 32px;
    padding: 0 30px;
    color: #999;
    border-right: 1px solid #dadada;
}

.ldhd-Scroll .bd ul li .time {
    display: block;
    color: #d70000;
    line-height: 36px;
    margin-top: 36px;
    text-align: center;
}