@charset "UTF-8";

/* @index */
body{
}

.banner{
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/special/bannerpage.jpg)no-repeat;
	position: relative;
}

.qyzt_container{
	overflow: hidden;
}

.qyzt_container .qyzt-head{
	background: url(../images/ppbg1.png)no-repeat;
	margin: 0 auto;
	max-width: 1920px;
	height: 630px;
}
.qyzt_container .qyzt-head-con{
	width: 1300px;
	margin: 0 auto;
}
.qyzt_container .qyzt-head-lf{
	float: left;
	position: relative;
}
.qyzt_container .qyzt-head-lf .bg{
	position: absolute;
	width: 472px;
	height: 448px;
	top: 113px;
	left: 60px;
}
.qyzt_container .qyzt-head-rt{
	float: right;
}
.qyzt_container .qyzt-head-img{
	float: right;
	position: absolute;
	top: 160px;
	left: 160px;
	width: 500px;
	height: 355px;
	overflow: hidden;
}
.qyzt_container .qyzt-head-img img{
	width: 500px;
	height: 355px;
}
.qyzt_container .qyzt-head-rt .qyzt-logo{
	width: 220px;
}
.qyzt_container .qyzt-head-rt h1{
	font-size: 40px;
	font-weight: bold;
}
.qyzt_container .qyzt-head-rt p{
	width: 560px;
	height: 90px;
	text-indent: 2em;
	font-size: 16px;
	margin-top: 20px
}
.qyzt_container .qyzt-head-main{
	margin-top: 160px;
}
.qyzt_container .qyzt-head-main ul{
	background-color: #e9e9e9;
	width: 560px;
	height: 110px;
	overflow: hidden;
}
.qyzt_container .qyzt-head-main ul li{
	text-align: center;
	display: inline-block;
	width:136px;
	font-size: 18px;
	color: #843534;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.qyzt_container .qyzt-head-main ul li:not(:first-child){
	border-left: #cacaca solid 1px;
}

.qyzt_yx{
	height: 500px;
	background: url(../images/special/bg_8.jpg);
	overflow: hidden;
}

.qyzt_yx .qyzt_yx_con{
	width: 1280px;
	margin: 0 auto;
	margin-top: 40px;
}
.qyzt_yx .qyzt_yx_con .qyzt_yx_box{
	width: 296px;
	display: inline-block;
	vertical-align: top; 
	margin-left: 10px;
	margin-right: 10px;
}
.qyzt_yx .qyzt_yx_con .qyzt_yx_box h3{
	text-align: center;
	font-size: 28px;
}
.qyzt_yx .qyzt_yx_con .qyzt_yx_box p{
	font-size: 13px;
	color: #969696;
}
.qyzt_yx .qyzt_yx_con .qyzt_yx_box .qyzt_yx_img{
	border: #E4B9C0 1px solid;
	width: 250px;
	height: 250px;
	margin-top: 20px;
	margin-left: 17px;
	margin-bottom: 40px;
}
.qyzt_yx .qyzt_yx_con .qyzt_yx_box .qyzt_yx_img img{
	width: 250px;
	height: 250px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	border: #E4B9C0 1px solid;
}

.qyzt_case{
	margin-top: 100px;
}
.qyzt_case .qyzt_case_title{
	width: 354px;
	height: 54px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}
.qyzt_case .qyzt_case_title h2{
	font-size: 36px;
	font-weight: bold;
}
.qyzt_case .qyzt_case_title span{
	color: #969696;
	font-size: 14px;
}
.qyzt_case .tab-list{
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
}
.qyzt_case .tab-list li{
	display: inline-block;
	text-align: center;
	flex: 1;
	margin-left: 40px;
	margin-right: 40px;
}
.qyzt_case .tab-list .cur h2{
	background-color: #d6d6d6;
	font-weight: bold;
}
.qyzt_case .tab-list li h2{
	font-size: 18px;
	color: #666666;
	width: 180px;
	line-height: 40px;
	border-radius: 5px;
	margin: 0 auto;
}
.qyzt_case .case-box{
	display: none;
}
.qyzt_case .on{
	display: block;
}
.qyzt_case .case-box ul{
	width: 1280px;
	margin: 0 auto;
	margin-top: 40px;
}
.qyzt_case .case-box ul li{
	display: inline-block;
	width: 296px;
	border: #d0d0d0 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
	background-color: #fafafa;
	transition: all .5s;
}
.qyzt_case .case-box ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.qyzt_case .case-box ul li a{
	color: #642828;
}
.qyzt_case .case-box ul li img{
	width: 100%;
	height: 177px;
}
.qyzt_case .case-box ul li h3{
	text-align: center;
}

.qyzt_case .case_more{
	width: 140px;
	margin: 0 auto;
	text-align: center;
	border: #E4B9C0 2px solid;
}
.qyzt_case .case_more:hover{
	background-color:#666666;
	border: #666666 2px solid;
}
.qyzt_case .case_more a{
	width: 100%;
	height: 100%;
	color: #666666;
}
.qyzt_case .case_more:hover a{
	color: #FFFFFF;
}
.qyzt_case .case_more span{
	font-size: 14px;
	line-height: 30px;
	
}

.qyzt_zixun{
	margin-top: 25px;
	overflow: hidden;
}
.qyzt_zixun .qyzt_zixun_title{
	width: 230px;
	height: 40px;
	background-size:100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}
.qyzt_zixun .qyzt_zixun_title h2{
	font-size: 30px;
	font-weight: bold;
}
.zixun-box{
	width: 1280px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

.zixun-box .zixun-box-lf{
	width: 600px;
	height: 380px;
	float: left;
}
.zixun-box .zixun-box-lf .zixun-lf-list{
	margin-bottom: 20px;
	height: 110px;
}
.zixun-box .zixun-box-lf .zixun-lf-img{
	width: 190px;
	height: 110px;
	float: left;
	overflow: hidden;
}
.zixun-box .zixun-box-lf .zixun-lf-img img{
	height: 100%;
}
.zixun-box .zixun-box-lf .zixun-lf-text{
	float: right;
	width: 380px;
	height: 110px;
}
.zixun-box .zixun-box-lf .zixun-lf-text h4{
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #642828;
	line-height: 30px;
	margin: 0;
}
.zixun-box .zixun-box-lf .zixun-lf-text span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 8px 0 11px;
	color: #9d9d9d;
	font-size: 13px;
}
.zixun-box .zixun-box-lf .zixun-lf-text p{
	color: #9d9d9d;
	font-size: 13px;
	line-height: 18px;
	margin-top: 6px;
	height: 54px;
	overflow: hidden;
}
.zixun-box .zixun-box-rt{
	width: 600px;
	height: 380px;
	float: right;
}
.zixun-box .zixun-box-rt ul{
	
}
.zixun-box .zixun-box-rt li{
	height: 64px;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}
.zixun-box .zixun-box-rt li h4{
	width: 460px;
	font-size: 17px;
	color: #642828;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #642828;
	line-height: 60px;
	margin: 0;
	overflow: hidden;
}
.zixun-box .zixun-box-rt li span{
	float: right;
	font-size: 16px;
	color: #9d9d9d;
	line-height: 60px;
}
