.jmt {
    font-size: 36px;
    line-height: 50px;
    color: #5a3222;
    text-align: center;
    margin-top: 80px;
}
.jmt2 {
    color: #333;
    line-height: 120px;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}
.scrollbox {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.scrollbox ul {
    width: 100%;
    height: auto;
    padding: 60px 0 20px 0;
    text-align: left;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
}
.scrollbox li {
    display: inline-block;
    width: 32%;
    height: auto;
    vertical-align: top;
    margin-right: 2%;
    overflow: hidden;
    background: rgba(255, 255, 255, .6);
    border-radius: 10px;
}
.scrollbox li:hover {
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}
.scrollbox li p {
    display: block;
    width: 160px;
    height: 160px;
    margin: 30px auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.scrollbox li p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scrollbox li a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 40px 30px;
    text-decoration: none;
}
.scrollbox li a span {
    display: block;
    float: left;
    white-space: normal;
    font-size: 14px;
}
.scrollbox li a span i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}
.scrollbox li a span:nth-child(1) {
    width: 90px;
    height: auto;
    overflow: hidden;
    padding-right: 30px;
    text-align: right;
    font-size: 24px;
    line-height: 30px;
}
.scrollbox li a span:nth-child(1) i {
    margin-top: 10px;
}
.scrollbox li a span:nth-child(2) {
    width: calc(100% - 155px);
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-bottom: 20px;
    border-left: 1px solid #ccc;
}
.scrollbox li a span:nth-child(2) font {
    display: block;
    height: 80px;
    overflow: hidden;
}
.scrollbox li a span:nth-child(2) i {
    margin-top: 30px;
}
.scrollleft, .scrollright {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-left: 2px dotted #999;
    border-top: 2px dotted #999;
}
.scrollleft {
    left: -5%;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
.scrollright {
    right: -5%;
    transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg);
}
a.bkmore {
    display: block;
    width: 120px;
    line-height: 35px;
    background: #e5e5e5;
    margin: 20px auto;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.fcbox, .znbox {
    width: 1260px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0 auto;
}
.fcbox a {
    display: block;
    float: left;
    text-decoration: none;
    width: 32%;
    height: auto;
    overflow: hidden;
}
.fcbox a:nth-child(1), .fcbox a:nth-child(2) {
    width: calc(50% - 25px);
}
.fcbox a:nth-child(2) {
    margin-left: 50px;
}
.fcbox a:nth-child(4), .fcbox a:nth-child(5) {
    margin-left: 2%;
}

.fcbox a p {
    width: 100%;
    overflow: hidden;
    height: 220px;
}
.fcbox a:nth-child(1) p, .fcbox a:nth-child(2) p {
    height: 360px;
}
.fcbox a span {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 30px 0;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.fcbox a:nth-child(1) span, .fcbox a:nth-child(2) span {
    font-size: 20px;
}

.znp {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}
.znp a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
.znp a:nth-child(1) img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.znp a:nth-child(1) span {
    display: block;
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    line-height: 35px;
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.znp a:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.znli {
    width: 45%;
    height: auto;
    overflow: hidden;
    float: right;
}
.znli a {
    display: block;
    text-decoration: none;
    height: auto;
    overflow: hidden;
}
.znli a span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.znli a font {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.znli a:hover font {
    color: #333;
}

.dzbox {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
}
.dzrow {
    padding: 30px 110px;
    height: auto;
    overflow: hidden;
}
.dzp {
    height: auto;
    overflow: hidden;
}
.dzp img {
    display: block;
    width: 300px;
    height: 380px;
    object-fit: cover;
}
.dzc {
    width: 380px;
    height: auto;
    overflow: hidden;
    margin: 50px 80px 20px 80px;
    font-size: 14px;
}
.dzc a {
    display: block;
    text-decoration: none;
}
.dzc span {
    display: block;
    font-size: 24px;
    line-height: 60px;
}
.dzc span i {
    font-size: 14px;
    font-style: normal;
    padding-left: 20px;
}
.dzrow:nth-child(odd) .dzp, .dzrow:nth-child(odd) .dzc {
    float: right;
}
.dzrow:nth-child(even) .dzp, .dzrow:nth-child(even) .dzc {
    float: left;
}

.fclist,.znlist {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}
.fclist a {
    display: block;
    width: calc(50% - 40px);
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    text-decoration: none;
}
.fclist a:nth-child(even) {
    margin-left: 80px;
}
.fclist p {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.fclist p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fclist span {
    display: block;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.fclist font {
    display: block;
    height: 50px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.znlist a {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.znlist p {
    display: block;
    float: left;
    width: 410px;
    height: 240px;
    overflow: hidden;
    margin-left: 10px;
}
.znlist span,.znlist font ,.znlist i {
    display: block;
    width: 700px;
    margin-left: 70px;
    float: left;
}
.znlist span {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.znlist font {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    margin-top: 20px;
}
.znlist i {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    font-style: normal;
    padding-bottom: 30px;
}

@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    .scrollbox li p {
        width: 140px;
        height: 140px;
    }
    .scrollbox li a span, .scrollbox li a span i {
        font-size: 12px;
    }
    .scrollbox li a span:nth-child(1) {
        width: 80px;
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .scrollbox li p {
        width: 120px;
        height: 120px;
    }
}