﻿@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: #2c99fe;
}


/* 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;
  width: auto;
  height: 127px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  background: #FFF;
  -moz-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
}

.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: 1300px;
  margin: 0 auto;
  height: 127px;
  position: relative;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 450px;
}

.top-T .logoL {
  width: 335px;
  height: 93px;
  overflow: hidden;
  padding-top: 15px;
  position: relative
}

.top-T .contact {
  -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;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b2b2b2
}

.top-T .contact a {
  color: #b2b2b2;
  font-size: 14px;
  margin: 0 10px;
}


/***********nav*******/

.nav {
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100
}

.nav li {
  float: left;
  text-align: center;
  position: relative
}

.nav li.li {
  width: 0;
  height: 70px;
  overflow: hidden;
  background: url(../images/navxian.png) center center no-repeat
}

.nav li>a {
  line-height: 70px;
  margin-left: -15px;
  width: 130px;
  font-size: 16px;
  color: #333333;
  display: block;
  position: relative
}

.nav li>a:hover,
.nav li>.cur {
  background: url(../images/xiancur.png) bottom center no-repeat;
  color: #FFF
}

.HeadFixed {
  height: 70px;
}

.HeadFixed .top-T {
  height: 70px;
  background-size: 400px;
}

.HeadFixed .top-T .contact {
  top: -60px
}


/*********************************公共头部结束*******************************/

.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 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background: #cccccc
}

.silder-ctrl-con.active>span {
  background-color: #2c99fe;
}

@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;
  }
}


/*产品中心*/

.inPROWrap {
  width: auto;
  padding: 20px 0 0;
  background: #f6f6f6
}

.inPRO {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.inproSearch {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
  padding: 0 0 15px;
  border-bottom: 1px solid #efefef;
  position: relative
}

.inproSearch span {
  font-size: 14px;
  color: #333333;
  font-weight: bold
}

.inproSearch a {
  margin-right: 10px;
  font-size: 14px;
  color: #808080
}

.seach {
  overflow: hidden;
  width: 290px;
  height: 36px;
  background: #ebebeb;
  position: absolute;
  right: 0;
  top: 0;
}

.seach .keys {
  width: 230px;
  height: 36px;
  border: 0;
  background: none;
  padding-left: 10px;
  float: left;
  font-size: 14px;
  color: #434343;
  font-family: '微软雅黑'
}

.seach .btns {
  border: 0;
  background: url(../images/an.png) center center no-repeat #2c99ff;
  width: 50px;
  height: 36px;
  float: right;
  cursor: pointer
}

.seach .keys::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #434343;
}

.seach .keys::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #434343;
}

.seach .keys::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: #434343;
}

.seach .keys::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #434343;
}

.inproys {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
  padding: 30px 0;
  overflow: hidden;
  position: relative
}

.inproys li {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  float: left
}

.inproys li img {
  display: block;
  margin: 0 auto 0px
}

.inproys li strong {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}

.inproys li strong:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #2c99ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.RightBOx {
  width: 930px;
  float: right;
  overflow: hidden;
}

.RightBOx .protitle {
  height: 40px;
  background: url(../images/xian.jpg) left bottom no-repeat;
  line-height: 40px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative
}

.RightBOx .protitle i {
  font-weight: normal;
  font-size: 16px;
  color: #959595;
  padding-left: 15px;
}

.RightBOx .protitle a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #959595;
  font-weight: normal
}

.RightBOx .proTop {
  width: 930px;
  height: 400px;
  margin: 10px 0;
  background: #FFF
}

.RightBOx .proTop .bd {
  position: relative;
  width: 930px
}

.RightBOx .proTop .scrollWrap {
  overflow: hidden;
  width: 930px;
}

.RightBOx .proTop ul {
  overflow: hidden;
  zoom: 1;
}

.RightBOx .proTop li {
  width: 930px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
}

.RightBOx .proTop li a {
  display: block;
  font-size: 16px;
  color: #868686;
  line-height: 30px;
  overflow: hidden;
  width: 760px;
  margin: 0 auto;
}

.RightBOx .proTop li .pic {
  float: left;
  position: relative;
  display: block;
  background: #FFF;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.RightBOx .proTop li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.RightBOx .proTop li .text {
  float: right;
  width: 320px;
  padding-top: 50px;
}

.RightBOx .proTop li .text strong {
  display: block;
  font-size: 24px;
  color: #4b4b4b;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 15px
}

