@font-face {
  font-family: lianmeng;
  src: url('../font/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../font/youshe.ttf');
}

.bg-color {
  background: #fff;
}
.top_bar {
  height: 55px;
  line-height: 55px;
  background: #155ead;
}
.tb-left{
  font-size: 14px;
  color: #fff;
  float:left;
}
.tb-rig {
  float: right;
}
.tb-rig>a{
  float:left;
  font-size: 14px;
  color: #fff;
  line-height: 55px;
  display:block;
  height: 55px;
}
.tb-rig>a:first-of-type{
  margin-right:13px;
}
.tb-rig>a span{
  color: #fff;
  font-size: 14px;
  padding-left:22px;
  line-height: 55px;
  height: 55px;
  display: block;
}
.tb-rig>a:first-of-type span { background: url("../image/tbicon01.png") no-repeat left center;}
.tb-rig>a:nth-of-type(2) span { background: url("../image/tbicon02.png") no-repeat left center;}
.codehover{
  position: relative;
}
.codeshow{
  background: #fff;
  position: absolute;
  width:150px;
  top:100%;
  left:50%;
  transform: translateX(-50%);
  z-index: 100;
  display:none;
}
.codeshow:before{
  display: block;
  content: '';
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:13px solid #fff;
  position: absolute;
  top:-13px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.codeshow img{
  width:100%;
}


.tb_rig_tel{
  font-size: 14px;
  color: #989898;
  float:left;
}
.tb_rig_tel span{
  font-size: 16px;
  color: #003f98;
  font-weight: bold;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border:1px solid #fff;
  background:transparent;
  opacity:1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#2056a3;
  border:1px solid #2056a3;
}
.head{
  background: #0050a5;
}
.logo{
  float: left;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  display:flex;
  align-items: center;
}
.logo img{
  height:65px;
  margin-right: 5px;
}
.logo>div>h1{
  font-size: 26px;
  color: #fff;
  letter-spacing: 2.2px;
}
.logo>div>small{
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.nav-bar{
  float:right;
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 460px;
}
.nav-bar li a {
  position: relative;
  display: block;
  line-height: 105px;
  font-size: 16px;
  color: #fff;
  -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:after{
  position:absolute;
  left:0;
  bottom:0;
  display:block;
  content: '';
  background:#fff;
  width:0;
  height: 4px;
  -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;
}
.nav-bar li a:hover:after,.nav-bar li.active a:after {
  width:100%;
}
.nav-bar li>i{
  width: 6px;
  height: 4px;
  background: #fff;
  display: block;
}
.tel{
  background:url("../image/telicon.png") no-repeat left center;
  padding-left:37px;
  font-size: 24px;
  color: #fff;
  float:right;
  line-height: 105px;
}

.searchicon{
  float:right;
  margin-right:25px;
  margin-left:7%;
  margin-top: 42px;
  cursor: pointer;
}



.searchshow{
  display:none;
  float:right;
  position: relative;
  height: 40px;
  margin-right: 7%;
  top:33px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:56px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  width: 258px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#155ead url("../image/search.png") no-repeat 19px center;
}
.searchshow form input[type=text]::placeholder{
  color: #fff;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  width: 62px;
  height:40px;
  cursor: pointer;
  float:left;
  text-align: center;
  color: #fff;
  background:#03468c;
  font-size: 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;
}
.searchshow form input[type=submit]:hover{
  background: #2056a3;
  color: #fff;
}
.searclose{
  float:left;
  cursor: pointer;
  margin-top: 5px;
}



.banner{
  width: 100%;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}


.title{
  padding-top: 4vw;
  padding-bottom: 2vw;
}
.title h3{
  font-size: 34px;
  color: #323232;
  margin-top: 5px;
}
.title>small{
  font-size: 14px;
  color: #3c3c3c;
  display:block;
  line-height: 20px;
  padding-left:15px;
  border-left:4px solid #0d66b6;
}


/*indexpro*/
.indexproduct{
  padding-bottom: 4vw;
}

.mypro_top>a{
  height: 117px;
  background: #2056a3;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  float:right;
  width:73px;
  padding:33px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img_jz{
  display:block;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mypro_cont{
  position: relative;
}
.swiper-pro .swiper-slide a{
  display:block;
  background:#fff;
  border:1px solid #d7d7d7;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-pro .swiper-slide a b{
  display:block;
  width: 100%;
  height: 13.3vw;
  /*background:#d7d7d7;*/
  background:#FFF;
  border-bottom:1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  overflow:hidden;
}
.swiper-pro .swiper-slide a b img.i1{
  object-fit: scale-down;
}
.swiper-pro .swiper-slide a b img.i2{
  width: initial;
  height: initial;
  position:absolute;
  left:50%;
  top:60%;
  -webkit-transform: translate(-50%,-50%) rotateY(180deg);
  -moz-transform: translate(-50%,-50%) rotateY(180deg);
  -ms-transform: translate(-50%,-50%) rotateY(180deg);
  -o-transform: translate(-50%,-50%) rotateY(180deg);
  transform: translate(-50%,-50%) rotateY(180deg);
  -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;
}
.swiper-pro .swiper-slide a:hover b img.i2{
  opacity: 1;
  top:50%;
  -webkit-transform: translate(-50%,-50%) rotateY(0deg);
  -moz-transform: translate(-50%,-50%) rotateY(0deg);
  -ms-transform: translate(-50%,-50%) rotateY(0deg);
  -o-transform: translate(-50%,-50%) rotateY(0deg);
  transform: translate(-50%,-50%) rotateY(0deg);
}


.swiper-pro .swiper-slide a>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 23px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
}
.swiper-pro .swiper-slide a>div>p{
  font-size: 16px;
  color: #262626;
  width: 100%;
  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;
}
.swiper-pro .swiper-slide a:hover>div{
  background:#0050a5; /* 一些不支持背景渐变的浏览器 */
}
.swiper-pro .swiper-slide a:hover>div>p {
  color: #fff;
}

/*banner2*/
.banner2{
  display:flex;
  align-items: center;
  height: 602px;
  background:url("../image/banner2bg.jpg") no-repeat center;
  background-attachment: fixed;
}
.banner2>.warpper>h3{
  color: #fff;
  font-size: 40px;
}
.banner2>.warpper>p{
  color: #fff;
  font-size: 40px;
}
.banner2>.warpper>small{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display:block;
  width: 45%;
  margin: 1vw 0;
}
.banner2 a span{
  background:url("../image/kficon.png") no-repeat left center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  padding-left:35px;
}
.banner2 a{
  text-align: center;
  display:block;
  width: 165px;
  line-height: 44px;
  background: #0050a5;
  -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;
}
.banner2 a:hover{
  background:#1c5dae;
}

/*company*/
.company{
  position: relative;
  padding-bottom:4vw;
}
.combg{
  background:#f5f5f5;
  height: 437px;
  display:flex;
  align-items: center;
}

.com_left{
  width: 54%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 4%;
}
.com_left>h1{
  font-size: 32px;
  color: #3c3c3c;
}
.com_left>p{
  font-size: 14px;
  color: #8d8d8d;
  text-transform: uppercase;
}
.com_left>small{
  font-size: 14px;
  color: #3c3c3c;
  display: block;
  line-height: 27px;
  margin-top: 1vw;
  margin-bottom: 2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.com_btn>a{
  float:left;
  border:1px solid #535353;
  display: block;
  width:150px;
  line-height: 42px;
  height: 42px;
  -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;
  position: relative;
  overflow:hidden;
}
.com_btn>a:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width:0;
  -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;
  background:#1c5dae;
}
.com_btn>a:hover{
  border:1px solid #1c5dae;
}
.com_btn>a:hover span{
  color: #fff;
  background:url("../image/comjts.png") no-repeat right center;
}
.com_btn>a:hover:after{
  width:100%;
}
.com_btn>a:last-of-type{
  margin-left: 13px;
  border:1px solid #1c5dae;
  background:#0050a5;
}
.com_btn>a span{
  position:relative;
  z-index: 10;
  width: 114px;
  margin:0 auto;
  display:block;
  font-size: 14px;
  color: #3c3c3c;
  background:url("../image/comjt.png") no-repeat right 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;
}
.com_btn>a:last-of-type span{
  background:url("../image/comjts.png") no-repeat right center;
  color: #fff;
}

.com_right{
  width: 46%;
  height: 100%;
}
.com_right>img{
  max-width: 100%;
  object-fit: cover;
}
.company ul{
  margin-top:36px;
  display:flex;
  justify-content: space-between;
}
.company ul li{
  border:2px solid #d2d2d2;
  width:114px;
  height: 114px;
  text-align: center;
}
.company ul li img{
  margin:0 auto;
  -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;
  filter: brightness(2) grayscale(50);
  margin-top: 15px;
  margin-bottom: 5px;
}
.company ul li:hover img {
  filter: brightness(1) grayscale(0);
}
.company ul li p{
  font-size: 18px;
  color: #999999;
  -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;
}
.company ul li:hover{
  border:2px solid #2056a3;
}
.company ul li:hover p {
  color: #2056a3;
  font-weight: bold;
}

/*adv*/
.advcont{
  position: relative;
  padding:30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 750px;
  background: url("../image/advbg.jpg") no-repeat center;
}
.advcont:before{
  display:block;
  content: '';
  position: absolute;
  left:0;
  top:0;
  background: rgba(0, 0, 0, 0.4);
  width:50%;
  height: 100%;
}
.adv_cont li{
  position: relative;
  padding-left:calc(50% - 600px);
  height: 127px;
  margin-bottom: 15px;
}
.adv_cont li:last-of-type{
  margin-bottom: 0;
}
.adv_cont li:before{
  width:0;
  display:block;
  position: absolute;
  content:'';
  left:0;
  top:0;
  height: 100%;
  background: rgba(33, 101, 198, 0.95);
  -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;
}
.adv_cont li:hover:before {
  width:calc(50% + 150px);
}
.adv_cont li:after{
  display:block;
  content: '+';
  color: #fff;
  font-size: 67px;
  position: absolute;
  left: calc(50% + 75px);
  top: 15px;
  font-weight: lighter;
  opacity: 0;
  -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;
}
.adv_cont li:hover:after {
  opacity: 1;
}
.adv_cont li>div:after{
  display:block;
  content: '';
  clear: both;
}
.adv_cont li img{
  float:left;
}
.adv_cont li>div{
  position: relative;
  z-index: 100;
  padding-top: 33px;
}
.adv_cont li>div>div{
  float:left;
  margin-left: 128px;
  padding-top: 6px;
}
.adv_cont li div p{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.adv_cont li div small{
  color: #fff;
  font-size: 14px;
}

/*case*/
.casebg{
  background: #f6f6f6;
  padding-bottom: 60px;
}
.case{
  position: relative;
}
.case .title{
  text-align: left;
  margin-left: 0;
}
.case .title h3{
  width: 175px;
}
.casetop{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.casetop>a{
  font-size: 16px;
  color: #1b1a1a;
  width: 134px;
  line-height: 39px;
  background: #ededed;
  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;
}
.casetop>a:hover{
  background: #2165c6;
  color: #fff;
}
.case_left{
  float:left;
  width: 792px;
}
.case_left a{
  display:block;
  float:left;
  width:391px;
  height: 273px;
}
.case_left a:first-of-type{
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.case_left a:first-of-type .casetext{
  opacity: 1;
}
.case_left a:nth-of-type(2){
  margin-right: 10px;
}
.case_left>a img{
  object-fit: cover;
}
.case_right{
  float:right;
  width: 397px;
}
.case_right>a{
  display:block;
  width:100%;
  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;
}
.case_right>a:first-of-type{
  height: 270px;
  margin-bottom: 10px;
}
.case_right>a:nth-of-type(2){
  height:403px;
}
.case_right>a img{
  object-fit: cover;
}
.casetext{
  background: rgba(255, 255, 255, 0.9);
  width:98%;
  position: absolute;
  bottom:5px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  opacity: 0;
}
.casetext>p{
  font-size: 16px;
  color: #0c0c0c;
  line-height: 40px;
  background: url("../image/casejt.png") no-repeat right 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case_left a:first-of-type .casetext {
  padding-bottom: 25px;
  padding-top: 20px;
}
.case_left a:first-of-type .casetext p{
  font-weight: bold;
}
.caselist a:hover .casetext{
  opacity: 1;
}
.casetext>h5{
  font-size: 16px;
  color: #0c0c0c;
  font-weight: bold;
  padding-top:13px;
  position: relative;
  padding-bottom: 5px;
}
.casetext>h5:before{
  position: absolute;
  content: '';
  left:0;
  top:0;
  width:13px;
  height: 1px;
  background: #b1b1b1;
}
.casetext>small{
  color: #848484;
  font-size: 14px;
}



/*product*/
.product{
  border-top:12px solid #1a58a5;
  padding-bottom:57px;
  background: #eeeeee;
}
.pro_left{
  float:left;
  width: 255px;
}
.pro_left_top{
  position: relative;
}
.pro_left_top:before{
  position: absolute;
  right:0;
  top:0;
  display: block;
  content: '';
  width:700px;
  height: 92px;
  background: #1a58a5;
}
.pro_left_top>div{
  position: relative;
  height: 92px;
  background: url("../image/proicon.png") no-repeat 200px center;
}
.pro_left_top h3{
  padding-top:15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.pro_left_top small{
  color: #83acdf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro_left_mid{
  background: #fff;
  padding:10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:450px;
}
.pro_left_mid a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:28px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 38px;
  -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_left_mid a:hover,.pro_left_mid a.hight_linght{
  color: #fff;
  background: #1a58a5;
}
.pro_left_bottom{
  background: #1a58a5;
  text-align: center;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
}
.pro_left_bottom>small{
  font-size: 14px;
  color: #fff;
}
.pro_left_bottom>h4{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tit_top{
  display:flex;
  justify-content: center;
  align-items: center;
}
.tit_top a{
  display:block;
  width:196px;
  line-height: 66px;
  background:#f0f0f0;
  text-align: center;
  color: #202020;
  font-size: 18px;
  -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:0 15px;
}
.tit_top a:hover{
  background:#2056a3;
  color: #fff;
}
.pro_right{
  float:right;
  width: 917px;
}
.pro_left_tit{
  background:#0050a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 30px;
}
.pro_left_tit>h2{
  color: #fff;
  font-size: 24px;
}
.pro_left_tit>small{
  color: #fff;
  text-transform: uppercase;
}

/*message*/
.message{
  overflow: hidden;
  background: url("../image/msgbg.jpg") no-repeat center top;
}
.message .warpper{
  background: #fff;
  padding:59px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:1355px;
  box-shadow: 0 5px 10px #ddd;
}
#indexform>input,#indexform textarea,.code{
  float:left;
  border:1px solid #c7c7c7;
  padding-left:18px;
  font-size: 14px;
  color: #505050;
  line-height: 52px;
  height: 52px;
  width: 194px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 8px;
  overflow: hidden;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: #505050;
  font-size: 14px;
}
#indexform textarea{
  width: 365px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  line-height: 52px;
}
#indexform .code{
  border:none;
  width:initial;
}
#indexform .code input{
  color: #505050;
  margin-right: 7px;
  font-size: 14px;
  float:left;
  width:126px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #c7c7c7;
  padding-left:18px;
}
#indexform .code .verify{
  width:130px;
  float:right;
  height: 54px;
}
.code .verify img{
  width: 100%;
  height: 100%;
}
#indexform .submit{
  width: 143px;
  height: 52px;
  line-height: 52px;
  background: #005bac;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  -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;
}
#indexform .submit:hover{
 background:#519dfa;
}

/*news*/
.newsbg{
  padding-bottom: 4vw;
  background:url("../image/newsbg.jpg") no-repeat center;
}
.news{
  display:flex;
  justify-content: space-between;
}
.news a{
  width: 438px;
  display:block;
  background:#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;
  position:relative;
  top:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:36px;
}
.news a:hover{
  top:-5px;
  box-shadow: 0 0 10px  #ddd;
}
.news a>small{
  font-size: 14px;
  color: #3c3c3c;
}
.news_text>h4{
  font-size: 20px;
  color: #3c3c3c;
  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;
}
.news_text>small{
  font-size: 14px;
  color: #3c3c3c;
  line-height: 27px;
}
.news a>div>h4{
  margin-top: 15px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news a:hover>div>h4{
  color: #0050a5;
}
.news a>div>small{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news a>span{
  margin-top: 15px;
  display:block;
  border:1px solid #535353;
  width: 150px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:16px;
  font-size: 14px;
  color: #3c3c3c;
  background:url("../image/newsjt.png") no-repeat 109px 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;
}
.news a:hover>span{
  color: #fff;
  background:#0050a5 url("../image/newsjts.png") no-repeat 109px center;
}

.newsul{
  height: 250px;
  margin-top: 2vw;
  display:flex;
  justify-content: space-between;
}
.newsul>a{
  height:100%;
}

.newsul>a:first-of-type{
  background:#fff;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 28px;
  display:flex;
  align-items: center;
}
.newsul>a:first-of-type>div{
  width: 70%;
}
.newsul>a:first-of-type:hover>div h4{
  color: #0050a5;
}

.newsul>a:first-of-type>div small{
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsul>a:nth-of-type(2){
  background:#0a1852;
  width: 20%;
}
.newsul>a:nth-of-type(3){
  background:#0050a5;
  width: 20%;
}
.newsicon{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.newsicon>div{
  -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;
  position:relative;
  top:0;
}
.newsicon:hover>div{
  top: -5px;
}
.newsicon img{
  margin:0 auto;
}
.newsicon p{
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*case*/
.case{
  padding-bottom: 3vw;
}
/*.case ul{*/
  /*display:flex;*/
  /*justify-content: space-between;*/
/*}*/
.case ul li{
  background:#f5f5f5;
}
.case ul li b{
  width: 100%;
  height: 22vw;
  display:block;
}
.case ul li b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case ul li>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:24px 46px;
}
.case ul li>div>p{
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  -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: 8px;
}
.de-news-list .case ul li>div>p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.case ul li:hover>div>p{
  color: #0050a5;
}
.case ul li>div>small{
  font-size: 14px;
  color: #323232;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*footer*/
.footer{
  background:url("../image/fotbg.jpg") no-repeat center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:4vw;
  padding-bottom: 5vw;
}

.fot_left{
  float:left;
  width: 28%;
}
.fotlogo{
  display:flex;
  align-items: center;
}
.fotlogo>div>h1{
  color: #fff;
  font-size: 25px;
}
.fotlogo>div>small{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.fot_left>small{
  display:block;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 14px;
  line-height: 30px;
  color: #cacaca;
}
.fot_left>a{
  color: #fff;
  display:block;
  width: 165px;
  line-height: 44px;
  background:#0050a5 url("../image/foticon.png") no-repeat 29px center;
  padding-left:65px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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_left>a:hover{
  background:#3b55c2 url("../image/foticon.png") no-repeat 29px center;
}
.fot_mid{
  float:left;
  margin-left: 12%;
  width: 28%;
  display:flex;
  justify-content: space-between;
}
.fot_mid ul li h3{
  color: #fff;
  font-size: 18px;
  position:relative;
  margin-bottom: 2vw;
}
.fot_mid ul li h3:after{
  display:block;
  content: '';
  width:24px;
  height: 4px;
  background:#0050a5;
  position:absolute;
  left:0;
  bottom:-15px;
}

.fot_mid ul li a{
  display:block;
  font-size: 14px;
  color: #cacaca;
  -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: 12px;
}
.fot_mid ul li:hover a{
  font-weight: bold;
  color: #fff;
}
.fot_mid ul li p{
  font-size: 14px;
  color: #cacaca;
  line-height: 30px;
}
.fot_mid ul li h4{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}


.fot_right{
  width: 30%;
  float:right;
  padding:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:3vw;
}
.fot_code{
  display:flex;
  justify-content: center;
}
.fot_code img{
  height: 120px;
  margin:0 5px;
}
.fot_right p{
  color: #fff;
  font-size: 16px;
  margin-top:5px;
  text-align: center;
}



.fot_bot{
  background: #0050a5;
  line-height: 87px;
  height: 87px;
  overflow: hidden;
}
.fot_bot .warpper>p{
  float:left;
  font-size: 14px;
  color: #fff;
}
.fot_bot .warpper>p>a{
  font-size: 14px;
  color: #fff;
}
.fot_bot .warpper>a{
  float:right;
  font-size: 14px;
  color: #fff;
}
.fot_bot .warpper>a:hover{
  text-decoration: underline;
}



/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -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;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #0050a5;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -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;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("http://www.dehuayq.com/static/index/zm001/images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../image/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../image/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../image/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../image/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -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;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../image/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.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;
}



.case_cont{
  width: 100%;
  height: 17vw;
}
.swiper-case2{
  width: 100%;
  height: 100%;
}
.swiper-case2 a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiper-case2 a b{
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
}
.swiper-case2 a b img{
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.swiper-case2 a:hover b img{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.swiper-case2 a>p{
  position:absolute;
  text-align: center;
  top:0;
  right:0;
  background:#2056a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  color: #fff;
  font-size: 16px;
  -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;
}
.swiper-case2 a:hover>p{
  opacity: 1;
}

.com_case ul{
  display:flex;
  justify-content: space-between;
}
.com_case li{
  width: 32%;
}
.com_case ul li b{
  height: 15vw;
}