/*头部样式*/
#header {
  width: 1200px;
  margin: 0 auto;
  height: 124px;
}
.logo {
  float: left;
  padding-top: 21px;
  width: 440px;
}
.logo img{
    width: 100%;
}
.logopb{
    float: left;
}
.logopb p:nth-child(1){
    font-size: 25px;
    font-weight: 600;
    color: #339933;
    line-height: 25px;
}
.logopb p:nth-child(2){
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
     color: #339933;
}
.logopb {
    padding-left: 15px;
    border-left: 1px solid #eee;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 42px;
}
.topLink {
  float: right;
  position: relative;
  z-index: 9999;
}
.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}
.tran-in {
  left: 120px;
}
.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}
.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}
.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}
.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}
.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.topLink .k2 {
  color: #339933;
  font-size: 22px;
  line-height: 24px;
  background: url(../images/t.png) no-repeat left top;
  height: 52px;
  padding-left: 35px;
  font-weight: bold;
  padding-top: 35px;
  width: 171px;
  margin-left: 90px;
}
.topLink .k1 {
  padding-top: 5px;
  color: #999999;
  text-align: right;
}
.topLink .k1 a {
  color: #999999;
}

/*热门搜索*/
.search {
  background: url(../images/sou.png) no-repeat center top;
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 60px;
}
#formsearch {
  width: 261px;
  float: right;
  height: 59px;
  background: url(../images/ss.png) no-repeat;
}
.hotSearch {
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  color: #999999;
  font-size: 12px;
}
#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 15px;
  color: #999999;
}
#formsearch input {
}
#formsearch input#keyword {
  height: 59px;
  line-height: 59px;
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
}
#formsearch input#s_btn {
  width: 56px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
  outline: none;
  float: right;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}
.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*主体样式*/
#container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

.box1 {
  margin-top: 70px;
}
.tt1 {
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  font-size: 16px;
}
.tt2 {
  text-align: center;
  color: #333333;
  font-size: 34px;
  font-weight: 300;
  background: url(../images/t1.png) no-repeat center center;
}
.tt2 span {
  padding-left: 40px;
  font-weight: 600;
  display: inline-block;
}
.tt3 {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.menu_cate {
  margin-top: 25px;
  border-top: 1px solid #dedede;
  margin-bottom: 30px;
  border-left: 1px solid #dedede;
}
.sort1 {
}
.sort1 li {
  background: url(../images/s1.png) no-repeat;
  line-height: 43px;
  float: left;
  width: 298.75px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.sort1 li:nth-child(4n) {
  border-right: none;
}
.sort1 li:nth-child(13) {
  border-bottom: none;
}
.sort1 li:nth-child(14) {
  border-bottom: none;
}
.sort1 li:nth-child(4n) {
  border-right: 1px solid #dedede;
}
.sort1 li a {
  color: #333333;
  font-size: 18px;
  padding-left: 45px;
}
.sort1 li:hover a {
  color: #339933;
}
.sort1 li:hover {
  background: url(../images/s2.png) no-repeat;
}

.product_list1 li {
  float: left;
  margin-left: 10px;
  margin-right: 12px;
  _display: inline;
}
.product_list1 li a.img {
  padding: 6px;
  border: 1px solid #dedede;
}
.product_list1 li a.img img {
  width: 372px;
  height: 272px;
}
.product_list1 li h3 {
  text-align: center;
  height: 48px;
  line-height: 40px;
}
.product_list1 li h3 a {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
}
.product_list1 li a.img {
  display: block;
}
.product_list1 li a.img:hover {
  border-color: #e87518;
}

.box2 {
  background: url(../images/bj2.png) no-repeat center top;
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 731px;
  padding-top: 69px;
  margin-top: 58px;
}
.box2 .cont {
  background: url(../images/yx.png) no-repeat center top;
  height: 610px;
  padding-top: 50px;
}

.youpic {
  width: 392px;
  height: 339px;
  margin-top: 55px;
  margin-right: 58px;
}
.you {
  width: 655px;
}
.ys {
  margin-top: 30px;
}
.ystt {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.ystt img {
  padding-right: 6px;
}
.sub {
  color: #545454;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  padding-left: 107px;
  padding-top: 6px;
}

.box3 {
  margin-top: 80px;
}

#multipleColumn {
  width: 1200px;
  margin: 0 auto;
  margin-top: 23px;
}

#multipleColumn .bd {
  width: 1200px;
  margin: 0 auto !important;
  overflow: hidden;
  zoom: 1;
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}
#multipleColumn .bd li {
  margin: 0 8px 20px;
  float: left;
  _display: inline;
  text-align: center;
}

.picList {
}
.picList li {
  float: left;
  margin-bottom: 20px;
  _display: inline;
}
.picList li:nth-child(3n) {
  margin-right: 0px;
}
.picList li a.img {
  padding: 6px;
  border: 1px solid #dedede;
}
.picList li a.img img {
  width: 370px;
  height: 272px;
}
.picList li h3 {
  text-align: center;
  padding-top: 11px;
}
.picList li h3 a {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
}