.RightBOx .proTop li .text span {
  display: block;
  width: 139px;
  height: 30px;
  background: url(../images/more.jpg) center center no-repeat;
  margin-top: 30px
}

.RightBOx .proTop .prev,
.RightBOx .proTop .next {
  width: 23px;
  height: 40px;
  z-index: 100;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  overflow: hidden;
  cursor: pointer;
}

.RightBOx .proTop .prev {
  background: url(../images/left.jpg) no-repeat;
  left: 20px;
}

.RightBOx .proTop .next {
  background: url(../images/right.jpg) no-repeat;
  right: 20px;
}

.RightBOx .proLi {
  width: 930px;
  overflow: hidden
}

.RightBOx .proLi li {
  width: 300px;
  float: left;
  margin-right: 15px
}

.RightBOx .proLi li a {
  display: block;
  font-size: 16px;
  color: #868686;
  background: #FFF;
  line-height: 30px;
  overflow: hidden;
  width: 300px;
}

.RightBOx .proLi li a .pic {
  position: relative;
  display: block;
  background: #FFF;
  overflow: hidden;
  width: 300px;
  height: 230px;
}

.RightBOx .proLi li a .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.RightBOx .proLi li a .text {
  width: 200px;
  height: 75px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  padding-right: 85px;
  background: url(../images/jt03.jpg) 245px center no-repeat;
  position: relative;
  padding-left: 20px
}

.RightBOx .proLi li a .text strong {
  height: 30px;
  overflow: hidden;
  font-size: 20px;
  color: #606060;
  line-height: 30px;
  display: block;
  font-weight: normal;
}

.RightBOx .proLi li a .text span {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #767676
}

.RightBOx .proLi li a .text:after {
  content: '';
  position: absolute;
  left: 220px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb
}

.RightBOx .proLi li:nth-child(3) {
  margin-right: 0
}

.LeftBox {
  width: 250px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  background: url(../images/contactimg.jpg) center bottom no-repeat #FFF;
  padding-bottom: 205px;
  position: relative;
}

.LeftBox .Lefttitle {
  background: #2c99ff;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 26px;
  padding: 20px 0 15px;
  text-transform: uppercase
}

.LeftBox .Lefttitle span {
  display: block;
  font-family: '微软雅黑 Light';
  font-size: 16px;
  font-weight: normal
}

.LeftBox .LeftList {
  width: 248px;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  overflow: hidden;
  margin: 0 auto;
}

.LeftBox .LeftList li {
  overflow: hidden;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid #f6f6f6
}

.LeftBox .LeftList li a {
  color: #525252;
  display: block;
  height: 60px;
  font-size: 16px;
  background: url(../images/jt.png) 30px center no-repeat;
  padding-left: 60px;
}

.LeftBox .LeftList li a:hover,
.LeftBox .LeftList li.cur a {
  color: #ff0000
}


/***匠心铸造品质***/

.IngenuityWrap {
  padding: 20px 0;
  background: #f6f6f6;
  margin-top: 3px;
}

.Ingenuity {
  width: 1200px;
  margin: 0 auto;
  height: 340px;
  background: #efefef;
  position: relative
}

.Ingenuity .video {
  width: 560px;
  height: 325px;
  float: left;
  background: #2c99ff;
  padding-left: 10px;
  padding-top: 15px;
}

.Ingenuity .text {
  width: 520px;
  float: right;
  line-height: 36px;
  padding-top: 20px;
  position: relative;
  font-size: 16px;
  color: #6f6e6e
}

.Ingenuity .text strong {
  font-size: 34px;
  color: #656565
}

.Ingenuity .text span {
  display: block;
  font-size: 34px;
  color: #656565
}

.Ingenuity .text:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 23px;
  bottom: 0;
  width: 5px;
  height: 32px;
  background: #3f3f3f
}

.ysWrap {
  width: auto;
  height: 764px;
  background: url(../images/ys.jpg) center center no-repeat;
}

.ysWrap .ys {
  width: 1200px;
  height: 764px;
  margin: 0 auto;
  position: relative
}

.ysWrap .ys .act {
  position: absolute;
  width: 380px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #878787
}

.ysWrap .ys .act .title {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.ysWrap .ys .act .title strong {
  font-size: 24px;
  font-weight: normal;
  color: #606060;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px
}

.ysWrap .ys .act .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #2c99ff;
  left: 0
}

.ysWrap .ys .act01 {
  top: 290px;
  left: 0px;
}

