*{
	margin: 0;
	padding: 0;
}
body{
	background: #020202;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}

/* #menu{
	position: fixed;
	right: 50px;
	top: 350px;
	z-index: 99999999;
}
#menu li{
	margin: 10px 0;
}
#menu li a{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
} */

.tab-menu,.tab-menu2{
	position: absolute;
	right: 200px;
	bottom: 50px;
	z-index: 999;
}
.tab-menu ul li,.tab-menu2 ul li{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background:rgb(0,0,0,0.3);
	
	}
	.tab-menu ul li.active,.tab-menu2 ul li.active{
		background:#fff;
	}
.content {
		width: 1280px;
		margin: 0 auto;
	}

	.nav {
	
		overflow-y:auto;
		position: fixed;
		
		left: 0;
		right: 0;
		width: 100%;
		height: 80px;
		z-index: 999;
		background:rgba(0,0,0,0.5);
		line-height: 80px;
	}

	.nav .logo {
		width: 152px;
		height: 80px;
		line-height: 80px;
		float: left;
		font-size: 24px;
		color: #fff;
	}
   .nav .logo img{
	   width: 100%;
   }
	.nav .nav_list {
		float: right;
	}

	.nav .nav_list ul {
		list-style: none;
	}

	.nav .nav_list ul li {
		float: left;

	}
	.nav .nav_list ul li a {
		display: block;
		padding: 0 20px;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	.nav .nav_list ul li a:hover{
		/* background:rgba(0,0,0,0.5); */
	}

	/* 轮播 */
	.banner {
		/* */
		/* padding-top: 80px; */
		width: 100%;
	}
  .carousel-control{
	 height: 100%;
 } 
 .box2{
	 background: url(../img/zm_v.png) no-repeat bottom left;
	/* background-size: 80% 80%; */
 }
	.deal {
		color: #fff;
		overflow: hidden;
		margin-bottom: 50px;
		width: 100%;
		height: 800px;
		
		

	}

	.deal .deal_left {
		float: left;
		width: 500px;
		margin: 300px 0;
		height: 100%;
		
	}

	.deal .deal_left h2 {
		font-size: 54px;
		margin-bottom: 40px;
	}

	.deal .deal_left span {
        font-size: 26px;
		background: #750606;
		padding: 10px 20px;
	}

	.deal .deal_right {
		float: right;
		position: relative;
	}

	.deal .deal_right .subs {
		width: 120px;
		text-align: center;
	}

	.deal .deal_right .subs h3 {
		display: inline-block;
		background: #F05E5F;
		width: 100%;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.deal .deal_right .subs span {
		display: inline-block;
	    font-size: 15px ;
		margin-top: 5px;
		text-align: center;
	}

	.deal .deal_right .s_left {
		position: absolute;
		top: 200px;
		left: -100px;
		font-size: 18px;

	}

	.deal .deal_right .s_bottom {
		position: absolute;
		bottom: -90px;
		left: 150px;
		font-size: 18px;

	}

	.deal .deal_right .s_right {
		position: absolute;
		top: 200px;
		right: 0;
		font-size: 18px;

	}

	.deal .deal_right .deal_img {
		width: 450px;
		margin-top: 200px;
		margin-right: 160px;
	}

	.deal .deal_right .deal_img img {
		width: 100%;
	}

	/*状 态 */
	.state {
		width: 100%;
		height: 800px;
		position: relative;
		/* margin-bottom: 100px; */
         margin-top: 50px;
		float: right;
		color: #fff;
	}

	.state_left {
		width: 50%;
		position: absolute;
		top: 100px;
        z-index: 88;
	}

	.state_left img {
	
		width: 100%;
	}

	.state_right {
		width: 60%;
		height: 100%;
		float: right;
		background: #750606;
	}

	.now_state {
		margin-left: 250px;
		margin-top: 50px;
	}

	.now_state h2 {
		text-align: -webkit-left;
		margin-bottom: 20px;
		font-size: 30px;
	}

	.now_state ul li span {
		color: #F3CE03;
		font-size: 24px;
	}

	.now_state ul li {
		text-align: -webkit-left;
	}

	.now_state ul li a {
		color: #E3E3E3;
		font-size: 16px;
		padding-left: 10px;
	}

	.valu {
		padding-top: 80px;
		overflow: hidden;


	}

	.valu .valu_img {
		float: left;
		height: 810px;
		width: 20%;
		position: relative;

	}
    .valu .valu_img4{
		margin-left: -1px;
	}
	.valu .valu_img img {
		width: 100%;
		height: 100%;
	}

	.valu .valu_img span.valu_te1 {
		position: absolute;
		top: 200px;
		left: 30px;
		font-size: 30px;
		color: #000;
		font-weight: 700;

	}

	.valu .valu_img span.valu_te2 {
		position: absolute;
		bottom: 200px;
		left: 30px;
		font-size: 20px;
		color: #000;
		font-weight: 700;
	}

	.valu .valu_last {
		height: 750px;
		margin-top: 26px;
	}

	.appre {
		padding-top:150px;
		position: relative;
	

	}
    
	.appre .appre_con {
		width: 60%;
		height: 650px;
		margin: 0 auto;
		background: #750606;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
	
	}

	.appre .appre_con .appre_con_l {
		margin-top: 30px;
		height: 100%;
		width: 70%;
		float: left;
	}

	.appre .appre_con .appre_con_l .con_img {
         width: 90%;
		height: 600px;
		background: #fff;
		border-radius: 4px;
		margin-left: 46px;
		padding-left: 30px;
		text-align: left;

	}
    .appre .appre_con .appre_con_l .con_img h4{
		font-size: 16px;
		margin-bottom: -25px;
		color: red;
		
	}
	 .appre .appre_con .appre_con_l .con_img p{
		 font-size: 14px;
		 color: #333;
		
		 margin-bottom: -20px;
	 }
	.appre .appre_con .appre_con_l .con_img img {
		width: 65%;
		margin-bottom: 10px;
	}
    .appre .appre_con .appre_con_l .con_img .img3{
			width: 70%;
		margin:20px 50px;
	}
	.appre .appre_con .appre_con_l .con_img .img2{
			width: 36%;
		margin:20px 150px;
	}
	.appre .appre_con .appre_con_l .con_img .con_title {
		height: 100px;
		overflow: hidden;
		padding-top: 20px;
        width: 260px; 
		text-align: end;
	}
.appre .appre_con .appre_con_l .con_img  h5{
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	color: #750606;
	font-weight: bold;
}
.appre .appre_con .appre_con_l .con_img  p{
	display: inline-block;
	color: #333;
}
	.appre .appre_con .appre_con_l .con_img .con_title h3 {
		padding-top: 20px;
		padding-left: 20px;
		color: #000000;
		font-size: 20px;
	}

	.appre .appre_con .appre_con_l .con_img .con_title span {
		display: block;
		width: 50px;
		height: 10px;
		background: #B3984D;
		float: right;
		margin-top: 10px;
	}

	.appre .appre_con .appre_con_r {
		width: 30%;
		height: 100%;
		float: left;
		padding-top: 300px;
		
		text-align: center;
	}

	.appre .appre_con .appre_con_r h3 {
		width: 240px;
		padding-left: 30px;
		color: #fff;
		font-size: 26px;
		

	}

	.appre .dian {
		position: absolute;
		right: 180px;
		bottom: 50px;
	}

	.appre .dian span {
		display: inline-block;
		width: 18px;
		height: 18px;
		margin: 0 10px;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	.appre .dian span.active {
		background: #fff;
	}

	.appre .back {
		width: 90%;
		text-align: start;
		height: 200px;
		margin: 0 100px;
		position: absolute;
		margin-top: -30px;
		top: 50%;
		left: 0;
	}

	.appre .back span {
		display: inline;
		color: #B3984D;
		font-size: 100px;


	}

	.appre .back span.right {
		float: right;
	}
	
	/* 公司实力 */
	/* .box6{
		background: url(../img/sl-bg.png) no-repeat center;
	} */
	.strength{
		height: 650px;
		padding-top: 150px;
		clear: both;
		background: url(../img/sl-bg.png) no-repeat bottom center;
		/* margin-bottom:100px; */
		
	}
	.strength .strength_left{
		float: left;
		width: 50%;
		position: relative;
		overflow: hidden;
	}
	.strength .strength_left .str_titl {	
		width: 40%;
		height:400px;
		color: #fff;
		background: #750606;
		text-align: center;
		padding-top: 30px;
		
	}
	.strength .strength_left .str_titl span{
		font-size: 30px;
		font-weight:bold;
		
	}
	.strength .strength_left .str_img{
		width: 400px;
		height: 200px;
		position: absolute;
		top: 100px;
		left: 50px;
	}
	.strength .strength_left .str_img video{
		width: 100%;
	}
	.strength .strength_right{
		width: 50%;
		height: 400px;
		float: left;
		color: #fff;
		text-align: center;
	}
	.strength .strength_right p{
		font-size: 14px;
		margin-top: 150px;
		margin-left: 30px;
		padding: 0 60px;
		line-height: 24px;
		color: #DCDADA;
	}
	.bottom{
		width: 100%;
		height:280px;
		
		background: #fff;
		/* margin-top: 30px; */
		overflow: hidden;
		clear: both;
		background: url(../img/Bottom_bg.png) no-repeat bottom center;
	}
	.bottom .bo_left{
		width: 50%;
		float: left;
		margin-left: -50px;
		
	}
	.bottom .bo_left span{
		line-height: 280px;
		font-size: 30px;
		color: #fff;
	}
	.bottom .bo_right{
		float: right;
		margin-right: 200px;
	}
	.bottom .bo_right .bo_img{
		margin-top: 50px;
		position: relative;
	}
	.bottom .bo_right .bo_img span{
		color: #999999;
		position: absolute;
		font-size: 24px;
		right: 50px;
		top: 66px;
	}
	.bottom .bo_right .bo_img .bo-m{
		position: absolute;
		left: 30px;
		top: 0;
	}
	.footee{
	   /* margin-top: 430px; */
		
		width: 100%;
		height: 45px;
		text-align: center;
		background: #252424;
		color: #E3E3E3;
		line-height: 45px;
		font-size: 12px;
	}