/**
**/
body {
  padding: 0;
  margin: 0;
  font-family: Arial, '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
  color: #323232;
  background: #fff;
  font-size: 14px;
  color: #666;
  min-width: 1200px;
}

div,
span,
p,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
font,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
header,
footer,
aside,
nav {
  padding: 0;
  margin: 0;
  list-style: none
}

section,
article,
header,
footer,
aside,
nav,
hgroup {
  padding: 0;
  margin: 0;
  display: block
}

input[type=”button”],
input[type=”submit”],
input[type=”reset”],
select {
  -webkit-appearance: none
}

img {
  border: none
}

input,
select,
textarea {
  font-size: 14px;
  padding: 0;
  border: 1px solid #CCC;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

table {
  border-collapse: collapse;
}

.left {
  float: left
}

.right {
  float: right
}

.clear {
  clear: both;
  overflow: hidden;
  height:0;
  line-height:0;
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.blank20 {
  height: 20px;
}


/*header*/

.index_header {
  background: #000;
  background: rgba(0, 0, 0, .6);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.index_header .logo {
  padding: 13px 0 0 31px;
  float: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.index_header .logo img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  height: 60px
}

.index_header .sinaico {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  float: right;
  width: 158px;
  height: 33px;
  margin: 27px 31px 0 36px;
  background: url(../images/index_phone.png) no-repeat
}

.index_header .sinaico a {
  display: block;
  height: 33px
}

.index_header .sinaico p {
  margin-left: 30px;
  color: #fff;
  font-size: 18px;
}


/*.sinaico:hover {
  background:url(../images/sina2.png) no-repeat
}*/

.index_header .wechatico {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  float: right;
  width: 33px;
  height: 33px;
  margin: 27px 0 0 11px;
  position: relative
}

.index_header .wechatico .wechata {
  display: block;
  height: 33px;
  background: url(../images/index_weixin.png) no-repeat;
  cursor: pointer
}

.index_header .wechatico .wechata:hover {
  background: url(../images/index_weixin1.png) no-repeat
}

.index_header .wechatdiv {
  width: 110px;
  height: 116px;
  left: -37px;
  top: 27px;
  padding-top: 8px;
  position: absolute;
  overflow: hidden;
  display: none
}

.index_header .wechatdiv span {
  display: block;
  overflow: hidden;
  height: 6px;
  background: url(../images/jiao.png) no-repeat center top
}

.index_header .wechatdiv img {
  border: 5px #444 solid;
  width: 100px;
  height: 100px
}

.index_header .nav {
  float: right;
}

.index_header .nav ul {}

.index_header .nav ul li {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  float: left;
  line-height: 90px;
  width: 98px;
  font-size: 16px;
  /*position:relative;*/
}

.index_header .nav ul li a.a_1 {
  color: #fff;
  display: block;
  overflow: hidden;
  /*position:relative;*/
  text-align: center
}

.index_header .nav ul li a.a_1 i {
  /*  position:absolute;*/
  width: 0;
  height: 3px;
  background: #ff0;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.index_header .nav ul li a.a_1:hover i {
  width: 100%
}

.index_header .nav ul li a.a_1:hover,
.nav ul li a.navcur {
  color: #1f7ce5;
  background: #333;
  background: rgba(0, 0, 0, .6)
}

#nav-zhaoshang {
  width: 120px;
}

#nav-zhaoshang a {
  background-color: rgba(0, 0, 0, .6);
  background-image: url(../../xiaochengxu/images/hot.png);
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: auto 80%
}

.index_header .nav ul li a.navcur i {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%
}

.index_header .nav ul li .zi_cate {
  width: 100%;
  left: 0;
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, .5);
  border-top: 1px solid #666;
}

.index_header .nav ul li .zi_cate .zi_cate_middle {
  width: 1200px;
  margin: auto;
}

.index_header .nav ul li:hover .zi_cate {
  display: block;
}

.index_header .nav ul li .zi_cate a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 98px;
  color: #fff;
}

.index_header .nav ul li .zi_cate a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.index_header .nav ul li .zi_cate01 {
  width: 150px;
  background: url(../images/server.png);
  height: 125px;
}
.index_header .nav ul li .zi_cate_middle div{
  float: left;
}
.index_header .nav ul li .zi_cate_middle a {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 125px;
  height: 55px;
  margin-left: 25px;
  margin-top: 0;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: center 20px;
}
.index_header .nav ul li .zi_cate_middle a:hover {
  color: #1f7ce5;
  background-repeat: no-repeat;
  background-position: center 20px;
}
.index_header .nav ul li .zi_cate01 a {
  background-image: url(../images/server_nav01.png);
}