.ysWrap .ys .act02 {
  top: 260px;
  left: 170px;
}

.ysWrap .ys .act03 {
  top: 260px;
  right: 140px;
}

.ysWrap .ys .bt {
  text-align: center;
  position: absolute;
  left: 0;
  top: 140px;
  font-size: 14px;
  font-family: '微软雅黑 Light';
  line-height: 42px;
  text-transform: uppercase;
  right: 0;
  text-align: center;
  color: #ffffff
}

.ysWrap .ys .bt strong {
  font-size: 36px;
  display: block
}

.about {
  width: 1200px;
  margin: 30px auto;
  height: 226px;
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbj.jpg) center center no-repeat
}

.about .aboutL {
  width: 480px;
  height: 190px;
  position: absolute;
  display: block;
  right: 5px;
  top: 20px;
  font-size: 18px;
  color: #FFF;
  line-height: 36px;
}

.inproabout {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
  padding: 0px 0;
  overflow: hidden;
  position: relative
}

.inproabout li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #a2a1a1;
  position: relative;
  float: left
}

.inproabout li strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #7a7a7a;
  font-weight: normal;
  position: relative;
  padding-bottom: 18px;
}

.inproabout li strong:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #2c99ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}


/*新闻中心*/

.news {
  width: 1200px;
  margin: 50px auto 15px;
  overflow: hidden
}

.news_bt {
  width: auto;
  height: 40px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #383838;
  border-bottom: 1px solid #e0e0e0;
  line-height: 40px;
  position: relative;
}

.news_bt a {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 55px;
  height: 22px;
  display: block;
  background: url(../images/more01.jpg) center center no-repeat
}

.news_bt:after {
  content: '';
  width: 90px;
  height: 3px;
  background: #bb0000;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto
}

.newsWrap_L {
  width: 820px;
  float: left;
  overflow: hidden
}

.newsWrap_L .news_H_nr {
  width: auto;
  overflow: hidden;
  padding-top: 15px
}

.newsWrap_L .txtImg {
  width: 380px;
  display: block;
  background: #f8f8f8;
  height: 410px;
  float: left;
}

.newsWrap_L .txtImg .pic {
  width: 380px;
  height: 220px;
  position: relative;
}

.newsWrap_L .txtImg .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.newsWrap_L .txtImg .text {
  padding: 20px;
  color: #b3b3b3;
  line-height: 24px;
  font-size: 14px;
}

.newsWrap_L .txtImg .text strong {
  display: block;
  color: #484848;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
}

.newsWrap_L .txtImg .text span {
  display: block;
  width: 139px;
  height: 30px;
  background: url(../images/more.jpg) center center no-repeat;
  margin-top: 15px
}

.newsWrap_L .ul_list {
  width: 820px;
  float: right
}

.newsWrap_L .ul_list li {
  width: 390px;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 12px;
  margin-bottom: 13px;
  position: relative;
  float: left;
  margin: 0 10px 12px
}

.newsWrap_L .ul_list li a {
  display: block;
  color: #333333
}

.newsWrap_L .ul_list li a .txt {
  padding-left: 70px;
}

.newsWrap_L .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;
}

.newsWrap_L .ul_list li a .txt .nr {
  color: #969696;
  font-size: 12px;
  overflow: hidden;
  line-height: 18px;
}

.newsWrap_L .ul_list li a .data {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #FFF;
  background: #bb0000;
}

.newsWrap_L .ul_list li a .data span {
  display: block;
  font-size: 24px;
  padding: 8px 0 0px;
  color: #FFF;
  font-weight: bold
}

.newsWrap_L .ul_list li a:hover {
  color: #bb0000
}

.newsWrap_R {
  width: 320px;
  float: right;
}

.newsWrap_R .news_bt {
  background: url(../images/wentitle.jpg) left center no-repeat;
  padding-left: 50px;
}

.newsWrap_R .news_bt:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #bb0000;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto
}

.news .newsWrap_R .news_L_nr {
  overflow: hidden;
  padding-top: 15px;
}

.news .newsWrap_R .news_L_nr .news_img_top {
  margin-bottom: 10px;
  display: none
}

.news .newsWrap_R .news_L_nr .sideBox {
  height: 400px
}

.news .newsWrap_R .news_L_nr li {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
}

.news .newsWrap_R .news_L_nr li .wen {
  background: url(../Images/da.jpg) left center no-repeat;
  padding-left: 30px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 35px
}

