
.container{
    width: 100% !important;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #f3f6fb;
    min-height: 499px;
}
.select_nav{
    width: 80%;
    min-height: 30px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0px;

}

.tjcp{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.tjcptitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
/*    text-align: end;*/
}
.tjcplist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.tjcplist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.tjcplist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}
.fwfl{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.fwfltitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
/*	text-align: end;*/
}
.fllist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.fllist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.fllist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}


.pzlx{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.pzlxtitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
/*	text-align: end;*/
}
.pzlxlist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.pzlxlist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.pzlxlist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}

.contentlist{
	background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 80%;
    margin-left: auto;
	margin-right: auto;
	padding: 20px;
	box-sizing: border-box;
}
.nybxjs{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #999999;
	    height: 44px;
    line-height: 44px;
}
.zndgsearch{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}
.zndgsearch input{
    width: 24rem;
    height: 4rem;
    line-height: 4rem\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 0px;
    border-color: #d0d0d0;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 1rem;
}
.zndgsearch button{
    width: 8rem;
    height: 4rem;
    border-radius: 0px;
}
.nybxlists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.nybxlists li{
    width: 100%;
    box-shadow: 1px 4px 6px rgba(33, 22, 19, 0.3);
	margin-bottom: 19px;
	display: flex;
}
.nybxlists li div.img1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 90%;
}
.nybxcontent{
	width: 100%;
	display: flex;
}
.nybximg{
	width: 200px;
	height: 150px;
	transition: all 0.8s;
	padding: 10px;
    box-sizing: border-box;

}
.nybximg:hover{
	transform: scale(1.1);
}
.nybxtitle{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 700;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nybxcontents{
    box-sizing: border-box;
    width: 80%;
    padding: 0 0 0 20px;
}
.nybxdet{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.nybxdet-list{
	width: 33%;
	height: 30px;
	line-height: 30px;
}
.red{
	color: red;
	font-size: 20px;
	font-weight: 600;
}
.nybxdet-list{
	display: flex;
}
.nybxdet-list p{
	line-height: 30px;
}
.bxzxcontent{
	line-height: 80px;
	text-align: center;
}
.bxzxbtn{
	height: 40px;
    background: #FFF6E7;
    border: 1px solid #FFDDA4;
    color: #ff9f00;
    text-align: center;
    padding: 0px 10px 10px 10px;
    line-height: 40px;
    display: block;
    font-size: 1.5rem;
    border-radius: 4px;
    margin-top: 60px;
    cursor: pointer;
}
.bxzxbtn:hover{
	background: #ff9f00;
	color: #ffffff;
	cursor: pointer;
}
@media screen and (max-width: 1200px){
.select_nav{
	width: 100%;
	font-size: 1rem;
	padding: 0px;
}
.contentlist{
	    background-color: #fff;
    border: 1px solid #dddddd;
    /* margin-bottom: 18px; */
    /* margin-top: 10px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
}
.lists li a img{
	    width: 100%;
    height: 16rem;
}
.lists .fuwu_box2_li_con h3{
	    font-size: 1.5rem;
    color: #05ba58;
    line-height: 1.5rem;
}
.lists .fuwu_box2_li_con h2 a{
	font-size: 1.5rem;
}
.lists .fuwu_box2_li_con p{
	font-size: 1rem;
}
.lists .fuwu_box2_li_con p b{
	width: 49%
}
.lists .fuwu_box2_li_con p img{
	    width: 15px;
    height: 15px;
    margin-top: 4px;
}
.lists .fuwu_box2_li_con{
	padding: 5px;
}
.shhfwem{
	font-size: 1rem;
	line-height: 1.5rem;
}
}
.dgprice{
	color: red;
}

.yyhdcontent{
    width: 100%;
}
.serachInputList{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.serachInputList input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
}
.submitBtn{
    background: #3997d6;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 6px 1em;
    margin-left: 0px;
/*    margin-top: 10px;*/
}
#imgcode{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 60%;
    padding: 0 14px;
}
.serachInputList img{
    width: 140px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}
.img1{
	color: #333333;
}
.img1:hover{
	color: #333333;
}
.index-banner-top {
    width: 100%;
    background: url(../images/zntgbanner.jpg) no-repeat center center;
    min-height: 300px;
    background-size:100% 100%;
}
@media only screen and (max-width: 1200px){

    .index-banner-top {
        width: 100%;
    background: url(../images/zntgbanner.jpg) no-repeat center center;
    min-height: 150px;
    background-size: 100% 100%;
    }


    .bxzxbtn{
    	height: 40px;
    background: #FFF6E7;
    border: 1px solid #FFDDA4;
    color: #ff9f00;
    text-align: center;
    padding: 0px 10px 10px 10px;
    line-height: 40px;
    display: block;
    font-size: 0.5rem;
    border-radius: 4px;
    margin-top: 60px;
    cursor: pointer;
    }
    .nybxdet-list{
    	font-size: 0.5rem;
    }
}

.cpxl{
    width: 100%;
    min-height: 200px;
    display: none;
}
.cpxlul{
    width: 100%;
    list-style-type: none;
    margin:0px;
    padding: 0px;
}
.cpxltitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
/*    text-align: end;*/
}
.cpxlul li{
    display: flex;
    justify-content: space-between;
}
.cpxllistul{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.cpxllistul li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.cpxllistul li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}