﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #757575;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
  background: #FFF
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 12px;
  /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
  text-decoration: none;
}

a:hover {
  color: #0030b5;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

input {
  vertical-align: middle;
  font-size: 12px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}



/*网站头部*/
.topwrap {
  width: 100%;
  overflow: hidden;
  height: 183px;
  background: url(../images/headbj.jpg) top center no-repeat;
}

.top-T {
  width: 1100px;
  margin: 0 auto;
  height: 130px;
  overflow: hidden;
  position: relative
}

.top-T .logoL {
  width: 520px;
  margin-top: 20px;
  height: 80px;
  overflow: hidden;
  color: #898989;
  position: relative
}

.top-T .Right {
  width: 255px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 40px;
}



/***********nav*******/
.logoWrap {
  width: auto;
  background: #080808
}

.nav {
  width: 1100px;
  margin: 0 auto;
  height: 60px;
}

.nav li {
  float: left;
  margin-right: 10px;
  display: inline;
  position: relative;
  width: 127px;
  height: 53px;
}

.nav li a {
  width: 100px;
  height: 53px;
  line-height: 53px;
  padding-left: 27px;
  font-size: 16px;
  color: #FFF;
  display: block;
}

.nav li a:hover,
.nav li .cur {
  background: url(../images/navbj.png) top center no-repeat;
  height: 60px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: -7px;
  line-height: 67px;
}

/*********************************公共头部结束*******************************/



.js-silder {
  position: relative;
  height: 450px
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silder-main-img a {
  display: block;
  height: 100%
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  display: none;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  display: none;
  left: 0;
}

.silder-ctrl-next>span {
  display: none;
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 10px;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
  background-color: #d45800;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

/* 搜索 */
.seachWrap {
  width: 1200px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}

.seachWrap p {
  line-height: 90px;
  color: #999999;
  font-size: 14px;
}

.seachWrap span {
  color: #666666;
}

.Right {
  position: absolute;
  right: 0;
  top: 26px;
  height: 36px;
}

.seach {
  overflow: hidden;
  width: 290px;
  height: 36px;
  background: url(../images/search.jpg) center center no-repeat;
}

.seach .keys {
  width: 200px;
  height: 36px;
  border: 0;
  background: none;
  padding-left: 10px;
  float: left;
  font-size: 12px;
  color: #414141;
  font-family: '微软雅黑'
}

.seach .btns {
  border: 0;
  background: none;
  width: 60px;
  height: 36px;
  float: right;
  cursor: pointer
}

/*产品中心*/

.PRO {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0
}

.PRO_title {
  text-align: center;
  font-size: 24px;
  color: #444444
}

.ProcessNav {
  text-align: center;
  margin-top: 35px;
}

.ProcessNav li {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background: url(../images/pro001.png) center center no-repeat #c3c3c3;
  font-size: 15px;
  margin: 0 7px;
  line-height: 32px;
  padding: 1px 0px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 120px;
}

.ProcessNav li.cur {
  background: url(../images/pro001.png) center center no-repeat #ff6600;
  color: #FFF;
}



.picList {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
}

.picList li {
  width: 275px;
  float: left;
  margin-bottom: 15px;
}

.picList li .img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.picList li .img img {
  width: 240px;
  height: 240px;
  display: block;
  margin-left: 5px;
  margin-top: 5px;
}

.picList li .txt {
  width: 250px;
  height: 34px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-top: 0;
}

.picList li .txt a {
  color: #8b8b8b;
  font-size: 12px;
}

.picList li .txt a:hover {
  color: #0473d2
}

.dispaly {
  display: none
}



.in_pro {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 10px
}

.pro_left {
  width: 195px;
  background: url(../Images/lanbj.png) left center repeat #FFF;
  border: 1px solid #f5f5f7;
  float: left;
  margin-bottom: 15px;
}

.pro_left .pro_left_top {
  width: 270px;
}

.pro_left .pro_left_nr {
  width: 160px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.pro_left .pro_left_nr li {
  width: 150px;
  height: 40px;
  margin: 0 auto 20px;
}

.pro_left .pro_left_nr li a {
  display: block;
  padding-left: 15px;
  text-align: left;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #000
}

.pro_left .pro_left_nr li a:hover {
  color: #FFF;
  background: #09173d
}

.pro_left .pro_left_nr li a.cur {
  color: #FFF;
  background: #09173d
}



.in_pro .pro_right {
  width: 870px;
  float: right;
  overflow: hidden;
  background: url(../Images/dbj.jpg) left top repeat;
}

.in_pro .pro_R_nr {
  width: 870px;
  overflow: hidden;
}

.in_pro .pro_R_nr li {
  float: left;
  width: 256px;
  overflow: hidden;
  margin-bottom: 15px;
}

.in_pro .pro_R_nr li .pic {
  width: 230px;
  height: 190px;
  margin: 0 auto;
  border: #e8e8e8 1px solid;
  background: #FFF;
  text-align: center;
}

.in_pro .pro_R_nr li .pic a {
  width: 230px;
  height: 190px;
  display: block;
  position: relative;
}

.in_pro .pro_R_nr li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.in_pro .pro_R_nr li .txt {
  width: 230px;
  line-height: 35px;
  margin: 0 auto;
  background: #09173d;
  height: 35px;
  text-align: center;
}

.in_pro .pro_R_nr li .txt a {
  display: block;
  font-size: 13px;
  color: #FFF
}

.in_pro .pro_R_nr li .txt a:hover {
  color: #0030b5;
}



/*关于我们*/
.aboutWrap {
  position: relative;
  width: auto;
  margin: 10px auto 0;
  height: 500px;
  background: url(../Images/about.jpg) center center no-repeat;
}

.aboutWrap .about {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.aboutWrap .about .aboutTitle {
  width: 580px;
  font-size: 22px;
  color: #09255d;
  font-weight: bold;
  padding: 120px 0 0;
  line-height: 36px
}

.aboutWrap .about .aboutNr {
  position: absolute;
  top: 170px;
  left: 0;
  width: 580px;
  line-height: 28px;
  font-size: 14px;
  color: #3c3c3c
}

.aboutWrap .about .aboutNr a {
  display: block;
  font-size: 14px;
  color: #2d2d2d;
  border: 1px solid #898989;
  width: 150px;
  text-align: center;
  margin-top: 20px;
}

.aboutWrap .about .aboutNr a:hover {
  color: #09255d;
  border: 1px solid #09255d
}

.minban {
  width: 100%;
  height: 200px;
  background: url(../images/minbaner.jpg) center center no-repeat;
}

.minban a {
  display: block;
  width: 100%;
  height: 200px;
}


/*案例*/
.Env_wrap {
  width: 1100px;
  margin: 0 auto;
}

.Env_wrap .Env_wrap_bt {
  height: 120px;
  background: url(../images/case.png) center center no-repeat;
  width: 600px;
  margin: 0 auto;
}

.Env_wrap_nr {
  width: 1100px;
  margin: 0 auto;
}

.Env_wrap_nr .hd {
  position: relative;
}

.Env_wrap_nr .hd .prev,
.Env_wrap_nr .hd .next {
  display: block;
  width: 30px;
  height: 60px;
  top: 110px;
  position: absolute;
  overflow: hidden;
}

.Env_wrap_nr .prev {
  background: url(../images/left.png) left center no-repeat;
  left: -50px;
}

.Env_wrap_nr .next {
  right: -50px;
  background: url(../images/right.png) left center no-repeat;
}

.Env_wrap_nr .bd {
  padding: 20px 0;
  background: url(../images/casebj.png) center center repeat;
  overflow: hidden
}

.Env_wrap_nr .scrollWrap {
  margin-left: 20px;
  width: 1060px;
  overflow: hidden
}

.Env_wrap_nr ul {
  overflow: hidden;
  zoom: 1;
}

.Env_wrap_nr li {
  width: 250px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
}

.Env_wrap_nr li .pic a {
  display: block;
}

.Env_wrap_nr li .pic {
  position: relative;
  background: #FFF;
  display: block;
  overflow: hidden;
  width: 240px;
  height: 240px;
}

.Env_wrap_nr li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}




/*新闻中心*/
.newsWrap {
  background: url(../images/newsbj.png) center center repeat;
  overflow: hidden;
  margin-top: 60px;
  padding: 50px 0
}

.news {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.news .news_bt {
  width: 260px;
  height: 60px;
}


.news .news_L {
  width: 540px;
  float: left;
}

.news .news_L .news_L_nr {
  font-size: 14px;
  color: #343434;
  line-height: 32px;
  padding-top: 10px;
}

.news .news_L .news_L_nr img {
  display: block;
  margin-bottom: 10px;
}

.news .news_R {
  width: 540px;
  float: right;
  margin-left: 10px;
}

.news_R_nr {
  overflow: hidden
}

.news_R_nr li {
  height: 39px;
  width: auto;
  position: relative;
  padding-right: 80px;
  padding-left: 15px;
  background: url(../Images/5.png) left center no-repeat;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  line-height: 39px;
  font-size: 14px;
}

.news_R_nr li a {
  font-size: 14px;
  color: #343434
}

.news_R_nr li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.news_R_nr li a:hover {
  color: #195890
}

.linkwrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}


/*内页样式*/



.right {
  width: 870px;
  float: right;
  overflow: hidden;
  padding-bottom: 50px;
}

.right .right-bt {
  width: 870px;
  height: 42px;
  background: url(../Images/probt.png) left center no-repeat;
  position: relative;
  line-height: 38px;
}

.right .right-bt .nybtL {
  width: 110px;
  float: left;
  color: #FFF;
  padding-left: 20px;
  height: 42px;
  font-size: 16px;
  overflow: hidden
}

.right .right-bt .nybtR {
  width: 501px;
  float: right;
  text-align: right;
  height: 39px;
  padding-right: 10px;
  line-height: 39px;
  overflow: hidden;
  color: #737373
}

.right .right-bt .nybtR a:nth-last-child(1) {
  color: #09255d
}

.right .right-bt a {
  color: #09255d
}

.right .right-bt a:hover {
  color: #0030b5
}

.ny-right-about {
  width: 870px;
  overflow: hidden;
  padding: 10px 0;
  font-size: 14px;
  color: #474747
}


.ny-right-news {
  width: 870px;
  margin: 0 auto;
  padding: 10px 0
}

.ny-right-news li {
  width: 870px;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  overflow: hidden
}

.ny-right-news li a {
  background: url(../Images/5.png) left center no-repeat;
  padding-left: 15px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 870px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 870px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 870px;
  float: left;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*荣誉*/
.ny-right-honor {
  width: 870px;
  padding: 10px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 217px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left
}

.ny-right-honor li .pic {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #CCC;
}

.ny-right-honor li .pic a {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
}

.ny-right-honor li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ny-right-honor li .txt {
  width: 200px;
  margin: 0 auto;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center
}

.ny-right-honor li .txt a {
  color: #919191;
}

.ny-right-honor li .txt a:hover {
  color: #0030b5
}


/*内页****产品****样式*****/
.ny-right-pro {
  width: 870px;
  padding: 10px 0;
  overflow: hidden
}

.ny-right-pro li {
  width: 217px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left
}

.ny-right-pro li .pic {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #CCC;
}

.ny-right-pro li .pic a {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
}

.ny-right-pro li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ny-right-pro li .txt {
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  text-align: center
}

.ny-right-pro li .txt a {
  color: #919191;
}

.ny-right-pro li .txt a:hover {
  color: #0030b5
}

.jqzoom {
  width: 870px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom img {
  border: 1px solid #CCC;
  width: 400px;
}

.ny-right-about h1 {
  width: 870px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center
}

.jqzoom_A {
  width: 870px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  border: 1px solid #CCC;
  width: 550px;
}

/*========================插件===========================*/
#preview {
  float: left;
  margin-top: 10px;
  display: inline;
  width: 250px;
}

.pro-top {
  width: 870px;
  margin: 0 auto;
  height: 390px;
}

.pro-top-r {
  float: right;
  width: 440px;
  height: 240px
}

.pro-top-r h1 {
  font-size: 14px;
  color: #F00;
  margin-top: 10px;
}

/*jqzoom*/
.list-h li {
  float: left;
}

#spec-n5 {
  width: 300px;
  height: 56px;
  padding-top: 6px;
  overflow: hidden;
}

#spec-left {
  background: url(images/left.gif) no-repeat;
  width: 10px;
  height: 45px;
  float: left;
  cursor: pointer;
  margin-top: 5px;
}

#spec-right {
  background: url(images/right.gif) no-repeat;
  width: 10px;
  height: 45px;
  float: left;
  cursor: pointer;
  margin-top: 5px;
}

#spec-list {
  width: 272px !important;
  float: left;
  height: 62px;
  overflow: hidden;
  margin-left: 2px;
  display: inline;
}

#spec-list ul li {
  float: left;
  margin-right: 0px;
  display: inline;
  width: 62px;
  height: 62px;
}

