.swiper-slide img,.swiper-slide>img {
    width: 100%;
}

.title1 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
}

.title2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.product-box {
    width: 1600px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.product-box>img {
    width: 60px;
    margin: 0 40px;
}

.product-box>img:hover {
    background-color: #eee;
}

.center-box-s {
    flex: 1;
    width: 0;
    overflow: hidden;
}

.product-box .center {
    white-space: nowrap;
    transition: all 0.5s;
    transform: translateX(0px);
}

.center>.product-item-box {
    width: 300px;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    white-space: normal;
}

.product-item-box>.content-box-product {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    align-items: center;
}

.content-box-product>.text {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 48px;
}

.content-box-product>.go-pay {
    color: #fff;
    background-color: #B22B23;
    padding: 8px 20px;
    border-radius: 40px;
    margin-top: 20px;
    font-size: 14px;
}

.product-item-box>.content-box-product:hover {
    opacity: 1;
}

.product-item-box>img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.shop-banner {
    margin-top: 40px;
    height: 200px;
    background: url('/static/index/image/banner_bg.png');
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 200px;
}

.shop-banner img {
    width: 400px;
}

.about-text {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    margin-top: 60px;
    line-height: 36px;
}

.iframe-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.iframe-box>.my-video {
    width: 1144px;
    height: 644px;
}

.list-box {
    margin: 0 auto;
    width: 1400px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.list-box>.item {
    width: 25%;
    padding: 10px;
}

.item>.box {
    height: 400px;
}

.box>.box-top {
    color: #808080;
    height: 200px;
    background-color: #F2F2F2;
    padding: 40px;
}

.box-top>.info {
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box:hover>.box-top {
    background-color: #B22B23;
    color: #fff;
}

.box:hover>.box-top>.info {
    color: #eee;
}

.box-top>.titlenews {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.titlenews>.nian {
    font-size: 14px;
    font-weight: normal;
}

.box>.box-bottom {
    height: 200px;
    overflow: hidden;
    position: relative;
}
 
.box-bottom img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.2s;
} 
.box-bottom:hover img {
	transform: translate(0, -50%) scale(1.2);

}

.title1.news {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-top: 40px;
    color: #B22B23;
}

.title2.news {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: #B22B23;
}

.banner-box {
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.banner-box>.img-box {
    width: 25%;
    margin-bottom: 20px;
    text-align: center;
}

.img-box a {
    color: #333;
}

.img-box a.active {
    color: #B22B23;
}

.img-box>img {
    width: 80%;
}

.list-box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.list-box a {
    color: #333;
}

.list-box>.item-box {
    width: 20%;
    height: 320px;
    margin-bottom: 20px;
    padding: 10px;
}

.my-img-box {
	width: 260px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.my-img-box img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s;
}

.my-img-box:hover img {
	transform: translate(0, -50%) scale(1.2);
}

.item-box img {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.item-box .text {
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.content-box-video {
    width: 1400px;
    height: 640px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

.my-video-box {
    flex: 1;
    width: 0;
}

.my-video {
    width: 100%;
    height: 100%;
}

.right-list-box {
	width: 400px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;

}

.right-list-box .list-item {
	display: flex;
	height: 100px;
	margin-top: 10px;
}

.right-list-box .list-item.active {
   border:1px #B22B23 solid;
   overflow: hidden;
}
.right-list-box .list-box1 {
	flex: 1;
	height: 0;
	overflow-y: scroll;
	padding-right: 10px;
}

.right-list-box .list-box1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.right-list-box .list-box1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	height: 20px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: #eee;
}

.right-list-box .list-box1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}
.list-item>img {
    width: 160px;
    height: 100px;
}

.item-right {
    padding: 6px 10px;
    flex: 1;
    width: 0;
    background-color: #eee;
}

.item-right>.title3 {
    color: #222222;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-right>.time {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.banner-bg {
    position: relative;
    text-align:center;
}

.banner-bg>img {
    max-width: 100%;
}

.title1.about {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
}

.title2.about {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.about-text {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    margin-top: 60px;
    line-height: 36px;
}

.address-box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.address-box>.address-item {
	/* height: 600px; */
    width: 440px;
    background-color: #F2F2F2;
    padding: 30px;
}

.address-item>img {
    width: 68px;
}

.address-item-title {
    color: #808080;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}

.address-item-info {
    color: #666;
    margin-top: 60px;
    line-height: 30px;
    font-size: 18px;
}

.partner {
    display: block;
    width: 1400px;
    margin: 0 auto;
}

.case {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.test {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.content-box {
    width: 700px;
    margin: 0 auto;
    margin-top: 160px;
    background-color: #F2F2F2;
    padding: 30px;
    display: flex;
}

.content-box>img {
    width: 240px;
    height: 240px;
}

.content-box>.right-box {
    flex: 1;
    padding-top: 16px;
    color: #3D3D3D;
    font-size: 20px;
    margin-left: 20px;
}

.content-box-detail {
    width: 1400px;
    min-height: 600px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    color: #333;
}

.content-box-detail>.left {
    flex: 1;
    width: 0;
    padding: 0 30px;
}

.left>.title {
    font-size: 46px;
    width:auto;
}

.left>.time {
    color: #999999;
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
    font-size: 14px;
}

.left>.content {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
}

.left>img {
    width: 100%;
}

.content-box-detail>.right {
    width: 360px;
    border-left: 1px solid #DCDCDC;
    padding: 0 20px;
}

.right>.title {
    width: auto;
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.item-new-box {
    margin-top: 20px;
    margin-bottom: 48px;
}

.item-new-box a {
    color: #333;
}

.item-new-box>.next {
    font-weight: bold;
}

.item-new-box>.new-title {
    margin-top: 10px;
    color: #666666;
}

.item-new-box>.look-details {
    margin-top: 20px;
    text-decoration: underline;
    font-size: 14px;
}

.item-new-box>.look-details a {
    color: #B22B23;
}

.route-box {
    width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.route-box a {
    color: #333;
}

.route-box>span:not(:last-child) {
    color: #999999;
}

.content-box-product1 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.content-box-product1>.img-list {
    width: 130px;
    max-height: 600px;
	/* height: 100%; */
    overflow-y: scroll;
}

.content-box-product1>.img-list::-webkit-scrollbar {
	/*滚动条整体样式*/
    width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.content-box-product1>.img-list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
    border-radius: 10px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #eee;
}

.content-box-product1>.img-list::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ffffff;
}

.img-list>div {
    margin-bottom: 10px;
}

.img-list img {
    width: 120px;
    height: 120px;
}
.img-list .active {
    border:1px #B22B23 solid;
	
}

.content-box-product1>.img-box {
    width: 580px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.img-box>img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.content-box-product1>.details-box {
    width: 520px;
    padding: 0 20px;
}

.details-box>.title {
	width:auto;
    font-size: 24px;
    font-weight: bold;
}

.money-box {
    color: #B22B23;
    font-weight: bold;
    margin-top: 30px;
    font-size: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.money-box>.money {
    font-size: 16px;
    color: #999;
}

.tjnr {
    color: #020921;
    font-weight: bold;
    font-style: 20px;
    margin-top: 20px;
}

.tjnr1 {
    margin-top: 20px;
}

.code {
    width: 300px;
    margin-top: 20px;
}

.content-box-product1 .go-pay {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #B22B23;
    line-height: 48px;
    color: #fff;
    width: 400px;
    margin-top: 40px;
    border-radius: 4px;
}

.content_page {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}

.content-box-detail img,.content_page img {
    max-width: 100% !important;
}