.proBox {
    margin: 40px auto;
}
.proBox .flBox {
    width:26%;
    background: #fdf6e4;
}

.proBox .flBox .title {
    background: #985015 url("../images/icon20.png") no-repeat left 14px center;
    background-size: 44px;
    color: #fff;
    padding: 24px 0 24px 70px;
}
.proBox .flBox .title h2 {
    font-size: 32px;
}
.proBox .flBox .title strong {
    font-size: 20px;
    font-weight: 500;
}

.proBox .flBox .ul1 {
    padding:15px 20px
}
.proBox .flBox .ul1 li {
    margin:10px 0;
}
.proBox .flBox .ul1 li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    padding: 0 20px 0 30px;
    border-radius: 4px;
    background: #f3c506 url("../images/icon18.png") no-repeat right 8px center;
    background-size: 20px;
    color: #464646;
}

.proBox .flBox .ul1 li.on a {
    color: #fff;
    background: #985015 url("../images/icon19.png") no-repeat right 8px center;
    background-size: 20px;
}
.proBox h3.titl {
    background: #985015 url("../images/icon16.png") no-repeat left 8px center;
    background-size: 33px;
    padding-left: 56px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}
.proBox .flBox ul.ul2 {
    padding: 10px 0;
}
.proBox .flBox ul.ul2 li {
    padding: 0 14px;
    border-bottom: 1px dashed #ede0bf;
}
.proBox .flBox ul.ul2 li a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.proBox .flBox .text {
    padding:15px
}

.proBox .flBox .text h4 {
    font-size:20px;
    color: #454545;
    margin: 8px 0;
}
.proBox .flBox .text p {
    font-size: 15px;
    line-height: 30px;
}

.proBox .frBox {
    width:72%;
}

.proBox .frBox .posi {
    padding: 8px 0 8px 30px;
    line-height: 30px;
    background:#fdf6e4 url("../images/icon21.png") no-repeat left 6px center;
    background-size: 24px;
    font-size: 15px;
    color: #777;
}
.proBox .frBox .posi  a {
    color: #777;
}

