 #region 初始化 */

* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  outline: none;

  padding: 0;

  margin: 0;

}

input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
	border-radius: 0!important;
	box-sizing: border-box;
}
textarea {  -webkit-appearance: none;}

html {

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



body {

  margin: 0;

  padding: 0;

  word-wrap: break-word;

  color: #333;

  background-color: #fff;

  font-family: text;

  width: 100%;

  overflow-x: hidden;

}



audio,

video {

  display: block;

}



a {

  display: block;

  background-color: transparent;

  text-decoration: none;

  color: inherit;

  outline: none;

  -webkit-tap-highlight-color: transparent;

  -moz-outline-style: none;

}



ol,

ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



li {

  list-style: none;

}



img {

  display: block;

  border: 0;

  vertical-align: middle;

  /* image-rendering: -moz-crisp-edges;  

  image-rendering: -o-crisp-edges;     

  image-rendering: -webkit-optimize-contrast; 

  image-rendering: crisp-edges; 

  -ms-interpolation-mode: nearest-neighbor; */

}
button{border: none!important;}


dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: normal;

}





button,

input,

optgroup,

select,

textarea {

  color: inherit;

  outline: none;

  border:none;

  resize: none;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

  padding: 0;

}



table {

  border-spacing: 0;

  border-collapse: collapse;

}



td,

th {

  padding: 0;

}



.clearfloat {

  zoom: 1;

}



.clearfloat:after {

  display: block;

  clear: both;

  content: "";

  visibility: hidden;

  height: 0;

}



.flex_row {

  display: flex;

}



.flex_col {

  display: flex;

  flex-direction: column;

}



.flex_center {

  display: flex;

  justify-content: center;

  align-items: center;

}



.flex_space_between {

  display: flex;

  justify-content: space-between;

}



.position_center-x {

  left: 50%;

  transform: translate(-50%);

}



.position_center-y {

  top: 50%;

  transform: translateY(-50%);

}



.cursor {

  cursor: pointer;

}