.picList li a.img {
  display: block;
}
.picList li a.img:hover {
  border-color: #e87518;
}

#multipleColumn .hd {
  height: 40px;
}
#multipleColumn .hd {
  zoom: 1;
  zoom: 1;
}
#multipleColumn .hd ul {
  text-align: center;
}
#multipleColumn .hd ul li {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0 10px;
  text-indent: -999px;
  cursor: pointer;
  background: url(../images/b1.png) no-repeat;
  z-index: 99999;
  cursor: pointer;
}
#multipleColumn .hd ul li.on {
  background: #1f9ab6;
  background: url(../images/b2.png) no-repeat;
  z-index: 99999;
  cursor: pointer;
}

.box5 {
  margin-top: 55px;
}
.nbox5 {
  background: url(../images/bj2.png) no-repeat center top;
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 525px;
  padding-top: 75px;
  margin-top: 26px;
}
.nbox5 .cont {
  background: #fff;
  height: 450px;
}

.about {
  width: 1090px;
  margin: 0 auto;
  padding-top: 57px;
}
.about_title {
  text-align: center;
}
.about .content {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  height: 155px;
  overflow: hidden;
  margin-top: 27px;
}
.about a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  width: 160px;
  line-height: 34px;
  background: #339933;
  margin-top: 58px;
}

.box6 {
  margin-top: 68px;
}
#multipleColumn2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 23px;
}

#multipleColumn2 .bd {
  width: 1200px;
  margin: 0 auto !important;
  overflow: hidden;
  zoom: 1;
  float: left;
  _display: inline;
  overflow: hidden;
  position: relative;
}
#multipleColumn2 .bd li {
  margin: 0 10px 20px;
  float: left;
  _display: inline;
  text-align: center;
}

.picList2 {
}
.picList2 li {
  float: left;
  margin-bottom: 20px;
  _display: inline;
}
.picList2 li:nth-child(4n) {
  margin-right: 0px;
}
.picList2 li a.img {
  border: 1px solid #dedede;
}
.picList2 li a.img img {
  width: 277px;
  height: 198px;
}
.picList2 li h3 {
  text-align: center;
  padding-top: 11px;
}
.picList2 li h3 a {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
}

.picList2 li a.img {
  display: block;
}
.picList2 li a.img:hover {
  border-color: #e87518;
}

#multipleColumn2 .hd {
  height: 40px;
}
#multipleColumn2 .hd {
  zoom: 1;
  zoom: 1;
}
#multipleColumn2 .hd ul {
  text-align: center;
}
#multipleColumn2 .hd ul li {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0 10px;
  text-indent: -999px;
  cursor: pointer;
  background: url(../images/b1.png) no-repeat;
  z-index: 99999;
  cursor: pointer;
}
#multipleColumn2 .hd ul li.on {
  background: #1f9ab6;
  background: url(../images/b2.png) no-repeat;
  z-index: 99999;
  cursor: pointer;
}

.box7 {
  margin-top: 75px;
}

.a7_c1 {
  width: 370px;
}
.a7_c1 .xw_tit h2 {
  color: #333;
  font: 500 18px/25px "微软雅黑";
  background: url(../images/agghj.png) no-repeat left center;
  padding-left: 14px;
}
.a7_c1 .xw_tit h2 span {
  color: #999;
  font: 500 12px/20px "微软雅黑";
  vertical-align: bottom;
  text-transform: uppercase;
}
.a7_c1 .xw_tit h2 a {
  display: inline-block;
  float: right;
  color: #999;
  font: 500 12px/25px "微软雅黑";
  text-transform: uppercase;
}
.xw_list1 {
  margin-top: 10px;
}
.xw_list1 li {
  border-bottom: 1px dashed #dddddd;
  padding: 12px 0 4px;
  background: url(../images/fghafghjt.png) no-repeat left 22px;
  padding-left: 17px;
}
.xw_list1 li a {
  display: block;
  color: #333333;
  font: 500 14px/25px "微软雅黑";
}
.xw_list1 li span {
  display: block;
  color: #999;
  font: 500 12px/25px "微软雅黑";
}
.a7_b1 {
  margin-top: 22px;
}

.cate_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}

.navigation {
  float: right;
  width: 100px;
}

.index-title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}
.index-table td {
  border: solid #add9c0;
  border-width: 0px 1px 1px 0px;
  padding: 10px 5px;
}
.index-table {
  border: solid #add9c0;
  border-width: 1px 0px 0px 1px;
  margin-top: 10px;
}

/*----- Common css ------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.di {
  _display: inline;
}
.fwn {
  font-weight: normal;
}
.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*首页新闻*/
.news_company {
  width: 280px;
  float: right;
}
.news1_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}
.news_company .content {
  padding: 5px;
}