.proBox .frBox .ul1 li {
    width:33.33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.proBox .frBox .ul1 li p {
    line-height: 45px;
    font-size: 16px;
    background: #985015;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}


.page {
    margin-top: 30px;
    text-align: center;
}
.page li a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    border:1px solid #ddd;
    font-size: 15px;
}
.page li a.active {
    background:#985015;
    color:#fff;
    border-color:#985015
}
.proBox .frBox .dl dl {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 8px;
    overflow: hidden;
}
.proBox .frBox .dl a {
    display: block;
}
.proBox .frBox .dl dt {
    width:30%;
    display: table-cell;
    border-collapse: collapse;
    vertical-align: middle;
}
.proBox .frBox .dl dd {
    width: 70%;
    padding: 0 20px;
    box-sizing: border-box;
    display: table-cell;
    border-collapse: collapse;
    vertical-align: middle;
}
.proBox .frBox .dl dd h3 {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proBox .frBox .dl dd p {
    font-size: 14px;
    line-height: 28px;
    margin: 8px 0 12px;
    text-overflow:ellipsis;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.proBox .frBox .dl dd span {
    display: block;
    width: 120px;
    line-height: 36px;
    background: #eaeaea;
    color: #333;
    text-align: center;
    float: right;
    border-radius: 4px;
}
.proBox .frBox .dl dl:hover dd span {
    background: #985015;
    color: #fff;
 }

.proBox .frBox .title1 {
    background: #fafafa;
    padding: 20px 0;
    text-align: center;
    margin-top:20px
}
.proBox .frBox .title1 h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.proBox .frBox .title1 p {
    color: #999;
    padding-top: 10px;
    border-top: 1px solid #fdf6e4;
}

.proBox .frBox .title1 a {
    color:#999
}

.proBox .frBox .showText{
    padding :15px 6%;
    font-size: 16px;
    line-height: 30px;
}
.proBox .frBox .showText img {
    width: auto !important;
    max-width:100% !important;
    display: block;
    margin: 0 auto;
}

.proBox .frBox .fy li {
    border-bottom: 1px dashed #eaeaea;
    line-height: 40px;
    color: #666;
}
.proBox .frBox .fy li a {
    color: #666;
}

.proBox .frBox .ul3 li {
    width: 25%;
    float: left;
    padding: 15px 15px 30px;
    box-sizing: border-box;
}
.proBox .frBox .ul3 li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #985015;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.proBox .frBox .ul3 li a p {
    font-size: 15px;
    line-height:40px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

.proBox .frBox .ul4 li {
    width: 50%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}

.proBox .frBox .ul4 li a {
    position: relative;
    line-height: 38px;
    border-bottom: 1px dashed #eaeaea;
    display: block;
}

.proBox .frBox .ul4 li a p {
    padding: 0 100px 0 8px;
    font-size: 15px;
}

.proBox .frBox .ul4 li a span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.proBox .frBox .abText {
    padding: 20px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.abul li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 30px 0;
}

.abul li strong {
    color: #985015;
    position: relative;
    font-size: 45px;
}

.abul li strong span {
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    font-size: 30px;
    font-weight: 500;

}

.abul li p {
    font-size: 16px;
    color: #888;
}

.abul2 li {
    width: 33.33%;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.abul2 li .text {
    padding: 30px;
}

.abul2 li .text h4 {
    font-size: 17px;
}

.abul2 li .text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 12px;
}

.hb li {
    width: 25%;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
}

h3.tt {
	text-align:center;
	font-size:26px;
	color:#985015;
	margin-bottom:20px;
}


@media all and (min-width: 0) and (max-width: 767px) {
.proBox {
    margin: 30px 10px;
	width:auto
}
.proBox .flBox {
    width:100%;
	background:none
}

.proBox .flBox .title {
	display:none
}

.proBox .flBox .ul1 {
    padding:0;
	overflow:hidden;
}
.proBox .flBox .ul1 li {
width:50%;
float:left;
padding:0 10px;
box-sizing:border-box;
}
.proBox .flBox .ul1 li a {
    line-height: 40px;
    font-size: 15px;
    padding: 0;
    background: #f3c506;
	text-align:center;
}

.proBox .flBox .ul1 li.on a {
    background: #985015;
}
.proBox .flBox h3.titl{
display:none}
.proBox h3.titl {
    background: #985015 url("../images/icon16.png") no-repeat left 8px center;
    background-size: 33px;
    padding-left: 56px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}
.proBox .flBox ul.ul2 {
	display:none
}
.proBox .flBox .text {
	display:none
}


.proBox .frBox {
    width:100%;
	margin-top:20px;
}

.proBox .frBox .posi {
    padding: 6px 0 6px 26px;
    line-height: 26px;
    background:#fdf6e4 url("../images/icon21.png") no-repeat left 4px center;
    background-size: 22px;
    font-size: 14px;
}

.proBox .frBox .ul1 li {
    width:50%;
    padding: 10px;
}

.proBox .frBox .ul1 li p {
    line-height: 40px;
    font-size: 15px;
}


.page {
    margin-top: 20px;
}
.page li a {
    padding: 3px 8px;
    font-size: 14px;
}

.proBox .frBox .dl dl {
    display: block;
    width: 100%;
	padding:0;
    margin-top: 20px;
    border-radius: 5px;
	box-shadow:0 0 6px rgba(0,0,0,.3)
}
.proBox .frBox .dl dt {
    width:35%;
	float:left;
    display: block;
}
.proBox .frBox .dl dd {
    width:auto;
	margin-left:37%;
    display: block;
    padding:0;
}
.proBox .frBox .dl dd h3 {
    font-size: 15px;
	margin-top:5px
}
.proBox .frBox .dl dd p {
    font-size: 14px;
	margin:3px 0 0
}
.proBox .frBox .dl dd span {
    display:none
}

.proBox .frBox .title1 h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

.proBox .frBox .showText{
    padding :10px;
}
.proBox .frBox .showText a {
font-size:13px;}
.proBox .frBox .showText img {
    width: 100% !important;
}


.proBox .frBox .ul3 li {
    width: 50%;
    padding: 10px 8px 20px;
}


.proBox .frBox .ul4 li {
    width: 100%;
    float: inherit;
    padding: 8px;
}


.proBox .frBox .ul4 li a p {
    padding: 0 100px 0 8px;
    font-size: 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}


.proBox .frBox .abText {
    padding: 20px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.abul li {
    padding: 20px 0;
}

.abul li strong {
    font-size: 32px;
}

.abul li strong span {
    right: -13px;
    top: -5px;
    font-size: 21px;

}

.abul li p {
    font-size: 15px;
}

.abul2 li {
    width:100%;
    float: inherit;
	overflow:hidden;
	margin-bottom:20px;
}
.abul2 li .pho {
	width:40%;
	float:left;
	height:inherit !important
}
.abul2 li .text {
	width:60%;
	float:right;
    padding: 10px;
	box-sizing:border-box;
	height:inherit !important
}

.abul2 li .text h4 {
    font-size: 16px;
}

.abul2 li .text p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.abul2 li:nth-child(2) .text {
	float:left
}
.abul2 li:nth-child(2) .pho {
	float:right
}



.hb li {
    width: 50%;
}
}

