@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	height: 100%;
	line-height: 22px;
	width: 100%;
	background: #eeeeee;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
	outline: none
}

ul {
	list-style: none
}



.lf {
	float: left
}

.rg {
	float: right
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: 100px;
	transition: all .3s;
	box-shadow: 1px 1px 5px rgb(136 136 136 / 10%);

}

.logo {
	width: 15%;
    margin-left: 13.2%;
    margin-top: 13px;
	transition: all .3s
}

.logo a {
	display: block;
	position: relative;
	overflow: hidden
}

.logo img {
	width: 100%;
	position: relative;
	z-index: 100
}

.logo .p1 {
	
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 80%;
}

.nav {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}


.nav ul{
    float: right;
    text-align: center;
}

.nav ul li {
	float: left;
/*	height: 100px;*/
/*	background: url(../images/1_02.jpg) right center no-repeat;*/
	transition: all .3s
}

.nav ul li .a1,.nav ul li .sousu {
	line-height: 100px;
	display: block;
	text-align: center;
	color: #000;
	transition: all .3s
}

.nav ul li:hover .a1 {
	color: #8cbf2c;
	transition: all .3s;
    background: #fff;
}

.on{
	color: #fff !important;
    background: #8cbf2c;
}

.nav ul li:hover .on{
	color: #fff !important;
    background: #8cbf2c;
}


.nav ul li .div1 {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	left: 0px;
	position: absolute;
	top: 101px;
	z-index: 100;
    padding: 30px 0;
}


.nav ul li .div1 .p1 .xiala_wz{
    
    width: 15%;
    float: left;
    text-align: left;
    padding-top: 15px;
}

.nav ul li .div1 .p1 .xiala_wz li{
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
}

.nav ul li .div1 .p1 .xiala_wz li a{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    width: 100%;
    height: 30px;
    display: block;
    transition: all .5s;
    padding-left: 30px;
}


.nav ul li .div1 .p1 .xiala_wz li a i{
    margin-left: 10px;

}


.nav ul li .div1 .p1 .xiala_wz li a:hover{
    color:#8cbf2c ;
}

.nav ul li .div1 .p1 .xiala_img{
    width: 85%;
    float: right;
    text-align: right;
}

.nav ul li .div1 .p1 .xiala_img li{
    width: 25%;
    margin:0 15px;
    float: right;
}

.width_40{
	width: 40% !important;
}

.width_30{
	width: 30% !important;
}

.width_70{
	width: 70% !important;
}

.width_50{
	width: 50% !important;
}

.nav ul li .div1 .p1 .xiala_img li a {
    width: 100%;
}

.nav ul li .div1 .p1 .xiala_img li a img{
    width: 100%;
    height: auto;
}

.nav ul li .div1 .p1 .xiala_img li a img:hover{
    box-shadow: 0 14px 29px 0 rgba(12,12,12,0.08);
}



.nav ul li .mad3 .p1 .pad {
	margin-left: 30%
}

.nav ul li .mad4 .p1 .pad {
	margin-left: 44%
}

.nav ul li .mad5 .p1 .pad {
	margin-left: 45%
}

.nav ul li .mad6 .p1 {
	text-align: right
}

.a_txt {
	display: none
}