#spec-list ul li img {
  padding: 2px;
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
}


.jqzoom {
  position: relative;
  padding: 0;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 400px;
  height: 207px;
  background: url(i/loading.gif) #fff no-repeat center center;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}

.bigimg {
  width: 500px;
  height: 500px;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #FEDE4F 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move;
}

#spec-list {
  position: relative;
  width: 322px;
  margin-right: 6px;
}

#spec-list div {
  margin-top: 0;
  margin-left: -30px;
  *margin-left: 0;
}

/*===========================================插件END======================================================*/



.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 870px;
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
}

.proproperty li {
  float: left;
  height: 30px;
  background-image: url(../Images/t2.jpg);
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  float: left;
  line-height: 30px;
  color: #FFF;
  width: 75px;
}

.proproperty li.cur {
  background-image: url(../Images/t1.jpg);
}

.procontent {
  width: 870px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}


.pageleft {
  float: left
}

.pageright {
  float: right
}



/*footer*/

.footerWrap {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
  background: #000000;
  line-height: 32px;
  font-size: 14px
}

.footerWrap .footer {
  width: 1100px;
  margin: 0 auto;
  color: #686868;
  position: relative;
  line-height: 32px;
  overflow: hidden
}

.footerWrap .footer a {
  color: #686868;
  font-size: 14px;
  margin-right: 10px;
}

