header.hover {
  background: #fff;
}

.menu {
  display: none;
}

.top-fixed {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}

.contact_l p {
  text-indent: 2em;
  line-height: 25px;
}

.contact_l p strong {
  font-size: 14px;
}

.contact_l p strong span {
  font-size: 14px;
}

.main-header {
  background: #fff;
  border-bottom: 2px solid #349A93;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}

.main-header .wp {
  position: relative;
  z-index: 101;
}

.logo {
  float: left;
  width: 241px;
  height: 55px;
  display: block;
  margin-top: 19px;
}

.main-nav {
  float: right;
  height: 95px;
  display: inline-block;
}

.main-nav li {
  float: left;
  display: inline-block;
  height: 95px;
}

.main-nav a {
  float: left;
  height: 25px;
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  transition: all 0.25s ease-in-out 0s;
}

.main-nav a:hover {
  color: #ffffff;
  background: #349A93;
}

.hoaver {
  color: #ffffff;
  background: #349A93;
}

.header-shadow {
  background: url(../img/up-shadow.png) top left repeat-x;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  height: 30px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  _margin-top: 95px;
  z-index: 12;
}

.kvBody {
  height: 560px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 97px;
}

.kvBody ul.slides {
  height: 560px;
}

.kvBody ul.slides li {
  height: 560px;
  display: none;
}

.product {
  width: 100%;
  background: #fff;
  height: 650px;
}

.product1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.product_top {
  width: 100%;
}

.product_top1 {
  float: left;
  width: 200px;
  height: 100px;
  color: #349A93;
  margin-top: 50px;
}

.product_top1 p {
  font-size: 36px;
}

.product_top1 span {
  font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.product_top2 {
  width: 1200px;
  height: 100px;
  margin-top: 25px;
  float: right;
}

.product_top2 ul li {
  float: left;
  display: inline-block;
  width: 200px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.96);
  text-align: center;
  color: #565656;
  border-radius: 5px 5px;
  margin-right: 50px;
}

.product_top2 ul li:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(52, 154, 147, 1);
}

.product_top2 ul li a {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: normal;
  background-color: inherit;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 1px solid #ccc;
}

.product_bottom {
  width: 100%;
  height: auot;
}

.product_bottom1 {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 155px;
}

.product_bottom2 {
  width: 100%;
  position: absolute;
  top: 250px;
}

.product_bottom2_1 {
  float: left;
  width: 160px;
}

.item_img {
  width: 300px;
  height: 450px;
}

.product_bottom2_1 ul li {
  width: 120px;
  height: 31px;
  float: left;
  margin-left: 20px;
  padding: 0 0 20px 0;
}

.product_bottom2_1 ul li a {
  width: 120px;
  height: 30px;
  float: left;
  display: block;
  color: #fff;
  background-color: rgba(52, 154, 147, 1);
  border: 0px rgba(52, 154, 147, 1) solid;
  border-radius: 50px;
  text-align: center;
  line-height: 31px;
}

.product_bottom2_1 ul li:last-child a {
  margin-top: 30px;
}

.product_bottom2_1 ul li a:hover {
  background-color: rgba(55, 107, 104, 1);
  color: #fff;
}

.product_bottom2_2 {
  float: right;
  width: 100%;
}

.product_bottom2_2 ul li {
  float: left;
  width: 300px;
}

.product_bottom2_2 ul li img {
  width: 280px;
  margin: 50px 10px 0;
}

.product_bottom2_2 .item_wrapper {
  width: 300px;
  height: 85%;
  position: absolute;
  top: 0px;
  background: rgba(52, 154, 147, 1);
  opacity: 0;
  transform: rotateY(180deg);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}

.item_img {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}

li:hover .item_img {
  opacity: 0;
  transform: rotateY(-180deg);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}

.product_bottom2_2 li:hover .item_wrapper {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}

.item_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 14%;
  margin: auto;
  margin-top: -120px;
  width: 72%;
}

.item_info .nums {
  font-size: 72px;
  color: #fff;
  font-family: HELVETICANEUELTPRO-THEX;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition-delay: 0s;
}

