#content1 {
    background: #F5F5F6;
}
#content1 .wrapper-top {
    /* background-color: white; */
}
#content1 .wrapper-top {
    background: url(sandboxbanner02222.png) center 0px no-repeat;
    min-height: 892px;
    width: 100%;
    min-width: 1180px;
    overflow-x: hidden;
    display: block !important;
}
.poster-content-box {
    padding-top: 96px;
    color: #fff;
    max-width: 1180px;
    margin: 0 auto;
}
.wrapper-top .left-sandbox {
    text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    line-height: 55px;
}
.wrapper-top .sandbox-poster-text {
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.sandbox-btn-group {
    width: 100%;
    text-align: center;
}
.wrapper-top .sandbox-btn {
    display: inline-block;
    width: 148px;
    height: 40px;
    line-height: 40px;
    background: #C7000B;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 40px 6px;
    text-align: center;
}
.wrapper-top .sandbox-test {
    text-align: center;
    min-height: 292px;
}
.wrapper-top .sandbox-test ul {
    font-size: 0;
}
.wrapper-top .sandbox-test li {
    display: inline-block;
    width: 330px;
    height: 292px;
    margin: 1px 11px 56px 11px;
    font-size: 16px;
    color: #252B3A;
    position: relative;
}
.wrapper-top .sandbox-test .sandbox-test-img .bgimg {
    width: 195px;
    height: 220px;
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto;
    transition: top 1s;
    -moz-transition: top 1s;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    position: relative;
    top: 50px;
    z-index: 10;
}
.wrapper-top .sandbox-test .sandbox-test-title {
    line-height: 25px;
    margin-top: 6px;
    font-weight: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    top: -30px;
    z-index: 0;
}
.wrapper-top .sandbox-test .img-shadow {
    transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    width: 80px;
    background: rgba(39,63,143,.31);
    border-radius: 20px;
    box-shadow: 0 0 80px 40px rgba(255,255,255,.31);
    margin: 0 auto;
    position: absolute;
    top: 150px;
    left: 72px;
    z-index: 0;
}
.wrapper-top .sandbox-video {
    width: 1180px;
    height: 270px;
    padding: 28px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
    border-radius: 2px;
    margin-bottom: 70px;
}
.sandbox-video .video-con {
    display: inline-block;
    width: 380px;
    height: 214px;
    vertical-align: top;
    position: relative;
}
#movie {
    width: 380px;
    height: 214px;
}
#cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 214px;
    background-color: transparent;
    cursor: pointer;
}
.sandbox-video .video-con .video-btn {
    position: absolute;
    top: 92px;
    left: 170px;
    text-align: center;
}
#cover img {
    margin-top: -6px;
    margin-left: 0;
}
.sandbox-video .right-text {
    display: inline-block;
    width: 690px;
    height: 130px;
    margin-top: 48px;
    margin-left: 44px;
    vertical-align: top;
    text-align: left;
}
.sandbox-video .right-text-title {
    font-size: 24px;
    font-weight: inherit;
    color: #252B3A;
    line-height: 36px;
}
.right-text-desc {
    margin: 12px 0;
    font-size: 16px;
    color: #575d6c;
    line-height: 24px;
}
.guide {
    font-size: 14px;
    color: #526ecc;
    text-decoration: none;
}
.active {
    display: block;
}
.product-list {
    padding: 4% 0 6%;
    position: relative;
}
.product-list .wrap {
    position: relative;
}
.container2 {
    max-width: 1532px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}
.product-list .tabBox .box {
    margin-bottom: 5%;
}
.product-list .tabBox .box .list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-list .tabBox .box .list .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background: #10478d;
    width: 240px;
}
.product-list .tabBox .box .list .wrap {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .wrap {
    position: relative;
}
.product-list .tabBox .box .list .wrap ul li {
    float: left;
    width: 32%;
    margin-right: 1.25%;
    margin-bottom: 18px;
	height:auto;
	padding:0px
}
.product-list .tabBox .box .list .wrap ul li .img {
    overflow: hidden;
    min-height: 120px;
}
.product-list .tabBox .box .list .wrap ul li .img img {
    transition: 0.36s;
    width: 100%;
}
.product-list .tabBox .box .list .wrap ul li h3 {
    background: #10478d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-4{
    padding-bottom: 15px;
    width: 33.33333333%;
	float: left;
}
.col-xs-6 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    height: 100%;
}
.box1{
	padding:0px;
}
.box .p {
    font-weight: bold;
    line-height: 1.5;
    color: #221815;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.box .span {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