.news .newsWrap_R .news_L_nr li .da {
  background: url(../Images/wen.jpg) left 2px no-repeat;
  padding-left: 30px;
  line-height: 24px;
  color: #a8a8a8
}

.news .newsWrap_R .news_L_nr li a {
  color: #666666;
  display: block;
  font-size: 14px;
}


/*内页样式*/

.message_table tr {
  height: 55px;
  font-size: 12px
}

.message_table tr input {
  width: 280px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  border: 1px solid #f1f1f1;
  padding-left: 5px
}

.message_table tr textarea {
  width: 280px;
  font-size: 12px;
  height: 80px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #f1f1f1;
  padding-left: 5px
}

.message_table tr .text {
  width: 120px;
  text-align: right;
  padding-right: 10px;
}

.message_table tr .submit {
  width: 100px;
  background: #4187dd;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: 12px;
  font-family: '微软雅黑'
}

.message_table tr .info {
  color: #da251e
}

.nyWrap {
  width: auto;
  overflow: hidden;
  width: 1200px;
  margin: 40px auto
}

.nyWrap .nyLeft {
  width: 250px;
  float: left
}

.nyWrap .newsRight {
  width: 930px;
  float: right
}

.in_pro {
  width: 1200px;
  margin: 40px auto;
  padding: 0
}

.right-bt {
  width: 930px;
  margin: 0 auto 10px;
  height: 35px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 35px;
}

.right-bt .nybtL {
  color: #2c99fe;
  display: inline-block;
  height: 34px;
  padding: 0 5px;
  border-bottom: 2px solid #2c99fe;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

.right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #737373
}

.right-bt .nybtR a:nth-last-child(1) {
  color: #2c99fe
}

.right-bt a {
  color: #09255d
}

.right-bt a:hover {
  color: #2c99fe
}

.ny-right-about {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 300px;
  padding: 10px 0;
  font-size: 14px;
  color: #474747
}

.ny-right-news {
  width: 970px;
  float: right;
  margin: 0 auto;
}

.ny-right-news li a {
  background: url(../Images/article_common.gif) left center no-repeat;
  padding-left: 25px;
  font-size: 14px;
}