/*首页左侧联系我们*/
.contact {
  width: 218px;
  float: left;
  padding-bottom: 5px;
  margin-top: 10px;
}
.contact_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}
.contact .content {
  padding: 5px;
  padding-left: 8px;
}

/*工程案例*/
.case {
  width: 460px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.case_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}
.case .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

.news2_company {
  margin-top: 10px;
}

/*产品推荐*/
.recommend_product {
  margin-top: 10px;
  width: 692px;
  float: left;
}
.recommend_product .title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: url(../images/nav.png) no-repeat 0% 100%;
  font-size: 14px;
  color: #000;
}
.recommend_product .content {
  padding-top: 15px;
  padding-bottom: 14px;
}
.roll_product li {
  padding-bottom: 0px;
}

/*品牌列表*/
.brand-list {
  margin: 20px 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.brand-list li {
  margin: 5px 8px;
}
.brand-list li:hover {
  box-shadow: 2px 1px 5px;
}
.brand-list li img {
  width: 150px;
  height: 120px;
}

/*前台多页签*/
.news {
  width: 1000px;
  float: left;
  margin-top: 10px;
}
.tab {
  position: relative;
}
.tab li {
  float: left;
  width: 100px;
  height: 30px;
  display: block;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-right: 8px;
  text-align: center;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.tab li.cur {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background: #3a78c1;
  border-color: #3a78c1;
}

.tt {
  display: none;
}
.list1 {
  padding: 8px 10px;
}
.list1 li {
  line-height: 27px;
  position: relative;
  vertical-align: middle;
}
.list1 li a {
  background: url(../images/list_dot1.gif) left center no-repeat;
  padding-left: 12px;
  line-height: 27px;
  color: #555555;
}
.list1 li a:hover {
  color: #e87518;
  text-decoration: none;
}
.list1 li span {
  position: absolute;
  right: 0px;
  line-height: 30px;
  top: 0;
  color: #999;
}

/*友情链接*/
.f_link {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/link.png) no-repeat left center;
  height: 37px;
  padding-left: 154px;
  box-sizing: border-box;
  margin-top: 53px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f_link a {
  color: #666666;
  font: 500 14px/37px "微软雅黑";
}
.f_link a:hover {
  color: #ff6600;
}

/*页面底部*/
#footer {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #3e3e3e;
  background: #2e2e2e;
  font-size: 14px;
  left: 50%;
  margin-left: -960px;
}
#footer a {
  color: #cccccc;
}
#footer a:hover {
  color: #e87518;
  text-decoration: none;
}
.nav_foot {
  text-align: center;
  line-height: 24px;
  color: #cccccc;
}
.copyright {
  line-height: 30px;
  color: #cccccc;
  padding-top: 37px;
}
.foot-last {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #cccccc;
  padding-bottom: 30px;
}

.vn10 {
  height: 360px;
  background: #2e2e2e;
  margin-top: 20px;
}
.vn10-con {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.vn10-title h3 {
  font-size: 32px;
  color: #00ac40;
  text-transform: uppercase;
}
.vn10-title span {
  font-size: 20px;
  color: #fff;

  display: block;
  padding-bottom: 15px;
  background: url(../images/foot.png) no-repeat left bottom;
  padding-top: 5px;
}
.vn10-nav {
  margin-top: 20px;
}
.vn10-nav a {
  font-size: 16px;
  color: #cccccc;

  line-height: 40px;
}
.ez2 {
  margin-left: 170px;
}
.ez2-con {
  font-size: 16px;
  color: #cccccc;
  line-height: 40px;
  margin-top: 18px;
}
.ez3-con {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
}
.shengming {
  margin-left: 20px;
}

/*------------内页-------------------*/

.left .box {
  margin-bottom: 10px;
}
.left .box h3 {
  line-height: 40px;
  background: #339933;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.left .box .content {
  padding: 5px 0px;
}

.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

.n_banner {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.left {
  width: 225px;
  float: left;
}
.sort_menu h3 {
  background-color: #ececec;
  line-height: 28px;
  font-weight: bold;
}
.sort_product {
  margin-top: 10px;
}
.sort_product h3 {
  background-color: #ececec;
  line-height: 28px;
  font-weight: bold;
}

.n_contact {
  margin-top: 10px;
}
.n_contact h3 {
  background-color: #ececec;
  line-height: 28px;
  font-weight: bold;
}
.n_contact .content {
  padding: 5px;
  line-height: 24px;
}

.right {
  width: 940px;
  float: right;
  padding-bottom: 10px;
}
.sitemp {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding-right: 10px;
  background: #339933;
}
.sitemp h2 {
  width: 340px;
  float: left;
  line-height: 40px;
  text-align: center;
  text-align: left;
  text-indent: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.sitemp .site {
  width: 380px;
  float: right;
  text-align: right;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.sitemp .site a {
  color: #fff;
}
.right .content {
  padding: 10px;
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}
.zzz img{
    width: 100% ! important;
    height: auto ! important;
}