.footerWrap .footer a:hover {
  text-decoration: underline;
  color: #FFF
}

.footerWrap .footer .footLeft {
  float: left;
  width: 800px;
  overflow: hidden
}


.footerWrap .footer .footRight {
  float: right;
  width: 230px;
  text-align: right;
}

.footerWrap .footer .footRight img {
  margin-left: 15px;
}



/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  CLEAR: both;
}

.wp-pagenavi A {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}


/*常见问题*/
.problem {
  width: 870px;
  margin: 0 auto;
  height: 700px;
}

.problem .problemtitle {
  padding: 20px 0 0 30px;
  height: 40px;
  line-height: 40px;
  background: url(../images/tais.png) no-repeat left 30px
}

.problem .problemtitle span {
  float: left;
  font-size: 28px;
  color: #003168
}

.problem li {
  width: 405px;
  float: left;
  margin: 20px 0 0 20px;
}

.problem li .textT {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #003168;
  font-weight: bold;
  background: #f8fbff url(../images/xqq.png) no-repeat 20px center;
  border: 1px solid #003168;
  text-indent: 54px;
}

.problem li .textB {
  padding: 20px 32px 30px 53px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  height: 104px;
  background: #f9f9f9 url(../images/xqa.png) no-repeat 20px 22px
}

/*为什么选择我们*/
.why {
  width: 870px;
  margin: 0 auto;
  padding: 20px 0;
}

.why .whytitle {
  padding: 20px 0 0 30px;
  height: 40px;
  line-height: 40px;
  background: url(../images/tais.png) no-repeat left 30px
}

.why .whytitle span {
  float: left;
  font-size: 28px;
  color: #003168
}

.why .text {
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-top: 24px;
}

.why img {
  padding-top: 20px;
}

/*产品页推荐产品*/
.Relatedpro {
  width: 870px;
  margin: 0 auto;
  padding-top: 20px;
}

.Relatedpro .protitle {
  padding: 20px 0;
  height: 40px;
  line-height: 40px;
}

.Relatedpro .protitle span {
  float: left;
  font-size: 28px;
}

.Related {
  width: 870px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.Related li {
  width: 216px;
  float: left
}

.Related li .Related_box {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #e6e6e6
}

.Related li .pic {
  width: 280px;
  margin: 0 auto;
}

.Related li .pic img {
  max-width: 100%;
  max-height: 100%;
}

.Related li .text {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 auto;
}

.Related li .Related_box>a:hover,
.Related li .Related_box:hover>a {
  background: #003168;
  color: #FFF;
}