.flex {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.flex_center {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.flex_1 {

  -webkit-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  display: inline-block;

}



.flex_dc {

  -webkit-box-orient: vertical;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}



.flex_ac {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.flex_as {

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

}



.flex_ae {

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;

}



.flex_jc {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.flex_js {

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

}



.flex_je {

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}



.flex_wrap {

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

}



.textone {

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}



.texttwo {

  text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;

}



.swiper-container {

  width: 100%;

}

.fl{float: left;}

.fr{float: right;}

.oh{overflow: hidden;}

.pr{position: relative;}

.pa{position: absolute;}

.pf{position: fixed;}

.cl{ clear:both;}



/* #endregion */



/* #region  首页*/

.width {

  margin: 0 auto;

}



body {

  padding-top: 4.5rem;

}



.header {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  background: #fff;

  z-index: 88;

  /*box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .05);*/

  border-bottom: solid 1px rgba(0,0,0,.1);

  transition: .3s;

}



.logo {

  position: relative;

}



.logo img {

  /*width: 16.2rem;*/

  /*padding:1rem ;*/

  transition: .3s;

}



.logo img:nth-of-type(2) {

  position: absolute;

  left: 0;

  top: 0;

}



.nav {

  margin-left: 0rem;



}



.nav li {

  margin-left: 5rem;

}



.nav_link {

  font-size: 0.9rem;

  line-height: 4.5rem;

  color: #9ea8b0;

  position: relative;

  transition: .3s;

}

.yuyan{margin-left: 6rem;color: #9ea8b0;font-size: 0.9rem}



.nav_link::after {

  content: '';

  position: absolute;

  left: 50%;

  bottom: 0rem;

  transform: translateX(-50%);

  width: 0;

  height: 2px;

  background: #067fc9;

  transition: .3s;

}



.nav_link.active,

.nav_link:hover {

  color: #067fc9 !important;

}

.yuyan a{display: inline-block;}

.yuyan a.active,

.yuyan a:hover {

  color: #067fc9 !important;

}

.nav_link:hover::after,

.nav_link.active::after {

  width: 100%;

}



.index_header {

  background: none;

  box-shadow: none;

  border-bottom: solid 1px rgba(255,255,255,.1);

}



.index_header:hover {

  background: #fff;

  box-shadow: 0 .25rem .25rem rgb(0 0 0, .1);

}



.index_header .logo img:nth-of-type(2) {

  opacity: 0;

}



.index_header:hover .logo img:nth-of-type(2) {

  opacity: 1;

}



.index_header .nav_link {

  color: #fff;

}

.index_header .yuyan {

  color: #fff;

}

.index_header .yuyan a {

  color: #fff;

}

.index_header:hover .nav_link{

  color: #9ea8b0;

}

.index_header:hover .yuyan{

  color: #9ea8b0;

}

.index_header:hover .yuyan a{

  color: #9ea8b0;

}

.nav_select .width {

  align-items: flex-start;

  width: 80%

}



.nav_select {

  position: absolute;

  left: 0;

  top: 100%;

  width: 100%;

  background-color: rgba(255, 255, 255, 0.95);

  padding: 1.2rem 0;

  display: none;

}





.nav_list {



 display: flex;

 flex-wrap: wrap;

}



.nav_list a {

  width: 15%;

  margin:0 2.5%;

  font-size: 0.8rem;

  line-height: 2rem;

  padding: 1rem 0;

  color: #9ea8b0;

  transition: .2s;

  text-align: left;

  display: inline-block;

  border-bottom: solid 1px #eaeaea;



}

.nav_list a .img1{width: 100%;display: inline-block;}



.nav_list a:hover,

.nav_list a.active {

  color: #0c68ba;

}

.nav_list a .lan{display:none; }

.nav_list a:hover .hui{display: none;}

.nav_list a:hover .lan{display: block;}


@keyframes bannerin {

  0% {

    transform: scale(1.1)

  }



  100% {

    transform: scale(1)

  }

}



.banner {

  position: relative;

}



.banner .swiper-slide {

  overflow: hidden;

  position: relative;

}



.banner .swiper-slide img {

  width: 100%;

  transform: scale(1.1);

}



.banner .swiper-slide-active img {

  animation: bannerin 6s ease

}



.banner_txt {

  position: absolute;

  width: 100%;

  text-align: center;

  top: 48%;

   transform: translateY(-50%);

}



.banner_txt div {

  font-size: 3.2rem;

  line-height: 1.56;

  color: #fff;

  font-style: italic;

  letter-spacing: .7rem;

  position: relative;

}

.banner_txt div .logo {

  width: 15rem;

  display: inline-block;

}

.banner_txt div span {

 color: #0664b8

}

.banner_txt i {

  position: absolute;

  left: 0;

  top: 50%;

  width: 12.5%;

}



.banner_txt a {

  font-size: .8rem;

  text-align: center;

  line-height: 2.9rem;

  color: rgba(255,255,255, .38);

}


.banner_dot {

  position: absolute;

  right: 0;

  top: 45%;

  z-index: 1;

  height: 2.4rem;

}



.banner_dot span {

  width: 5.4rem;

  height: 2.4rem;

  line-height: 2.4rem;

  background: none;

  opacity: 1;

  margin: 0 .35rem;

  font-size: 1.1rem;

  color: #fff;

   display: flex;

   outline: none;

}



.banner_dot i {

 font-style: normal;

}

.swiper-pagination-bullet{border:none;}

.banner_dot .swiper-pagination-bullet-active {

  text-align: center;

  background: none;

  border-bottom: solid 1px #0664b8!important;

  color: #0664b8;

 

}



.banner_dot .swiper-pagination-bullet-active i {

  display: block;

  font-style: normal;

}



.banner_shu {

  position: absolute;

  left: 50%;

  width: 1.65rem;

  bottom: 1.75rem;

  transform: translateX(-50%);

  z-index: 10;

  -webkit-animation: mouse 2s linear infinite;

  animation: mouse 2s linear infinite;

}



@-webkit-keyframes mouse {

  0% {

    -webkit-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

  }



  50% {

    -webkit-transform: translate(-50%, 10px);

    transform: translate(-50%, 10px);

  }



  to {

    -webkit-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

  }

}



@keyframes mouse {

  0% {

    -webkit-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

  }



  50% {

    -webkit-transform: translate(-50%, 10px);

    transform: translate(-50%, 10px);

  }



  to {

    -webkit-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

  }

}

.in_guanyu {

  

 background: url(../images//in_guanyu2.png) no-repeat right bottom;





  

}

/*.in_guanyu .width{display: flex;}*/

.in_guanyu1{width:37.5%;text-align: center;background: url(../images//in_guanyu1.jpg) no-repeat center;height:24rem;}

.in_guanyu1 img{display: inline-block;padding-top: 4.8rem}

.in_guanyu2{width: 50%;margin-left: 6.25%;height:24rem;}

.in_guanyu2 div{font-size:1.4rem;color: #9ea8b0;padding-top: 2.8rem}

.in_guanyu2 div span{font-size:1.8rem;color:#067fc9;}

.in_guanyu2 h1{color: #101010;font-size: 2rem;}

.in_guanyu2 p{font-size: 0.9rem;padding: 1.8rem 0;color: #666666;line-height: 1.8rem}

.in_guanyu2 a{width:12rem;background: #eeeeee;text-align:center;font-size: 1rem;line-height:2.8rem;color: #999999; }



.in_shuju{padding: 6rem 0;

  background: url(../images//in_shuju0.jpg) no-repeat;

  background-size: cover;

  background-position: center;}

.in_shuju ul{overflow: hidden;}

.in_shuju ul li{float:left;width: 25%;font-size:0.9rem;color:#fff;text-align: center;}

.in_shuju ul li span{font-size: 2.7rem}



.in_fangtan{padding: 2rem 0;overflow: hidden;}



.in_fangtan .width .in_shipin{

  width:33.33%;

  height:16.7rem;

  padding:2.5rem 0;

  float: right;

}



.in_shipin video{width:100%;/*height:100%;*//*height: 16.7rem*/}

.in_shipin_xs{width:90%;height:1rem;background:#eeeeee;margin: 0 auto}

.in_neirong{float: right;width: 66.66%}

.in_neirong div{font-size:1.4rem;color: #9ea8b0;padding: 2rem 0 0 5rem }

.in_neirong p,.in_neirong ul{padding-left: 5rem}

.in_neirong div span{font-size:1.8rem;color:#067fc9;}

.in_neirong p{font-size: 0.9rem;color: #666666;line-height: 1.8rem;padding-top: 1rem;padding-bottom: 1rem;}

.in_neirong ul{overflow: hidden;padding-left: 5rem}

.in_neirong ul li{float:left;font-size: 1rem;text-align:center;line-height:2.8rem;color: #999999;border:solid 1px #eaeaea; cursor: pointer;width:30%;margin-right:3% }

.in_neirong ul .active{color: #067fc9;border:solid 1px #067fc9}

.in_neirong ul li:hover{color: #067fc9;border:solid 1px #067fc9}

.none{display: none;}



.in_pro{background: url(../images//in_pro.jpg) no-repeat;

  background-size: cover;

  background-position: center;

  padding:3.5rem 0;



}

 .in_pro_bt{position: relative;}

.in_pro_bt div{font-size:1.4rem;color: #9ea8b0}

.in_pro_bt div span{font-size:1.8rem;color:#067fc9;}

.in_pro_bt h1{color: #101010;font-size: 2rem}

.in_pro_bt a{width:12rem;background: #eeeeee;text-align:center;font-size: 1rem;line-height:2.8rem;color: #999999;position: absolute;right:0;top:2rem; }

.in_pro_list{padding-top:2rem;width:23%;}

.in_pro_list li{display: flex;background: #FFF;color:#101010;font-size: 0.9rem;line-height:2.9rem;padding:0 1.5rem;border-bottom: solid 1px #f0f1f0;cursor: pointer;}

.in_pro_list li img{display:none;align-items: center;padding:0.8rem 0;}

.in_pro_list li:hover img{display: block;}

.in_pro_list li:hover{background: #005a97;color: #fff;width: 88%}



.in_pro_list .active{background: #005a97;color: #fff;width: 88%}

.in_pro_list .active img{display: block;}

.in_pro_cp{padding:2rem 0 0 10%;width:66%;position: relative;}

.in_pro_cpbt{border-left:solid 0.25rem #0664b8 ;font-size: 1.6rem;color:#0664b8;padding-left: 1.5rem;}

.in_pro_cpbt span{font-size: 0.9rem;color:#9ea8b0;}

.in_pro_cp ul{overflow: hidden;padding:1rem 0}

.in_pro_cp ul li{float: left;padding-right:2rem;line-height: 2.5rem;color: #666666;cursor: pointer;font-size: 0.9rem}

.in_pro_cp ul li span{opacity: 0}

.in_pro_cp ul li:hover{color:#0966b9}

.in_pro_cp ul .active{color:#0966b9}

.in_pro_cp ul .active span{opacity: 1}

.in_pro_cp ul li:hover span{opacity: 1}

.in_pro_img img{/* width:60%; */height:21.5rem;margin: auto;}



.in_pro_prev .img2,.in_pro_next .img4{display: none;}

.in_pro_prev:hover .img1{display:none;}

.in_pro_prev:hover .img2{display: block;}

.in_pro_next:hover .img3{display:none;}

.in_pro_next:hover .img4{display: block;}

.in_pro_prev{position: absolute;top:60%;z-index:  9}

.in_pro_next{position: absolute;top:60%;right:0;z-index: 9}



.in_zizhi{padding: 4rem 0}

.in_zizhi ul{display: flex;}

.in_zizhi ul li{width: 31.33%;margin-left:3%;position: relative;cursor: pointer;}

.in_zizhi ul li:nth-of-type(1){margin-left: 0; }

.in_zizhi ul li img{width: 100%}

.in_zizhi_wz{text-align: center;color:#fff;width:100%;position: absolute;top:8.5rem;}

.in_zizhi_wz h4{font-size: 1.2rem;line-height: 1.2rem}

.in_zizhi_wz h2{font-size:2rem;line-height: 1.2rem}

.in_zizhi_wz p{font-size: 0.8rem;line-height: 1.6rem;display: none}



.in_zizhi ul li:hover p{display: block;-webkit-transition:ease-out 0.4s;

            -moz-transition:ease-out 0.4s;

            -ms-transition:ease-out 0.4s;

            -o-transition:ease-out 0.4s;

            transition:ease-out 0.4s;}

.in_zizhi ul li:hover .in_zizhi_wz{top:3.5rem;-webkit-transition:ease-out 0.4s;

            -moz-transition:ease-out 0.4s;

            -ms-transition:ease-out 0.4s;

            -o-transition:ease-out 0.4s;

            transition:ease-out 0.4s;}

.in_shouhou{position: relative;}

.in_shouhou ul{overflow: hidden;width: 24%;background: #005a97;position: absolute;bottom: 7rem;padding:2rem 0;}

.in_shouhou ul li{float: left;width: 50%;color:#fff;font-size:0.9rem;padding-top: 2rem }

.in_shouhou ul li span{font-size: 2.5rem}

.in_shouhou ul a{display:block;float:left;width: 80%;margin-top: 3rem;margin-bottom:1rem;margin-left:10%;font-size: 0.8rem;line-height: 3rem;color:#005a97;background: #fff }

.in_shouhou .width{text-align: center}

.in_shouhou h1{font-size: 2rem;line-height: 2rem;color:#101010;}

.in_shouhou h2{font-size: 2rem;line-height: 1rem;color:#067fc9;}

.in_shouhou p{width:88%;margin:0 auto;font-size: 1rem;line-height: 2rem;padding-bottom: 2rem}

.in_shouhou img{width: 98%;margin:0 1%;padding-bottom: 2rem;height:auto}



.in_new{padding: 4rem 0;background: #f7f7f7;}

.in_new_bt{position: relative;}

.in_new_bt div{font-size:1.4rem;color: #9ea8b0}

.in_new_bt div span{font-size:1.8rem;color:#067fc9;}

.in_new_bt h1{color: #101010}

.in_new_bt_a{width:12rem;background: #eeeeee;text-align:center;font-size: 1rem;line-height:2.8rem;color: #999999;margin-top:1.5rem;display: block!important;/* right:0;top:2rem; */ }

.in_new_nr{display: flex;margin-top: 3rem}

.in_new_list{overflow: hidden;width:54%;background: #fff;padding:3%;}

.in_new_list img{float: left;margin-top: 0.7rem}

.in_new_list ul{float: left;margin-left: 5%;font-size: 0.9rem;line-height: 2.2rem;width: 80%}

.in_new_list li:hover{color:#005a97;}

.in_new_list span{margin-left: 3%}

.in_new_tj img{width: 100%;height:100%;}

.in_new_tj{position: relative;cursor: pointer;}

.in_new_tjbt{width:100%;position:absolute;bottom: 0rem;background: rgba(0,0,0,0.5);color:#fff;display: flex;}

.in_new_tjbt .span1{background: #005a97;text-align: center;font-size: 0.7rem;width: 15%}

.in_new_tjbt .span1 b{font-size: 1.5rem;line-height: 2rem}

.in_new_tjbt .span2{line-height: 3rem;text-align: center;width:85%;}



.in_foot{background: url(../images//in_footbg.jpg) no-repeat;

  background-size: cover;

  background-position: center;}

  .in_foot_logo{border-bottom: solid 1px rgba(255,255,255,0.1); overflow: hidden; }

  .in_foot_logo img{float: left;margin: 3rem 0}

  .in_foot_tel{float: right;font-size: 1.4rem;line-height: 3rem;color:#fff;margin-top: 2rem;padding-left:2.5rem;background: url(../images//in_foot_tel.png) no-repeat;



  background-position: left center;}

  .in_foot_wb{padding: 2rem 0;overflow: hidden;border-bottom: solid 1px rgba(255,255,255,0.1);}

.in_foot_wz{float: left;font-size: 0.8rem;line-height:1.6rem;color:#fff;}

.in_foot_yq{width:30%;text-align:center;font-size: 0.9rem;line-height: 2rem;background: rgba(255,255,255,0.1);margin-top:2rem;position:relative;}

.in_foot_link{position: absolute;bottom:2rem;width:100%;background: rgba(48,98,149,1);z-index: 9;display: none;}

.in_foot_link a{border-bottom: solid 1px rgba(255,255,255,0.1);}

.in_foot_link a:hover{background: #005a97}

.in_foot_yq:hover .in_foot_link{display: block;}

.in_foot_ma{float: right;line-height: 2rem;font-size: 0.8rem;color:#fff;text-align: center;}

.in_foot_bq{font-size: 0.8rem;color: #fff;line-height: 4rem}

.in_foot_bq a,.in_foot_bq img{display:inline-block;}



/*end*/

.nav_modal,

.nav_icon {

  display: none;

}





/*关于我们*/

.ab_gy_dh{

  background: url(../images//ny_dh.png) no-repeat left center;

  /*padding-left:3rem */

}

.ab_gy_dh .active{color:#0664b8;}

  .ab_gy_01{font-size: 0.9rem;color:#9ea8b0;line-height: 4rem;

  box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .05);position: fixed;

  z-index: 87;width: 100%;background: #fff;border-top: solid 1px rgba(0,0,0,.1);cursor: pointer;

}

  .ab_gy_fl li{float: left;margin-right:3rem;}

  .ab_gy_fl .active{border-bottom: solid 0.2rem #0664b8;color:#0664b8;}

  .ab_gy_fl li:hover{border-bottom: solid 0.2rem #0664b8;color:#0664b8;}

.ab_gy_02{padding:3rem 0;background: url(../images//jianjie01_bg.jpg) no-repeat center; background-size: cover;}

.ab_gy_02nr{margin-top: 2rem}

.ab_gy_02nr div{width: 48%;font-size: 0.9rem;line-height: 1.8rem}

.ab_gy_02nr div img{width: 100%;margin-top:0.5rem;}



.ab_shuju{background: url(../images//ab_shuju.jpg) no-repeat;padding: 10rem 0}

.ab_shuju ul li{width: 24.6%;font-size:0.9rem;color:#fff;text-align: center;padding-left: 0rem;border-left: solid 1px rgba(255,255,255,.1)}

.ab_shuju ul li:nth-of-type(1){border-left: none;}



.ab_gy_03{padding: 3rem 0;background: #f7f7f7;font-size:0.9rem;line-height: 1.8rem}



.ab_gy_04{padding: 3rem 0}

.ab_gy_04 .fl,.ab_gy_04 .fr{width:49%;}

.ab_gy_04 .fl{/*background:url(../images//shiming.png) no-repeat center;background-size: cover; */}

/*.ab_gy_04 .fl h4{margin-top:10rem }*/

.ab_gy_04 img{width: 100%}

.abgu04_wb{width:90%;margin-left:5%;bottom:0.5rem;font-size: 1rem;line-height: 2rem;cursor: pointer;}

.abgu04_wb h4{color:#067fc9;background:#fff;width: 18%;text-align: center;}

.abgu04_wb p{/*display: none;*/color:#fff;}

.abgu04_nr{overflow: hidden;}

/*.abgu04_nr:hover p{display: block;}*/

.abgu04_nr:hover h4{color:#fff;background:#067fc9;}

.abgu04_nr:hover .abgu04_wb{bottom:0.5rem;-webkit-transition:ease-out 0.4s;

            -moz-transition:ease-out 0.4s;

            -ms-transition:ease-out 0.4s;

            -o-transition:ease-out 0.4s;

            transition:ease-out 0.4s;}



.jishu_swiper{padding-top:3rem }

.jishu_swiper .fl{width:55.55%;}

.jishu_swiper .fl img{width:100%;}

.jishu_swiper .fr{width: 41%;margin-top: 2rem;}

.jishu_swiper .fr h1{font-size: 1.8rem;color:#0664b8;}

.jishu_swiper .fr div{font-size: 2.5rem;color:#0664b8;}

.jishu_swiper .fr p{font-size: 0.9rem;line-height: 2rem;}

.jishu_left{top:22rem;left:-5rem;border: none!important;outline:none;}

.jishu_right{top:22rem;right:-5rem;outline:none;}



.ab_shebei{background: #f7f7f7;padding-top:2rem;}

.in_shouhou p{width:100%;margin:0 auto;font-size: 0.9rem;line-height: 2rem;padding-bottom: 2rem;text-align: left;color:#333333;}

.in_shouhou p span{color:#067fc9;}

.ab_shebei ol li{margin-left: 1.5rem}

.ab_shebei ol li:nth-of-type(1){margin-left: 0}



.ab_dsz{padding: 2.5rem;}

.ab_dsz_01{background: url(../images//dsz_bg.jpg) no-repeat left center;padding:0.5rem 0 1.5rem 0; }

/*.ab_dsz_01 .img{width:12%;margin-top: 1rem}*/

.ab_dsz_01 .ab_dsz_01c{width: 64%;margin-left: 18%}

.ab_dsz_01c .p1{font-size: 0.9rem;color:#fff;opacity: 0.6;line-height: 1.2rem;margin-top: 2rem}

.ab_dsz_01c .p2{font-size: 1.2rem;color:#35dff8;line-height: 2.2rem;}

.ab_dsz_01c .p3{font-size: 0.9rem;color:#fff;line-height: 1.8rem;padding-top: 0.4rem}

.ab_dsz h1{font-size: 2rem;line-height: 2rem;color:#101010;text-align: center;}

.ab_dsz h2{font-size: 2rem;line-height: 1rem;color:#067fc9;text-align: center;}

.abdsz_swiper ul {text-align: center;margin-top: 1rem}

.dszzc_btn span{outline: none;}

.ab_dsz .swiper-pagination-bullet {

  width: 0.75rem;

  height: 0.75rem;

  background: #fff;

  opacity: 1;

  border:solid 2px #067fc9;

  border-radius:50%;

  margin-left: 1rem;

}

.ab_dsz .swiper-pagination-bullet-active {

  background: #067fc9;

}

.ry_list_box{background: #fff;}

.ry_list{margin-right: 2rem}

.ry_list a{float: left;font-size: 0.9rem;padding:2rem 0.8rem;color:#999999;border:solid 1px #999999;margin-right: 1rem}

.ry_list a:hover{color: #0664b8;border:solid 1px #0664b8;}

.ry_list .active{color: #0664b8;border:solid 1px #0664b8;}



.jq22 li{float:left;width:31%;text-align: center;margin-left: 3%;margin-top: 1rem;font-size: 0.9rem;line-height: 3rem}

.jq22 li:nth-of-type(3n+1){margin-left: 0}

.jq22 li img{width: 100%;}

.jq22 .more a{display: block;border:solid 1px #067fc9; color: #067fc9;padding:1rem;width: 25%;text-align: center;margin:0 auto;margin-top: 2rem;font-size: 1rem}

.jq22 .more p{display: block;border:solid 1px #c7c7c7; color: #c7c7c7;padding:1rem;width: 25%;text-align: center;margin:0 auto;margin-top: 2rem;font-size: 1rem}



.ab_tc_01{padding-top: 2rem}

.tuce_swiper{padding:1rem 0 3rem 0;}
.tuce_swiper img{width: 96%;}

.tuce_left{top:18rem;left:-5rem;}

.tuce_right{top:18rem;right:-5rem;}



.licheng_sj{text-align: center;padding:4rem 0 2.5rem 0;color:#fff;background:url(../images//licheng_bg.png) no-repeat center;font-size: 1.6rem; }

.licheng_sj span{font-size: 3.5rem;line-height: 7rem}

.licheng_swiper{height:48rem;margin:5rem 0;}

.licheng_list{position: relative;}

.licheng_list .div1,.licheng_list .div2{width: 42%;margin: 1rem 4%;}

.licheng_list div h2{font-size: 2.2rem;line-height: 0;font-weight: bold;}

.licheng_list div p{font-size: 0.9rem}

.licheng_list div img{width: 100%;/*opacity: 0*/}

.licheng_list:hover img{opacity: 1;-webkit-transition:ease-in 0.8s;

            -moz-transition:ease-in 0.8s;

            -ms-transition:ease-in 0.8s;

            -o-transition:ease-in 0.8s;

            transition:ease-in 0.8s;}

.licheng_list:nth-of-type(2n+0) .div1{float: right;}

.licheng_list:nth-of-type(2n+0) .div2{float: left;}

.licheng_list:nth-of-type(2n+1) .div1{float: left;}

.licheng_list:nth-of-type(2n+1) .div1 h2{text-align: right;}

.licheng_list:nth-of-type(2n+1) .div2{float: right;}

.lichengxian{width:1px;height:110%;background: #cbcbcb;left:50%;top:-5%}

.lc_left{left:50%;margin-left:-30px;top:-5%;z-index: 9;outline:none;}

.lc_right{right:50%;margin-right:-30px;bottom:-5%;z-index: 9;outline:none;}

.lichengdian{position: absolute;left:50%;margin-left: -5px;top:2rem;}

.lichengdianq{width: 10px;height:10px;border:solid 1px #005a97;border-radius: 50%;background: #fff;}

.lichengdiand{width: 6px;height:6px;background: #005a97;border-radius: 50%;margin:2px;}

.licheng_list:hover .lichengdian{transform: scale(2);-webkit-transition:ease-in 0.8s;

            -moz-transition:ease-in 0.8s;

            -ms-transition:ease-in 0.8s;

            -o-transition:ease-in 0.8s;

            transition:ease-in 0.8s;}

.tuce_show{width:100%;height: 100%;background: rgba(21,78,136,0.9);left:0;top:0;z-index: 9999;text-align: center;color: #fff;font-size: 0.9rem;line-height: 3rem;overflow-y: scroll;}
.tuce_show::-webkit-scrollbar {
  display: none;
}
.tuce_show .width{margin-top: 10%;}

.tuce_show_nr img,.tuce_show_nr video{display: inline;max-width: 80%;height:30rem}

.tuce_show_nr{text-align:center;}

.tuce_show_left{top:12rem;left:3rem;}

.tuce_show_right{top:12rem;right:3rem;}

.tuce_x{top:0rem;right:3rem;}



.nei_pro{padding:0 0 3rem 0;}

.nei_pro h1{font-size: 2rem;line-height: 2rem;padding-top: 2.5rem}

.nei_pro h1 span{color:#067fc9;font-weight: bold;}

.nei_pro_list{width: 76%;}

.pro_list_img{/*max-width: 33%;*/height:13rem;}

.pro_list_wb{width: 55%;margin-left: 3%;}

.nei_pro_list ul{padding-top: 0.5rem;}

.nei_pro_list ul li{cursor: pointer;width:90%; box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);margin:2rem 0 1rem 0;}

.pro_list_wb h2{font-size: 1.2rem;color:#067fc9;}

.pro_list_wb p{color:#666666;font-size: 0.9rem;line-height: 1.8;}

.pro_list_wb dl{color:#9ea8b0;font-size: 0.8rem;line-height: 1.8}

.pro_list_jt{margin-top: 5rem;margin-left: 2%;width: 5%;display: none}

.nei_pro_list ul li:hover .pro_list_jt{display: block;}

.nei_pro_type{width:25%;}

.nei_pro_type{font-size: 0.8rem;line-height: 2.5rem;text-align: center;/*right:1rem;top:1rem;*/right:0;top:8rem;}

.nei_pro_type div{background:url(../images//pro_list_typebt.png) repeat center;color:#fff; }

.nei_pro_type li{background: #f7f7f7;border-bottom: solid 1px #fff;cursor: pointer;}

.nei_pro_type li:hover{background: #0664b8;color: #fff}

.nei_pro_type .active{background: #0664b8;color: #fff}

.ab_gy_fl .active1{border-bottom:none;color:#0664b8;background: url(../images//active1_bg.png) no-repeat left center;padding-left: 2rem;}

.ab_gy_fl .active1:hover{border: none}





.pro_show{background:url(../images//pro_show_bg1.png) no-repeat right bottom; }

.pro_s_swiper{width:55%;}

.pro_s_jt{bottom: 0;left:0;z-index: 80;cursor: pointer;}

.pro_s_js{width: 38%;}

.pro_s_js h3{font-size: 1.6rem;color:#067fc9;line-height: 1.6rem;padding-top: 1rem}

.pro_s_js h2{font-size: 2rem;line-height:3rem;/*color:#067fc9;*/padding-bottom: 2rem;border-bottom: solid 1px #eaeaea;}

.pro_s_js p{font-size: 0.9rem;line-height: 1.8rem;color:#666666;}

.pro_s_js p span{color:#101010;}



.pro_show2{padding: 2rem 0}

.pro_show2 h1{font-size: 1.8rem;color:#101010;line-height: 2;text-align: center;}

.pro_show2 ul li{width:32.33%;float: left;font-size: 0.9rem;color:#666666;line-height: 3rem;border-bottom:solid 1px #eaeaea;padding-left:1%;
/* overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
white-space: nowrap; */}



.pro_show3 ul li{width:48%;/* height:18rem; */float: left;font-size: 1.5rem;color:#fff;line-height: 20rem;border-bottom:solid 1px #eaeaea;margin:0 1%;}
.pro_show3 ul li div{width: 100%;height: 100%;background: rgba(0,0,0,.5);}

.pro_show3 ul li img{width: 100%;}

.pro_show3 ul li a{width: 80%;margin: 0 auto}

.pro_show3 ul li .a1{background: url(../images//sbsp_niu.png) no-repeat right center;}

.pro_show3 ul li .a2{background: url(../images//azal_niu.png) no-repeat right center;}



.pro_show4 h1{text-align: left;}

.pro_show4 ul li{width:46%;padding-right:4%;float: left;font-size: 0.9rem;color:#666666;line-height: 2rem;padding-left: 0;border:none;}

.pro_show4 ul li .bt{color:#067fc9;}



.pro_show5{padding:1rem 0 0rem 0;}

.pro_show5 img{width:100%;}



.shipin_show{display:none;}



.pro_show6{padding: 2rem 0}

.pro_show6 h1{font-size: 1.8rem;color:#101010;line-height: 2;text-align: center;}

.pro_show6 ul li{width:30%;float:left;margin:0 1.5%;text-align: center;line-height: 4rem;font-size: 1.2rem;color:#333333;}

.pro_show6 ul li img{width:100%;}

.pro_show6 ul li a:hover{color:#067fc9;}



.pro_show7{background:url(../images//pro_s_lybg.png) no-repeat left center;padding:3rem 0; }

.pro_show7 h1{font-size: 1.8rem;color:#101010;line-height: 2;text-align: center;}

.pro_s_ly{width:70%;font-size: 0.9rem;line-height: 2.5rem;}

.pro_show7 li{float: left;width:30%;margin-left:5%;}

.pro_show7 li:nth-of-type(1){margin-left: 0}

.pro_show7 li input{width:90%;padding:0 5%;height:2rem;}

.pro_s_ly span{color:#b80606;}

.pro_s_lynr textarea{width:96%;height:5rem;padding:2%;font-size: 0.9rem;}

.pro_s_lybtn button{width: 100%; line-height: 3rem;background: #005a97; font-size: 0.9rem;color: #fff;margin-top: 1.5rem;transition: 0.3s;cursor: pointer;}



.lianxi1{background: url(../images//lianxi_bg.png) no-repeat left bottom;padding:3rem 0;}

.lianxi_l{width: 45%;}

.lianxi_l h1{line-height: 2rem;}

.lianxi_gzh{display:block;margin-top: 4rem;font-size: 0.9rem;color:#666666;line-height:2rem;/*text-align: center;*//*width: 20%*/}

.lianxi_r{width:55%;}

.lianxi_r p{background:url(../images//lianxi_r1.png) no-repeat center;padding:2.5rem 3.5rem;color:#fff;font-size: 0.9rem; line-height: 2.4rem;margin:0;}

.lianxi_r p span{font-size: 1.2rem}

.lianxi_r ul li{padding:0 0 0.5rem 3.5rem;font-size: 0.9rem;line-height: 2.2rem;margin-top: 1rem;}

.lianxi_r ul .li1{background:url(../images//lianxi_li1.png) no-repeat left top;margin-top: 2rem;}

.lianxi_r ul .li2{background:url(../images//lianxi_li2.png) no-repeat left top;}

.lianxi_r ul .li3{background:url(../images//lianxi_li3.png) no-repeat left top;}

.lianxi_r ul .li4{background:url(../images//lianxi_li3.png) no-repeat left top;}

.lianxi_r a{padding-left: 3.5rem;margin-top:1rem;}



.lianxi2{background:url(../images//liuyan_bg.jpg) no-repeat center;padding:3rem 0 }

.liuyan_bt{text-align: center;}

/*.liuyan_bt h1{line-height: 1.5rem;}*/

.liuyan_bd ul li{width:48%;float:left;margin-left:4%;}

.liuyan_bd ul li:nth-of-type(1){margin-left: 0}



.liuyan_bd{width:58%;font-size: 0.9rem;line-height: 2.4rem;margin:0 auto;padding:1rem 0 0 0;}

.liuyan_bd li input{width:90%;padding:0 5%;height:2rem;}

.liuyan_bd span{color:#b80606;}

.liuyan_bd textarea{width:96%;height:5rem;padding:2%;font-size: 0.9rem;}

.liuyan_bd button{width: 100%; line-height: 3rem;background: #005a97; font-size: 0.9rem;color: #fff;margin-top: 1rem;transition: 0.3s;cursor: pointer;}





.new_list{padding-top: 3rem}

.new_list_l{width: 66%;border-right: solid 1px #eaeaea;padding-bottom: 3rem;}

.new_list_l_c{width: 95%;}

.new_lt{background: #f7f7f7}

.new_lt img{width:40%;}

.new_lt_nr{width: 50%;padding:1.3rem 0;margin:0 5%}

.new_lt_b{width: 76%;margin-left: 5%;font-size: 1.2rem;color:#0664b8;line-height: 1.8rem}
.new_lt_s{text-align: center;}

.new_lt_s .ri{padding:0.3rem;font-size: 1.5rem;background: #005a97;color:#fff;text-align: center}

.ny{font-size: 0.7rem}

.new_lt_j{color:#333333;font-size: 0.8rem;line-height: 1.6rem;padding-top: 1rem}

.new_lc{width:88%;margin-left: 5%}

.new_lc .p2{font-size: 0.8rem;line-height: 1.6rem}

.new_lc .p1{font-size: 1.2rem;}

.new_lul li{padding: 1rem 0;border-bottom: solid 1px #eaeaea}

.new_lul .new_lt_s{padding-top: 2rem;}

.new_list_r{width:30%;}

.new_list_r li{width:100%;margin-bottom: 2rem}







.page {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 2.9rem 0;

}



.page a {

  margin: 0 1.2rem;

  transition: 0.3s;

  font-size: 0.8rem;

  color: #45444a;

}

.page .page_next {

  width: 2.5rem;

  height: 2.5rem;

  border-radius: 50%;

  position: relative;

  border: 1px solid #e6e6e6;

}



.page .page_next img {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 100%;

  transform: translate(-50%, -50%);

  transition: opacity 0.2s;

  display: block;

}

.page_next img:nth-of-type(2) {

  opacity: 0;

}

.page .page_active,

.page a:hover {

  color: #174f88;

}

/*.page .page_next:hover {

  border-color: #e50012;

}*/

.page_next:hover img:nth-of-type(1) {

  opacity: 0;

}

.page_next:hover img:nth-of-type(2) {

  opacity: 1;

}





.nei_hyr{width:65%;margin-right: 2%}

.nei_hyr .new_lul .new_lt_s {

    padding-top: 1.6rem;

}

.nei_hyl{padding-top: 1rem}

.nei_hangye{padding: 3rem 0}

.nei_hyr .new_lul li:hover .ri{background: #f2b51e}



.new_show{background: #f7f7f7;padding:0.5rem 0 3rem 0;}

.new_show_xq{background: #fff;}

.new_show_xq{padding:2rem 5rem;}

.new_fanhui{width:5rem;padding-left:1.8rem;margin:0 auto;font-size: 0.9rem;line-height:3rem;color:#0664b8;background: url(../images//active1_bg.png) no-repeat left center;}

.new_show_xq h2{text-align:center;font-size: 2rem;}

.new_show_xq h6{text-align:center;font-size: 0.8rem;color:#999999;}

.new_show_xq_p {padding-bottom:0.9rem;line-height: 1.8rem;font-size: 0.9rem}

.new_show_sx{font-size: 0.9rem;line-height: 1.8rem;color:#999;}

.new_show_sx:hover{color:#101010}

.new_show_sx1{margin-top: 2rem}

.new_show_nav{background: none;box-shadow: none;position: static;}



.fuwu1s_img{background: url(../images//fuwu1img.png) no-repeat center;text-align: center;color:#fff;padding: 3rem 0 0.4rem 0}

.fuwu1s_img div{font-size: 1.6rem;}

.fuwu1s_img div span{color:#067fc9;}

.fuwu1s_img h1{font-weight: bold;font-size: 2.4rem}



.fuwu1{background: url(../images//fewd_bg.png) no-repeat center;padding: 1rem 0 3rem 0}

.wd_list a{cursor: pointer;}

.wangdian_map{background: url(../images//wangdianmapc.png) no-repeat center;width:872px;height: 764px;margin: 0 auto;/*margin-top: 2rem*/}

.diantel{display:none;right:-350px;top:-45px;background:url(../images//diantel_bg.png) no-repeat left center; 

  width:310px;height:126px;padding-left: 35px;color:#fff;font-size: 0.8rem;line-height: 1.6rem;z-index: 9}

.diantel div{font-size: 1rem;line-height:2.6rem;}

.chengshi{font-size: 0.9rem;z-index: 8!important;background: url(../images//mapd1.png) no-repeat left center;padding:1rem 0 1rem 2rem;line-height: 2rem;}

.chengshi:hover{background: url(../images//mapd2.png) no-repeat left center;}

.wangdian_mx{cursor:pointer;}

.wangdian_mx:hover .diantel{display: block;}

.wangdian_mx:nth-of-type(1){left:152px;top:206px;}

.wangdian_mx:nth-of-type(2){left:508px;top:222px;}

.wangdian_mx:nth-of-type(3){left:772px;top:184px;}

.wangdian_mx:nth-of-type(4){left:619px;top:244px;}

.wangdian_mx:nth-of-type(5){left:716px;top:260px;}

.wangdian_mx:nth-of-type(6){left:473px;top:311px;}

.wangdian_mx:nth-of-type(7){left:569px;top:320px;}

.wangdian_mx:nth-of-type(8){left:693px;top:320px;}

.wangdian_mx:nth-of-type(9){left:434px;top:352px;}

.wangdian_mx:nth-of-type(10){left:506px;top:379px;}

.wangdian_mx:nth-of-type(11){left:579px;top:378px;}

.wangdian_mx:nth-of-type(12){left:684px;top:378px;}

.wangdian_mx:nth-of-type(13){left:648px;top:425px;}

.wangdian_mx:nth-of-type(14){left:392px;top:451px;}

.wangdian_mx:nth-of-type(15){left:476px;top:463px;}

.wangdian_mx:nth-of-type(16){left:559px;top:445px;}

.wangdian_mx:nth-of-type(17){left:550px;top:499px;}

.wangdian_mx:nth-of-type(18){left:637px;top:496px;}

.wangdian_mx:nth-of-type(19){left:675px;top:539px;}

.wangdian_mx:nth-of-type(20){left:376px;top:556px;}

.wangdian_mx:nth-of-type(21){left:495px;top:595px;}

.wangdian_mx:nth-of-type(22){left:579px;top:586px;}

.wangdian_mx:nth-of-type(23){left:613px;top:612px;}

.wangdian_mx:nth-of-type(24){left:530px;top:669px;}
.wangdian_mx:nth-of-type(25){left:477px;top:542px;}

.map1{height:717px;background:url(../images//in_map.png) no-repeat right center;

  margin:2rem 0;}

.map1 img{width:100%;display: none; }

.fuwu2s_img{background: url(../images//fuwu1img1.png) no-repeat center;text-align: center;color:#fff;padding: 4.6rem 0 ;font-size: 2rem;}

.fuwu2{padding: 0.5rem 0 3rem 0}

.fwys_l{width:34%;padding-top: 2rem;}

.fwys_r{width:66%;}

.fwys_r li{font-size: 0.9rem!important;line-height: 1.8rem;padding-top: 2rem}

.fwys_r li span{font-size: 1.5rem;color:#067fc9;line-height: 3rem;}
.kefu_r{position:fixed;bottom: 2rem;right:1rem;z-index: 99999;}
.kefu_r img{display:block;margin:0 auto}
.fr_db{margin-top: 0.5rem;}
.kefu_r li .none{display: none;}
.kefu_r li:hover .dq{display:none}
.kefu_r li:hover .none{display: block}
.fk_dh .pa{font-size:1.2rem;line-height:2rem;width:19rem;text-align:center;left:-19rem;top:0.5rem;color:#fff;background: #067fc9;display: none;
  border-top-left-radius:2em;
  border-bottom-left-radius:2em;}
.fk_dh:hover .pa{display: block;}
.kf_ma{position: absolute;left:-8rem;top:-1rem;display: none;}
.kf_ewm:hover .kf_ma{display: block;}
.kf_x{position:absolute;font-size:1.2rem;line-height:2rem;width:14rem;text-align:center;left:-14rem;top:0.5rem;color:#fff;background: #067fc9;display: none;
  border-top-left-radius:2em;
  border-bottom-left-radius:2em;}
.kf_yx:hover .kf_x{display: block;}
.rongyu_box{height: 15rem;overflow: hidden;}
	 .zsk_ss{float: right;display: flex;margin-right: 1rem;} 
	.zsk_ss input{display: block;}
	.zsk_ss_sou{width: 15rem;border: none;font-size: 1rem;float: left;height:2.5rem;border: solid 1px #CBCBCB;}
	.zsk_ss_suo{width: 3.5rem;background: #005a97;border: none;color: #fff;font-size: 1rem;float: left;height:2.5rem}
	
.new_show_xq_p1 img{display: inline-block!important;width: 30%;height:auto!important;margin: 1.5%!important;}
/* .new_show_xq_p1 img.active{position: absolute;} */
 .mask-img {
        display: none; 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        z-index: 999; 
       background: rgba(21,78,136,0.9);
      }
       
      .picture{
        display: none; 
        position: fixed; 
        top: 50%; left:50%; 
        transform: translate(-50%,-50%); 
         width: 800px;
        /* height: 700px; */ 
        /* line-height: 700px; */
        text-align:center; 
        background: #666; 
        z-index:9999;
		
		
      }
      .picture .phone{
        vertical-align: middle; 
        width:100%; 
        
      }
	  .anli_show_pa{right:-2rem;top:-2rem;}
	  .picture .left{
	    position: absolute; 
	    left: -90px; 
	    top: 46%; 
	   
	    line-height: 40px;
	  }
	  .picture .right{
	    position: absolute; 
	    right: -90px; 
	    top:46%; 
	    
	    line-height: 40px;
	  }