
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,del,cite,address,small,sub,sup,b,u,i,center,font,em,strong,dl,dt,dd,ul,ol,li,form,fieldset,legend,table,caption,thead,tbody,tfoot,tr,th,td {
  margin:0;
  padding:0;
  outline:none;
}
body,h1,h2,h3,h4,h5,h6 {
  font-family:'PingFang SC','Microsoft YaHei',SimHei,Arial,SimSun;
}
ul,ol,li{
  list-style-type:none;
}
a {
  text-decoration:none;
  color:#000000;
}
a:hover {
  text-decoration:none;
}
a:focus {
  outline:none;
}
li:focus {
  outline:none;
}
fieldset,img {
  border:0;
}
img {
  display:block;
}
q,blockquote {
  quotes:"" "";
}
q:before,q:after,blockquote:before,blockquote:after {
  content:"";
}
del {
  text-decoration:line-through;
}
ins {
  text-decoration:underline;
}
sup {
  vertical-align:super;
}
sub {
  vertical-align:sub;
}
cite,em,dfn {
  font-style:normal;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}
caption,th,td {
  font-weight:normal;
  text-align:left;
}
input,textarea,select,button {
  font-size:100%;
  font-family:inherit;
  margin:0;
  padding:0;
}
label,button {
  cursor:pointer;
}
textarea {
  white-space:pre;
  resize:none;
  border:1px solid #ececec;
}
button,input,select,textarea {
  font-size:100%;
}
article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary {
  margin:0;
  padding:0;
  display:block;
  border:0;
  font-size:100%;
}
.clearfix {
  *zoom:1;
}
.clearfix:after {
  content:" ";
  display:table;
  height:0;
  clear:both;
  visibility:hidden;
}
body{
  background-color: #fff;
}
.container {
  width:1280px;
  margin:0 auto;
  height:100%;
}
.conf-header{
  padding: 30px 0;
}
.conf-header .container{
  margin: 0 60px;
  width: auto;
}
.conf-header img{
  width: auto;
  display: inline-block;
}

