@charset "gb2312";
*{ padding:0; margin:0;border:none;outline: none;}
/*body,button,dd,div,dl,dt,h1,h2,h3,h4,h5,img,ul,li,menu,p,figure{margin:0;padding:0}*/
body{+margin:0;+padding:0; font:16px '微软雅黑','Microsoft YaHei',arial,Helvetica,sans-serif; color: #333; }
ul,li{+margin:0;+padding:0;list-style:none;}
table{border-collapse:collapse;border-spacing:0}
menu{+margin:0;+padding:0}
img{border:0; vertical-align:middle;}
a{text-decoration:none; color: inherit;cursor: pointer;}
.shell, .wrap{width:1210px;margin:0 auto;}
.demo, .clear{clear:both;}
/*伪元素是行内元素 正常浏览器清除浮动方法*/
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix{*zoom: 1;}
header {text-align:center;background:#fff;}
/* 导航 */
nav {background:#ee7800;font-size:0;text-align:center;}
nav ul li {display:inline-block;width:100px;height:60px;line-height:60px;color:#fff;font-size:18px;text-decoration:none;text-align: center;}
nav ul li a {color:#fff;}
#allschool2 {width:270px;background:#666;}
nav li:hover {background:#666;}

/*????*/
/* footer {background: #fff;}
footer .fot1{width:100%;height:163px;overflow:hidden;}
footer .fot1_img{width:30%; float:left;vertical-align:bottom;}
footer .fot1_txt{width:70%; height:100%; float:left; position:relative;}
footer .fot1_txt_p{position:absolute; bottom:0; line-height: 1.5em; letter-spacing: 1px; color:#f60; text-align:left;}

footer .fot2 {width:100%;background-color:#ddd;padding-top:15px;font-size:12px;overflow:hidden;}
footer .fot2 .shell div{float:left;text-align:center;}
footer .fot2 .shell .fot2_l{width:340px}
footer .fot2 .shell .fot2_l img{margin:10px auto 0;}
footer .fot2 .shell span {font-size:20px;color:#000;letter-spacing:0.15em; line-height:3em; font-weight:bold;}
footer .fot2 .shell a{padding:0 20px; font-size:14px;}
footer .fot2 .shell a,footer .fot2 .shell p{line-height:2em; color:#000;}
footer .fot2 .shell p{font-size:13px;}
footer .fot2 .shell p a{color:#f60;font-size:13px;padding:0 5px} */



/* ???????? */

.footer-fav{
  position: relative;
  width: 100%;
  background-color: #fff4ed;
  padding: 30px 0;
  margin: 70px 0 0;
}
.ft_left{
  float: left;
}
.ft_right{
  float: right;
  margin-top: 10px;
}
.ft_left h2{
  margin-bottom: 14px;
}
.ft_left p{
  color: #9b9b9b;
}
.ft_right a{
  background: #ff7d33;
  color: #fff;
  border-color: #ff7d33;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: none;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 5px;
}

.ft_right a:hover{
  background-color: #cc4a00;
  border-color: #cc4a00;
  color: #ffffff
}


.site_girl{
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
}

.footer-navi {
  position: relative;
  background: #484848;
  color: #949498;
  line-height: 1.9286;
  z-index: 21;
  padding: 50px 0;
}
.footer-navi .ft_w1300{
  width: 1300px;
  min-width: 1300px;
  margin: 20px auto 40px; 
}
.ft_w1300 .ewms .flex{
  width: 100%;
}

.footer-navi .about {
  width: 30%;
  margin: 0;
  font-size: 14px;
  padding-right: 36px;
}

.navis {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.navis .navi {
  width: 33.33333333%;
  text-align: center;
  float: left;
}

.footer-navi .title {
  color: #fff;
  font-weight: normal;
  line-height: 1.38889;
  font-size: 18px;
  margin-bottom: 14px;
}
.navis .navi a{
  display: block;
    text-align: center;
}
.about ::before {
  content: '';
  width: 0;
  height: 68%;
  border-right: 1px solid #212121;
  position: absolute;
  right: 0;
  top: 43px;
}
.footer-navi .ewms::before {
  content: '';
  width: 0;
  height: 68%;
  border-left: 1px solid #212121;
  position: absolute;
  left: 0;
  top: 43px;
}
.footer-navi .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ewms {
  width: 350px;
  padding-left: 50px;
  margin: 0;
}
.ewms ul {
  text-align: center;
  margin-bottom: 35px;
}
.ewms li {
  float: left;
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  line-height: 1.3;
}
.hide{
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.ewms li:hover .ewm-content,
.ewms li.show .ewm-content {
  visibility: visible;
  bottom: 105%;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.ewms .ico {
  font-size: 46px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.ewms .ico:hover {
  color: #fff
}
.ewms .ico:hover>i {
  background-color: #fff;
  color: #ff6000
}
.ewms .ico i {
  display: block
}
.ewms .ico>i {
  margin: 0 .075rem;
  background-color: rgba(148, 148, 152, 0.15);
  -webkit-border-radius: .06rem;
  -moz-border-radius: .06rem;
  border-radius: .06rem;
  color: #fff;
  font-size: .2rem;
  line-height: .42rem;
  text-align: center;
  margin-bottom: .12rem
}
.ewms .ico>img {
  margin: 0 0.075rem;
  background-color: rgba(148,148,152,0.15);
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: .06rem;
  border-radius: 0.06rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.ewms .ico i {
  display: block;
}
.ewms h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
}
.ewms .like {
  display: block;
  text-align: center;
  margin: 30px auto;
}
.ewms .like strong {
  color: #ff6000;
  font-size: 54px;
  line-height: 1.24;
  font-family: Impact;
  font-weight: normal;
}
.ewms .like h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  color: #ff6000;
}
.top-right a:last-child {border: none;}
.top-img {
position: absolute;
left: 0;
top: 40px;
transform-origin: 0 0;
transform: scaleY(0);
transition: all 0.35s;
z-index: 999;
}
.top-right a:hover img {
transform: scaleY(1);
}
.caitiao{
  position: relative;
  z-index: 21;
}
.footer-colors {
  width: 100%;
  height: 4px;
  background-color: #333;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -webkit-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -o-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  -webkit-animation: animate-colors 200s infinite linear;
  animation: animate-colors 200s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.footer-navi:hover .footer-colors {
  -webkit-animation-play-state: running;
  animation-play-state: running
}
.colors-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  height: 50px;
}
.colors-shadow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0.8)), to(#121212));
  background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.8), #121212);
  background: -o-linear-gradient(top, rgba(18, 18, 18, 0.8), #121212);
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.8), #121212);
}
@-webkit-keyframes animate-colors {
  0% {
      background-position: 0 0
  }

  100% {
      background-position: 7000px 0
  }
}

@keyframes animate-colors {
  0% {
      background-position: 0 0
  }

  100% {
      background-position: 7000px 0
  }
}
.copyright {
  color: #545454;
}
.ft_container{
  background-color: #3e3d3d;
  width: 84%;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  margin: 50px auto 0;
}
.site-girl{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.girl-in{
  position: relative;
  width: 150px;
}
.site-girl a {
  color: #797979;
}
.site-girl .girl {
  left: -0.5rem;
}
.site-girl .girl {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.girl-in .thumb {
  padding-top: 92.61083744%;
}
.girl-in .thumb {
  padding-top: 111%;
  background-position: left bottom;
  -webkit-background-size: contain;
  background-size: contain;
}
.thumb {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: contain;
  width: 100%;
  height: 0;
}
.site-girl .girl-hi {
  width: 50px;
  position: absolute;
  left: 86%;
  top: 29%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.girl-hi .thumb {
  padding-top: 100%;
}
.thumb {
  background-position: left center;
}
.footer-fav:hover .site-girl .girl {
  left: -20px
}
.footer-fav:hover .site-girl .girl .girl-in::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.footer-fav:hover .site-girl .girl .girl-hi {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  right: 80%
}
.footer-fav:hover .site-boy .girl {
  padding-right: 0;
  left: -20px
}
.footer-fav .site-girl .girl-info {
  margin-left: -140px;
  margin-bottom: 48px;
  font-size: 14px;
}



/*底部固定咨询*/
.zxbottom { position: fixed; bottom: 0; left: 0; width: 100%; height: 140px; background: rgba(0,0,0,0.6); animation: h 3s; z-index: 999; display: none; }
@keyframes h {
  0%, 80% { height: 0; }
  100% {height: 140px;}
}
.zxbottom img { display: block; position: absolute; bottom:0;  animation: himg 3s; }
@keyframes himg {
  0%, 80% { height: 0; }
  100% {height: 193px;}
}
.zxbottom .zxbottom_r { margin-left: 560px; margin-top: 30px; }
.zxbottom .zxbottom_r input { padding: 0; margin: 0; border: none; }
.zxbottom .zxbottom_r p { color: #fff; padding-bottom: 20px; font-size: 16px; }
.zxbottom .zxbottom_r #tel { width: 300px; height: 30px; line-height: 30px; }
.zxbottom .zxbottom_r #call { width: 100px; height: 30px; line-height: 30px; background: #2e8ce3; color: #fff; font-size: 16px; margin-left: 5px; }
.zxbottom .zxbottom_r a { display: inline-block; width: 100px; height: 30px; line-height: 30px; background: #ee7800; color: #fff; text-align: center; font-size: 16px; margin-left: 5px; }

/*侧栏咨询窗口*/
.swtRirhgt {
  width: 60px;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 300;
}
.swtRirhgt > .xuefei {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .xuefei:hover {
  width: 70px;
}
.swtRirhgt > .xuefei > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('http://www.xdfpr.cn/images/celan_1.jpg');
}
.swtRirhgt > .zhuanye {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffae00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .zhuanye:hover {
  width: 70px;
}
.swtRirhgt > .zhuanye > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('http://www.xdfpr.cn/images/celan_2.jpg');
}
.swtRirhgt > .swtzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .swtzx:hover {
  width: 70px;
}
.swtRirhgt > .swtzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px 0;
}
.telzx {
  display: none;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
}
.telzx:hover {width:70px;}
.telzx p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px -49px;
}
.telinput {display:none;}
/*.swtRirhgt > .telzx {
  display: block;
  width: 100%;
  height: 65px;
  float: right;
  position: relative;
}
.swtRirhgt > .telzx > .telinner {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffae00;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .telzx > .telinner > .telicon {
  display: block;
  width: 60px;
  height: 65px;
  position: relative;
  float: left;
  cursor: pointer;
}
.swtRirhgt > .telzx > .telinner > .telicon p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px -49px;
}
.swtRirhgt > .telzx > .telinner > .telinput {
  width: 236px;
  height: 65px;
  float: right;
  background-color: #ffad00;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin {
  width: 227px;
  height: 38px;
  margin-top: 13px;
  -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  padding: 0;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberTxt {
  width: 146px;
  height: 38px;
  float: left;
  background-color: #fff;
  outline: none;
  border:none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 38px;
  padding-left: 14px;
  -moz-border-radius: 19px 0 0 19px;
  -webkit-border-radius: 19px 0 0 19px;
  border-radius: 19px 0 0 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn {
  display: block;
  width: 81px;
  float: left;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #ff7f00;
  -moz-border-radius: 0 19px 19px 0;
  -webkit-border-radius: 0 19px 19px 0;
  border-radius: 0 19px 19px 0;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn:hover {
  background-color: #d26900;
}*/
.qqzx {
  display: none;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.qqzx:hover {
  width: 70px;
}
.qqzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px -98px;
}
.wechatzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
}
.wechatzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px -147px;
}
.wechatzx > .qrcode {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 50px;
  top: 50%;
  margin-top: -60px;
  visibility: hidden;
  background: url(/images/index/erweima.jpg) no-repeat left center;
  background-size: 100%;
  transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -moz-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  border-right: 10px solid transparent;
}
.wechatzx:hover {
  width: 70px;
}
.wechatzx:hover > .qrcode {
  right: 70px;
  visibility: visible;
}
.backtopbtn {
  display: block;
  width: 60px;
  height: 65px;
  cursor: pointer;
  float: right;
  background-color: #474747;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.backtopbtn:hover {
  width: 70px;
}
.backtopbtn > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url(http://www.xdfpr.cn/images/celan.png);
  background-position: -175px -197px;
}

#LRdiv2 {z-index:9999999;}


/********弹窗**********/
.win-item {
  display: block;
  width: 500px;
  height: 400px;
  position: relative;
  box-shadow: 3px 9px 84px #969696;
  -webkit-box-shadow: 3px 9px 84px #969696;
  -moz-box-shadow: 3px 9px 84px #969696;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  background: #fff;
}
.win-item-1 .w1-header {
  width: 500px;
  height: 81px;
  text-align: left;
  line-height: 81px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-top-left-radius: 17px;
  -moz-border-top-right-radius: 17px;
  background: url(http://xxxx.shxdf.cn/index/image/072701/1/1.jpg) no-repeat center center;
}
.win-item-1 .w1-header > p {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding-left: 190px;
}
.win-item-1 .w1-zy {
  display: block;
  width: 429px;
  margin: 0 auto;
  text-align: center;
}
.win-item-1 .w1-zy a > div {
  display: block;
  width: 113px;
  margin: 23px 15px 16px 15px;
  padding: 126px 0 15px 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center 12px;
  color: #242424;
}
.win-item-1 .w1-zy a > div p,
.win-item-1 .w1-zy a > div span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.win-item-1 .w1-zy a > div p {
  font-size: 18px;
}
.win-item-1 .w1-zy a > div span {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.3;
  padding-top: 5px;
  color:#999;
}
.win-close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  background: url(http://xxxx.shxdf.cn/index/image/072701/1/png/1.png) no-repeat 0 -312px;
}
.w1-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.w1-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px 10px 15px;
  background: #ffa800;
  color: #fff;
  font-size: 16px;
  background-image: url(http://xxxx.shxdf.cn/index/image/072701/1/png/1.png);
  background-position: 266px -351px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}
.w1-btn > a:hover,
.w3-btn > a:hover {
  box-shadow: inset 0 0 18px #ffe0a4;
  -webkit-box-shadow: inset 0 0 18px #ffe0a4;
  -moz-box-shadow: inset 0 0 18px #ffe0a4;
}
.win-item-2 > .w2-header {
  width: 500px;
  height: 81px;
  text-align: left;
  line-height: 81px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-top-left-radius: 17px;
  -moz-border-top-right-radius: 17px;
  background: url(http://xxxx.shxdf.cn/index/image/072701/1/2.jpg) no-repeat center center;
}
.w2-header > p {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding-left: 80px;
}
.w2-inner {
  display: block;
  width: 375px;
  margin: 0 auto;
  padding-top: 10px;
}
.w2-inner ul {
  display: block;
  width: 100%;
}
.w2-inner ul li {
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e9e9e9;
}
.w2-inner ul li a {
  display: inline-block;
  float: right;
  position: relative;
  color: #ff7200;
  height: 45px;
  font-size: 17px;
  padding-right: 33px;
  background: url(http://xxxx.shxdf.cn/index/image/072701/1/png/1.png) no-repeat 43px -377px;
}
.w2-inner ul li a::before {
  content: "";
  width: 1px;
  height: 26px;
  background: #e9e9e9;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -13px;
}
.w2-inner ul li h4 {
  float: left;
  font-weight: 200;
  color: #242424;
  font-size: 17px;
}
.win-item-3 {
  background: url(http://xxxx.shxdf.cn/index/image/072701/1/3.jpg) no-repeat center center;
}
.w3-header {
  width: 500px;
  height: 90px;
}
.w3-header > p {
  display: inline-block;
  margin: 47px 0 0 243px;
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.w3-inner {
  margin-left: 175px;
  height: 280px;
  overflow: hidden;
  padding-top: 30px;
}
.w3-inner .w3-i-list {
  display: block;
  width: 315px;
  text-align: center;
  margin: 22px 0;
}
.w3-inner .w3-i-list li {
  display: inline-block;
  width: 135px;
  height: 36px;
  line-height: 36px;
  background: #efefef;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 0 5px;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
.w3-inner .w3-i-list li:hover {
  background: #dbdbdb;
}
.w3-inner .w3-i-list li > a {
  display: inline-block;
  width: 100%;
}
.w3-btn {
  display: block;
  width: 310px;
  text-align: center;
  padding-top: 10px;
}
.w3-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 50px 10px 36px;
  background: #ffa800;
  color: #fff;
  font-size: 16px;
  background-image: url(http://xxxx.shxdf.cn/index/image/072701/1/png/1.png);
  background-position: 150px -351px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}

.layui-layer-page{
    background:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.layui-layer-page .layui-layer-content{
    overflow:initial !important;
}


.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}

/* ????*/
.zyleft {width: 860px;}
.zyright {
  width: 340px;
  padding: 10px;
  background: #f4f4f4;
}
.zy_mobantabt {
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
  margin: 20px auto;
}
.zy_mobantabt li {
    width: 50%;
    line-height: 60px;
    cursor: pointer;
    transition: all .5s;
}
.zy_mobantabt li.zy_on {
  background: #c00900;
  color: #fff;
}
.pcZy_mobanlist li {
  width: 32%;
  text-align: center;
  margin-top: 15px;
  box-shadow: 0 0 5px #ccc;
  color: #cb0101;
background: #fff;
}
.pcZy_mobanlist li > a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
	
}
.pcZy_mobanlist li > a img {
    width: 100%;
    height: auto;
  transition: all .5s;
}
.pcZy_mobanlist li > a:hover img {
  transform: scale(1.2);
}
.pcZy_mobanlist li span {
    color: black;
    font-size: 18px;
}
.pcZy_mobanlist li strong {
  line-height: 45px;
  font-size: 20px;
  transition: all .35s;

}
.pcZy_mobanlist li strong:hover {
  color: #ee7800;
}
.pcZy_mobanlist li p {
    text-align: left;
    height: 60px;
    color: #6b6b6b;
    padding: 10px 10px 10px;
}
.pcZy_mobanlist li .flex a{
  line-height: 2rem;
  width: 45%;
  display: inline-block;
  background: red;
  margin: 2% auto 4%;
  color: #fff;
}
.pcZy_mobanlist li .flex a:first-child{
  background: #63aafd;
}

/* ??????CSS */
.pcZy_newStyle li{
  width: 24%!important;
}
.pcZy_newStyle li strong,.pcZy_newStyle li span{
  font-size: 16px!important;
}



/* ?????? */
.czy_tit { text-align: center; color: #333;width: 100%;}
.czy_tit .czy_title { font-size: 30px; line-height: 46px; font-weight: bold; z-index: 2; position: relative; }
.czy_tit .czy_titlex { font-size: 30px; line-height: 46px; font-weight: bold; z-index: 2; }
.czy_tit .czy_ftitle { font-size: 20px; line-height: 40px; z-index: 2 }
.czy_tit .czy_title:after { content: ""; display: block; width: 276px; height: 23px; background-color: #fae592; margin: 0 auto; position: absolute; left: 0px; right: 0px; bottom: 0px; z-index: -1; }


/* PC学历模板 */

.xueli_p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 30px auto;
}
.xueli_div .xueli_left{
	width: 35%;
}
.xueli_div .xueli_right{
	width: 62%;
}
.xueli_right .top strong{
    font-size: 26px;
    color: #325dcb;
	line-height: 60px;
    display: block;
}
.xueli_right .top p{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.xueli_right .top a{
    background-color: #87a8e3;
    color: #fff;
    display: block;
    width: 300px;
    text-align: center;
	line-height: 44px;
    margin: 2% 0;
    border-radius: 12px;
}
.xueli_right .center{
    text-indent: 40px;
    font-size: 20px;
    line-height: 34px;
    margin: 22px 0;
}
.xueli_list li{
	width: 32%;
    margin: 3% auto;
}
.xueli_list li img{
	width: 100%;
}

.xlbt_p b{
	width: 10px;
    height: 22px;
	background-color: #325dcb;
	display: inline-block;
}
.xlbt_p strong{
    font-size: 30px;
	margin: 20px 10px 0 20px;
}
.img_30{
	margin: 10px auto;
	display: block;
}
.daxue_a{
    width: 370px;
    line-height: 54px;
    background: #87a8e3;
    text-align: center;
    display: block;
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    margin: 30px auto;
}


.newSxbt strong{
	font-size: 34px;
}
.newSxbt .left{
	margin-left: 20px;
}
.newSxbt .right {
	width: 50%;
}
.newSxbt .right p{
	width: 60%;
	line-height: 30px;
    display: inline-block;
}
.newSxbt .right a{
	float: right;
    width: 38%;
    line-height: 46px;
    background: #ee7800;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 10px auto;
}
.newzy_list li{
	width: 23%;
	margin: 10px auto;
	border: 1px solid #7d7d7d;
	border-radius: 10px;
}
.newzy_list li img{
	width: 100%;
}
.newzy_list li strong{
	text-align: center;
	background-color: #eeeeee;
	display: block;
	color: #666666;
	line-height: 38px;
}
.newzy_list li p{
    width: 92%;
    margin: 10px auto;
    height: 134px;
    line-height: 26px;
}
.zydiv_a a{
	width: 40%;
    line-height: 32px;
    background: #fbad68;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto 20px;
}



/*????*/
.dede_pages ul{float:left;padding:12px 0 12px 16px}
.dede_pages ul li{float:left;  line-height:17px;margin-right:6px;border:1px solid #E9E9E9}
.dede_pages ul li a{float:left;padding:2px 4px 2px;color:#555;display:block}
.dede_pages ul li a:hover{color:#690;text-decoration:none;padding:2px 4px 2px}
.dede_pages ul li.thisclass,.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background-color:#F8F8F8;padding:2px 4px 2px;font-weight:700}
.dede_pages .pageinfo{line-height:21px;padding:12px 10px 12px 16px;color:#999}
.dede_pages .pageinfo strong{color:#555;font-weight:400;margin:0 2px}


@media only screen and (width:1280px){body{width:1220px}
  .fixed_1{display:none}
}
@media only screen and (max-width:1280px){
  .fixed_1{display:none}
}

