﻿@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: #3c746b;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
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;
}





/*网站头部*/
.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FFF;
  width: auto;
  height: 130px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
}


.top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1200px;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 320px;
  margin: 0 auto;
  height: 130px;
  position: relative;
}

.top-T .tel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #545454;
}

.top-T .tel a {
  font-size: 16px;
  color: #545454;
}

#head_logo {
  width: 330px;
  height: 130px;
  display: block;
  text-indent: -99em;
  position: absolute;
  left: 0;
  bottom: 0;
}

/***********nav*******/
.nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 130px;
  float: right;
  margin: auto;
  z-index: 50;
}

.nav li {
  float: left;
  text-align: center;
  position: relative
}

.nav li>a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 130px;
  line-height: 130px;
  width: 105px;
  z-index: 55;
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  position: relative
}


.ProBoxWrap {
  display: none;
  text-align: left;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  top: 130px;
}

.ProBoxWrap .ProBox {
  margin: 0 auto;
  padding: 0 20px;
}

.ProBoxWrap .ProBox .T {}

.ProBoxWrap .ProBox .T a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.ProBoxWrap .ProBox .T a:hover {
  color: #FFF;
  font-weight: bold
}

.nav li:hover .ProBoxWrap {
  display: block
}

.nav li>a:hover,
.nav li>.cur,
.nav li:hover>a {
  color: #3c746b;
}

.ProBoxWrap .ProBox .T:nth-last-child(1) a {
  border-bottom: 0
}

.nav li:hover:after,
.nav>li>a.cur:after {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 40px;
  z-index: 10;
  height: 3px;
  background: #3c746b;
  left: 0;
  right: 0;
  margin: 0 auto -30px
}

#nav_5 .ProBoxWrap,
#nav_112 .ProBoxWrap {
  width: 200px
}

.HeadFixed {
  height: 80px;
}

.HeadFixed .top-T {
  background: url(../images/logo.png) left center no-repeat;
  height: 80px;
  background-size: 222px
}

.HeadFixed .nav {
  height: 80px;
}

.HeadFixed .nav li>a {
  height: 80px;
  line-height: 80px
}

.HeadFixed .ProBoxWrap {
  top: 80px;
}






/*********************************公共头部结束*******************************/

.js-silder {
  position: relative;
  height: 600px;
  z-index: 5
}

.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;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #b5b5b5
}

.silder-ctrl-con.active>span {
  border: 1px solid #3c746b;
  background-color: #3c746b;
}

@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;
  }
}


.newtop {
  width: 1220px;
  margin: 0 auto;
  margin-top: 10px;
}

.newtop .bd {
  position: relative;
  width: 1200px;
}

.newtop .scrollWrap {
  overflow: hidden;
  width: 1220px;
  margin: 0 auto;
}

.newtop ul {
  overflow: hidden;
  zoom: 1;
}

.newtop li {
  width: 244px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
  padding-bottom: 30px;
}

.newtop li a {
  display: block;
  width: 220px;
  margin: 0 auto;
  height: 450px;
  -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(128, 128, 128, 0.3);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.3);
  position: relative
}

.newtop li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 220px;
  margin: 0 auto;
  height: 350px;
}

.newtop li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  color: #000
}

.newtop li .text {
  height: 100px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #808080;
  position: relative;
}

.newtop li .text strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: '微软雅黑';
  color: #6d6b6b
}

.newtop li .text p {
  display: inline-table;
  margin: auto;
  padding-top: 15%;
}

.newtop .prev,
.newtop .next {
  width: 19px;
  height: 78px;
  z-index: 5;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  overflow: hidden;
  cursor: pointer;
}

.newtop .prev {
  background: url(../images/left.png) no-repeat;
  left: -50px;
}

.newtop .next {
  background: url(../images/right.png) no-repeat;
  right: -50px;
}




.newtop li.two_class .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.newtop li.two_class .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.newtop li a:hover .pic .nr {
  text-align: center;
  display: inline-table;
  left: 0;
  right: 0;
  font-size: 14px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto 10px;
  z-index: 10;
  color: #fff;
  line-height: 24px;
}


/*产品中心*/
.serverWrap {
  padding-top: 20px;
}

.serverNav {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

.serverNav li {
  width: 240px;
  float: left;
}

.serverNav li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #3c746b
}

.serverNav li a img {
  margin-top: -5px;
  margin-right: 10px;
}

.serverNav li a:hover {
  background: #2e5952
}


