﻿@charset "utf-8"; /* CSS Document */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}*/
/*body {color:#595959;font-size:12px;font-family:"微软雅黑";position:relative;background:#fff;}*/
/*td,th,caption {font-size:12px;}*/
/*h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}*/
/*address, caption, cite, code, dfn, em, th, var{font-style:normal;font-weight:normal;}*/
/*a{color:#000;text-decoration:none;}*/
/*a:hover {cursor:pointer;text-decoration:none;}*/
/*a{blr:expression(this.onFocus=this.blur())}*/
/**:focus{outline:0;}*/
/*fieldset,img {border:none;}*/
/*ol,ul,li {list-style:none;}*/
/*span,i{display:inline-block;font-style:normal;}*/
/*input, textarea, select, button {font:12px "微软雅黑";;outline:none;}*/
/*table{border-collapse:collapse;border-spacing:0;}*/
/*textarea {resize:none;}*/

/*关于我们start*/
/*.about_bg{position:fixed;width:100%;height:100%;top:0;left:0;background: url(../images/about_bg.jpg) no-repeat;background-size:cover;}*/
/*.about_content{width:60%;margin:0 auto;}*/
/*.about_content h2,.about_content h3{text-align:center;font-weight:bold;color:#000;}*/
/*.about_content h2{font-size:40px;margin-bottom:50px;}*/
/*.about_content p{font-size:16px;color:#000;line-height:180%;margin-bottom:20px;text-align:center;}*/
/*.about_content.history{text-align:center;position:relative;}*/

/*大事记start*/
.event_box {
    position: relative;
    width: 100%;
    z-index: 999;
}

.event_box .parHd {
    width: 1080px;
    display: flex;
    height: 350px;
    /* margin-top: 80px; */
    position: relative;
    margin: 80px auto;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
    height: 100%;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
    height: 100%;
    width: 100% !important;
}

/*.parHd .tempWrap:after {*/
/*content: '';*/
/*width: 85%;*/
/*height: 1px;*/
/*background: #580000;*/
/*position: absolute; !* top:33%;*!!* right:-140%;*!*/
/*right: 8%;*/
/*top: 35%; !* margin-top:-0.5px;*!*/
/*z-index: 10;*/
/*}*/

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    /* display: inline-block;
    cursor: pointer;
    padding-top: 200px;
    font-size: 16px;
    color: #000;
    margin: 0 10px;
    position: relative;
    float: left; */
    position: relative;
    /* margin: 0 10px; */
    width: 102px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.parHd li:after {
    content: '';
    background: #5d8f87;
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 20;
    top: 150px;
    left: 50%;
    margin-top: 6px;
    margin-left: -6px;
    border-radius: 50%;
}

.parHd li:before {
    content: '';
    width: 80%;
    height: 15px;
    position: absolute;
    z-index: 20;
    top: 155px;
    left: calc(-36% + -6px);
    border-radius: 50%;
    overflow: hidden;
    background: url(/static/modules/cms/imgs/check.png);
    background-repeat: repeat-x;
    background-size: 15.1px;
    background-position: 15px center;
}

.parBd {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%; /*width:200px;*/
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 156px;
    cursor: pointer;
    z-index: 100;
    /* background: #fff; */
    padding: 20px 10px;
}

.sPrev {
    left: -70px;
}

.sNext {
    right: -70px;
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}


.parHd li span, .parHd li.clone span {
    /* display: none; */
}

.slideBox {
    background: #35605b;
    width: 400px;
    padding: 11px 0;
    display: flex;
    top: -184px;
    position: absolute;
    border-radius: 12px;
    margin-left: -137px;
}
.slideBox:after{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid #35605b;
    position: absolute;
    left: calc((100% - 20px)/2);
    top: 132px;
    z-index: 5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.slideBox-bg {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    margin-left: 13px;
}

.slideBox-info {
    width: 226px;
    color: #fff;
    margin-left: 15px;
    margin-top: 3px;
    text-align: left;
}

.slideBox-info-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}

.slideBox-info-text {
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
}

/* .i-team-time {
    font-size: 12px;
    color: #5d8f87;
    margin-top: 17px;
} */

.i-team-time {
    font-size: 14px;
    color: rgba(61, 94, 146, 1);
    margin-top: 18px;
}
#dates li:nth-last-child(-n+6) a > div {
    color: rgba(93, 142, 135, 1);
}
#dates li:nth-last-child(-n+3) a > div {
    color: rgba(156, 120, 71, 1);
}

.i-team-content {
    color: rgba(61, 94, 146, 1);
    margin-top: 5px;
    padding: 0 15px;
    font-size: 15px;
    /* line-height: 18px; */
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;

}

.slideBox {
    color: #fff;
}

.i-team-hr {
    position: absolute;
    width: 1090px !important;
    left: calc((100% - 1090px)/2);
    height: 10px;
    /* background-image: url(/static/modules/cms/imgs/shijianzhou_bg.png); */
    background-repeat: repeat-x;
    background-size: 12px;
    margin-top: 197px;
}