.index_header .nav ul li .zi_cate01 a:hover {
  background-image: url(../images/server_nav01_hover.png);
}

.index_header .nav ul li .zi_cate02 a {
  background-image: url(../images/server_nav02.png);
}

.index_header .nav ul li .zi_cate02 a:hover {
  background-image: url(../images/server_nav02_hover.png);
}

.index_header .nav ul li .zi_cate03 a {
  background-image: url(../images/server_nav03.png);
}

.index_header .nav ul li .zi_cate03 a:hover {
  background-image: url(../images/server_nav03_hover.png);
}

.index_header .nav ul li .zi_cate04 a {
  background-image: url(../images/server_nav04.png);
}

.index_header .nav ul li .zi_cate04 a:hover {
  background-image: url(../images/server_nav04_hover.png);
}

.index_header .nav ul li .zi_cate05 a {
  background-image: url(../images/server_nav05.png);
}

.index_header .nav ul li .zi_cate05 a:hover {
  background-image: url(../images/server_nav05_hover.png);
}

.index_header .nav ul li .zi_cate06 a {
  background-image: url(../images/server_nav06.png);
}

.index_header .nav ul li .zi_cate06 a:hover {
  background-image: url(../images/server_nav06_hover.png);
}

.index_header .nav ul li .zi_cate07 a {
  background-image: url(../images/server_nav07.png);
}

.index_header .nav ul li .zi_cate07 a:hover {
  background-image: url(../images/server_nav07_hover.png);
}

.index_header .nav ul li .zi_cate08 a {
  background-image: url(../images/server_nav08.png);
}

.index_header .nav ul li .zi_cate08 a:hover {
  background-image: url(../images/server_nav08_hover.png);
}

.index_header .nav ul li .anli_cate01 a {
  background-image: url(../images/anli_nav01.png);
}

.index_header .nav ul li .anli_cate01 a:hover {
   background-image: url(../images/anli_nav01_hover.png);
}

.index_header .nav ul li .anli_cate02 a {
   background-image: url(../images/anli_nav02.png);
}

.index_header .nav ul li .anli_cate02 a:hover {
   background-image: url(../images/anli_nav02_hover.png);
}

.index_header .nav ul li .anli_cate03 a {
   background-image: url(../images/anli_nav03.png);
}

.index_header .nav ul li .anli_cate03 a:hover {
   background-image: url(../images/anli_nav03_hover.png);
}

.index_header .nav ul li .anli_cate04 a {
   background-image: url(../images/anli_nav04.png);
}

.index_header .nav ul li .anli_cate04 a:hover {
   background-image: url(../images/anli_nav04_hover.png);
}

.index_header .nav ul li .anli_cate05 a {
   background-image: url(../images/anli_nav05.png);
}

.index_header .nav ul li .anli_cate05 a:hover {
   background-image: url(../images/anli_nav05_hover.png);
}

.index_header .nav ul li .anli_cate06 a {
   background-image: url(../images/anli_nav06.png);
}

.index_header .nav ul li .anli_cate06 a:hover {
   background-image: url(../images/anli_nav06_hover.png);
}

.index_header .nav ul li .anli_cate07 a {
   background-image: url(../images/anli_nav07.png);
}

.index_header .nav ul li .anli_cate07 a:hover {
   background-image: url(../images/anli_nav07_hover.png);
}

.index_header .nav ul li .anli_cate08 a {
   background-image: url(../images/anli_nav08.png);
}

.index_header .nav ul li .anli_cate08 a:hover {
   background-image: url(../images/anli_nav08_hover.png);
}

.index_header .nav ul li .news_cate01 a {
   background-image: url(../images/anli_nav01.png);
}

.index_header .nav ul li .news_cate01 a:hover {
   background-image: url(../images/anli_nav01_hover.png);
}

.index_header .nav ul li .news_cate02 a {
   background-image: url(../images/news_nav02.png);
}

.index_header .nav ul li .news_cate02 a:hover {
   background-image: url(../images/news_nav02_hover.png);
}

