

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexPart1, .indexPart2, .indexPart3, .indexPart4, .indexFlash .dots{
  display: flex;
  display: -webkit-flex; }

.flexColumn{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .indexPart1, .indexPart2, .indexPart3, .indexPart4{
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots{
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

/*.page .swiper-pagination{ position:absolute; z-index:10!important; width: 12px; margin-bottom: 0; transform: translateY(-50%); left: auto!important; right:0.5rem!important; top: 50%!important; margin-left: 0px!important;} 
.page .swiper-pagination-bullet{ cursor: pointer; display:block; border-radius: 50%; width: 12px; height: 12px; border: rgba(255,255,255,0.7) solid 2px; margin: 0.14rem 0; }
.page .swiper-pagination-bullet-active { background: #fff; border: #fff solid 2px;}*/

html, body { position: relative; height: 100%; }

.page { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}


/*index*/
@media screen and (min-width: 800px) {
  #page {
    height: 100vh;
    position: relative;
    overflow: hidden; }

  .pageSlide {
    height: 100vh;
    overflow: hidden;
     }
.pageSlide.footBox { height: 176px;}

  .slideUp {
    opacity: 0;
    transition: All 0.6s linear;
    -webkit-transition: All 0.6s linear;
    -moz-transition: All 0.6s linear;
    -o-transition: All 0.6s linear;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px); }

  .pageSlide.swiper-slide-active .slideUp {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

  .slideLeft {
    opacity: 0;
    transition: All 0.6s linear;
    -webkit-transition: All 0.6s linear;
    -moz-transition: All 0.6s linear;
    -o-transition: All 0.6s linear;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px); }

  .pageSlide.swiper-slide-active .slideLeft {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }

  .slideRight {
    opacity: 0;
    transition: All 0.6s linear;
    -webkit-transition: All 0.6s linear;
    -moz-transition: All 0.6s linear;
    -o-transition: All 0.6s linear;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px); }

  .pageSlide.swiper-slide-active .slideRight {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }

  .pageSlide.swiper-slide-active .slideDelay2 {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s; }
  .pageSlide.swiper-slide-active .slideDelay3 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s; }
  .pageSlide.swiper-slide-active .slideDelay4 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s; }
  .pageSlide.swiper-slide-active .slideDelay5 {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s; }
  .pageSlide.swiper-slide-active .slideDelay6 {
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s; } }


.pageSlide {
  position: relative;
  background: center no-repeat;
  background-size: cover; }

.indexPart1, .indexPart2, .indexPart3, .indexPart4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.indexPart1 .indexBox, .indexPart2 .indexBox, .indexPart3 .indexBox, .indexPart4 .indexBox {
  width: 100%; 
}
.commonBox{ padding-left: 2.8rem; position: relative; z-index: 2;}