.server_list {
  width: 1200px;
  border: 1px solid #f7f7f7;
  position: relative;
  margin: 10px auto 50px
}

#RightBOx {
  margin-top: 20px
}

.RightBOx {
  width: 1200px;
  overflow: hidden;
  border-top: 1px solid #f7f7f7
}

.RightBOx li {
  width: 400px;
  position: relative;
  float: left;
  margin-bottom: 10px
}

.RightBOx li a {
  display: block;
  width: 400px;
  font-size: 14px;
  height: 200px;
  color: #999999;
  overflow: hidden;
  margin-left: 10px
}

.RightBOx li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFF;
  height: 200px;
  width: 220px;
  float: left;
}

.RightBOx li .pic img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.RightBOx li .text {
  width: 150px;
  float: left;
  height: 200px;
  overflow: hidden;
}

.RightBOx li .text span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 16px;
  margin-left: 15px;
  padding-top: 80px;
  background: url(../images/jia.png) left bottom no-repeat;
  padding-bottom: 30px;
  color: #1a1a1a;
}

.RightBOx li a:hover .text span {
  background: url(../images/more.png) left bottom no-repeat;
}

.RightPro {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0
}

.RightPro:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  background: #f7f7f7;
  width: 400px;
  top: 200px;
}

.bigpic {
  position: relative;
  width: 800px;
  height: 400px;
}

.bigpic:after {
  content: '';
  position: absolute;
  right: 0;
  height: 400px;
  background: #f7f7f7;
  width: 1px;
  top: 0;
}

/***关于我们***/
.IngenuityWrap {
  background: url(../images/aboutbj.jpg) center bottom no-repeat #f7f7f7;
}

.Ingenuity {
  width: 1200px;
  margin: 0 auto;
  height: 718px;
  position: relative;
}

.Ingenuity .text {
  display: block;
  position: absolute;
  right: 430px;
  top: 550px;
}

.Ingenuity .text img {
  display: block
}

.Ingenuity p {
  position: absolute;
  left: 25px;
  top: 0
}

.Ingenuity p strong {
  display: block;
  color: #757474;
  font-size: 20px
}

.Ingenuity p span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999
}

.Ingenuity p.act01 {
  top: 210px
}

.Ingenuity p.act02 {
  top: 317px
}

.Ingenuity p.act03 {
  top: 431px
}

.Ingenuity p.act04 {
  top: 540px
}

.Ingenuity p.act05 {
  top: 650px
}

.Ingenuity .development {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 345px;
}

.Ingenuity .development_bt {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  background: url(../images/i10.png) left center no-repeat;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  color: #434242;
  font-weight: bold;
}

.Ingenuity .development_bt span {
  font-size: 12px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 5px;
}

.Ingenuity .development_bt a {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #b2b2b2;
  top: 0;
  font-weight: normal
}

.Ingenuity .development_nr {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 20px;
  height: 90px;
  overflow: hidden;
}

.Ingenuity .development_nr strong {
  font-size: 20px;
  color: #e08503;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-right: 5px
}

.Ingenuity .development_nr #txtMarquee li {
  text-align: left;
  border-bottom: 1px dashed #CCC;
  padding: 10px 0 0 0;
  height: 80px;
  position: relative;
}

.Ingenuity .development_nr #txtMarquee li .nr_text {
  height: 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}

/*新闻中心*/
.news_wrap {
  width: auto;
  overflow: hidden;
}

.news {
  width: 1200px;
  margin: 40px auto 30px;
  overflow: hidden;
  position: relative;
}

.news .Bottom_Left {
  width: 800px;
  float: left;
}

.news .Bottom_Right {
  width: 330px;
  float: right;
}


.news_bt {
  width: auto;
  height: 45px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  background: url(../images/i05.png) left center no-repeat;
  padding-left: 40px;
  line-height: 45px;
  position: relative
}

.news_bt li {
  display: inline-block;
  width: 80px;
  text-align: center;
  color: #434343;
  position: relative
}

.news_bt li a {
  font-size: 14px;
  color: #b2b2b2;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.news_bt li.cur a {
  color: #434343;
}

.news_bt .more {
  position: absolute;
  color: #b2b2b2;
  text-transform: uppercase;
  right: 0;
  top: 0;
  font-size: 12px;
}

.homePro_bt {
  width: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 45px;
  position: relative;
}