.item_info .nums {
  font-size: 30px;
}

.item_info .title {
  font-size: 16px;
  color: #fff;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition-delay: .15s;
  margin-top: 20px;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.item_info .line {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  margin: 12px auto 16px;
}

.item_info .subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 155px;
  white-space: initial;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition-delay: .2s;
  margin-top: 15px;
  text-align: left;
}

.item_info .details {
  color: transparent;
  position: relative;
  width: 178px;
  height: 40px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  filter: alpha(opacity=0);
  margin-top: 46px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.middle {
  width: 1200px;
  margin: 0 auto;
  padding-top: 15px;

}

.service1 {
  
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;

}

.we_ser {
  width: 280px;
  height: 364px;
  overflow: hidden;
}

.we_bigm {
  width: 270px;
  height: 364px;
}

.heshi_tt {
  width: 355px;

}

.hst_hd_fl {
  width: 310px;

  overflow: hidden;

}

.hst_hd_fl>p {
  font-size: 43px;
  color: #d0cebf;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0;
}

.hst_hd_fl>h1 {
  font-size: 20px;
  color: #63625c;
  font-weight: normal;
}

.hst_nb {
  width: 32px;

  overflow: hidden;

}

.hst_text {
  font-size: 12px;
  color: #63625c;
  line-height: 1.5em;
  text-align: justify;

  overflow: hidden;
}

.hst_text p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.more {
  width: 75%;
  padding: 0 35px;
  display: inline-block;
  margin-top: 5px;
  height: 27px;
  line-height: 27px;
  font-size: 15px;
  color: #63625c;
  float: left;
}

.hst_min {
  overflow: hidden;
  margin-left: 15px;
  padding-right: 10px;
}

.we_tplist {
  width: 830px;
  
  overflow: hidden;
  margin-bottom: 7px;
  border: 5px solid #ccc;
}

.coderight {
  float: right;
}

.codeleft {
  float: left;
}

.fl {
  float: left;
}

.we_bigm>img:hover,
.we_ms>img:hover,
.we_bh>img:hover,
.we_wz>img:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.we_bigm>p {
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  bottom: 15px;
  left: 20px;
  z-index: 2;
}

.fr {
  float: right;
}

.we_ms {
  width: 270px;
  height: 178px;
}

.we_sm_mig {
  margin-left: 10px;
}

.we_ms>img {
  max-width: 293px;
  max-height: 180px;
}

.we_ms>p,
.we_bh>p {
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  bottom: 15px;
  left: 20px;
  z-index: 2;
}

.we_wz {
  width: 270px;
  height: 178px;
  overflow: hidden;
  background: #63625c;
  text-align: center;
  line-height: 179px;
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
  position: relative;
}

.we_wz p {
  position: absolute;
  font-size: 15px;
  color: #ffffff;
  bottom: -67px;
  left: 20px;
  z-index: 2;
}

.we_bottom {
  margin-top: 2px;
}

.mr {
  margin-right: 5px;
}

.we_bh {
  width: 299px;
  height: 364px;
}

.min_img {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

news .se_hd {
  width: 100%;
  height: 130px;
  margin-top: 28px;
  cursor: pointer;
}

.se_hd_left {
  background: url(../img/bjjj.jpg) 0 0 no-repeat;
  width: 188px;
  height: 130px;
  overflow: hidden;
}

.se_hd_left>h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 50px;
  margin-top: 63px;
}

.se_hd_left>p {
  font-size: 30px;
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  width: 138px;
  color: #ffffff;
  margin-left: 15px;
  text-transform: uppercase;
}

.bg_hd {
  margin-top: 15px;
  margin-left: 20px;
}

.bg_hd>h2 {
  font-weight: bold;
  color: #d0cebf;
}

.bg_hd>h2>span {
  font-size: 21px;
  font-weight: normal;
}

.bg_hd>p {
  font-size: 13px;
  color: #63625c;
  margin-top: 8px;
}

.news_ul {
  width: 1200px;
}

.indexC_contentBlock {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0 1px 0;
}

.indexC_aBlock {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.indexC_img {
  position: relative;
  float: left;
  width: 242px;
  height: 117px;
  overflow: hidden;
}

.indexC_img img {
  width: 100%;
  height: 100%;
}

.indexC_textBlock {
  position: relative;
  float: right;
  width: 930px;
}

.indexC_img img,
.indexC_title,
.indexA_iconBlock,
.indexB_icon,
.indexB_imgText,
.indexC_title {
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.indexB_colorBlock {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/b4_25.png);
  z-index: 88;
  overflow: hidden;
}

.indexC_moreButton {
  position: relative;
  width: 140px;
  margin: auto;
  height: 36px;
  line-height: 36px;
  color: #fff;
  display: block;
  margin-top: 30px;
  background: #349A93;
  text-align: center;
}

.indexC_aBlock:hover .indexC_title {
  color: #004ea2;
}

.indexC_title {
  font-size: 16px;
  color: #333;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexC_text {
  position: relative;
  width: 100%;
  padding-top: 15px;
  color: #999;
  line-height: 24px;
  height: 45px;
  overflow: hidden;
}

.indexC_more {
  position: absolute;
  bottom: -15px;
  right: 0px;
  padding-left: 30px;
  background: url(../img/b4_62.png) no-repeat left;
  color: #666;
  margin-top: 15px;
}

.indexC_time {
  display: none;
  position: relative;
  padding-top: 15px;
  color: #666;
}

.news {
  width: 100%;
  background: #F5F5F5;
}

.bba {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  background: #EFEFEF;
}

.flinkbg {
  width: 100%;
  background: #303338;
}

.flink {
  width: 1200px;
  margin: 0 auto;
}

.flink h2 {
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  color: #f1f1f1;
}

.flink ul {
  padding: 5px 0;
  float: left;
}

.flink ul li {
  line-height: 26px;
}

.flink ul li {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  line-height: 30px;
}

.flink ul li a {
  color: #FFFFFF;
}

.footer {
  background: #1a1f24;
}

.bottom {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.bottom .weixin {
  float: right;
  width: 25%;
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
}

.bottom .weixin .ff {
  margin: 0 auto;
}

.bottom .weixin .ff div {
  display: inline-block;
}

.bottom .weixin img {
  width: 110px;
  margin: 0 auto;
  height: 110px;
}

.bottom .weixin p {
  text-align: center;
  color: #fff;
}

.bottom .btm1 {
  float: left;
  width: 33%;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}

.bottom .btm1 .phone {
  height: 50px;
  padding-left: 10%;
  background: url(../img/phoneD.png) no-repeat left center;
}

.bottom .btm1 .email {
  height: 50px;
  padding-left: 10%;
  background: url(../img/email.png) no-repeat left center;
}

.bottom .btm1 .addr {
  height: 50px;
  padding-left: 10%;
  background: url(../img/addr.png) no-repeat left center;
}

.bottom .btm2 {
  float: right;
  margin-right: 4%;
  width: 33%;
  border-right: 1px solid #fff;
  position: relative;
  padding-left: 4%;
  border-left: 1px #fff solid;
}

.bottom .btm2 p {
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
}

.bottom .btm2 p a {
  color: #fff;
  display: inline;
}

.bottom .btm2 img {
  width: 50px;
  height: 55px;
  position: absolute;
  bottom: 10px;
  left: 70%;
}

.saoma1 {
  width: 300px;
  height: 300px;
  position: fixed;
  bottom: 10%;
  left: 50%;
  margin-left: -150px;
  z-index: 10000;
  background: #000;
  opacity: 0.8;
}

.ewm11 {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33%;
  margin-left: -33%;
}

.ewm11 img {
  width: 100%;
}

.fttow {
  display: none;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 998;
}

.fttow li {
  width: 33.3%;
  float: left;
}

.fttow li a {
  color: #fff;
}

.fttow li span {
  width: 40%;
  float: left;
  height: 33px;
  padding-left: 41px;
}

.fttow li span img {
  height: 2em;
  padding-top: 0.2em;
  display: block;
  margin: 0 auto;
}

.fttow li p {
  width: 100%;
  line-height: 21px;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.indexC_aBlock:hover .indexB_colorBlock {
  animation: anim1 2s ease infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(242px, 0);
  }
}

.we_wz:hover {
  background: #349A93;
  color: #fff;
}

.hdwrap {
  margin: 0px auto;
}

.flashlist {
  height: 560px;
}

.flashlist .f_out {
  height: 560px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.flash_tab {
  height: 26px;
  background: transparent url('../img/hdbg.gif') no-repeat scroll center top;
  padding-top: 19px;
}

.flash_tab .tabs {
  width: 200px;
  height: 8px;
  overflow: hidden;
  margin: auto;
}

.flash_tab .tabs ul li {
  width: 33px;
  height: 8px;
  float: left;
  display: block;
}

.flash_tab .tabs ul li.opdiv,
.noopdiv {
  padding: 0px;
  opacity: 1;
}

.flash_tab .tabs ul li.opdiv a {
  width: 21px;
  height: 8px;
  background: transparent url('../img/hdsmall.gif') no-repeat scroll -41px -1239px;
  display: block;
}

.flash_tab .tabs ul li.opdiv a:hover {
  background-position: -8px -1239px;
}

.flash_tab .tabs ul li.noopdiv a {
  width: 21px;
  height: 8px;
  background: transparent url('../img/hdsmall.gif') no-repeat scroll -8px -1239px;
  display: block;
}

.j-row {
  width: 1200px;
  margin: 0 auto;
}

.service {
  margin-top: 15px;
  background: #fff;
}

.service .title {
  width: 229px;
  height: 62px;
  margin: 0 auto;
  font-size: 32px;
}

.service .s-content {
  margin-top: 20px;
  margin-bottom: 50px;
}

.service ul li {
  width: 384px;
  height: 220px;
  padding: 8px 8px;
  float: left;
  position: relative;
}

.service ul li.hover {
  background: #fdd900
}

.service ul li .left,
.service ul li .right {
  float: left
}

.service ul li .left {
  width: 80px;
}

.service ul li .right {
  width: 248px;
}

.service ul li .right {
  color: #474747;
  text-align: center;
  display: none;
}

.service ul li:hover .bgimg img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: all ease .9s;
  -moz-transition: all ease .9s;
  -ms-transition: all ease .9s;
  -o-transition: all ease .9s;
  transition: all ease .9s;
}

.service ul li:hover .right {
  width: 96%;
  height: 93%;
  color: #f5eeee;
  text-align: center;
  display: block;
  position: absolute;
  top: 8px;
  background: rgba(52, 154, 147, 0.76);
}

.bgimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bgimg img {
  width: 100%;
  height: 100%;
}

.service ul li .right .top {
  background: none;
}

.service ul li .right .top p {
  font-size: 20px;
  line-height: 24px;
}

.service ul li:hover .bottom1 {
  padding: 0 40px;
  padding-top: 55px;
  margin-top: 10px;
}

.service ul li .bottom1 p {
  font-size: 16px;
}

.fonts {
  font-size: 16px;
}

li .text {
  position: absolute;
  bottom: 8px;
  color: #fff;
  left: 9px;
  width: 96%;
  line-height: 40px;
  background: #349A93;
  letter-spacing: 1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

li:hover .text {
  display: none;
}

li .text p:first-child {
  float: left;
  margin-left: 10px;
}

li .text p:last-child {
  float: right;
  font-size: 17px;
  margin-right: 10px;
}

.home-tit {
  text-align: center;
}

.home-tit .tit {
  height: 70px;
}

.home-tit .tit span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #349A93;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-tit .tit p {
  font-size: 38px;
  line-height: 48px;
  color: #349A93;
  letter-spacing: 7px;
}

.home-tit .des {
  margin-top: 25px;
  font-size: 22px;
  color: #664d02;
  letter-spacing: 5px;
  font-weight: lighter;
}

.home-tit .des span {
  position: relative;
}

.home-tit .des span:before,
.home-tit .des span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 60px;
  height: 1px;
  background: #8c6900;
}

.home-tit .des span:before {
  left: -75px;
}

.ico-box {
  margin-top: 20px;
  text-align: center;
}

.ico-box span {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #e5e5e5;
}

.ico-box span p {
  margin-top: 10px;
  font-size: 12px;
  color: #959595;
}

header.hover {
  background: #fff;
}

.menu {
  display: none;
}

.top-fixed {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}

.indexC_aBlock:hover .indexB_colorBlock {
  animation: anim1 2s ease infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(242px, 0);
  }
}

.we_wz:hover {
  background: #349A93;
  color: #fff;
}

.hdwrap {
  margin: 0px auto;
}

.flashlist {
  height: 800px;
}

.flashlist .f_out {
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.flashlist .f_out img {
  height: 100% !important;

}

.flash_tab {
  height: 26px;
  background: transparent url('../img/hdbg.gif') no-repeat scroll center top;
  padding-top: 19px;
}

.flash_tab .tabs {
  width: 200px;
  height: 8px;
  overflow: hidden;
  margin: auto;
}

.flash_tab .tabs ul li {
  width: 33px;
  height: 8px;
  float: left;
  display: block;
}

.flash_tab .tabs ul li.opdiv,
.noopdiv {
  padding: 0px;
  opacity: 1;
}

.flash_tab .tabs ul li.opdiv a {
  width: 21px;
  height: 8px;
  background: transparent url('../img/hdsmall.gif') no-repeat scroll -41px -1239px;
  display: block;
}

.flash_tab .tabs ul li.opdiv a:hover {
  background-position: -8px -1239px;
}

.flash_tab .tabs ul li.noopdiv a {
  width: 21px;
  height: 8px;
  background: transparent url('../img/hdsmall.gif') no-repeat scroll -8px -1239px;
  display: block;
}

.top_cle {
  width: 100%;
  height: 100px;
  background: #349A93;
  min-width: 1200px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-top: 95px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1200px;
}

.top_ico {
  position: relative;
  height: 100px;
}

.about_ico {
  width: 289px;
  height: 26px;
  margin: 39px 0 0 0;
}

.about_ico .about_a {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}

.about_ico .about_a .about_b {
  font-size: 28px;
  color: #a7a7a7;
  margin-left: 5px;
}

.top_ico ul {
  position: absolute;
  right: 0;
  height: 30px;
  top: 35px;
}

.top_ico ul li {
  float: left;
}

.top_ico ul li a {
  width: 118px;
  height: 28px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #bbb;
  line-height: 28px;
  margin: 0 0 0 20px;
}

.top_ico ul li:hover a,
.top_ico ul li a.her {
  background: #349A93;
  border-color: #349A93;
}

.nei_show {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #7a7976;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 20px;
}

.nei_show>h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
  color: #349A93;
}

.nei_show>h3 {
  font-size: 20px;
  color: #349A93;
  margin: 20px auto 0px;
  background: url(../img/ab_tit_bg.jpg) no-repeat top center;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 28px;
}

.nei_show>p {
  margin: 0 0 20px 0;
  color: #000;
  text-align: center;
}

.nei_show img {
  margin: 0 auto 1em;
  display: block;
}

.nei_show>div {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2em;
}

.nei_show>div p {
  color: #000;
}

.nnew_list {
  width: 1200px;
  margin: 0 auto;
  border-top: dashed 1px #c3c3c3;
  margin-top: 25px;
  padding-top: 35px;
}

.news_ul2 {
  padding: 0;
  width: 100%;
  height: auto;
}

.news_ul2>li {
  width: 100%;
  margin-bottom: 30px;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 29px;
}

.news_tm {
  width: 71px;
  height: 75px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.news_tm>P {
  font-size: 26px;
  color: #63625c;
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}

.news_tm>span {
  width: 65px;
  height: 22px;
  background: #63625c;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
}

.news_lt2 {
  width: 1090px;
  margin-left: 29px;
}

.news_lt>a {
  font-size: 18px;
  color: #63625c;
  max-width: 450px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.news_lt>p {
  font-size: 14px;
  color: #63625c;
  line-height: 1.5em;
  margin-top: 10px;
  height: 45px;
  overflow: hidden;
}

.news_lt>p a {
  color: #a4a5a6;
}

.news_lt:hover>a,
.news_lt:hover>p a {
  color: #349A93;
}

.nei_show img {
  margin: 0 auto 1em;
  display: block;
}

.two {
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #d1d1d1;
}

.two .twol {
  float: left;
  padding-left: 15px;
  font-size: 13px;
}

.two .twor {
  float: right;
  padding-right: 15px;
  font-size: 13px;
}

.two a {
  padding-left: 15px;
}

.mt40 {
  margin-top: 40px;
  padding-bottom: 20px;
}

.in_pro {
  background: url(../img/cpbj.jpg) repeat;
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.in_pro .pro_l {
  width: 267px;
  height: auto;
  border: 1px solid #CCC;
  background: #2D7720;
}

.in_pro .pro_l h2 {
  width: 267px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin: -7px auto 0 auto;
  background: #349A93;
  font-weight: bold;
}

.in_pro .pro_l h2 a {
  color: #fff;
  font-size: 30px;
}

.in_pro .pro_l h2 em {
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.postion {
  width: 910px;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #349A93;
  background: #f1f1f1;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc
}

.postion h3 {
  width: 320px;
  float: left;
  text-align: left;
  font-size: 16px;
  padding-left: 20px;
  color: #349A93;
}

.postion p {
  width: 560px;
  float: left;
  padding-right: 5px;
  text-align: right;
  color: #333;
}

.postion p a {
  padding: 0 3px;
  color: #349A93;
}

.in_pro .pro_l .phone .p_t {
  border-top: 1px dashed #fff;
  padding: 10px 0 0px 0;
  background: rgba(204, 204, 204, 0.384);
}

.in_pro .pro_l .phone .p_t img {
  width: 100%;
  height: auto;
}

.in_pro .pro_l .phone .p_t p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin: 0;
  text-align: left;
  padding: 0 0 0 1.5em;
}

.in_pro .pro_l .phone .p_t a {
  background: #f36e05;
  display: block;
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 0.7em;
}

.in_pro .pro_r {
  width: 910px;
}

.pro_b p {
  width: 100%;
  text-align: left;
  text-indent: 2em;
  margin: 7px 0;
}

.pro_b p img {
  width: 742px;
  height: 724px;
  display: block;
  margin: 0 auto;
}

.in_pro .pro_r .zst {
  float: left;
  width: 100%;
  height: 43px;
  line-height: 43px;
}

.in_pro .pro_r .zst .zst1 h2 {
  padding: 10px 0 0 10px;
  font-size: 18px;
  color: #d5d5d5;
  font-weight: normal;
}

.in_pro .pro_r .zst .zst1 h2 a {
  font-weight: bold;
  color: #f36e05;
}

.in_pro .pro_r .zst .zst2 a {
  line-height: 60px;
}

.bgimg img {
  width: 100%;
  height: 100%;
}

.all {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}

.contact {
  padding: 20px 45px;
}

.contact_l {
  float: left;
  width: 720px;
}

.contact_r {
  float: right;
  width: 390px;
}

.contact_r img {
  height: 200px;
}

.contact_r .lxxq {
  width: 352px;
  margin-top: 12px;
  background: #349A93;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 13px;
}

.contact_r .lxxq h3 {
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 10px;
}

.contact_r .con_img {
  height: auto;
}

.izl-rmenu {
  position: fixed;
  left: 50%;
  margin-left: 632px;
  bottom: 80px;
  padding-bottom: 73px;
  z-index: 999;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
  background: url(../img/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}

.izl-rmenu .btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
  display: block;
}

.btn-wx>img {
  width: 145px;
  height: 145px;
  position: absolute;
  left: -146px;
  top: 0px;
  display: none;
}

.btn-wx2 img {
  width: 145px;
  height: 145px;
  position: absolute;
  left: -146px;
  top: 0px;
  display: none;
}

.izl-rmenu .btn-wx {
  background: url(../img/r_wx2.png) 0px 0px no-repeat;
  background-color: #78c340;
}

.izl-rmenu .btn-wx2 {
  background: url(../img/r_wx1.png) 0px 0px no-repeat;
  background-color: #78c340;
}

.izl-rmenu .btn-wx2 .pic2 {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}

.izl-rmenu .btn-phone {
  background: url(../img/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f;
}

.izl-rmenu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}

.izl-rmenu .btn-top {
  background: url(../img/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  display: none;
}

.main-box {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  margin-top: 97px;
}

.in_pro .pro_r>ul li {
  float: left;
  width: 218px;
  height: 255px;
  border: 1px solid #e7e7e7;
  background: #fff;
  margin: 8px 3px 0 4px;
}

.in_pro .pro_r>ul li img {
  width: 221px;
  height: 221px;
  float: left;
  padding-bottom: 5px;
}

.in_pro .pro_r ul li .cpms {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  display: block;
}

.in_pro .pro_r>ul li:hover .cpms {
  background-color: #349A93;
  color: #fff;
}

.sideMenu {
  margin-top: 10px;
  /* border:1px solid #ddd; */
}

.sideMenu h3 {
  margin: 3px 0;
  height: 32px;
  line-height: 32px;
  /* border-top:1px solid #e3e3e3; */
  background: #349A93;
  cursor: pointer;
  text-align: left;
  padding-left: 40px;
  color: #fff;
  border-bottom: 1px dotted #ddd;
  width: auto;
  font: normal 14px/32px "Microsoft YaHei";
}

.sideMenu h3 em {
  float: right;
  display: block;
  width: 70px;
  height: 32px;
  background: url(../img/icoAdd.png) 40px 19px no-repeat;
  cursor: pointer;
  font-style: normal;
}

.sideMenu h3.on {
  background: #349A93;
  color: #fff;
}

.sideMenu h3 a {
  color: #fff;
  padding: 6px 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: bold;
}

.sideMenu h3.on em {
  background-position: 40px -56px;
}

.sideMenu ul {
  color: #999;
}

.sideMenu ul li {
  height: 30px;
  line-height: 30px;
  width: 186px;
  float: none;
  border-bottom: 1px dashed #ccc;
  padding-left: 60px;
}

.sideMenu ul li:hover {
  background: rgba(52, 154, 147, 1)
}

.sideMenu ul li:hover a {
  color: #fff;
}

.sidebar .sideMenu ul li a {
  padding: 0;
  display: inline-block;
  width: 148px;
}

.sidebar .sideMenu ul li {
  text-align: left;
  padding-left: 80px;
}

.in_pro .pro_l {
  width: 267px;
  height: auto;
  border: 1px solid #CCC;
  background: #fff;
}

.product_menu {
  width: 100%;
  height: auto;
  margin: 20px 0;
  text-align: center;
  line-height: 24px;
  float: left;
}

.product_menu a {
  display: inline-block;
  padding: 5px 20px;
  background: #009c34;
  color: #fff;
  font-size: 15px;
}

.product_menu a:hover {
  background: #1fa93a;
}

.container {
  width: 1200px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.padding-1 {
  padding: 4px;
}

.col-md-4 {
  width: 24.33333333%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  float: left;
}

.case-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.case-img1 {
  width: 100%;
  height: 299px;
}

.case-hover-box {
  position: absolute;
  width: 100%;
  height: 99%;
  background: #181a1b;
  opacity: .8;
  top: 0%;
  left: 0%;
  display: block;
  display: none;
}

.text-center {
  text-align: center;
  font-size: 18px;
}

.case-hover-box a {
  width: 100%;
  height: 100%;
  display: block;
}

.case-box .case-p1 {
  margin-top: 25%;
  padding: 0 25%;
  color: #fff;
  font-size: 14px;
}

b,
strong {
  font-weight: 700;
}

.overElli {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
}

.one1 {
  text-align: center;
  margin: 15px 0;
}

.dede_pages {
  width: 100%;
  text-align: center;
}

.dede_pages ul {
  text-align: center;
  text-align: center;
  width: 385px;
  margin: 0 auto;
  padding: 12px 0px 12px 16px;
  padding: 12px 0px 12px 16px;
}

.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 17px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
}

.dede_pages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999;
}

.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}