/*客服*/
.qqkefu {
  position: fixed;
  top: 50%;
  z-index: 20;
  /*right:0;*/
  right: 30px;
  width: 39px;
}
.qqkefu ul li {
  width: 45px;
  height: 45px;
  margin-bottom: 1px;
  float: right;
  background: #ff6800;
  line-height: 45px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.qqkefu ul li a {
  color: #fff;
  overflow: hidden;
  display: block;
  height: 45px;
  padding-left: 10px;
}
.qqkefu ul li.qq_cza {
  overflow: hidden;
}
.qqkefu ul li:hover {
  background: #45debc;
}
.qqkefu ul li.top {
  background: url("../images/back.png") no-repeat center #ff6800;
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.qqkefu ul li.top:hover {
  background: url("../images/back.png") no-repeat center #45debc;
}
.qqkefu ul li b {
  width: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  float: right;
}
.qqkefu ul li span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.qqkefu ul li b.a {
  background: url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li b.b {
  background: url(../images/zixun.png) no-repeat center center;
}
.qqkefu ul li b.c {
  background: url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li b.e {
  background: url(../images/tel.png) no-repeat center center;
}
.qqkefu ul li.qq_czae {
  line-height: 15px !important;
}
.erweima {
  width: 130px;
  height: 150px;
  position: absolute;
  top: -107px;
  left: -150px;
  background: #FFF;
  border: 1px solid #CCC;
  float: left;
  cursor: default !important;
  display: none;
  /*overflow: hidden;*/
}
.erweima p {
  line-height: 20px;
  color: #000;
  font-size: 12px;
  text-align: center;
  float: left;
  width: 130px;
}
.erweima p img {
  width: 110px;
  height: 110px;
  margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
  width: 5px;
  height: 10px;
  display: block;
  background: url(../images/czx6.png) no-repeat;
  position: absolute;
  right: -5px;
  top: 122px;
}
.header {
  width: 1200px;
  margin: 0 auto;
  height: 115px;
  position: relative;
}
.logo {
  display: block;
  margin-right: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.nav > li > a {
  display: block;
  line-height: 24px;
  padding: 5.5px 0px;
  background-color: transparent;
  border-radius: 3px;
  transition: .5s;
  font-size: 16px;
  color: #272b2a;
}
.nav > li > a:hover,
.nav > .on > a {
  background-color: #45debc;
  color: #fff;
}
.index_tel {
  line-height: 26px;
  font-family: "Arial";
  color: #666666;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  box-sizing: border-box;
  padding-left: 60px;
  width: 170px;
  transition: .5s;
}
.index_tel:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  margin-top: -7px;
  top: 50%;
  height: 14px;
  background: #e0e0e0;
}
.index_tel:hover {
  color: #3893ec;
}
.nav > li {
  float: left;
  width: 92px;
  text-align: center;
  transition: .5s;
  position: relative;
  margin-right: 22px;
  height: 76px;
}
.nav {
  float: left;
  top: 50%;
  left: 240px;
}
.nav2 {
  position: absolute;
  background: #fff;
  padding: 20px;
  min-width: inherit;
  z-index: 2;
  top: 78px;
  /*border:solid #ccc 1px;*/
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  width: 158%;
  display: none;
  border-top: solid #45debc 3px;
}
.nav2 li {
  padding: 10px 20px;
  border-bottom: solid rgba(204, 204, 204, 0.3) 1px;
}
.nav2 li:hover a {
  color: #45debc;
}
.nav_box {
  float: right;
  margin-top: 37px;
}
.text {
  display: block;
  width: 5px;
  margin-right: 6px;
  background: transparent;
  border: none;
  height: 32px;
  border-bottom: 1px solid transparent;
  line-height: 32px;
  color: transparent;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0 5px;
  box-sizing: border-box;
}
.butt {
  cursor: pointer;
  display: block;
  float: right;
  width: 20px;
  height: 37px;
  background: url(../images/ser_03.png) no-repeat right center transparent;
  border: none;
}
.ser {
  float: left;
  margin: 0 63px 0 7px;
}
.ser:hover .text {
  width: 100px;
  border-color: #e8e8e8;
  color: #888;
}
.language {
  width: 108px;
  height: 36px;
  padding: 2px 0;
  text-align: center;
  overflow: hidden;
  border-radius: 28px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.language a {
  display: block;
  line-height: 29px;
  color: #272b2a;
  font-size: 14px;
  transition: .5s;
}
.language a:first-child {
  background: url(../images/znbgp_03.png) no-repeat 83px center;
  text-align: left;
  padding-left: 18px;
}
.language:hover {
  height: 76px;
  padding: 5px 0;
  border-radius: 15px;
}
.language a:hover {
  color: #45debc;
}
.banner_inner {
  width: 100%;
  overflow: hidden;
}
.banner_inner img {
  display: block;
  width: 100%;
}
.cont_box {
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 63px;
}
.mianbao {
  width: 1200px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 65px;
  color: #707070;
  margin: :0 auto;
  height: 65px;
}
.mianbao a {
  font-size: 14px;
  line-height: 23.95px;
  color: #707070;
}
.type_pro {
  display: inline-block;
  margin: 0 auto;
}
.type_pro a {
  display: block;
  height: 50px;
  padding: 0 20px;
  border: solid #dadada 1px;
  border-radius: 3px;
  margin-right: 30px;
  font-size: 14px;
  color: #272b2a;
  line-height: 50px;
  box-sizing: border-box;
  float: left;
  transition: .5s;
}
.type_pro a:last-child {
  margin-right: 0;
}
.type_pro a:hover,
.type_pro .on {
  background: #45debc;
  border-color: #45debc;
  color: #fff;
}
.cont_inner {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 62px 44px 62px;
  box-sizing: border-box;
}


.product_page {
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 15px;
}
.product_page a {
  display: block;
  float: left;
  width: 340px;
  height: 420px;
  margin-bottom: 28px;
  margin-right: 28px;
  box-sizing: border-box;
  text-align: left;
}
.propage_font {
  padding: 23px 23px;
  box-sizing: border-box;
  border: solid #dadada 1px;
  border-top: none;
}
.protit {
  font-size: 16px;
  color: #272b2a;
  line-height: 23.95px;
  padding-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
}
.product_page a:hover .protit,
.product_page a:hover .pro_p {
  color: #fff;
}
.product_page a:hover .propage_font {
  background-color: #45debc;
  border-color: #45debc;
}
.product_page a:hover img {
  transform: scale(1.03);
}
.pro_p {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s;
}
.product_img {
  width: 340px;
  overflow: hidden;
  height: 300px;
  border: solid #dadada 1px;
  box-sizing: border-box;
}
.product_img img {
  width: 100%;
  display: block;
  transition: .5s;
}
.product_page a:nth-of-type(3n) {
  margin-right: 0;
}
.pagea {
  display: inline-block;
  overflow: hidden;
}
.pagea .page_prev{ display:none;}
.pagea a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #2b2b2b;
  font-size: 14px;
  border: solid #dadada 1px;
  margin-right: 9px;
  float: left;
  transition: .5s;
  box-sizing: border-box;
}
.pagea a:last-child {
  margin-right: 0;
  width: 66px;
}
.pagea a:first-child {
  width: 66px;
}
.pagea a:hover,
.pagea .on {
  color: #45debc;
  border: solid #45debc 1px;
}
/*cjwt*/
.cjwt_div {
  text-align: left;
  margin-top: 47px;
}
.ch_font pre {
  font-size: 14px;
  line-height: 30px;
  color: #373434;
  font-family: 'Microsoft YaHei';
}
.jianyi {
  font-size: 16px;
  line-height: 18px;
  color: #373434;
  border-bottom: dashed #c0c0c0 1px;
  padding-bottom: 14px;
  padding-left: 18px;
  background: url(../images/cjwtimg_03.png) no-repeat left 5px;
}
.janyi_ul {
  margin-top: 28px;
  padding-bottom: 10px;
}
.janyi_ul li {
  border: solid #dadada 1px;
  padding: 20px 25px 10px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.yuanyin {
  font-size: 14px;
  line-height: 18px;
  color: #272b2a;
  padding-top: 20px;
}
.zhuankuang {
  font-size: 12px;
  line-height: 22px;
  color: #828282;
  padding: 10px 0 2px 0;
}
.janyi_ul li .yuanyin:first-child {
  padding-top: 18px;
}
/*fwln*/
.fwln {
  text-align: left;
}
.fwln_tit {
  font-size: 24px;
  line-height: 24px;
  color: #272b2a;
  margin-bottom: 10px;
}
.fwln_ul li {
  font-size: 14px;
  color: #707070;
  line-height: 35px;
}
.gsfont1 {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  text-align: left;
}
.gsjj {
  padding-top: 50px;
  color: #707070;
   font-size: 14px;
}
.gsjs_boxfont {
  overflow: hidden;
  margin-top: 37px;
}
.gsjs_img {
  width: 540px;
  height: 320px;
  overflow: hidden;
  float: left;
  margin-right: 39px;
}
.gsjs_img img {
  display: block;
  width: 100%;
  transition: .5s;
}
.gsfont_right {
  float: left;
  width: 496px;
  text-align: left;
  margin-top: -7px;
}
.gsfont_right li {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  padding: 20px 0;
  border-bottom: solid #dadada 1px;
}
.gsfont_right li:first-child {
  padding-top: 0;
}
.gsfont_right li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hzms {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  text-align: left;
  margin-top: 43px;
}
.hzms_ul li {
  overflow: hidden;
  padding: 26px 0;
  position: relative;
}
.hzms_ul li div {
  border: solid #dadada 1px;
  font-size: 14px;
  line-height: 50px;
  color: #707070;
  padding: 0 23px;
  box-sizing: border-box;
  float: left;
  margin-right: 56px;
  position: relative;
}
.hzms_ul li div:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: url(../images/gspoint_05.png) no-repeat center;
  right: -34px;
  top: 50%;
  margin-top: -5px;
}
.hzms_ul li div:last-child:after {
  right: auto;
  bottom: -20px;
  top: auto;
  left: 50%;
  background-image: url(../images/gspointb.png);
}
.hzms_ul li:before {
  content: "";
  position: absolute;
  border-bottom: dashed 1px #d2d2d2;
  bottom: 0;
  left: 56px;
  width: 713px;
}
.hzms_ul li:last-child:before {
  display: none;
}
.hzms_ul li:last-child div:last-child:after {
  display: none;
}
.hzms_ul li div:first-child:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/gspointb.png) no-repeat center;
  top: -20px;
  left: 50%;
  margin-left: -5px;
}
.hzms_ul li:first-child div:first-child:before {
  display: none;
}
.hzms_ul li:first-child {
  padding-top: 15px;
}
.gsjs_img img:hover {
  transform: scale(1.04);
}
.hzms_ul li:last-child {
  padding-bottom: 0;
}
.zp_tit {
  font-size: 26px;
  color: #333;
  position: relative;
}
.zp_tit:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 3px;
  background-color: #209cff;
  left: 0;
  bottom: -15px;
}
.zp {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.gw {
  margin: 40px 0 30px 0;
}
.zp_left {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  width: 37%;
  float: left;
  text-align: left;
}
.tjl_div {
  background: url(../images/jiaj_03.png) no-repeat 30px center;
  font-size: 18px;
  line-height: 24px;
  color: #ffaf1c;
  margin-top: 30px;
}
.tjl_div span {
  background: #fff;
  padding-right: 3px;
}
.zhiwei {
  font-size: 18px;
  line-height: 24px;
  color: #45debc;
  float: left;
}
.zp_ul > li {
  padding: 13px 30px 0 20px;
  border: solid #ddd 1px;
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer;
}
.zp_ul > li:last-child {
  margin-bottom: 0;
}
.zw_div {
  margin-bottom: 8px;
}
.zp_right {
  width: 62%;
  float: right;
}
.zp_sl {
  font-size: 13px;
  line-height: 24px;
  color: #9e9e9e;
  float: left;
}
.zp_time {
  float: right;
  font-size: 13px;
  line-height: 24px;
  font-family: "Arial";
  color: #9e9e9e;
}
.zp_click {
  width: 30px;
  height: 17px;
  background: url(../images/jiaj_03.png) no-repeat center;
  float: right;
  transition: .5s;
  cursor: pointer;
}
.zp_sildetit {
  font-size: 17px;
  line-height: 28px;
  color: #272b2a;
  clear: both;
  border-top: solid #ddd 1px;
  padding-top: 28px;
  padding-bottom: 12px;
  text-align: left;
}
.zp2_p {
  padding-bottom: 15px;
  overflow: hidden;
}
.zp_xinxi {
  font-size: 13px;
  line-height: 28px;
  color: #9e9e9e;
  text-align: left;
}
.tjianli {
  font-size: 14px;
  color: #209cff;
  border: solid #209cff 1px;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 28px;
  display: block;
  width: 130px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 55px;
}
.silde_zp {
  display: none;
}
.on1 .silde_zp {
  display: block;
}
.zp_ul > .on .zp_click {
  background-image: url(../images/jiaj_06.png);
}
.contactul {
  overflow: hidden;
  margin-top: 55px;
  text-align: left;
}
.silde_zp li {
  padding-bottom: 35px;
}
.silde_zp li:last-child {
  padding-bottom: 20px;
}
.zp_ul {
  width: 685px;
  float: left;
}
.lianxi_left {
  width: 340px;
  float: right;
}
.lianxi_left .lianxi1:first-child {
  margin-top: 36px;
}
.lianxi1 {
  height: 158px;
  border: solid #dadada 1px;
  text-align: center;
  transition: .5s;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 60px;
}
.tupin_lianxi {
  height: 72px;
  width: 72px;
  margin: -35px auto 29px auto;
  transition: .5s;
}
.lianxi_div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
}
.lianxi_right {
  width: 74%;
  float: right;
}
.lianxi_right img {
  display: block;
  width: 100%;
}
.lianxi1:hover .tupin_lianxi {
  margin-top: -30px;
}
.lianxi_type {
  font-size: 16px;
  line-height: 20px;
  color: #272b2a;
}
.lianxi1 {
  color: #272b2a;
}
.lianxi1 div:last-child {
  font-family: "Arial";
  font-size: 24px;
  line-height: 20px;
  margin-top: 9px;
}
.lianxi_left .lianxi1:last-child div:last-child {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  margin-top: 6px;
}
.liuyan_tit {
  font-size: 30px;
  line-height: 30px;
  color: #373434;
  font-weight: lighter;
}
.form_con {
  text-align: left;
  overflow: hidden;
  width: 668px;
  float: left;
}
.liuyan_p {
  font-size: 16px;
  line-height: 26px;
  color: #373434;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.input_lit,
.input_long {
  border: solid #dadada 1px;
  background: #f8f8f8;
  font-size: 14px;
  color: #828282;
  line-height: 44px;
  padding: 0 18px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.form_con .input_lit[type="text"]:nth-of-type(2n) {
  float: right;
}
.input_long {
  width: 100%;
}
.input_lit {
  width: 323px;
  height: 46px;
  float: left;
}
.form_con textarea {
  width: 100%;
  height: 150px;
  border: solid #dadada 1px;
  color: #828282;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 18px 10px 18px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.form_con input[type="submit"] {
  width: 100%;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  background: #45debc;
  border: none;
  cursor: pointer;
  transition: .5s;
}
.form_con input[type="submit"]:hover {
  background: #0cc199;
}
.honor_div {
  overflow: hidden;
  padding-top: 55px;
  margin-bottom: 10px;
}
.honor_div a {
  display: block;
  width: 245px;
  height: 365px;
  float: left;
  margin: 0 32px 0 0;
  box-sizing: border-box;
  transition: .5s;
}
.honor_div a:nth-of-type(4n) {
  margin-right: 0;
}
.light_bgfont {
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  margin: 13px 0 10px 0;
  text-align: center;
  transition: .5s;
}
.honor_div a:hover img {
  transform: translateY(-5px);
}
.honor_div a img {
  width: 245px;
  display: block;
  transition: .5s;
}
.honor_div a:hover .light_bgfont {
  color: #45debc;
}
.download {
  overflow: hidden;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px;
}
.download a {
  display: block;
  width: 520px;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding: 0 27px;
  transition: .5s;
  overflow: hidden;
  border: solid #dadada 1px;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
  color: #707070;
}
.download_type {
  float: left;
  font-size: 16px;
  line-height: 55px;
}
.download_size {
  float: right;
  font-size: 14px;
  line-height: 55px;
  padding-right: 27px;
  background: url(../images/download_03.png) no-repeat right;
}
.download a:nth-of-type(2n) {
  float: right;
}
.download a:hover {
  color: #fff;
  background: #45debc;
}
.download a:hover .download_size {
  background-image: url(../images/downloadh_03.png);
}
.new_page {
  margin-bottom: 53px;
}
.new_page a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 54px 0;
  border-bottom: solid #dadada 1px;
}
.new_img {
  width: 275px;
  height: 152px;
  overflow: hidden;
  float: left;
}
.new_img img {
  width: 100%;
  display: block;
  transition: .5s;
}
.new_img img:hover {
  transform: scale(1.02);
}
.new_tit1 {
  font-size: 18px;
  line-height: 24px;
  color: #272b2a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
}
.new_p1 {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  margin-top: 15px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_time,
.new_more {
  font-size: 13px;
  line-height: 23.95px;
  font-family: "Arial";
}
.new_font {
  width: 800px;
  float: left;
  box-sizing: border-box;
  padding-left: 42px;
  text-align: left;
}
.new_line {
  overflow: hidden;
  background: url(../images/newline_08.png) repeat-x center;
  color: #707070;
  transition: .5s;
}
.new_time {
  float: left;
  padding-right: 27px;
  background: #fff;
}
.new_more {
  float: right;
  padding-left: 25px;
  background: #fff;
  text-decoration: underline;
}
.new_page a:hover .new_tit1,
.new_page a:hover .new_line {
  color: #45debc;
}
.yftd {
  overflow: hidden;
}
.yftd_img {
  width: 540px;
  overflow: hidden;
  float: left;
}
.yfimg {
  width: 540px;
  float: left;
}
.yfimg img {
  width: 100%;
  display: block;
}
.yftd_img .yfimg:last-child {
  margin-top: 37px;
}
.yf_tit {
  font-size: 24px;
  line-height: 30px;
  color: #272b2a;
}
.yfen {
  font-size: 14px;
  line-height: 20px;
  color: #272b2a;
  font-family: "Arial";
  margin-bottom: 10px;
}
.yftd_font {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  margin-bottom: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.yf_font {
  width: 536px;
  padding-left: 54px;
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.jqzoom {
  text-align: center;
  float: left;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  width: 445px;
  border: 1px solid #e5e5e5;
  height: 398px;
  /* overflow:hidden; */
}
.jqzoom img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 445px;
  height: 398px;
  background: #ffffff;
  border: solid #dfdfdf 1px;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #ffffff ;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
#itemsUl .hover {
  border: solid #45debc 1px;
}
.jqzoom_box {
  width: 100%;
  overflow: hidden;
}
.items ul {
  overflow: hidden;
  position: absolute;
  width: 116px;
  height: 999999px;
  cursor: pointer;
}
#itemsUl li img {
  width: 113px;
}
.spec-scroll {
  position: relative;
  z-index: 1;
  bottom: 0px;
  padding-left: 14px;
  overflow: hidden;
  width: 118px;
  float: left;
}
.prev_btn1,
.next_btn1 {
  display: block;
  width: 37px;
  text-align: center;
  height: 37px;
  cursor: pointer;
  transition: .5s;
  border-radius: 50%;
  border: solid #bababa 2px;
  box-sizing: border-box;
  margin-top: 8px;
}
.prev_btn1 {
  background: url(../images/newdetp_13.png) no-repeat center;
  float: left;
  margin-left: 17px;
}
.next_btn1 {
  cursor: pointer;
  background: url(../images/prodetph_10.png) no-repeat center;
  float: right;
  margin-right: 18px;
}
.prev_btn1:hover {
  background-image: url(../images/newdetp_10.png);
  background-color: #45debc;
  border-color: #45debc;
}
.next_btn1:hover {
  background-image: url(../images/prodetph_13.png);
  background-color: #45debc;
  border-color: #45debc;
}
.items {
  width: 116px;
  overflow: hidden;
  position: relative;
  height: 342px;
}
#itemsUl li {
  float: left;
  width: 116px;
  transition: border-color 0.35s;
  border: solid #dadada 1px;
  margin-bottom: 13px;
  box-sizing: border-box;
}
.spec-preview {
  height: 400px;
  float: left;
}
.prodet_de {
  font-size: 24px;
  line-height: 23.95px;
  color: #272b2a;
  padding-bottom: 26px;
  margin-bottom: 17px;
  border-bottom: solid #dadada 1px;
}
.prodet_ted {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  font-weight: bold;
  margin-bottom: 3px;
}
.prodet_p_font {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
}

.prodet_p_font pre{
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  font-family: 'Microsoft YaHei';
  white-space: pre-wrap!important;
word-wrap: break-word!important;
*white-space:normal!important;
}
.prodet_font_r {
  text-align: left;
  float: left;
  width: 470px;
  box-sizing: border-box;
  padding-left: 35px;
}
.det_lianxi {
  width: 150px;
  height: 40px;
  display: block;
  background-color: #45debc;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  margin-top: 38px;
}
.prodet_box {
  margin-top: 55px;
}
.chanshu {
  overflow: hidden;
  margin-top: 46px;
  border: solid #dadada 1px;
  border-left: none;
  border-right: none;
  height: 50px;
  line-height: 50px;
}
.chanshu li {
  padding: 0 46px;
  position: relative;
  float: left;
  font-size: 16px;
  color: #272b2a;
  transition: .5s;
  cursor: pointer;
}
.chanshu li:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  background-color: #dadada;
}
.chanshu li:hover,
.chanshu .on {
  color: #45debc;
}
.det_fontl {
  font-size: 14px;
  line-height: 35px;
  color: #707070;
  width: 641px;
  box-sizing: border-box;
  padding-right: 55px;
  float: left;
}
.det_show1 {
  overflow: hidden;
  text-align: left;
  margin-top: 35px;
  display: none;
}
.detshanshu_box .on {
  display: block;
}
.det_showimg {
  float: left;
  overflow: hidden;
  width: 294px;
  height: 418px;
}
.det_showimg img {
  display: block;
  width: 100%;
  transition: .5s;
}
.det_showimg img:hover {
  transform: scale(1.02);
}
.bianqian {
  clear: both;
  font-size: 14px;
  line-height: 40px;
  color: #707070;
  text-align: left;
}
.bianqian a {
  font-size: 14px;
  line-height: 40px;
  color: #707070;
  padding-right: 20px;
  transition: .5s;
}
.bianqian a:hover {
  color: #45debc;
}
.tuijian_pro {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 40px;
  background-color: #fff;
  padding: 48px 60px 0 60px;
}
.tuijian_cp {
  font-size: 24px;
  line-height: 24px;
  color: #272b2a;
  text-align: left;
  overflow: hidden;
}
.click_pro {
  width: 60px;
  float: right;
}
.click_pro a {
  display: block;
  width: 20px;
  height: 20px;
  transition: .5s;
}
.prodet_prev {
  float: left;
  background: url(../images/tuijian_03.png) no-repeat center;
}
.prodet_prev:hover {
  background-image: url(../images/tuijianh_03.png);
}
.prodet_next {
  float: right;
  background: url(../images/tuijianh_05.png) no-repeat center;
}
.prodet_next:hover {
  background-image: url(../images/tuijian_05.png);
}
.prodet_list {
  overflow: hidden;
  margin-top: 31px;
  padding-bottom: 55px;
}

.prodet_list .product_page a{margin-right:30px;margin-bottom:0;}

.banner_index {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.slides1 li img {
  display: block;
  width: 100%;
}
.slides1 li a {
  display: block;
}
.banner_topline {
  height: 5px;
  width: 100%;
  background-color: #45debc;
}
.banner_index .flex-control-paging {
  position: absolute;
  bottom: 38px;
  right: 50%;
  transform: translate(50%, 0);
}
.banner_index .flex-control-paging a {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  box-sizing: border-box;
}
.banner_index .flex-control-paging li {
  float: left;
  margin-right: 22px;
  cursor: pointer;
}
.banner_index .flex-control-paging li:last-child {
  margin-right: 0;
}
.banner_index .flex-control-paging li .flex-active {
  background-color: #45debc;
}
.banner_index ul.flex-direction-nav .flex-prev,
.banner_index ul.flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  border: solid #fff 2px;
  border-radius: 50px;
  top: 50%;
  margin-top: 17.5px;
  font-size: 0;
  transition: .5s;
  cursor: pointer;
}
.banner_index ul.flex-direction-nav .flex-prev {
  left: 7.6%;
  background: url(../images/bannerp_03.png) no-repeat center;
}
.banner_index ul.flex-direction-nav .flex-next {
  right: 7.6%;
  background: url(../images/bannerp_05.png) no-repeat center;
}
.banner_index ul.flex-direction-nav .flex-prev:hover {
  background-image: url(../images/bannerph_03.png);
  border-color: #45debc;
}
.banner_index ul.flex-direction-nav .flex-next:hover {
  background-image: url(../images/bannerph_05.png);
  border-color: #45debc;
}
.newindex {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-top: 56px;
}
.newindex_l {
  text-align: left;
  width: 234px;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.new_center {
  font-size: 30px;
  line-height: 24px;
  color: #272b2a;
  margin-bottom: 25px;
}
.new_type_index a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #707070;
  transition: .5s;
}
.new_type_index a:hover,
.new_type_index .on {
  color: #45debc;
}
.xinwen_a {
  overflow: hidden;
  display: block;
  margin-bottom: 22px;
}
.new_ind {
  font-size: 14px;
  line-height: 30px;
  color: #45debc;
  border: dashed #d0d0d0 1px;
  padding: 5px 14px;
  float: left;
  box-sizing: border-box;
}
.new_timeind {
  font-size: 16px;
  line-height: 37px;
  color: #272b2a;
  float: left;
  font-family: "Arial";
  margin: 0 45px;
  padding-top: 5px;
}
.new_font2 {
  font-size: 16px;
  line-height: 37px;
  color: #272b2a;
  float: left;
  padding-top: 2px;
  padding-right: 12px;
  box-sizing: border-box;
  transition: .5s;
  width: 468px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newindex_r {
  float: left;
}
.pointer_i {
  display: block;
  background: url(../images/newpointerp_03.png) no-repeat right center;
  width: 20px;
  height: 32px;
  float: left;
  transition: .5s;
}
.xinwen_a:hover .pointer_i {
  width: 70px;
  background-image: url(../images/newpointph_03.png);
}
.newindex_l:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #9f9f9f;
  left: 0;
  top: 16px;
}
.index_pro1 {
  height: 758px;
  width: 100%;
}
.proinner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.pro_intit {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 151px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 26px;
}
.in_proul li {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
}
.in_proul {
  padding-left: 50px;
  width: 600px;
  padding-right: 95px;
  box-sizing: border-box;
}
.in_proul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 20px;
  left: -12px;
}
.pro_intit:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #d2d2d2;
  left: 0;
  top: 22px;
}
.in_proul li:last-child:before {
  display: none;
}
.in_morepro {
  display: block;
  width: 113px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Arial";
  text-align: center;
  border: solid #fff 1px;
  border-radius: 5px;
  margin-left: 50px;
  margin-top: 53px;
  transition: .5s;
}
.pro_inl {
  float: left;
}
.pro_inr {
  float: right;
  width: 362px;
  overflow: hidden;
  margin-top: 121px;
  margin-right: 23px;
}
.pro_inr img {
  display: block;
  width: 100%;
  transition: .5s;
}
.pro_inr a {
  display: block;
  width: 362px;
  height: 550px;
  overflow: hidden;
}
.pro_inr img:hover {
  transform: scale(1.02);
}
.in_morepro:hover {
  color: #45debc !important;
  border-color: #45debc !important;
}
.mainshu_in {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-top: 185px;
  margin-left: 185px;
  letter-spacing: 11px;
}
.pro_app {
  height: 656px;
  overflow: hidden;
  width: 100%;
  margin-top: -4px;
}
.pro_app_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 52px;
}
.inapp_r {
  width: 966px;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}