.index_header .nav ul li .news_cate03 a {
   background-image: url(../images/news_nav03.png);
}

.index_header .nav ul li .news_cate03 a:hover {
   background-image: url(../images/news_nav03_hover.png);
}

.mobilenav,
.mobileclose {
  display: none;
  float: right;
  cursor: pointer;
  height: 48px
}

.headerbg {
  background: #333;
  height: 90px
}


/*1600*/

.index_header {
  height: 80px;
}

.index_header .logo img {
  height: 60px
}

.index_header .nav ul li {
  line-height: 77px
}

.headerbg {
  height: 80px
}

.bigban {
  height: 550px
}

.scroll_header {
  height: 60px;
}

.scroll_header .logo {
  float: left;
  padding: 5px 0 0 31px;
}

.scroll_header .logo img {
  height: 50px;
}

.scroll_header .nav ul li {
  line-height: 57px
}

.scroll_header .wechatico {
  margin: 17px 0 0 11px;
}

.scroll_header .sinaico {
  margin: 17px 31px 0 36px;
}

.subnav {
  display: none;
  background-color: #272727;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
}

.subnav li a {
  font-size: 14px;
  line-height: 40px;
}


/*footer*/

.pagelist {
  margin: 0 auto 0;
  height: 36px;
  padding: 30px 0;
  text-align: center;
}

.yiiPager li {
  width: auto;
  height: 30px;
  line-height: 14px;
  margin: 0;
  padding: 0 6px 0 0;
  background: none;
  display: inline-block;
}

.yiiPager a {
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding: 2px 10px;
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
}

.yiiPager li.selected a {
  color: #fff;
  background: #81c5af;
}

.yiiPager li a:hover {
  color: #fff;
  background: #81c5af;
}

.container {
  margin: 0 auto;
  width: 1200px;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}


/*表单*/

.contactmsg {
  background: url(../images/form_bg.png) no-repeat top center;
  height: 610px;
  color: #fff;
  padding-bottom: 0;
  overflow: hidden;
}

.contactmsg .row {
  overflow: hidden;
}

.contactmsg .contact {
  width: 350px;
  ;
  float: left;
}

.contactmsg .contact-head h2 {
  font-size: 30px;
  margin: 0;
  color: #fff;
  margin-top: 120px;
}

.contactmsg .contact-head h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  margin-top: 10px;
}

.contactmsg .contact-head .line {
  height: 2px;
  width: 30px;
  background: #33abfe;
  margin: 20px 0;
}

.contactmsg .contact-content {
  color: #bdbdbd;
  font-size: 16px;
  margin-top: 40px;
}

.contactmsg .contact-content a {
  color: #bdbdbd
}

.contactmsg .contact-content a:hover {
  color: #f4ae00
}

.contactmsg .contact-content h3 {
  font-size: 28px;
  color: #fff;
}

.contactmsg .contact-content p {
  font-size: 16px;
  color: #fff;
  margin: 20px auto;
}

.contactmsg #liuyan {
  overflow: hidden;
}

.contactmsg .liuyan {
  width: 610px;
  float: right;
  color: #888;
  margin-top: 120px;
}

.contactmsg .liuyan h1 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}

.contactmsg .liuyan label {
  font-weight: normal
}

.contactmsg .liuyan-control {
  position: relative;
  float: left;
  margin-right: 40px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  width: 285px;
  line-height: 35px;
  fong-size: 16px;
}

.contactmsg .liuyan-control label {
  background: url(../images/form_icon01.png) no-repeat center left;
  margin-left: 10px;
}

.contactmsg .liuyan-control label span {
  margin-left: 26px;
}

.contactmsg .liuyan-control3 label {
  background: url(../images/form_icon02.png) no-repeat center left;
}

.contactmsg .liuyan-control4 label {
  background: url(../images/form_icon03.png) no-repeat center left;
}

.contactmsg .liuyan-control5 label {
  background: url(../images/form_icon04.png) no-repeat center left;
}

.contactmsg .liuyan-control2 label {
  background: url(../images/form_icon05.png) no-repeat center left;
}

.contactmsg .liuyan-control3 {
  margin-right: 0;
}

.contactmsg .liuyan-control label {
  position: absolute;
  left: 0;
}

.contactmsg .liuyan-control input {
  border: none;
  outline: none;
  width: 70%;
  height: 35px;
  margin-left: 30%;
  color: #fff;
}