.homePro_bt a {
  position: absolute;
  right: 0;
  top: 0;
  color: #b2b2b2;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}

.homePro_bt span {
  width: auto;
  height: 45px;
  font-size: 16px;
  color: #434343;
  font-weight: bold;
  background: url(../images/i06.png) left center no-repeat;
  padding-left: 40px;
  display: block;
  position: relative;
}


.Bottom_Left .news_H_nr {
  width: auto;
  overflow: hidden
}


.Bottom_Left .txtImg {
  width: 370px;
  display: block;
  height: 275px;
  float: left;
}

.Bottom_Left .txtImg .pic {
  width: 370px;
  height: 200px;
  position: relative;
}

.Bottom_Left .txtImg .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Bottom_Left .txtImg .text {
  padding: 10px 0;
  color: #b3b3b3;
  line-height: 20px;
  font-size: 12px;
}

.Bottom_Left .txtImg .text strong {
  display: block;
  color: #484848;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}

.Bottom_Left .ul_list {
  width: auto;
  float: left;
}

.Bottom_Left .ul_list li {
  width: 400px;
  height: 50px;
  float: left;
  padding: 0 0 10px;
  margin-bottom: 16px;
  position: relative;
}

.Bottom_Left .ul_list li a {
  display: block;
  color: #333333
}

.Bottom_Left .ul_list li a .txt {
  padding-left: 70px;
}

.Bottom_Left .ul_list li a .txt strong {
  text-overflow: ellipsis;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  line-height: 22px;
  display: block;
  height: 22px;
  font-size: 16px;
}

.Bottom_Left .ul_list li a .txt .nr {
  color: #969696;
  font-size: 12px;
  overflow: hidden;
  line-height: 18px;
}

.Bottom_Left .ul_list li a .data {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #b2b2b2;
}

.Bottom_Left .ul_list li a .data span {
  display: block;
  font-size: 34px;
  padding: 10px 0 0px;
  color: #3c746b;
  font-weight: bold
}

.Bottom_Left .ul_list li a:hover {
  color: #3c746b
}




.news .Bottom_Right .news_L_nr {
  height: 400px;
  overflow: hidden;
}

.news .Bottom_Right .news_L_nr li {
  text-align: left;
  border-bottom: 1px dashed #CCC;
  margin-bottom: 10px;
  padding: 0 0 15px;
}

.news .Bottom_Right .news_L_nr li .wen {
  background: url(../Images/i07.png) left center no-repeat;
  padding-left: 30px;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 35px
}

.news .Bottom_Right .news_L_nr li .da {
  padding-left: 30px;
  line-height: 20px;
  color: #808080
}

.news .Bottom_Right .news_L_nr li a {
  color: #808080;
  display: block;
  font-size: 14px;
}

.news .Bottom_Right .news_L_nr li a:hover .wen {
  color: #3c746b
}

.news .Bottom_Right .news_L_nr li a:hover .da {
  color: #3c746b
}


.PartnerWrap {
  background: #fafafa;
  padding: 40px 0 15px
}

.PartnerWrap .Partner {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}

.PartnerWrap .Partner li {
  width: 244px;
  margin: 0 auto 25px;
  float: left
}

.PartnerWrap .Partner li a {
  width: 220px;
  height: 120px;
  display: block;
  margin: 0 auto;
  position: relative
}

.PartnerWrap .Partner li a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/*内页样式*/

.right-bt {
  width: 1200px;
  margin: 0 auto;
  height: 55px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 55px;
}

.right-bt .nybtL {
  color: #3c746b;
  display: inline-block;
  height: 55px;
  padding: 0 5px;
  border-bottom: 2px solid #3c746b;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden
}

.right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  color: #737373
}

.ny-right-hz .nybtL {
  margin: 0 0 10px 10px;
  line-height: 55px;
  color: #3c746b;
  display: inline-block;
  height: 55px;
  padding: 0 5px;
  border-bottom: 2px solid #3c746b;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden
}

.right-bt .nybtR a:nth-last-child(1) {
  color: #3c746b
}

.right-bt a {
  color: #808080
}

.right-bt a:hover {
  color: #3c746b
}

.ny-right-about {
  /* width: 1200px; */
  overflow: hidden;
  margin: 0 auto;
  min-height: 300px;
  padding: 20px 0;
  font-size: 14px;
  color: #474747
}

.ny-right-about h6 {
  width: 1200px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-right-news {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0
}



.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 1200px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 1200px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 1200px;
  overflow: hidden;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

/*常见问题*/
.problem {
  width: auto;
  margin: 0 auto;
  height: 750px;
}

.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: #3c746b
}

.problem li {
  width: 48%;
  float: left;
  margin: 20px 0 0 20px;
}

.problem li .textT {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #3c746b;
  font-weight: bold;
  background: #f8fbff url(../images/xqq.png) no-repeat 20px center;
  border: 1px solid #3c746b;
  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: auto;
  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: #3c746b
}

.why .text {
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-top: 24px;
}

.why img {
  padding-top: 20px;
}

/*为您服务*/
.service {
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 240px;
}

.service .servicetitle {
  padding: 20px 0;
  height: 40px;
  line-height: 40px;
}

.service .servicetitle span {
  font-size: 28px;
}

.service li {
  float: left;
  width: 25%;
}

.service li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 130px;
  text-align: center;
  background: #f9f9f9;
  font-size: 16px;
  padding-top: 30px;
}

