﻿.index-box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin: 1.2rem auto;
}
.index-box-1 .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
 width: 61.9%;
}
.index-title-box .cn {
    font-size: 1.36rem;
    line-height: .4rem;
    color: #212f4c;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top:25px;
    margin-bottom: .18rem;
}
.index-title-box .en {
    color: #d23638;
    text-transform: uppercase;
    font-family: roman;
    font-size: .48rem;
    line-height: 3.48rem;
}
.index-box-1 .content-box .title {
    font-weight: 700;
    font-size: 1.24rem;
    color: #242424;
    line-height: 2.8rem;
    margin: 1.7rem auto .4rem;
}
.index-title-box .icon {
    width: .23rem;
    height: .2rem;
    background: url(../images/line1.png) no-repeat;
    background-size: contain;
    margin-bottom: .65rem;
}
.index-box-1 .content-box {
  width: 65%;
  padding-right: 2rem;
}

.index-box-1 .content-box .desc {
  font-size: 15px;
  color: #666;
  line-height .36rem;
  margin-bottom: .88rem;
  text-align: justify;
}
.index-box-1 .content-box .desc b {
  color: #d23638;
}
.index-box-1 .data-box {
  flex: 1;
  padding-left: 20px;
}
.more-box {
    position: relative;
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #fff!important;
    text-align: center;
    font-size: 16px;
    background: #ab2535;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 50px;
 
    transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    font-family: roman;
    font-weight: 700;
    margin-top:30px;
}
.more-box:hover {
    border-color: #007bff;
    color: #fff;
    background: #007bff;
}
.more-box i {
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.index-box-1 .data-box ul li {
  position: relative;
  padding-bottom: .64rem;
}
.index-box-1 .data-box ul li:last-child {
  padding-bottom: 0;
}
.index-box-1 .data-box ul li:last-child:after {
  display: none;
}
.index-box-1 .data-box ul li:after {
  content: '';
  display: block;
  width: .2rem;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-box-1 .data-box ul li .num {
  position: relative;
  color: #212f4c;
  font-weight: 700;
  font-size: .96rem;
  margin-top: .36rem;
}
.index-box-1 .data-box ul li .num span {
  display: inline-block;
  font-size: 3rem;
  margin-right: 10px;
  font-family: roman;
}
.index-box-1 .data-box ul li .num i {
  position: relative;
  left: -10px;
  top: 32px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../images/more.png) no-repeat;
  background-size: contain;
  vertical-align: top;
}
.index-box-1 .data-box ul li p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.index-box-1 .pic {
  position: relative;
  flex: 1;
  overflow: hidden;
  font-size: 0;
  height: 100%;
}
.index-box-1 .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-box-1 .pic img {
  width: 100%;
  height:  26.56rem;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-1 .pic .info-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: .9rem;
  height: calc(99.1%);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-size: .17rem;
  writing-mode: tb-rl;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  font-family: roman;
  letter-spacing: 2px;
}
.index-box-1 .pic .info-box .text {
  height: 100%;
}
.index-box-1 .pic .info-box span {
  display: block;
  font-size: .23rem;
  margin-top: -1rem;
}
.index-box-1 .pic a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: .9rem;
  height: .9rem;
  background: #d23638 url(../images/play.png) no-repeat center center;
}
.index-box-1 .data-box {
    flex: 1;
}
.medium-box-container {
    width: 81.875%;
    margin: 50px auto;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style-type: none;
}
@media screen and (max-width: 1004px){
.index-box-1 .info {
    flex-flow: wrap;
    width: 100%;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .content-box {
    width: 100%;
    padding-right: 0;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .index-title-box {
    text-align: center;
}
}
@media screen and (max-width: 1004px){
.index-title-box .icon {
    display: none;
}
}
@media screen and (max-width: 1004px){
.index-title-box .cn {
    font-size: 1.4rem;
    line-height: 1.48rem;
    letter-spacing: 1px;
    margin-bottom: .18rem;
}
}
@media screen and (max-width: 1366px){
.index-title-box .cn {
    font-size: 1.32rem;
    margin-bottom: .18rem;
}
}
@media screen and (max-width: 1004px){
.index-title-box .en {
    font-size: .6rem;
    line-height: .9rem;
}
}
@media screen and (max-width: 1366px){
.index-title-box .en {
    font-size: .4rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .content-box .title {
    display: none;
}
}
@media screen and (max-width: 1366px){
.index-box-1 .content-box .title {
    margin: .3rem auto .2rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .content-box .desc {
    font-size: .8rem;
    line-height .48rem;
    margin-bottom: .88rem;
    margin-top: .2rem;
    text-align: center;
}
}
@media screen and (max-width: 1366px){
.index-box-1 .content-box .desc {
    margin-bottom: .7rem;
}
}
@media screen and (max-width: 1004px){
.more-box {
    width: 55%;
    height .9rem;
    line-height .9rem;
    font-size .32rem;
    margin: 0 auto;
    border-radius: 50px;
}
}
@media screen and (max-width: 1004px){
.more-box i {
    margin-left: 5px;
    top: -1px;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box {
    flex: 0 0 100%;
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    padding-top: .8rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li {
    width: 32%;
    padding-bottom: .64rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li .num {
    font-size: .28rem;
    margin-top: .36rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li .num span {
    display: inline-block;
    font-size: 1.72rem;
    margin-right: 10px;
    font-family: roman;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li .num i {
    position: absolute;
    left: auto;
    right .9rem;
    top: 20px;
    display: inline-block;
    width 1rem;
    height: 0.5rem;
    vertical-align: top;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li p {
    font-size: .28rem;
    line-height: .4rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li:last-child {
    padding-bottom: 0;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .data-box ul li:last-child .num i {
    right 0;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .pic {
    flex: 0 0 100%;
    width: 100%;
    margin-top: .4rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .pic .info-box {
    width: 1.2rem;
    height: calc(98.8%);
    font-size: .28rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .pic .info-box span {
    font-size: .36rem;
    margin-top: -2rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 .pic a {
    width: 1.2rem;
    height: 1.2rem;
}
}
@media screen and (max-width: 1004px){
.index-box-1 {
    flex-flow: wrap;
    margin: .9rem auto;
}
}
@media screen and (max-width: 1004px){
.box-container, .medium-box-container, .w1320, .w1200 {
    width: 100%;
    padding: 0 .3rem;
}
}