a:active {
  outline: none;
}
* {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
}
.cl {
  clear: both;
  height: 0px;
  overflow: hidden;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", sans-serif, serif;
  text-align: center;
}
.w_box {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.ws_box {
  width: 1200px;
  margin: 0 auto;
}
.color_lan {
  color: #00a0e9;
}
.color_hong {
  color: #FF0000;
}
.hidtext {
  text-align: left;
  overflow: hidden;
  text-indent: -99999em;
}
#Container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
.TopTip {
  background: #00a0e9;
  min-width: 1200px;
  margin: 0 auto;
  padding: 8px 0px;
  text-align: center;
  color: #FFF;
}
#VideoBox {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
#VideoBox .video_bk {
  width: 100%;
  max-width: 100%;
}
#VideoBox .Video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#VideoBox .Video video {
  position: absolute;
  left: 0px;
  bottom: -100px;
}
#VideoBox .text {
  position: absolute;
  top: 50%;
  margin-top: -8%;
  z-index: 99;
  width: 100%;
  display: none;
}
#VideoBox .text h2 {
  font-size: 48px;
  color: #FFF;
}
#VideoBox .text p {
  font-size: 35px;
  line-height: 2;
  color: #efefef;
}
#VideoBox .other {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 9;
}
#VideoBox .other ul li {
  float: left;
  padding: 10px;
  color: #FFF;
  cursor: pointer;
}
#VideoBox .other ul li span {
  display: block;
  width: 151px;
  height: 33px;
  line-height: 33px;
  background: url(../images/bk2.png) left center no-repeat;
}
#VideoBox .other ul li span a {
  color: #FFF;
}
#VideoBox .other ul li span img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 8px;
}
#VideoBox .other ul li ul {
  padding-top: 5px;
  display: none;
}
#VideoBox .other ul li ul li {
  float: none;
  padding: 0px;
  margin: 5px 0px;
}
#VideoBox .other ul li.tel:hover {
  background: url(../images/bk1.png) left top repeat;
}
#VideoBox .other ul li.tel:hover ul {
  display: block;
}
#B_ITEM {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 30px;
  z-index: 99;
  /*background:url(../images/bk5.png) left center repeat;*/
}
#B_ITEM .Box {
  width: 1200px;
  height: 185px;
  margin: auto;
}
#B_ITEM .Box ul li {
  width: 239px;
  height: 185px;
  float: left;
  text-align: center;
}
#B_ITEM .Box ul li a {
  display: block;
  padding-top: 15px;
  color: #06bdfc;
}
#B_ITEM .Box ul li a i {
  display: block;
  width: 83px;
  height: 81px;
  margin: 10px auto;
  border-radius: 45px;
  background-color: #E3E0E4;
  background-image: url(../images/b_icon.png);
  background-repeat: no-repeat;
}
#B_ITEM .Box ul li a i.i1 {
  background-position: 0px top;
}
#B_ITEM .Box ul li a i.i2 {
  background-position: -83px top;
}
#B_ITEM .Box ul li a i.i3 {
  background-position: -166px top;
}
#B_ITEM .Box ul li a i.i4 {
  background-position: -249px top;
}
#B_ITEM .Box ul li a i.i5 {
  background-position: -332px top;
}
#B_ITEM .Box ul li a span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
#B_ITEM .Box ul li.e {
  border-right: none;
}
#B_ITEM .Box ul li:hover {
  opacity: 1;
}
#B_ITEM .Box ul li:hover a i {
  background-color: #FFF;
}
#B_ITEM:hover ul li {
  opacity: 0.5;
}
.index_title {
  color: #00a0e9;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/t_ar.png) center bottom no-repeat;
}
.index_title span {
  display: block;
  color: #696969;
  font-weight: 300;
  font-size: 18px;
  font-variant: small-caps;
}
#index_about {
  background: url(../images/a_bj.png) center top no-repeat;
}
#index_about .Box {
  padding-top: 40px;
}
#index_about .Box .index_title {
  margin-bottom: 40px;
}
#index_about .Box .about_text {
  height: 382px;
  margin-bottom: 20px;
  padding-left: 40px;
  text-align: left;
  background: url(../images/about_bk.jpg) left top no-repeat;
}
#index_about .Box .about_text .t {
  width: 665px;
  padding-top: 40px;
  line-height: 1.8;
  color: #FFF;
  font-size: 24px;
  border-bottom: 1px solid #FFF;
}
#index_about .Box .about_text p {
  width: 550px;
  padding-top: 25px;
  text-indent: 32px;
  color: #FFF;
  line-height: 2.3;
  font-size: 16px;
}
#index_about .Box .about_text p abbr {
  font-weight: bold;
}
#index_about .Box .about_dangan {
  height: 383px;
  background: url(../images/about_bk2.jpg) left center no-repeat;
  text-align: left;
}
#index_about .Box .about_dangan .t {
  margin-left: 425px;
  height: 43px;
  line-height: 1.8;
  color: #00a0e9;
  font-size: 24px;
  border-bottom: 2px solid #00a0e9;
}
#index_about .Box .about_dangan .t ul {
  float: right;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
}
#index_about .Box .about_dangan .t ul li {
  float: left;
  margin-right: 33px;
  padding-top: 8px;
}
#index_about .Box .about_dangan .t ul li span {
  display: inline-block;
  padding: 0px 25px;
  background: #00a0e9;
  color: #FFF;
}
#index_about .Box .about_dangan .item {
  margin-left: 560px;
  height: 187px;
  border-bottom: 2px solid #00a0e9;
}
#index_about .Box .about_dangan .item ul {
  padding-top: 10px;
  position: relative;
  left: -10px;
  display: block;
}
#index_about .Box .about_dangan .item ul li {
  float: left;
  width: 44%;
  margin: 4px;
  background: #f6f6f6;
  padding: 7px 13px;
  font-size: 15px;
}
#index_about .Box .about_dangan .item ul li span {
  font-weight: bold;
  margin-right: 15px;
}
#index_about .Box .about_dangan .item ul li.ll {
  background: #f0faff;
}
#index_about .Box .about_dangan .item ul li.log {
  width: 598px;
}
#index_about .Box .about_dangan .item ul li.log span {
  color: #00a0e9;
}
#index_about .Box .about_dangan .about_rz {
  background: url(../images/rz_img.png) right bottom no-repeat;
  height: 145px;
}
#index_about .Box .about_item {
  background: #f8f8f8;
  padding: 25px 0px;
  height: 117px;
  margin-top: 30px;
}
#index_about .Box .about_item ul {
  padding-left: 55px;
}
#index_about .Box .about_item ul li {
  background: url(../images/a_item.png) left top no-repeat;
  width: 110px;
  height: 110px;
  padding-right: 7px;
  padding-bottom: 7px;
  margin: 0 50px;
  float: left;
}
#index_about .Box .about_item ul li a {
  display: block;
  background: url(../images/a_item_icon.png) left 15px no-repeat;
  padding-top: 80px;
  font-weight: bold;
}
#index_about .Box .about_item ul li:hover {
  background-position: right top;
}
#index_about .Box .about_item ul li:hover a {
  text-decoration: underline;
}
#index_about .Box .about_item ul li.i1 a {
  background-position: 25px 15px;
}
#index_about .Box .about_item ul li.i2 a {
  background-position: -93px 15px;
}
#index_about .Box .about_item ul li.i3 a {
  background-position: -225px 15px;
}
#index_about .Box .about_item ul li.i4 a {
  background-position: -350px 15px;
}
#index_about .Box .about_item ul li.i5 a {
  background-position: -500px 15px;
}
#index_product {
  margin-top: 30px;
  height: auto;
  padding-bottom: 30px;
  background: #CCEFFF url(../images/pro_bk.gif) center top no-repeat;
}
#index_product .Box {
  padding-top: 35px;
}
#index_product .Box ul {
  padding-top: 40px;
}
#index_product .Box ul li {
  width: 290px;
  float: left;
  margin: 0 5px;
}
#index_product .Box ul li .imgBox {
  width: 290px;
  height: 290px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#index_product .Box ul li .imgBox img {
  width: 290px;
  height: 290px;
  vertical-align: middle;
}
#index_product .Box ul li .imgBox i {
  display: none;
  width: 46px;
  height: 46px;
  background: url(../images/new_pro_icon.png) left top no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