.list_app .on {
  display: block;
}
.in_app1 {
  display: block;
  width: 310px;
  height: 216px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.inapp_font {
  position: absolute;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  left: 0;
  bottom: 6px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inapp_r li a:last-child {
  margin-bottom: 0;
}
.inapp_r li {
  float: left;
}
.in_app2 {
  width: 642px;
  position: relative;
  display: block;
  overflow: hidden;
}
.in_app1 img {
  display: block;
  width: 100%;
  transition: .5s;
}
.inapp_font2 {
  overflow: hidden;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.in2_font {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.in2_more {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  border: solid #fff 1px;
  text-align: center;
  color: #fff;
}
.in2_rfont2 {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  float: right;
  width: 426px;
  box-sizing: border-box;
  padding: 5px 22px 0 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in2_box {
  float: left;
  width: 216px;
  box-sizing: border-box;
  padding: 0px 30px 0 77px;
  border-right: solid #fff 1px;
}
.inapp_r li:nth-of-type(2) {
  float: right;
}
.in_app1:hover img {
  transform: scale(1.03);
}
.in_app2 img {
  width: 100%;
  display: block;
  transition: .5s;
}
.in_app2:hover img {
  transform: scale(1.02);
}
.hzms_in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 60px;
}
.zhms_fontl {
  font-size: 15px;
  line-height: 30px;
  color: #272b2a;
  width: 121px;
}
.imgdiv {
  width: 100px;
  height: 100px;
  border: solid #c0c0c0 1px;
  border-radius: 50%;
  transition: .5s;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 16px;
}
.hzms_inp {
  font-size: 16px;
  line-height: 21px;
  color: #9b9b9b;
  text-align: center;
  transition: .5s;
}
.hzmo_inul {
  float: right;
  margin-bottom: 63px;
}
.show_box1 {
  float: left;
  margin-right: 150px;
  position: relative;
}
.hzmo_inul li .show_box1:last-child {
  margin-right: 0;
}
.hzmo_inul li {
  padding-bottom: 80px;
  padding-top: 17px;
  overflow: hidden;
  background: url(../images/libg_07.png) no-repeat bottom center;
}
.hzmo_inul li:first-child {
  padding-top: 0;
}
.hzmo_inul li:last-child {
  padding-bottom: 0;
  background: none;
}
.show_box1:after {
  content: "";
  position: absolute;
  width: 41px;
  height: 20px;
  background: url(../images/libg_03.png) no-repeat center;
  right: -91px;
  top: 50%;
  margin-top: -10px;
}
.hzmo_inul li .show_box1:last-child:after {
  display: none;
}
.show_box1:hover .imgdiv {
  border-color: #45debc;
}
.show_box1:hover .hzms_inp {
  color: #45debc;
}
.hz_fontbottom {
  height: 293px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/bgbg_03.png) no-repeat center;
  box-sizing: border-box;
  padding: 0 62px;
  margin-bottom: 28px;
}
.hz_proimg {
  float: left;
  width: 186px;
}
.hz_proimg img {
  width: 100%;
  display: block;
}
.hz_font_line {
  font-size: 18px;
  color: #fff;
  line-height: 33px;
  float: left;
  margin-top: 109px;
  padding-left: 220px;
  position: relative;
}
.hz_font_line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 120px;
  background: #fff;
  left: 54px;
  top: 50%;
}
.shfw_in {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  height: 882px;
  padding: 91px 0 91px 6.8%;
  position: relative;
}
.shfw_l {
  width: 58%;
  height: 700px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  position: relative;
}
.shfw_r {
  width: 41%;
  background: #fff;
  border-radius: 3px;
  padding: 45px;
  box-sizing: border-box;
  float: left;
  position: absolute;
  left: 52%;
  top: 185px;
}
.input_lit_in,
.input_long_in {
  width: 48%;
  height: 52px;
  background: #f1f1f1;
  font-size: 14px;
  margin-bottom: 4%;
  color: #bfc0c0;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 52px;
  border: none;
  float: left;
}
.input_long_in {
  width: 100%;
}
.form_conin textarea {
  width: 100%;
  height: 140px;
  background: #f1f1f1;
  font-size: 14px;
  border: none;
  color: #bfc0c0;
  line-height: 23px;
  padding: 13px 16px 5px 16px;
  box-sizing: border-box;
  margin-bottom: 4%;
}
.form_conin .input_lit_in[type="text"]:nth-of-type(2n) {
  float: right;
}
.form_conin input[type="submit"] {
  width: 100%;
  height: 52px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 52px;
  background: #45debc;
  border: none;
  cursor: pointer;
  transition: .5s;
}
.form_conin input[type="submit"]:hover {
  background: #0cc199;
}
.shin_font {
  width: 38px;
  height: 112px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #45debc;
  position: absolute;
  top: 50%;
  margin-top: -56px;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.shin_font:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 37px;
  box-sizing: border-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  background: url(../images/pointpo_03.png) no-repeat center #45debc;
  right: -24px;
  top: 50%;
  margin-top: -18px;
}
.shin_font_box {
  width: 654px;
  position: absolute;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
  padding: 45px 50px;
  top: 50%;
  margin-top: -259px;
  left: -104%;
}
.shin_font_boxi {
  display: block;
  position: absolute;
  width: 24px;
  height: 37px;
  box-sizing: border-box;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  background: url(../images/pointpo_03.png) no-repeat center #45debc;
  right: -24px;
  top: 50%;
  margin-top: -18px;
}
.sh_h3 {
  font-size: 30px;
  line-height: 22px;
  color: #272b2a;
}
.sh_liimg {
  overflow: hidden;
}
.sh_liimg li {
  font-size: 14px;
  line-height: 28px;
  min-height: 86px;
  color: #272b2a;
  padding-left: 88px;
  width: 173px;
  box-sizing: border-box;
  margin: 50px 10px 30px 10px;
  float: left;
}
.sh_liimg li:last-child {
  width: 256px;
  margin-left: 43px;
  padding-top: 15px;
}
.shgx li {
  font-size: 14px;
  line-height: 35px;
  color: #707070;
}
.sh_more {
  display: block;
  width: 112px;
  height: 40px;
  border: solid #d1d1d1 1px;
  transition: .5s;
  text-align: center;
  box-sizing: border-box;
  line-height: 40px;
  border-radius: 10px;
  margin-top: 25px;
}
.sh_more:hover {
  border-color: #45debc;
  color: #45debc;
}
.sr-bdimgshare {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}
.main {
  text-align: left;
  overflow: hidden;
}
.news_img,
.news_img a {
  color: #eaf1d6;
}
.news_img p {
  color: #eaf1d6;
}
.news_img .zx_tit {
  color: #fff;
}
.new_left {
  float: left;
  margin-top: 45px;
}
.new_tit {
  overflow: hidden;
  border-bottom: 1px solid #cecece;
}
.new_tit h1 {
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  color: #232323;
  font-weight: normal;
}
.new_tit span {
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
.new_cont {
  margin: 20px 0 78px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.new_cont img {
  display: block;
  margin: 40px 0 50px 0;
}
.bq {
  padding-left: 10px;
  margin-bottom: 40px;
  height: 30px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.bq a {
  color: #666;
}
.news_bottom {
  width: 335px;
  margin-top: 45px;
}
.about_new {
  font-size: 18px;
  color: #232323;
  height: 35px;
  border-bottom: 1px solid #cecece;
}
.news_bottom ul {
  margin-top: 20px;
  list-style: square;
  margin-left: 20px;
  font-size: 15px;
}
.news_bottom ul li {
  height: 30px;
}
.news_bottom ul li a {
  color: #232323;
  font-size: 12px;
}
/*详情*/
.new_detail {
  padding: 35px 0 30px;
  text-align: left;
}
.new_detail .tit {
  text-align: center;
  border-bottom: 1px solid #dddfe1;
  padding-bottom: 27px;
  margin-bottom: 38px;
}
.new_detail .tit h1 {
  font-size: 18px;
  line-height: 28px;
  color: #535150;
  margin-bottom: 5px;
}
.new_detail .tit span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #535150;
}
.new_detail .con p {
  color: #909090;
  font-size: 14px;
  padding-top: 13px;
}
.new_detail .con img {
 
}
/*分页*/
.page_list {
  text-align: center;
  padding: 15px 0 0;
}
.page_list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  color: #dedede;
  width: 22px;
  margin: 0 2px;
}
.page_list a:hover,
.page_list a.on {
  color: #45debc;
}
.page_list a.prev {
  background: url("../images/product_53.png") no-repeat center;
}
.page_list a.next {
  background: url("../images/product_57.png") no-repeat center;
}
.page_list a.prev:hover {
  background: url("../images/product_55.png") no-repeat center;
}
.page_list a.next:hover {
  background: url("../images/product_59.png") no-repeat center;
}
.page_back {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page_back a.prev {
  display: block;
  float: left;
  width: 267px;
  overflow: hidden;
}
.page_back a.prev i {
  border-radius: 100%;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid #e5eaeb;
  background: url("../images/prod_detail_03.png") no-repeat center;
}
.page_back a.prev:hover i {
  border-color: #45debc;
  background: url("../images/prod_detail_13.png") no-repeat center #45debc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.page_back a span {
  display: block;
  width: 211px;
  float: left;
  padding: 0 13px;
  line-height: 30px;
  color: #b8b7b7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.page_back a.next span {
  text-align: right;
}
.page_back a.next {
  display: block;
  float: right;
  width: 267px;
  overflow: hidden;
}
.page_back a.next i {
  border-radius: 100%;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid #e5eaeb;
  background: url("../images/prod_detail_05.png") no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.page_back a.next:hover i {
  border-color: #45debc;
  background: url("../images/prod_detail_10.png") no-repeat center #45debc;
}
.page_back a.list {
  width: 60px;
  text-align: center;
  margin-left: -30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 30px;
  color: #b8b7b7;
}
.page_back a:hover span {
  color: #45debc;
  text-decoration: underline;
}
.page_back a.list:hover {
  color: #45debc;
  text-decoration: underline;
}
.keyword {
  overflow: hidden;
  margin-bottom: 30px;
}
.keyword span {
  display: block;
  line-height: 24px;
  color: #666;
  float: left;
  margin-right: 6px;
}
.keyword a {
  display: block;
  line-height: 24px;
  float: left;
  margin-right: 10px;
  color: #b8b7b7;
}
.keyword a:hover {
  color: #45debc;
  text-decoration: underline;
}
/*更多新闻*/
.product {
  overflow: hidden;
  padding-top: 1px;
}
.product a {
  width: 252px;
  float: left;
  display: block;
  height: 321px;
  border-bottom: 1px solid #dadada;
  margin: 39px 25px 0 0;
}
.product a.last {
  margin-right: 0;
}
.product a .pic {
  border: 1px solid #ebebeb;
  height: 197px;
  overflow: hidden;
}
.product a .pic img {
  display: block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product a span {
  display: block;
  line-height: 28px;
  color: #42403f;
  font-size: 18px;
  margin: 22px 15px 6px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product a p {
  line-height: 22px;
  color: #909090;
  font-size: 12px;
  margin: 0 15px 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product a:hover {
  background-color: #45debc;
  border-color: #45debc;
}
.product a:hover span,
.product a:hover p {
  color: #fff;
}
/*.product a:hover .pic{border-color: @tcolor1;}*/
.product a:hover .pic img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.content1 {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 44px 40px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 16px;
}
.rec_pd_hd {
  overflow: hidden;
  margin-top: 25px;
}
.rec_pd_hd h6 {
  font-size: 24px;
  line-height: 34px;
  color: #535150;
  float: left;
}
.rec_pd_hd a {
  color: #b8b7b7;
  line-height: 34px;
  display: block;
  padding-right: 20px;
  float: right;
  background: url("../images/rec_pd_05.png") no-repeat right center;
}
.rec_pd_hd a:hover {
  background-image: url("../images/rec_pd_03.png");
  color: #45debc;
  text-decoration: underline;
}
.rec_pd_scroll {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}
.rec_pd_scroll .hd {
  overflow: hidden;
  text-align: center;
  width: 92%;
  margin: 25px auto 0;
  background: url("../images/rec_bg.png") repeat-x left center;
}
.rec_pd_scroll .hd .prev,
.rec_pd_scroll .hd .next {
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 5px;
  background: url("../images/prod_detail_03.png") no-repeat center;
  overflow: hidden;
  cursor: pointer;
}
.rec_pd_scroll .hd .next {
  background-image: url("../images/prod_detail_05.png");
  left: auto;
  right: 5px;
}
.rec_pd_scroll .hd .prev:hover {
  background-image: url("../images/prod_detail_07.png");
}
.rec_pd_scroll .hd .next:hover {
  background-image: url("../images/prod_detail_08.png");
}
.rec_pd_scroll .hd .prevStop {
  background-position: -60px 0;
}
.rec_pd_scroll .hd .nextStop {
  background-position: -60px -50px;
}
.rec_pd_scroll .hd ul {
  overflow: hidden;
  padding: 0 10px;
  zoom: 1;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #fff;
}
.rec_pd_scroll .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin: 0 7px;
  background: #dcdcdc;
  border-radius: 100%;
  text-indent: -999px;
  cursor: pointer;
}
.rec_pd_scroll .hd ul li.on {
  background: #45debc;
}
.rec_pd_scroll .hd .pageState {
  display: none;
}
.rec_pd_scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.rec_pd_scroll .bd ul li {
  margin: 0 25px 0 0;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.rec_pd_scroll .bd .product a {
  margin: 0;
}
.rec_new li a {
  border: 1px solid #dadada;
  text-align: left;
  width: 253px;
  border-top: none;
  height: 264px;
}
.rec_new li a .pic {
  border: none;
  height: 142px;
}
.rec_new li a span {
  margin-top: 17px;
}
/*footer*/
.footerbg1 {
  background: #343538;
  width: 100%;
}
.footer_inner1 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 60px;
}
.tel2 {
  float: left;
  overflow: hidden;
}
.rexian {
  width: 260px;
  margin-left: 26px;
  float: left;
  margin-top: 6px;
}
.rexian p:first-child {
  font-size: 16px;
  line-height: 27px;
  color: #45debc;
}
.rexian p:nth-of-type(2) {
  font-size: 30px;
  line-height: 27px;
  color: #45debc;
  font-family: "Arial";
  font-weight: bold;
}
.footer_l {
  float: left;
}
.footer_r {
  float: right;
  font-size: 14px;
  line-height: 27px;
  color: #b1b1b1;
  text-align: right;
}
.footer_r a {
  font-size: 14px;
  line-height: 27px;
  color: #b1b1b1;
  transition: .5s;
}
.footer_r a:hover {
  color: #fff;
}
.linka {
  overflow: hidden;
  width: 720px;
  float: left;
}
.linka a {
  font-size: 14px;
  line-height: 27px;
  color: #b1b1b1;
  display: block;
  float: left;
  margin-right: 60px;
  transition: .5s;
}
.footerng2 {
  background: #2f3032;
  padding: 18px 0;
}
.footerbg2_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.linka a:hover {
  color: #45debc;
}
.share {
  float: right;
}
.share .bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
  width: 20px;
  height: 26px;
  margin: 0 6px 0 0;
}
.share .bdshare-button-style1-16 .bds_sqq {
  background: url(../images/share_03.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style1-16 .bds_qzone {
  background: url(../images/share_05.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style1-16 .bds_weixin {
  background: url(../images/share_07.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style1-16 .bds_tsina {
  background: url(../images/share_09.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style1-16 .bds_tieba {
  background: url(../images/share_11.png) no-repeat center;
  transition: .5s;
}
.share .bdshare-button-style1-16 .bds_sqq:hover {
  background-image: url(../images/shareh_03.png);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style1-16 .bds_qzone:hover {
  background-image: url(../images/shareh_05.png);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style1-16 .bds_weixin:hover {
  background-image: url(../images/shareh_07.png);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style1-16 .bds_tsina:hover {
  background-image: url(../images/shareh_09.png);
  opacity: 1;
  filter: alpha(opacity=100);
}
.share .bdshare-button-style1-16 .bds_tieba:hover {
  background-image: url(../images/shareh_11.png);
  opacity: 1;
  filter: alpha(opacity=100);
}



.product_pagess {
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 15px;
}
.product_pagess a {
  display: block;
  float: left;
  width: 310px;
  height: 292px;
  margin-bottom: 28px;
  margin-right: 0px;
  box-sizing: border-box;
  text-align: left;
  margin-left: 37px;
}
.product_pagess .propage_font {
  padding: 23px 23px;
  box-sizing: border-box;
  border: solid #dadada 1px;
  border-top: none;
}
.product_pagess .protit {
  font-size: 16px;
  color: #272b2a;
  line-height: 23.95px;
  padding-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
}
.product_pagess a:hover .protit,
.product_pagess a:hover .pro_p {
  color: #fff;
}
.product_pagess a:hover .propage_font {
  background-color: #45debc;
  border-color: #45debc;
}
.product_pagess a:hover img {
  transform: scale(1.03);
}
.product_pagess .pro_p {
  font-size: 14px;
  line-height: 21px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s;
}
.product_pagess .product_img {
  width: 310px;
  overflow: hidden;
  height: 216px;
  border: solid #dadada 1px;
  box-sizing: border-box;
}
.product_pagess .product_img img {
   width: 310px;
  height: 216px;
  transition: .5s;
}
.product_pagess a:nth-of-type(3n) {
  margin-right: 0;
}