.top_bar {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.top_bar>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.tb-left{
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
}
.tb-right{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.tb-right li{
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tb-right li:nth-of-type(2){
  padding:0 30px;
  margin:0 30px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.tb-right li a,.tb-right li span{
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
  margin-left: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  line-height: 54px;
}
.tb-right li:hover a,.tb-right li:nth-of-type(1):hover span{
  font-weight: bold;
}
.tb-right li span b{
  color: #026dc9;
  font-size: 1.8rem;
  font-family: roboto;
}
.tb_code{
  position:relative;
}
.tb_code>div{
  width: 130px;
  position:absolute;
  top:105%;
  left:50%;
  background:#026dc9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.showcode>div{
  top:100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.tb_code>div>img{
  width: 100%;
}
.tb_code>div:after{
  display:block;
  content: '';
  position: absolute;
  top:-10px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 10px solid #026dc9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.head{
  position:relative;
  background:#fff;
}
.head>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  display:flex;
  align-items: center;
}
.logo_text{
  margin-left: 8px;
  padding-right: 26px;
  border-right: 1px solid #e5e5e5;
  margin-right: 18px;
}
.logo_text>h1{
  font-size: 2.8rem;
  line-height: 26px;
  color: #333333;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "huxiaobo";
}
.logo_text>h1 span{
  color: #be0000;
  font-family: "huxiaobo";
}
.logo_text>small{
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
  letter-spacing: -1px;
}
.logo_des>h3{
  font-size: 1.8rem;
  color: #333333;
}
.logo_des>ul{
  display:flex;
  align-items: center;
}
.logo_des>ul li{
  margin-right: 12px;
  background:#ddd;
  line-height: 20px;
  width: 72px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background: -moz-linear-gradient(-75deg, #026dc9, #07b7fe);
  background: -webkit-linear-gradient(-75deg,#026dc9,#07b7fe);
  background: -o-linear-gradient(-75deg, #026dc9, #07b7fe);
}
.nav-bar{
  border-left: 1px solid #e5e5e5;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 46px;
}
.nav-bar li{
  height: 120px;
  display:flex;
  align-items: center;
  margin-left: 1vw;
}
.nav-bar li>a{
  position: relative;
  display: block;
  padding:0 20px;
  line-height: 40px;
  height: 40px;
  font-size: 1.7rem;
  color: #333333;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav-bar li>a:hover,.nav-bar li.active>a {
  background:#026dc9;
  color: #fff;
}
#proclick>a{
  display:flex;
  justify-content: center;
  align-items: center;
}
#proclick>a>img{
  margin-left: 10px;
}
#proclick>a:hover>img,.nav-bar li.active>a>img{
  filter:grayscale(0) brightness(100);
}

#newslick>a{
  display:flex;
  justify-content: center;
  align-items: center;
}
#newslick>a>img{
  margin-left: 10px;
}
#newslick>a:hover>img,.nav-bar li.active>a>img{
  filter:grayscale(0) brightness(100);
}

.downlist{
  display:none;
  position:absolute;
  left:0;
  width:100%;
  top:100%;
  z-index: 100;
  background:url("../images/downbg.jpg") no-repeat center;
  background-size:cover;
}
.downlist .mycontainer{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.downlist .mycontainer>b{
  width: 270px;
  height: 180px;
}
.down_mid{
  width: calc(43% - 270px);
}
.down_mid>h3{
  font-family: almm;
  font-size: 2rem;
  color: #fff;
}
.down_mid>small{
  font-size: 1.4rem;
  color: #fff;
  line-height: 24px;
  display:block;
  margin-top: 5px;
  margin-bottom: 2vw;
}
.down_mid>a{
  display: block;
  width: 78px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding:0;
  line-height: 35px;
}
.down_mid>a span{
  color: #fff;
  font-size: 1.4rem;
  background:url("../images/jt.png") no-repeat right center;
  padding-right: 22px;

}
.down_mid>a:hover{
  border-radius: 20px;
  padding:0 10px;
  width: 98px;
  background: -moz-linear-gradient(-75deg, #026dc9, #07b7fe);
  background: -webkit-linear-gradient(-75deg,#026dc9,#07b7fe);
  background: -o-linear-gradient(-75deg, #026dc9, #07b7fe);
}
.down_right{
  border-left: 1px solid rgba(255, 255, 255, 0.63);
  border-right: 1px solid rgba(255, 255, 255, 0.63);
  padding:4vw;
  display:flex;
  flex-wrap: wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.down_right a{
  width: 50%;
  margin:15px 0;
  font-size: 1.6rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.down_right a:hover{
  text-decoration: underline;
}



.banner{
  width: 100%;
  position:relative;
  overflow:hidden;
}
.banner .swiper-slide img{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}

.banner .swiper-button-next, .banner .swiper-button-prev{
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  color: #fff;
  font-size: 20px;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
  background:#026dc9;
}

.banner .swiper-button-prev{
  left:0;
}
.banner .swiper-button-next{
  right:0;
}




.title{
  padding-top: 1vw;
  padding-bottom: 2.5vw;
}
.title>h1{
  font-size: 4rem;
  color: #333333;
  margin-top: -24px;
  position:relative;
  font-family: alimama;
}
.title>h1 span{
  color: #026dc9;
  font-family: alimama;
}
.title>p{
  font-size: 4.8rem;
  color: #000000;
  opacity: 0.08;
  line-height: 31px;
  font-family: Impact;
  text-transform: uppercase;
}
.title>small{
  font-size: 1.8rem;
  color: #666666;
  font-weight: lighter;
  display:block;
}

.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*adv01*/
.adv01{
  background:#026dc9;
  overflow:hidden;
}
.adv01 .mycontainer{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.adv_tel{
  position:relative;
  height: 100%;
  display:flex;
  align-items: center;
}
.adv_tel:before{
  position:absolute;
  right:0;
  bottom:0;
  width: 520px;
  height: 100%;
  display:block;
  content: '';
  background:url("../images/side.png") no-repeat right center;
  background-size:auto 100%;
}
.adv_tel div{
  padding:0 56px;
  position:relative;
  background:url("../images/tel.png") no-repeat left center;
}
.adv_tel p{
  font-size: 1.4rem;
  color: #fff;
}
.adv_tel h4{
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
  font-family: Impact;
}
.adv01 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.adv01 li{
  display:flex;
  align-items: center;
}
.adv01 ul i{
  display:block;
  width: 1px;
  height: 28px;
  background:#4e99d9;
  margin:0 30px;
}
.adv01 li img{
  height: 26px;
  margin-right: 17px;
  filter:grayscale(100) brightness(100);
}
.adv01 li p{
  font-size: 1.8rem;
  color: #fff;
}

/*product*/
.indexpro{
  padding-top:5vw;
}
.proside{
  float:left;
  width: 260px;
  background:#026dc9;
  background: -moz-linear-gradient(0deg, #026dc9, #0090ff);
  background: -webkit-linear-gradient(0deg,#026dc9,#0090ff);
  background: -o-linear-gradient(0deg, #026dc9, #0090ff);
}
.proside_top{
  text-align: center;
  color: #fff;
  background:url("../images/sidetop.jpg") no-repeat center top;
  padding:2vw 0;
}
.proside_top>h4{
  font-size: 2.8rem;
}
.proside_top>small{
  font-size: 1.4rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.proside_ul{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2px;
}
.proside_ul a{
  border-bottom: 1px solid #e5e5e5;
  display:flex;
  background:#fff;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
}
.proside_ul a h3{
  line-height: 56px;
  width: calc(98% - 16px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proside_ul a:hover h3,
.proside_ul a.active h3 {
  color: #0050a5;
}
.proside_ul a span{
  background:#999999;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display:block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proside_ul a:hover span,
.proside_ul a.active span {
  background:#0050a5;
}
.proside_ul a span:after{
  display:block;
  font-family: swiper-icons;
  content: 'next';
  position:absolute;
  width: 100%;
  text-align: center;
  font-size: 10px;
  left:0;
  top:0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.proside_bom{
  padding:25px 5px;
  text-align: center;
  color: #fff;
}
.proside_bom h4{
  font-size: 3rem;
  font-weight: lighter;
}
.proside_bom p{
  font-size: 1.8rem;
  font-weight: lighter;
}
.proside_bom h3{
  font-size: 2.4rem;
  font-family: Impact;
  font-weight: normal;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.proside_bom a{
  display:block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: lighter;
  border-radius: 20px;
  width: 120px;
  line-height: 40px;
  margin:0 auto;
  border:1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proside_bom a:hover{
  border: 1px solid #fff;
  background:#fff;
  color: #026dc9;
}

.proright{
  float:right;
  width: calc(97% - 260px);
}
.prolist_ul ul{
  width: 100%;
}
.prolist_ul ul li{
  float:left;
  width:32%;
  margin-right: 2%;
  background:#fff;
  margin-bottom: 1vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #ebebeb;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding:28px 24px;
}
.prolist_ul ul li:nth-of-type(3n){
  margin-right: 0;
}
.prolist_ul ul li:hover{
  background:#0170bf;
  border:2px solid #0170bf;
}
.prolist_ul ul li>b{
  width: 100%;
  height: 270px;
}
.pro_text>span{
  font-size: 3.6rem;
  color: #000000;
  opacity: 0.08;
  top: 20px;
  display: block;
  font-family: Impact;
  position:relative;
  line-height: 36px;
  text-align: center;
}
.pro_text>h5{
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.prolist_ul ul li:hover .pro_text>h5 {
  color: #fff;
}
.pro_text>small{
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: lighter;
  text-align: center;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-top: 3px;
  margin-bottom: 10px;
}
.prolist_ul ul li:hover .pro_text>small{
  color: #fff;
}
.pro_text>div{
  display:flex;
  justify-content: center;
  align-items: center;
}
.pro_text>div a{
  display:block;
  background:#026dc9;
  border:1px solid #026dc9;
  width: 106px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_text>div a:last-of-type{
  margin-left: 12px;
  background:#be0000;
  border:1px solid #be0000;
}

.prolist_ul ul li:hover .pro_text a{
  background:#026dc9;
  border:1px solid #fff;
}
.prolist_ul ul li .pro_text a:first-of-type:hover {
  background:#fff;
  color: #0170bf;
}
.prolist_ul ul li .pro_text a:last-of-type:hover{
  background:#be0000;
  border:1px solid #be0000;
  color: #fff;
}

/*adv02*/
.advbg{
  background:url("../images/advbg.jpg") no-repeat center bottom;
  background-size:100% auto;
  padding:8vw 0;
}
.adv02{
  background:#fff;
  box-shadow: 0 0 10px rgba(0, 83, 155, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3vw;
  padding-top: 2vw;
}
.adv_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.adv_tel2{
  background:#026dc9;
  border-radius: 24px;
  padding: 8px;
  padding-left: 19px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.adv_tel2>h3{
  background:url("../images/advtel.png") no-repeat left center;
  padding-left:37px;
  color: #fff;
  font-family: Impact;
  font-size: 2.4rem;
  font-weight: normal;
}
.adv_tel2>a{
  background:#fff;
  border-radius: 24px;
  padding:0 20px;
  line-height: 37px;
  margin-left: 10px;
}
.adv_tel2>a>span{
  font-size: 1.6rem;
  color: #026dc9;
  font-weight: lighter;
  padding-left:32px;
  background:url("../images/advmsg.png") no-repeat left center;
}
.adv_bom li{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.adv_bom li:first-of-type{
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding-right: 40px;
  padding-bottom: 40px;
}
.adv_bom li:nth-of-type(2){
  border-bottom: 1px solid #dcdcdc;
  padding-left: 40px;
  padding-bottom: 40px;
}
.adv_bom li:nth-of-type(3){
  border-right: 1px solid #dcdcdc;
  padding-right: 40px;
  padding-top: 40px;
}
.adv_bom li:nth-of-type(4){
  padding-left: 40px;
  padding-top: 40px;
}
.adv_bom li>b{
  width: 244px;
  height: 168px;
}
.adv_li_cont{
  width: calc(98% - 244px);
}
.adv_li_cont>small{
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
  display:block;
}
.adv_li_tit{
  display:flex;
  align-items: center;
  margin-bottom: 1.5vw;
}
.adv_li_tit>img{
  max-height: 47px;
  margin-right: 20px;
}
.adv_li_tit>div>h4{
  font-size: 2.4rem;
  color: #333333;
}
.adv_li_tit>div>h4 span{
  color: #026dc9;
}
.adv_li_tit>div>small{
  font-size: 1.4rem;
  color: #888888;
  font-family: arial;
  text-transform: uppercase;
}


/*company*/
.company{
  padding-bottom: 3vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.indexcom_left{
  width: calc(95% - 450px);
}
.indexcom_left .title{
  padding-bottom: 0;
}
.indexcom_left>p{
  font-size: 2.4rem;
  color: #444444;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.indexcom_left>small{
  font-size: 1.6rem;
  color: #888686;
  line-height: 32px;
}
.indexcom_left>small a{
  color: #026dc9;
}
.indexcom_left>ul{
  display:flex;
  align-items: center;
  margin-top: 2.5vw;
}
.indexcom_left>ul li{
  width: 30%;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:1.5vw;
  padding-bottom:28px;
  background:url("../images/indexcomicon.png") repeat-x left bottom;
}
.indexcom_left>ul li>p{
  font-size: 2.8rem;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  background:url("../images/zcomicon.png") no-repeat right center;
  padding-right:34px;
}
.indexcom_left>ul li>small{
  display:block;
  width: 100%;
  font-size: 2.2rem;
  color: #333333;
}

/*ban2*/
.ban2{
  background:url("../images/ban2bg.jpg") no-repeat center;
  background-size:cover;
  padding:3vw 0;
}
.ban2 .mycontainer{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.ban2_text>h3{
  font-size: 3rem;
  color: #fff;
  font-family: alimama;
}
.ban2_text>small{
  font-size: 2rem;
  font-weight: lighter;
  color: #fff;
  display:block;
  margin:10px 0;
}
.ban2_text>div{
  display:flex;
  align-items: center;
}
.ban2_text>div>a{
  margin-right: 22px;
  width: 142px;
  height: 42px;
  background:#be0000;
  border:1px solid #be0000;
  display:flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.ban2_text>div>a:last-of-type{
  background:#fff;
  border:1px solid #fff;
}
.ban2_text>div>a span{
  font-weight: lighter;
  font-size: 1.5rem;
  padding-left:33px;
  color: #fff;
  position:relative;
  background:url("../images/ban2icon01.png") no-repeat left center;
}
.ban2_text>div>a:last-of-type span{
  color: #026dc9;
  background:url("../images/ban2icon02.png") no-repeat left center;
}
.ban2_text>div>a span:before{
  display:block;
  content:"";
  width:calc(100% - 33px);
  height:1px;
  background:#fff;
  position:absolute;
  left:33px;
  bottom:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.ban2_text>div>a:last-of-type span:before {
  background:#026dc9
}
.ban2_text>div>a:hover span:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}


.ban2 .mycontainer>ul{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.ban2 .mycontainer>ul li{
  border:5px solid #fff;
  width:200px;
  height: 142px;
  background-size:cover;
  display:flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  margin-left: 2vw;
}
.ban2 .mycontainer>ul li p{
  line-height: 45px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}

/*case*/
.case{
  display:flex;
  justify-content: space-between;
  padding:4vw 0;
  background:url("../images/newsbg.jpg") no-repeat center bottom;
}
.case_left{
  width: 424px;
  background:url("../images/casebg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw 40px;
}
.case_left .title small{
  margin-top: 1vw;
}
.case_left>a{
  width: 135px;
  line-height: 45px;
  background:#026dc9;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case_left>a:hover{
  background:#be0000;
}
.case_right{
  width: calc(100% - 424px);
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-end;

}
.case_right a{
  display:flex;
  width: calc(50% - 10px);
  height: 270px;
  margin-top: 10px;
  margin-left: 10px;
}
.case_right a:first-of-type,.case_right a:nth-of-type(2){
  margin-right: 0;
}
.case_text{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(2, 109, 201, 0.8);
  display:flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  text-align: center;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.case_text:before{
  display:block;
  content: '';
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #fff;
  -webkit-transition: 350ms 100ms all ease;
  -moz-transition: 350ms 100ms all ease;
  -ms-transition: 350ms 100ms all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 100ms all ease;
}
.case_style a:hover .case_text{
  opacity: 1;
}
.case_style a:hover .case_text:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.case_text img{
  margin:10px auto;
}
.case_text>div{
  position:relative;
}
.case_text>div>p{
  font-size: 3rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.case_text>div>small{
  font-size: 1.6rem;
  display:block;
  margin-bottom: 1.5vw;
}
.case_text>div>span{
  display:block;
  margin:0 auto;
  width: 100px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: lighter;
  border-radius:16px;
  border: 1px solid #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;

}
.case_style a:hover .case_text{
  opacity: 1;
}

.case_text>div>span:hover{
  background:#be0000;
  border:1px solid #be0000;
}

/*news*/
.newsbg{
  padding:4vw 0;
  display:flex;
  justify-content: space-between;
}
.indexnews_left{
  width: calc(97% - 522px);
}
.indexnews_left>a{
  display:block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexnews_left>a>div{
  display:flex;
  align-items: center;
  margin-bottom: 15px;
}
.indexnews_left>a>div>p{
  background:#026dc9;
  background: -moz-linear-gradient(0deg, #026dc9, #0090ff);
  background: -webkit-linear-gradient(0deg,#026dc9,#0090ff);
  background: -o-linear-gradient(0deg, #026dc9, #0090ff);
  border-radius: 4px 18px 4px 4px;
  padding:4px 7px;
  padding-right: 20px;
  margin-right: 22px;
}
.indexnews_left>a>div>p span{
  background:url("../images/newsicon.png") no-repeat left center;
  padding-left:32px;
  font-size: 1.8rem;
  font-family: alimama;
  color: #fff;
}
.indexnews_left>a>div>h4{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  color: #282828;
  width: calc(100% - 153px);
}
.indexnews_left>a>small{
  font-size: 1.4rem;
  color: #757575;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexnews_left>a:hover>div>h4,.newsul a:hover>div>h4{
  color: #026dc9;
  text-decoration: underline;
}
.indexnews_left>a:hover>small,.newsul a:hover>div>small{
  text-decoration: underline;
}
.newsul a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0;
  border-bottom: 1px dashed #d2d2d2;
}
.newsul a>b{
  width: 212px;
  height: 118px;
}
.newsul a>div{
  width: calc(98% - 212px);
}
.newsul a>div>h4{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.8rem;
  color: #282828;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-bottom: 10px;
}
.newsul a>div>small{
  font-size: 1.4rem;
  line-height: 24px;
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul2 a{
  margin-top: 13px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.newsul2 a>h4{
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.8rem;
  color: #282828;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul2 a>h4 b{
  display:inline-block;
  color: #026dc9;
  font-size: 2rem;
  margin-right: 10px;
}
.newsul2 a>span{
  font-size: 1.8rem;
  color: #a1a1a1;
  font-family: arial;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul2 a:hover>h4,
.newsul2 a:hover>span{
  color: #026dc9;
}
.indexques{
  width: 522px;
  background:url("../images/lj.png") no-repeat center;
  background-size:100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
}
.ques_tit{
  background:url("../images/quesbg.jpg") no-repeat center;
  background-size:cover;
  height: 183px;
  display:flex;
  align-items: center;
  padding-left:2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ques_tit h4{
  color: #fff;
  font-family: alimama;
  font-size: 3.6rem;
}
.ques_tit small{
  color: #fff;
  font-family: alimama;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.indexques>a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding:15px 0;
  border-bottom: 1px dashed #d2d2d2;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexques>a>h4{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
  color: #282828;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexques>a>h4 b{
  display:inline-block;
  width: 26px;
  color: #026dc9;
  font-size: 2rem;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexques>a:hover{
  background:#026dc9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px 10px;
}
.indexques>a:hover>h4{
  color: #fff;
}
.indexques>a:hover>h4 b {
   color: #fff;
 }
.indexques>a>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 20px;
  color: #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 26px;
  font-weight: lighter;
  margin-top: 14px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexques>a:hover>small {
  color: #fff;
}













/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
}
.fot_top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_top .mycontainer{
  height: 110px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_top a{
  font-size: 1.7rem;
  color: #ffffff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_top a:hover{
  text-decoration: underline;
}
.fot_top i{
  width: 1px;
  height: 12px;
  display:block;
  background: rgba(255, 255, 255, 0.6);
}
.fot_mid{
  padding:2vw 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_mid_left{
  display:flex;
  align-items: center;
}

.fot_mid_left>img{
  margin-right: 30px;
}
.fot_mid_left>div>div{
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mid_left>div p{
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.fot_tel{
  background:url("../images/fottel.png") no-repeat left center;
  padding-left:70px;
  margin-bottom: 10px;
  border-top: none!important;
}
.fot_mid_left>div h3{
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
  font-family: Impact;
  font-family: 'huxiaobo';
  letter-spacing: 3px;
}
.fot_mid_left>div h4{
  font-size: 1.8rem;
  color: #fff;
  margin-top: 10px;
}
.fot_mid_left>div small{
  font-size: 1.4rem;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: lighter;
}
.fot_mid_right{
  width: 50%;
}
.fot_mid_right>h3{
  color: #fff;
  font-size: 1.8rem;
  font-family: alimama;
}
.fot_mid_right>div{
  display:flex;
  flex-wrap: wrap;
}
.fot_mid_right>div a{
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_mid_right>div a:hover{
  color: #fff;
}
.fot_bot{
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding:15px 0;
}
.fot_bot .mycontainer{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_bot .mycontainer>p{
  font-size: 1.4rem;
  color: #fff;
  font-weight: lighter;
}
.fot_bot .mycontainer a{
  font-size: 1.4rem;
  color: #fff;
  font-weight: lighter;
}
.fot_bot .mycontainer a:hover{
  text-decoration: underline;
}





.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}