#index_product .Box ul li .info {
  display: block;
  text-align: center;
  background: #ebebec;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-top: none;
}
#index_product .Box ul li .info .t {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
#index_product .Box ul li .info span.t2 {
  display: block;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  color: #00a0e9;
}
#index_product .Box ul li .info .other {
  display: block;
  height: 42px;
}
#index_product .Box ul li .info .other span {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin: 0 4px;
  background: url(../images/pro_sel_icon.png) left center no-repeat;
  padding-left: 20px;
}
#index_product .Box ul li .info .other a {
  float: right;
  padding-top: 3px;
}
#index_product .Box ul li:hover .info {
  background: #00a0e9;
}
#index_product .Box ul li:hover .info .t {
  color: #fff;
}
#index_product .Box ul li:hover .info span.t2 {
  color: #fff;
}
#index_product .Box ul li:hover .info .other span {
  background-position: -171px center;
  color: #FFF;
}
#index_product .mask_ad {
  text-align: center;
  margin-bottom: 20px;
}
#index_product .Category {
  padding-top: 20px;
  background: url(../images/category_bj.png) center -5px no-repeat;
}
#index_product .Category ul {
  padding-top: 20px;
}
#index_product .Category ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  margin-bottom: 13px;
}
#index_product .Category ul li a {
  display: block;
  width: 88%;
  height: 35px;
  line-height: 35px;
  background: #FFF;
  border-radius: 10px;
  color: #15A1E5;
  box-shadow: 0px 0px 8px #ccc;
}
#index_product .Category ul li a:hover,
#index_product .Category ul li a.e {
  background: #15A1E5;
  color: #FFF;
}
#index_product .Category ul li a.e span {
  font-family: "宋体";
  padding-left: 5px;
}
#YW_SYS .YW {
  height: 461px;
  padding-top: 30px;
  background: url(../images/yw_bj.jpg) center top no-repeat;
}
#YW_SYS .YW .Box {
  height: 200px;
  background: #78cef4;
  margin-top: 30px;
  margin-bottom: 35px;
}
#YW_SYS .YW .Box ul {
  display: block;
  width: 1200px;
  height: 200px;
  margin: 0 auto;
}
#YW_SYS .YW .Box ul li {
  width: 238px;
  height: 200px;
  float: left;
  margin: 0 1px;
  position: relative;
  text-align: center;
  font-size: 22px;
}
#YW_SYS .YW .Box ul li img {
  width: 238px;
  height: 200px;
}
#YW_SYS .YW .Box ul li a {
  display: block;
  width: 238px;
  height: 130px;
  padding-top: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  color: #FFF;
  background: url(../images/bk3.png) left top repeat;
}
#YW_SYS .YW .Box ul li a span {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  padding: 2px 28px;
  border: 1px solid #fff;
}
#YW_SYS .YW .Box ul li:hover a {
  background-image: url(../images/bk4.png);
}
#YW_SYS .YW .Box ul li:hover a span {
  background: #FFF;
  color: #00a0e9;
}
#YW_SYS .SYS {
  height: 731px;
  overflow: hidden;
  margin-top: 15px;
  background: url(../images/sys_bj.jpg) center top no-repeat;
}
#YW_SYS .SYS .Box {
  padding-top: 70px;
}
#YW_SYS .SYS .Box .i1 {
  margin-right: 80px;
}
#YW_SYS .SYS .Box .i2 {
  margin-right: 20px;
  position: relative;
  top: 40px;
}
#YW_SYS .SYS .Box a {
  position: relative;
  top: 410px;
}
#YW_SYS .SYS .Box div {
  padding-top: 40px;
}
#YW_SYS .SYS2 {
  height: 100px;
  line-height: 100px;
  color: #FFF;
  font-size: 26px;
  background: url(../images/sys_bj2.jpg) center top no-repeat;
  text-shadow: 2px 2px 3px #333;
}
#YW_SYS .SYS2 span {
  color: red;
  font-weight: bold;
}
#YW_SYS .SYS2 span font {
  font-size: 34px;
}
#index_HZ {
  padding-top: 45px;
  padding-bottom: 20px;
  background: #f6f6f6;
}
#index_HZ .Box {
  background: url(../images/map.png) center -15px no-repeat;
  height: 636px;
  position: relative;
}

#index_HZ .Box .text {
  font-size: 16px;
  line-height: 1.5;
  width: 300px;
  text-align: center;
  left: 540px;
  top: 270px;
  position: absolute;
}
#index_HZ .Box .text span {
  display: block;
  color: #00a0e9;
  font-size: 22px;
}

#index_HZ1 {

  width:100%;
 background: #dbdfe2;
}

#index_HZ1 .Box2 {
  background: url(../images/qu_bg.jpg) center 0px no-repeat;
  height: 750px;
  position: relative;
}

#index_HZ1 .Box2 .text {
  font-size: 16px;
  line-height: 1.5;
  width: 300px;
  text-align: center;
  left: 540px;
  top: 270px;
  position: absolute;
}
#index_HZ1 .Box2 .text span {
  display: block;
  color: #00a0e9;
  font-size: 22px;
}