.contactmsg .liuyan-control5 {
  width: 160px;
}

.contactmsg .liuyan-control5 input {
  width: 60px;
  margin-left: 98px;
}

.contactmsg .form_yanzhengma img {
  float: left;
  margin-left: 10px;
  margin-top: 0;
}

.contactmsg .liuyan-control2 {
  float: left;
  width: 609px;
  height: 144px;
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
}

.contactmsg .liuyan-control2 textarea {
  width: 90%;
  margin-left: 4%;
  margin-top: 5px;
  height: 80px;
  border: none;
  color: #fff;
}

.contactmsg .liuyan-submit {
  width: 108px;
  height: 37px;
  background: url(../images/form_button.png);
  font-size: 16px;
  margin-top: 20px;
  border: none;
  color: #fff;
}

.contactmsg .tx {
  margin-top: 20px;
  height: 40px;
}

.contactmsg .t-qq,
.t-wx {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  background: url(../images/tx.png);
}

.contactmsg .t-qq {
  background-position: 0 -40px;
}

.contactmsg .t-wx {
  position: relative;
  background-position: -40px -40px;
}

.contactmsg .t-qq:hover {
  background-position: 0 0;
}

.contactmsg .t-wx:hover,
.t-wx.on {
  background-position: -40px 0;
}

.contactmsg .t-wx div {
  display: none;
  position: absolute;
  bottom: 52px;
  left: 50%;
  margin-left: -76px;
  z-index: 10;
  width: 152px;
  height: 152px;
  *with: 150px;
  *height: 150px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.6)
}

.contactmsg .t-wx div img {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 1
}

.contactmsg .t-wx div i {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 0;
  width: 16px;
  height: 16px;
  *width: 15px;
  *height: 15px;
  line-height: 0;
  display: block;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
  background: #fff;
  *display: none
}

.contactmsg .t-wx.on div {
  display: block
}


/*尾部*/

.index_footer_box {
  background: #23262a;
}

.index_footer_box a {
  color: #999
}

.footer_link a {
  color: #666
}

.index_footer_box a:hover {
  color: #fff;
}

.index_footer_box .index_footer_line {
  width: 100%;
  height: 3px;
  background: url(../images/footer_line.png) no-repeat top center;
}

.index_footer_box .index_footer {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}

.index_footer_box .index_footer_left {
  width: 370px;
  float: left;
}

.index_footer_box .index_footer_left .index_footer_left_logo {
  width: 230px;
  height: 100px;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 20px;
}

.index_footer_box .index_footer_left .index_footer_left_phone {
  background: url(../images/index_footer_phone.png) no-repeat center left;
}

.index_footer_box .index_footer_left .index_footer_left_phone p {
  font-size: 36px;
  color: #fff;
  margin-left: 60px;
  font-family: BruceOldStyle BT;
}

.index_footer_box .index_footer_left .erweima {
  overflow: hidden;
  margin-top: 56px;
  margin-left: 110px;
}

.index_footer_box .index_footer_left .erweima .shouji_erweima {
  float: left;
  position: relative;
  margin-right: 35px;
}

.index_footer_box .index_footer_left .erweima .shouji_erweima01 {
  position: absolute;
}

.index_footer_box .index_footer_right {
  float: right;
}

.index_footer_box .index_footer_right ul {
  float: left;
  margin-right: 70px;
}

.index_footer_box .index_footer_right ul h1 {
  font-size: 14px;
  color: #ccc;
  margin-top: 70px;
  margin-bottom: 30px;
}

