@charset "utf-8";
/* CSS Document */
body { font-family:"Hiragino Sans GB","MicroSoft YaHei",Arial,sans-serif; overflow-x: hidden;color:#333;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td { margin: 0; padding: 0; }
img { border:none; max-width:100%; }
a { color:#0d0d0d; text-decoration:none;}
a,area { blur:expression(this.onFocus=this.blur()) }
ul, li{ list-style:none;}
table { border-collapse:collapse;border-spacing:0; max-width:100%;}
input { outline:0;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
:focus { outline: none; }
input::focus-inner { padding:0;border:0;}

.fl { float:left;} .fr { float:right;}
.clearfix:after {  display: block;  content: '';  clear: both; }
.clearfix { zoom: 1;}
.clear { height:0; width:100%; font-size:1px; line-height:0; visibility:hidden; overflow:hidden;}
.Width { width:1200px; margin:0 auto;position: relative;}
.hide { display:none;} .onlymob { display:none;}
.pointer { cursor:pointer;}
.ml480 { margin-left:620px; }
body{
  background:url(../images/bg.jpg) top center no-repeat;
  background-size:cover;
}

/* 通用头部 */
.ht_top {width: 100%;background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;line-height: 41px;overflow: hidden;}
.ht_top .zt_top { width: 1070px;height: 41px;margin: 0 auto;}
.ht_top h1 { float:left;}
.ht_top h1 a {float: left;width: 131px;height: 40px;overflow: hidden;text-indent: -100em;background: url(../images/logo.png) no-repeat; font-size:12px;}
.ht_top .topnav {float: right; color:#0d0d0d; font-size:12px;}
.ht_top .topnav a {padding:0 8px;}
.ht_top .topnav a:hover { color:#e4393c; text-decoration:underline;}
@keyframes movef{
  0%{
    transform: translateX(-10px);
  }
  100%{
    transform: translateX(10px);

  }
}
@keyframes moves{
  0%{
    transform: translateX(25px);
  }
  100%{
    transform: translateX(-25px);

  }
}

.banner{
  height:500px;
  text-align: center;
  padding-top:138px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.banner h3{
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 38px;
  font-weight:normal;
}

.banner h3:before,.banner h3:after{
  width:64px;
  height:3px;
  background: #fff;
  content: "";
  display: inline-block;
  position: relative;
  top:-10px;
}
.banner h3:before{
  margin-right:18px;
}
.banner h3:after{
  margin-left:18px;
}

.title{
   font-size: 42px;
   color: rgb(255, 255, 255);
   text-align: center;
   margin-bottom: 40px;
}
.title img{
  position: relative;
  top:15px;
}
.date-box{
  position: relative;
  height:140px;
  margin-bottom: 70px;
}
.d-tip{
  width:124px;
  height:110px;
  position: absolute;
  left:30px;
  top:0px;
  background: url(../images/tbg.png) no-repeat;
  background-size:100% 100%;
  padding-left:30px;
  color:#fff;
  font-size: 24px;
  padding-top:25px;
  box-sizing: border-box;
}
.date-box ul{
  width:995px;
  margin-left:178px;
  padding-top:30px;
  padding-bottom: 36px;
  border-bottom: 1px solid #9E7DDA;

}
.date-box ul img{
  position: absolute;
  top: 14px;
  left: 163px;
 
}
.date-box li{
  float:left;
  width:145px;
  height:62px;
  text-align: center;
  background: url(../images/d1.png) no-repeat;
  background-size:100% 100%;
  font-size: 22px;
  color: rgb(82, 82, 82);
  padding-top:12px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-right:66px;
}
.date-box li:last-child{
  margin-right:0;
}
.date-box li.on{
  background: url(../images/d2.png) no-repeat;
  background-size:100% 100%;
  color:#fff;
}
.date-box li i{
  position: absolute;
  width:13px;
  height:13px;
  background: url(../images/dot.png) no-repeat;
  background-size:100% 100%;
  left:50%;
  top:92px;
  margin-left:-6.5px;
}
.date-box li.on i{
  background: url(../images/dot2.png) no-repeat;
  background-size:100% 100%;
}
.t-picbox{
  margin-bottom: 68px;
  padding:0 30px;
}
.list-pic{
  position: relative;
  width: 208px;
  height: 265px;
  margin:0 10px;
  float:left;
  overflow: hidden;
}
/*.list-pic02{
  margin:0 100px;
}*/
.list-pic img{
  width:100%;
  height:100%;
}
.list-pic .name{
  position: absolute;
  width:100%;
  bottom:0;
  height:64px;
  background: rgba(40, 26, 87,.7);
  text-align: center;
  line-height: 64px;
  color:#fff;
  font-size: 26px;
  left:0;
}
.intr-txt{
  width: 208px;
  height: 265px;
  background-color: rgb(47, 27, 106,0.722);
  color:#fff;
  position: absolute;
  top:265px;
  font-size: 20px;
  padding:0 13px;
  box-sizing: border-box;
  line-height: 1.6;
  transition: all .3s linear;
}

.intr-txt h4{
  font-size:22px;
  /*padding-top: 136px;*/
  font-weight:normal;
  margin-bottom: 20px;
}
.list-pic:hover .intr-txt{
  top:0px;
}
.list-pic:hover .name{
  display: none;
}
.intr-txt .txt{
    width:100%;
    height:265px;
    display:table-cell;
    vertical-align:middle;
  
  }
.table-box{
  padding:0 30px;
  text-align: center;
  margin-bottom: 68px;
}
.table-box th{
  background: #8616AD;
  padding:15px 0;
  font-size: 30px;
  font-weight:normal;
  color:#fff;
  border-right:1px solid #9C41BC;
}
.table-box th:last-child,
.table-box td:last-child{
  border-right:none;
}
.table-box td{
  padding:20px 0;
  font-size: 28px;
  color: rgb(88, 88, 88);
  background: #fff;
  border-right:1px solid #D2D2D2;
  border-bottom:1px solid #D2D2D2;
}
.table-box td a{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg,#FEA223 0%, #F33335 100%);
  background-image: -webkit-linear-gradient( 90deg,#FEA223 0%, #F33335 100%);
  background-image: -ms-linear-gradient( 90deg,#FEA223 0%, #F33335 100%);
  display: block;
  width: 197px;
  height: 53px;
  margin:0 auto;
  line-height:53px;
  color:#fff;
}
.panel01 .list-tab-cont{
  display: none;
}
.panel02{
  margin-bottom: 70px;
}
.panel02 .zhunt-box{
  padding:0 30px;
}
.panel02 .zhunt-box a{
  display: block;
  float:left;
  color:#fff;
  width:312px;
  text-align: center;
  font-size: 26px;
}
.panel02 .zhunt-box p{
  padding-top:10px;
}

.panel02 .zhunt-box a:nth-child(2){
  margin:0 100px;
}
.erm-box{
  text-align: center;
}
.list-erm{
  display: inline-block;
  width: 230px;
  text-align: center;
  margin:0 50px 80px;
}
.erm{
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 20px;
  width: 230px;
  height: 230px;
  text-align: center;
  padding-top:15px;
  box-sizing: border-box;
}
.erm img{ width: 200px; height: 200px;}
.list-erm p{
  font-size: 26px;
  color: rgb(255, 255, 255);
  padding-top:25px;
}



/* 通用底部 */
.footer {
 
  position: relative; 
  padding: 30px 0;
  background: #000;
  text-align: center; 
}
.footer p {
  position: relative; 
  z-index: 2;
  color: #fff; 
  font-size: 14px;
  line-height: 26px; 
}
.footer p a {
  color: #fff;
  font-size: 14px;
}
.footer p span { padding: 0 5px; }

.erm-box li{float: left; margin: 30px 7px 0 13px;}
.erm-box li a{ font-size: 24px;line-height: 50px; color: #ffee99; text-align: center; width: 170px; height: 50px; border: 2px solid #fbe5b5; border-radius: 56px; background-image: -webkit-linear-gradient( -2deg, #296fff 0%, #9108ca 100%); background-image: -ms-linear-gradient( -2deg, #296fff 0%, #9108ca 100%); display: inline-block;}

@media screen and (max-width:1080px){
  .onlymob { display:block;}
  html{ font-size:20px; }
  body { font: 0.7rem/1.2rem "Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,sans-serif; width: 18.75rem; margin: 0 auto; overflow-x: hidden;
    background-size: 200% 24rem; }
  html,body{  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .Width{  width: 96%;  }
 
  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2) ,
  .footer p,
  .pc,
  .onlypc,
  .ht_top .topnav
  ,.right-fix
  {  display: none;  }
  .mob{
    display: block;
  }
  body{
   background: url(../images/mbg.jpg) center 9.5rem no-repeat;
   background-size:100% 100%;
  }

  /* 通用头部 */
  .ht_top { line-height: 2.5rem; height:2.5rem; background-size:auto 100%; }
  .ht_top .zt_top { width:17.5rem; height:2.5rem; }
  .ht_top h1 a { height:2.5rem; width:7.5rem; background: url(../images/logo.png) no-repeat center; background-size:100%; }
  .ht_top .topnav { font-size:0.8rem; text-indent:-1000rem;}
  .ht_top .topnav a { padding:0 0 0 0.3rem; text-indent: 0; float: right; }
  
  .banner { 
    height:9.5rem;
    background:url(../images/mban.jpg) no-repeat;
    background-size:100% 100%;
    padding-top:2.5rem;
  }
  .banner h3{
    font-size:.8rem;
    margin-bottom: .5rem;
  }
  .banner h3:before, .banner h3:after{
    width: 1rem;
    height:1.5px;
    top:-.35rem;
  }
  .banner h3:before{
    margin-right: .2rem;
  }
  .banner h3:after{
    margin-left:.15rem;
  }
  .banner img{
    width:68%;
  }
  .title {
   
    font-size:1.2rem;
    height:2rem;
    line-height:2rem;
    top: -.75rem;
    margin-bottom: 1rem;
  }
  .title img{
    width:1rem;
    top:0rem;
  }
  .table-box,.t-picbox{
    padding:0;
    margin-bottom: 1.5rem;
    
  }
  .t-picbox{
    white-space: nowrap;
    overflow-x: scroll;
  }
  .d-tip,.date-box ul img{
    display: none;
  }
  .date-box{
    height:auto;
    margin-bottom: 1.5rem;
  }
  .date-box ul{
    width:100%;
    padding:0 0 1rem;
    margin:0;
   
  }
  .date-box li i{
    top:2.45rem;
  }
  .date-box li {
    float: left;
    width: 18%;
    height:1.75rem;
    font-size: .65rem;
    padding-top: .1rem;
    margin:0 1%;
  }
  .list-pic,.list-pic02{
    display: inline-block;
    width:5.65rem;
    height:7rem;
    margin:0 1%;
    float:none;
  }
  .list-pic .name {
    height:1.5rem;
    line-height:1.5rem;
    font-size:.65rem;
  }
  .intr-txt {
    width: 100%;
    height: 7rem;
    top:7rem;
    font-size: .6rem;
    padding: 0 3%;
  }
  .intr-txt p{
    line-height: 1.4;
    word-wrap:break-word; 
    white-space: pre-wrap;
  }
  .intr-txt .txt{
    
    height:7rem;
  
  
  }
  .intr-txt h4 {
    font-size: .65rem;
    padding-top:.35rem;
    margin-bottom:.15rem;
  }
  .table-box th {
    padding:.25rem 0;
    font-size: .75rem;
  }
  .table-box td {
    padding:.2rem 0;
    font-size: .7rem;
    
  }
  .table-box td a{
    width:4rem;
    height:1.5rem;
    line-height: 1.5rem;
  }
  .panel02{
    margin-bottom: 1rem;
  }
  .panel02 .zhunt-box{
    padding:0;
  }
  .panel02 .zhunt-box a,
  .panel02 .zhunt-box a:nth-child(2){
    width:48%;
    margin:0 1% .5rem;
    font-size:.75rem;
    height:12rem;
  }
  .panel02 .zhunt-box a img{
    height:10.5rem;
  }
  .panel02 .zhunt-box p{
    padding-top:0;
  }
  .list-erm{
    width:4.4rem;
    height:auto;
    margin: 0 0.4rem 2rem 0.4rem;
  }
  .list-erm p {
    font-size:.6rem;
    padding-top:.45rem;
    line-height: 1.2;
  }

  .erm {
    width:4.4rem;
    height:4.4rem;
    padding-top:.25rem;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .erm img{
    width:3.8rem;
    height:3.8rem;
  }

  
  /* 通用底部 */
  .footer { height:2.1rem; padding:0;  overflow:hidden; position:relative; }
  .footer p { display: none;}
  .footer:before { color:#fff; position:absolute; left:0; top:0; display:block; content:"华图卓坤版权所有";
    width: 100%; height:2.1rem; padding:0; overflow:hidden;
    line-height:2.1rem; font-size:0.7rem; text-align: center; 
  }
	
	.erm-box li{ margin: 0.3rem 0.4rem 0.3rem 1.3rem;}
	.erm-box li a{ font-size: 0.75rem; line-height: 1.5rem; width: 4rem; height: 1.5rem; border: 0.04rem solid #ffee99; border-radius: 1.5rem;}
}
