@charset "utf-8";



/* CSS Document */

@import "common.css";

body {
  background-color: #fff;
  padding-top: 89px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.topbar {
  height: 15px;
  line-height: 30px;
  color: #666;
}

.topbar a {
  color: #666;
}

.topbar a:hover {
  color: #005399;
}

#icon2 {
  float: right;
}

#header .logo {
  display: block;
  float: left;
}

#header .logo h1 {
  height: 0;
  width: auto;
  text-indent: -999em;
}

#header .logo img {
  display: block;
}

.navbar {
  position: relative;
  width: 981px;
  float: right;
}

#Nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  overflow: visible;
  padding-top: 4px;
}

#Nav li {
  float: left;
  width: 159px;
  flex: 1;
  position: relative;
}

#Nav .tarA {
  display: block;
  color: #111;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  position: relative;
  z-index: 5;
}

#Nav .tarA::after {
  display: block;
  content: "";
  height: 36px;
  width: 0;
  z-index: 5;
  border-right: 1px solid #bbbbbb;
  position: absolute;
  right: 0;
  top: 9px;
}

#Nav li:last-child .tarA::after {
  display: none;
}

#Nav dl {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  background-color: rgba(93, 93, 93, 0.8);
}

#Nav dl a {
  display: block;
  color: #fff;
  line-height: 54px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}

#Nav dl dd:last-child a {
  border: none;
}

#Nav li:hover .tarA,
#Nav .tarA.act {
  z-index: 9;
  color: #fff;
  background-color: #e88e00;
}

#Nav li:hover dl {
  display: block;
}

#Nav li:hover .tarA::after,
#Nav .tarA.act::after {
  display: none;
}

#header.scroll {
  /*background: #73bb2a;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  top: 0;
}

.scroll .topbar {
  display: none;
}

.scroll .logo {
  height: 44px;
  padding: 5px 0 10px;
}

.scroll .logo img {
  height: 100%;
}

.scroll .navbar {
  height: 40px;
  box-shadow: none;
}




/*幻灯片样式*/

.topbanner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.banner ul.bb li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner ul.bb li a img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 100%;
  z-index: 100;
  padding: 5px 0px;
  opacity: 0.8;
  text-align: center;
}

.banner .num li {
  width: 40px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  _display: inline;
  _font-size: 0px;
}

.banner .num li {
  *display: inline;
  _zoom: 1;
  _display: inline;
}

.banner .num li.num_hover {
  background-color: #e88e00;
}

.banner .num li.num_hover a {
  color: #e88e00;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  width: 28px;
  height: 4px;
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}



/*首页新闻模块*/

#about_news {
  margin-top: 20px;
  overflow: hidden;
}

#about_news>.containe {
  border-top: 5px solid #e88e00;
}

h2.tit_h2 {
  font-size: 16px;
  color: #e88e00;
  line-height: 37px;
  display: inline-block;
}

h2.tit_h2 small {
  font-size: 24px;
  color: #111;
  font-weight: normal;
  display: block;
}

#about_news .w46 .tit {
  background-image: url(../images/i01.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  padding-top: 26px;
  padding-bottom: 10px;
}

#about_news .w46 {
  width: 46%;
  margin: 0 2%;
  float: left;
}

#about_news .w45 {
  width: 45%;
  margin: 0;
  background-color: #eee;
  color: #333;
  line-height: 36px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

#about_news .aboutcon {
  line-height: 26px;
  text-indent: 2em;
  padding: 10px 0 20px;
}

#about_news .w45 strong,
#about_news .w45 a {
  color: #e88e00;
  font-weight: bold;
}

#about_news .w46+.w46 .tit {
  background-image: url(../images/i02.png);
}

.ind_news .newstop .big {
  float: right;
  width: 192px;
  height: 144px;
  margin-left: 12px;
}

.ind_news .newstop h2 {
  border-bottom: 1px solid #bbb;
  font-size: 15px;
  padding-left: 15px;
  background-image: url(../images/i03.png);
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  line-height: 39px;
  font-weight: normal;
  margin-bottom: 10px;
}

.ind_news .newstop h2 a {
  color: #e88e00;
}

.ind_news .newstop p {
  color: #666;
  line-height: 22px;
}

.ind_news .newstop .more {
  color: #e88e00;
  margin: 8px 0 30px;
  display: block;
}

.ind_news ul {
  overflow: hidden;
  clear: both;
}

.ind_news li {
  padding-left: 15px;
  background-image: url(../images/i04.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px dashed #dddddd;
  line-height: 38px;
}

.ind_news li .date {
  float: right;
}

.ind_news li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}