.indexFix{ position: absolute; left: 0.5rem; top: 0; width: 2.15rem; height: 90%; padding-bottom: 7px; z-index: 3; }
.indexFix:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 7px; background:url(../images/bg2.png) left repeat-x; }
.indexFix .l7Div{ background: #052275; height: 100%;}
.indexFix .toptop{ padding-bottom: 7px; position: relative; }
.indexFix .toptop:after{ content: ''; width: 100%; height: 7px; position: absolute; left: 0; bottom: 0; background:url(../images/bg1.png) left repeat-x;}
.indexFix .logoDiv{ height: 2.2rem; line-height: 2.2rem; background: #fff; text-align: center; }
.indexFix .logoDiv img{ width: 1.34rem; }
.indexFix .list{ padding: 0.2rem 0 0; }
.indexFix .list li{ padding: 0 0.22rem 0.15rem; }
.indexFix .list li a{ display: block; width: 100%; height: 0.46rem; line-height: 0.46rem; text-align: center; color: #fff; font-size: 0.16rem; border-radius: 0.24rem; }
.indexFix .list li.aNow a, .indexFix .list li:hover a{ background: #d5182d; }
.indexFix .botbot{ position: absolute; left: 0; bottom: 0.5rem; width: 100%; }
.indexFix .botbot li{ width: 1.72rem; margin: 5px auto 0; }
.indexFix .botbot li a{ width: 100%; display: block; text-align: center; height: 0.45rem; line-height: 0.45rem; font-size: 0.16rem; color: #fff; border: #8291ba solid 1px; box-sizing: border-box; border-radius: 0.24rem; }
.indexFix .botbot li a:hover, .indexFix .botbot li .on{ border: #d5182d solid 1px; background: #d5182d; }

.indexSearch{ display: none; position: absolute; left: 2.4rem; top: 0; padding-left: 15px; width: 3.0rem; height: 0.86rem; z-index: 3;}
.indexSearch .box{ background: #d5182d; width: 3.0rem; height: 0.86rem;}
.indexSearch .form{ padding: 0.2rem 0.3rem; }
.indexSearch .input1{ width: 100%; height: 0.46rem; line-height: 0.46rem; border-bottom: #fff solid 1px; font-size: 14px; color:#fff;}
.indexSearch .btn1{ position: absolute; right: 0.3rem; width: 0.46rem; height: 0.46rem; top: 50%; margin-top: -0.23rem; background: url(../images/nimg31_5.png) center no-repeat; background-size: 0.26rem;}
.indexSearch .input1::-webkit-input-placeholder{ color: #fff; }
.indexSearch .input1:-moz-placeholder { color: #fff; }
.indexSearch .input1::-moz-placeholder { color: #fff; }
.indexSearch .input1:-ms-input-placeholder{ color: #fff; }

/*banner*/
.ind-banner{width: 100%; overflow: hidden; position: relative; } 
.ind-banner .swiper-slide {position: relative;}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100vh;background: center no-repeat; background-size: cover; position: relative;  }
.ind-banner .swiper-slide .one{ position: absolute; left: 50%; margin-left: -600px; top: 50%; color: #fff; z-index: 3; transform: translateY(-50%); }
.ind-banner .swiper-slide .one .mxfDiv{ padding-left: 45px; height: 200px; background: url(../images/nimg120Bg.png) left top no-repeat; }
.ind-banner .swiper-slide .one .txt1{ font-size: 30px; line-height: 30px; padding-top: 30px; color: #1f286f;}
.ind-banner .swiper-slide .one .txt2{ padding: 15px 0 10px; font-size: 40px; line-height: 40px; font-weight: bold; color: #1f286f;}
.ind-banner .swiper-slide .one .txt3{ font-size: 14px; line-height: 24px; color: #999;}
.ind-banner .swiper-slide .two{ position: absolute; left: 50%; margin-left: -600px; top: 40%; color: #fff; z-index: 3; transform: translateY(-60%); }
.ind-banner .swiper-slide .two .mxfDiv{ padding-left: 45px; height: 200px; background: url(../images/nimg120Bg.png) left top no-repeat; }
.ind-banner .swiper-slide .two .txt1{ font-size: 30px; line-height: 30px; padding-top: 30px; color: #1f286f;}
.ind-banner .swiper-slide .two .txt2{ padding: 15px 0 10px; font-size: 40px; line-height: 40px; font-weight: bold; color: #1f286f;}
.ind-banner .swiper-slide .two .txt3{ font-size: 14px; line-height: 24px; color: #999;}
.ind-banner .dots{ padding-left: 2.8rem; box-sizing: border-box; position: absolute; left: 0; width: 100%; text-align: center; bottom: 40px!important;  z-index: 10; } 
.ind-banner .dots span { display: inline-block; width: 31px; height: 7px; opacity: 1; background: #212773; margin: 0 3px!important; border-radius: 6px; -moz-border-radius: 6px; } 
.ind-banner .dots .swiper-pagination-bullet-active {background: #d5182d!important; } 

/*banner结束*/

.ind-bannerTel{ width: 100%; overflow: hidden; padding-top: 1.2rem;} 
.ind-bannerTel .swiper-slide { color: #fff; } 
.ind-bannerTel .swiper-slide {position: relative;}
.ind-bannerTel .swiper-slide img{width: 100%;}
.ind-bannerTel .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-bannerTel .swiper-pagination{ bottom: 0.4rem!important; } 
.ind-bannerTel .swiper-pagination-bullet {width: 0.6rem; height: 0.08rem; opacity: 1; background: #212773; margin: 0 3px!important; border-radius: 4px; -moz-border-radius: 4px; } 
.ind-bannerTel .swiper-pagination-bullet-active {background: #d5182d!important; } 

.indexTitle{ text-align: center; }
.indexTitle .title1{ font-size: 0.3rem; text-transform: uppercase; line-height: 0.3rem; color: #333;}
.indexTitle .title1 .pj{ display: inline-block; position: relative;}
.indexTitle .title1 .pj:before{ content: ''; display:inline-block; position:relative; left: 0; margin-right:0.2rem; top: 0.06rem; width: 0.61rem; height: 0.6rem; background: url(../images/nimg61Bg.png) no-repeat; background-size: 0.61rem; }
.indexTitle .title2{ margin-top: 0.1rem; color: #000; font-size: 0.3rem; line-height: 0.3rem; position: relative; display: inline-block;}
.indexTitle .title2:before{ content: ''; position: absolute; left: -35px; top: 50%; margin-top: -2px; width: 22px; height: 3px; background: #d4172c; }
.indexTitle .title2:after{ content: ''; position: absolute; right: -35px; top: 50%; margin-top: -2px; width: 22px; height: 3px; background: #212773; }


.indexPart0 .fixBg{ position: absolute; left: 0; bottom: 0; width: 1.99rem; height: 1.63rem; background: url(../images/nimg199Bg.png) no-repeat; background-size: 1.99rem; z-index: 4;}
.indexPart0 .logoDiv{ position:absolute; right:50%; margin-right:-7.2rem; top:0; z-index:4;}
.indexPart0 .logoDiv img{ width:2.06rem;}

.indexPart1{ background: #f1f1f1;}
.indexPart1:before{ content: ''; position: absolute; right: 0; top: 0; width: 5.37rem; height: 4.68rem; background: url(../images/nimg537Bg.png) no-repeat; background-size: 5.37rem; z-index: 1; }
.indexPart1 .bigBox{ padding-top: 0.55rem; overflow: hidden;}
.indexPart1 .toptop{ height: 3.7rem; }
.indexPart1 .leftDiv{ width: 6.68rem; padding-top: 0.2rem; }
.indexPart1 .nameDiv{ padding-left: 0.65rem; height: 1.2rem; background: url(../images/nimg115Bg.png) left top no-repeat; background-size: 1.15rem; }
.indexPart1 .nameDiv .name1{ font-size: 0.3rem; line-height: 0.3rem; color: #d4172c; font-weight: bold; padding-top: 0.35rem; }
.indexPart1 .nameDiv .name2{ font-size: 0.16rem; color: #333; text-transform: uppercase; padding-top: 5px;}
.indexPart1 .wen{ padding: 0.45rem 0 0.2rem; color: #333; font-weight: bold; font-size: 0.24rem; line-height: 0.24rem; }
.indexPart1 .content{ font-size: 0.2rem; color: #333; line-height: 0.36rem; padding-right: 0.65rem; }
.indexPart1 .rightDiv, .indexPart1 .rightImg{ width: 7.72rem; }
.indexPart1 .leftImg img, .indexPart1 .rightImg img{ width: 100%; }
.indexPart1 .leftImg{ width: 6.68rem; }
.indexPart1 .msgList{ padding: 0.45rem 0 0 0.9rem;}
.indexPart1 .msgList li{ font-size: 0.2rem; color: #333; line-height: 0.4rem; }
.indexPart1 .moreIco{ margin: 0.2rem 0 0 0.9rem; width:0.44rem; height:0.44rem;}
.indexPart1 .moreIco a{ display:block; width: 0.44rem; height:0.44rem; background:#d4172c url(../images/nimg10_1.png) center no-repeat; border-radius:50%; }
.indexPart1 .moreIco a:hover{ background:#052275 url(../images/nimg10_1.png) center no-repeat;}

.indexPart2{ background: #f4f4f4 url(../images/bg3.png) repeat; }
.indexPart2:before{ content: ''; position: absolute; right: 0; top: 0; width: 5.37rem; height: 4.68rem; background: url(../images/nimg537Bg.png) no-repeat; background-size: 5.37rem; z-index: 1; }
.indexPart2 .indexTitle{ padding-bottom: 1.0rem; }
.indexPart2 .list{ position: relative; }
.indexPart2 .list .toptop{ position: relative; }
.indexPart2 .list .bg img{ width: 100%; }
.indexPart2 .list .bg .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.indexPart2 .list .ico{ height: 0.68rem; width: 0.86rem; position: absolute; left: 50%; top: 0; margin-left: -0.43rem; line-height: 0.78rem; text-align: center; }
.indexPart2 .list .ico img{ width: 0.7rem; }
.indexPart2 .list .imgDiv{ position: absolute; left: 50%; bottom: 0; width: 3.34rem; margin-left: -1.67rem;}
.indexPart2 .list .imgDiv img{ width: 3.34rem; }
.indexPart2 .list .botbot{ padding: 0.5rem 0 0.2rem; position: relative; }
.indexPart2 .list .botbot:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; background: #052275; height: 2px; }
.indexPart2 .list .name{ height: 0.4rem; line-height: 0.4rem; text-align: center; font-size: 0.24rem; color: #333; font-weight: bold; }
.indexPart2 .list .wen{ font-size: 0.18rem; text-align: center; height: 0.3rem; line-height: 0.3rem; color: #333; overflow: hidden; }
.indexPart2 .list .msg{ font-size: 0.15rem; text-align: center; height: 24px; line-height: 24px; overflow: hidden; color: #333; }
.indexPart2 .list li:hover .bg img{ opacity: 0; }
.indexPart2 .list li:hover .bg .img1{ opacity: 1; }
.indexPart2 .list li:hover .botbot:after{ width: 100%; left: 0; }
.indexPart2 .list li:hover .name, .indexPart2 .list li:hover .wen, .indexPart2 .list li:hover .msg{ color: #052275; }
.indexPart2 .prev{ z-index: 5; left: -0.5rem; position: absolute; border-radius: 50%; display:none; background: rgba(0,0,0,0.5); width: 30px; height: 30px; text-align: center; line-height: 30px; top: 40%; margin-top: -0.25rem;} 
.indexPart2 .next{ z-index: 5; right: -0.5rem; position: absolute; border-radius: 50%; display:none; background: rgba(0,0,0,0.5); width: 30px; height: 30px; text-align: center; line-height: 30px; top: 40%; margin-top: -0.25rem;} 
.indexPart2 .prev:hover{ background: #decc00;}
.indexPart2 .next:hover{ background: #decc00;}
.indexPart2 .btnDiv{ margin: 0 auto; width: 1.9rem; padding-top: 0.7rem;}
.indexPart2 .btnDiv a{ display: block; position: relative; width: 1.9rem; height: 0.48rem; line-height: 0.48rem; background: #d5182d; color: #fff; text-indent: 0.52rem; font-size: 14px; border-radius: 0.24rem; }
.indexPart2 .btnDiv a:after{ content: ''; position: absolute; right: 0.48rem; top: 50%; width: 8px; height: 8px; margin-top: -4px; background: url(../images/nimg8_1.png) no-repeat;}
.indexPart2 .btnDiv a:hover{ background: #052275; }

.indexPart3{ background: #f2f2f2 url(../images/bg3.png) repeat; }
.indexPart3:before{ content: ''; position: absolute; right: 0; top: 0; width: 5.37rem; height: 4.68rem; background: url(../images/nimg537Bg.png) no-repeat; background-size: 5.37rem; z-index: 1; }
.indexPart3 .indexTitle{ padding-bottom: 0.6rem; }
.indexPart3 .list{ position: relative; }
.indexPart3 .list .imgDiv{ overflow: hidden; position: relative; }
.indexPart3 .list .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: url(../images/bg4.png) left repeat-x; }
.indexPart3 .list .imgDiv img{ width: 100%; }
.indexPart3 .list .botDiv{ padding-top: 0.25rem; height: 1.28rem; background: #212773; position: relative;}
.indexPart3 .list .botDiv:after{ content: ''; position: absolute; left: 50%; margin-left:-2.34rem; top: 50%; margin-top: -0.24rem; width: 4.68rem; height: 0.48rem; background: url(../images/nimg468Bg.png) center no-repeat; background-size: 4.68rem; z-index:0; }
.indexPart3 .list .type{ position: relative; z-index: 1; width: 1.42rem; height: 0.42rem; border: #fff solid 0.02rem; line-height: 0.38rem; font-size: 0.24rem; font-weight: bold; text-align: center; color: #fff; box-sizing: border-box; margin: 0 auto; border-radius: 0.24rem; }
.indexPart3 .list .name{ font-weight: bold; font-size: 0.18rem; line-height: 0.18rem; color: #fff; text-align: center; padding: 0.15rem 0 0.1rem; }
.indexPart3 .list .wen{ font-size: 0.15rem; color: #fff; text-align: center; }
.indexPart3 .list li:hover .imgDiv:after{ background: url(../images/bg5.png) left repeat-x;}
.indexPart3 .list li:hover .botDiv{ background: #d5182d; }
.indexPart3 .list li:hover .botDiv:after{ background: url(../images/nimg468Bgon.png) center no-repeat; background-size: 4.68rem; }
.indexPart3 .list li:hover .type{ border: #052275 solid 0.02rem; background: #052275; }
.indexPart3 .arrow{ padding-top: 0.48rem; text-align: center; }
.indexPart3 .arrow a{ display: inline-block; text-align: left; margin: 0 18px; width: 1.9rem; height: 0.48rem; line-height: 0.48rem; background: #d5182d; color: #fff; font-size: 14px; border-radius: 0.24rem; position: relative; }
.indexPart3 .arrow .prev{ text-indent: 0.8rem; }
.indexPart3 .arrow .next{ text-indent: 0.55rem; }
.indexPart3 .arrow .more{ text-indent: 0.52rem; }
.indexPart3 .arrow .prev:after{ content: ''; position: absolute; left: 0.44rem; top: 50%; width: 10px; height: 12px; margin-top: -6px; background: url(../images/nimg10_left.png) no-repeat;}
.indexPart3 .arrow .more:after{ content: ''; position: absolute; right: 0.48rem; top: 50%; width: 8px; height: 8px; margin-top: -4px; background: url(../images/nimg8_1.png) no-repeat;}
.indexPart3 .arrow .next:after{ content: ''; position: absolute; right: 0.44rem; top: 50%; width: 10px; height: 12px; margin-top: -6px; background: url(../images/nimg10_right.png) no-repeat;}
.indexPart3 .arrow a:hover{ background: #052275; }

.indexPart4{ background: #d5182d url(../images/bg6.jpg) repeat; }
.indexPart4 .bigBox{ height: 6.38rem; background: #212773; }
.indexPart4 .leftDiv, .indexPart4 .rightImg{ width: 7.2rem; }
.indexPart4 .rightImg img{ width: 100%; }
.indexPart4 .conDiv{ padding-left: 1.1rem; }
.indexPart4 .conDiv .toptop{ padding-bottom: 7px; position: relative; width: 4.3rem; }
.indexPart4 .conDiv .toptop:after{ content: ''; width: 100%; height: 7px; position: absolute; left: 0; bottom: 0; background:url(../images/bg1.png) left repeat-x;}
.indexPart4 .conDiv .limg{ height: 1.68rem; line-height: 1.68rem; text-align: center; background: #fff;}
.indexPart4 .conDiv .limg img{ width: 3.54rem; }
.indexPart4 .conDiv .txt{ padding: 0.9rem 0 0.15rem; color: #fff; font-size: 0.4rem; line-height: 0.4rem; }
.indexPart4 .conDiv .txt em{ color: #d5182d; }
.indexPart4 .conDiv .wen{ padding-left: 0.5rem; position: relative; color: #fff; font-size: 0.3rem; line-height: 0.3rem; }
.indexPart4 .conDiv .wen:before{ content: ''; position: absolute; left: 0; top: 50%; width: 0.38rem; height: 1px; background: #fff; }
.indexPart4 .conDiv .zi{ padding-top: 0.45rem; line-height: 24px; font-size: 0.24rem; color: rgba(255,255,255,0.5); }
.indexPart4 .btnDiv{ padding-top: 0.5rem; }
.indexPart4 .btnDiv a{ display: block; position: relative; width: 1.9rem; height: 0.48rem; line-height: 0.48rem; background: #d5182d; color: #fff; text-indent: 0.52rem; font-size: 14px; border-radius: 0.24rem; }
.indexPart4 .btnDiv a:after{ content: ''; position: absolute; right: 0.48rem; top: 50%; width: 8px; height: 8px; margin-top: -4px; background: url(../images/nimg8_1.png) no-repeat;}
.indexPart4 .btnDiv a:hover{ background: #052275; }

.about{ padding: 0.8rem 0 0.3rem; }
.about .leftDiv{ width: 8.0rem; }
.about .nameDiv{ padding-left: 0.65rem; height: 1.2rem; background: url(../images/nimg115Bg.png) left top no-repeat; background-size: 1.15rem; }
.about .nameDiv .name1{ font-size: 0.3rem; line-height: 0.3rem; color: #d4172c; font-weight: bold; padding-top: 0.35rem; }
.about .nameDiv .name2{ font-size: 0.16rem; color: #333; text-transform: uppercase; padding-top: 5px;}
.about .wen{ padding: 0.45rem 0 0.3rem; color: #333; font-weight: bold; font-size: 0.24rem; line-height: 0.24rem; }
.about .content{ font-size: 0.16rem; color: #666; line-height: 0.36rem; padding-right: 0.65rem; }
.about .rightDiv, .about .rightImg{ width: 8rem; }
.about .leftImg img, .about .rightImg img{ width: 100%; }
.about .leftImg{ width: 8.0rem; }
.about .msgList{ padding: 0.75rem 0 0 0.85rem;}
.about .msgList li{ font-size: 0.2rem; line-height: 0.3rem; padding-bottom: 0.3rem;}
.about .msgList li b{ display: block; color: #333; }

.history{ padding: 1.0rem 0; background: #d5182d url(../images/bg6.jpg) repeat; position: relative; }
.history .titleDiv{ color: #fff; text-align: center; padding-bottom: 0.7rem; }
.history .titleDiv .title1{ font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.1rem; text-transform: uppercase; }
.history .titleDiv .title2{ font-size: 0.3rem; line-height: 0.3rem; }
.historyPic .box-container{ position: relative; height: 1.3rem;}
.historyPic .box-container:before{ content: ''; position: absolute; left: 0; top: 20px; width: 100%; height: 1px; background: url(../images/line1.png) repeat-x; }
.historyPic .box-container .year-swiper{ padding: 0 50px; }
.historyPic .box-container .swiper-slide{ height: 0.6rem; cursor: pointer; position: relative; text-align: center; color: #fff; background: url(../images/ico2.png) center 10px no-repeat;}
.historyPic .box-container .swiper-slide .year{ padding: 0.45rem 0 0; font-size: 0.18rem; line-height: 0.18rem; }
.historyPic .box-container .swiper-slide-active{ background: url(../images/ico2on.png) center 10px no-repeat; }
.historyPic .box-container .prev { position: absolute; left: 0; top: 0; cursor: pointer; width: 40px; height: 40px; overflow: hidden; background: url(../images/nimg40_left.png) no-repeat center; z-index: 5;}
.historyPic .box-container .next { position: absolute; right: 0; top: 0; cursor: pointer; width: 40px; height: 40px; overflow: hidden; background: url(../images/nimg40_right.png) no-repeat center; z-index: 5;}
.historyPic .box-container .prev:hover{ background: url(../images/nimg40_lefton.png) no-repeat center;}
.historyPic .box-container .next:hover{ background: url(../images/nimg40_righton.png) no-repeat center;}

.historyPic .detail-box .item { display: none; position: relative; height: 5.0rem; background: #052275 url(../images/nimg356Bg.png) right bottom no-repeat; background-size: 3.56rem;}
.historyPic .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.historyPic .detail-box .item .mxfDiv{ padding: 0 0.9rem 0 10.4rem; position: relative; }
.historyPic .detail-box .item .imgDiv{ position: absolute; left: 0; top: 0; }
.historyPic .detail-box .item .imgDiv img{ width: 9.6rem; }
.historyPic .detail-box .item .conDiv{ padding-top: 0.75rem; }
.historyPic .detail-box .item .year{ font-size: 0.4rem; color: #fff; line-height: 0.4rem; -webkit-animation: am_top 0.4s ease-in-out 0.4s backwards; }
.historyPic .detail-box .item .content{ font-size: 16px; line-height: 36px; color: #fff; padding-top: 0.5rem; -webkit-animation: am_top 0.4s ease-in-out 0.8s backwards;}

@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

.partner{ padding: 0.7rem 0 0.2rem; position:relative; z-index:1; }
.partner .list ul{ margin-right: -0.4rem; }
.partner .list li{ float: left; width: 20%; padding-bottom: 0.4rem;}
.partner .list li .box{ margin-right: 0.4rem; position: relative; height: 1.4rem; background: #fff; border-radius: 16px; overflow: hidden;}
.partner .list li .imgDiv{ text-align: center; line-height: 1.4rem; }
.partner .list li .imgDiv img{ width: 2.12rem; }
.partner .list li .name{ opacity: 0; position: absolute; left: 0; top: 0; font-size: 0.2rem; color: #fff; padding: 0 25px; width: 100%; height: 100%; background: rgba(212,23,44,0.9); z-index: 1; box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}
.partner .list li .name p{ position: relative; height: 1.4rem; width: 3.0rem; text-align: center; line-height: 0.36rem; display: table-cell; vertical-align: middle; }
.partner .list li .box:hover .name{ opacity: 1; }


.job{ padding: 0.7rem 0 0.2rem; }
.job .list{ position: relative; z-index: 1; }
.job .list li{ margin-bottom: 20px; background: #fff; min-height: 100px; }
.job .list li .topDiv{ position: relative; padding: 0.45rem 3.2rem 0.3rem 3.2rem; cursor: pointer; }
.job .list li .topDiv:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px; background: url(../images/bg9.jpg) repeat-x; }
.job .list li .leftDiv{ position: absolute; left: 0.6rem; top: 0.45rem; width: 2.0rem; min-height: 45px;}
.job .list li .name{ font-weight: bold; position: relative; width: 1.8rem; color: #052275; font-size: 20px; line-height: 30px; padding-bottom: 0.2rem;}
.job .list li .name em{ position: absolute; left: 0px; bottom: 0px; display: block; width: 19px; height: 3px; background: #052275; }
.job .list li .msgDiv dd{ font-size: 14px; line-height: 30px; }
.job .list li .msgDiv dd em{ padding-right: 0.9rem; }
.job .list li .mxfDiv{ position: absolute; right: 0; top: 0; width: 2.0rem; height: 100%; color: #212773; font-size: 14px; border-left: #e8e9f1 solid 2px; }
.job .list li .mxfDiv em{ position: absolute; display: block; width: 100%; left: 0; top: 50%; transform: translateY(-50%); text-indent: 0.6rem; }
.job .list li .mxfDiv em:after{ content: ''; position: absolute; right: 0.6rem; top: 50%; margin-top: -6px; width: 12px; height: 12px; background: url(../images/ico4.png) no-repeat center; }
.job .list li .box{ display: none; padding: 0.45rem 0.6rem 0.6rem; position: relative; }
.job .list li .box:after{ content: ''; position: absolute; right: 0; top: 0; width: 3.8rem; height: 3.23rem; background: url(../images/nimg380Bg.png) no-repeat center; background-size: 3.8rem; }
.job .list li .msgDiv2{ border-bottom: #e4e4e4 solid 1px; padding-bottom: 0.35rem; position: relative; z-index: 1; }
.job .list li .msgDiv2 dd{ font-size: 14px; line-height: 30px; }
.job .list li .msgDiv2 dd em{ padding-right: 0.9rem; }
.job .list li .txt{ font-size: 18px; color: #333; font-weight: bold; padding: 0.6rem 0 0.25rem; }
.job .list li .msg{ font-size: 14px; line-height: 36px; }
.job .list li .btnDiv{ padding-top: 0.35rem; }
.job .list li .btnDiv a{ display: block; width: 120px; text-align: center; height: 40px; background: #052275; line-height: 40px; color: #fff; font-weight: bold; font-size: 14px; border-radius: 24px; }
.job .list li .btnDiv a:hover{ background:#d5182d;}

.job .list li:hover .topDiv .name{ color: #d01328;}
.job .list li:hover .topDiv .name em{ background: #d01328;}
.job .list li:hover .topDiv .mxfDiv{ color: #d01328; }
.job .list li:hover .topDiv .mxfDiv em:after{ background: url(../images/ico4-1.png) no-repeat center; }
.job .list li .topDiv.aNow{ background: #d01328; padding: 0.45rem 3.2rem 0.7rem 3.2rem; }
.job .list li .topDiv.aNow:after{ opacity: 1; }
.job .list li .topDiv.aNow .leftDiv{ top: 0.3rem; }
.job .list li .topDiv.aNow .name{ color: #fff; }
.job .list li .topDiv.aNow .name em{ background: #fff; }
.job .list li .topDiv.aNow .msgDiv{ display: none; }
.job .list li .topDiv.aNow .mxfDiv{ color: #fff; border-left: none; }
.job .list li .topDiv.aNow .mxfDiv em:after{ background: url(../images/ico4on.png) no-repeat center; }




.product .list{ position: relative; z-index: 1; }
.product .list li{ padding-bottom: 0.3rem; }
.product .list li .name a{ position: relative; display: block; background: #e3e3e3; height: 0.86rem; color: #052275; font-size: 0.24rem; line-height: 0.86rem; padding-left: 0.58rem;}
.product .list li .name em{ position: absolute; right: 0; top: 0; width: 1.4rem; height: 100%; background: #052275;}
.product .list li .name em:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -5px; width: 16px; height: 9px; background: url(../images/ico5.png) no-repeat center; transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);}
.product .list li .hideBox{ display: none; padding: 0.65rem 0.58rem 0.25rem; background: #fff;}
.product .list li:hover .name a, .product .list li.liNow .name a{ color: #d5182d; }
.product .list li:hover .name em, .product .list li.liNow .name em{ background: #d5182d;}
.product .list li.liNow .name em:after{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.product .list dl{ margin-right: -0.6rem; }
.product .list dd{ float: left; width: 25%; padding-bottom: 0.25rem; }
.product .list dd .box{ margin-right: 0.6rem; }
.product .list dd .imgDiv{ overflow: hidden; }
.product .list dd .imgDiv img{ width: 100%; }
.product .list dd .txt{ padding-top: 0.4rem; height: 0.38rem; line-height: 0.38rem; font-weight: bold; color: #333; font-size: 0.24rem; text-align: center; }
.product .list dd .msg{ color: #666; font-size: 0.18rem; height: 0.3rem; line-height: 0.3rem; text-align: center; overflow: hidden; }
.product .list dd .box:hover .txt{ color: #d5182d; }
.product .list dd .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.productShow1{ padding: 1.2rem 0 1.0rem; position: relative; }
.productShow1:before{ content: ''; position: absolute; right: 0; top: 0; width: 5.37rem; height: 4.68rem; background: url(../images/nimg537Bg2.png) no-repeat; background-size: 5.37rem; z-index: 1; }
.productShow1 .leftImg{ width: 6.7rem; border: #e8e8e8 solid 1px; box-sizing: border-box; }
.productShow1 .leftImg img{ width: 100%; }
.productShow1 .rightDiv{ width: 8.0rem; position: relative; z-index: 1;}
.productShow1 .name{ font-size: 0.3rem; color: #333; padding-left: 52px; height: 36px; line-height: 36px; background: url(../images/nimg32Bg.png) no-repeat left center; }
.productShow1 .content{ padding: 0.35rem 0 0.5rem; border-bottom: #d3d3d3 solid 1px; font-size: 16px; line-height: 28px; }
.productShow1 .msgList{ padding-top: 0.5rem; }
.productShow1 .msgList li{ font-size: 14px; padding-left: 80px; line-height: 24px; padding-bottom: 0.15rem; position: relative; }
.productShow1 .msgList li b, .productShow1 .msgList li strong{ position: absolute; left: 0; top: 0; color: #333; }
.productShow1 .btnDiv{ padding-top:15px;}
.productShow1 .btnDiv a{ display:block; width:120px; height:36px; line-height:36px; border-radius:24px; background:#d5182d; color:#fff; font-size:14px; text-align:center;}
.productShow1 .btnDiv img{ padding-right:10px; position:relative; top:-1px;}
.productShow1 .down{ margin-top:15px; position:relative; padding-left:80px; font-size:14px; overflow:hidden; line-height:24px;}
.productShow1 .down em{ color:#333; font-weight:bold; position:absolute; left:0; top:0;}
.productShow1 .down li{ float:left; padding-right:15px;}

.productShow2{ background: #f3f3f3; padding: 1.0rem 0 0.75rem; }
.productShow2 .bigBox{ background: #fff; position: relative; min-height: 5.05rem; padding: 0 8.2rem 0 1.4rem; }
.productShow2 .leftDiv{ padding-top: 1.05rem; }
.productShow2 .txt{ font-size: 0.3rem; color: #333; padding-left: 52px; height: 36px; line-height: 36px; background: url(../images/nimg32Bg.png) no-repeat left center; }
.productShow2 .content{ font-size: 0.16rem; line-height: 0.32rem; padding: 0.2rem 0 0.35rem; border-bottom: #d3d3d3 solid 1px; margin-bottom: 0.35rem; }
.productShow2 .msg{ font-size: 0.16rem; line-height: 0.32rem; padding: 0.2rem 0 0.35rem; }

.productPic{ position: absolute; right: 0; top: 0; width: 6.73rem; }
.productPic img{ width: 100%; }
.productPic .swiper-pagination{ position:absolute; z-index:2!important; left: auto!important; width: auto!important; right: 15px; margin-left: 0;} 
.productPic .swiper-pagination-bullet{ font-size: 14px; cursor: pointer; border-radius: 0; opacity: 1; width: 28px; height: 28px; line-height: 28px; background: none; color: #fff; border: none; margin: 0!important; }
.productPic .swiper-pagination-bullet-active { background: #052275;}

.productShow2 .botDiv{ margin-top: 0.7rem; position: relative; }
.pageDown li{ font-size: 14px; }
.pageDown li a{ display: block; height: 30px; line-height: 30px; overflow: hidden; color: #666; }
.pageDown li a:hover{ color: #052275; }
.productShow2 .backBtn{ position: absolute; left: 50%; top: 0; width: 168px; height: 48px; margin-left: -84px; }
.productShow2 .backBtn a{ display: block; position: relative; width: 168px; height: 48px; line-height: 48px; text-indent: 38px; font-size: 16px; border-radius: 24px; color: #fff; background: #052275;  }
.productShow2 .backBtn a:after{ content: ''; position: absolute; right: 32px; top: 50%; width: 14px; height: 12px; margin-top: -7px; background: url(../images/nimg14_1.png) no-repeat center; }
.productShow2 .backBtn a:hover{ background:#d5182d;}
.productShow2 .share{ position: absolute; right: 0; top: 0; padding-left: 60px; }
.productShow2 .share em{ position: absolute; left: 0; top: 0; line-height: 40px; font-size: 14px; }
.productShow2 .share li{ float: left; margin-left: 0.2rem; }
.productShow2 .share li a{ display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #052275; border-radius: 50%; }
.productShow2 .share li a:hover{ background: #d5182d; }

.news{ padding: 0.7rem 0 0.6rem; position: relative; z-index: 1; }
.news .list{ border-top: #d3d3d3 solid 1px;}
.news .list li{ border-bottom: #d3d3d3 solid 1px; }
.news .list li a{ display: block; width: 100%; height: 100%; }
.news .list li .zjlkDiv{ position: relative; padding-left: 5.0rem; height: 3.0rem; padding-top: 0.56rem; padding-right: 0.5rem;}
.news .list li .mxfDiv{ position: absolute; left: 0.4rem; top: 0.4rem; width: 4.0rem; }
.news .list li .imgDiv{ width: 4.0rem; height: 2.3rem; overflow: hidden; position: relative; }
.news .list li .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: url(../images/bg4.png) repeat-x;  }
.news .list li .imgDiv img{ width: 4.0rem; }
.news .list li .time{ height: 0.52rem; line-height: 0.52rem; text-align: center; font-size: 14px; color: #fff; background: #052275; }
.news .list li .name{ height: 0.4rem; line-height: 0.4rem; overflow: hidden; font-size: 0.24rem; color: #333; font-weight: bold; }
.news .list li .content{ padding-top: 0.45rem; font-size: 14px; line-height: 30px; height: 60px; color: #666; overflow: hidden; }
.news .list li .more{ margin-top: 0.5rem; width: 1.18rem; height: 0.38rem; line-height: 0.38rem; text-align: center; font-size: 14px; color: #052275; border: #052275 solid 1px; border-radius: 24px; }
.news .list li:hover .zjlkDiv{ background: #fff; box-shadow: 4px 3px 40px 0px rgba(102, 102, 102, 0.06);}
.news .list li:hover .imgDiv:after{ background: url(../images/bg4on.png) repeat-x;}
.news .list li:hover .time{ background: #d5182d;}
.news .list li:hover .name{ color: #d5182d; }
.news .list li:hover .more{ border: #d5182d solid 1px; background: #d5182d; color: #fff; }

.newShow{ padding-top: 0.8rem; }
.newShow .name{ font-size: 0.3rem; color: #333; padding-bottom: 0.2rem; }
.newShow .time{ border-bottom: #dfdfdf solid 1px; padding-bottom: 0.6rem; font-size: 14px; color: #999;}
.newShow .time em{ padding-right: 25px; }
.newShow .content{ font-size: 14px; line-height: 24px; padding: 0.6rem 0; }
.newShow .imgDiv{ padding: 0.4rem 0; text-align: center;}
.newShow .imgDiv img{ max-width: 11.2rem; }
.newShow .botDiv{ border-top: #dfdfdf solid 1px; padding-top: 0.5rem; }

.sideNews{ background: #fff; padding: 0.3rem; }
.sideNews .title{ font-size: 18px; color: #333; font-weight: bold; padding-bottom: 0.3rem; }
.sideNews .list li{ margin-bottom: 0.3rem; }
.sideNews .list li a{ display: block; width: 100%; height: 100%; }
.sideNews .list li .imgDiv{ position: relative; }
.sideNews .list li .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: url(../images/bg4.png) repeat-x;  }
.sideNews .list li .imgDiv img{ width: 100%; }
.sideNews .list li .name{ padding: 0.2rem 0.24rem; background: #052275; color: #fff; font-size: 14px; line-height: 24px; }
.sideNews .list li:hover .imgDiv:after{ background: url(../images/bg4on.png) repeat-x;}
.sideNews .list li:hover .name{ background: #d5182d;}
.sideNews .share li{ float: left; margin-right: 0.2rem; }
.sideNews .share li a{ display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #052275; border-radius: 50%; }
.sideNews .share li a:hover{ background: #d5182d; }
.sideNews .backBtn{ padding-top: 0.3rem; }
.sideNews .backBtn a{ display: block; width: 100%; height: 60px; background: #052275; color: #fff; line-height: 60px; font-size: 16px; text-indent: 1.2rem; }
.sideNews .backBtn a:after{ content: ''; position: absolute; right: 1.2rem; top: 50%; width: 14px; height: 12px; margin-top: -7px; background: url(../images/nimg14_1.png) no-repeat center; }
.sideNews .backBtn a:hover{ background: #d5182d;}

.case .list{ position: relative; z-index: 1; }
.case .list ul{ margin-right: -0.5rem; }
.case .list li{ float: left; width: 33.33%; padding-bottom: 0.5rem; }
.case .list li .box{ margin-right: 0.5rem; }
.case .list li .imgDiv{ overflow: hidden; position: relative; }
.case .list li .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background: url(../images/bg4.png) left repeat-x; }
.case .list li .imgDiv img{ width: 100%; }
.case .list li .botDiv{ padding-top: 0.25rem; height: 1.28rem; background: #212773; position: relative;}
.case .list li .botDiv:after{ content: ''; position: absolute; left: 50%; margin-left:-2.34rem; top: 50%; margin-top: -0.24rem; width: 4.68rem; height: 0.48rem; background: url(../images/nimg468Bg.png) center no-repeat; background-size: 4.68rem; z-index:0;}


.case .list .type{ position: relative; z-index: 1; width: 1.42rem; height: 0.42rem; border: #fff solid 0.02rem; line-height: 0.42rem; font-size: 0.24rem; font-weight: bold; text-align: center; color: #fff; margin: 0 auto; border-radius: 0.24rem; }
.case .list .name{ font-weight: bold; font-size: 0.18rem; line-height: 0.18rem; color: #fff; text-align: center; padding: 0.15rem 0 0.1rem; }
.case .list .wen{ font-size: 0.15rem; color: #fff; text-align: center; }
.case .list li .box:hover .imgDiv:after{ background: url(../images/bg5.png) left repeat-x;}
.case .list li .box:hover .botDiv{ background: #d5182d; }
.case .list li .box:hover .botDiv:after{ background: url(../images/nimg468Bgon.png) center no-repeat; background-size: 4.68rem; }
.case .list li .box:hover .type{ border: #052275 solid 0.02rem; background: #052275; }
.case .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.caseTitle{ text-align: center; padding-bottom: 0.5rem;}
.caseTitle .title{ font-size: 0.3rem; color: #d4172c; font-weight: bold; display: inline-block; position: relative;}
.caseTitle .title:before{ content: ''; display:inline-block; position:relative; left: 0; margin-right:0.2rem; top: 0.05rem; width: 0.32rem; height: 0.32rem; background: url(../images/nimg32Bg.png) no-repeat; background-size: 0.32rem; }

.caseNav{ text-align: center; position: relative; z-index: 1;}
.caseNav li{ display: inline-block;}
.caseNav li .box{ cursor:pointer; font-size: 15px; margin: 0 10px; font-weight: bold; padding:0 20px; height: 40px; color: #fff; line-height: 40px;  background: #052275; border-radius: 24px;}
.caseNav li:hover .box, .caseNav li.on .box{ background: #d4172c; }

.caseShow{ padding-top: 0.75rem; position: relative; z-index: 1; }
.caseShow .topDiv{ background: #fff; }
.caseShow .topDiv .leftDiv{ width: 4.8rem; padding: 0 1.6rem; }
.caseShow .mxfDiv{ position: relative; height: 5.5rem; }
.caseShow .layer{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.caseShow .name{ font-weight: bold; font-size: 24px; color: #d4172c; padding-left: 20px; background: url(../images/ico6.png) left center no-repeat; }
.caseShow .content{ font-size: 16px; line-height: 30px; padding-top: 0.35rem; }
.caseShow .topDiv .rightDiv{ width: 8.0rem; }
.caseShow .botDiv .leftDiv{ width: 8.0rem; height: 2.64rem; background: #d4172c; }
.caseShow .botDiv .rightDiv{ width: 8.0rem; height: 2.64rem; background: #052275; }
.caseShow .cjDiv{ padding: 0.65rem 0.84rem 0; }
.caseShow .title{ font-size: 24px; color: #fff; padding-bottom: 0.2rem; }
.caseShow .label{ width: 5.3rem; }
.caseShow .label ul{ margin-right: -0.16rem; }
.caseShow .label li{ float: left; padding-bottom: 0.15rem; font-size: 0.18rem; }
.caseShow .label li .box{ margin-right: 0.16rem; padding: 0 0.2rem; height: 0.36rem; line-height: 0.36rem; border-radius: 0.24rem; color: #fff; text-align: center; background: #052275; }
.caseShow .msg{ font-size: 16px; color: #fff; line-height: 32px; }
.caseShow .msg a{ color: #fff;}
.caseShow .msg a:hover{ text-decoration:underline;}

.casePic{ width: 8.0rem; }
.casePic img{ width: 100%; }
.casePic .swiper-pagination{ position:absolute; z-index:2!important; left: auto!important; width: auto!important; right: 15px; margin-left: 0;} 
.casePic .swiper-pagination-bullet{ font-size: 14px; cursor: pointer; border-radius: 0; opacity: 1; width: 28px; height: 28px; line-height: 28px; background: none; color: #fff; border: none; margin: 0!important; }
.casePic .swiper-pagination-bullet-active { background: #052275;}

.contact{ padding-top: 0.75rem; position: relative; z-index: 1;}
.contact .leftDiv{ width: 8.0rem; }
.contact .leftDiv .conDiv{ padding: 0.85rem 0 0 1.45rem; }
.contact .name{ font-size: 24px; color: #333; padding-bottom: 0.25rem; }
.contact .msgList li{ position: relative; padding-left: 60px; padding-bottom: 0.25rem; height: 32px; line-height: 32px; color: #333; font-size: 16px; font-family:bold; }
.contact .msgList li .ico{ position: absolute; left: 0; top: 0; }
.contact .botbot{ background: #fff; }
.contact .rightDiv{ width: 8.0rem; }
.contact .rightDiv .conDiv{ padding: 0.8rem 0 0 1.35rem; }
.contact .leftMap, .contact .rightMap{ width: 8.0rem; height: 4.78rem; }
/*.contact .leftMap img, .contact .rightMap img{ width: 100%; }*/

.contact2{ padding-top: 1rem; }
.contact2 .indexTitle{ padding-bottom: 0.6rem; }
.contact2 .leftDiv{ width: 7.8rem; overflow: hidden; }
.contact2 .leftDiv ul{ margin-right: -0.4rem; }
.contact2 .leftDiv li{ float: left; width: 50%; padding-bottom: 0.4rem;}
.contact2 .leftDiv li .box{ margin-right: 0.4rem; border: #d8d8d8 solid 1px; background: #fff; box-sizing: border-box; height: 0.6rem; padding-left: 0.25rem; }
.contact2 .leftDiv li .input1{ width: 100%; height: 0.58rem; line-height: 0.58rem; font-size: 14px; }
.contact2 .rightDiv{ width: 7.8rem; }
.contact2 .rightDiv .box{ border: #d8d8d8 solid 1px; background: #fff; height: 2.58rem;}
.contact2 .rightDiv textarea{ width: 100%; height: 100%; font-size: 14px; box-sizing: border-box; padding: 0.25rem; }
.contact2 .btnDiv{ padding-top: 0.2rem; width: 120px; margin: 0 auto; }
.contact2 .btnDiv a{ display: block; width: 120px; height: 40px; background: #052275; text-align: center; line-height: 40px; border-radius: 24px; color: #fff; font-size: 14px; }
.contact2 .btnDiv a:hover{ background:#d5182d;}

.album{ padding-top: 0.6rem; position: relative; z-index: 1; }
.albumPic{ position: relative; }
.albumPic .detail-box{ width: 12.75rem; }
.albumPic .detail-box .item { display: none; position: relative; }
.albumPic .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.albumPic .detail-box .imgDiv img{ width: 100%; }
.albumPic .detail-box .name{ text-align: center; padding-top: 0.25rem; color: #333; font-size: 16px; }
.albumPic .box-container{ width: 2.9rem; height: 7.38rem; position: relative;}
.albumPic .year-swiper{ height: 6.5rem; margin-top: 0.48rem;}
.albumPic .year-swiper .swiper-slide{ cursor: pointer; }
.albumPic .year-swiper .limg img{ width: 100%; }
.albumPic .year-swiper .txt{ font-size: 16px; padding-top: 10px; text-align: center; }
.albumPic .box-container .prev { position: absolute; right: 0; top: 0; cursor: pointer; width: 2.9rem; height: 0.3rem; overflow: hidden; background: #052275 url(../images/nimg18_top.png) no-repeat center; z-index: 5;}
.albumPic .box-container .next { position: absolute; right: 0; bottom: 0; cursor: pointer; width: 2.9rem; height: 0.3rem; overflow: hidden; background: #052275 url(../images/nimg18_bot.png) no-repeat center; z-index: 5;}
.albumPic .box-container .prev:hover{ background: #d5182d url(../images/nimg18_top.png) no-repeat center;}
.albumPic .box-container .next:hover{ background: #d5182d url(../images/nimg18_bot.png) no-repeat center;}

.apa{ position: relative; z-index: 1; }
.apaPic{ position: relative; }
.apaPic .detail-box{ width: 14.0rem; }
.apaPic .detail-box .item { display: none; position: relative; height: 5.5rem; }
.apaPic .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.apaPic .detail-box .imgDiv{ width: 8.0rem; position: relative; }
.apaPic .detail-box .imgDiv:after{ content: ''; position: absolute; right: 0; top: 0; width: 5px; height: 100%; background: url(../images/bg11.png) repeat-y; }
.apaPic .detail-box .imgDiv img{ width: 100%; }
.apaPic .detail-box .conDiv{ width: 6.0rem; height: 5.5rem; background: url(../images/bg6.jpg) repeat; position: relative; }
.apaPic .detail-box .conDiv:after{ content: ''; position: absolute; right: 0.6rem; bottom: 0.6rem; width: 1.94rem; height: 0.8rem; background: url(../images/nimg194Bg.png) no-repeat; background-size: 1.94rem; }
.apaPic .detail-box .mxfDiv{ padding: 0.6rem 0.6rem 0; }
.apaPic .detail-box .year{ font-size: 0.4rem; color: #fff; line-height: 0.4rem; padding-bottom: 0.5rem; }
.apaPic .detail-box .content{ font-size: 0.16rem; color: #fff; line-height: 0.36rem; }
.apaPic .box-container{ width: 1.48rem; padding-left: 0.12rem; height: 5.5rem; position: relative;}
.apaPic .year-swiper{ height: 4.6rem; margin-top: 0.45rem; background: url(../images/line2.png) 0.22rem top repeat-y;}
.apaPic .year-swiper .swiper-slide{ cursor: pointer; height: 0.65rem; line-height: 0.65rem; color: #999; font-size: 0.16rem; font-weight: bold; position: relative;}
.apaPic .year-swiper .swiper-slide:after{ content: ''; position: absolute; left: 0.34rem; top: 50%; width: 0.2rem; height: 1px; background: #c0c0c0; z-index: -1;}
.apaPic .year-swiper .swiper-slide .year{ background: url(../images/nimg25_1.png) 0.1rem center no-repeat; background-size: 0.25rem; padding-left: 0.62rem; }
.apaPic .year-swiper .swiper-slide-active{ color: #d5182d; }
.apaPic .year-swiper .swiper-slide-active .year{ background: url(../images/nimg25_1on.png) 0.1rem center no-repeat; background-size: 0.25rem;}
.apaPic .box-container .prev { position: absolute; left: 0.12rem; top: 0; cursor: pointer; border-radius: 50%; width: 0.45rem; height: 0.45rem; overflow: hidden; background: #052275 url(../images/nimg18_top.png) no-repeat center; z-index: 5;}
.apaPic .box-container .next { position: absolute; left: 0.12rem; bottom: 0; cursor: pointer; border-radius: 50%; width: 0.45rem; height: 0.45rem; overflow: hidden; background: #052275 url(../images/nimg18_bot.png) no-repeat center; z-index: 5;}
.apaPic .box-container .prev:hover{ background: #d5182d url(../images/nimg18_top.png) no-repeat center;}
.apaPic .box-container .next:hover{ background: #d5182d url(../images/nimg18_bot.png) no-repeat center;}

.apaList{ position: relative; padding-top: 0.5rem; }
.apaList:after{ content: ''; position: absolute; left: 0.15rem; top: 0; width: 1px; height: 100%; background: url(../images/line2.png) repeat-y;}
.apaList li{ position: relative; padding-left: 0.6rem; z-index: 2; padding-bottom: 0.5rem; padding-top: 0.75rem}
.apaList li .year{ position: absolute; left: 0; top: 0; color: #d5182d; padding-left: 0.56rem; font-size: 0.32rem; background: url(../images/nimg25_1on.png) left top no-repeat; background-size: 0.3rem;}
.apaList li .content{ font-size: 0.26rem; line-height: 0.52rem; padding-top: 0.45rem; }
.apaList li .imgDiv img{ width: 100%;}

.siteMap{ position: relative; z-index: 1; }
.siteMap li{ margin-bottom:25px; padding-bottom:20px; overflow:hidden; border-bottom:#ddd solid 1px;}
.siteMap li h2{ font-size:18px; height:42px;}
.siteMap li h2 a{ color:#ff001c;}
.siteMap li .list dd{ font-size:14px; float:left; padding-right:30px;}

.terms{ position: relative; z-index: 1; min-height: 400px;}
.terms .title{ text-align:center; font-size:28px; color:#ff001c; padding-bottom:20px;}
.terms .content{ font-size:16px; line-height:36px;}
.terms .txt{ font-size:20px; color:#0768FD;}

.friend{ position: relative; z-index: 1; min-height: 400px; }
.friend .list{ padding: 0 2.5rem; }
.friend .list ul{ margin-right:-30px;}
.friend .list li{ float:left; width:16.66%; margin-bottom:25px;}
.friend .list li .box{ margin-right:30px;}
.friend .list li .imgDiv{ border:#ddd solid 1px;}
.friend .list li .imgDiv img{ width:100%;}
.friend .list li .name{ height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; overflow:hidden;}
.friend .list li .box:hover .name{ color:#ff001c;}

.searchTab{ padding-bottom:30px;}
.searchTab li{ float:left; margin-right:20px; width:120px; height:40px; text-align:center; line-height:40px; background:#eee; color:666; font-size:14px;}
.searchTab .liNow{ background:#052275; color:#fff;}

.newProduct .list ul{ margin-right: -0.6rem; }
.newProduct .list li{ float: left; width: 25%; padding-bottom: 0.25rem; }
.newProduct .list li .box{ margin-right: 0.6rem; }
.newProduct .list li .imgDiv{ overflow: hidden; }
.newProduct .list li .imgDiv img{ width: 100%; }
.newProduct .list li .txt{ padding-top: 0.4rem; height: 0.38rem; line-height: 0.38rem; font-weight: bold; color: #333; font-size: 0.24rem; text-align: center; }
.newProduct .list li .msg{ color: #666; font-size: 0.18rem; height: 0.3rem; line-height: 0.3rem; text-align: center; overflow: hidden; }
.newProduct .list li .box:hover .txt{ color: #d5182d; }
.newProduct .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
































































































