*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body{
	position: relative;
	/*height: 100%;*/
	width: 100%;
	background-color: #e6e6e6;
}



@media (min-width: 1200px){
	.logo {
		position: absolute;
		height: 55px;
		width: 110px;
		display: inline-block;
		background: url(../img/wlogo.png) no-repeat;
		background-size: 100% 100%;
		margin-top: 11px;
	}
	.logo:after {
		content: "";
		width: 2px;
		background: #fff;
		height: 42px;
		margin-top: -21px;
		position: absolute;
		left: 145px;
		top: 50%;
	}
	.box_2{
		background-color:#ED6D00;
	}
	#menu {
		position: absolute;
		height: 80px;
		width: 800px;
		display: inline-block !important;
		margin-left: 140px;
		/* background-color: #fff; */
		/* margin-top: -80px; */
	}
	#menu #to-class a{
		color: #fff;
	}

	#menu #to-class .line_1{
		display: block;
		width: 80px;
		height: 4px;
		color: #ED6D00;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
	}
	#menu .two .line{
		display: block;
		width: 0px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		transition: width 0.5s;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
	}
	#menu li:hover>.line{
		width:80px;
	}
	#menu li .two:hover{
		color: #fff;
	}
	.after {
		width: 160px;
		/* height: 200px; */
		/* border: 1px solid red; */
		margin-top: 10px;
		position: relative;
		left: 78%;
		display: none;
	}
	.box0 p a {
		display: block;
		width: 100%;
		font-family: 'Microsoft Yahei', serif;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/* border: 1px solid #000; */
		background: #fff;
		width: 80%;
		height: 30%;
		/* margin: 0 auto; */
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -40%;
	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}
	.menus_search .search_box .search_input{
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	#content{
		margin: 0 auto ;
		width:100%;
		top: 330px;
		background-color: #e6e6e6;
		overflow: hidden;
	}
	.content{
		margin: 20px auto 0;
		height: 700px;
		width: 1113px;
		background-color: #fff;
	}
	#brand-tab{
		float: left;
		height: 630px;
		width: 210px;
		margin-left: -20px;
		margin-top: -90px;
		background: url(../img/brand-tab.png);
		background-size: 100% 100%;
	}
	.page_logo{
		width: 100%;
		height: 190px;
		margin-top: 90px;
		background: #F19A38 url(../img/page_logo.png) no-repeat;
		background-size: 95% 95%;
		background-position: 5px;
	}
	#brand-tab ul{
		margin-top:5px;

	}
	.brand-tab li{
		margin: -4px auto 12px;
		height: 40px;
		width: 115px;
		cursor: pointer;
		/* background: goldenrod; */
	}
	.brand-tab li:hover .tab-border-hover{
		opacity: 1;
	}
	.tab-con{
		float: left;
		width: 115px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin-top: 0px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #fff;
	}
	.tab-border-hover{
		float: left;
		height: 2px;
		width: 100%;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		opacity: 0;
	}

	.tab-border-click{
		float: left;
		height: 2px;
		width: 115px;
		margin-top: -2px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		display: none;
	}
	#brand-con{
		float: left;
		height: 670px;
		width: 923px;
		margin-top: 30px;
		/*overflow: hidden;*/
	}
	.brand-con{
		position: relative;
		float: left;
		/*height: 650px;*/
		width: 903px;
		display: none;
		margin-top: 0;
	}
    #brand-con .brand_con0{
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 24px;
		color: #ed6d00;
		margin-left: 65px;

	}

	.brand-con1{
		float: left;
		margin-left: 18px;
		margin-top: 30px;
		height: 85px;
		width: 905px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #333;
		line-height: 28px;
		cursor: default;
	}
	.about{
		width: 80%;
		margin-left: 115px;
	}
	.B1{
		float: left;
		width: 100%;
		height: 100%;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 40px;
	}
	.B1 li{
		float: left;
		width:350px;
		height: 175px;
		padding:0;
		margin:5px 50px 15px 0;
	}
	.B1 li .tou{
		width: 300px;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.B1 li .tou img{
		float: left;
		width: 46px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.B1 li .tou .ti{
		float: left;
		/* display: inline-block; */
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		margin-top: 16px;
		margin-left: 10px;
		font-size: 18px;
		color: #ed6d00;
	}
	.B1 li .cont{
		float: left;
		width: 350px;
		margin-top: 10px;
		margin-left: 10px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #333;
	}
	.B1 li:nth-child(3)>.tou img{
		float: left;
		width: 60px;
		margin-top: 10px;
		margin-left: 5px;
	}

	.btop{
		width: 100%;
		height: 250px;
		/* padding-left: 30px; */
		margin: 0 auto;
	}
	.titl{
		float: left;
		width: 190px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
		text-align: center;
		margin-top:110px;
	}
	.titl:after{
		content: ">>>";
		width: 20px;
		height:30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ED6D00;
		margin-left: 20px;
	}
	.btop img,.bbottom img{
		width: 466px;
		margin-top: 25px;
		margin-left: 10px;
	}
	.bbottom{
		width: 75%;
		height: 250px;
		margin: 0 auto;
	}
	.brand-con .jiao{
		position: absolute;
		width: 407px;
		top: 433px;
		right: -20px;
	}
	.brand-con .tab{
		/*border: 1px solid #ccc;*/
		width: 335px;
		height: 700px;
		position: absolute;
		top: -30px;
		right: -20px;
		background-color: rgba(255, 221, 198, 0.58);
	}
	.brand-con .tab .shi{
		float: right;
		width: 160px;
		margin-right: 55px;
	}
	.right00{
		position: absolute;
		width: 420px;
		top: 135px;
		right:80px;
		/*z-index: 999;*/
	}
	.right00 .biaoti{
		float: left;
		width: 100%;
		margin-bottom: 38px;
		z-index: 999;
	}
	.right00 .hui{
		float: right;
	}
	.right00 .xian{
		float: right;
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 0px;
		margin-top: 20px;
		transition: width 1s;
	}
	.right00 .biaoti:hover>.xian{
		width: 140px;
	}
	.right00 .xian1{
		width:140px;;
	}
	.right00 .hui1,.right00 .hui2,.right00 .hui3{
		float: right;
		margin-top: 3px;
		margin-right: 10px;
	}
	.right00 .count00{
		position: absolute;
		/*float: left;*/
		margin-left: -345px;
		z-index: 666;
		margin-top: -97px;
	}
	.right00 .count01{
		/*float: left;*/
		position: absolute;
		margin-left: -325px;
		margin-top: -65px;
		z-index: 777;
	}
	.right00 .count02{
		position: absolute;
		margin-top: -30px;
		margin-left: -300px;
		z-index: 888;
	}
	.right00 .count img{
		position: absolute;
		width:439px;
	}
	/*.right00 .count02 .cai1{*/
		/*height: 329px;*/
		/*width: 439px;*/
	/*}*/
	.partener{
		margin-top: 25px;
	}
	.back00{
		position: absolute;
		display: none;
		top: 0;
		right: 10px;
		width: 40px;
	}
	.brand-partner{
		float: left;
		margin-left: 77px;
		margin-top: 60px;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-weight: 700;
		cursor: default;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
	}
	.partner-con{
		float: left;
		margin-left: 72px;
		margin-top: 10px;
		width: 800px;
		height: 400px;
		/*background: gold;*/
		position: relative;
		overflow: hidden;
	}
	#partner-list{
		position: absolute;
		height: 400px;
	}
	.brand-par-con{
		float: left;
		height: 400px;
		width: 800px;
	}
	.brand-par-con p{
		float: left;
		margin:5px 35px 30px 5px ;
		height: 106px;
		width: 106px;
		background-color: #fff;
		box-shadow: 2px 2px 10px #989898;
	}
	.brand-par-con p img{
		width: 100px;
		/*margin-top: -100px;*/
	}
	.brand-par-con p span{
		float: left;
		width: 106px;
		margin-top: 30px;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #333;
		line-height: 24px;
		text-align: center;
	}


	.partner-tab{
		float: left;
		height: 30px;
		width: 800px;
		margin-top: 50px;
		margin-left: 77px;
	}
	#partner-next{
		float: right;
		margin-right: 110px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 27px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	#partner-prev{
		float: right;
		margin-right: 20px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 27px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	.QR {
		/* float: left; */
		position: absolute;
		height: 70px;
		width: 70px;
		margin-left: 100px;
	}
	.footer-con {
		/* float: left; */
		position: absolute;
		width: 900px;
		height: 50px;
		margin-top: 25px;
		margin-left: 225px;
	}
}






