.userjz-top-box {
	width: 100%;
	min-width: 1200px;
	height: 482px;
	background: url(../images/user-jz.jpg) top center no-repeat
}

.userjz-top-box h3 {
	font-size: 0
}

.comm-tit {
	text-align: center;
	width: 1200px;
	height: 74px;
	background: url(../images/user-jz-tit-bg.png) no-repeat center top;
}

.comm-tit h3 {
	font-size: 32px;
	line-height: 38px;
	color: #2277bf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 16px;
}

.comm-tit p {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-jz-box {
	width: 100%;
	min-width: 1200px;
	height: 660px;
	background: #f5f6f7;
}

.user-jz-box .comm-tit {
	margin: 56px 0;
}

.user-jz-box .jz-list li {
	float: left;
	width: 285px;
	height: 391px;
	background: #fff;
	margin-right: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.user-jz-box .jz-list li:hover {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.user-jz-box .jz-list li.mr-0 {
	margin-right: 0;
}

.user-jz-box .jz-list li>a {
	display: block;
	cursor:default;
}

.user-jz-box .jz-list li .pic {
	width: 285px;
	height: 162px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.user-jz-box .jz-list li .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.user-jz-box .jz-list li h4 {
	height: 55px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.user-jz-box .jz-list li .txt-block {
	background: #fafafa;
	height: 144px;
	overflow: hidden;
	padding: 15px 20px;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
}

.user-letter-box {
	width: 100%;
	min-width: 1200px;
	height: 640px;
	background: url(../images/user-jz-bg02.jpg) center no-repeat;
	overflow: hidden;
}

.letter-con {
	width: 1200px;
	height: 624px;
	padding-top: 16px;
	text-align: center;
}

.user-pj-box {
	width: 100%;
	min-width: 1200px;
	height: 660px;
	background: url(../images/user-jz-bg01.jpg) center no-repeat;
}

.user-pj-box .comm-tit {
	margin-top: 97px;
}
.pj-txt-block-container{
	height: 288px;
    margin-top: 56px;
	overflow: hidden;
    background: #fff;
}
.pj-txt-block {
	padding: 34px 40px;
	height: 220px;
}

.pj-txt-block .txt {
	height: 180px;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.pj-txt-block .sign {
	text-align: right;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.pj-list-block {
	padding: 10px 0;
    margin-top: -20px;
	text-align: center;
}

.pj-list-block > ul{
    height: 80px;
    font-size: 0;
}

.pj-list-block li {
    display: inline-block;
	text-align: center;
	position: relative;
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle;
}
.pj-list-block li .item{
    display: table-cell;
    width: 40px;
    height: 80px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pj-list-block li.on .item{
	width: 80px;
    height: 80px;
}
.pj-list-block li .pic {
	width: 40px;
	height: 40px;
    -webkit-animation: slideScale2 .3s forwards;
    animation: slideScale2 .3s forwards;
	background: #fff;
	overflow: hidden;
}

.pj-list-block li.on .pic{
    -webkit-animation: slideScale .3s forwards;
    animation: slideScale .3s forwards;
}

.pj-list-block li .pic img {
	width: 100%;
}

.pj-list-block li p {
    display: none;
    opacity: 0;
    width: 80px;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 12px;
}
.pj-list-block li.on p{
    display: block;
    -webkit-animation: opacityEle .3s forwards;
    animation: opacityEle .3s forwards;
}

.our-mb-box {
	width: 100%;
	min-width: 1200px;
	height: 640px;
	background: url(../images/user-jz-bg04.jpg) center no-repeat;
}

.our-mb-box .mb-conlsit {
	width: 728px;
	margin: 314px auto 0 auto;
	padding: 0 148px;
}

.our-mb-box .mb-conlsit li {
	float: left;
	width: 140px;
	margin-right: 154px;
}
.our-mb-box .mb-conlsit li.dl{
	margin-right: 0;
}
.our-mb-box .mb-conlsit li a {
	display: block;
	width: 140px;
	text-decoration: none;
	cursor:default;
}

.our-mb-box .mb-conlsit li a .bg {
	width: 140px;
	height: 156px;
	background: url(../images/jz-mubiao-bg.png) no-repeat
}

.our-mb-box .mb-conlsit li.fx a .bg {
	background-position: 0 0
}

.our-mb-box .mb-conlsit li.hz a .bg {
	background-position: -150px 0
}

.our-mb-box .mb-conlsit li.dl a .bg {
	background-position: -300px 0
}

.our-mb-box .mb-conlsit li.fx a:hover .bg {
	background-position: 0 -166px
}

.our-mb-box .mb-conlsit li.hz a:hover .bg {
	background-position: -150px -166px
}

.our-mb-box .mb-conlsit li.dl a:hover .bg {
	background-position: -300px -166px
}

.our-mb-box .mb-conlsit li a .txt {
	color: #fff;
	text-align: center
}

.our-mb-box .mb-conlsit li a .txt span {
	display: block;
	margin-top: 5px;
	font-size: 24px;
}

.our-mb-box .mb-conlsit li a .txt em {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif
}

/* 动画 */
@-webkit-keyframes slideScale {

    0% {
        width: 40px;
        height: 40px;
    }

    100% {
        width: 80px;
        height: 80px;
    }

}

@-webkit-keyframes slideScale2 {

    0% {
        width: 80px;
        height: 80px;
    }

    100% {
        width: 40px;
        height: 40px;
    }

}

@-webkit-keyframes opacityEle {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-bottom: -26px;
    }

}
















