@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	height:100%;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	overflow-y:auto;
	}
*{
	padding:0;
	margin:0;
	border:0;
	}
a{ text-decoration:none; color:#fff;}
a:hover{ text-decoration:none; color:#f39700;}
ul,li{
	text-decoration:none;
	font-style:unset;
	list-style:none;
	}

.clearfix{
clear:both;
}
::-webkit-scrollbar{ width:0; height:0;}

input:focus{ outline:none;}

.bigbox{
	width:100%;
	height:100%;
	background: rgba(250, 250, 250,0.01);
	}
.top_nav{
	padding-left: 5%;
	width:100%;
	min-height:80px;
	position:fixed;
	/*background:rgba(9,118,218,0.95);*/
	z-index:9;
	/*background:rgba(3,105,198,0.85);*/
}

.text{
	font-size:0.6em!important;
	line-height:20px;

}

.zshc{
	margin: 0 auto;
	width: 50vh;
}

.flo_left{
	float:left!important;
}

.flo_right{
	float:right!important;
}

.add_margin_left{
	margin-left:3%!important;
}

.add_margin_left1{
	margin-left:1%!important;
}

.add_margin_top20{
	margin-top:20px!important;
}

.add_margin_top30{
	margin-top:30px!important;
}

.add_margin_top40{
	margin-top:40px!important;
}

.add_margin_top60{
	margin-top:60px!important;
}

.add_margin_top1{
	margin-top:1%!important;
}

.add_margin_top2{
	margin-top:10px!important;
}

.add_margin_right1{
	margin-right:1%!important;
}

.add_margin_right{
	margin-right:3%!important;
}

.add_margin_right10{
	margin-right:10%!important;
}

.add_margin_left10{
	margin-left:10%!important;
}


.add_margin_bottom1{
	margin-bottom:1%;
}

.add_margin_bottom{
	margin-bottom:3%;
}

.add_margin_bottom30{
	margin-bottom:30px!important;
}

.add_padding_top20{
	padding-top:20px!important;
}

.add_margin_top3{
	margin-top:3%;
}

.add_padding_bottom20{
	padding-bottom:20px!important;
}


.add_padding_bottom{
	padding-bottom:1%!important;
}

.add_pd_left5{
	width:90%;
	padding:10px 5%;
}

/* home add */

.pan_title{
	background-color: #f39700;
	border: 2px #f39700 solid;
	border-bottom: 1px #fff solid;
	color: #fff!important;
	font-size: 18px!important;
	padding: 10px;
}

.layui-card {
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;

	min-height: 200px;
	background: rgba(250, 250, 250,0.01);
}
.layui-card-header{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	height: 70px;
	border-bottom: 0px;
}

.selectLanguage{

}
/*.layui-card-header:before*/
/*{*/
/*content: "\e643";*/
/*}*/
.layui-card-body {
	height: 10vh;
	font-size: 15px;
	color: #d2d2d2;
	/*color: rgb(212, 218, 255);*/
	line-height: 22px;
	text-align: left;
	padding-top:10px;
}
@media (max-width:1900px) {
	.layui-card-body {
		height: 10vh;
		font-size: 15px;
		color: #d2d2d2;
		/*color: rgb(212, 218, 255);*/
		line-height: 22px;
		text-align: left;
		padding: 30px;
	}
}
@media (max-width:1500px) {
	.layui-card-body {
		height: 10vh;
		font-size: 15px;
		color: #d2d2d2;;
		/*color: rgb(212, 218, 255);*/
		line-height: 22px;
		text-align: left;
		padding: 30px;
	}
}
@media (max-width:800px) {
	.layui-card-body {
		height: 10vh;
		font-size: 15px;
		color: #d2d2d2;
		/*color: rgb(212, 218, 255);*/
		line-height: 22px;
		text-align: left;
		padding: 30px;
	}
}

.page1
{
	width: 100%;
}

.page2
{
	width: 100%;
}

.page3
{
	width: 100%;
	height:100%;
}

.page4
{
	width: 100%;
	height: 200px;
	background-color: #906325;
	padding-top: 100px;
}
hr {
	clear: both;
	border-top: 2px solid #0066CC;
}

.home_bg{
	background-image: url(../../img/home/home_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.login_image{
	padding: 180px 80px;
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
	background-color: #0198cd;
	background-image: url(../../img/home/login_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.modebox{
	margin:0 auto;
	height:auto;
}

@media (max-width:500px){
.mb6_4{
	width:100%;
}

.mb6_2{
	display:none;
}
}

@media (min-width:501px){
.mb6_4{
	width:65%;
}

.mb6_2{
	width:35%;
}
}
.iconStyle{
	font-size: 60px;
	color: #1e9fff;
}
/**home end*/

.add_button1{
	width:90px;
	line-height:36px;
	text-align:center;
	line-height: 26px;
	text-align: center;
}

.add_button2{
	width:90px;
	line-height:26px;
	text-align:center;
}

.bg_orange{
	background-color:#f39700!important;
	border:2px #f39700 solid;
}

.bg_red{
	background-color:#f12b34!important;
	border:2px #f12b34 solid;
}

.bg_green{
	background-color:#03c6ad!important;
	border:2px #03c6ad solid;
}

.bg_orange:hover{
	background-color:#eb6100!important;
	border:2px #eb6100 solid;
}

.bg_white1{
	background-color:rgba(255,255,255,1);
	border:2px #f39700 solid;
}
.bg_white{
	background-color:#fff!important;
	border:2px #f39700 solid;
}

.bg_blue{
	background-color:#0369c6!important;
}

.bg_blue2{
	background-color:#7cc0fe!important;
}

.bg_blue_a{
	background:rgba(3,105,198,0.75)!important;
}

.bg_grey{
	background:#ddd!important;
}




.bg_black_a{
	background:rgba(0,0,0,0.6);
}

.bg_0{
	background:rgba(0,0,0,0)!important;
}

.no_border{
	border:0!important;
}

.white{
	color:#fff!important;
}

.orange{
	color:#f39700!important;
}

.blue{
	color:#028ede!important;
}

.grey{
	color:#ccc!important;
}
.dark{
	color:#666;
}

.red{
	color:#e12228!important;
}

.add_radius_top{
	border-radius:6px 6px 0 0!important;
}

.add_radius_bottom{
	border-radius:0 0 6px 6px!important;
}

.add_radius_left{
	border-radius:6px 0 0 6px!important;
}

.add_radius_right{
	border-radius:0 6px 6px 0!important;
}

.add_radius{
	border-radius:12px;
}

.tp_li{
	padding:0 20px;
	text-align:center;
	float:left;
	line-height:80px!important;
}

.big_size0{
	font-size:38px!important;
	line-height:50px;
}

.big_size1{
	font-size:20px!important;
	line-height:30px;
}

.big_size2{
	font-size:18px!important;
}

.big_size3{
	font-size:16px!important;
	line-height:26px;
}

.big_size4{
	font-size:12px;
	line-height:22px;
	font-weight:500;
}

.add_weight{
	font-weight:600;
}

.add_position_re{
	position:relative!important;
}


.add_position_ab{
	position:absolute!important;
}

.add_ab_topleft{
	top:0;
	left:0;
}

.add_ab_bottomright{
	bottom:3%;
	right:0;
}


.add_ab_bottomleft{
	bottom:5%;
	left:3%;
}

.add_ab_bottom{
	bottom:0;
	left:0;
}

.add_align_center{
	text-align:center!important;
}

.add_border_bottom{
	border-bottom:1px #eee solid;
}

.add_border{
	border:1px #eee solid;
	border-radius: 15px 30px 30px 5px;
}

.add_border2{
	border:1px #eee solid;
	border-radius: 15px 15px 0px 5px;
}

.add_indent{
	text-indent:28px;
}

.add_padding_lr{
	padding:0 5px!important;
}

.add_no_padding{
	padding:0 10px!important;
}

.add_fixed_bottom{
	position:fixed;
	bottom:0;
	left:0;
}



.bannerbox1{
	width:100%;
	height:20vh;
	padding:3% 0;

	/*background-image:url(../../img/home/banner4.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center center;*/
}

.bannerbox2{
	width:100%;
	height:30vh;
	background-image:url(../../img/home/banner5.png);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.dl_title{
	width:100%;
	height:60px;
	background-color: #f39700;
	/*background-image:url(../../img/home/pt04.png);*/
	background-size:100% 100%;
	line-height:60px;
}

.dl_title2{
	width:100%;
	height:60px;
	/*background-color: #f39700;*/

	/*background-color: rgba(250,250,250,1);*/
	/*background-image:url(../../img/home/pt05.png);*/
	background-size:100% 100%;
	line-height:60px;
}

.main_title{
	width:100%;
}

.main_title img{
	width:35%;
	margin-left:5%;
}

.main_block{
	width:94%;
	padding:0 3%;
	height:auto;
}

.add_width10per{
	width:12%;
}

/*
.add_width86per{
	width:86%;
}

.add_scroll_x{
	height:100px;
	overflow:hidden;
}

.add_scroll_block{
	margin-top:1%;
	float:left;
	width:100%;
}
*/



/*轮播代码 开始*/

.add_width86per{
	width:86%;
}
body{
	background: rgb(245, 245, 245);
}
.slide {
	height: 30vh;
    position: relative;
    margin: auto;
    width: 780px;
    text-align: left;
    overflow: hidden;
	/*background: rgba(250,250,250,1);*/
}

.slide ul {
    margin: 10px 0;
    padding: 0;
    width: 9999px;
    transition: all 0.1s;
}

/*//自动播放*/
.slide .slide-auto {
    animation: marginLeft 10.5s infinite;
}

.slide li {
    float: left;
    width: 780px;
    list-style: none;
}

.slide li:nth-child(1) {
    background:rgba(0,0,0,0);
}

.slide li:nth-child(2) {
    background:rgba(0,0,0,0);
}

.slide li:nth-child(3) {
    background:rgba(0,0,0,0);
}

.slide input[name="sildeInput"] {
	display: none;
}

.slide label[for^="sildeInput"] {
	position: absolute;
	bottom: 5px;
	width: 20px;
	height: 20px;
	/*margin: 0 10px;*/
	line-height: 20px;
	color: #FFF;
	background: rgba(9,118,218,0.95);
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
}

.slide label[for="sildeInput1"] {
	left: 0;
}

.slide label[for="sildeInput2"] {
	left: 30px;
}

.slide label[for="sildeInput3"] {
	left: 60px;
}

#sildeInput1:checked~ul {
	margin-left: 0;
}

#sildeInput2:checked~ul {
	margin-left: -780px;
}

#sildeInput3:checked~ul {
	margin-left: -1560px;
}

#sildeInput1:checked~label[for="sildeInput1"] {
	color: #000;
	background: #4fdbff;
}

#sildeInput2:checked~label[for="sildeInput2"] {
	color: #000;
	background: #4fdbff;
}

#sildeInput3:checked~label[for="sildeInput3"] {
	color: #000;
	background: #4fdbff;
}

#sildeInput1:checked~ul {
	margin-left: 0;
}