@media (min-width: 1001px) and (max-width: 1199px){
	#carousel-example-generic {
		height: 100%;
		width: 100%;
		margin-top: 85px;
	}
	.logo {
		position: absolute;
		height: 55px;
		width: 110px;
		display: inline-block;
		background: url(../img/wlogo.png) no-repeat;
		background-size: 100% 100%;
		margin-top: 11px;
	}
	.logo:after {
		content: "";
		width: 2px;
		background: #fff;
		height: 42px;
		margin-top: -21px;
		position: absolute;
		left: 130px;
		top: 50%;
	}
	.box_2{
		background-color:#ED6D00;
	}
	#menu {
		position: absolute;
		height: 80px;
		width: 635px;
		display: inline-block !important;
		margin-left: 95px;
		/* background-color: #fff; */
		/* margin-top: -80px; */
	}
	#menu #to-class a{
		color: #fff;
		font-size: 24px;
	}
	#menu #to-class .line_1{
		display: block;
		width: 60px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
	}
	#menu .two .line{
		display: block;
		width: 0px;
		height: 4px;
		color: #fff;
		background-color: #fff;
		margin: 0 auto;
		transition: width 0.5s;
		/* text-align: center; */
		border-radius: 50px;
		margin-top: -15px;
	}
	#menu li:hover>.line{
		width:60px;
	}
	#menu li .two:hover{
		color: #fff;
	}
	.after {
		width: 160px;
		/* height: 200px; */
		/* border: 1px solid red; */
		margin-top: 10px;
		position: relative;
		left: 78%;
		display: none;
	}
	.box0 p a {
		display: block;
		width: 100%;
		font-family: 'Microsoft Yahei', serif;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
	}
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		position: absolute;
		/* border: 1px solid #000; */
		background: #fff;
		width: 80%;
		height: 30%;
		margin: 0 auto;
		overflow: hidden;
		left: 50%;
		margin-left: -40%;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}
	.menus_search .search_box .search_input{
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}

	.content{
		/*float: left;
		margin-top: 20px;
		margin-bottom: 20px;*/
		margin: 20px auto;
		height: 700px;
		width: 900px;
		background-color: #fff;
	}
	#brand-tab{
		float: left;
		height: 590px;
		width: 180px;
		margin-left: -20px;
		margin-top: -89px;
		background: url(../img/brand-tab.png);
		background-size: 100% 100%;
	}
	#brand-tab ul{
		margin-top:5px;

	}
	.page_logo{
		width: 100%;
		height: 175px;
		margin-top: 90px;
		background: #F19A38 url(../img/page_logo.png) no-repeat;
		background-size: 95% 95%;
		background-position: 6px;
	}
	.brand-tab li{
		margin: 0px auto 20px;
		height: 30px;
		width: 90px;
		cursor: pointer;
		/* background: goldenrod; */
	}
	.brand-tab li:hover .tab-border-hover{
		opacity: 1;
	}
	.tab-con{
		float: left;
		width: 115px;
		text-align: center;
		height: 30px;
		line-height: 40px;
		margin-top: 0px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #fff;
	}
	.tab-border-hover{
		float: left;
		height: 2px;
		width: 115px;
		margin-top: 6px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		opacity: 0;
	}

	.tab-border-click{
		float: left;
		height: 2px;
		width: 115px;
		margin-top: -2px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		display: none;
	}
	#brand-con{
		float: left;
		height: 600px;
		width: 740px;
		margin-top: 45px;
		/*overflow: hidden;*/
	}
	.brand-con{
		position: relative;
		float: left;
		/*height: 650px;*/
		width: 100%;
		display: none;
	}
	#brand-con .brand_con0{
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 22px;
		color: #ed6d00;
		margin-left: 65px;

	}
	.brand-con1{
		float: left;
		padding-left: 77px;
		margin-top: 30px;
		height: 120px;
		width: 695px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #333;
		line-height: 28px;
		cursor: default;
	}
	.about{
		width: 75%;
		margin-left: 110px;
	}
	.B1{
		float: left;
		width: 100%;
		height: 100%;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 40px;
	}
	.B1 li{
		float: left;
		width:300px;
		height: 175px;
		padding:0;
		margin:5px 50px 15px 0;
	}
	.B1 li .tou{
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.B1 li .tou img{
		float: left;
		width: 40px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.B1 li .tou .ti{
		float: left;
		/* display: inline-block; */
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		margin-top: 16px;
		margin-left: 10px;
		font-size: 16px;
		color: #ed6d00;
	}
	.B1 li .cont{
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-left: 10px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #333;
	}
	.B1 li:nth-child(3)>.tou img{
		float: left;
		width: 60px;
		margin-top: 10px;
		margin-left: 5px;
	}
	.btop{
		width: 70%;
		height: 250px;
		/* padding-left: 30px; */
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.titl{
		float: left;
		width: 146px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ed6d00;
		text-align: center;
		margin-top: 110px;
	}
	.titl:after{
		content: ">>>";
		width: 20px;
		height:30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ED6D00;
		margin-left: 20px;
	}
	.btop img,.bbottom img{
		width: 360px;
		margin-top: 55px;
		margin-left: 10px;
	}
	.bbottom{
		width: 70%;
		height: 250px;
		/* padding-left: 30px; */
		margin: 0 auto;
		/*border-bottom: 1px solid #ccc;*/
	}

	.brand-con .jiao{
		position: absolute;
		width: 340px;
		top: 455px;
		right: 0px;
	}
	.brand-con .tab{
		/*border: 1px solid #ccc;*/
		width: 260px;
		height: 700px;
		position: absolute;
		top: -45px;
		right: 0px;
		background-color: rgba(255, 221, 198, 0.58);
	}
	.brand-con .tab .shi{
		float: right;
		width: 160px;
		margin-right: 55px;
	}
	.right00{
		position: absolute;
		width: 420px;
		top: 135px;
		right:80px;
		/*z-index: 999;*/
	}
	.right00 .biaoti{
		float: left;
		width: 100%;
		margin-bottom: 38px;
		z-index: 999;
	}
	.right00 .hui{
		float: right;
	}
	.right00 .xian{
		float: right;
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 0px;
		margin-top: 20px;
		transition: width 1s;
	}
	.right00 .xian1{
		width:90px;;
	}
	.right00 .hui1,.right00 .hui2,.right00 .hui3{
		float: right;
		margin-top: 3px;
		margin-right: 10px;
	}
	.right00 .count00{
		position: absolute;
		margin-left: -160px;
		z-index: 666;
		margin-top: -110px;
	}
	.right00 .count01{
		position: absolute;
		margin-left: -140px;
		margin-top: -70px;
		z-index: 777;
	}
	.right00 .count02{
		position: absolute;
		margin-top: -40px;
		margin-left: -120px;
		z-index: 888;
	}
	.right00 .count img{
		position: absolute;
		width:315px;
	}
	.right00 .count02 .cai1{
		height: 235px;
		/*width: 325px;*/
	}
	.back00{
		position: absolute;
		display: none;
		top: -20px;
		right: 40px;
		width: 40px;
	}
	.container {
		position: absolute;
		width: 705px;
		/* margin-left: -26px; */
		margin: 80px 0px 80px 30px;
		height: 350px;
		z-index: 999;
		transform: scale(0.8);
	}
	.dg-container {
		width: 100%;
		height: 315px;
		position: relative;
	}

	.partener{
		width: 260px;
		position: absolute;
		left: 50%;
		margin-left: -145px;
		top: 50%;
		margin-top: 0px;
	}
	.brand-partner{
		float: left;
		margin-left: 77px;
		margin-top: 60px;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-weight: 700;
		cursor: default;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
	}
	.partner-con{
		float: left;
		/*margin-left: 72px;*/
		margin-top: 10px;
		width: 740px;
		height: 400px;
		/*background: gold;*/
		position: relative;
		overflow: hidden;
	}
	#partner-list{
		position: absolute;
		/*left:-740px;*/
		/*width: 4800px;*/
		height: 400px;
	}
	.brand-par-con{
		float: left;
		height: 400px;
		width: 740px;
		/*margin-left: 35px;*/
	}
	.brand-par-con p{
		float: left;
		margin: 5px -40px 30px 70px;
		height: 100px;
		width: 100px;
		background-color: #fff;
		box-shadow: 2px 2px 10px #989898;
	}
	.brand-par-con p img{
		width: 100%;
		/*margin-top: -25px;*/
	}
	.brand-par-con p span{
		float: left;
		width: 106px;
		margin-top: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #333;
		line-height: 24px;
		text-align: center;
	}
	.partner-tab{
		float: left;
		height: 30px;
		width: 740px;
		margin-top: 30px;
		margin-left: 40px;
	}
	#partner-next{
		float: right;
		margin-right: 110px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	#partner-prev{
		float: right;
		margin-right: 20px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	.QR {
		/* float: left; */
		position: absolute;
		height: 70px;
		width: 70px;
		margin-top: -6px;
		margin-left: 70px;
	}
	.footer-con {
		/* float: left; */
		position: absolute;
		width: 808px;
		height: 73px;
		margin-top: 15px;
		margin-left: 175px;
	}
}







@media (min-width: 768px) and (max-width:1000px){
	.box0 p a {
		display: block;
		width: 100%;
		font-family: 'Microsoft Yahei', serif;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;
		overflow: hidden;
	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 236px;
		cursor: pointer;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	#scroll{
		display: none;
	}

	#content{
		margin: 0 auto;
		width: 100%;
		top: 330px;
		background-color: #e6e6e6;
		padding: 0 10px;
		overflow: hidden;
	}
	.content{
		margin: 20px auto;
		/* height: 700px; */
		width: 100%;
		background-color: #fff;
		padding: 0 10px 10px 0;
	}
	#brand-tab{
		float: left;
		height:390px;
		width: 100px;
		/* margin-left: -20px; */
		margin-top: -30px;
		background: url(../img/brand-tab.png);
		background-size: 100% 100%;
	}
	.page_logo{
		width: 100%;
		height: 110px;
		margin-top: 30px;
		background: #F19A38 url(../img/page_logo.png) no-repeat;
		background-size: 95% 95%;
		background-position: 3px;
	}
	#brand-tab ul{
		margin-top:-15px;

	}

	.brand-tab li{
		margin: 10px auto -10px;
		height: 30px;
		width: 84px;
		cursor: pointer;
		line-height: 30px;
		/* background: goldenrod; */
	}
	.brand-tab li:hover .tab-border-hover{
		opacity: 1;
	}
	.tab-con{
		float: left;
		width: 85px;
		text-align: center;
		height: 30px;
		line-height: 40px;
		margin-top: 0;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #fff;
	}
	.tab-border-hover{
		float: left;
		height: 2px;
		 width: 100%;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		opacity: 0;
	}

	.tab-border-click{
		float: left;
		height: 2px;
		width: 85px;
		margin-top: -2px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		display: none;
	}
	#brand-con{
		float: left;
		/* height: 600px; */
		width: 85%;
		margin-top: 30px;
		overflow: hidden;
	}
	.brand-con{
		float: left;
		/* height: 650px; */
		width: 100%;
		display: none;
	}
	#brand-con .brand_con0{
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #ed6d00;
		margin-left: 65px;

	}
	.brand-con1{
		float: left;
		padding-left: 77px;
		margin-top: 30px;
		height: 120px;
		width: 100%;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #333;
		line-height: 28px;
		cursor: default;
	}
	.about{
		width: 75%;
		margin-left: 110px;
	}
	.B1{
		float: left;
		width: 100%;
		height: 100%;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 40px;
	}
	.B1 li{
		float: left;
		width: 46%;
		height: 147px;
		padding: 0;
		margin: 5px 18px 4px 0px;
	}
	.B1 li .tou{
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.B1 li .tou img{
		float: left;
		width: 38px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.B1 li .tou .ti{
		float: left;
		/* display: inline-block; */
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		margin-top: 16px;
		margin-left: 5px;
		font-size: 14px;
		color: #ed6d00;
	}
	.B1 li .cont{
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-left: 10px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
	}
	.B1 li:nth-child(3)>.tou img{
		float: left;
		width: 60px;
		margin-top: 10px;
		margin-left: 5px;
	}
	.btop{
		width: 85%;
		height: 250px;
		/* padding-left: 30px; */
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.titl{
		float: left;
		width: 146px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ed6d00;
		text-align: center;
		margin-top: 110px;
	}
	.titl:after{
		content: ">>>";
		width: 20px;
		height:30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ED6D00;
		margin-left: 20px;
	}
	.btop img,.bbottom img{
		width: 348px;
		margin-top: 40px;
		margin-left: 10px;
	}
	.bbottom{
		width: 85%;
		height: 250px;
		/* padding-left: 30px; */
		margin: 0 auto;
		/*border-bottom: 1px solid #ccc;*/
	}
	.brand-con .jiao{
		position: absolute;
		width: 270px;
		top: 293px;
		right: 10px;
	}
	.brand-con .tab{
		/*border: 1px solid #ccc;*/
		/* border: 1px solid #ccc; */
		width: 220px;
		height: 370px;
		position: absolute;
		top: 80px;
		right: 10px;
		background-color: rgba(255, 221, 198, 0.58);
	}
	.brand-con .tab .shi{
		float: right;
		width: 160px;
		margin-right: 55px;
	}
	.right00{
		position: absolute;
		width: 423px;
		top: 210px;
		right: 65px;
		z-index: 999;
	}
	.right00 .biaoti{
		float: left;
		width: 100%;
		margin-bottom: 17px;
		z-index: 999;
	}
	.right00 .hui{
		float: right;
		width: 90px;
	}
	.right00 .xian{
		float: right;
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 0px;
		margin-top: 20px;
		transition: width 1s;
	}
	.right00 .xian1{
		width:60px;;
	}
	.right00 .hui1,.right00 .hui2,.right00 .hui3{
		float: right;
		margin-top: 3px;
		margin-right: 10px;
	}
	.right00 .count00{
		position: absolute;
		/* float: left; */
		margin-left: -160px;
		z-index: 666;
		margin-top: -110px;
	}
	.right00 .count01{
		/*float: left;*/
		position: absolute;
		margin-left: -140px;
		margin-top: -70px;
		z-index: 777;
	}
	.right00 .count02{
		position: absolute;
		margin-top: -40px;
		margin-left: -120px;
		z-index: 888;
	}
	.right00 .count img{
		position: absolute;
		width:345px;
	}
	.right00 .count02 .cai1{
		height: 260px;
		/*width: 325px;*/
	}
	.banner {
		position: relative;
		height: 380px;
		padding: 50px;
		margin: 0 auto;
		margin-top: -32px;
		text-align: center;
		z-index: 999;
		transform: scale(0.95);
	}
	.back00{
		position: absolute;
		display: none;
		top: 86px;
		right: 25px;
		width: 30px;
		z-index: 999;
	}
	.container {
		position: absolute;
		width: 705px;
		/* margin-left: -26px; */
		margin: 80px 0px 80px 30px;
		height: 350px;
		z-index: 999;
		transform: scale(0.8);
	}
	.dg-container {
		width: 100%;
		height: 315px;
		position: relative;
	}
	.partener{
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -100px;
		top: 50%;
		margin-top: -240px;
	}
	.brand-partner{
		float: left;
		margin-left: 77px;
		margin-top: 35px;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-weight: 700;
		cursor: default;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
	}
	.partner-con{
		float: left;
		/*margin-left: 72px;*/
		margin-top: 10px;
		width: 640px;
		height: 400px;
		/*background: gold;*/
		position: relative;
		overflow: hidden;
	}
	#partner-list{
		position: absolute;
		/*left:-740px;*/
		/*width: 4800px;*/
		height: 400px;
	}
	.brand-par-con{
		float: left;
		height: 400px;
		width: 640px;
		/* margin-left: 35px; */
	}
	.brand-par-con p{
		float: left;
		margin:5px -40px 30px 70px;
		height: 100px;
		width: 100px;
		background-color: #fff;
		box-shadow: 2px 2px 10px #989898;
	}
	.brand-par-con p img{
		width: 100%;

	}
	.brand-par-con p span{
		float: left;
		width: 106px;
		margin-top: 30px;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #333;
		line-height: 24px;
		text-align: center;
	}


	.partner-tab{
		float: left;
		height: 30px;
		width: 615px;
		margin-top: -6px;
		margin-left: -8px;
	}
	#partner-next{
		float: right;
		margin-right: 110px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	#partner-prev{
		float: right;
		margin-right: 20px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
}


@media (min-width: 430px)and (max-width: 767px){
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:30%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 50px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 30px;
		margin-top: 50px;
		padding-left: 70px;
		line-height: 50px;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 135px;
		right: 105px;
		cursor: pointer;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 50px;
		margin-top: 30px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 18px;
		border: none;
		padding-left: 50px;
		outline: none;
	}
	#scroll{
		display: none;
	}

	#content{
		margin: 0 auto;
		width: 100%;
		top: 330px;
		background-color: #e6e6e6;
		padding: 0 10px;
		overflow: hidden;
	}
	.content{
		margin: 20px auto;
		/* height: 700px; */
		width: 100%;
		background-color: #fff;
		padding: 0 10px 10px 0;
	}
	#brand-tab{
		float: left;
		height: 75px;
		width: 100%;
		/* margin-left: -20px; */
		/* text-align: center; */
		margin-top: 2px;
		background: url(../img/brand-tab.png);
		/* transform: rotate(90deg); */
		background-size: 100% 100%;
	}
	.page_logo {
		float: right;
		width: 100px;
		height: 73px;
		margin-top: 0px;
		vertical-align: middle;
		background: #F19A38 url(../img/page_logo.png) no-repeat;
		background-size: 90% 95%;
		background-position: 5px;
		display: none;
	}
	.brand-tab li{
		margin: 0 5px;
		float: left;
		height: 32px;
		width: 14%;
		text-align: center;
		cursor: pointer;
		/* line-height: 99px; */
		/* background: goldenrod; */
	}
	.brand-tab li:hover .tab-border-hover{
		opacity: 1;
	}
	.tab-con{
		/* float: left; */
		width: 100%;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin-top: 39px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #fff;
	}
	.tab-border-hover{
		float: left;
		height: 2px;
		 width: 100%;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		opacity: 0;
	}

	.tab-border-click{
		float: left;
		height: 2px;
		width: 100%;
		margin-top: -2px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		display: none;
	}
	#brand-con{
		float: left;
		/* height: 600px; */
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}
	.brand-con{
		float: left;
		/* height: 650px; */
		width: 100%;
		display: none;
	}
	.other{
		height:380px;
	}
	#brand-con .brand_con0{
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ed6d00;
		margin-left: 0px;

	}
	.brand-con1{
		float: left;
		padding-left: 27px;
		margin-top: 12px;
		/* height: 120px; */
		width: 100%;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
		line-height: 28px;
		cursor: default;
	}
	.about{
		width: 80%;
		margin-left: 50px;
	}
	.B1{
		float: left;
		width: 100%;
		height: 100%;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.B1 li{
		float: left;
		width: 90%;
		height: 130px;
		padding: 0;
		margin: 5px 18px 10px 0px;
	}
	.B1 li .tou{
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.B1 li .tou img{
		float: left;
		width: 38px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.B1 li .tou .ti{
		float: left;
		/* display: inline-block; */
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		margin-top: 16px;
		margin-left: 5px;
		font-size: 16px;
		color: #ed6d00;
	}
	.B1 li .cont{
		float: left;
		width: 100%;
		margin-top: 10px;
		padding-left: 10px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
	}
	.B1 li:nth-child(3)>.tou img{
		float: left;
		width: 50px;
		margin-top: 10px;
		margin-left: 5px;
	}
	.btop{
		width: 90%;
		height: 190px;
		/* padding-left: 30px; */
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.titl{
		float: left;
		width: 146px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #ed6d00;
		text-align: center;
		margin-top: 110px;
	}
	.titl:after{
		ccontent: ">>>";
		width: 20px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #ED6D00;
		margin-left: 10px;
	}
	.btop img,.bbottom img{
		width: 196px;
		margin-top: 70px;
		margin-left: 0px;
	}
	.bbottom{
		width: 90%;
		height: 190px;
		/* padding-left: 30px; */
		margin: 0 auto;
		/*border-bottom: 1px solid #ccc;*/
	}
	.different{
		float: left;
		height: 420px;
		width: 100%;
		display: none;
	}
	.brand-con .jiao{
		position: absolute;
		width: 270px;
		top: 410px;
		right: 10px;
	}
	.brand-con .tab{
		/* border: 1px solid #ccc; */
		/* border: 1px solid #ccc; */
		width: 220px;
		height: 412px;
		position: absolute;
		top: 155px;
		right: 10px;
		background-color: rgba(255, 221, 198, 0.58);
	}
	.brand-con .tab .shi{
		float: right;
		width: 160px;
		margin-right: 55px;
	}
	.right00{
		position: absolute;
		width: 423px;
		top: 290px;
		right: 80px;
		z-index: 999;
	}
	.right00 .biaoti{
		float: left;
		width: 100%;
		margin-bottom: 17px;
		z-index: 999;
	}
	.right00 .hui{
		float: right;
		width: 90px;
	}
	.right00 .xian{
		float: right;
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 0px;
		margin-top: 20px;
		transition: width 1s;
	}
	.right00 .xian1{
		width:60px;;
	}
	.right00 .hui1,.right00 .hui2,.right00 .hui3{
		float: right;
		margin-top: 3px;
		margin-right: 10px;
	}
	.right00 .count00{
		position: absolute;
		/* float: left; */
		margin-left: -120px;
		z-index: 666;
		margin-top: -110px;
	}
	.right00 .count01{
		/*float: left;*/
		position: absolute;
		margin-left: -90px;
		margin-top: -70px;
		z-index: 777;
	}
	.right00 .count02{
		position: absolute;
		margin-top: -30px;
		margin-left: -60px;
		z-index: 888;
	}
	.right00 .count img{
		position: absolute;
		width:300px;
	}
	/*.right00 .count02 .cai1{*/
		/*height: 270px;*/
		/*!*width: 325px;*!*/
	/*}*/
	.banner {
		position: relative;
		height: 380px;
		padding: 50px;
		margin: 0 auto;
		margin-top: -32px;
		text-align: center;
		z-index: 999;
		transform: scale(0.95);
	}
	.back00{
		position: absolute;
		display: none;
		top: 86px;
		right: 25px;
		width: 30px;
		z-index: 999;
	}
	.container {
		position: absolute;
		width: 705px;
		/* margin-left: -26px; */
		margin: 80px 0px 80px 30px;
		height: 350px;
		z-index: 999;
		transform: scale(0.8);
	}
	.dg-container {
		width: 100%;
		height: 315px;
		position: relative;
	}
	.partener{
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -100px;
		top: 50%;
		margin-top: -215px;
	}
	.brand-partner{
		float: left;
		padding-left: 20px;
		margin-top: 35px;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-weight: 700;
		cursor: default;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
	}
	.partner-con{
		float: left;
		/* margin-left: 72px; */
		margin-top: 10px;
		width: 100%;
		height: 400px;
		/* background: gold; */
		position: relative;
		overflow: hidden;
	}
	#partner-list{
		position: absolute;
		/*left:-740px;*/
		/*width: 4800px;*/
		height: 370px;
	}
	.brand-par-con{
		float: left;
		height: 400px;
		width: 300px;
		/* margin-left: 35px; */
	}
	.brand-par-con p{
		float: left;
		margin:7px -40px 11px 56px;
		height: 60px;
		width: 60px;
		background-color: #fff;
		box-shadow: 2px 2px 10px #989898;
	}
	.brand-par-con p img{
		width: 100%;
		/*height: 100%;*/

	}
	.brand-par-con p span{
		float: left;
		width: 50px;
		margin-top: 2px;
		font-family: "微软雅黑";
		font-size: 2px;
		color: #333;
		line-height: 20px;
		text-align: center;
	}


	.partner-tab{
		float: right;
		height: 30px;
		width: 90px;
		margin-top: 5px;
		margin-right: 3px
	}
	#partner-next{
		float: right;
		/* margin-right: 110px; */
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 25px;
		width: 25px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	#partner-prev{
		float: right;
		margin-right: 20px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 23px;
		height: 25px;
		width: 25px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}

}


@media (max-width: 429px){
	/*导航栏搜索功能*/
	.menus_search{
		height: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		position: fixed;
		top: 0;
		left: 0;
		transition: height 0.5s;
		overflow: hidden;

	}
	.search_box .search_close{
		float: right;
		margin-top: 15px;
		margin-right: 15px;
		width: 25px;
	}
	.menus_search .search_box{
		/*border:1px solid #000;*/
		background: #fff;
		width:80%;
		height:50%;
		margin:0 auto;
		overflow: hidden;


	}
	.menus_search .search_box .search_title{
		display: block;
		width: 100%;
		height: 30px;
		font-family: "微软雅黑";
		color: #000;
		font-size: 25px;
		margin-top: 50px;
		padding-left: 30px;
		line-height: 30px;
	}
	.menus_search .search_box .enter{
		width: 40px;
		position: absolute;
		top: 102px;
		right: 50px;
		cursor: pointer;
	}
	.menus_search .search_box .search_input{
		display: inline-block;
		width: 100%;
		height: 40px;
		margin-top: 20px;
		background: #eee;
		font-family: "微软雅黑";
		font-size: 16px;
		border: none;
		padding-left: 25px;
		outline: none;
	}
	#scroll{
		display: none;
	}

	#content{
		margin: 0 auto;
		width: 100%;
		top: 330px;
		background-color: #e6e6e6;
		padding: 0 10px;
		overflow: hidden;
	}
	.content{
		margin: 20px auto;
		/* height: 700px; */
		width: 100%;
		background-color: #fff;
		padding: 0 0px 10px 0;
	}
	#brand-tab{
		float: left;
		height: 60px;
		width: 100%;
		/* margin-left: -20px; */
		/* text-align: center; */
		margin-top: 2px;
		background: url(../img/brand-tab.png);
		/* transform: rotate(90deg); */
		background-size: 100% 100%;
	}
	.page_logo {
		float: right;
		width: 60px;
		height: 58px;
		margin-top: 0px;
		/* vertical-align: middle; */
		background: #F19A38 url(../img/page_logo.png) no-repeat;
		background-size: 90% 90%;
		background-position: 5px;
		display: none;
	}
	.brand-tab li{
		margin: 1px 1px;
		float: left;
		/* height: 32px; */
		width: 16%;
		text-align: center;
		cursor: pointer;
		/* line-height: 99px; */
		/* background: goldenrod; */
	}
	.brand-tab li:hover .tab-border-hover{
		opacity: 1;
	}
	.tab-con{
		/* float: left; */
		width: 100%;
		text-align: center;
		height: 25px;
		line-height: 29px;
		margin-top: 39px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #fff;
	}
	.tab-border-hover{
		float: left;
		height: 2px;
		width: 100%;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		opacity: 0;
	}

	.tab-border-click{
		float: left;
		height: 2px;
		width: 100%;
		margin-top: -2px;
		background: url(../img/tab-border.png);
		background-size: 100% 100%;
		display: none;
	}
	#brand-con{
		float: left;
		/* height: 600px; */
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}
	.brand-con{
		float: left;
		/* height: 650px; */
		width: 100%;
		display: none;
	}
	#brand-con .brand_con0{
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-family: "微软雅黑";
		font-size: 16px;
		color: #ed6d00;
		margin-left: 0px;

	}
	.brand-con1{
		float: left;
		padding-left: 27px;
		margin-top: 12px;
		/* height: 120px; */
		width: 100%;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
		line-height: 28px;
		cursor: default;
	}
	.about{
		width: 80%;
		margin-left: 50px;
	}
	.B1{
		float: left;
		width: 100%;
		height: 100%;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 30px;
	}
	.B1 li{
		float: left;
		width: 90%;
		height: 130px;
		padding: 0;
		margin: 5px 18px 10px 0px;
	}
	.B1 li .tou{
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.B1 li .tou img{
		float: left;
		width: 35px;
		margin-top: 2px;
		margin-left: 5px;
	}
	.B1 li .tou .ti{
		float: left;
		/* display: inline-block; */
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		margin-top: 16px;
		margin-left: 5px;
		font-size: 14px;
		color: #ed6d00;
	}
	.B1 li .cont{
		float: left;
		width: 100%;
		margin-top: 10px;
		padding-left: 10px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
	}
	.B1 li:nth-child(3)>.tou img{
		float: left;
		width: 50px;
		margin-top: 10px;
		margin-left: 5px;
	}
	.btop{
		width: 90%;
		height: 170px;
		/* padding-left: 30px; */
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.titl{
		float: left;
		width: 125px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #ed6d00;
		text-align: center;
		margin-top: 70px;
	}
	.titl:after{
		content: ">>>";
		width: 20px;
		height: 30px;
		line-height: 30px;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #ED6D00;
		margin-left: 10px;
	}
	.btop img,.bbottom img{
		width: 50%;
		margin-top: 60px;
		margin-left: 0px;
	}
	.bbottom{
		width: 90%;
		height: 170px;
		/* padding-left: 30px; */
		margin: 0 auto;
	}
	.different{
		float: left;
		height: 420px;
		width: 100%;
		display: none;
	}
	.other{
		height:420px;
	}
	.brand-con .jiao{
		position: absolute;
		width: 190px;
		top: 480px;
		right: 10px;
	}
	.brand-con .tab{
		/* border: 1px solid #ccc; */
		width: 130px;
		height: 452px;
		position: absolute;
		top: 140px;
		right: 10px;
		background-color: rgba(255, 221, 198, 0.58);
	}
	.brand-con .tab .shi{
		float: right;
		width: 100px;
		margin-right: 10px;
	}
	.right00{
		position: absolute;
		width: 423px;
		top: 290px;
		right: 25px;
		z-index: 999;
	}
	.right00 .biaoti{
		float: left;
		width: 100%;
		margin-bottom: 35px;
		z-index: 999;
	}
	.right00 .hui{
		float: right;
		width: 70px;
	}
	.right00 .xian{
		float: right;
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 0px;
		margin-top: 20px;
		transition: width 1s;
	}
	.right00 .xian1{
		width:22px;;
	}
	.right00 .hui1,.right00 .hui2,.right00 .hui3{
		float: right;
		margin-top: 3px;
		margin-right: 10px;
		width:15px;
	}
	.right00 .count00{
		position: absolute;
		/* float: left; */
		margin-left: 145px;
		z-index: 666;
		margin-top: -55px;
	}
	.right00 .count01{
		position: absolute;
		margin-left: 150px;
		margin-top: 20px;
		z-index: 777;
	}
	.right00 .count02{
		position: absolute;
		margin-top: 95px;
		margin-left: 155px;
		z-index: 888;
	}
	.right00 .count img{
		position: absolute;
		width:150px;
	}
	/*.right00 .count02 .cai1{*/
		/*height: 270px;*/
		/**/
	/*}*/
	.banner {
		position: relative;
		height: 380px;
		padding: 50px;
		margin: 0 auto;
		margin-top: -32px;
		margin-left: -44px;
		text-align: center;
		z-index: 999;
		transform: scale(0.8);
	}
	.dg-container .button {
		position: relative;
		z-index: 5;
		left: 10%;
	}
	.back00{
		position: absolute;
		display: none;
		top: 150px;
		right: 25px;
		width: 25px;
		z-index: 999;
	}
	.container {
		position: absolute;
		width: 705px;
		/* margin-left: -26px; */
		margin: 80px 0px 80px 30px;
		height: 350px;
		z-index: 999;
		transform: scale(0.8);
	}
	.dg-container {
		width: 100%;
		height: 315px;
		position: relative;
	}


	.partener{
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -100px;
		top: 50%;
		margin-top: -215px;
	}
	.brand-partner{
		float: left;
		padding-left: 20px;
		margin-top: 35px;
		height: 30px;
		width: 100%;
		line-height: 30px;
		font-weight: 700;
		cursor: default;
		font-family: "微软雅黑";
		font-size: 18px;
		color: #ed6d00;
	}
	.partner-con{
		float: left;
		/* margin-left: 72px; */
		margin-top: 10px;
		width: 100%;
		height: 400px;
		/* background: gold; */
		position: relative;
		overflow: hidden;
	}
	#partner-list{
		position: absolute;
		/*left:-740px;*/
		/*width: 4800px;*/
		height: 370px;
	}
	.brand-par-con{
		float: left;
		height: 400px;
		width: 300px;
		/* margin-left: 35px; */
	}
	.brand-par-con p{
		float: left;
		margin:7px -40px 11px 56px;
		height: 60px;
		width: 60px;
		background-color: #fff;
		box-shadow: 2px 2px 10px #989898;
	}
	.brand-par-con p img{
		width: 100%;
		/*height: 100%;*/

	}
	.brand-par-con p span{
		float: left;
		width: 50px;
		margin: 0px 6px;
		font-family: "微软雅黑";
		font-size: 12px;
		color: #333;
		line-height: 20px;
		text-align: center;
	}


	.partner-tab{
		float: right;
		height: 30px;
		width: 90px;
		margin-top: 5px;
		margin-right: 3px
	}
	#partner-next{
		float: right;
		/* margin-right: 110px; */
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 24px;
		height: 25px;
		width: 25px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}
	#partner-prev{
		float: right;
		margin-right: 20px;
		font-family: "微软雅黑";
		font-size: 20px;
		color: #fff;
		line-height: 23px;
		height: 25px;
		width: 25px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		background-color: #ed6d00;
	}

}

/*2-15*/
/*.brand-par-con p{
	line-height: 100px;
}
.brand-par-con p::after{
	content: '_';
	display: inline-block;
	height: 100%;
	visibility: hidden;
}*/
.brand-par-con p{
	position: relative;
}
.brand-par-con p img{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

#footer .footer .footer-con p a{
	color:#fff;
}
#footer .footer .footer-con p a:hover{
	text-decoration: none;
	color:red;
}

.brand-con1 img,.btop img{
	width: 100%;
}
.partener{
	width: 100%;
}