*{
	margin:0;
	padding:0;
}
ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
header{

}

.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner ul{
    position: absolute;
}
.banner ul li{
    width: 100%;
    height: 560px;
    float: left;
	background:  no-repeat center center;
}
.banner ol{
	height: 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left:50%;
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}
.banner ol li{
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
	list-style-type:none;
}
.banner ol .current{
	background: rgba(255,255,255,1);
}
	.banner i{
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}
.banner .left{
	left: 60px;
	background: url('../images/left.png') no-repeat 0 0px;
}
.banner .right{
	right: 60px;
	background: url('../images/right.png') no-repeat 0px 0px;
}
.banner .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
}
.product{
    width:1200px;
    margin:auto;
    overflow: hidden;
    padding: 55px 0px;
    position: relative;
}
.product_containar_left{
    display: inline-block;
    float: right;
}
.product_left_ul{
    width: 315px;
}
.product_left_li{
    background:url(../images/bjin.jpg) no-repeat 0px 0px;
}
.product_left_p{
    line-height: 82px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.product_left_p:hover{
    background:rgba(0,0,0,0);
}
.product_hidden_containar{

}
.product_hidden_ul{

}
.product_hidden_li{
    background: #219a7f;
}
.product_hidden_li p{
    background: #308b77;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.product_containar_right{
    display: inline-block;
    width: 884px;
    float:right;
}
.product_right_back{
    background: url(../images/bjjinlogho.jpg) no-repeat 0px 0px;
}
.product_right_text{
    text-align: center;
    line-height: 90px;
    font-size: 36px;
    color: #fff;
}

.product_right_img_containar{
    position:relative;
}
.product_li_a{
    float: right;

}
.product_li_a a{
    background: #219a7f;
    color: #fff;
    position: relative;
    top: -7px;
    font-size: 18px;
    padding: 3px 19px;
}
.product_left_li_div{
    position: absolute;
    right: 0;
    top: 208px;
    overflow: hidden;
    height: 505px;
    width: 884px;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
}
.product_left_li_div img{
    width:100%;
}


.profile{
    background-image: url(../images/20.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    padding-bottom: 30px;
}
.profile_position{
    width: 1200px;
    margin: auto;
    text-align: center;
    padding-top: 55px;
}
.profile_title{
    font-size: 36px;
    color: #308b77;
}
.profile_logo{
    margin-top: 58px;
}
.profile_link{
    background: #219a7f;
    color: #fff;
    position: relative;
    top: -7px;
    font-size: 18px;
    padding: 3px 19px;
}
.profile_text{
    color: #308b77;
    font-size: 18px;
    margin-top: 40px;
}
.profile_text p{
    line-height: 30px;
}

.outdoors{
    margin: auto;
    width: 1200px;
    margin-top: 85px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.outdoors_title{
    font-size: 36px;
    color: #308b77;
}
.outdoors_containar{
    display: inline-block;
    width: 296px;
    line-height: 70px;
    border: 2px solid #219a7f;
    float: left;
    margin-top: 50px;
}
.outdoors_p{
    background:url(../images/bjin.jpg) no-repeat 0px 0px;
    color: #fff;
    font-size: 20px;
}
.outdoors_ul{

}
.outdoors_li{
    font-size: 18px;
    border-bottom: 1px dashed #dedede;
    background: rgba(0,0,0,.1);
}
.outdoors_li:hover{
    background:rgba(0,0,0,0);
}
.outdoors_li p{
    color: #308b77;
}

.outdoors_div{
    position: absolute;
    right: 0;
    bottom: 65px;
    height: 492px;
    width: 850px;
    overflow: hidden;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
}
.outdoors_div img{

}

.outdoors_link{
    position: absolute;
    bottom: -3px;
    right: 0;
}
.outdoors_link span{
    background: #b1b1b0;
    color: #fff;
    position: relative;
    top: -7px;
    font-size: 18px;
    padding: 3px 19px;
}

.top_img{
    margin: auto;
    width: 1200px;
    overflow: hidden;
    padding-top: 38px;
}
.top_ul{
    display: flex;
    justify-content: space-between;
}
.top_li{
    display: inline-block;
    border: 1px solid #219a7f;
}
.top_li a{
    display:block;
}
.top_li p{
    text-align: center;
    line-height: 77px;
    color: #308b77;
    font-size: 24px;
}