#index_NEWS {
  margin-top: 45px;
}
#index_NEWS .Box {
  padding-top: 40px;
}
#index_NEWS .Box .NewsAd {
  width: 600px;
  height: 380px;
  position: relative;
  float: left;
}
#index_NEWS .Box .NewsAd a.ar {
  position: absolute;
  display: none;
  width: 41px;
  height: 85px;
  top: 50%;
  margin-top: -45px;
  z-index: 3;
}
#index_NEWS .Box .NewsAd a.ar.prev {
  background: url(../images/lar.png) left top no-repeat;
  left: 0px;
}
#index_NEWS .Box .NewsAd a.ar.next {
  background: url(../images/rar.png) left top no-repeat;
  right: 0px;
}
#index_NEWS .Box .NewsAd .bd {
  width: 600px;
  height: 380px;
  position: relative;
}
#index_NEWS .Box .NewsAd .bd ul li {
  width: 600px;
  height: 380px;
  position: relative;
}
#index_NEWS .Box .NewsAd .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#index_NEWS .Box .NewsAd .bd ul li span {
  background: url(../images/bk5.png) left center repeat;
  height: 35px;
  line-height: 35px;
  text-indent: 14px;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: left;
}
#index_NEWS .Box .NewsAd:hover a.ar {
  display: block;
}
#index_NEWS .Box .News1 {
  width: 560px;
  float: right;
}
#index_NEWS .Box .News1 .t {
  font-size: 23px;
  font-weight: bold;
  height: 44px;
  line-height: 38px;
  color: #00a0e9;
  text-align: left;
  border-bottom: 2px solid #00a0e9;
  background: url(../images/new_t_icon.jpg) left top no-repeat;
  padding-left: 60px;
}
#index_NEWS .Box .News1 .t a {
  float: right;
  font-size: 12px;
  font-weight: 300;
  color: #00a0e9;
  margin-top: 5px;
  margin-right: 8px;
}
#index_NEWS .Box .News1 ul {
  padding: 15px 0px 0px 0px;
}
#index_NEWS .Box .News1 ul li {
  height: 38px;
  line-height: 38px;
  text-align: left;
  border: 1px solid #fff;
  padding-left: 40px;
  background: url(../images/news_ar.jpg) 10px 11px no-repeat;
}
#index_NEWS .Box .News1 ul li a {
  display: block;
  font-size: 16px;
}
#index_NEWS .Box .News1 ul li:hover {
  border-color: #00a0e9;
  background-position: 10px -36px;
}
#index_NEWS .Box .News2 {
  background: url(../images/news_2.jpg) center center no-repeat;
  margin-top: 30px;
  padding: 15px 0px;
  border-top: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
}
#index_NEWS .Box .News2 ul {
  width: 470px;
  height: 130px;
  padding-left: 30px;
}
#index_NEWS .Box .News2 ul li {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin: 15px 0px;
  text-align: left;
  background: url(../images/news_dian.gif) left -39px no-repeat;
  padding-left: 15px;
}
#index_NEWS .Box .News2 ul li:hover {
  background-position: left 9px;
}
#index_NEWS .Box .News2 ul.l {
  float: left;
  border-right: 1px solid #00a0e9;
}
#index_NEWS .Box .News2 ul.r {
  float: right;
  border-left: 1px solid #00a0e9;
}
#Foot {
  background: #f0faff;
  padding: 30px 0px;
  margin-top: 50px;
  color: #575757;
}
#Foot a:link,
#Foot a:visited {
  color: #575757;
}
#Foot a:hover {
  color: #00a0e9;
}
#Foot .Info {
  width: 1000px;
  margin: 0 auto;
}
#Foot .Info .l {
  float: left;
}
#Foot .Info .l dl {
  height: 110px;
}
#Foot .Info .l dl dt {
  width: 89px;
  height: 110px;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #d1d1d1;
}
#Foot .Info .l dl dd {
  margin-left: 140px;
  text-align: left;
  background: url(../images/24h.png) left top no-repeat;
  padding-top: 35px;
}
#Foot .Info .l dl dd span {
  font-size: 30px;
  font-weight: bold;
  color: #00a0e9;
}
#Foot .Info .l dl dd span img {
  position: relative;
  top: 5px;
}
#Foot .Info .l dl dd p {
  padding-top: 5px;
}
#Foot .Info .l .copyright {
  text-align: left;
  padding-top: 20px;
  line-height: 2;
}
#Foot .Info .l .copyright span {
  font-weight: bold;
}
#Foot .Info img.qcode {
  float: right;
}
#Foot .LinkBox {
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
#Foot .LinkBox .FootNav {
  text-align: center;
  font-size: 16px;
}
#Foot .LinkBox .FootNav a {
  display: inline-block;
  margin: 0 20px;
}
#Foot .LinkBox .FriendLink {
  text-align: center;
  padding-top: 25px;
}
#Foot .LinkBox .FriendLink a {
  display: inline-block;
  margin-right: 17px;
}
#GoTop {
  display: none;
  width: 26px;
  height: 32px;
  padding: 3px 6px;
  font-size: 12px;
  position: fixed;
  bottom: 80px;
  background: #F5F5F5 url(../Images/GoTop.gif) left center no-repeat;
  border: 1px solid #CCC;
  text-align: left;
  text-indent: -9999em;
  z-index: 9999;
}
#GoTop:hover {
  background-image: none;
  text-align: center;
  text-indent: 0em;
}
#mermaid {
  position: fixed;
  z-index: 999;
  top: 20%;
  display: none;
}
/*内页*/
#Head {
  background: #00a0e9;
  height: 60px;
  line-height: 38px;
  text-align: center;
}
#Head .Box {
  display: inline-block;
  padding-top: 10px;
}
#Head .Box .logo {
  display: block;
  float: left;
  width: 130px;
  height: 40px;
  background: url(../images/logo.png) left center no-repeat;
}
#Head .Box .Nav {
  float: left;
  padding-left: 100px;
}
#Head .Box .Nav a {
  display: block;
  float: left;
  line-height: 43px;
  height: 47px;
  border-bottom: 3px solid #00a0e9;
  color: #FFF;
  font-size: 18px;
  margin: 0 35px;
}
#Head .Box .Nav a:hover,
#Head .Box .Nav a.sel {
  border-bottom: 3px solid #78cef4;
}
#Root {
  background-color: #f0faff;
}
#Root .Box {
  text-align: right;
  padding: 5px 0px;
  color: #00a0e9;
}
#Root .Box a {
  color: #00a0e9;
}
.AboutBanner {
  height: 350px;
  background: url(../images/about_banner.jpg) center top no-repeat;
}
.About_ceyq_Banner {
  height: 770px;
  background: url(../images/about/cyjqBanner.jpg) center top no-repeat;
}
.About_honro_Banner {
  height: 350px;
  background: url(../images/about/honorBanner.jpg) center top no-repeat;
}
.About_Unit_Banner {
  height: 350px;
  background: url(../images/unit/banner.jpg) center top no-repeat;
}
.business_Banner {
  height: 350px;
  background: url(../images/business_Banner.jpg) center top no-repeat;
}
.AboutPage {
  text-align: left;
  padding-top: 40px;
}
.AboutPage .AT {
  border-left: 3px solid #00a0e9;
  font-size: 20px;
  line-height: 1;
  padding-left: 8px;
  margin-bottom: 25px;
}
.AboutPage .about_text {
  position: relative;
  height: 310px;
  margin-bottom: 35px;
  background: url(../images/a_box_bk.jpg) 102% -7px no-repeat;
  box-shadow: 0px 0px 14px #999;
}
.AboutPage .about_text h2 {
  font-size: 20px;
  padding-top: 40px;
  padding-left: 35px;
}
.AboutPage .about_text h2 span {
  color: #00a0e9;
}
.AboutPage .about_text p {
  width: 650px;
  padding-left: 35px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 2.1;
}
.AboutPage .about_text a {
  display: inline-block;
  padding: 6px 20px;
  color: #FFF;
  background: #00a0e9;
  margin-left: 35px;
  margin-top: 15px;
}
.AboutPage .about_dangan {
  border: 1px solid #d1d1d1;
  padding: 20px 30px;
}
.AboutPage .about_dangan .item {
  width: 370px;
  float: left;
  border-right: 1px solid #d1d1d1;
  padding-right: 15px;
}
.AboutPage .about_dangan .item ul li {
  width: 50%;
  float: left;
  margin: 8px 0px;
}
.AboutPage .about_dangan .item ul li span {
  font-weight: bold;
}
.AboutPage .about_dangan .item ul li.log {
  width: 100%;
}
.AboutPage .about_dangan .AT2 {
  position: relative;
}
.AboutPage .about_dangan .AT2 .line {
  height: 2px;
  overflow: hidden;
  background: #000;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  z-index: 1;
}
.AboutPage .about_dangan .AT2 span {
  display: inline-block;
  padding: 4px 8px;
  background: #FFF;
  position: relative;
  z-index: 3;
}
.AboutPage .about_dangan .rzBox {
  float: right;
  margin-right: 10px;
}
.AboutPage .about_dangan .rzBox .AT2 {
  height: 40px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.AboutPage .about_dangan .rzBox .AT2 .line {
  top: 15px;
}
.AboutPage .about_dangan .rzBox .AT2 span {
  font-size: 18px;
  font-weight: bold;
}
.AboutPage .about_dangan .ssBox {
  padding-top: 15px;
}
.AboutPage .about_dangan .ssBox .AT2 {
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.AboutPage .about_dangan .ssBox .AT2 .line {
  top: 15px;
  background: #ccc;
  height: 1px;
}
.AboutPage .about_dangan .ssBox .AT2 span {
  font-size: 18px;
  padding: 4px 12px;
  font-weight: bold;
  color: #00a0e9;
}
.AboutPage .about_dangan .ssBox dl {
  width: 240px;
  float: left;
  margin: 5px 202px 5px 0px;
  background: #00a0e9;
  height: 30px;
  line-height: 30px;
}
.AboutPage .about_dangan .ssBox dl dt {
  float: left;
  background: #fff;
}
.AboutPage .about_dangan .ssBox dl dd {
  text-align: center;
  color: #FFF;
}
.AboutPage .about_dangan .ssBox dl.e {
  margin-right: 0px;
}
.AboutPage .about_item {
  background: #f8f8f8;
  padding: 25px 0px;
  height: 117px;
  margin-top: 30px;
  text-align: center;
}
.AboutPage .about_item ul {
  padding-left: 15px;
}
.AboutPage .about_item ul li {
  background: url(../images/a_item.png) left top no-repeat;
  width: 110px;
  height: 110px;
  padding-right: 7px;
  padding-bottom: 7px;
  margin: 0 37px;
  float: left;
}
.AboutPage .about_item ul li a {
  display: block;
  background: url(../images/a_item_icon.png) left 15px no-repeat;
  padding-top: 80px;
  font-weight: bold;
}
.AboutPage .about_item ul li:hover,
.AboutPage .about_item ul li.on {
  background-position: right top;
}
.AboutPage .about_item ul li:hover a,
.AboutPage .about_item ul li.on a {
  text-decoration: underline;
}
.AboutPage .about_item ul li.i1 a {
  background-position: 25px 15px;
}
.AboutPage .about_item ul li.i2 a {
  background-position: -93px 15px;
}
.AboutPage .about_item ul li.i3 a {
  background-position: -225px 15px;
}
.AboutPage .about_item ul li.i4 a {
  background-position: -350px 15px;
}
.AboutPage .about_item ul li.i5 a {
  background-position: -500px 15px;
}
.AboutPage .about_item ul li.i6 a {
  background: url(../images/a_item_icon6.png) center 15px no-repeat;
}
.AboutPage .CYJQ {
  width: 1147px;
  margin: 0 auto;
}
.AboutPage .CYJQ .Company {
  margin-bottom: 30px;
}
.AboutPage .CYJQ .Company dl dt {
  float: left;
  width: 576px;
  height: 383px;
  border: 2px solid #00a0e9;
  border-right: none;
}
.AboutPage .CYJQ .Company dl dt span {
  display: block;
  margin: 0 40px;
}
.AboutPage .CYJQ .Company dl dt span.t {
  font-size: 36px;
  margin-bottom: 5px;
  margin-top: 80px;
}
.AboutPage .CYJQ .Company dl dt span.t2 {
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}
.AboutPage .CYJQ .Company dl dt p {
  padding: 20px 40px;
  font-size: 16px;
  line-height: 1.7;
}
.AboutPage .CYJQ .Company dl dd {
  float: right;
}
.AboutPage .CYJQ .jqBox1 {
  height: 694px;
  position: relative;
  background: url(../images/about/cyjqbk1.jpg) left top no-repeat;
}
.AboutPage .CYJQ .jqBox1 .text {
  width: 339px;
  height: 290px;
  position: absolute;
  padding: 21px;
  margin: 0px;
}
.AboutPage .CYJQ .jqBox1 .text span {
  display: block;
  width: 80px;
  height: 70px;
  padding: 40px;
  margin: 0 auto;
  border: 2px solid #00a0e9;
  line-height: 0.7;
  text-align: center;
  font-size: 40px;
}
.AboutPage .CYJQ .jqBox1 .text span font {
  font-size: 20px;
}
.AboutPage .CYJQ .jqBox1 .text p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
}
.AboutPage .CYJQ .jqBox1 .text1 {
  bottom: 0px;
  left: 0px;
  color: #FFF;
}
.AboutPage .CYJQ .jqBox1 .text2 {
  width: 342px;
  right: 0px;
  bottom: 0px;
  color: #FFF;
}
.AboutPage .CYJQ .jqBox3 {
  background: #00a0e9;
  padding: 40px 0px;
  color: #FFF;
}
.AboutPage .CYJQ .jqBox3 span {
  display: block;
  width: 80px;
  height: 70px;
  padding: 40px;
  margin: 0 auto;
  border: 2px solid #FFF;
  line-height: 0.7;
  text-align: center;
  font-size: 40px;
}
.AboutPage .CYJQ .jqBox3 span font {
  font-size: 20px;
}
.AboutPage .CYJQ .jqBox3 p {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
}
.AboutPage .HonorBox1 {
  height: 830px;
  margin-bottom: 40px;
  background: url(../images/about/honorImg1.jpg) center top no-repeat;
}
.AboutPage .HonorBox2 {
  height: 410px;
  background: url(../images/about/honorImg2.jpg) center top no-repeat;
}
.AboutPage .untBox1 {
  height: 600px;
  background: url(../images/unit/1.jpg) center top no-repeat;
}
.AboutPage .untBox1 .Box {
  height: 600px;
  font-size: 18px;
}
.AboutPage .untBox1 .Box .c1 {
  width: 590px;
  height: 150px;
  margin-left: 60px;
  padding-top: 93px;
  line-height: 1.9;
}
.AboutPage .untBox1 .Box .c2 {
  width: 664px;
  height: 145px;
  line-height: 1.7;
  float: right;
  margin-top: 80px;
  margin-right: 50px;
}
.AboutPage .untBox1 .Box .c2 h2 {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.AboutPage .text {
  font-size: 26px;
  color: #FFF;
  margin: 10px 0px 30px 0px;
  background: #27469b;
  line-height: 2;
  text-align: center;
}
.AboutPage .untBox2 {
  width: 1234px;
  margin: 0 auto;
}
.AboutPage .untBox2 ul {
  display: block;
}
.AboutPage .untBox2 ul li {
  float: left;
  padding-bottom: 25px;
  cursor: pointer;
}
.AboutPage .untBox2 ul li.on {
  background: url(../images/unit/ar.png) center bottom no-repeat;
}
.AboutPage .untBox3 {
  height: 603px;
  background: url(../images/unit/3.jpg) center top no-repeat;
}
.AboutPage .untBox3 .Box dl {
  padding-top: 55px;
}
.AboutPage .untBox3 .Box dl dt {
  width: 135px;
  float: left;
  color: #FFF;
  font-size: 24px;
  line-height: 2;
  padding-top: 42px;
  padding-right: 30px;
  padding-left: 20px;
  text-align: center;
}
.AboutPage .untBox3 .Box dl dd {
  margin-left: 185px;
}
.AboutPage .untBox3 .Box dl dd p {
  font-size: 16px;
  line-height: 1.7;
  color: #27469b;
  padding-bottom: 10px;
}
.AboutPage .untBox3 .Box dl dd p span {
  color: red;
  font-weight: bold;
}
.AboutPage .untBox3 .Box dl dd div {
  padding-top: 40px;
  padding-bottom: 25px;
  height: 100px;
  font-size: 16px;
  line-height: 1.7;
  color: #27469b;
}
.AboutPage .untBox3 .Box .c2 {
  font-size: 18px;
  width: 1100px;
  margin: 0 auto;
  line-height: 2;
  padding-top: 68px;
}
.MaskePage .Box1 {
  height: 597px;
  background: url(../images/maske/banner.jpg) center top no-repeat;
  position: relative;
}
.MaskePage .Box1 img {
  position: absolute;
  width: 924px;
  height: 200px;
  bottom: -100px;
  left: 50%;
  margin-left: -462px;
  z-index: 1;
}
.MaskePage .Box2 {
  height: 582px;
  background: url(../images/maske/2.jpg) center top no-repeat;
}
.MaskePage .Box3 {
  height: 350px;
  background: url(../images/maske/3.jpg) center top no-repeat;
  position: relative;
}
.MaskePage .Box3 .Box {
  position: relative;
  height: 328px;
}
.MaskePage .Box3 .Box img {
  position: absolute;
  right: 50px;
  bottom: 0px;
  z-index: 1;
}
.MaskePage .Box4 {
  height: 347px;
  background: url(../images/maske/4.jpg) center top no-repeat;
}
.MaskePage .Box5 {
  position: relative;
}
.MaskePage .Box5 .Box a.ar {
  position: absolute;
  width: 41px;
  height: 85px;
  top: 50%;
  margin-top: -50px;
  z-index: 3;
  display: none;
}
.MaskePage .Box5 .Box a.ar.prev {
  background: url(../images/maske/lar.png) left top no-repeat;
  left: 10%;
}
.MaskePage .Box5 .Box a.ar.next {
  background: url(../images/maske/rar.png) left top no-repeat;
  right: 10%;
}
.MaskePage .Box5 .Box img {
  max-width: 100%;
}
.MaskePage .Box5 .Box:hover a.ar {
  display: block;
}
.MaskePage .Box5 p {
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.MaskePage .Box5 p font {
  color: red;
}
.MaskePage .Box6 {
  height: 579px;
  background: url(../images/maske/6.jpg) center center no-repeat;
}
.MaskePage .Box7 {
  height: 535px;
  background: url(../images/maske/7.jpg) center center no-repeat;
}
.MaskePage .Box8 {
  height: 404px;
  background: url(../images/maske/8.jpg) center top no-repeat;
}
.MaskePage .Box8 .Box {
  margin-top: 30px;
  padding: 20px 0px;
  background: #faf7f2;
}
.MaskePage .Box8 .Box .db {
  overflow: hidden;
}
.MaskePage .Box8 .Box .db .tempWrap {
  padding: 10px 0px;
}
.MaskePage .Box8 .Box .db ul {
  text-align: center;
  padding: 10px;
}
.MaskePage .Box8 .Box .db ul li {
  display: inline-block;
  margin: 0 6px;
}
.MaskePage .Box8 .Box .db ul li img {
  width: 230px;
  height: 230px;
}
.MaskePage .Box8 .Box .db ul li span {
  display: block;
  background: #00a0ea;
  color: #FFF;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}
.MaskePage .Box8 .Box .db ul li:hover {
  z-index: 5;
}
.MaskePage .Box8 .Box .db ul li:hover img {
  width: 250px;
  height: 250px;
  position: relative;
  top: -10px;
  left: -10px;
}
.MaskePage .Box8 .Box .db ul li:hover span {
  width: 250px;
  position: relative;
  top: -10px;
  left: -10px;
}
.MaskePage .Box9 {
  height: 101px;
  background: url(../images/maske/9.jpg) center top no-repeat;
}
.CnasBanner {
  background: url(../images/cnas/banner.jpg) center top no-repeat;
  height: 833px;
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.CnasBanner .text {
  width: 1070px;
  position: absolute;
  left: 50%;
  margin-left: -535px;
  bottom: 75px;
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  text-indent: 36px;
}
.CnasPage .jdkj {
  height: 1107px;
  background: url(../images/cnas/bk1.jpg) center top no-repeat;
}
.CnasPage .jdkj .Box {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
}
.CnasPage .jdkj .Box .text {
  text-align: left;
  padding-top: 70px;
  float: left;
}
.CnasPage .jdkj .Box .text h2 {
  font-size: 30px;
  color: red;
}
.CnasPage .jdkj .Box .text p {
  color: red;
  font-size: 20px;
  line-height: 2;
}
.CnasPage .jdkj .Box .text ul li {
  margin: 12px 0px;
  font-size: 16px;
  font-weight: bold;
}
.CnasPage .jdkj .Box .text ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 12px;
  border-radius: 15px;
  background: #00a0e9;
  text-align: center;
  color: #FFF;
}
.CnasPage .jdkj .Box img {
  float: right;
}
.CnasPage .td {
  height: 395px;
  margin: 40px auto;
  background: url(../images/cnas/img2.jpg) center top no-repeat;
}
.CnasPage .dj {
  height: 370px;
  margin-top: 20px;
  text-align: left;
  background: url(../images/cnas/dj.jpg) right top no-repeat;
}
.CnasPage .dj h2 {
  color: red;
  font-size: 40px;
  margin-left: 40px;
}
.CnasPage .dj h2 span {
  color: black;
}
.CnasPage .dj .text {
  margin-left: 40px;
  width: 570px;
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 2px solid #333;
}
.CnasPage .dj .text2 {
  margin-left: 40px;
  width: 570px;
  font-weight: bold;
}
.CnasPage .dj .text2 p {
  font-size: 16px;
  margin-bottom: 10px;
}
.CnasPage .dj .text2 span {
  display: inline-block;
  text-align: center;
  color: #333;
  padding: 3px 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #ecebeb;
  font-size: 18px;
  font-variant: small-caps;
}
.CnasPage .dj .text2 span.short {
  width: 120px;
}
.CnasPage .dj .text2 span.log {
  width: 190px;
}
.CnasPage .dj .text2 span.yb {
  width: 150px;
}
.CnasPage .dj .text2 span.e {
  font-size: 16px;
}
.CnasPage .dj .text2 span.l {
  background: #e0f5ff;
}
.CnasPage .hz {
  background: url(../images/cnas/hz.jpg) center top repeat-x;
  height: 447px;
  margin-top: 50px;
  text-align: center;
}
.CnasPage .shebei {
  margin-bottom: 30px;
}
.CnasPage .shebei .t {
  background: #00a0e9;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  padding: 6px 0px;
}
.CnasPage .shebei .item {
  border-bottom: 1px solid #00a0e9;
  padding: 24px 0px;
}
.CnasPage .shebei .item.e {
  border: none;
}
.CnasPage .other {
  background: url(../images/sys_bj2.jpg) center center no-repeat;
  height: 100px;
  overflow: hidden;
}
.CnasPage .other img {
  position: relative;
  top: -2px;
}
.ProductBook {
  min-height: 800px;
}
.ProductBook .Box {
  padding-top: 8px;
  width: 992px;
  margin: 0 auto;
  position: relative;
}
.ProductBook .Box .t {
  font-size: 20px;
  font-weight: bold;
  padding: 0 50px;
}
.ProductBook .Box .t a {
  font-size: 12px;
  color: #00a0e9;
  font-weight: 300;
  padding: 5px 0px;
}
.ProductBook .Box .t a.prev {
  background: url(../images/product/l_ar.png) right center no-repeat;
  padding-right: 20px;
  float: left;
}
.ProductBook .Box .t a.next {
  background: url(../images/product/r_ar.png) left center no-repeat;
  padding-left: 20px;
  float: right;
}
.ProductBook .Box ul {
  position: absolute;
  top: 100px;
  display: block;
  text-shadow: 1px 1px 3px #222;
}
.ProductBook .Box ul a {
  display: block;
}
.ProductBook .Box ul a:link,
.ProductBook .Box ul a:visited {
  color: #FFF;
}
.ProductBook .Box ul li {
  width: 165px;
  height: 42px;
  line-height: 32px;
  text-align: left;
}
.ProductBook .Box ul li i {
  display: inline-block;
  font-style: normal;
  margin-right: 30px;
  color: #00a0e9;
  text-shadow: none;
}
.ProductBook .Box ul li.sel i,
.ProductBook .Box ul li:hover i {
  color: #f24e44;
}
.ProductBook .Box ul.lbox {
  left: -145px;
}
.ProductBook .Box ul.lbox li {
  background: url(../images/product/mr_l.png) right top no-repeat;
}
.ProductBook .Box ul.lbox li.sel,
.ProductBook .Box ul.lbox li:hover {
  background-image: url(../images/product/mr_l_sel.png);
}
.ProductBook .Box ul.rbox {
  right: -148px;
}
.ProductBook .Box ul.rbox li {
  background: url(../images/product/mr_r.png) left top no-repeat;
  text-align: right;
}
.ProductBook .Box ul.rbox li i {
  float: right;
  margin-left: 30px;
  margin-right: 0px;
}
.ProductBook .Box ul.rbox li.sel,
.ProductBook .Box ul.rbox li:hover {
  background-image: url(../images/product/mr_r_sel.png);
}
.ProductBook .Box .BookBox {
  width: 957px;
  height: 689px;
  padding-left: 35px;
  padding-top: 21px;
  margin: 0px auto;
  overflow: hidden;
  background: url(../images/product/book.png) left top no-repeat;
}
.ProductBanner {
  height: 350px;
  background: url(../images/product/banner.jpg) center top no-repeat;
}
.ProductPage .Title {
  height: 50px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  margin-bottom: 35px;
}
.ProductPage .Title span {
  display: inline-block;
  padding: 5px 28px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 26px;
  z-index: 2;
  background: #FFF;
}
.ProductPage .CateBox {
  border: 1px solid #aaa;
  padding: 15px;
  margin-bottom: 20px;
}
.ProductPage .CateBox ul li {
  width: 170px;
  height: 39px;
  line-height: 39px;
  float: left;
  margin: 7px 11px;
  background-color: #ebebec;
  border: 1px solid #aaa;
  background-image: url(../images/product/cate_icon.png);
  background-repeat: no-repeat;
}
.ProductPage .CateBox ul li a {
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: left;
  text-indent: 55px;
  position: relative;
}
.ProductPage .CateBox ul li a i {
  position: absolute;
  top: -10px;
  right: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/product/hot.png) left center no-repeat;
}
.ProductPage .CateBox ul li.i1:hover {
  background-color: #00a0e9;
  background-image: url(../images/product/cate_icon_hover.png);
}
.ProductPage .CateBox ul li.i1:hover a {
  color: #FFF;
}
.ProductPage .CateBox ul li.i1 {
  background-position: 10px 8px;
}
.ProductPage .CateBox ul li.i2 {
  background-position: -194px 8px;
}
.ProductPage .CateBox ul li.i3 {
  background-position: -390px 8px;
}
.ProductPage .CateBox ul li.i4 {
  background-position: -586px 8px;
}
.ProductPage .CateBox ul li.i5 {
  background-position: -780px 8px;
}
.ProductPage .CateBox ul li.i6 {
  background-position: -978px 8px;
}
.ProductPage .CateBox ul li.i7 {
  background-position: 10px -45px;
}
.ProductPage .CateBox ul li.i8 {
  background-position: -194px -45px;
}
.ProductPage .CateBox ul li.i9 {
  background-position: -390px -45px;
}
.ProductPage .CateBox ul li.i10 {
  background-position: -586px -45px;
}
.ProductPage .CateBox ul li.i11 {
  background-position: -780px -45px;
}
.ProductPage .CateBox ul li.i12 {
  background-position: -978px -45px;
}
.ProductPage .CateBox ul li.i13 {
  background-position: 10px -97px;
}
.ProductPage .CateBox ul li.i14 {
  background-position: -194px -97px;
}
.ProductPage .CateBox ul li.i15 {
  background-position: -390px -97px;
}
.ProductPage .CateBox ul li.i16 {
  background-position: -586px -97px;
}
.ProductPage .CateBox ul li.i17 {
  background-position: -780px -97px;
}
.ProductPage .CateBox ul li.i18 {
  background-position: -978px -97px;
}
.ProductPage .CateBox ul li.i19 {
  background-position: 10px -152px;
}
.ProductPage .CateBox ul li.i20 {
  background-position: -194px -152px;
}
.ProductPage .CateBox ul li.i21 {
  background-position: -390px -152px;
}
.ProductPage .CateBox ul li.i22 {
  background-position: -586px -152px;
}
.ProductPage .CateBox ul li.i23 {
  background-position: -780px -152px;
}
.ProductPage .CateBox ul li.i24 {
  background-position: -978px -152px;
}
.ProductPage .CateBox ul li.i25 {
  background-position: 10px -207px;
}
.ProductPage .CateBox ul li.i26 {
  background-position: -194px -207px;
}
.ProductPage #index_product {
  height: auto;
}
.ProductPage #index_product .Box {
  padding-top: 0px;
}
.ProductPage #index_product ul li {
  margin-bottom: 25px;
}
.ProductDetail {
  margin-top: 30px;
}
.ProductDetail .ProductContent {
  width: 840px;
  float: left;
  padding: 20px;
  border: 1px solid #d1d1d1;
}
.ProductDetail .ProductContent .Title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 6px;
  border-bottom: 1px solid #d1d1d1;
}
.ProductDetail .ProductContent .Title span {
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.ProductDetail .ProductContent .Title span font {
  color: #E71F3E;
}
.ProductDetail .Right {
  width: 300px;
  float: right;
  border: 1px solid #d1d1d1;
}
.ProductDetail .Right .Title {
  color: #FFF;
  height: 40px;
  line-height: 37px;
  font-size: 20px;
  padding: 0px;
  padding-left: 50px;
  text-align: left;
  background: #00a0e9 url(../images/right_title_icon1.png) 12px center no-repeat;
}
.ProductDetail .Right div {
  border-top: 1px solid #d1d1d1;
  padding: 20px;
}
.ProductDetail .Right div .imgBox {
  width: 260px;
  height: 260px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.ProductDetail .Right div .imgBox img {
  width: 260px;
  height: 260px;
  vertical-align: middle;
}
.ProductDetail .Right div .info {
  display: block;
  text-align: center;
  background: #ebebec;
  border: 1px solid #ccc;
  border-top: none;
}
.ProductDetail .Right div .info .t {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.ProductDetail .Right div .info .other {
  display: block;
  height: 42px;
}
.ProductDetail .Right div .info .other span {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin: 0 4px;
  background: url(../images/pro_sel_icon.png) left center no-repeat;
  padding-left: 20px;
}
.ProductDetail .Right div .info .other a {
  float: right;
  padding-top: 3px;
}
.ProductDetail .Right div:hover .info {
  background: #00a0e9;
}
.ProductDetail .Right div:hover .info .t {
  color: #fff;
}
.ProductDetail .Right div:hover .info .other span {
  background-position: -171px center;
  color: #FFF;
}
.BusinessPage {
  background: url(../images/yewu/tBk.jpg) center top no-repeat;
}
.BusinessPage .Title {
  border-bottom: 1px solid #e8e8e8;
  height: 68px;
  padding-top: 20px;
  text-align: left;
}
.BusinessPage .Title span {
  display: inline-block;
  margin-right: 20px;
}
.BusinessPage .Title span a {
  display: block;
  width: 167px;
  height: 45px;
  line-height: 45px;
  text-indent: 70px;
  font-size: 16px;
}
.BusinessPage .Title span a:hover {
  color: #000;
}
.BusinessPage .Title span.hztype a {
  background: url(../images/yewu/anniu_hover.png) left top no-repeat;
}
.BusinessPage .Title span.hztype.sel a {
  background-image: url(../images/yewu/anniu.png);
  color: #fff;
}
.BusinessPage .Title span.fwxm a {
  background: url(../images/yewu/anniu.png) right top no-repeat;
}
.BusinessPage .Title span.fwxm.sel a {
  background-image: url(../images/yewu/anniu_hover.png);
  color: #fff;
}
.BusinessPage .hztypeBox {
  width: 1240px;
  margin: 0 auto;
}
.BusinessPage .hztypeBox ul {
  padding-top: 40px;
}
.BusinessPage .hztypeBox ul li {
  float: left;
  width: 610px;
  overflow: hidden;
  margin: 5px;
}
.BusinessPage .fwxmBox {
  padding-top: 40px;
}
.BusinessPage .fwxmBox .hf {
  margin-bottom: 35px;
}
.BusinessPage .fwxmBox .fwitem {
  position: relative;
}
.BusinessPage .fwxmBox .fwitem img {
  position: relative;
  top: -25px;
}
.CaseItem dl {
  width: 350px;
  height: 166px;
  padding: 20px;
  text-align: left;
  color: #FFF;
  float: left;
  margin: 5px 5px;
  background-color: #00a0e9;
  background-repeat: no-repeat;
}
.CaseItem dl dt {
  margin-bottom: 12px;
}
.CaseItem dl dt span {
  font-size: 20px;
}
.CaseItem dl dt p {
  line-height: 1.5;
}
.CaseItem dl dd span {
  display: block;
  float: left;
  width: 200px;
  height: 65px;
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px solid #fff;
}
.CaseItem dl dd i {
  display: block;
  float: right;
  margin-right: 20px;
  font-size: 30px;
  width: 76px;
  height: 65px;
  line-height: 55px;
  font-weight: bold;
  font-style: normal;
  color: #06bdfc;
  text-align: center;
  background: url(../images/case/case_name_bk.png) left top no-repeat;
}
.CaseItem dl.br {
  background-image: url(../images/case/br.png);
  background-position: right bottom;
}
.CaseItem dl.bl {
  background-image: url(../images/case/bl.png);
  background-position: left bottom;
}
.CaseItem dl.tm {
  background-color: #06bdfc;
}
.CaseItem dl.tr {
  background-image: url(../images/case/tr.png);
  background-position: right bottom;
}
.CaseItem dl.tl {
  background-image: url(../images/case/tl.png);
  background-position: left bottom;
}
.CaseItem dl.bm {
  background-color: #00a0e9;
}
.ArticleDetail {
  margin-top: 35px;
}
.ArticleDetail .Left {
  width: 890px;
  float: left;
}
.ArticleDetail .Left .NewsBox {
  min-height: 450px;
  padding-bottom: 15px;
  border: 1px solid #d1d1d1;
}
.ArticleDetail .Left .NewsBox dl {
  height: 220px;
  border-bottom: 1px solid #d1d1d1;
  padding: 15px;
}
.ArticleDetail .Left .NewsBox dl dt {
  width: 350px;
  height: 220px;
  float: left;
  background: #FFF;
  padding: 1px;
  border: 1px solid #CCC;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ArticleDetail .Left .NewsBox dl dt img {
  max-width: 350px;
  max-height: 220px;
  vertical-align: middle;
}
.ArticleDetail .Left .NewsBox dl dd {
  margin-left: 370px;
  height: 151px;
  text-align: left;
}
.ArticleDetail .Left .NewsBox dl dd h2 {
  font-size: 14px;
  margin-bottom: 8px;
  font-size: 18px;
}
.ArticleDetail .Left .NewsBox dl dd span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #909090;
}
.ArticleDetail .Left .NewsBox dl dd p {
  line-height: 1.7;
  font-size: 15px;
  color: #909090;
}
.ArticleDetail .Left .NewsBox dl dd p a {
  color: red;
}
.ArticleDetail .Left .ArticleDetailed {
  padding: 25px 35px;
  border: 1px solid #d1d1d1;
}
.ArticleDetail .Left .ArticleDetailed h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  color: #333;
}
.ArticleDetail .Left .ArticleDetailed .Item {
  font-size: 15px;
  clear: both;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.ArticleDetail .Left .ArticleDetailed .Item .AuthorTime {
  width: 355px;
  float: left;
}
.ArticleDetail .Left .ArticleDetailed .Item .Other {
  float: right;
  color: #444;
}
.ArticleDetail .Left .ArticleDetailed .Item .Other div {
  clear: both;
}
.ArticleDetail .Left .ArticleDetailed .Item .Other a {
  color: #06bdfc;
}
.ArticleDetail .Left .ArticleDetailed .AuthorTime span {
  display: block;
  line-height: 22px;
  color: #666;
}
.ArticleDetail .Left .ArticleDetailed .ArticleContent {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: left;
}
.ArticleDetail .Left .ArticleDetailed .PrevNext {
  text-align: left;
  line-height: 30px;
  color: #1072c1;
  position: relative;
}
.ArticleDetail .Left .ArticleDetailed .PrevNext .Return {
  position: absolute;
  right: 20px;
  top: 19px;
}
.ArticleDetail .Left .ArticleDetailed .PrevNext .Return a {
  color: #06bdfc;
  padding: 22px 32px 4px 0px;
  background: url(../images/return.png) right center no-repeat;
}
.ArticleDetail .Left .xgArticle {
  padding: 25px;
  border: 1px solid #d1d1d1;
  margin-top: 15px;
}
.ArticleDetail .Left .xgArticle .title {
  height: 20px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.ArticleDetail .Left .xgArticle .title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #00a0e9;
  font-size: 18px;
  padding: 8px 25px 8px 62px;
  background: #FFF url(../images/article_xg_icon.png) 18px center no-repeat;
}
.ArticleDetail .Left .xgArticle ul {
  padding-left: 20px;
}
.ArticleDetail .Left .xgArticle ul li {
  width: 50%;
  float: left;
  text-align: left;
  line-height: 30px;
}
.ArticleDetail .Left .xgArticle ul li i {
  width: 5px;
  height: 5px;
  position: relative;
  top: -3px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
  margin-right: 3px;
}
.ArticleDetail .Left .xgArticle ul li:hover i {
  background-color: #00a0e9;
}
.ArticleDetail .Right {
  width: 290px;
  float: right;
}
.ArticleDetail .Right .Title {
  color: #FFF;
  height: 40px;
  line-height: 39px;
  font-size: 20px;
  padding: 0px;
  padding-left: 50px;
  text-align: left;
  border-top: none;
}
.ArticleDetail .Right .Hot {
  border: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.ArticleDetail .Right .Hot .Title {
  background: #00a0e9 url(../images/right_title_icon2.png) 12px center no-repeat;
}
.ArticleDetail .Right .Hot ul {
  padding: 15px 12px;
}
.ArticleDetail .Right .Hot ul li {
  height: 35px;
  line-height: 25px;
  text-align: left;
  font-size: 16px;
}
.ArticleDetail .Right .Hot ul li i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: url(../images/article_num.png) left -112px no-repeat;
}
.ArticleDetail .Right .Hot ul li i.i1 {
  background-position: left 0px;
}
.ArticleDetail .Right .Hot ul li i.i2 {
  background-position: left -37px;
}
.ArticleDetail .Right .Hot ul li i.i3 {
  background-position: left -75px;
}
.ArticleDetail .Right .article_item {
  border: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.ArticleDetail .Right .article_item .Title {
  background: #00a0e9 url(../images/right_title_icon3.png) 12px center no-repeat;
}
.ArticleDetail .Right .article_item .Title a {
  font-size: 14px;
  float: right;
  margin-right: 10px;
  color: #FFF;
}
.ArticleDetail .Right .article_item ul {
  padding: 12px;
}
.ArticleDetail .Right .article_item ul li {
  text-align: left;
  padding: 6px 0px;
}
.ArticleDetail .Right .article_item ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ArticleDetail .Right .article_item ul li a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #111;
  vertical-align: middle;
  margin-right: 5px;
}
.ArticleDetail .Right .article_item ul li span {
  display: block;
  padding-left: 15px;
  line-height: 1.6;
}
.ArticleDetail .Right .article_item ul li span a {
  display: inline-block;
  color: #FF0000;
  font-size: 14px;
  font-weight: 200;
}
/*人鱼眼泪*/
#MermaidPage {
  min-width: 1200px;
}
#MermaidPage .Top {
  height: 570px;
  position: relative;
  background: url(../images/mermaid/Top.jpg) left top no-repeat;
}
#MermaidPage .Top .text {
  position: absolute;
  top: 60px;
  right: 17%;
}
#MermaidPage .Top .PaoBox {
  height: 570px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#MermaidPage .Top .PaoBox img {
  position: absolute;
}
#MermaidPage .Top .PaoBox img.p1 {
  left: 45px;
  top: 140px;
  animation: imgp1 2s infinite;
  -webkit-animation: imgp1 2s infinite;
  -moz-animation: imgp1 2s infinite;
}
#MermaidPage .Top .PaoBox img.p2 {
  left: 360px;
  top: 50px;
  animation: imgp2 2s infinite;
  -webkit-animation: imgp2 2s infinite;
  -moz-animation: imgp2 2s infinite;
  animation-delay: 1s;
}
#MermaidPage .Top .PaoBox img.p3 {
  right: 288px;
  top: 139px;
  animation: imgp3 2s infinite;
  -webkit-animation: imgp3 2s infinite;
  -moz-animation: imgp3 2s infinite;
}
#MermaidPage .Top .PaoBox img.p4 {
  right: 100px;
  top: 216px;
  animation: imgp4 2s infinite;
  -webkit-animation: imgp4 2s infinite;
  -moz-animation: imgp4 2s infinite;
  animation-delay: 1s;
}
@keyframes imgp1 {
  0% {
    top: 140px;
  }
  10% {
    top: 140px;
  }
  20% {
    top: 138px;
  }
  30% {
    top: 136px;
  }
  50% {
    top: 134px;
  }
  60% {
    top: 132px;
  }
  70% {
    top: 134px;
  }
  80% {
    top: 136px;
  }
  90% {
    top: 138px;
  }
  100% {
    top: 140px;
  }
}
@keyframes imgp2 {
  0% {
    top: 50px;
  }
  10% {
    top: 50px;
  }
  20% {
    top: 48px;
  }
  30% {
    top: 46px;
  }
  50% {
    top: 44px;
  }
  60% {
    top: 42px;
  }
  70% {
    top: 44px;
  }
  80% {
    top: 46px;
  }
  90% {
    top: 48px;
  }
  100% {
    top: 50px;
  }
}
@keyframes imgp3 {
  0% {
    top: 139px;
  }
  10% {
    top: 139px;
  }
  20% {
    top: 137px;
  }
  30% {
    top: 135px;
  }
  50% {
    top: 133px;
  }
  60% {
    top: 131px;
  }
  70% {
    top: 133px;
  }
  80% {
    top: 135px;
  }
  90% {
    top: 137px;
  }
  100% {
    top: 139px;
  }
}
@keyframes imgp4 {
  0% {
    top: 216px;
  }
  10% {
    top: 216px;
  }
  20% {
    top: 214px;
  }
  30% {
    top: 212px;
  }
  50% {
    top: 210px;
  }
  60% {
    top: 208px;
  }
  70% {
    top: 210px;
  }
  80% {
    top: 212px;
  }
  90% {
    top: 214px;
  }
  100% {
    top: 216px;
  }
}
@-webkit-keyframes imgp1 {
  0% {
    top: 140px;
  }
  10% {
    top: 140px;
  }
  20% {
    top: 138px;
  }
  30% {
    top: 134px;
  }
  50% {
    top: 132px;
  }
  60% {
    top: 130px;
  }
  70% {
    top: 132px;
  }
  80% {
    top: 134px;
  }
  90% {
    top: 138px;
  }
  100% {
    top: 140px;
  }
}
@-moz-keyframes imgp1 {
  0% {
    top: 140px;
  }
  10% {
    top: 140px;
  }
  20% {
    top: 138px;
  }
  30% {
    top: 134px;
  }
  50% {
    top: 132px;
  }
  60% {
    top: 130px;
  }
  70% {
    top: 132px;
  }
  80% {
    top: 134px;
  }
  90% {
    top: 138px;
  }
  100% {
    top: 140px;
  }
}
@-webkit-keyframes imgp2 {
  0% {
    top: 50px;
  }
  10% {
    top: 50px;
  }
  20% {
    top: 48px;
  }
  30% {
    top: 46px;
  }
  50% {
    top: 44px;
  }
  60% {
    top: 42px;
  }
  70% {
    top: 44px;
  }
  80% {
    top: 46px;
  }
  90% {
    top: 48px;
  }
  100% {
    top: 50px;
  }
}
@-moz-keyframes imgp2 {
  0% {
    top: 50px;
  }
  10% {
    top: 50px;
  }
  20% {
    top: 48px;
  }
  30% {
    top: 46px;
  }
  50% {
    top: 44px;
  }
  60% {
    top: 42px;
  }
  70% {
    top: 44px;
  }
  80% {
    top: 46px;
  }
  90% {
    top: 48px;
  }
  100% {
    top: 50px;
  }
}
@-webkit-keyframes imgp3 {
  0% {
    top: 139px;
  }
  10% {
    top: 139px;
  }
  20% {
    top: 137px;
  }
  30% {
    top: 135px;
  }
  50% {
    top: 133px;
  }
  60% {
    top: 131px;
  }
  70% {
    top: 133px;
  }
  80% {
    top: 135px;
  }
  90% {
    top: 137px;
  }
  100% {
    top: 139px;
  }
}
@-moz-keyframes imgp3 {
  0% {
    top: 139px;
  }
  10% {
    top: 139px;
  }
  20% {
    top: 137px;
  }
  30% {
    top: 135px;
  }
  50% {
    top: 133px;
  }
  60% {
    top: 131px;
  }
  70% {
    top: 133px;
  }
  80% {
    top: 135px;
  }
  90% {
    top: 137px;
  }
  100% {
    top: 139px;
  }
}
@-webkit-keyframes imgp4 {
  0% {
    top: 216px;
  }
  10% {
    top: 216px;
  }
  20% {
    top: 214px;
  }
  30% {
    top: 212px;
  }
  50% {
    top: 210px;
  }
  60% {
    top: 208px;
  }
  70% {
    top: 210px;
  }
  80% {
    top: 212px;
  }
  90% {
    top: 214px;
  }
  100% {
    top: 216px;
  }
}
@-moz-keyframes imgp4 {
  0% {
    top: 216px;
  }
  10% {
    top: 216px;
  }
  20% {
    top: 214px;
  }
  30% {
    top: 212px;
  }
  50% {
    top: 210px;
  }
  60% {
    top: 208px;
  }
  70% {
    top: 210px;
  }
  80% {
    top: 212px;
  }
  90% {
    top: 214px;
  }
  100% {
    top: 216px;
  }
}
.Mid {
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.Mid .ImgBox {
  position: relative;
  min-width: 1200px;
}
.Mid .ImgBox1 {
  height: 1063px;
  position: relative;
  background: url(../images/mermaid/Bj.jpg) center top no-repeat;
  z-index: 99;
}
.Mid .ImgBox1 .Video {
  background: #efefef;
  width: 546px;
  height: 308px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
.Mid .ImgBox1 .PaoBox {
  width: 1200px;
  height: 1063px;
  margin: 0 auto;
  z-index: 98;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -600px;
}
.Mid .ImgBox1 .PaoBox img {
  position: absolute;
  z-index: 7;
}
.Mid .ImgBox1 .PaoBox .pao1 {
  left: 35px;
  top: 280px;
  animation: pao1 2s infinite;
  -webkit-animation: pao1 2s infinite;
  -moz-animation: pao1 2s infinite;
}
.Mid .ImgBox1 .PaoBox .pao2 {
  right: 0px;
  top: 200px;
  animation: pao2 2s infinite;
  -webkit-animation: pao2 2s infinite;
  -moz-animation: pao2 2s infinite;
  animation-delay: 0.5s;
}
.Mid .ImgBox1 .PaoBox .pao3 {
  left: 96px;
  bottom: 72px;
  animation: pao3 2s infinite;
  -webkit-animation: pao3 2s infinite;
  -moz-animation: pao3 2s infinite;
}
.Mid .ImgBox1 .PaoBox .pao4 {
  right: 58px;
  bottom: 130px;
  animation: pao4 2s infinite;
  -webkit-animation: pao4 2s infinite;
  -moz-animation: pao4 2s infinite;
  animation-delay: 0.5s;
}
.Mid .ImgBox1 .PaoBox .text {
  left: 330px;
  bottom: 295px;
  z-index: 5;
}
.Mid .ImgBox2 {
  height: 633px;
  background: url(../images/mermaid/Bj-2.jpg) center top no-repeat;
}
@keyframes pao1 {
  0% {
    top: 280px;
  }
  10% {
    top: 280px;
  }
  20% {
    top: 278px;
  }
  30% {
    top: 276px;
  }
  50% {
    top: 274px;
  }
  60% {
    top: 272px;
  }
  70% {
    top: 274px;
  }
  80% {
    top: 276px;
  }
  90% {
    top: 278px;
  }
  100% {
    top: 280px;
  }
}
@keyframes pao2 {
  0% {
    top: 200px;
  }
  10% {
    top: 200px;
  }
  20% {
    top: 198px;
  }
  30% {
    top: 196px;
  }
  50% {
    top: 194px;
  }
  60% {
    top: 192px;
  }
  70% {
    top: 194px;
  }
  80% {
    top: 196px;
  }
  90% {
    top: 198px;
  }
  100% {
    top: 200px;
  }
}
@keyframes pao3 {
  0% {
    bottom: 72px;
  }
  10% {
    bottom: 72px;
  }
  20% {
    bottom: 70px;
  }
  30% {
    bottom: 68px;
  }
  50% {
    bottom: 66px;
  }
  60% {
    bottom: 64px;
  }
  70% {
    bottom: 66px;
  }
  80% {
    bottom: 68px;
  }
  90% {
    bottom: 70px;
  }
  100% {
    bottom: 72px;
  }
}
@keyframes pao4 {
  0% {
    bottom: 130px;
  }
  10% {
    bottom: 130px;
  }
  20% {
    bottom: 128px;
  }
  30% {
    bottom: 126px;
  }
  50% {
    bottom: 124px;
  }
  60% {
    bottom: 122px;
  }
  70% {
    bottom: 124px;
  }
  80% {
    bottom: 126px;
  }
  90% {
    bottom: 128px;
  }
  100% {
    bottom: 130px;
  }
}
@-webkit-keyframes pao1 {
  0% {
    top: 280px;
  }
  10% {
    top: 280px;
  }
  20% {
    top: 278px;
  }
  30% {
    top: 276px;
  }
  50% {
    top: 274px;
  }
  60% {
    top: 272px;
  }
  70% {
    top: 274px;
  }
  80% {
    top: 276px;
  }
  90% {
    top: 278px;
  }
  100% {
    top: 280px;
  }
}
@-moz-keyframes pao1 {
  0% {
    top: 280px;
  }
  10% {
    top: 280px;
  }
  20% {
    top: 278px;
  }
  30% {
    top: 276px;
  }
  50% {
    top: 274px;
  }
  60% {
    top: 272px;
  }
  70% {
    top: 274px;
  }
  80% {
    top: 276px;
  }
  90% {
    top: 278px;
  }
  100% {
    top: 280px;
  }
}
@-webkit-keyframes pao2 {
  0% {
    top: 200px;
  }
  10% {
    top: 200px;
  }
  20% {
    top: 198px;
  }
  30% {
    top: 196px;
  }
  50% {
    top: 194px;
  }
  60% {
    top: 192px;
  }
  70% {
    top: 194px;
  }
  80% {
    top: 196px;
  }
  90% {
    top: 198px;
  }
  100% {
    top: 200px;
  }
}
@-moz-keyframes pao2 {
  0% {
    top: 200px;
  }
  10% {
    top: 200px;
  }
  20% {
    top: 198px;
  }
  30% {
    top: 196px;
  }
  50% {
    top: 194px;
  }
  60% {
    top: 192px;
  }
  70% {
    top: 194px;
  }
  80% {
    top: 196px;
  }
  90% {
    top: 198px;
  }
  100% {
    top: 200px;
  }
}
@-webkit-keyframes pao3 {
  0% {
    bottom: 72px;
  }
  10% {
    bottom: 72px;
  }
  20% {
    bottom: 70px;
  }
  30% {
    bottom: 68px;
  }
  50% {
    bottom: 66px;
  }
  60% {
    bottom: 64px;
  }
  70% {
    bottom: 66px;
  }
  80% {
    bottom: 68px;
  }
  90% {
    bottom: 70px;
  }
  100% {
    bottom: 72px;
  }
}
@-moz-keyframes pao3 {
  0% {
    bottom: 72px;
  }
  10% {
    bottom: 72px;
  }
  20% {
    bottom: 70px;
  }
  30% {
    bottom: 68px;
  }
  50% {
    bottom: 66px;
  }
  60% {
    bottom: 64px;
  }
  70% {
    bottom: 66px;
  }
  80% {
    bottom: 68px;
  }
  90% {
    bottom: 70px;
  }
  100% {
    bottom: 72px;
  }
}
@-webkit-keyframes pao4 {
  0% {
    bottom: 130px;
  }
  10% {
    bottom: 130px;
  }
  20% {
    bottom: 128px;
  }
  30% {
    bottom: 126px;
  }
  50% {
    bottom: 124px;
  }
  60% {
    bottom: 122px;
  }
  70% {
    bottom: 124px;
  }
  80% {
    bottom: 126px;
  }
  90% {
    bottom: 128px;
  }
  100% {
    bottom: 130px;
  }
}
@-moz-keyframes pao4 {
  0% {
    bottom: 130px;
  }
  10% {
    bottom: 130px;
  }
  20% {
    bottom: 128px;
  }
  30% {
    bottom: 126px;
  }
  50% {
    bottom: 124px;
  }
  60% {
    bottom: 122px;
  }
  70% {
    bottom: 124px;
  }
  80% {
    bottom: 126px;
  }
  90% {
    bottom: 128px;
  }
  100% {
    bottom: 130px;
  }
}
.Contact {
  min-width: 1200px;
  text-align: center;
  background: url(../images/mermaid/contact-bj.jpg) left center no-repeat;
  background-size: auto 100% ;
}
.Contact .Box {
  padding: 20px 0px;
  background: url(../images/mermaid/contact-bj2.jpg) right center no-repeat;
  background-size: auto 100%;
  position: relative;
}
.Contact .Box img {
  max-width: 60%;
}
.Product {
  background: url(../images/mermaid/pro-bj.jpg) center top repeat-y;
}
.Product .item {
  height: 504px;
}
.Product .item1 {
  background: url(../images/mermaid/pro1.png) center 130px no-repeat;
}
.Product .item2 {
  background: url(../images/mermaid/pro2.png) center 100px no-repeat;
}
.Product .item3 {
  background: url(../images/mermaid/pro3.png) center center no-repeat;
}
.Product .item4 {
  background: url(../images/mermaid/pro4.png) center center no-repeat;
}
.FootText {
  text-align: center;
  color: #FFF;
  background: #114698;
  font-size: 33px;
  padding: 30px 0px;
}
.FootText span {
  display: block;
  font-size: 51px;
  padding-top: 4px;
}
/*分页样式*/
DIV.scott {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 12px;
  clear: both;
}
DIV.scott a,
DIV.scott span {
  padding: 5px 9px;
  margin-right: 8px;
}
DIV.scott a {
  border: #4CACF9 1px solid;
  color: #4CACF9;
  text-decoration: none;
}
DIV.scott a:hover,
DIV.scott a:active {
  border: #E71F3E 1px solid;
  color: #FFF;
  background-color: #E71F3E;
}

DIV.scott span.disabled {
  border: #999 1px solid;
  color: #999;
}