li.i-item-sjzul-f:after {
    display: none;
}

li.sjz-last:before {
    display: none;
}

#timeline {
    width: 1090px;
    height: 22rem;
    overflow: hidden;
    margin: 50px auto 0 auto;
    position: relative;
    z-index: 99
}

#dates {
    position: relative;
    z-index: 99;
    width: 100% !important;
    /* overflow: hidden; */
    /* margin-top: 20px; */
    display: flex;
}

#dates li {
    float: left;
    width: 128px;
    /*height: 90px;*/
    font-size: 16px;
    text-align: center;
    position: relative;
}

#dates a {
    color: #713611;
    width: 128px;
    /*height: 90px;*/
    /*line-height: 130px;*/
    display: block;
    /*background: url(/static/modules/cms/imgs/check.png) no-repeat center top;*/
}

#dates a.selected > div{
    color: rgba(61, 94, 146, 1);
    /*background: url(/static/modules/cms/imgs/ischeck.png) no-repeat center top;*/
}
#dates span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-image: url(/static/modules/cms/imgs/check.png); */
    background-color: rgba(61, 94, 146, 1);
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-left: calc(50% - 6px);
    z-index: 21;
    border-radius: 100px;
}
#dates li:nth-last-child(-n+6) span {
    background-color: rgba(93, 142, 135, 1);
}
#dates li:nth-last-child(-n+3) span {
    background-color: rgba(156, 120, 71, 1);
}

#dates li:nth-last-child(-n+6) a.selected > div {
    color: rgba(93, 142, 135, 1);
}
#dates li:nth-last-child(-n+3) a.selected > div {
    color: rgba(156, 120, 71, 1);
}

#dates a + .slideBox {
    display: none;
}

#dates a.selected + .slideBox {
    display: flex;
}

#dates .selected span {
    /* background-image: url(/static/modules/cms/imgs/ischeck.png); */
    background-color: #fff;
    border: 5px solid rgba(61, 94, 146, 1);
    width: 18px;
    height: 18px;
    border-radius: 100px;
    margin-left: calc(50% - 14px);
    margin-top: -9px;
    position: relative;
}
#dates .selected span:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background: rgba(61, 94, 146, 1);
    border-radius: 100px;
    top: 2px;
    left: 2px;
}
#dates li:nth-last-child(-n+6) .selected span {
    background-color: #fff;
    border: 5px solid rgba(93, 142, 135, 1);
}
#dates li:nth-last-child(-n+6) .selected span:before { 
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background: rgba(93, 142, 135, 1);
    border-radius: 100px;
    top: 2px;
    left: 2px;
}
#dates li:nth-last-child(-n+3) .selected span {
    background-color: #fff;
    border: 5px solid rgba(156, 120, 71, 1);
}
#dates li:nth-last-child(-n+3) .selected span:before { 
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background: rgba(156, 120, 71, 1);
    border-radius: 100px;
    top: 2px;
    left: 2px;
}
#dates a:before {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    right: -50%;
    background-image: url(/static/modules/cms/imgs/shijianzhou_bglan.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 16px;
    margin-top: 1px;
    z-index: -1;
    top: 0;
}
#dates li:first-child a:after {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    right: 50%;
    background-image: url(/static/modules/cms/imgs/shijianzhou_bglan.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 16px;
    margin-top: 1px;
    z-index: -1;
    top: 0;
}
#dates li:nth-last-child(-n+6) a:before {
    /* content: ''; */
    background-image: url(/static/modules/cms/imgs/shijianzhou_bg.png);
    /* background-repeat: repeat-x; */
}
#dates li:nth-last-child(-n+3) a:before {
    /* content: ''; */
    /* background-repeat: repeat-x; */
    background-image: url(/static/modules/cms/imgs/shijianzhou_bghuang.png);
}
#dates .selected .i-team-time {
    font-size: 22px;
    color: rgba(61, 94, 146, 1);
    /*margin-top: 100px;*/
}

#dates .selected .i-team-content {
    font-size: 20px;
    color: rgba(61, 94, 146, 1);
    margin-top: 7px;
    padding: 0;
}

#issues {
    width: 1120px;
    height: 197px;
    overflow: hidden;
}

#issues li {
    width: 1120px;
    height: 300px;
    list-style: none;
    float: left;
    cursor: pointer;
    /* display: none; */
}
#dates li .slideBox {
    cursor: pointer;
}
#issues li.selected {
    display: block;
}

#issues li img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

#next, #prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-family: "瀹嬩綋";
    top: 154px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    color: #713611;
}
.i-team-box{
    position: relative;
    margin: 0 auto;
    width: 1150px;
    z-index: 99;
}
#next {
    right: -34px;
    /*margin-right: -400px;*/
}

#prev {
    left: -34px;
    /*margin-left: -400px;*/
}

#next.disabled, #prev.disabled {
    opacity: 0.2;
}