body{
	margin:0;
	padding: 0;
	overflow-x: hidden;
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }    
.transition:{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
a{text-decoration:none;color: #000;}
ul{
	padding-left: 0;
	margin:0;
}
li{
	list-style: none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.w1100{
	width: 1200px;
	margin:0 auto;
}
.w1100:before{
	clear: both;
}
.fex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap{
	width: 100%;
}
.idx{
	width: 1200px;
	margin:0 auto;
}

.logo{
	padding-top: 15px;
}
.logo h3{
	font-size: 40px;
    margin: 0;
}
.logo h3 b{
	color: #1c7744
}
.logo p{
    text-align: center;
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
}

.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.top_d{
	justify-content: space-between;
	padding: 20px 0;
}

.top_ph{
    background: url(../images/top_phon.png) no-repeat;
    font-family: Impact;
    font-size: 40px;
    color: #1c7744;
    padding: 57px 20px 10px 98px;

}

.top_nav{
	background: #1c7744;
}
.nav_list{
    justify-content: space-between;
}
.nav_list li{
    color: #fff;
    padding: 15px 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.nav_list li:hover{
	background: #ff9c00
}

.idx_rc{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.idx_r_rex{
    line-height: 27px;
}
.idx_r_rex li{
	display: inline-block;
	margin:0 10px; 
}
.submit_sou{
    background: #1c7744;
    color: #fff;
    padding: 4px 20px;
    border: 1px solid #ccc;
}
.text_sou{
	height: 26px;
    padding: 0;
    position: relative;
    left: 5px;
    border: 1px solid #ccc;
}
.idx_tt{
	text-align: center;
	margin-bottom: 40px;
}
.idx_tt h3{
    margin: 0;
    font-size: 32px;
    font-weight: normal;
}
.idx_abt{
    padding: 50px 0;
}
.idx_abt_l{
    width: 40%;
	padding:0 40px;
    background: url(../images/abt_l_tx.png) no-repeat;
    background-position: left;
}
.idx_abt_l h3{
    font-weight: normal;
    font-size: 32px;
}
.idx_abt_l h3 b{
	font-weight: normal;
    color: #1c7744;
}
.idx_abt_l p{
    opacity: 0.7;
    line-height: 31px;
}
.idx_abt_r{
    width: 60%;
}
.idx_abt_r img{
	display: block;
	float: left;
}
.idx_abt_r_div{
	width: 245px;
    height: 424px;
    padding: 100px 30px 100px 0px;
    background: #1c7744;
    color: #fff;
}

.idx_abt_r_div p{
    padding-left: 20px;
    margin-left: 30px;
    margin: 25px;
    border-left: 1px solid;
}


.container{
	width: 100%;
    margin: 50px auto 0;

}
.container .nav{
    margin: 0 auto 32px;
    justify-content: center;
}
.idx_pdt{
	background:#ededed;
	padding: 50px 0 0 
}
.container .nav span{
	display: block;
    width: 131px;
    margin: 0 20px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    position: relative;
    background: #1c7744;
    border-radius: 26px;	
}
.container .nav span a{    color: #fff;}
.container .nav span:before{
    content: '';
    position: absolute;
    left: 14px;
    top: auto;
    bottom: 14px;
    right: auto;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.container .nav span.active{background:#ff9c00; color:#fff;}

.container .nav span:first-child{border:0px}

.content{ 
	margin-top: 20px;
    position: relative;
    margin:0 auto;
    overflow: hidden;

}
.content .box{} /*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/
.content ul{ }
.content ul li{display: block; overflow:hidden; width:25%; float:left; text-align:center;position: relative;}
.content ul li img{width: 100%;display: block;}
.content ul li h3{
    width: 100%;
    position: absolute;
    bottom: -50px;
    height: 50px;
    background: #1c7744;
    line-height: 50px;
    color: #fff;
    margin: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;

} 
.content ul li:hover h3{
	bottom: 0;
}
.idx_new{
	padding:50px 0;
}
.news_list{}
.news_list li:first-child{
	margin: 0;
}
.news_list li{
    display: inline-block;
    width: 45%;
    position: relative;
    margin: 1% 2%;
}
.news_list li:first-child{
    width: 100%;
    background: url(../images/news1.jpg) no-repeat;
    background-position: left;
    padding: 100px 0 0 622px;
    height: 433px;
}
.news_list li:first-child h3{
	border-bottom: 0px;
	font-size: 22px;
	padding-bottom: 20px;
	padding-left: 23px;
    padding-left: 0px;
}

.news_list li:first-child p{
	position: relative;
    padding: 10px 97px 10px 0;
    display: block;
    border-top: 1px solid #ccc; 
}
.news_list li:first-child span{
	position: relative;
	display: block;
	padding: 10px 0;
}
.news_list li:first-child div{
	display: block;
    width: 142px;
    color: #fff;
    border-radius: 30px;
    background: #1c7744;
    text-align: center;
    height: 45px;
    padding-left: 15px;
    line-height: 45px;
    position: relative;
    top: 20px;
        transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news_list li:first-child div:hover{
	background: #ff9c00;
}
.news_list li:first-child div:before{
    content: '';
    position: absolute;
    left: 14px;
    top: auto;
    bottom: 16px;
    right: auto;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.news_list ul{
	justify-content: space-between;
}
.news_list li a{}
.news_list li h3{
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 10px;
    color: #5e5e5e;
    position: relative;
    padding-left: 20px;
}
.news_list li p{
    opacity: 0.6;
    margin: 0;
    padding-top: 10px;
}
.news_list li div{
	display: none;
}

.news_list li span{
	position: absolute;
	right: 0;
	top: 0;
	font-family: Arial;
}
.news_list li:first-child h3:before{
	  width: 0px;
}
.news_list li h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 16px;
    right: auto;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #5e5e5e;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news_list li:hover h3:before{
	background-color: #ff9c00;
}
.idx_btm{
	background: #1c7744;
}
.btm_nav_list{	
    justify-content: space-around;
    padding: 15px 0;
    border-bottom:1px solid #fff; 
}

.btm_nav_list li{
	display: inline-block;

}
.btm_nav_list a{
	color: #fff;
}
.btm_lx{
    column-count: 2;
    padding: 30px 100px;
}
.btm_lx li{
	color: #fff;
	padding: 5px 0;
}
.btm_lx li a{
	color: #fff;
}
.idx_foot{
	text-align: center;
	padding: 10px 0;
}

.idx_fird{
	width: 100%;
	background: #ededed;
	padding: 10px 0
}