/*业务介绍*/

#model3s {
  padding: 50px 30px;
  background-color: #eee;
  margin-top: 50px;
  box-sizing: border-box;
}

.wrapper_1s {
  width: 100%;
  overflow: hidden;
}

.wrapper_1s .cons {
  width: 33.3%;
  box-sizing: border-box;
  float: left;
  background: #fff;
  text-align: center;
  border: 1px solid #bbb;
  padding: 29px;
  border-right: 0;
}

.wrapper_1s .cons:last-child {
  border-right: 1px solid #bbb;
}

.wrapper_1s .cons .big {
  width: 100%;
  height: 120px;
}

.wrapper_1s .cons h3 {
  width: 100%;
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.wrapper_1s .cons h3 small {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.wrapper_1s .cons p {
  color: #999;
  position: relative;
  display: inline-block;
}

.wrapper_1s .cons p::before,
.wrapper_1s .cons p::after {
  content: "";
  height: 4px;
  z-index: 5;
  border-radius: 2px;
  overflow: hidden;
  background-color: #e88e00;
  top: 9px;
  width: 4px;
  position: absolute;
}

.wrapper_1s .cons p::before {
  left: -18px;
}

.wrapper_1s .cons p::after {
  right: -18px;
}



/*产品介绍*/

#productshow {
  padding: 40px 0 100px;
}

#productshow .tit {
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}

#productshow .tit .more {
  float: right;
  color: #666;
  margin-top: 40px;
}

#productshow .tit_h2 {
  border-bottom: 3px solid #e88e00;
  margin-bottom: -2px;
  padding: 0 20px;
}

#demoo .container a {
  display: block;
  position: relative;
}

#demoo .container .big {
  height: 213px;
  width: 273px;
  border: 1px solid #bbb;
  margin-right: 20px;
  position: relative;
}

#demoo .container .big img {
  width: 100%;
  max-height: 100%;
  border: none;
}

#demoo .container p {

  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(93, 93, 93, 0.8);
  z-index: 55;
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}



/*网站底部*/

.footnav {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}