#sildeInput2:checked~ul {
	margin-left: -780px;
}

#sildeInput3:checked~ul {
	margin-left: -1560px;
}

#sildeInput1:checked~label[for="sildeInput1"] {
	color: #000;
	background: #4fdbff;
}

#sildeInput2:checked~label[for="sildeInput2"] {
	color: #000;
	background: #4fdbff;
}

#sildeInput3:checked~label[for="sildeInput3"] {
	color: #000;
	background: #4fdbff;
}


@keyframes marginLeft {
    0% {
        margin-left: 0;
    }

    18.5% {
        margin-left: 0;
    }

    23.3% {
        margin-left: -830px;
    }

    42% {
        margin-left: -830px;
    }

    46.7% {
        margin-left: -1660px;
    }

    61.2% {
        margin-left: -1660px;
    }
	
    68.7% {
        margin-left: -2490px;
    }

    95.2% {
        margin-left: -2490px;
    }


    100% {
        margin-left: 0;
    }
}


/*轮播代码 结束*/



.row_block{
	width:100%;
	height:335px;
}

.bg_img01{
	width:50%;
	height:100%;
	background-image:url(../../img/home/pt02.png);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.bg_img02{
	width:50%;
	height:100%;
	background-image:url(../../img/home/pt03.png);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.add_biaoqian{
	width:16%;
}

.add_biaoqian img{
	width:100%;
}

.shurubox{
	width:70%;
	margin:15px auto;
}

.sr_name{
	width:100%;
}

.sr_input,.sr_button{
	width:96%;
	padding:0 2%;
	height:45px;
	line-height:45px;
	border-radius:8px;
	border:1px #fff solid;
}

.modebox_jz{
	width:1400px;
	margin:3% auto 0;
	height:auto;
}

.text-upper {
	font-size: 3rem;
	letter-spacing: normal;
	line-height: 1.21;
	text-transform: uppercase !important;
	color: #fff !important;
	padding-top: 10vh;
	z-index: 2;
	height: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.modebox{
	width:100%;
	margin:0 auto;
	height:auto;
}

.mb_title{
	width:100%;
	line-height:30px;
}

.mb_title img{
	width:100%;
}

.mb_content{
	width: 100%;
	height: 40vh;
}

.mb3_1{
	width:33%;
	height:auto;
}

.mb5_1{
	width:20%;
}


.mb5_1 img{
	width:100%;
}

.mb5_4{
	width:77%;
}

.mb3_2{
	width:65%;
	height:auto;
}

.mb7_2{
	width:28%;
}

.mb7_5{
	width:70%;
}

.mb_img{
	width:100%;
	height:277px;
	overflow:hidden;
}

.mb_img img{
	width:105%;
}

.mb2_1{
	width:48.5%;
	height:auto;
}
.mb4_1{
	width:23.5%;
	height:auto;
}



.mb2_1 img{
	width:105%;
}

table{
	width:100%;
	line-height:40px;
	border-left:1px #ccc solid;
	border-top:1px #ccc solid;
	text-align:center!important;
}

table tr th,table tr td{
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

.mb5_2{
	width:40%;
}

.mb5_3{
	width:60%;
}

.mb5_3 img{
	width:100%;
	height:100%;
}

.icon{
	width:22px;
}

.icon img{
	width:100%;
}

.title_icon{
	width:36px; 
	height:36px;
	background-image:url(../../img/home/pt01.png);
	background-size:100% 100%;
	line-height:40px;
	margin-top:-6px;
}

.add_bg_contact{
	width:100%;
	height:auto;
	padding:1% 0;
	background-image:url(../../img/home/pt12.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
}

.add_img{
	width:90%;
	padding:3% 5%;
}

.add_img img{
	width:100%;
}

.yzm_box{
	width:60px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	background-color:#ddd;
}

.add_click_button{
	height:60px;
	line-height:60px;
}


@media (max-width:1500px){
	.modebox_jz{
	width:1000px;
		margin:3% auto 0;
		height:auto;
	}
	
	.bannerbox2{
	height:250px;
	}
	
	.shurubox {
    width: 90%;
	}
		
	.sr_input,.sr_button{
		height:45px;
		line-height:45px;
	}
	
	.add_click_button{
		height:50px;
		line-height:50px;
		margin-top:10px!important;
	}
	
	
	/*轮播代码 开始*/
	.mb_content {
		margin-bottom:3%;
		height: 40vh;
	}

	.slide {
		height: 40vh;
		position: relative;
		margin: auto;
		width: 525px;
		text-align: left;
		overflow: hidden;
		/*background: rgba(250,250,250,1);*/
	}

	.slide ul {
		margin: 5px 0;
		padding: 0;
		width: 9999px;
		transition: all 0.5s;
	}

	/*//自动播放*/
	.slide .slide-auto {
		animation: marginLeft 10.5s infinite;
	}

	.slide li {
		float: left;
		width: 525px;
		list-style: none;
		/*line-height: 200px;*/
		/*font-size: 36px;*/
	}

	.slide li:nth-child(1) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(2) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(3) {
		background:rgba(0,0,0,0);
	}

	/*.slide li:nth-child(4) {*/
		/*background:rgba(0,0,0,0);*/
	/*}*/

	.slide input[name="sildeInput"] {
		display: none;
	}

	.slide label[for^="sildeInput"] {
		position: absolute;
		top: 270px;
		width: 20px;
		height: 20px;
		/*margin: 0 10px;*/
		line-height: 20px;
		color: #FFF;
		background: rgba(9,118,218,0.95);
		cursor: pointer;
		border-radius: 50%;
		text-align: center;
	}

	.slide label[for="sildeInput1"] {
		left: 0;
	}

	.slide label[for="sildeInput2"] {
		left: 30px;
	}

	.slide label[for="sildeInput3"] {
		left: 60px;
	}

	#sildeInput1:checked~ul {
		margin-left: 0;
	}

	#sildeInput2:checked~ul {
		margin-left: -525px;
	}

	#sildeInput3:checked~ul {
		margin-left: -1050px;
	}

	#sildeInput1:checked~label[for="sildeInput1"] {
		color: #000;
		background: #4fdbff;
	}

	#sildeInput2:checked~label[for="sildeInput2"] {
		color: #000;
		background: #4fdbff;
	}

	#sildeInput3:checked~label[for="sildeInput3"] {
		color: #000;
		background: #4fdbff;
	}

	#sildeInput1:checked~ul {
		margin-left: 0;
	}

	#sildeInput2:checked~ul {
		margin-left: -525px;
	}

	#sildeInput3:checked~ul {
		margin-left: -1050px;
	}

	#sildeInput1:checked~label[for="sildeInput1"] {
		color: #000;
		background: #4fdbff;
	}

	#sildeInput2:checked~label[for="sildeInput2"] {
		color: #000;
		background: #4fdbff;
	}

	#sildeInput3:checked~label[for="sildeInput3"] {
		color: #000;
		background: #4fdbff;
	}

	@keyframes marginLeft {
		0% {
			margin-left: 0;
		}

		18.5% {
			margin-left: 0;
		}

		23.3% {
			margin-left: -525px;
		}

		42% {
			margin-left: -525px;
		}

		46.7% {
			margin-left: -1050px;
		}

		61.2% {
			margin-left: -1050px;
		}
		
		68.7% {
			margin-left: -1575px;
		}

		95.2% {
			margin-left: -1575px;
		}


		100% {
			margin-left: 0;
		}
	}


	/*轮播代码 结束*/
	
	.add_pd_left5{
	padding:1.5px 5%;
	font-size:12px;
	}
	
	.icon {
    width: 20px;
	}
	
	.mb_img{
		width:100%;
		height:228px;
		overflow:hidden;
}

}
	
	
@media (max-width:1000px){
	.modebox_jz{
	width:600px;
		margin:3% auto 0;
		height:auto;
	}
	
	
	.bannerbox2{
	height:150px;
	background-image:none;
	}
	
	.shurubox {
    width: 70%;
	}
	
	.mb3_2{
		width:100%;
	}
	
	.mb3_1{
		width:100%;
	}
	
	.mb5_1{
		width:100%;
	}
	
	.mb5_4{
		width:100%;
	}
		
	.sr_input,.sr_button{
		height:45px;
		line-height:45px;
	}
	
	.add_click_button{
		height:50px;
		line-height:50px;
		margin-top:10px!important;
	}
	
	
	/*轮播代码 开始*/


	.slide {
		height: 40vh;
		position: relative;
		margin: auto;
		width: 450px;
		text-align: left;
		overflow: hidden;
		/*background: rgba(250,250,250,1);*/
	}

	.slide ul {
		margin: 5px 0;
		padding: 0;
		width: 9999px;
		transition: all 0.1s;
	}

	/*//自动播放*/
	.slide .slide-auto {
		animation: marginLeft 10.5s infinite;
	}

	.slide li {
		float: left;
		width: 450px;
		list-style: none;
	}

	.slide li:nth-child(1) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(2) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(3) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(4) {
		background:rgba(0,0,0,0);
	}

	@keyframes marginLeft {
		0% {
			margin-left: 0;
		}

		18.5% {
			margin-left: 0;
		}

		23.3% {
			margin-left: -450px;
		}

		42% {
			margin-left: -450px;
		}

		46.7% {
			margin-left: -900px;
		}

		61.2% {
			margin-left: -900px;
		}
		
		68.7% {
			margin-left: -1350px;
		}

		95.2% {
			margin-left: -1350px;
		}


		100% {
			margin-left: 0;
		}
	}


	/*轮播代码 结束*/
	
	.add_pd_left5{
	padding:10px 5%;
	}
	
	.icon {
    width: 20px;
	}
	
	.mb_content {
		margin-bottom:3%;
		height: 40vh;
	}
	
	.top_nav ul{
		float:left!important;
	}
	
	.add_denglu{
		margin-top:100px!important;
	}
	
	.bannerbox1 .add_ab_bottomleft,.bannerbox2 .add_ab_bottomleft {
    top:10px;
	left:70%;
	width:120px!important;
	font-size:14px!important;
	height:40px!important;
	line-height:40px!important;
	z-index:999!important;
	}
	
	.top_nav ul{
	float:none!important;
	width:100%!important;
	overflow-x:auto;
	white-space:nowrap;
	display:flex;
	}
	.top_nav {
    min-height: 60px;
	}
	
	.tp_li {
    padding: 0 15px;
    line-height: 60px!important;
	}
}
	
	
@media (max-width:600px){
	.modebox_jz{
	width:350px;
		margin:3% auto 0;
		height:auto;
	}
	
	.bannerbox2{
	height:100px;
	padding-top:10px;
	}
	
	.shurubox {
    width: 70%;
	}
	
	.mb3_2{
		width:100%;
	}
	
	.mb3_1{
		width:100%;
	}
	
	.mb_content .mb2_1{
		width:100%;
		height: 30vh;
	}

	.mb_content .mb4_1{
		width:100%;
		height: 30vh;
	}

	.sr_input,.sr_button{
		height:45px;
		line-height:45px;
	}
	
	.add_click_button{
		height:50px;
		line-height:50px;
		margin-top:10px!important;
	}
	
	
	/*轮播代码 开始*/


	.slide {
		position: relative;
		margin: auto;
		width: 200px;
		height: 30vh;
		text-align: left;
		overflow: hidden;
		/*background: rgba(250,250,250,1);*/
	}

	.slide ul {
		margin: 5px 0;
		padding: 0;
		width: 9999px;
		transition: all 0.1s;
	}

	/*//自动播放*/
	.slide .slide-auto {
		animation: marginLeft 10.5s infinite;
	}

	.slide li {
		float: left;
		width: 200px;
		list-style: none;
	}

	.slide li:nth-child(1) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(2) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(3) {
		background:rgba(0,0,0,0);
	}

	.slide li:nth-child(4) {
		background:rgba(0,0,0,0);
	}

	@keyframes marginLeft {
		0% {
			margin-left: 0;
		}

		18.5% {
			margin-left: 0;
		}

		23.3% {
			margin-left: -200px;
		}

		42% {
			margin-left: -200px;
		}

		46.7% {
			margin-left: -400px;
		}

		61.2% {
			margin-left: -400px;
		}
		
		68.7% {
			margin-left: -600px;
		}

		95.2% {
			margin-left: -600px;
		}


		100% {
			margin-left: 0;
		}
	}


	/*轮播代码 结束*/
	
	.add_pd_left5{
	padding:10px 5%;
	}
	
	.icon {
    width: 20px;
	}
	
	.mb_content {
		margin-bottom:3%;
		height: 40vh;
	}
	
	.top_nav ul{
		float:none!important;
		width:100%!important;
		overflow-x:auto;
		white-space:nowrap;
		display:flex;
	}
	
	.add_denglu{
		margin-top:100px!important;
	}
	
	.bannerbox1 .add_ab_bottomleft {
    top:10px;
	left:70%;
	width:120px!important;
	font-size:14px!important;
	height:40px!important;
	line-height:40px!important;
	z-index:999!important;
	}
	
	.top_nav {
    min-height: 50px;
	}
	
	.tp_li {
    padding: 0 10px;
	line-height:50px!important;
	font-size:15px!important;
	float:left!important;
	}
	
	.top_nav .add_margin_left{
		width:220px!important;
	}


}
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