/*大于1440的屏幕*/
@media (min-width:1600px){

    .logo {
        width: 15%;
        margin-left: 10%;
        margin-top: 13px;
        transition: all .3s
    }

    .nav {
        width: 65%;
        margin-right: 10%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .nav ul li .a1 {
        font-size: 18px;
        padding: 0 30px;
    }

    .nav ul li .yuyan{
    	padding-left: 28px;
    	line-height: 100px;
    display: block;
    text-align: center;
    color: #000;
    transition: all .3s;

    }
    .nav ul li .yuyan i{
    	 font-size: 22px;
        font-weight: 500;
        color: #666;
    }

    .nav ul li .sousu{
        background: url(../images/1_02.jpg) left center no-repeat;
        padding-left: 28px;
    }

    .nav ul li .sousu i{
        font-size: 20px;
        font-weight: 600;
        color: #666;
    }
    .nav ul li .sousu i:hover,.nav ul li .yuyan i:hover{
        color: #8cbf2c;
    }

    .nav ul li .div1 .p1 {
        width: 74.3%;
        margin-left: 13.2%;
        margin-right: 12.5%;
        height: 65px;
        line-height: 65px
    }

    .moblie_head{
    	display: none;
    }
}



/*小于1600大于1400稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1400px) {
	
    .logo {
        width: 16%;
        margin-left: 7%;
        margin-top: 16px;
        transition: all .3s
    }

    .nav {
        width: 68%;
        margin-right: 7%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .nav ul li .a1 {
        font-size: 16px;
        padding: 0 30px;
    }

    .nav ul li .yuyan{
    	padding-left: 28px;
    	line-height: 100px;
    display: block;
    text-align: center;
    color: #000;
    transition: all .3s;

    }
    .nav ul li .yuyan i{
    	 font-size: 22px;
        font-weight: 500;
        color: #666;
    }

    .nav ul li .sousu{
        background: url(../images/1_02.jpg) left center no-repeat;
        padding-left: 28px;
    }

    .nav ul li .sousu i{
        font-size: 20px;
        font-weight: 600;
        color: #666;
    }
    .nav ul li .sousu i:hover,.nav ul li .yuyan i:hover{
        color: #8cbf2c;
    }


    .nav ul li .div1 .p1 {
        width: 83%;
        margin-left: 7%;
        margin-right: 10%;
        height: 65px;
        line-height: 65px
    }

	.nav ul li .div1 .p1 a {
		font-size: 14px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.moblie_head{
    	display: none;
    }

}


@media screen and (max-width: 1400px) and (min-width:1080px) {
    
    .logo {
        width: 18%;
        margin-left: 4%;
        margin-top:18px;
        transition: all .3s
    }

    .nav {
        width: 74%;
        margin-right: 4%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .nav ul li .a1 {
        font-size: 16px;
        padding: 0 20px;
    }
    .nav ul li .yuyan{
    	padding-left: 25px;
    	line-height: 100px;
    display: block;
    text-align: center;
    color: #000;
    transition: all .3s;

    }
    .nav ul li .yuyan i{
    	 font-size: 22px;
        font-weight: 500;
        color: #666;
    }

    .nav ul li .sousu{
        background: url(../images/1_02.jpg) left center no-repeat;
        padding-left: 25px;
    }

    .nav ul li .sousu i{
        font-size: 20px;
        font-weight: 600;
        color: #666;
    }
    .nav ul li .sousu i:hover,.nav ul li .yuyan i:hover{
        color: #8cbf2c;
    }

    .nav ul li .div1 .p1 {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        height: 65px;
        line-height: 65px
    }

    .nav ul li .div1 .p1 a {
        font-size: 14px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .moblie_head{
    	display: none;
    }

}


/*移动端导航*/
@media screen and (max-width: 1080px) and (min-width: 0px) {

	.daohang{
		width: 100%;
		height: 81px;
	}

	.head {
		display: none
	}

	.moblie_head {
		display: block;
		height: 80px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd
	}

	.moblie_head .lf {
		padding-top: 15px;
		padding-left: 5%
	}

	.moblie_head .lf img {
		height: 50px
	}

	.moblie_head .rg {
		padding-right: 5%;
		padding-top: 29px
	}

	.moblie_head .rg a img {
		height: 22px;
		vertical-align: top
	}

	.a_txt {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.a_txt .div1 {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.a_txt .div2 {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.a_txt .div3 {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%
	}

	.a_txt .div3 ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.a_txt .div3 ul li {
		border-bottom: 1px solid #232530
	}

	.a_txt .div3 ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.a_txt .div3 ul li .a_js2 {
		background: url(../images/plus.png) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.a_txt .div3 ul li .a_js2_on {
		background: url(../images/reduce.jpg) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.a_txt .div3 ul li .a_txt2 {
		display: none
	}

	.a_txt .div3 ul li .a_txt2 a {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}


@media(min-width:1080px){
	.daohang{
		width: 100%;
		height: 100px;
	}
}