.index_footer_box .index_footer_right ul li {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.footer_line2 {
  height: 1px;
  width: 100%;
  background: #666;
  margin-top: 10px;
  margin-bottom: 30px;
}

.footer_link {
  width: 1200px;
  margin: auto;
}

.footer_link p {
  text-align: center;
  padding-bottom: 30px;
}


/*侧边栏*/

.slide {
  width: 50px;
  height: 204px;
  position: fixed;
  top: 50%;
  margin-top: -126px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #999;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}

.slide ul {
  list-style: none;
}

.slide .icon li {
  width: 49px;
  height: 50px;
  background: url(../images/icon1.png) no-repeat;
}

.slide .icon li.qq {
  background-position: -385px -73px;
}

.slide .icon li.tel {
  background-position: -385px -160px;
}

.slide .icon li.wx {
  background-position: -383px -120px;
}

.slide .icon li.top {
  background-position: -331px -84px;
}

.slide .info {
  top: 50%;
  height: 147px;
  position: absolute;
  right: 100%;
  background: rgba(0, 0, 0, .5);
  width:0;
  overflow: hidden;
  margin-top: -73.5px;
  transition: 0.5s;
  border-radius: 4px 0 0 4px;
}

.slide .info.hover {
  width: 145px;
}

.slide .info li {
  width: 145px;
  color: #CCCCCC;
  text-align: center;
}

.slide .info li p {
  line-height: 2em;
  padding: 15px;
  text-align: left;
  font-size: 16px;
}

.slide .info li.qq p a {
  display: block;
  margin-top: 12px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

.slide .info li.qq p a:hover {
  color: #fff;
  border: none;
  background: #1f7ce5;
}

.slide .info li div.img {
  height: 100%;
  background: #DEFFF9;
  margin: 15px;
}

.slide .info li div.img img {
  width: 100%;
  height: 100%;
}


/*新闻详情*/

.page_center {
  width: 1100px;
  margin: 10px auto;
  border: 1px solid #e7e7e7;
  background-color: #FFF;
}

.page_biaoti {
  width: 1100px;
  padding-bottom: 26px;
  background: url(../images/wenzhangbiaoti.png) no-repeat center bottom;
  text-align: center;
}

.page_biaoti h1 {
  font-size: 22px;
  font-family: "微软雅黑";
  color: #000;
  padding-top: 15px;
}

.page_biaoti h1.one {
  line-height: 70px;
}

.page_biaoti p {
  font-size: 15px;
  font-family: "微软雅黑";
  color: #727272;
  margin-top: 10px;
}

.page_biaoti p a {
  margin-left: 35px;
}

.page_neirong {
  width: 1050px;
  margin: 20px auto;
}

.page_neirong p {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #727272;
  line-height: 25px;
}

.page_fanye {
  width: 1100px;
  height: 120px;
  border-top: 1px solid #e7e7e7;
}

.page_fanye ul {
  float: left;
  width: 800px;
  padding: 10px 0 28px 20px
}

.page_fanye li {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #727272;
  line-height: 24px;
  padding: 18px 0 0 0;
  overflow: hidden;
}

.page_fanye li a {
  text-decoration: none;
  color: #727272;
}

.page_fanye li a:hover {
  color: #ff0000;
}

.fenxiang {
  float: left;
  width: 150px;
  padding-top: 25px;
}

.fenxiang_2 {
  padding-top: 29px;
  float: left;
}


/*案例详情*/

.exercise-box {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 35px;
  width: 1000px;
  margin: 100px auto 0;
}

.exercise-box img {
  max-width: 950px;
}

.exercise-box h2 {
  color: #333;
  float: left;
  font-size: 16px;
}

.exercise-box h2.fn {
  float: none;
}

.exercise-box .jiathis_style {
  float: right;
  height: 16px;
  position: relative;
}

.exercise-box .time {
  color: #333;
  line-height: 30px;
}

.exercise-box img {
  display: block;
  margin-bottom: 10px;
}

.exercise-box p {
  color: #555;
  line-height: 24px;
  text-indent: 2em;
}
.page_neirong img{
  max-width: 100%;
  height: auto;
}
.backtop {
    height: 22px;
    margin: 45px auto 0;
    text-align: right;
}
.backtop a {
    color: #666;
    margin-left: 10px;
}
.backtop a:hover {
    color: #f90;
}
.webpro-link {
    background: rgba(0, 0, 0, 0) url("../images/webpro-bg.jpg") no-repeat scroll 0 0;
    float: right;
    height: 29px;
    width: 300px;
}
.webpro-link a {
    display: inline-block;
    float: left;
    font: bold 14px/29px "微软雅黑";
    height: 29px;
    margin: 0;
    text-align: center;
    width: 114px;
}
 /*小程序促销*/
 .xcx-cx{
   position: fixed;
   width: 100%;
   height: 180px;
   bottom: 0;
   z-index: 1000;
   background: url(../images/xcx_cx_bg.png) repeat;
 }
 .xcx-cx-img{
   float: left;
   display: block;
   width:500px;
   height: 180px;
 }
 .xcx-cx-img img{
   display: block;
 }