.wrap {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;}

.content {
  max-width: 1200px;
  margin: 0 auto;}

/*搜索*/
.header-top {
  position: relative;
  background: url(../img/pingjian/top_bg.jpg) no-repeat right center;
  display: none;}

.header .logo {
  display: block;
  float: left;
  padding-left: 10px;}
.header .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 60px;
  margin: 0 auto;}

.header .nav-open,
.header .nav-close {
  display: none;}


/*导航*/

.nav-wrap {
  background-color: #C10000;}

.nav-bar {
  text-align: center;
  position: relative;
  z-index: 9999;}

.nav-bar>li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 12.85%;
  position: relative;}

.nav-bar>li>a {
  display: block;
  font-size: 2em;
  color: #fff;
  position: relative;
  text-align: center;
  transition: all .3s ease;
  background-position: right center;
  background-repeat: no-repeat;}
.nav-bar>li>a::after{
  content: "";
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  transition: all .3s ease;
  left: 0;
  bottom: 8px;}
.nav-bar>li:hover>a,
.nav-bar>li.active>a{
  color: #FFE958;}
.nav-bar>li:hover>a::after,
.nav-bar>li.active>a::after{
  background-color: #FFE958;}
.nav-bar>li>ul {
  position: absolute;
  top:60px;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background:#F4381D;}
.nav-bar>li>ul>li:first-child{
  margin-top: 5px;}
.nav-bar>li:hover>ul {
  max-height: 400px;}

.nav-bar>li>ul>li>a {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 1.4em;
  color: #fff;
  line-height: 39px;
  white-space:nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 2px;}

.nav-bar>li>ul>li>a:hover,
.nav-bar>li>ul>li.active>a {
  color: #fff;
  background: #FFBA00;
  border-radius: 5px;}
.nav-bar>li>ul>li:last-child{
  margin-bottom: 10px;}
/*banner*/

.iosSliderDemo {
  clear: both;
  width: 100%;
  height: 320px;
  position: relative;}
.iosSliderDemo .logo {
  display: block;
  float: left;
  padding-top: 30px;
  padding-left: 60px;
  position: relative;
  z-index: 9;}

.iosSliderDemo .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 80px;
  margin: 0 auto;}
.fluidHeight {
  position: absolute;
  width: 100%;
  height: 320px;}

.sliderContainer {
  height: 100%;
  max-height: 400px;
  padding: 0 0;}

.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;}

.iosSlider .slider {
  width: 100%;
  height: 100%;
  position: relative;}

.iosSlider .slider .item {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  text-align: center;}

.iosSlider .slider .item .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;}

.iosSlider .slider .item .inner img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%; -webkit-box-shadow:5px 5px 5px #999 inset; box-shadow:5px 5px 5px #999 inset;}

.iosSlider .slider .item .inner .selectorShadow {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 120px;
  height: 30px;
  display: none;}

.iosSlider .slider .item .inner .text1 {
  opacity: 0;
  background: rgba(255, 255,255, .7);
  height: 75px;
  text-align: left;
  display: inline-block;
  color: #036FD3;
  font-size: 4em;
  font-weight: bold;
  line-height: 76px;
  padding: 0 20px;
  position: absolute;
  top: 38%;
  left: 50% !important;
  margin-left: -200px;}

.iosSlider .slider .item .inner .text2 {
  background: none repeat scroll 0 0 #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px 7px 7px;
  position: absolute;
  left: 100px;
  top: 115px;
  text-align: left;}

.iosSlider .slider .item .inner .text2 span {
  display: block;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 120%;
  line-height: 120%;
  font-weight: 100;
  padding: 0 8px;}

.sliderContainer .slideSelectors {
  position: relative;
  bottom: 20px;
  left: 0;
  width: 80px;
  margin: 0 auto;
  z-index: 1;
  height: 11px;}

.sliderContainer .slideSelectors .prev {
  float: left;
  width: 11px;
  height: 11px;}

.sliderContainer .slideSelectors .next {
  float: left;
  width: 11px;
  height: 11px;
  margin: 0 0 0 10px;}

.sliderContainer .slideSelectors .item {
  float: left;
  width:25px;
  height: 7px;
  background: #F8D26D;
  margin: 1px 1px 1px 11px;
  filter: alpha(opacity=25);
  border-radius: 10px;}

.sliderContainer .slideSelectors .item.first {
  margin-left: 1px;}

.sliderContainer .slideSelectors .selected {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
          box-shadow: none;}

.sliderContainer .slideSelectors .selected.first {
  margin-left: 0;}

.sliderContainer .scrollbarContainer {
  position: relative;
  bottom: 4px;
  left: 0;
  width: 1024px;
  height: 4px;
  margin: 0 auto;
  z-index: 1;}