.footnav ul {
  height: auto;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.footnav ul li {
  float: left;
  width: 160px;
  height: auto;
  text-align: center;
  flex: 1;
  color: #fff;
  position: relative;
}

.footnav ul li::after {
  display: block;
  content: "";
  height: 15px;
  width: 0;
  z-index: 5;
  border-right: 2px solid #bbb;
  position: absolute;
  right: 0;
  top: 0px;
}

.footnav ul li:last-child::after {
  display: none;
}

.footnav ul li a {
  width: 100%;
  height: 18px;
  line-height: 16px;
  color: #333;
  font-size: 15px;
}

.footnav ul li span.line {
  float: right;
}

.footnav ul li:last-child .line {
  display: none;
}

.footnav ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer {
  background: #eeeeee;
}

.footer>.containe {
  overflow: hidden;
  text-align: center;
  padding-bottom: 15px;
  clear: both;
}

.f_left {
  padding-top: 10px;
  height: auto;
  float: left;
}

.f_right {
  width: auto;
  float: right;
  line-height: 2em;
  margin-left: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.f_right .ewm {
  width: 120px;
  height: 116px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.f_right span {
  display: block;
  padding-top: 6px;
}

.footer-content {
  overflow: hidden;
  height: auto;
  padding-bottom: 4px;
  color: #333;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  width: 630px;
  font-size: 13px;
  padding-left: 57px;
}

.footer-content a {
  color: #333;
  padding-right: 5px;
  padding-left: 3px
}

.Links {
  color: #5d5d5d;
  text-align: left;
  clear: both;
}

.Links a {
  color: #5d5d5d;
  display: inline-block;
  padding: 0 10px;
}

#topBack {
  position: fixed;
  bottom: 50px;
  right: 10%;
  display: none;
}



/*产品列表页*/

.prodescription {
  border: 1px dashed #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 15px;
  text-indent: 20px;
}



/*内页样式*/

.main {
  width: 1200px;
  overflow: hidden;
  height: auto;
  background-position: 0 top;
  margin: 20px auto 0;
  border: 1px solid #bbb;
}



/*.main+.footer {margin-top: 140px }*/

.main .break {
  overflow: hidden;
  height: 55px;
}

.main .break h2 {
  border-bottom: 1px solid #bbb;
  font-size: 16px;
  overflow: hidden;
  line-height: 39px;
  font-weight: bold;
  color: #e88e00;
}

.main .break h2 small {
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
}

.main .break .breaker {
  background: #fff;
  display: inline-block;
  margin-top: -18px;
  margin-right: 0;
}

.main .break .breaker .cur {
  color: #73ba2c;
}

.lside {
  width: 249px;
  height: auto;
  float: left;
}

.lside h2.tit {
  width: 100%;
  position: relative;
  height: 80px;
  line-height: 78px;
  background: #5d5d5d;

  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.lside h2.tit a {
  color: #fff;
}

.iauth {
  display: none;
}

.iauth li {
  border-bottom: 1px solid #bbb;
}

.iauth a.tarA {
  text-align: center;
  color: #333;
  display: block;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
}

.iauth a:hover {
  color: #e88e00;
}

.iauth.act {
  display: block;
}

.iauth dl {
  padding: 0 13px;
  transition: 1s;
  height: 0;
  overflow: hidden;
}
.iauth dd {}

.iauth dd a {
  border-top: 1px dashed #bbb;
  display: block;
  color: #666;
  line-height: 44px;
  text-indent: 3em;
}

.iauth li.act dl,
.iauth li:hover dl{}

.lside h3 {
  width: 100%;
  position: relative;
  height: 60px;
  line-height: 58px;
  background-image: url(../images/12.jpg);
  background-repeat: no-repeat;
  background-position: 0 top;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.subList {
  background-image: url(../images/11.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  padding-bottom: 16px;
  margin-bottom: 25px;
}

.subList li a {
  line-height: 40px;
  padding-left: 23px;
  background: url(../images/i13.png) no-repeat 10px center;
  height: 40px;
  color: #5a5a5a;
  font-size: 14px;
  display: block;
  border-bottom: 1px dashed #bbb;
}

.wrap {
  overflow: hidden;
  border-left: 1px solid #bbb;
  background: #fff;
  padding: 30px 42px;
}

.wrap .cp_list {
  min-height: 700px;
}

.pro_top {
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px dashed #bbb;
  margin-bottom: 18px;
  padding-top: 20px;
}

.pro_top h1 {
  font-size: 24px;
  text-align: left;
  color: #333;
  line-height: 1em;
  border-bottom: 1px dashed #bbb;
}

#pro_img {
  float: left;
  width: 413px;
  height: 329px;
  margin-right: 30px;
  border: 1px solid #bbb;
}

.pro_top .list {
  padding-top: 8px;
  max-width: 500px;
  overflow: hidden;
}

.pro_detail_btn {
  width: 139px;
  height: 34px;
  background-color: #e88e00;
  color: #fff;
  border: 0px;
  line-height: 32px;
  font-size: 16px;
  display: block;
  text-align: center;
  position: relative;
}

.pro_detail_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-top: 10px solid #e88e00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 40%;
  bottom: -44px;
}

.list_p li {
  height: 26px;
  font-size: 12px;
  border-bottom: 1px dashed #e0e1dc;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: "Microsoft YaHei"
}

.list_p li h2 {
  font-size: 12px;
  font-weight: normal;
  font-family: "Microsoft YaHei"
}

.list_p li .tel {
  font-family: arial;
  font-size: 23px;
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}



/*产品详情页*/

.prodetils {
  overflow: hidden;
}

.pro_top p {
  display: block;
  margin-top: 18px;
  overflow: hidden;
}

.pro_top strong {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 3px solid #1473b7;
  line-height: 32px;
  display: none;
}

h3.tag {
  line-height: 24px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 10px;
  color: #999;
  font-weight: normal;
  padding-top: 8px;
  font-size: 14px;
}

h3.tag a {
  color: #005a98;
  margin: 0 8px 0 5px;
}

h3.tag a:hover {
  color: #0172bd;
}

.page {
  line-height: 26px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 6px;
  padding-top: 15px;
  font-size: 12px;
  padding-bottom: 25px;
}

.page a {
  color: #005a98;
}

.page a:hover {
  color: #0172bd;
}

.page span {
  color: #005a98;
}

.wrap .titbar.t3 {
  text-align: left;
  border-bottom: 1px solid #a0a0a0;
  height: 40px;
  margin-bottom: 25px;
  margin-top: 15px;
  clear: both;
}

.wrap .titbar.t3 h3 {
  color: #333;
  padding: 0 11px;
  border-bottom: 5px solid #d57c38;
  display: inline-block;
  line-height: 43px;
  height: 38px;
}

.wrap .titbar.t3.line {
  margin-top: 0;
}

.wrap .titbar.t3.line h3 {
  font-size: 18px;
}

.titbar .more {
  float: right;
  font-size: 14px;
  color: #666;
  font-family: arial;
  line-height: 47px;
}

ul.pro_pre {
  width: 110%;
}

.pro_pre li {
  float: left;
}

.pro_pre .imgcon {
  width: 200px;
  height: 156px;
  margin-right: 20px;
  background-color: #fff;
  padding: 3px;
  border: 1px solid #dedede;
}

.pro_pre p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}



/*内页--详情页*/

.articleTit {
  margin-top: 7px;
  font-size: 22px;
  color: #434343;
  text-align: center;
  height: 35px;
  font-weight: normal;
}

.sub_info {
  text-align: center !important;
  padding: 4px 0 5px;
  line-height: 19px !important;
  margin-bottom: 7px !important;
  color: #434343;
}

.sub_info.line {
  border-bottom: 1px solid #2fae5f;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

.sub_info span {
  margin-right: 6px;
}

#icon1 {
  display: inline-block;
  vertical-align: middle;
}

.news_pre {
  clear: both;
  color: #626262;
  width: 102%;
  margin-top: 10px;
  margin-bottom: 70px;
}

.news_pre li {
  position: relative;
  width: 48%;
  line-height: 32px;
  border-bottom: 1px dashed #dedede;
  padding: 2px 0 3px;
  float: left;
  margin-right: 2%;
}

.news_pre a {
  color: #626262;
  font-size: 13px;
  padding-left: 18px;
  background: url(../images/tran.png) no-repeat 2px center;
  display: block;
  padding-right: 8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_pre span {
  font-size: 12px;
}

.news_pre span {
  position: absolute;
  right: 7px;
  bottom: 0;
}

.pro_list {
  width: 102%;
}

.pro_list li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

.pro_list li a {
  display: block;
  position: relative;
}

.list .big {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 80%;
}

.list .big img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pro_list .pro_tit {
  width: 100%;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  color: #333;
}

.newsList02 {
  margin-bottom: 100px;
}

.newsList02 li {
  overflow: hidden;
  padding: 8px 0 9px 21px;
  border-bottom: 1px dashed #d0d1d1;
  height: 89px;
  background: url(../images/i13.png) no-repeat 2px 21px;
}

.newsList02 li .title {
  position: relative;
}

.newsList02 h2 {
  color: #000;
  font-size: 15px;
  padding-right: 5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 26px;
  line-height: 30px;
}

.newsList02 span {
  height: 30px;
  color: #888;
  line-height: 32px;
  float: right;
}

.newsList02 p {
  height: 47px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-top: 6px;
  margin-top: 9px;
  display: block;
}



/*联系我们*/

#inform {
  width: 600px;
}

.zxlyinp {
  width: 400px;
  margin: 8px 0 11px;
  height: 32px;
  border: 1px solid #bbb;
  display: block;
  padding: 0 8px;
  box-sizing: border-box;
}

.zxlyyzm {
  width: 100px;
  height: 30px;
  margin-right: 12px;
  border: 1px solid #bbb;
}

.indexcode {
  vertical-align: middle;
}

.zxlysub {
  width: 120px;
  height: 34px;
  background-color: #188fe1;
  color: #fff;
  border: 0px;
  margin: 11px 0 30px 113px;
  font-size: 15px;
  display: block;
}

.zxlysub:hover {
  background-color: #00458e;
  color: #fff;
}

#inform label {
  display: block;
  float: left;
  clear: both;
  width: 100px;
  text-align: right;
  padding-right: 13px;
  line-height: 32px;
}


.contactCon {
  margin-top: 30px
}

.contactCon h1 {
  font-size: 16px;
  color: #333;
  line-height: 4em;
}

.contactCon p {
  font-size: 15px;
  line-height: 2em;
  color: #666;
}

#dituContent {
  border: 0;
  height: 80vw;
  border: none;
  width: 100%;
  clear: both;
  margin: 0;
  max-height: 342px;
}

.contactCon .footer {
  padding: 0;
  background: none;
}

.contactCon .footer .icon02 {
  display: block;
  padding-top: 21px;
}

.tj_pro {
  margin: 3em auto;
}

.tj_pro .tit {
  text-align: center;
  border-bottom: 1px solid #73ba2c;
  height: 40px;
  margin-bottom: 25px;
}

.tj_pro .tit h2 {
  color: #73ba2c;
  padding: 0 11px;
  border-bottom: 5px solid #2fae5f;
  display: inline-block;
  line-height: 43px;
  height: 38px;
  font-size: 18px;
}

.tj_pro .big {
  width: 279px;
  height: 200px;
  margin-right: 20px;
}