.reform-open-banner{
  width: 100%;
}
.reform-open-banner img{
  width: 100%;
}
.reform-open-title{
  padding: 0 0 30px 0;
}
#video-box{
  width: 80% !important;
  height: auto;
  margin: 0 auto;
}
.reform-open-title i{
  width: 60px;
  height: 4px;
  display: block;
  background-color: #d6000f;
  margin: 5px auto 15px;
}
.reform-open-title .title-pic{
  font-size: 0;
  text-align: center;
}
.reform-open-title .title-pic img{
  display: inline-block;
  margin-bottom: 10px;
}
.reform-open-title .title-pic img:nth-child(2){
  margin-left: 20px;
}
.reform-open-video{
  width: 100%;
  background: url(../images/reform-open-bg-01.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  padding-top:90px;
}


.conf-footer{
  background-color: #eaeaea;
  padding: 10px 0;
}
.conf-footer .container{
  width: auto;
  margin: 0 60px;
}

.conf-footer .ewm-pic{
  float: right;
  width: auto;
}

.conf-footer .conf-footer-left{
  float: left;
  padding: 60px 0 0 0;
  font-size: 16px;
  color: #999;
}
.conf-footer .conf-footer-left p{
  margin-bottom: 15px;
}
.conf-footer .conf-footer-left p a{
  color: #1a1a1a;
}
.reform-open-process-title{
  padding: 110px 0 0 0;
  background: url(../images/reform-open-bg-02.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.reform-open-process{
  padding: 0.1px 0 240px 0;
  background: url(../images/reform-open-bg-05.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.process-tab{
  width: 100%;
  background-color: #f1e3cc;
  padding: 25px 0;
  position: relative;
  border-radius: 5px;
}
.process-tab a{
  position: absolute;
  display: block;
  width: 30px;
  height: 50px;
  text-indent: -99999px;

}
.process-tab .prev-btn{
  left:40px;
  top:30px;
  background: url(../images/reform-open-icon-01.png) no-repeat center center;
}
.process-tab .next-btn{
  right:40px;
  top:30px;
  background: url(../images/reform-open-icon-02.png) no-repeat center center;
}
.process-time{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}

.process-time::-webkit-scrollbar{
  width: 6px;
  height: 3px;
  /*background-color: rgba(0,0,0,0.1);*/
  border-radius: 5px;
  overflow: hidden;
}
.process-time::-webkit-scrollbar-track{
    background-color: #f2f2f2;/*滚动条槽的颜色*/
}

 /*定义滑块 内阴影+圆角*//* 滚动条滑块 */
.process-time::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
    background-color: #e8e8e8;
}
/*交互时样式设置*/
.process-time::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,.2);
}
/* 两边按钮设置*/
.process-time::-webkit-scrollbar-button {
    width: 0;
    height:0;
}
.process-time::-webkit-scrollbar-button:horizontal:decrement:hover {
    /*当鼠标在水平滚动条递减属性的按钮上的状态，在该文件中就只有水平方向的第一个按钮*/
    /* decrement 表示递减的碎片 */
    width: 10px;
    height: 3px;
    border: 6px;
    background: #d3150b;
}





.time-line{
  position: absolute;
  top:13px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e4caa5;
  z-index: 0;
}
.process-time ul{
  width: auto;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0;
}
.process-time li{
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 56px;
  margin: 0 100px;
  padding-top: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.process-time li i{
  width: 16px;
  height: 16px;
  display: block;
  background-color: #b39263;
  border-radius: 50%;
  margin: 0 auto 5px;
}

.process-time li span{
  font-size: 20px;
  color: #b39263;
  line-height: 1.2;
  user-select:none;
}
.process-time li.on{
  padding-top: 5px;
}
.process-time li.on i{
  width: 20px;
  height: 20px;
  background-color: #d6000f;
  margin-bottom: 0;
}
.process-time li.on span{
  color: #d6000f;
  font-size: 24px;

}
.process-list{
  width: 1100px;
  height: 900px;
  overflow: hidden;
  margin: 40px auto 0;
}
.process-list ul{
  /*width: 1113px;*/
  height: 100%;
  overflow: auto;
}
.process-list li{
  position: relative;
  padding-top:20px;
  min-height: 170px;
}
.process-list li:after{
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.middle-line{
  position: absolute;
  top:0;
  left: 50%;
  width: 6px;
  height: 100%;
  background-color: #c7a97f;
}

.time-year{
  position: absolute;
  top:65px;
  left: 50%;
  font-size: 48px;
  color:#d6000f;
  transform: translateX(-50%);
  background: url(../images/reform-open-bg-06.jpg) no-repeat center;
  padding: 10px 0;
  z-index: 3;
}

.list-context{
  position: relative;
  width: 290px;
  padding: 25px 24px 25px 25px;
  background-color: #f5e7ce;
  border-radius: 5px;
}
.list-context:after{
  content: '';
  height: 0;
  display: block;
  clear:both;
  visibility: hidden;
}
.line-point{
  position: absolute;
  top: 50%;
  right: -123px;
  width: 100px;
  height: 4px;
  background-color: #f5e7ce;
}
.list-context p{
  font-size: 16px;
  color: #323232;
  line-height: 1.8;
  text-align: justify;
}
.list-left{
  float: left;
}
.list-right{
  float: right;
}
.list-right .line-point{
  left: -123px;
  right: auto;
}
.pic-left img{
  float: left;
  margin-right: 20px;
}
.pic-left p{
  padding-top: 10px;
}
.list-context .context-bg{
  position: relative;
  bottom: 0;
  left: 0;
  float: left;
  display: none;
}
.list-context.pic-bg{
  background: url(../images/reform-open-03.jpg) no-repeat left bottom #f5e7ce;
}
.list-context.pic-bg p{
  padding-left: 180px;
}

.pic-top img{
  width: 100%;
  margin-bottom: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #d6000f !important;
}
.process-tab.fixed{
  position: fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}







.mt-30{
  margin-top: -25px;
}
.mt-40{
  margin-top: -38px;
}
.mt-50{
  margin-top: -50px;
}
.mt-70{
  margin-top: -70px;
}
.mt-100{
  margin-top: -100px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.mt70{
  margin-top: 70px;
}
.mt80{
  margin-top: 80px;
}
.mt90{
  margin-top: 90px;
}
.mt100{
  margin-top: 100px;
}
.t20{
  top:20px;
}
.t40{
  top:40px;
}
.t50{
  top:50px;
}
.t60{
  top:60px;
}
.t80{
  top:80px;
}
.t90{
  top:90px;
}
.t100{
  top:100px;
}
.t120{
  top:120px;
}
.t130{
  top:130px;
}
.t150{
  top:150px;
}
.t160{
  top:160px;
}
.t170{
  top:170px;
}
@media screen and (max-width:1366px){
  .process-tab{
    padding:10px 0;
    width: 96%;
    margin:0 auto;
  }
  .process-tab a{
    width: 20px;
    height: 36px;
  }
  .process-tab .prev-btn{
    background-image: url(../images/reform-open-icon-01.png) no-repeat center center;
    background-size: 100% 100%;
    left: 30px;
    top:20px;
  }
  .process-tab .next-btn{
    background-image: url(../images/reform-open-icon-02.png) no-repeat center center;
    background-size: 100% 100%;
    right: 30px;
    top:20px;
  }
  .process-time li span{
    font-size: 18px;
  }
  .process-time li.on span{
    font-size: 20px;
  }
  .process-list li{
    padding-top: 10px;
  }
  .list-context{
    padding: 15px
  }
  .time-year{
    top:40px;
    font-size: 36px;
    padding: 2px 0;
  }
  .list-context p{
    font-size: 15px;
    line-height: 1.6;
  }
  .line-point{
    right: -130px;
  }
  .list-right .line-point{
    left: -130px;
  }
  .mt-30{
    margin-top: -45px;
  }
  .mt-40{
    margin-top: -50px;
  }
  .mt-50{
    margin-top: -60px;
  }
  .mt-70{
    margin-top: -90px;
  }
  .mt-100{
    margin-top: -110px;
  }
  .mt20{
    margin-top: 10px;
  }
  .mt30{
    margin-top: 25px;
  }
  .mt50{
    margin-top: 40px;
  }
  .mt60{
    margin-top: 50px;
  }
  .mt70{
    margin-top: 60px;
  }
  .mt80{
    margin-top: 70px;
  }
  .mt90{
    margin-top: 80px;
  }
  .mt100{
    margin-top: 80px;
  }
  .t20{
    top:0px;
  }
  .t40{
    top:20px;
  }
  .t50{
    top:30px;
  }
  .t60{
    top:40px;
  }
  .t80{
    top:80px;
  }
  .t90{
    top:70px;
  }
  .t100{
    top:80px;
  }
  .t120{
    top:120px;
  }
  .t130{
    top:110px;
  }
  .t150{
    top:130px;
  }
  .t160{
    top:140px;
  }
  .t170{
    top:150px;
  }
  .reform-open-process{
    padding-bottom: 180px;
  }
}
@media screen and (max-width:1280px) {
  .container {
    width:auto;
    margin:0 5%;
    height:100%;
  }
  .conf-header{
    padding: 20px 0;
  }
  .conf-header .container{
    width:auto;
    margin:0 5%;
  }
  .conf-header img{
    width: 150px;
  }
  .conf-footer .container{
    margin:0 5%;
  }
  .process-tab{
    width: 100%;
  }
  .process-tab a{
    width: 15px;
    height: 30px;
  }
  .process-time{
    width: 85%;
    height: auto;
  }
  .process-time li{
    margin:0 60px;
  }
  .process-time li i{
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
  }
  .process-time li.on i{
    width: 15px;
    height: 15px;
    margin-bottom: 0;
  }
  .time-line{
    top:12px;
    height: 2px;
  }

}
@media screen and (max-width:1024px) {
  .container{
    margin:0 3%;
  }
  .conf-header{
    padding: 15px 0;
  }
  .conf-header img{
    width: 120px;
  }
  .conf-footer .conf-footer-left{
    width: 85%;
  }
  .conf-footer .conf-footer-left p{
    text-align: justify;
  }

  .process-list{
    width: 100%;
  }

  .line-point{
    width: 80px;
    right: -90px;
  }
  .list-right .line-point{
    left: -90px;
  }
  .time-year{
    font-size: 30px;
  }
  .reform-open-process-title{
    padding-top: 70px;
  }
  .reform-open-title .title-pic img{
    height: 36px;
  }
  .reform-open-title i{
    width: 45px;
    height: 3px;
  }
  .middle-line{
    width: 4px;
  }
  .mt30{
    margin-top: 10px;
  }
  .t100{
    top: 100px;
  }
  .process-list li:nth-child(3) .t100{
    top:80px;
  }
  .process-list li:nth-child(3) .mt30{
    margin-top:26px;
  }
  .process-list li:nth-child(7) .list-left .list-context{
    margin-top: -15px;
  }
  .process-list li:nth-child(23) .t120{
    top:85px;
  }
  .reform-open-process{
    padding-bottom: 100px;
  }
}

@media screen and (max-width:768px) {
  .reform-open-title .title-pic img:nth-child(2){
    margin-left: 0;
  }
  .container{
    width: auto;
    margin: 0 3% 0 3%;
  }
  .conf-header{
    padding: 10px 0;
  }
  .conf-header img{
    width: 90px;
  }
  .conf-footer{
    padding: 5px 0;
  }
  .conf-footer .ewm-pic{
    float: none;
    text-align: center;
  }
  .conf-footer .ewm-pic img{
    display: inline-block;
    width: 75px;
  }
  .conf-footer .conf-footer-left{
    float: none;
    width: auto;
    padding-top: 10px;
  }
  .conf-footer .conf-footer-left p{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .list-context{
    width: 220px;
  }
  .pic-left img{
    width: 90px;
    margin-right: 10px;
  }
  .pic-left p{
    padding-top: 0.1px;
  }
  .line-point{
    width: 40px;
    right: -50px;
  }
  .list-right .line-point{
    left: -50px;
  }
  .time-year{
    top:50% !important;
    margin-top: -13px;
  }
  .process-list li{
    min-height: auto;
  }
  .list-context .context-bg{
    /*display: block;*/
    width: 100px;

  }
  .list-context.pic-bg{
    height: 170px;
    background: url(../images/reform-open-03.jpg) no-repeat left bottom #f5e7ce;
    background-size: 70% auto;

  }
  .list-context.pic-bg p{
    padding-left: 120px;
  }
  .process-list li:nth-child(7) .list-left .list-context{
    margin-top: 0;
  }
  .process-list li:nth-child(7) .list-right .list-context{
    margin-top: 68px;
  }
  .process-list li:nth-child(9) .mt50{
    margin-top: 0;
  }
  .process-list li:nth-child(9) .time-year{
    top:66px !important;
  }
  .process-list li:nth-child(12) .mt50{
    margin-top: 18px;
  }
  .process-list li:nth-child(12) .time-year{
    top:86px !important;
  }
  .process-list li:nth-child(13) .mt100{
    margin-top: 92px;
  }
  .process-list li:nth-child(14) .mt-30{
    margin-top: 0;
  }
  .process-list li:nth-child(14) .list-right .list-context{
    margin-top: 20px;
  }
  .process-list li:nth-child(15) .mt30{
    margin-top: 24px;
  }
  .process-list li:nth-child(30) .list-left .list-context{
    margin-top: 28px;
  }
  .process-list li:nth-child(31) .list-left .list-context{
    margin-top: 46px;
  }
  .process-list li:nth-child(32) .list-left .list-context{
    margin-top: 46px;
  }
  .process-list li:nth-child(33) .list-left .list-context{
    margin-top: 100px;
  }
  .process-list li:last-child .time-year{
    top:32px !important;
  }
  .mt-40{
    margin-top: 0;
  }
  .mt-50 {
    margin-top: 0;
  }
  .mt-70{
    margin-top: 0;
  }
  .mt-100{
    margin-top: 0;
  }
  #video-box{
    height: auto;
  }
}
@media screen and (max-width:480px) {
  #video-box{
    width: 100% !important;
  }
  .mCSB_inside > .mCSB_container{
    margin-right: 0 !important;
  }
  .reform-open-title .title-pic img{
    height: 30px;
  }
  .reform-open-title i{
    width: 40px;
  }
  .conf-header{
    padding: 10px 0 7px 0;
  }
  .conf-header img{
    width: 75px;
  }
  .process-list{
    height: 480px;
    margin-top: 20px;
  }
  .reform-open-process{
    padding-bottom: 60px;
    background: url(../images/reform-open-bg-05.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  .process-tab{
    padding: 5px 0;
  }
  .process-time{
    width: calc(100% - 70px);
  }
  .process-tab .prev-btn{
    top:10px;
    left: 10px;
    background-image: url(../images/reform-open-icon-01.png) no-repeat center center;
    background-size: 80% 80%;
  }
  .process-tab .next-btn{
    top:10px;
    right: 10px;
    background-image: url(../images/reform-open-icon-02.png) no-repeat center center;
    background-size: 80% 80%;

  }
  .process-time li{
    margin:0 20px;
    padding-top: 5px;
  }
  .process-time li span{
    font-size: 16px;
  }
  .process-time li.on span{
    font-size: 16px;
    font-weight: bold;
  }
  .process-time li.on i{
    width: 12px;
    height: 12px;
    margin-bottom:4px;
  }
  .time-line{
    top:10px;
  }
  .process-list li{
    padding-left: 60px;
    box-sizing: border-box;
    padding-top:20px;
    padding-bottom: 0.1px;
  }
  .middle-line{
    left: 30px;
    width: 3px;
    /*height: calc(100% + 20px);*/
  }
  .time-year{
    top:35px !important;
    left: 0;
    transform: translateX(0);
    font-size: 24px;
    margin-top: 0;
  }
  .list-left{
    float: none;
    margin-left: 40px;
  }
  .list-right{
    float: none;
    margin-left: 40px;
  }
  .list-context{
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 0 !important;
    width: calc(100% - 60px);
  }
  .line-point{
    top:30px;
    left: -36px;
    right: auto;
    width: 30px;
    height: 3px;
  }
  .list-right .line-point{
    left: -36px;
  }
  .process-list li:nth-child(9) .time-year,
  .process-list li:nth-child(12) .time-year,
  .process-list li:last-child .time-year{
    top: 35px !important;
  }
  .reform-open-process-title{
    padding-top: 40px;
  }
  .reform-open-title{
    padding-bottom: 10px;
  }
  .reform-open-video{
    padding-top: 40px;
  }
  #video-box{
    height: auto;
  }
  .list-context p{
    font-size: 14px;
  }
  .conf-footer .conf-footer-left p{
    font-size: 12px;
  }
}
@media screen and (max-width:375px) {
  .list-context.pic-bg{
    height: auto;
    min-height: 170px;
  }
  .list-context.pic-bg p{
    padding-left: 100px;
  }
  .process-list li{
    padding-left: 45px;
  }
  .time-year{
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
  }
  .middle-line{
    left: 25px;
    width: 2px;
  }
  .list-left{
    margin-left: 30px;
  }
  .list-right{
    margin-left: 30px;
  }
  .line-point{
    width: 20px;
    height: 2px;
    left: -25px;
  }
  .list-right .line-point{
    left: -25px;
  }
  .list-context{
    width: calc(100% - 40px);
  }

}
@media screen and (max-width:320px){
.process-time li{
    margin:0 10px;
  }
  .reform-open-title .title-pic img{
    height: 25px;
  }
}