/* 页脚 */
/*内容*/
.container .content {
  max-width: 1200px;
  overflow: hidden;}
/*页脚*/

.footer {
  margin-top: 10px;}
/* 友情链接 */
.footer-link{
  overflow: hidden;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;}
.footer-link span{
  display:inline-block;
  line-height: 52px;
  color: #fff;
  padding-left: 30px;
  padding-right: 10px;
  float: left;
  font-size:1.8em;
  background:#F45635 url(../img/dangjian/white.jpg) 10px center no-repeat;}
.footer-link ul{
  display:block;
  width: 90%;
  float: left;
  padding-left: 20px;
  height: 52px;
  overflow: hidden;}
.footer-link ul li{
  float: left;}
.footer-link ul li a{
  display: block;
  background: url(../img/dangjian/link_bg.jpg) no-repeat left center;
  padding-left: 10px;
  font-size: 1.4em;
  color:#666666;
  line-height: 52px;
  padding-right: 30px;}
.footer-link ul li a:hover{
  color: #F45635;}
.footer-top{
  width: 97.5%;
  display: table;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;}
.main-footer{
  background-color:#EBEBEB;
  overflow: hidden;
  position: relative;}

.footer-phone{
  margin-top: 35px;
  float: left;
  padding-left: 50px;
  background: url(../img/dangjian/dfooter_phone.jpg) left center no-repeat;
  font-family: '微软雅黑';
  font-size: 1.4em;
  color: #666666;
  line-height: 26px;
  position: relative;
  z-index: 999;}
.footer-phone span {
  display: block;
  font-family: 'Arial';
  font-size: 1.6em;
  font-weight: normal;
  color: #F45635;}
.school-info{
  float: left;
  margin-top: 20px;
  margin-left: 50px;}
.school-info a{
  display: block;
  font-size: 1.6em;
  color: #666666;
  line-height: 40px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 center;
  word-break:break-all;}
.school-info a.address{
  background-image: url(../img/dangjian/address.jpg);}
.school-info a.email{
  background-image: url(../img/dangjian/email.jpg);}
.pic-box{
  float: right;
  width: 200px;
  position: relative;
  overflow: hidden;}
.pic-box .identification{
  float: left;
  margin-right: 40px;
  margin-top:35px;

  width: 52px;
  height: 64px;}
.pic-box .pic-tdcode{
  height: 90px;
  width: 90px;
  margin-top: 20px;
  float: right;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;}
.pic-box .pic-tdcode img{
  display: block;
  width: 100%;
  max-width: 100%;}
.copyright{
  padding: 12px 0;}
.copyright a{
  line-height: 30px;
  color: #666666;
  font-size: 1.4em;}
.copyright .police{
  float: right;
  background: url(../img/common/ico_police.jpg) no-repeat left center;
  padding-left: 25px;}
/*回到顶部*/
#scroll-top {
  position: fixed;
  color: #fff;
  width: 40px;
  height: 47px;
  line-height: 57px;
  text-align: center;
  right: 5px;
  bottom: 185px;
  cursor: pointer;
  background: #F45635 url(../img/common/gotop.jpg) center 3px no-repeat;
  background-size: 60%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;}

#scroll-top:hover {
  background-color: #F45635;
  border-radius: 50% 50% 4px 4px;}
@media only screen and (max-width:1199px) {



  .iosSliderDemo{
      height: 200px;}
  .fluidHeight{
      height: 100%;}
  .footer-link ul{
      width: 87%;}
  .footer-link ul li a{
      padding-right: 20px;}
  .copyright {
      padding: 12px 8px;}
  /*footer*/
  .pic-box{
      width: 200px;}
  .tdcode{
      display: none;}
}


/*768-1024*/

@media only screen and (max-width:1023px) {
  .iosSliderDemo .logo{
    display: none;}
  .header-top{
    display: block;}
  .header .logo{
    padding-left: 8px;
    padding-top: 25px;}
.header-nav{
    display: block;
    position: relative;
    height: 60px;
    border-top: 2px solid #F45635;}
.header .nav-open {
    width: 22px;
    height: 15px;
    display: block;
    position: absolute;
    top: -60px;
    right: 8px;
    margin-top: -12px;
    z-index: 999999;
    outline: none;
    text-decoration: none;
    background:#F45635 url(../img/dangjian/nav_open.jpg) center no-repeat;
    cursor: pointer;
    padding: 15px 10px;}
.nav-wrap {
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    top: 0;
    right: -100%;
    z-index: 999999;
    background-color: #DC2F29;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-top: none;
    overflow-y: auto;}
.nav-wrap.show {
    right: 0;}
.header .nav-close{
    display: block;
    background: #fff;
    padding: 0 33px;}
.header .nav-close a{
    display: inline-block;
    background: url(../img/pingjian/nav_close.jpg) 0 center no-repeat;
    font-size: 2.2em;
    color: #DC2F29;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
    cursor: pointer;}
.nav-bar{
    background: none;}
.nav-bar>li{
    display: block;
    height: auto;
    padding: 0;
    float: none;
    width: 100%;
    margin: 0;
    overflow: hidden;}
.nav-bar>li.active{
    height: 60px;}
.nav-bar>li.hover{
    height: auto;}
.nav-bar>li>a,
.nav-bar>li:hover>a,
.nav-bar>li>a:last-child {
    font-size: 2em;
    color: #eee;
    padding: 0;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #FA7962;
    text-align: left;
    padding-left: 30px;
    background:none;
    border-left: none;
    border-right: none;
    margin: 0;}
.nav-bar>li.hover>a,
.nav-bar>li.active>a {
    color: #fff;
    background: #fd9500;}
.nav-bar>li:hover>a:after,
.nav-bar>li>a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 32px;
    margin-top: -12px;
    bottom: auto;
    width: 14px;
    height: 24px;
    border-bottom: none;
    background: url(../img/common/nav_a.jpg) 0 center no-repeat;}
.nav-bar>li:hover>a:last-child:after,
.nav-bar>li>a:last-child:after {
    background: none;}
.nav-bar>li:hover,
.nav-bar>li.active{
    border-radius: 0;}
.nav-bar>li.hover>a:after{
    left: auto;
    right: 32px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);}

.nav-bar>li>ul,
.nav-bar>li:hover>ul {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: hidden;
    max-height: 0;
    background: rgba(247,98,72,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B21570BC,endColorstr=#B21570BC);}
.nav-bar>li.hover>ul,
.nav-bar>li.active>ul {
    max-height: 1000px;}
.nav-bar>li>ul>li>a {
    font-size: 1.8em;
    text-align: left;
    padding-left: 0;
    text-indent: 20px;
    line-height: 45px;
    color:#eee;}
.nav-bar>li>ul>li>a:hover,
.nav-bar>li>ul>li.active>a {
    color: #FAF404;}
.nav-bar>li>ul>li:last-child{
    margin-bottom: 0;}
.nav-bar>li>ul>li:last-child>a {
    border-bottom: none;}
.welcome{
    display: none;}
.header-top{
    height: 100px;}

  .iosSliderDemo{
      height: 160px;
      margin-top: -55px;}
  .fluidHeight{
      height: 160px;}
  .footer-top{
      display: none;}
  .footer{
      margin-top: 0;}
  .footer-link{
      padding: 0 8px;}
  .link-list{
      width: 80%;}
  .pic-box{
      width: 200px;}
  .copyright{
      padding: 12px 8px;}
  .link-list{
      height: 33px;}
  #scroll-top{
      bottom: 60px;}
  .copyright{
      text-align: center;}
  .footer-link{
      display: none;}
  .copyright a{
      display: block;}
  .copyright .police{
      float: none;
      background: url(../img/common/ico_police.jpg) no-repeat 30% center;}

}

/*640-767*/

@media only screen and (max-width:767px) {
    .header .logo{
        height: 50px;}
    .header .logo img{
        height:50px;}
    .header-top{
        height: 84px;
        padding: 0 8px;}
  .iosSliderDemo{
      height: 150px;}
  .fluidHeight{
      height: 150px;}

  .footer-top{
  display: none;}
  .copyright{
      text-align: center;}
  .footer-link{
      display: none;}
  .copyright a{
      display: block;}
  .copyright .police{
      float: none;
      background: url(../img/common/ico_police.jpg) no-repeat 22% center;}
}


/* 480-639*/

@media only screen and (max-width:639px) {
  .header-nav{
      height: 50px;}
  .header .logo{
    padding-top: 15px;}
  .header .nav-open{
      padding: 10px 7px;
      margin-top: -10px;}

  .iosSliderDemo{
      height: 100px;}
  .fluidHeight{
      height: 100px;}
  .sliderContainer .slideSelectors{
      bottom: 12px;}
  .sliderContainer .slideSelectors .item{
      height: 5px;}

}


/* 360-479*/

@media only screen and (max-width:479px) {
  .header .logo img{
    height: 45px;}
  .header .nav-open{
    margin-top: -5px;}
  .iosSliderDemo{
      height: 90px;}
  .fluidHeight{
      height: 90px;}
   .copyright .police{
      background: url(../img/common/ico_police.jpg) no-repeat 15% center;}
}

/* 320-359*/

@media only screen and (max-width:359px) {
  .header .logo{
    padding-left: 0;}
  .iosSliderDemo{
      height: 70px;}
  .fluidHeight{
      height: 70px;}
  .copyright .police{
      background: url(../img/common/ico_police.jpg) no-repeat 10% center;}
}