﻿/*首页标题*/
.indextit{ overflow: hidden; background: #0aac84; text-align: center;  margin: 70px  auto 30px; width:250px; height: 65px; line-height:65px;font-size:25px;} 
.indextit img{ background: #008665; float: left; padding: 10px; }
.indextit span{  color: #fff; line-height:65px; font-size: 30px    }



/*分类*/
.block1{margin: 100px auto;  }
.c-preview {
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #156353 50%, #156353 75%, #f6ff00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #156353 50%, #156353 75%, #f6ff00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #156353 50%, #156353 75%, #f6ff00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 550px;
  height: 300px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
  font-size: 30px;
  overflow: hidden;
  float: left;
  margin-right: 100px;

}
.c-preview:nth-child(2n){ margin-right: 0 }


.c-preview__img {
    margin-right:50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
  overflow: hidden;
}
.c-preview__img img{  
  width: 100%;
  height: 100%;}

.c-preview__title {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.c-preview:hover {
  background-position: 100% 100%;
    color: #b43842;
}
.c-preview:hover__title {
  text-shadow: 0 0 20px black;
}


.prolist .indextit2{ width:200px; line-height:72px; font-size:26px; height:72px; margin: 0; display: inline-block; border-top: 6px solid #008665; overflow: hidden; color: #fff; background: #0aac84 url(../images/pro_tt_img.png) 0 0 no-repeat; text-align: center; }
.prolist .indextit2 strong{ color: #fff;  font-weight: normal; }

.prolist{width: 200px; float: left;background: #00c695; overflow: hidden; }
.mainmenu{margin: 0 auto; font-size: 16px; position:relative; padding:0;}
.mainmenu > li{background-color: #0aac84; border-top: 1px solid #00c695; height: 48px; color: #f7f1e3; box-sizing: border-box;}
.mainmenu > li:first-child{border-top: 0;  background: #f3a239 }
.mainmenu > li:last-child{border-radius: 0 0 7px 7px;}
.mainmenu > li span{display:block; line-height: 48px;text-align:center;}
.mainmenu > li span a{color: #fff}
.mainmenu > li .icon{padding: 14px 20px 0 20px; float: left; width: 20px; height: 20px; display:block;}
.mainmenu > li .messages{padding: 0; margin-top: -33px; margin-right: 19px; float: right; display: block; width: 34px; height: 18px; text-align: center; font-size: 11px; line-height: 19px;}
/*------------ Sub Menu ------------*/
.submenu{box-sizing: border-box; color: #ae9f9f; font-size: 13px; content: " "; /*opacity: 0.5;*/}
.submenu li{line-height: 20px; height: 35px; padding-top: 11px; background-color: #f9f9f9; border-bottom: 1px dashed #eee; transition: border-left 220ms ease-in;}

.submenu li:hover{border-left: solid 6px #0aac84;}
.submenu li a{text-align:center;display: block;}
.animate{animation: flip 2000ms ease-in-out alternate;}
@keyframes flip{to{transform: rotateY(360deg);}}



.onbg{ background: #f3a239 }



/**产品分类**/
.proconlist{ float: left; width: 925px; margin-left: 30px  }
.proconlist li{ float: left; margin-right: 24px; width: 213px;  height: 213px;
 transition: 0.8s;position: relative;  
  text-align: center; overflow:hidden; }
  .proconlist ul{ margin-bottom: 20px; overflow: hidden; padding-bottom: 10px }
.proconlist li:nth-child(4n){ margin-right: 0 }
.proconlist li img{ height:100%; overflow: hidden; width: 100% ; border: 1px solid #f1f1f1}
.proconlist li p{ height:50px; line-height:50px; transition: 0.8s; font-size: 16px; text-align: left; padding-left: 20px; color: #fff }
.proconlist li:hover{ box-shadow: 0px 0px 10px #ccc; background: #fff}
.proconlist li:hover p{ color: #000}



.protit{background: #f4f4f4; border-bottom: 1px solid #008665; overflow: hidden; margin-bottom: 20px}
.protit img{ width: 40px; float: left; margin: 0 10px; margin-top: 10px }
.protit span{ line-height: 50px; float: left; color: #0aac84; font-size: 20px }
.protit a{ float: right; line-height: 50px; margin-right: 20px }



.good{ background: #008665; }
.tit{ text-align: center; overflow: hidden; width: 100%;   margin: 50px auto  }


.good dl{ display: block;  overflow: hidden; }
.good em{ float: left; background: #fff; width: 100px; padding: 10px; margin-top: 100px; font-weight:bold; }
.good em i{ font-size: 50px;  line-height: 60px; text-align: center;  color: #008665; display: block; border-bottom: 1px solid #008665; display: block; overflow: hidden; }
.good em span{ text-align: center; display: block;  line-height: 50px; font-size: 16px; color: #008665 }

.good .goodtext{ float: left; width: 529px; padding: 30px;  }
.good .goodimg { float: left; width: 570px }


.good dl:nth-child(3n) img{ float: left; }
.good dl:nth-child(3n) em{ float: right }
.good dl:nth-child(3n) .goodtext{ float: right; }

.good .goodtext{ color: #fff; padding-top: 90px; height: 300px; overflow: hidden; }
.good .goodtext strong{ font-size: 30px;}
.good .goodtext p{ line-height: 25px; margin-top:10px; font-size: 14px }







/*企业展示*/

.marqueeleft{ width:1200px;overflow:hidden; margin:0 auto; }
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:315px;}
.marqueeleft li .pic{display:block; width:315px;height:260px;
  padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;line-height:23px;}
.marqueeleft li .pic img{ width:315px; height: 260px }
.marqueeleft li .txt span{ font-size: 14px; display:block; line-height: 40px; }
.marqueeleft li .txt p{ font-size: 14px; color: #666  }

.marqueeleft li .txt a{ border:1px solid #ccc; padding:5px 30px; 
  display: inline-block; margin:20px 0; font-size: 18px    }





.aboutblock{ text-align: center; background: #f6f6f6;  padding-bottom: 50px; margin-top: 50px}
.abouttext p{line-height: 30px; display: inline-block; font-size: 14px;text-align:justify}

.aboutimg img{height: 244px; width: 380px; margin-top: 30px;margin-right: 30px;}



.newsblock{ margin:80px 0; }
.newscon{ float: left; width: 580px; margin-right: 40px }
.newscon:nth-child(2n){ float: left; margin-right: 0 }
.newsblock .container{ background: #fff; }


.newsblock ul{ background: #fafafa; overflow: hidden; }
.newsblock ul li{ width: 100%; overflow: hidden; float: left; 
	height: 50px; line-height: 50px; display: block; margin-right:10px; border-bottom: 1px dashed #f1f1f1;padding: 0 20px  }
.newsblock ul li:hover{ background: #00a67e; }
.newsblock ul li:hover a{ color: #fff; font-size: 14px }
.newsblock ul li:hover span{ color: #fff }
.newsblock ul li i{ float: right; }
.newsblock ul li em{ max-width: 422px; overflow: hidden; display: inline-block; }
.newsblock ul li span{ font-size: 40px; color: #00a67e;  padding: 0 10px; float: left; 
line-height: 40px; }




/*留言板*/
.message {
  background: #fff;
  width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
.message p{
  text-align: center;
}
.message p strong{
  font-size: 30px;
  display: block;
  color: #000;
}
.message p em{
  color: #eeb819;
  font-size: 14px;

}
.message form{
  margin-top: 20px;
}

.message form label{ 
  display: block;
  margin-bottom: 20px;
  float: left;
   }
.message form label span{ 
  width: 100px; 
display: inline-block; 
text-align: left;
font-size: 16px;
 }
.message form label input{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: : 40px; 
  line-height: 40px;
  padding-left: 5px;
  background: #fff;
  width: 372px;
  margin-right: 10px;
}
.message form label.button{ 
  width: 100%;
  height: 40px; 
  color:#fff; 
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;


 }
 .message form label.button input{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;


 }
.message form label textarea{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 5px;
  background: #fff;
  width:1140px}

.message .submit{ background: #008665!important; width:565px }
.message .reset{ background: #e7b128!important; width:565px  }



.cominfo{float: left; background: #008665; width: 600px; padding: 50px; height: 297px; color: #fff }
.cominfo strong{ font-weight: bold; font-size: 30px; margin-bottom: 30px; display: block; }
.cominfo p{ line-height: 30px; font-size: 16px; }
.map{ float: left; width: 600px; height: 320px }
.map img{ width: 100%; height: 300px }
















