.zong{
	background: url(../images/banner.jpg)no-repeat top center;
	position: relative;
	background-size:cover;
}
.daohang{
    /* margin: 2rem 6rem; */
    color: #fff;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    padding-top: 10px;
}
.daohang span {
    margin: 0.5rem 0.09rem;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    color: #000;
}

.bannerzt1{
	margin-top: 40px;
	padding: 3rem 3rem;
}
.bannerzt1 .biaoti{
	/* margin: 2rem 6rem; */
	color: #F37934;
	text-align: center;
}
.bannerzt1 .biaoti span{
	margin: 0 1rem;
	font-size: 18px;
	display: block;
	color: #F37934;
}
.bannerzt1 .btnr{
	background-size: cover;
	background: url(../images/bl1.png) no-repeat top center;
}
.bannerzt1 .biaoti h3 a{
	color: #000;
	font-weight: bold;
	font-size: 48px;
}
.bannerzt1 .biaoti .btp{
	color: #D14841;
	display: inline-block;
	margin: 1rem auto;
	font-size: 26px;
}
.bannerzt1 .biaoti .ggjk{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../images/bbj.jpg) no-repeat top center;
    /* margin-top: 20px; */
    padding: 15px 0;
    width: 65%;
    margin: 20px auto;
}
.bannerzt1 .biaoti .ggjk p{
	font-size: 16px;
	color: #000;
	border-right: 1px solid #333;
	padding-right: 18px;
}
.bannerzt1 .biaoti .ggjk p:last-child{
	border: none;
}
.bannerzt1 .biaoti .ggjk img{
	width: 68px;
}
.wrap{
	background-color: inherit;
}

.chuban{
	background: url(../images/chuban.jpg) no-repeat top center;
	background-size: cover;
}


.fxx{
	background: #21160E;
	padding: 30px 0;
}
.fxx .nav_box{
	box-shadow: none;
	background: none;
	padding-top: 30px;
}
h2.tith2{
	text-align: center;
	font-size: 28px;
}
.bai{
	color: #fff;
}
h2.tith2 span{
	color: #F37934;
}
.tithp {
	text-align: center;
	margin: 10px auto;
}
.fxx .nav_box a{
	color: #fff;
}

.xuanze{
	padding: 50px 10px;
}
.xuanze ul{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 30px;
}
.xuanze ul li{
 	width: 20%;
    background: url(../images/xz.png) no-repeat top center;
    background-size: cover;
    padding: 20px;
    margin: 10px 40px;
    text-align: center;
    height: 170px;
}
.liucheng{
	background: url(../images/lcbj.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 50px 0;
}
.liucheng .top{
	background: url(../images/lc1.png) no-repeat top center;
    background-size: 100%;
    margin: 20px 100px;
    height: 150px;
}
.liucheng .bom{
	background: url(../images/lc2.png) no-repeat top center;
    background-size: contain;
    background-size: 100%;
    margin: 20px 100px;
    margin-bottom: 50px;
    
}
.liucheng ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 30px;
}
.liucheng ul li{
	text-align: center;
	margin-right: 50px;
	width: 27%;
}
.liucheng ul li:last-child{
	margin-right: 0px;
}
.liucheng ul li img{
	margin-top: 20px;
    margin-bottom: 50px;
    width: 32%;
    height: 50px;
}
.liucheng ul.bom li{
	margin-top: 50px;
}
/*案例*/
.anli{
	padding: 50px 0;
}
.sub_qktit {
	height:40px;
	line-height:40px;
	font-size:20px;
	padding: 0px 50px;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	}
.sub_qktit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width: 120px;
	border: 1px solid #666; 
	border-radius: 30px;
	}
.sub_qktit span a { display: block; color: #666;}
.sub_qktit .act{ background: #000;}
.sub_qktit .act a { color:#fff;}
.qksub{ margin-bottom:10px;}
.qklist{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.qklist:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qklist li{
	margin: 10px 10px;
    width: calc(33% - 20px);
	padding: 5px 5px;
	background: #fff;
	position: relative;
	}
.qklist li img{
	width: 100%;
	height: 260px;
	}
.qurw{
	text-align: center;
	margin: 0 auto;
}
.zixun{
	display: block;
    background: #ff8e13;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
}
 /*热门问题*/
.module2-left li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #FCFAF0;
    margin-bottom: 10px;
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.module2-left li b{
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    border-radius: 50%;
    color: #FFF;
    background: linear-gradient(180deg, #E94F50, #E72724);
    float: left;
}
.module2-left li p{
	margin-left: 13px;
}
.module2-left{
	margin: 20px 10px;
}
.module2-left li a{
	display: flex;
	    align-items: center;
}
.chbsh{
	width: 100%;
	padding: 50px 0;
}
#cbs{
	margin: 30px 10px;
}
.chbsh img {
    display: block;
    width: 100%;
}



/*适配移动*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.bannerzt1{
		padding: 3rem 1rem;
	}
	.bannerzt1 .biaoti .ggjk{
		width: 100%;
    	margin: 10px auto;
	}
	.bannerzt1 .biaoti span {
    	margin: 0 0.5rem;
    }
    .bannerzt1 .biaoti .ggjk p {
	    font-size: 12px;
	    color: #000;
	    border-right: 1px solid #333;
	    padding-right: 5px;
	}
	.nav_b{
		padding-bottom: 30px;
	}
	.sub_qktit {
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	    padding: 0px 50px;
	    display: flex;
	    justify-content: space-around;
	    margin-top: 30px;
	}
	.sub_qktit span {
	    display: inline-block;
	    text-align: center;
	    cursor: pointer;
	    width: 120px;
	    border: 1px solid #666;
	    border-radius: 30px;
	    margin-right: 5px;
	}
	.qklist li {
	    margin: 0px;
	    width: 33%;
	    padding: 5px;
	    background: #fff;
	    position: relative;
	}
	.qklist li img {
	    width: 100%;
	    height: 105px;
	}
	.liucheng .top {
	    background: url(../images/lc1.png) no-repeat top center;
	    background-size: 100%;
	    margin: 20px 30px;
	    /* height: 150px; */
	}
	.liucheng ul {
	    display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	    padding-top: 30px;
	}
	.liucheng ul li {
	    text-align: center;
	    margin-right: 34px;
	    width: 24%;
	}
	.liucheng ul li img {
	    margin-top: 0px;
	    margin-bottom: 30px;
	    width: 32%;
	    height: auto;
	}
	.liucheng ul {
	    display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	    padding-top: 30px;
	}
	.liucheng ul.bom li {
	    margin-top: 28px;
	}
	.liucheng .bom{
		    margin: 0px 30px;
	}
	.liucheng .top{height: auto;}
	.nav_box ul li img{height: 90px;}
	.xuanze ul li {
	    width: 30%;
	    background: url(../images/xz.png) no-repeat top center;
	    background-size: cover;
	    padding: 5px;
	    margin: 0px 5px;
	    text-align: center;
	    height: 155px;
	}
	.xuanze ul{padding-bottom: 30px;}
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.zhuanzhu p{
		padding: 20px 10px 0px 70px;
	}
}