.service li a:hover {
  color: #3c746b
}

.service li a img {
  margin-bottom: 10px
}

/*产品页推荐产品*/
.Relatedpro {
  width: auto;
  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: auto;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.Related li {
  width: 25%;
  float: left
}

.Related li .Related_box {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e6e6e6
}

.Related li .pic {
  width: 100%;
  margin: 0 auto;
}

.Related li .pic img {
  max-width: 100%;
  max-height: 100%;
}

.Related li .text {
  display: block;
  /* width: 280px; */
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 auto;
}

.Related li .Related_box>a:hover,
.Related li .Related_box:hover>a {
  background: #3c746b;
  color: #FFF;
}

/*荣誉*/
.ny-right-honor {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-honor li a {
  font-size: 14px;
  width: 280px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-honor li .pic {
  width: 280px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto;
  position: relative
}

.ny-right-honor li .pic img {
  width: 100%
}

.ny-right-honor li .txt {
  text-align: center;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.ny-right-honor li a:hover {
  color: #3c746b
}

/*内页****产品****样式*****/
.ny-right-pro {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-pro li {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-pro li a {
  font-size: 16px;
  width: 280px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-pro li .pic {
  width: 280px;
  height: 280px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto;
  position: relative
}

.ny-right-pro li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ny-right-pro li .txt {
  text-align: center;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.ny-right-pro li a:hover {
  color: #3c746b
}

.ny-right-hz {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-hz li {
  width: 240px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-hz li a {
  font-size: 14px;
  width: 220px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-hz li .pic {
  width: 220px;
  overflow: hidden;
  height: 120px;
  border: 1px solid #ededed;
  margin: 0 auto;
  position: relative
}

.ny-right-hz li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ny-right-hz li .txt {
  text-align: center;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.ny-right-hz li a:hover {
  color: #3c746b
}

.jqzoom {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.jqzoom li img {
  width: 100%;
}

.jqzoom_A {
  width: 800px;
  height: 500px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  max-width: 100%;
}

.jqzoom_A h1 {
  font-size: 20px;
  line-height: 55px;
  display: block;
  font-weight: normal;
}

.jqzoom li {
  width: 380px;
  float: left;
  margin: 0 10px;
}

.jqzoom li:first-child {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.jqzoom li:nth-child(2) {
  position: absolute;
  left: 0;
  margin: auto;
}

.jqzoom li:nth-child(3) {
  position: absolute;
  right: 0;
  margin: auto;
}

.proproperty {
  font-size: 16px;
  margin-top: 20px;
  width: 1200px;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
}

.proproperty li {
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  display: inline-block;
  margin-right: 30px;
}

.proproperty li.cur {
  color: #3c746b
}

.procontent {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.pageleft {
  float: left
}

.pageright {
  float: right
}


.linkWrap .link {
  width: 1120px;
  margin: 0 auto 0;
  line-height: 30px;
  background: url(../images/link.png) left center no-repeat;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  padding-left: 80px;
}

.linkWrap .link a {
  color: #b2b2b2;
  font-size: 14px;
  margin-left: 10px;
}

.linkWrap .link a:hover {
  text-decoration: underline;
  color: #3c746b;
}


/*footer*/
.footWrap {
  background: url(../images/footbj.jpg) center center no-repeat;
  position: relative;
  overflow: hidden;
}

.footWrap .foot {
  width: 1200px;
  margin: 0 auto;
  height: 358px;
  position: relative;
  overflow: hidden
}

.footWrap .foot .foottext {
  overflow: hidden;
  height: 182px;
  background: url(../images/logo02.png) 60px 90px no-repeat;
  padding-top: 110px
}

.footWrap .foot .foottext p {
  position: relative;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 36px;
  padding-left: 500px;
}

.footWrap .foot .foottext p span {
  padding-left: 30px
}

.footWrap .foot .tips {
  position: absolute;
  left: 100px;
  font-size: 24px;
  color: #FFF;
  top: 180px;
}

.footWrap .foot .ewm {
  position: absolute;
  right: 0;
  bottom: 90px;
  margin: auto;
  height: 143px
}

.copyWrap {
  height: 70px;
}

.copy {
  width: 1200px;
  border-top: 1px solid #333333;
  font-size: 14px;
  line-height: 70px;
  position: relative;
  margin: 0 auto;
  color: #808080
}

.copy span {
  display: block
}

.copy a {
  font-size: 14px;
  color: #808080
}

.copy a:hover {
  color: #FFF
}

.copy .copyRight {
  position: absolute;
  right: 0;
  top: 0
}

.subnav {
  position: absolute;
  color: #f7f7f7;
  font-size: 14px;
  top: 30px;
  left: 460px
}

.subnav a {
  margin: 0 30px;
  color: #f7f7f7;
  font-size: 14px;
}

/*翻页*/
.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
}



/*===========================================插件END======================================================*/

#product_view {
  width: 700px;
  margin: auto;
  overflow: hidden;
}

#product_view h1 {
  font-size: 18px;
  text-align: left;
  line-height: 26px;
}

#product_view h2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px
}

#product_view div.content {
  line-height: 180%;
  padding-bottom: 15px
}

#product_view p.pImg {
  text-align: center;
  padding-bottom: 15px
}


.list {
  padding: 0 10px 0 0;
}

.list img {
  cursor: pointer;
  padding: 1px;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.list img.onzoom,
.list img.on {
  padding: 0px;
  border: 2px solid #3c746b;
}

.container {
  position: relative;
}

.izImage {
  border: 1px solid #cdcdcd;
  max-width: 450px;
  max-height: 450px;
  cursor: pointer
}

.izViewer {
  width: 0;
  height: 0;
  position: absolute;
  left: 390px;
  top: 0;
  display: none;
  border: 1px solid #999;
}

#idList {
  display: none
}

.handle {
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #E6EAF3;
  cursor: crosshair;
}


.right_text {
  width: 450px;
  font-size: 16px;
  float: right;
}

.right_text h1 {
  line-height: 26px;
  font-size: 28px;
  font-weight: normal
}

.right_text .text {
  line-height: 34px;
  margin-top: 10px;
}

.right_text .text span {
  font-size: 22px;
  color: #3c746b;
}

.right_text .text .janj {
  line-height: 30px;
  color: #4c4c4c;
  font-size: 16px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2
}



/*漂浮*/
.float-contact-mini {
  position: absolute;
  right: 1px;
  top: 30%;
  z-index: 100
}

.float-contact-mini a {
  background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 65px;
  line-height: 110%;
  padding: 46px 5px 0;
  text-align: center;
  text-decoration: none !important;
  width: 18px;
}

.float-contact {
  display: none;
  position: absolute;
  right: 1px;
  top: 28%;
  width: 190px;
}

.float-contact .close {
  background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 31px;

  line-height: 31px;
  padding-left: 22px;

}

.float-contact .container {
  background: #FFFFFF;
  border-color: #E3E3E3;
  padding: 10px 5px
}

.float-contact .container {
  border-style: solid;

}

.float-contact .qq {}

.float-contact .qqtitle {}

.float-contact .qq .btn {}

.float-contact .qq .btn li {
  line-height: 30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
  background: url("../images/qqpf.png") repeat-x left center;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}


/*新内容页样式*/
.Loc_navigation {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  width: 1200px;
  margin: 30px auto 0;
  position: relative;
  font-size: 14px
}

.Loc_navigation a {
  font-size: 14px;
  color: #000
}

.Loc_navigation a:hover {
  color: #3c746b
}

.Loc_navigation span {
  font-family: '宋体'
}

/*内页样式*/
.nyContent {
  width: 1200px;
  margin: 15px auto 0;
  overflow: hidden
}

.nyContent .nyLeft {
  width: 190px;
  float: left;
  background: #FFF;
  margin-bottom: 50px;
}

.nycaseList .nyLeft {
  width: 190px;
  float: left;
  background: #FFF;
  margin-bottom: 50px;
}

.nyContent .nyCenter {
  float: left;
  width: 970px;
  margin-left: 40px;
}

.nyContent .nyRight {
  width: 270px;
  float: right;
  margin-bottom: 40px;
}

.nyContent .nyRightAbout {
  width: 970px;
  float: right
}

/**左侧**/
.nyContent .nyLeft .nyLeftBox {
  width: 190px;
  transition: all .5s;
  position: inherit;
  top: 0
}

.nyContent .nyLeft .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #3c746b;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: bold
}

.nyContent .nyLeft .LeftList li {
  margin: 10px 0;
  line-height: 40px;
  text-align: center;
}

.nyContent .nyLeft .LeftList li a {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  color: #4c4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block
}

.nyContent .nyLeft .LeftList li a:hover,
.nyContent .nyLeft .LeftList li a.cur {
  border: 1px solid #3c746b;
  color: #3c746b
}

.nycaseList .nyLeft .nyLeftBox {
  width: 190px;
  transition: all .5s;
  position: inherit;
  top: 0
}

.nycaseList .nyLeft .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #3c746b;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: bold
}

.nycaseList .nyLeft .LeftList li {
  margin: 10px 0;
  line-height: 50px;
  text-align: center;
}

.nycaseList .nyLeft .LeftList li a {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  color: #4c4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block
}

.nycaseList .nyLeft .LeftList li a:hover,
.nycaseList .nyLeft .LeftList li a.cur {
  border: 1px solid #3c746b;
  color: #3c746b
}


/**列表页浮动导航**/
.nyContent .nyLeft .FloatNav {
  position: fixed;
  top: 150px;
  z-index: 99;
}

.nycaseList .nyLeft .FloatNav {
  position: fixed;
  top: 150px;
  z-index: 99;
}

.nyContent .nyRight .Right_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
}

.nyContent .nyRight .Righttitle {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold
}

.nyContent .nyRight .Righttitle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #3c746b
}

.nyContent .nyRight .RightList {
  padding: 0 10px 10px
}

.nyContent .nyRight .RightList a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  display: block;
}

.nyContent .nyRight .RightList .pic {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  display: block;
}

.nyContent .nyRight .RightList .pic img {
  height: 140px;
}

.nyContent .nyRight .RightList a:hover {
  color: #3c746b
}

.nyContent .nyRight .tagList {
  padding: 0 10px 10px
}

.nyContent .nyRight .tagList a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  font-weight: normal;
}

.nyContent .nyRight .tagList a:hover {
  color: #3c746b
}

.nyContent .nyRight .Right_box_pro {
  background: #FFF
}

.nyContent .nyRight .Right_box_pro a {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 26px
}

.nyContent .nyRight .Right_box_pro a img {
  border: 1px solid #f8f8f8;
  display: block;
  max-width: 99%
}

.nyContent .nyRight .Right_box_pro .RightList {
  padding: 0
}

/**内新闻列表**/
.ny-right-news {
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  min-height: 300px;
}

.ny-right-news ul {
  margin-bottom: 20px;
}

.ny-right-news li .pic {
  width: 190px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #f8f8f8;
  overflow: hidden;

}

.ny-right-news li {
  width: auto;
  display: block;
  margin: 15px 0 20px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}



.ny-right-news li .pic img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: -50%;
  top: 0;
  bottom: 0;
  right: -50%;
}

.ny-right-news li .text {
  height: 70px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #4c4c4c
}

.ny-right-news li .text .bt {
  display: block;
  word-break: break-all;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #1a1a1a;
  position: relative;
  font-weight: normal;
}

.ny-right-news li .text .btfot {
  color: #d6d6d6;
  font-size: 12px;
}

.ny-right-news li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.ny-right-news li .text .btfot .fotsh {
  position: absolute;
  right: 70px;
  top: 0;
  cursor: pointer
}

.ny-right-news li .text .btfot .fotsh .s {
  background: url("../images/i03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-pro2 li .text .btfot .fotsh {
  top: 45px;
  right: 80px;
}

.ny-right-news li .text .btfot .fotsh .pare1 {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 0 5px 10px;
  position: absolute;
  left: -25px;
  top: 24px;
  width: 90px;
  background: #fff;
  z-index: 10
}

.ny-right-news li .text .btfot .fotsh .pare1 a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1:after {
  content: '';
  position: absolute;
  left: 43px;
  top: -4px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #FFF
}

.ny-right-news li .text .btfot .fotsh:hover .pare1 {
  display: block;
}

.ny-right-news li .text .btfot .d {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.ny-right-pro2 li .text .btfot .d {
  left: 20px;
  top: 45px;
}

.ny-right-pro2 li .text .btfot .v {
  top: 45px;
  right: 20px;
}

.ny-right-news li:hover>.text .bt {
  color: #3c746b
}

.ny-right-pro li .text .btfot .d {
  margin-left: 0
}

.ny-right-pro li .pic {
  width: 240px;
  height: 240px;
  border: 1px solid #f8f8f8
}

.ny-right-pro li .text {
  margin-left: 260px;
  min-height: 240px;
  margin-right: 10px
}

.ny-right-pro li .text .nr {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c
}

.ny-right-pro2 ul {
  float: left
}

.ny-right-pro2 li {
  width: 300px;
  padding: 0;
  float: left;
  margin: 0 10px 20px;
  border: 1px solid #f2f2f2
}

.ny-right-pro2 li .pic {
  width: 300px;
  height: 300px;
  top: 0;
  margin: 0 auto;
  position: inherit
}

.ny-right-pro2 li .text {
  width: 270px;
  margin: 10px auto;
  height: 70px
}


.ny-right-pro2 li:hover {
  background: none;
  border: 1px solid #3c746b
}

.nyShowLeft {
  width: 930px;
  float: left;
  padding-top: 20px;
}

.nyShowLeft .ShowNewsTitle {
  font-size: 36px;
  line-height: 50px;
  color: #1a1a1a;
  margin-bottom: 40px
}

.nyShowLeft .ShowProTitle {
  width: 600px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 15px;
  color: #1a1a1a
}

.nyShowLeft .ShowNewsBox {
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft {
  transition: all .5s;
  position: inherit;
  top: 0;
  float: left;
  width: 110px;
  padding-right: 30px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData {
  text-align: center;
  font-family: "Arial";
  color: #1a1a1a;
  font-size: 36px;
  overflow: hidden
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p {
  display: block;
  line-height: 36px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  vertical-align: bottom;
  position: relative;
  z-index: 6
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData i {
  display: block;
  font-size: 18px;
  margin-top: 10px
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author {
  text-align: center;
  color: #808080;
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author span {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #3c746b;
  color: #FFF
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  position: fixed;
  top: 140px;
  z-index: 12
}

.NewsRight.FloatNav {
  position: fixed;
  top: 140px;
  z-index: 12
}

.shareWrap {
  position: relative
}

.shareWrap .gb_res_t {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  margin-top: 40px
}

.shareWrap .gb_res_t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto
}

.shareWrap .gb_res_t span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  vertical-align: bottom;
  position: relative;
  z-index: 6
}

.shareWrap .bdsharebuttonbox {
  position: relative
}

.shareWrap .bdsharebuttonbox a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #cccccc;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px;
  display: block;
  position: relative
}

.shareWrap .bdsharebuttonbox a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
  background: url(../images/share/x01.png) no-repeat center center;
  background-size: 25px
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
  background: url(../images/share/x02.png) no-repeat center center;
  background-size: 22px
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
  background: url(../images/share/x03.png) no-repeat center center;
  background-size: 22px
}

.shareWrap .bdsharebuttonbox a:before {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0)
}

.shareWrap .bdsharebuttonbox a:hover:before {
  background: #f00;
  width: 50px;
  height: 50px;
  transform: scale(1)
}

.shareWrap .bdsharebuttonbox a.bds_tsina:hover:before {
  background: #f56467
}

.shareWrap .bdsharebuttonbox a.bds_weixin:hover:before {
  background: #8dc81b
}

.shareWrap .bdsharebuttonbox a.bds_sqq:hover:before {
  background: #68a5e1
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
  display: block
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
  text-align: center;
  position: absolute;
  left: 100px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: -60px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
  width: 140px !important;
  margin: 0 auto
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
  font-size: 14px;
  margin-bottom: 10px
}

.nyShowLeft .ShowNewsBox .NewsBoxRight {
  float: right;
  width: 750px;
  margin-right: 40px;
  min-height: 500px
}

.NewsBoxRight img {
  max-width: 100% !important;
}

.ny-news-nr {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 20px
}

.ny-news-nr a {
  color: #2310e5;
  font-size: 14px;
  text-decoration: underline
}

.ny-news-nr img {
  width: 100%;
  height: auto !important
}

.MainPicture {
  margin-bottom: 10px
}

.MainPicture img {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #e7e7e7
}

.newsOther {
  margin: 10px 0;
  font-size: 14px;
  color: #000
}

.newsOther a {
  font-size: 14px;
  line-height: 30px;
  color: #000
}

.newsOther a:hover {
  color: #3c746b
}

.RecProducts {
  line-height: 70px;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold
}

.RecProducts:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #3c746b
}

.RecProductsList {
  width: auto;
  overflow: hidden
}

.RecProductsList li {
  width: 100%;
  float: left;
  margin-bottom: 10px
}

.RecProductsList li .LiBox {
  width: auto;
  margin: 0 5px;
  overflow: hidden;
  text-align: center
}

.webapp .RecProductsList li .LiBox {
  margin: 0;
}

.RecProductsList li .LiBox .pic {
  width: auto;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  position: relative
}

.RecProductsList li .LiBox .pic a {
  display: block;
  border: 1px solid #e8e8e8
}

.RecProductsList li .LiBox .pic img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block
}

.RecProductsList li .LiBox .text {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999999
}

.SubnavWrap {
  background: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid #e6e6e6
}

.Subnav {
  height: 62px;
  width: 85%;
  margin: 0 auto;
  position: relative
}

.Subnav .SubLogo {
  display: block;
  width: 280px;
  background: url("../images/logo03.png") no-repeat left center;
  background-size: auto 50px;
  height: 100%
}

.Subnav .SubnavBox {
  border: 1px solid #fff;
  border-bottom: 0;
  position: absolute;
  width: 40px;
  padding-left: 22px;
  padding-top: 22px;
  height: 39px;
  left: 260px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 100;
  cursor: pointer
}

.Subnav .SubnavBox .more-icon {
  display: inline-block;
  width: 20px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.Subnav .SubnavBox .more-icon i {
  display: block;
  width: 20px;
  height: 10px;
  position: relative
}

.Subnav .SubnavBox .more-icon .box-t:before,
.Subnav .SubnavBox .more-icon .box-t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a;
  transition: transform .3s 0.3s;
  -webkit-transition: transform .3s 0.3s
}

.Subnav .SubnavBox .more-icon .box-t:after {
  left: 10px
}

.Subnav .SubnavBox .more-icon .box-b:before,
.Subnav .SubnavBox .more-icon .box-b:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a
}

.Subnav .SubnavBox .more-icon .box-b:after {
  left: 10px
}

.Subnav .SubnavBox:hover .more-icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg)
}

