﻿.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
.head {
  background: url("../images/hea_img.png") no-repeat;
  background-size: 100% 100%;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
.head .logo {
  padding: 0 80px;
	margin-top: 20px;
}
.head .head_ul {
  display: inline-block;
}
.head .head_ul a {
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
}
.head .head_ul a:hover,
.head .head_ul a.active {
  color: #c50f07;
}
.footer {
  background: url("../images/bg2.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  padding: 25px 0;
  line-height: 28px;
  font-family: "Aldine721BT-Roman";
}
.footer .tex {
  vertical-align: top;
  width: 50%;
	padding-left: 20px;
}
.footer .tex span {
  color: #3072ae;
}
.footer .list {
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.footer .list a {
  padding: 0 20px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer .list a:hover {
  color: #3072ae;
}
.swi {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swi .swiper-container {
  width: 100%;
  vertical-align: top;
}
.swi .swiper-container .swiper-slide {
  position: relative;
}
.swi .swiper-container .swiper-slide:nth-child(n+2) .text {
  display: none;
}
.swi .swiper-container .swiper-slide .img {
  width: 100%;
}
.swi .swiper-container .swiper-slide .img img {
  width: 100%;
}
.swi .swiper-container .swiper-slide .text {
  text-align: right;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 100px;
}
.swi .swiper-container .swiper-slide .text .text_l {
  width: 50%;
  color: #fff;
}
.swi .swiper-container .swiper-slide .text .text_l .en {
  font-family: "Impact.woff";
  font-size: 36px;
  text-transform: uppercase;
}
.swi .swiper-container .swiper-slide .text .text_l .te {
  padding: 15px 0;
  font-size: 18px;
  line-height: 24px;
}
.swi .swiper-container .swiper-slide .text .text_l .more {
  margin-top: 15px;
}
.swi .swiper-container .swiper-slide .text .text_l .more .sp {
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
  background: #00569f;
}
.swi .swiper-container .swiper-slide .text .text_l .more .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  background: #c50f07;
  text-align: center;
}
.swi .swiper-container .swiper-slide .text .img_r {
  padding-top: 40px;
  width: 50%;
  text-align: center;
}
.swi .swiper-container .swiper-pagination {
  bottom: 40px;
}
.swi .swiper-container .swiper-pagination-bullet {
  background: url("../images/swi.png") no-repeat;
  width: 16px;
  height: 22px;
  opacity: 1;
  line-height: 34px;
  margin-bottom: 6px!important;
}
.swi .swiper-container .swiper-pagination-bullet-active {
  background: url("../images/swi2.png") no-repeat;
  width: 24px;
  height: 34px;
  margin-bottom: 0px!important;
}
/*000*/
.i_hea_h {
  text-align: center;
  position: relative;
}
.i_hea_h .bor {
  /*  position: absolute;
    left: 50%;
    bottom: 0;*/
}
.i_hea_h .i_h1 {
  text-transform: uppercase;
  font-family: "Arial";
  font-size: 36px;
  font-weight: bold;
}
.i_hea_h .i_h1 .re {
  color: #c50f07;
}
.i_hea_h .i_p {
  font-size: 18px;
  font-family: "Transitional 551 Medium BT";
  color: #3e3333;
  padding: 15px 0;
}
.i_pu {
  background-color: #efefef;
  padding: 75px 0;
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /* .i_pu_ul{
    padding: 55px 0;
    li{
      width: 24%;
      margin-right: 4/3%;
      float: left;
      position: relative;
      overflow: hidden;
      height: 220px;
      margin-bottom: 10px;
      &:nth-child(4n){
        margin-right: 0;
      }
      &:hover{
        .text{
          opacity: 1;
        }
      }
      .text{
        opacity: 0;
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.71);
        text-align: center;
        transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
        .c{
          position: absolute;
          left: 50%;
          top:50%;
          transform: translate(-50%,-50%);
          font-size: 20px;
          color: #fff;text-transform : uppercase;
          line-height: 30px;
          .iconfont{
            color: #fff;
            font-size: 40px;
          }
        }
      }

    }
  }*/
}
.i_pu .i_x_swiper-container {
  padding: 55px 0;
}
.i_pu .i_x_swiper-container .swiper-slide {
  /*  width: 24%;
      margin-right: 4/3%;
      float: left;*/
  position: relative;
  overflow: hidden;
  /*  height: 220px;*/
  /*margin-bottom: 10px;*/
  /* &:nth-child(4n){
        margin-right: 0;
      }*/
}
.i_pu .i_x_swiper-container .swiper-slide img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.i_pu .i_x_swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}
.i_pu .i_x_swiper-container .swiper-slide:hover .text {
  opacity: 1;
}
.i_pu .i_x_swiper-container .swiper-slide .text {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.i_pu .i_x_swiper-container .swiper-slide .text .c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
.i_pu .i_x_swiper-container .swiper-slide .text .c .iconfont {
  color: #fff;
  font-size: 40px;
}
.i_pu .more {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.i_pu .more .sp {
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
  background: #00569f;
}
.i_pu .more .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  background: #c50f07;
  text-align: center;
}
.i_wel {
  width: 100%;
  background: #fff;
}
.i_wel .i_wel_limg {
  width: 50%;
  overflow: hidden;
}
.i_wel .i_wel_rte {
  width: 50%;
  padding: 110px 90px;
  text-align: left;
}
.i_wel .i_wel_rte .i_hea_h {
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.i_wel .i_wel_rte .i_hea_h:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 2px;
  background: #c50f07;
}
.i_wel .i_wel_rte .text {
  padding: 30px 0;
  font-size: 18px;
  font-family: Arial;
  line-height: 26px;
  color: #888888;
}
.i_wel .i_wel_rte .more {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.i_wel .i_wel_rte .more .sp {
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
  background: #00569f;
}
.i_wel .i_wel_rte .more .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  background: #c50f07;
  text-align: center;
}
.i_ser {
  padding: 75px 70px;
  background-color: #efefef;
  text-align: center;
}
.i_ser .i_x_swiper-container {
  padding: 55px ;
}
.i_ser .i_x_swiper-container .swiper-slide {
  /*  width: 24%;
        margin-right: 4/3%;
        float: left;*/
  position: relative;
  overflow: hidden;
  /*  height: 220px;*/
  /*margin-bottom: 10px;*/
  /* &:nth-child(4n){
         margin-right: 0;
       }*/
}
.i_ser .i_x_swiper-container .swiper-slide img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.i_ser .i_x_swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}
.i_ser .i_x_swiper-container .swiper-slide:hover .text {
  opacity: 1;
}
.i_ser .i_x_swiper-container .swiper-slide .text {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.i_ser .i_x_swiper-container .swiper-slide .text .c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
.i_ser .i_x_swiper-container .swiper-slide .text .c .iconfont {
  color: #fff;
  font-size: 40px;
}
.i_ser .more {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.i_ser .more .sp {
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
  background: #00569f;
}
.i_ser .more .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  background: #c50f07;
  text-align: center;
}
.i_last {
  padding: 50px 0;
  background: #fff;
}
.i_last ul li {
  width: 25%;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.i_last ul li .img_l {
  width: 56px;
  height: 56px;
  background: #00569f;
  border-radius: 50%;
  line-height: 56px;
  position: relative;
  display: inline-block;
}
.i_last ul li .img_l img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*内页*/
.con-himg {
 display:black; position: relative;
}
.con-himg img {
  width: 100%;
}
.con-himg .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
.con-himg .text .te {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.con-himg .text .te .a {
  font-family: "Adobe 黑体 Std";
}
.con-himg .text .te .h1 {
  font-size: 44px;
  line-height: 50px;
  font-family: "Impact.woff";
  font-weight: normal;
}
.con-text {
  padding: 70px 0 100px 0;
  color: #666666;
  font-family: "Arial";
}
.con-text .t_l {
  width: 50%;
}
.con-text .t_l .text {
  padding: 30px 45px 0  0;
}
.con-text .t_l .text .tim {
  font-size: 30px;
  color: #d8d8d8;
  line-height: 45px;
}
.con-text .t_l .text .te {
  font-size: 18px;
  line-height: 30px;
}
.con-text .t_l .c_hea_h {
  position: relative;
}
.con-text .t_l .c_hea_h:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 2px;
  background: #c50f07;
}
.con-text .t_l .c_hea_h .bor {
  /*  position: absolute;
          left: 50%;
          bottom: 0;*/
}
.con-text .t_l .c_hea_h .i_h1 {
  text-transform: uppercase;
  font-family: "bellmt-regular";
  font-size: 36px;
  font-weight: normal;
}
.con-text .t_l .c_hea_h .i_h1 .re {
  color: #c50f07;
}
.con-text .t_l .c_hea_h .i_p {
  font-size: 18px;
  font-family: "Arial";
  color: #3e3333;
  padding: 15px 0;
}
.con-text .t_r {
  width: 50%;
  overflow: hidden;
  text-align: right;
}
.con-text .text-oimg {
  padding: 40px 0;
  width: 100%;
  position: relative;
}
.con-text .text-oimg img {
  width: 100%;
}
.con-text .text-oimg .te {
  width: 100%;
  text-align: center;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.con-text .text_te {
  font-size: 18px;
  line-height: 30px;
}
.contect {
  font-family: "Arial";
  padding: 100px 0;
}
.contect .contect_c {
  background: #00569f;
}
.contect .contect_c:hover img {
  transform: scale(1.05);
}
.contect .contect_c .img {
  width: 50%;
  overflow: hidden;
}
.contect .contect_c .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contect .contect_c .text {
  width: 50%;
  padding: 50px;
  color: #fff;
}
.contect .contect_c .text .t {
  font-size: 30px;
}
.contect .contect_c .text .te {
  padding: 30px 0;
  font-size: 18px;
  line-height: 36px;
}
.product {
  background: #f7f7f7;
  padding: 60px 0 ;
}
.product .p_h1 {
  font-family: "Transitional 551 Medium BT";
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  width: 880px;
  margin: 0 auto;
}
.product .p_h1 span {
  color: #c50f07;
}
.product .p_con {
  padding: 50px 0;
}
.product .p_con .p_list {
  width: 260px;
}
.product .p_con .p_list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.product .p_con .p_list li .li-h1 {
  font-size: 17px;
  line-height: 30px;
  position: relative;
  background-image: url("../images/bor-2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.product .p_con .p_list li .no_more {
  max-height: 160px;
  overflow: hidden;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  /*&:nth-child(n+5){
            display: none;
          }*/
}
.product .p_con .p_list li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
}
.product .p_con .p_list li a .iconfont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30%, -50%);
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  color: #888888;
}
.product .p_con .p_list li a:hover,
.product .p_con .p_list li a.active {
  color: #c50f07;
}
.product .p_con .p_list li a:hover .iconfont,
.product .p_con .p_list li a.active .iconfont {
  color: #c50f07;
}
.product .p_con .p_list li a.tt {
  color: #c50f07;
}
.product .p_con .p_abt {
  width: calc(100% - 260px);
  padding-left: 60px;
}
.product .p_con .p_abt .p_abt_ul {
  width: 100%;
}
.product .p_con .p_abt .p_abt_ul li {
  margin-right: 2%;
  text-align: center;
  margin-bottom: 10px;
  width: 32%;
	float: left;
  /*  height: 300px;*/
}
.product .p_con .p_abt .p_abt_ul li:nth-child(3n) {
  margin-right: 0;
}
.product .p_con .p_abt .p_abt_ul li .img {
  background: #fff;
  line-height: 300px;
  position: relative;
  overflow: hidden;
}
.product .p_con .p_abt .p_abt_ul li .img .logo_p {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 20;
}
.product .p_con .p_abt .p_abt_ul li .te {
  font-size: 18px;
  line-height: 40px;
  padding: 10px 0;
  text-align: center;
  color: #666666;
}
.product .p_con .p_abt .p_abt_ul li:hover img {
  transform: scale(1.05);
}
.product .p_con .p_abt .p_abt_ul li img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product .p_con .p_abt_add{
  padding-bottom: 40px;
}
.product .p_con .p_abt_add .add_img{
  width: 50%;
  padding: 30px;
  background: #fff;
  overflow: hidden;
}
.product .p_con .p_abt_add .add_text{
   width: 50%;font-family: Arial;text-align: left;
  padding-left: 30px;
 }
.p_abt_add .add_text .h1{
  font-size: 36px;
  font-weight: normal;
}
.p_abt_add .add_text .h2{
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
}
.p_abt_add .add_text .add_text_ul{
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0 40px 0;
}
.p_abt_add .add_text .add_text_ul li{
  padding-left: 30px;
  position: relative;
  width: 100%;
  display: inline-block;
  background: url(../images/dot.png) 0px 3px no-repeat;
}
.p_abt_add .w_text{
  padding-top: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.con_next {
  text-align: center;
}
.con_next .con_next_v {
  display: inline-block;
}
.con_next .con_next_v a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px ;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  float: left;
  margin: 0 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_next .con_next_v a:hover,
.con_next .con_next_v a.active {
  background: #c50f07;
  color: #fff;
}
.con_next .con_next_v .nowpage{
  display: inline-block;
  color: #777777;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px ;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  float: left;
  margin: 0 5px;
  background: #c50f07;
  color: #fff;
}
.bg {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.bg .con {
  height: 70%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
.bg .con .icon-cuo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  color: #fff;
  font-size: 40px;
}
.bg .con .con_t {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.bg .re_img {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bg .re_img .c-img {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg .re_img .icon-cuo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 10%);
  display: inline-block;
  text-align: center;
  font-size: 40px;
}
.bg .re_img .icon-Group- {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  display: inline-block;
  background: #c5c5c5;
  border-radius: 5px;
  font-size: 30px;
  color: #15090b;
  text-align: center;
}
.bg .re_img .icon-you {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: #c5c5c5;
  color: #15090b;
  font-size: 30px;
  border-radius: 5px;
  text-align: center;
}
.bg .re_img .te {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
.service {
  padding: 60px 0;
}
.service .p_h1 {
  font-family: "Transitional 551 Medium BT";
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  width: 880px;
  margin: 0 auto;
}
.service .p_h1 span {
  color: #c50f07;
}
.service .i_pu_ul {
  padding: 55px 0;
}
.service .i_pu_ul li {
  width: 24%;
  margin-right: 1.33333333%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-bottom: 10px;
}
.service .i_pu_ul li:nth-child(4n) {
  margin-right: 0;
}
.service .i_pu_ul li img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service .i_pu_ul li:hover .text {
  opacity: 1;
}
.service .i_pu_ul li .text {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service .i_pu_ul li .text .c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
.service .i_pu_ul li .text .c .iconfont {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width:1400px){
  .w{width: 1200px;}
}