/*
  author  :   www.umeixun.com
*/
#new {
  background: #efefef;
}
.new-head {
  padding-top: 50px;
}
.navNew {
  padding-bottom: 20px;
  text-align: center;
}
.navNew li {
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
}
.navNew li a {
  font-size: 18px;
}
.navNew li a.on {
  color: #00a2e9;
}
.new-main ul {
  margin: 0 0 0 -40px;
}
.new-main li {
  float: left;
  display: inline;
  width: 360px;
  height: 320px;
  overflow: hidden;
  margin: 0 0 48px 48px;
  background: #fff;
}
.new-con {
  position: relative;
}
.new-con .new-pic img {
  width: 360px;
  height: 259px;
  display: block;
}
.new-con .new-pic h2.title {
  font-size: 14px;
  font-weight: normal;
  line-height: 52px;
  text-align: center;
}
.new-con .new-pic h2.title a {
  color: #222;
}
.new-con .new-text {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 360px;
  height: 320px;
  background: #00a2e9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
}
.new-con .new-text .new-textcon {
  display: block;
  width: 295px;
  padding: 15px 0 0 35px;
  color: #fff;
}
.new-con .new-text .new-textcon h2 {
  height: 50px;
}
.new-con .new-text .new-textcon h2.title {
  border-bottom: 1px solid #fff;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.new-con .new-text .new-textcon .des {
  display: block;
  height: 152px;
  padding-top: 10px;
  line-height: 22px;
  font-size: 12px;
}
.new-con .new-text .new-textcon .icon-cir {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 15px 0 0 120px;
  background: url("../images/icon-cir.png") no-repeat;
}
.item-hover .new-text {
  display: block;
  -webkit-animation: flipInX .4s .2s ease both;
  -moz-animation: flipInX .4s .2s ease both;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 0.9;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 0.9;
  }
}
/* pages */
.page-wrap {
  padding: 30px 0 80px 0;
}
.pages {
  text-align: center;
  line-height: 42px;
  font-size: 0;
  word-wrap: normal;
  white-space: nowrap;
  color: #999;
}
.pages a,
.pages span {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pages a {
  text-decoration: none;
  color: #3e3a39;
}
.pages a:hover {
  text-decoration: none;
  color: #fff;
}
.pages a:first-child {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pages a:last-child {
  margin-right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pages a:hover {
  background: #00a2e9;
}
.pages a:active {
  background: #f0f0f0;
}
.pages span,
.pages span:hover,
.pages span:active {
  cursor: default;
  color: #fff;
  background: #00a2e9;
  font-weight: bold;
}
code {
  padding: 2px 4px;
  color: #D14;
  white-space: nowrap;
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
}



/*鍐呭椤�*/
.fea_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  background: #000;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.content-main {
  width: 65%;
  height: 100%;
  left: 100%;
  top: 160px;
  display: none;
  z-index: 201;
  background: #FFF;
  position: absolute;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  opacity: 0;
}
.box-head {
  position: relative;
  height: 68px;
  background: #025edf url("../images/bg-conhead.jpg") no-repeat;
}
.box-head .place {
  padding-left: 25px;
  line-height: 68px;
  font-size: 14px;
  color: #9dccfc;
}
.box-head .place a {
  padding: 0 30px 0 10px;
  color: #9dccfc;
}
.box-head .fea-close {
  position: absolute;
  top: 0px;
  left: -110px;
}
#boxscroll {
  height: 400px;
  background-color: #fff;
  overflow: auto;
  z-index: 100;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#boxscroll .wrapper {
  padding: 50px 40px;
}
#boxscroll .wrapper .boxcon-hd {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
#boxscroll .wrapper .boxcon-hd h1 {
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
}
#boxscroll .wrapper .boxcon-hd p {
  line-height: 24px;
}
#boxscroll .wrapper .boxcon-hd p span {
  padding-right: 18px;
  color: #727171;
}
#boxscroll .wrapper .boxcon-bd {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
#boxscroll .wrapper .boxcon-bd img {
  display: block;
  text-align: center;
}
#boxscroll .wrapper .boxcon-bd p {
  padding: 8px 0;
  line-height: 24px;
  font-size: 14px;
  text-indent: 2em;
}


.wrap-new{
    padding-top: 60px;
}
.wrap-new .new-tit{
    padding-bottom: 30px;
    text-align: center;
}
.wrap-new .new-tit h1{
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.wrap-new .new-tit p{
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}
.wrap-new .new-tit span{
    padding: 0 10px;
}
.new-page {
    width: 928px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 50px;
    border-radius: 6px;
}
.new-page-m{
    font-size: 15px;
    color: #666666;
    line-height: 200%;
}
.new-page-m p{
    padding: 8px 0;
    text-indent: 2em;
}
.new-page-m img{
    display: block;
    text-align: center;
    margin: 10px auto;
}
.new-go{
    padding: 40px 0;
}
.new-go a{
    width: 130px;
    height: 46px;
    display: block;
    margin: 0 auto;
    line-height: 46px;
    background: #fff;
    border:1px solid #5e5e5e;
    font-size: 15px;
    text-align: center;
    color: #666666;
    border-radius: 30px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.new-go a:hover{
    background: #00bae2;
    border:1px solid #00bae2;
    color:#fff;
}