body,p,div,ul,li,h2,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	outline: none;
}

html { 
	width: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	 overflow-x: hidden; 
	}
body {
	width: 100%;
	/*overflow-x: hidden;*/
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	background-color: #fff;
}
@media only screen and (min-width: 1200px){
	.container{
		max-width: 1200px;
		padding: 0;
	}
}
h2 {
	font-weight: normal;
	position: relative;
}
h3 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #6eb92b;
}

a:hover {
	text-decoration: none;
}
.iconfont{
	color: #fff;
}
/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	right: 0;
	
}
header .top{
	width: 100%;
	height:34px ;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	
}
header .top .container{
	height: 100%;
	width: 83%;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	align-items: center;
}
header .top .container p{
	margin-left: 50px;
}
header .top .container p span{
	margin: 0 12px;
}
header .header{
	background: rgba(255,255,255,1);
	width: 100%;
	transition: all 0.4s ease;
	height: 87px;
}
header .header .container {
	width: 83%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	width: 29%;
}
.nav_btn {
	display: none;
}
.nav_list {
	height: 78px;
	font-size: 14px;
	margin-top: 9px;
}
.nav_list_con1 > li {
	display: inline-block;
	position: relative;
	float: left;
}
.nav_list_con1 > li > a {
	font-size: 16px;
	color: #333;
	line-height: 78px;
	padding: 0 8px;
	display: block;
	text-align: center;
	transition: ease-in-out .3s;
}
.nav_list_con1 > li.active::before{
	right: 8px;
	transition: all 1.4s;
}
.nav_list_con1 > li::before{
	position: absolute;
	left: 8px;
	right: 100%;
	bottom: 0px;
	content: "";
	height: 3px;
	background-color: #6eb92b;
	transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav_list_con1 > li:hover::before{
	right: 8px;
}
.nav_list_con2 > li:hover > a,
.nav_list_con2 > li.active > a, {
	background: #db1011;
}
.nav_list_con1 > li i.nav_btn2 {
	display: none;
}
.nav_list_con2 {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	min-width: 100%;
	display: none;
	padding: 16px 0 25px;
}
.nav_list_con2 > li {
	display: block;
	position: relative;
	
}
.nav_list_con2 > li:hover{
	border-bottom: 1px solid rgba(110, 185, 43, 0.6);
}
.nav_list_con2 > li > a {
	display: block;
	line-height: 35px;
	color: #000;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 40px 0 15px;
}
.pusher{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 41px;
  background-color: rgba(0,0,0,0.5);
  z-index: 4;
  transition:all ease-in-out .3s;
}
.pusher.on{
	left: 0;
}


/*footer*/
footer{
	color: #fff;
	font-size: 14px;
}
footer a{
	color: #fff;
	display: block;
	margin-top: 10px;
	color: #585858;
}
footer a:hover{
	color: #6eb92b;
}
footer .top{
	width: 100%;
	background-color: #1d1d1d;
	padding: 40px  0;
	overflow: hidden;
}
footer .top .container{
	display: flex;
	justify-content: space-between;
}
footer .top .container ul{
	display: flex;
}
footer .top .container ul li{
	margin-right: 40px;
	font-size: 14px;
	max-width: 124px;
}
footer .top .container ul li:nth-child(3){
	margin-left: -20px;
}
footer .top .container ul li .title{
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
footer .top .container ul li .title .iconfont{
	position: absolute;
	left: -22px;
	top: 0;
	font-size: 16px;
	font-weight: normal;
}
.icon-fangzi{
	color: #ec7474;
}
.icon-chanpinjieshao1{
	color: #c2895b;
}
.icon-ai-new{
	color: #6eb58a;
}
.icon-anli{
	color: #96823e;
}
.icon-lianxishouhou{
	color: #59a5a6;
}
.icon-3{
	color: #6e8ece;
}
video::-webkit-media-controls {
    overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 50px);
    margin-left: auto;
}

footer .top .container .rxdh{
	font-size: 35px;
	font-family: "黑体";
}
footer .top .container .topRight .title{
	display: flex;
	text-align: center;
	width: 150px;
	justify-content: space-between;
	border-bottom: solid 1px #616161;
	margin-bottom: 14px;
	padding: 0 17px 11px;
	position: relative;
}
footer .top .container .topRight .title div{
	cursor: pointer;
}
footer .top .container .topRight .detail div{
	display: none;
}
footer .top .container .topRight .detail div:first-child{
	display: block;
}
footer .friendLInk {
	background-color: #1d1d1d;
}
footer .friendLInk .container{
	border-top: solid 1px #616161;
	display: flex;
	padding: 20px 0 23px;
	justify-content: space-between;
	align-items: baseline;
}
footer .friendLInk .container .detail{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
	
}
footer .friendLInk .container .detail a{
	color: #fff;
}
footer .friendLInk .container .title{
	width: 73px;
}
footer .friendLInk .container .detail a{
	padding: 0 17px 3px;
}
footer .bottom{
	background-color: #111;
	height: 54px;
	line-height: 54px;
}
footer .bottom a{
	color: #fff;
}
.jiantou{
	width: 12px;
	height: 12px;
	border-top: 1px solid #616161;
	border-right: 1px solid #616161;
	position: absolute;
	bottom: -6px;
	background-color: #1d1d1d;
	left: 34px;
	transform: rotate(-45deg);
}
footer .top .container .topRight .detail{
	text-align: center;
}
@media only screen and (max-width: 1499px){
	footer .top .container ul li{
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1199px){
	footer .top .container{
		flex-direction: column;
	}
	footer .top .container ul li{
		margin-right: 18px;
	}
	footer .top .container .topRight{
		width: 150px;
		margin-top: 40px;
	}
	footer .top .container .contact{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 991px) {
		header .logo{
			height: 46px;
			width: auto;
		}
		header .header{
			height: 50px;
		}
		header .top .container{
			width: 100%;
		}
		header .header .container{
			width: 100%;
		}

	.nav_list_con1 > li::before{
		display: none;
	}
	.nav_btn {
		display: block;
		float: right;
	}
	.nav_list {
		position: fixed;
		left: 100%;
		width: 80%;
		top: 85px;
		height: calc(100vh - 60px);
		z-index: 99;
		background: rgba(0, 0, 0, 0.9);
		overflow-y: auto;
		transition: ease-in-out .3s;
		margin-top: 0;
	}
	.nav_list.act {
		left: 20%;
	}

	.nav_list_con1 {
		display: block;
		padding: 0 20px 40px;
	}

	.nav_list_con1 > li {
		float: none;
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}

	.nav_list_con1 > li > a {
		display: inline-block;
		line-height: 20px;
		font-size: 14px;
		padding: 10px 0;
		color: #fff;
	}

	.nav_list_con1 > li:hover > a,
    .nav_list_con2 > li:hover > a, {
		color: #fff;
		background: transparent;
	}

	.nav_list_con2 > li:hover > a,
    .nav_list_con2 > li.active > a,
    .nav_list_con3 > li:hover > a, {
		background: transparent;
	}

	.nav_list_con1 > li.act > a,
    .nav_list_con2 > li.act > a, {
        /*background: #135A34;*/
		background: transparent;
		color: #FFD21E;
	}

	.nav_list_con1 > li > a::before {
		display: none;
	}

	.nav_list_con1 > li i.nav_btn2 {
		display: inline-block;
		float: right;
		padding-left: 50%;
		position: absolute;
		right: 0;
        /*top: 50%;*/
		margin-top: 13px;
	}

	.nav_list_con1 > li i.nav_btn2 img {
		height: 18px;
		display: block;
		transition: ease-in-out .3s;
		transform: rotateZ(0deg);
	}

	.nav_list_con1 > li.act i.nav_btn2 img {
		transform: rotateZ(90deg);
	}

	.nav_list_con2 {
		position: static;
		width: 100%;
		left: 0;
		background: transparent;
		padding: 0;
	}

	.nav_list_con2 > li {
		border-top: 1px solid rgba(255, 255, 255, 0.6);
		display: block;
		position: relative;
		float: none;
	}

	.nav_list_con2 > li > a {
		display: inline-block;
		line-height: 20px;
		white-space: unset;
		font-size: 14px;
		padding: 10px 20px;
		border-top: 0 solid transparent;
		color: #fff;
	}

}
@media only screen and (max-width: 767px){
		header .logo{
			height: 35px;
		}
		footer .friendLInk .container{
			flex-direction: column;
		}
		footer .friendLInk .container .detail{
			flex: auto;
		}
		footer .friendLInk .container .title{
			padding: 0 0 10px 17px;
			width: 100px;
		}
		footer .bottom{
			font-size: 12px;
		}
		footer .top .container ul{
			display: none;
		}
		footer .top .container{
			justify-content: center;
			align-items: center;
		}
		footer .top .container .topRight{
			margin-left: -60px;
		}
}
