* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img{
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*head*/
.top{
  display: none;
}
.top_h{
  display: none;
}
.menu{
  display: none;
}
.head{
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.head_h{
  height: 130px;
}
.head .head1{
  background-color: #0da945;
  overflow: hidden;
}
.head .head1 p{
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.head .head1 p span{
  display: inline-block;
  width: 0px;
  height: 16px;
  vertical-align: middle;
  border-left: 1px solid #eab486;
  border-right: 1px solid #c15a02;
  margin: 0 5px;
}
.head .head2{
  padding: 10px 0;
  height: 90px;
}
.head .head2 .logo{
  position: relative;
  display: block;
  float: left;
  padding-right: 35px;
}
.head .head2 .logo img{
  display: block;
}

.head .head2 .left .text{
  float: left;
  position: relative;
  margin-top: 8px;
}
.head .head2 .left .text:after{
  content: "";
  position: absolute;
  top: 0px;
  left: -12px;
  height: 100%;
  width: 1px;
  border-left: 1px dotted #ccc;
}
.head .head2 .left .text h3{
  font-size: 18px;
  color: #ff4734;
  line-height: 26px;
}
.head .head2 .left .text h4{
  font-size: 14px;
  color: #909090;
  line-height: 22px;
}
.head .head2 .right{
  text-align: right;
}
.head .head2 .head_code{
  margin-left: 15px;
}
.head .head2 .head_code img{
  display: block;
  margin: 0 auto;
}
.head .head2 .head_code h2{
  font-size: 12px;
  color: #cf0202;
  line-height: 24px;
  text-align: center;
}
.head .nav{
  margin-top: 25px;
}
.head .nav ul{
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
}
.head .nav li{
  position: relative;
  /*float: left;*/
  display: inline-block;
  margin: 0 20px;
}
.head .nav li>a{
  display: block;
  font-size: 15px;
  color: #494949;
  line-height: 30px;
  padding: 0 10px 12px 10px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
}
.head .nav li:hover>a{
  color: #0da945;
  border-bottom: 3px solid #0da945;
}
.head .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 45px;
  width: 120px;
  margin-left: -60px;
  /*padding: 10px 0;*/
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.head .nav ul li .xl a{
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #555;
  text-align: center;
  text-align-last: center;
  transition: all 0.3s;
}
.head .nav ul li .xl a:hover{
  color: #fff;
  background-color: #0da945;
}


/*index*/
.intl{
  text-align: center;
  margin-bottom: 50px;
}
.intl h3{
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}
.intl h5{
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
}
.intl p{
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.intl span{
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0da945;
  margin: 0 auto;
}

.inmain1{
  margin: 40px auto 50px;
}
.inmain1 .content li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.inmain1 .content li:nth-child(3n){
  margin-right: 0px;
}
.inmain1 .content li a{
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  transition: all 0.3s;
}
.inmain1 .content li a:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background-color: #0da945;
  transition: all 0.3s;
}

.inmain1 .content li .img{
  overflow: hidden;
}
.inmain1 .content li img{
  display: block;
  transition: all 0.3s;
}
.inmain1 .content li h3{
  font-size: 18px;
  color: #333;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.3s;
}
.inmain1 .content li a:hover{
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}
.inmain1 .content li a:hover:after{
  width: 100%;
}
.inmain1 .content li a:hover img{
  transform: scale(1.1);
}
.inmain1 .content li a:hover h3{
  color: #0da945;
}

.inmain2{
  position: relative;
  background-color: #eee;
  margin-bottom: 140px;
}
.inmain2 .w1200{
  position: relative;
  top: 50px;
}
.inmain2 .img{
  float: left;
  width: 45%;
  height: 420px;
  overflow: hidden;
}
.inmain2 .img img{
  display: block;
  height: 100%;
  object-fit: cover;
}
.inmain2 .text{
  float: right;
  width: 52%;
  height: 100%;
}
.inmain2 .text h3{
  font-size: 32px;
  font-weight: bold;
  color: #333;
  /*margin-bottom: 10px;*/
}
.inmain2 .text h3 font{
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #c60000;
}
.inmain2 .text h5{
  font-size: 22px;
  color: #555;
  margin-bottom: 10px;
}
.inmain2 .text span{
  display: block;
  width: 60px;
  height: 3px;
  background-color: #c60000;
  margin-bottom: 20px;
}
.inmain2 .text p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.inmain2 .text .btn{
  position: absolute;
  bottom: 0px;
}
.inmain2 .text a{
  position: relative;
  float: left;
  display: block;
  width: 110px;
  height: 120px;
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  background-color: #555;
  text-align: center;
  margin-right: 20px;
  transition: all 0.3s;
}
.inmain2 .text a:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../images/inmain2_ico1.png) no-repeat center;
  background-size: cover;
}
.inmain2 .text a.on{
  background-color: #0da945;
}

.inmain3 .intl h3{
  margin-bottom: 10px;
}
.inmain3 .intl span{
  margin-bottom: 15px;
}
.inmain3 .left{
  /*width: 40%;*/
  width: 480px;
}
.inmain3 .left a{
  display: block;
}
.inmain3 .left .img{
  overflow: hidden;
}
.inmain3 .left .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.inmain3 .left .text{
  position: relative;
  padding: 20px 30px 20px 100px;
  background-color: #0da945;
}
.inmain3 .left .text .date{
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}
.inmain3 .left .text .date h4{
  font-size: 42px;
  color: #fff;
}
.inmain3 .left .text .date h5{
  font-size: 14px;
  color: #fff;
}
.inmain3 .left .text h3{
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inmain3 .left .text span{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9bd8b1;
  margin: 10px 0;
}
.inmain3 .left .text p{
  font-size: 14px;
  line-height: 20px;
  color: #e3f8eb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain3 .left a:hover .img img{
  transform: scale(1.1);
}
.inmain3 .right{
  /*width: 55%;*/
  width: calc(100% - 530px);
}
.inmain3 .right li{
  margin-bottom: 20px;
}
.inmain3 .right li:last-child{
  margin-bottom: 0px;
}
.inmain3 .right li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.inmain3 .right li .text h3{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 15px;
  padding-right: 80px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inmain3 .right li .text h3 span{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  color: #999;
}
.inmain3 .right li .text .hx{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.inmain3 .right li .text .hx:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 0px;
  background-color: #0da945;
  transition: all 0.3s;
}
.inmain3 .right li .text .con{
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
}
.inmain3 .right li .text p{
  font-size: 14px;
  line-height: 22px;
  color: #888;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inmain3 .right li .date{
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.inmain3 .right li .date .d{
  font-size: 42px;
  color: #0da945;
}
.inmain3 .right li .date .ym{
  font-size: 14px;
  color: #0da945;
}
.inmain3 .right li.on a{
  padding-right: 100px;
}
.inmain3 .right li.on .text h3{
  font-size: 16px;
  padding-right: 0px;
}
.inmain3 .right li.on .text h3 span{
  display: none;
}
.inmain3 .right li.on .text .con{
  height: 74px;
}
.inmain3 .right li.on .date{
  display: block;
}
.inmain3 .right li a:hover h3{
  color: #0da945
}
.inmain3 .right li a:hover .text .hx:after{
  width: 100%;
}

.foot{
  position: relative;
  margin-top: 60px;
  background-color: #333;
}
.foot:after{
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.foot .foot1{
  padding: 50px 0 40px;
}
.foot .foot_contact{
  float: left;
  width: 350px;
}
.foot .foot_logo{
  width: 200px;
  margin-bottom: 20px;
}
.foot .foot_logo img{
  display: block;
}
.foot .foot_contact .text h3{
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  margin-bottom: 10px;
}
.foot .foot_contact .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  margin-bottom: 5px;
}
.foot .foot_contact .text p{
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  margin-bottom: 5px;
}
.foot .foot_nav{
  float: right;
  /*padding-top: 10px;*/
}
.foot .foot_nav li{
  float: left;
  /*width: 140px;*/
  max-width: 210px;
  margin-right: 70px;
}
.foot .foot_nav li.pro{
  /*width: 240px;*/
}
.foot .foot_nav li:last-child{
  margin-right: 0px;
}
.foot .foot_nav li a{
  transition: all 0.3s;
}
.foot .foot_nav li>a{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ddd;
  margin-bottom: 15px;
}
.foot .foot_nav li dd>a{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}
.foot .foot_nav li a:hover{
  color: #0da945;
}
.foot2{
  padding: 8px 0;
}
.foot2 p{
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}
.foot2 a{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  transition: all 0.3s;
}
.foot2 a:hover{
  color: #0da945;
}




























.page_ban{
  height: 400px;
  padding-top: 180px;
}
.page_ban .w1200 h3{
  font-size: 30px;
  color: #fff;
}
.page_ban .w1200 h4{
  font-size: 50px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
}
.page_nav{
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav li{
  float: left;
  width: 150px;
}
.page_nav li a{
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
}
/*.page_nav li a:hover,*/.page_nav li.on a{
  color: #fff;
  background-color: #0da945;
}
.location{
  padding: 20px 0;
  margin-bottom: 20px;
}
.location p{
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.location p a{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  transition: all 0.3s; 
}
.location p span{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 0 8px;
  font-weight: bold;
}
.location p a:hover{
  color: #222;
}

.page_nav .pro_nav{
  position: relative;
  float: right;
  width: 140px;
  line-height: 32px;
  margin-top: 20px;
}
.page_nav .pro_nav .pro_nav_btn{
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.page_nav .pro_nav .pro_nav_btn:after,.page_nav .pro_nav .pro_nav_btn:before{
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  transition: all 0.3s;
}
.page_nav .pro_nav .pro_nav_btn:before{
  transform: rotate(90deg);
}
.page_nav .pro_nav .pro_nav_btn.on:after{
  transform: rotate(180deg);
}
.page_nav .pro_nav .pro_nav_btn.on:before{
  transform: rotate(360deg);
}
.page_nav .pro_nav dl{
  display: none;
  position: absolute;
  z-index: 6;
  right: 0px;
  top: 30px;
  width: 140px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page_nav .pro_nav dl dd a{
  display: block;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  transition: all 0.3s;
}
.page_nav .pro_nav dl dd a:hover{
  color: #fff;
  background-color: #005ba8;
}




/*about*/

.about p{
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}





/*newslist*/
.newsli_bg{
  background-color: #f5f5f5;
}
.newsli .newsli_tl h3{
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.newsli li:first-child{
  width: 100%;
  margin-right: 0px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.newsli li:nth-child(3n+1){
  margin-right: 0px;
}
.newsli li:first-child .img{
  float: left;
  width: 25%;
  margin-right: 2%;
  overflow: hidden;
}
.newsli li:first-child .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.newsli li:first-child .text h3{
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  padding-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newsli li:first-child .text p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsli li:first-child .text span{
  display: inline-block;
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  background: #D8350A;
  margin-top: 27px;
}
.newsli li:first-child a:hover .text h3{
  color: #D8350A;
}
.newsli li:first-child img:hover{
  transform: scale(1.1);
}
.newsli li .text2{
  background-color: #fff;
  padding: 25px 30px;
}
.newsli li .text2 h5{
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #666;
}
.newsli li .text2 h3{
  margin-top: 11px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.newsli li .text2 p{
  margin-top: 15px;
  height: 66px;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #999;
}
.newsli li .text2 span{
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  transition: all 0.3s;
}
.newsli li a:hover .text2 h3{
  color: #D8350A;
}
/*.newsli li a:hover .text2 span{
  color: #D8350A;
}*/



/*news*/

.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 100px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .news_con table{
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse:collapse;
}
.news .news_con table tr td{
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj{
  margin-bottom: 110px;
}
.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}

.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}
.news .news_tj li a{
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img{
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text{
  padding: 20px 15px;
}
.news .news_tj li .text h3{
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font{
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover{
  border: 3px solid #2772db;
}
.news .fy{
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a{
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover{
  color: #0da945;
}


/*photo*/

.photoli{
  margin-bottom: 120px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.photoli li:nth-child(3n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li img{
  display: block;
  transition: all 0.3s;
}
.photoli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5{
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photoli li a:hover{
  background-color: #005ba8;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #5f9df8;
}

.photoli1{
  margin-bottom: 120px;
}
.photoli1 h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li{
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n){
  margin-right: 0px;
}
.photoli1 li a{
  display: block;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img{
  font-size: 0px;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img{
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li h5{
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con{
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span{
  opacity: 1;
}
.photoli1 li a:hover h5{
  opacity: 1;
}
.photoli1 .text{
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}



/*productlist*/
.proli{
  min-height: 100px;
}
.proli li{
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 2.666%;
}
.proli li:nth-child(4n){
  margin-right: 0px;
}
.proli li a{
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
  transition: all 0.3s;
}
.proli li a:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background-color: #0da945;
  transition: all 0.3s;
}

.proli li .img{
  overflow: hidden;
}
.proli li img{
  display: block;
  transition: all 0.3s;
}
.proli li h3{
  font-size: 18px;
  color: #333;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.3s;
}
.proli li a:hover{
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}
.proli li a:hover:after{
  width: 100%;
}
.proli li a:hover img{
  transform: scale(1.1);
}
.proli li a:hover h3{
  color: #0da945;
}



/*product*/

.procon .pro_tl{
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.procon .pro_tl h3{
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}

.procon p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}

/*contact*/
.contact .text{
  float: left;
  width: 38%;
}
.contact .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .map{
  float: right;
  width: 60%;
  height: 300px;
  border: 1px solid #ccc;
}