.ny-right-news li a:hover {
  color: #09F;
  font-size: 14px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news h1 {
  font-size: 16px;
  width: 930px;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 930px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 930px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 20px;
}


/*荣誉*/

.ny-right-honor {
  width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden
}

.ny-right-honor li {
  width: 310px;
  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 a .pic {
  width: 280px;
  overflow: hidden;
  height: 280px;
  position: relative;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.ny-right-honor li a .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.ny-right-honor li a .txt {
  text-align: center;
  overflow: hidden;
  height: 32px;
  line-height: 32px
}

.ny-right-honor li a:hover {
  color: #2c99fe
}

.caseList {
  width: 930px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden
}

.caseList li {
  width: 300px;
  float: left;
  overflow: hidden;
  margin: 0 10px 20px;
  position: relative;
}

.caseList li a {
  font-size: 14px;
  width: 280px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.caseList li a .pic {
  width: 280px;
  overflow: hidden;
  height: 200px;
  position: relative;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.caseList li a .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.caseList li a .txt {
  text-align: center;
  overflow: hidden;
  height: 42px;
  line-height: 42px
}

.caseList li a:hover {
  color: #2c99fe
}

.honorlist .caseList li {
  width: 460px;
}

.honorlist .caseList li a {
  font-size: 14px;
  width: 458px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.honorlist .caseList li a .pic {
  width: 458px;
  overflow: hidden;
  height: 458px;
  position: relative;
  border: 1px solid #ededed;
  margin: 0 auto;
}


/*内页****产品****样式*****/

.ny-right-pro {
  width: 930px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden
}

.ny-right-pro li {
  width: 310px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-pro li a {
  font-size: 15px;
  width: 285px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-pro li a .pic {
  width: 285px;
  height: 285px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.ny-right-pro li a .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.ny-right-pro li a .txt {
  text-align: center;
  overflow: hidden;
  height: 42px;
  line-height: 42px
}

.ny-right-pro li a:hover {
  color: #2c99fe
}

.jqzoom {
  width: 930px;
  margin: 10px auto;
  overflow: hidden;
}

.jqzoom img {
  max-width: 450px;
}

.jqzoom_A {
  width: 930px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  border: 1px solid #CCC;
  max-width: 550px;
}

.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 930px;
  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: 100px;
}

.proproperty li.cur {
  background-image: url(../Images/t1.jpg);
}

.procontent {
  width: 930px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}

.pageleft {
  float: left
}

.pageright {
  float: right
}

.linkWrap {
  width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #f6f6f6;
  height: 100px;
  line-height: 24px;
  font-size: 14px;
}

.linkWrap span {
  width: 130px;
  height: 100%;
  line-height: 100px;
  background: #efefef;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #3e3d3d;
  font-size: 20px;
  font-weight: bold
}

.linkWrap .link {
  width: auto;
  position: relative;
  padding-left: 150px;
  padding-right: 5px;
  margin-top: 15px;
  overflow: hidden;
}

.linkWrap .link a {
  color: #3e3d3d;
  font-size: 14px;
  margin: 0 10px;
}

.linkWrap .link a:hover {
  text-decoration: underline;
  color: #2c99fe
}


/*footer*/

.footWrap {
  overflow: hidden;
  background: url(../images/footbj.jpg) center center no-repeat;
  height: 347px;
  position: relative
}

.footWrap .foot {
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
  background: url(../images/logo02.png) left 200px no-repeat;
  height: 167px;
  overflow: hidden;
  position: relative;
}

.footWrap .foot .bottomNav {
  width: 300px;
  margin-left: 260px;
  padding-left: 50px;
  float: left;
  height: 105px;
  background: url(../images/xian03.png) left top no-repeat;
  line-height: 30px;
}

.footWrap .foot .bottomNav a {
  width: 95px;
  float: left;
  font-size: 14px;
  color: #808080
}

.footWrap .foot .bottomNav a:hover {
  color: #2c99fe
}

.footWrap .foot .contact {
  width: 275px;
  margin-left: 610px;
  height: 105px;
  padding-left: 50px;
  background: url(../images/xian03.png) left top no-repeat;
  line-height: 30px;
}

.footWrap .foot .contact p {
  width: 275px;
  font-size: 14px;
  color: #808080
}

.footWrap .foot .contact p img {
  margin-top: -2px;
  margin-right: 5px;
}

.footWrap .foot .ewm {
  position: absolute;
  right: 0;
  top: 180px;
  padding-left: 30px;
  height: 105px;
  background: url(../images/xian03.png) left top no-repeat;
}

.footWrap .foot .ewm img {
  margin-left: 25px
}

.copyWrap {
  background: #252525;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.copy {
  width: 1200px;
  text-align: center;
  color: #7a7979;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  position: relative
}

.copy a {
  color: #7a7979;
  font-size: 14px;
}

.copy a:hover {
  text-decoration: underline
}

.copy .Technical {
  position: absolute;
  right: 0;
  top: 10px
}


/*翻页*/

.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 #2c99fe;
}

.container {
  position: relative;
}

.izImage {
  border: 1px solid #cdcdcd;
  width: 450px;
  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: #2c99fe;
}

.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;
}


/*新内容页样式*/


/***成功案例****/

.nycaseList {
  width: 1200px;
  margin: 15px auto 0;
  overflow: hidden
}

.caseList {
  width: 980px;
  float: right;
  overflow: hidden
}

.caseList li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative
}

.caseList li .pic {
  width: 298px;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.caseList li .txt {
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.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: #2c99fe
}

.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: #2c99fe;
  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 #2c99fe;
  color: #2c99fe
}

.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: #2c99fe;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: bold
}

.nycaseList .nyLeft .LeftList li {
  margin: 10px 0;
  line-height: 40px;
  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 #2c99fe;
  color: #2c99fe
}


/**列表页浮动导航**/

.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: #2c99fe
}

.nyContent .nyRight .RightList {
  padding: 0 10px 10px
}

.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: #2c99fe
}

.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 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;
  height: 42px;
  line-height: 42px;
  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: #2c99fe
}

.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;
  height: 100%;
  padding: 0;
  float: left;
  margin: 0 10px 20px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.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 #2c99fe
}

.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: #2c99fe;
  color: #FFF
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  position: fixed;
  top: 130px;
  z-index: 12
}

.NewsRight.FloatNav {
  position: fixed;
  top: 90px;
  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
}

.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 {
  max-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: #2c99fe
}

.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: #2c99fe
}

.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: #2c99fe
}

.Subnav .SubnavBox:hover .box-b:before,
.Subnav .SubnavBox:hover .box-b:after {
  background: #2c99fe
}

.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: #2c99fe
}

.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;
}