.Subnav .SubnavBox:hover .more-icon .box-t:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.Subnav .SubnavBox:hover .box-t:before,
.Subnav .SubnavBox:hover .box-t:after {
  background: #3c746b
}

.Subnav .SubnavBox:hover .box-b:before,
.Subnav .SubnavBox:hover .box-b:after {
  background: #3c746b
}

.Subnav .SubnavBox .SubTowNav {
  border: 1px solid #e6e6e6;
  display: none;
  width: 330px;
  position: absolute;
  top: 61px;
  left: -1px;
  z-index: 101;
  background: #FFF
}

.Subnav .SubnavBox .SubTowNav .ProBox {
  margin: 0 auto;
  padding: 25px 0 25px;
  overflow: hidden
}

.Subnav .SubnavBox .SubTowNav .ProBox .T {
  float: left;
  width: 110px;
  text-align: center
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a {
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #808080;
  font-size: 14px
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a:hover {
  color: #3c746b
}

.Subnav .SubnavBox:hover .SubTowNav {
  display: block
}

.Subnav .SubnavBox:hover {
  border: 1px solid #e6e6e6;
  border-bottom: 0
}

.Subnav .SubnavBox:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  z-index: 1022
}

.Subnav .SubnavText {
  position: absolute;
  left: 330px;
  top: 0;
  line-height: 60px;
  font-size: 18px;
  color: #1a1a1a;
  margin: auto;
  z-index: 10
}

.show-postion .nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  top: 90px;
  margin-top: 0 !important;
}

/* 搜索 */
.seachWrap {
  width: 1200px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}

.seachWrap p {
  line-height: 60px;
  color: #999999;
  font-size: 14px;
}

.seachWrap span {
  color: #666666;
}

.Right {
  position: absolute;
  right: 0;
  top: 14px;
  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
}