.w1100{
  width: 1100px;
  margin: 0 auto;
}
.clear{ clear: both }

.wb-header .logo{ 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  background: #f6f6f7;
}
.wb-header .logo img{
  max-width: 390px;
  height: 36px;
}
.wb-header .navs{
  padding: 16px 0;
}
.wb-header .navs ul{
  width: 100%;
  height: 36px;
}
.wb-header .navs ul li{
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.wb-header .navs ul li a{
  padding: 15px 0;
  font-size: 16px;
  color: #595757;
  font-weight: 600;
}
.wb-header .navs ul li.active a{
  color: #17008C;
}
.wb-header .navs ul li.active{
  border-bottom: 2px solid #17008c;
  color: #17008C;
}
.wb-banner{
  min-width: 1100px;
  height: 501px;
}
.di{ height: 8px; background:url(../images/index2-line.png) no-repeat; position: relative; clear: both}
.wb-body{
  padding: 64px 0 0;
}
.wb-title{
  text-align: center;
}
.wb-title h1{
  position: relative;
  font-size: 30px;
  color: #17008C;
}
.wb-title h1:before{
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  transform: translateX(-50%);
  width: 125px;
  height: 9px;
  background-image: url(../images/title-bg-line.png);background-repeat: repeat-x;
}
.wb-content{
  padding: 48px 0 100px 0;
}
  .yicheng{ width: 1000px; border-top:1px solid #c9c9c9;font-size: 13px; margin: 10px auto }
  .yicheng td{ line-height: 29px; height: 29px;  border-bottom:1px solid #c9c9c9;}
  .txtl{text-align: left;width: 800px}.txtc{text-align: center;width: 200px;}
  .yicheng .blue{ background-color:#2E3192;color:#fff; }
  .yicheng .grey{ background-color:#f2f2f2; }
  .yicheng .purple{ background-color:#bebfdd; }
  .yicheng .b{font-weight: 600}
  .wb-footer{
    padding: 10px 0 10px;
    background: url(../images/footer-bg.png) repeat-x;
  }
  .wb-footer .left{
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
  }
  .wb-footer .left a{
    color: #fff;
  }
  .wb-footer .right{
    margin-left: 475px;
  }
  .wb-footer .right{
    text-align: right;
  }
  .wb-footer .right img{
    margin-left: 8px;
    
  }
  
  .guests{
    padding-top: 30px;
  }
  .guests ul li{
    float: left;
    width: 33.33%;
  }
  .guests ul li .img-box{
    width: 200px;
    overflow: hidden; margin: 0px auto; position: relative;
  }
  .guests ul li .img-box .pic{
    width: 100%; height: 282px;
    overflow: hidden;
  }
  .guests ul li .img-box img{
    width: 100%; height: 282px;
     transition: all 0.5s ease-out;
              /* 过度 所有css属性 1秒过度 结束慢*/
              -moz-transition: all 0.5s ease-out;
              /* Firefox 4 */
              -webkit-transition: all 0.5s ease-out;
              /* Safari 和 Chrome */
              -o-transition: all 0.5s ease-out;
              /* Opera */
  }
  .guests ul li .img-box img:hover {
             
              transform: scale(1.1, 1.1);
          }
  
  .guests ul li .img-box .words{ height:136px; width: 100%;
    padding:4px 0px;  transition: all 0.5s ease-out;
              /* 过度 所有css属性 1秒过度 结束慢*/
              -moz-transition: all 0.5s ease-out;
              /* Firefox 4 */
              -webkit-transition: all 0.5s ease-out;
              /* Safari 和 Chrome */
              -o-transition: all 0.5s ease-out;
  }
  .guests ul li .img-box:hover .words{bottom:0px;
  }
  .guests ul li  .img-box .words p.name{
    margin-bottom: 4px; color:#17008C;
    font-size: 17px;
    font-weight: 600;opacity: 1; line-height: 30px;padding:8px 0px;
  }
  .guests ul li  .img-box .words p.desc{
    font-size: 12px;
    line-height: 18px;opacity:1;color:#333;
  }
  
  .jcsj{   
    position: relative; 
    width: 1023px;
    height: 163px;
    margin: 31px auto 30px; 
    background: url(../images/video-bg.png) no-repeat;
  }
  .jcsj .jcPic{
    position: absolute;
    cursor: pointer;
  }
  .jcsj .jcPic img{
    transition: all 0.5s ease-out;
  }
  .jcsj .jcPic:hover img{
    transform: scale(1.1, 1.1);
  }
  .jc1{
    top: -9px;
    left: 23px;
  }

  .jc2{
    top: 51px;
    left: 125px;
  }
  .jc3{
    top: 12px;
    left: 202px;
  }
  .jc4{
    top: 85px;
    left: 300px;
  }
  .jc5{
    top: 106px;
    left: 460px;
  }
  .jc6{
    top: -40px;
    left: 548px;
  }
  .jc7{
    top: 105px;
    left: 613px;
  }
  .jc8{
    top: 44px;
    left: 715px;
  }
  .jc9{
    top: -65px;
    left: 784px;
  }
  .jc10{
    top: 104px;
    left: 824px;
  }
  .jc11{
    top: 20px;
    left: 960px;
  }
  .jcsj ul li{
    float: left;
    width: 25%;
    margin-bottom: 20px;
  }
  .jcsj ul li .img-box{
    
    width: 258px;
    
    overflow: hidden; margin: 0px auto; position: relative;
  }
  .jcsj ul li .img-box .pic{
    width: 100%; height: 200px;
    overflow: hidden;
  }
  .jcsj ul li .img-box img{
    width: 100%; height: 200px;
     transition: all 0.5s ease-out;
              /* 过度 所有css属性 1秒过度 结束慢*/
              -moz-transition: all 0.5s ease-out;
              /* Firefox 4 */
              -webkit-transition: all 0.5s ease-out;
              /* Safari 和 Chrome */
              -o-transition: all 0.5s ease-out;
              /* Opera */
  }
  .jcsj ul li .img-box img:hover {
             
              transform: scale(1.1, 1.1);
          }
  
  
  
  
  
  
  .jcsj .item { position: relative; }
  .jcsj .item img{ width: 100%; }.jcsj .item .title{ position: absolute;bottom:0px; width: 100%; text-align: center;color:#fff;background-color: #7071B4; height: 30px; line-height: 30px;font-size: 12px;}
        


  .rqbp{   
    position: relative; 
    width: 1023px;
    height: 475px;
    margin: 10px auto 180px; 
  }
  .rqbp .rqPic{
    position: absolute;
    cursor: pointer;
  }
  .rqbp .rqPic img{
    transition: all 0.5s ease-out;
  }
  .rqbp .rqPic:hover img{
    transform: scale(1.1, 1.1);
  }

  .rq1{
    top: 95px;
    left: 44px;
  }

  .rq2{
    top: 138px;
    left: 240px;
  }
  .rq3{
    top: 70px;
    left: 520px;
  }
  .rq4{
    top: 127px;
    left: 700px;
  }
  .rq5{
    top: -77px;
    left: 840px;
  }
  .rq6{
    top: 270px;
    left: 535px;
  }
  .rq7{
    top: 320px;
    left: 832px;
  }
  .rq8{
    top: 355px;
    left: 36px;
  }
  .rq9{
    top: 420px;
    left: 290px;
  }
  
  .xwbd{ width: 1100px; }
  .xwbd td{width: 220px; padding: 30px 0px; text-align:center}
  
  .zhuanti{margin:35px auto; width:840px; }
  .zhuanti li{ float:left; width:400px; height:290px; margin:0px 10px 20px;padding: 30px;border: 1px solid #b3b3b3;border-radius: 20px;}
  .zhuanti li .flex{
    align-items: center;
    margin-bottom: 10px;
  }
  .zhuanti li .flex .info{
    margin-left: 20px;
  }
  .zhuanti li .flex .info b{
    font-size: 16px;
  }
  .zhuanti li .flex .info p{
    font-size: 13px;
    padding-top: 7px;
  }
  .zhuanti li .img{ width: 115px;}
  .zhuanti li img{ width: 100%; height: 100% }
  .zhuanti li .content{
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
  }

  .huigu{margin:35px auto;display: flex; justify-content: space-between;}
  .huigu .item{ position:relative;flex: 1; padding-right: 30px;}
  .huigu .item:last-child{
    padding: 0;
  }
  .huigu .item .title{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    margin-bottom: 5px;
    padding: 7px 10px 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    max-width: 312px;
    cursor: pointer;
  }
  .huigu .item .title .cursor{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/page8/icon-arrow1.png) no-repeat;
    background-size: 100%;
    margin-left: 7px;
  }

  .huigu .item .img{ width: 312px;}
  .huigu .item img{ width: 100%; height: 100% }
  .huigu a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .huigu .item:hover .title{
    color: #17008C;
  }
  .huigu .item:hover .cursor{
    background: url(../images/page8/icon-arrow1-on.png) no-repeat;
    transition: all .5s;
  }
  .address{
    width: 100%;
    height: 442px;
    display: flex;
    align-items: center;
    border-top: 1px solid #585757;
  }
  .map{ 
    width: 420px; 
  }
  .map img{
    width: 100%;
  }
  .addinfo{
    padding: 30px 0 30px 60px;
    margin-left: 100px;
    color: #595757;
    font-size: 15px;
    border-left: 1px solid #fcf4f6;
  }
  .addinfo div{
    display: flex;
    align-items: center;    
    margin-bottom: 10px;
  }
  .addinfo img{
    margin-right: 10px;
  }
  .luxian{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    margin-top: 60px;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
  }
  .area{
    flex: 1;
    color: #595757;
    height: 300px;
    line-height: 20px;
    font-size:12px;
    padding: 80px 50px;
  }
  .area h2{ width:100%; line-height: 20px; font-size:16px; color:#595757;padding-bottom: 15px;border-bottom: 1px solid #585757;}
  .jinju{width: 710px; margin: 10px auto;}
  .fl{float: left}.fr{float: right}