@charset "utf-8";
/* CSS Document */
/************************************************************/
/************************************************************/
#rightside .name{
    font-size: 23px;
    color: #545454;
    font-weight: bolder;
    text-align: center;
    position: relative;
}
#rightside .name:before{
width: 760px;
    content: '';
    width: 14px;
    height: 9px;
    display: block;
    background: url('../images/natural/icon.png') no-repeat;
    position: absolute;
    top: -30px;
    left: 370px;
}
/************************************************************/
/************************************************************/
#conbody .photo{
    width: 400px;
    height: 300px;
    position: relative;
    margin: 30px auto 0 auto;
}
#conbody .photo img{
    max-width: 400px;
    max-height: 300px;
    height: auto !important;
}
.main_pic .slick-prev,.main_pic .slick-next{
    width: 42px;
    height: 42px;
    position: absolute;
    border: 0px;
    bottom: 0px;
    text-indent: -9999px;
    display: block;
    margin: 0 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    z-index: 9;
    left: 50%;
}
.main_pic .slick-prev{
    background: url('../images/natural/prev.png')no-repeat;
    margin-left: -42px;
}
.main_pic .slick-next{
    background: url('../images/natural/next.png')no-repeat;
}
.main_pic .slick-prev:hover{
    background: url('../images/natural/prev_.png')no-repeat;
}
.main_pic .slick-next:hover{
    background: url('../images/natural/next_.png')no-repeat;
}
#conbody .id{
    color: #000;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
#conbody .id span{
    font-size: 16px;
}
/************************************************************/
/************************************************************/
.content_in{
    margin-top: 50px;
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
}
.content im , .content_in{
	max-width:100%;
	height:auto !important;
}
/************************************************************/
/************************************************************/
#conbody dl{
    width: 120px;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}
#conbody dl:nth-child(5n+5){
    margin-right: 0px;
}
#conbody dt{
    width: 120px;
    margin-top: 3px;
}
#conbody dd{
    width: 120px;
    height: 90px;
}
#conbody dd img{
    max-width: 120px;
    max-height: 90px;
    height: auto !important;
}