.top_bar {
  height: 49px;
  line-height: 49px;
  background: url(../images/barbg.jpg) no-repeat right center;
}
.top_bar .tb-left {
  float: left;
  color: #5b5b5b;
  font-size: 14px;
  overflow: hidden;
}
.top_bar .tb-rig {
  float: right;
}
.tb-rig ul li{
  float:left;
  display:block;
  position:relative;
}
.tb-rig ul li a {
  color: #ffffff;
  font-size: 14px;
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:33px;
  margin-left: 19px;
}
.top_bar .tb-rig ul li > a:hover {
  text-decoration: underline;
}
.tb-rig ul li:first-of-type a {
  background: url("../images/navicon01.png") no-repeat left center;
}
.tb-rig ul li:nth-of-type(2) a {
  background: url("../images/navicon02.png") no-repeat left center;
}

.tb-rig ul li:first-of-type{
  position: relative;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  width: 110px;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list img{
  width: 100%;
}
/*logo*/
.head{
  background: #fff;
}
.head .warpper{
  height: 115px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  display:flex;
  align-items: center;
}
.logo>a{
  display:block;
}
.logo>a>h1{
  font-size: 25px;
  color: #373737;
}
.logo>a>small{
  font-size: 12px;
  color: #606060;
  text-transform: uppercase;
}
.logo>div{
  margin-left:27px;
  padding-left:27px;
  border-left:1px solid #e0e0e0;
}
.logo>div>h4{
  font-size: 22px;
  color: #494a4a;
}
.logo>div>h4>span{
  color: #1f68b6;
}
.logo>div>p{
  font-size: 14px;
  color: #696969;
}
.logo>img{
  float:left;
  max-height: 90px;
}
.logo>h1{
  float:left;
}
.tel{
  background:url("../images/tel.png") no-repeat left center;
  padding-left:52px;
}
.tel>small{
  font-size: 14px;
  color: #4b4a4a;
  letter-spacing: 3.2px;
}
.tel>h4{
  font-size: 27px;
  color: #1857a4;
}






.navbg{
  background: #1857a4;
}
.nav_ul {
  height: 70px;
  display:flex;
  justify-content: space-between;
}
.nav_ul li{
  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;
  height: 70px;
  width: 150px;
  text-align: center;
}
.nav_ul li a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
}

.nav_ul li:before{
  position: absolute;
  content: '';
  bottom:0;
  left:0;
  display: block;
  background: #f78e19;
  width:100%;
  height: 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;
}

.nav_ul li:hover:before,.nav_ul li.active:before{
  height: 100%;
}


.banner{
  position: relative;
}
#bannerSwiper{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide a img{
  width: 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;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 65px;
}
.banner .swiper-button-next{ right:0;}
.banner .swiper-button-prev{  left:0;}
.banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border:1px solid #1655bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  font-size: 21px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #1655bc;
}
#main {
  overflow: hidden;
}
.img_jz{
  overflow: hidden;
  display: block;
  position:relative;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*热搜*/
.hot{
  width: 100%;
  height: 83px;
  background: #e9ebed;
}
.hot .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.hot_left span{
  float:left;
  font-size: 16px;
  line-height: 90px;
  font-weight: bold;
  color: #575757;
  background: url("../images/hot.png") no-repeat left center;
  padding-left:44px;
}
.hot_left a{
  float:left;
  margin-right:16px;
  line-height: 90px;
  font-size: 14px;
  color: #575757;
  -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;
}
.hot_left a:hover{
  text-decoration: underline;
  color: #1857a4;
}


.searchshow{
  overflow: hidden;
  height: 50px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:24px;
  line-height: 50px;
  color: #5a5a5a;
  font-size: 14px;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchshow form input[type=text]::placeholder{
  color: #5a5a5a;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background: #fff url("../images/search.png") no-repeat center;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  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;
}
.searchshow form input[type=submit]:hover{
  background: #1857a4 url("../images/searchs.png") no-repeat center;
}

@font-face{
  font-family:jxzk;
  src:url('../font/jxzk.TTF');
}
@font-face{
  font-family:rzzy;
  src:url('../font/rzzy.TTF');
}
/* 首页产品 */
.title{
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 2vw;
}
.title h4{
  font-size: 62px;
  color: #f1f1f1;
  text-transform: uppercase;
}
.title h3{
  font-size: 32px;
  color: #272727;
  margin-top:-3vw;
  margin-bottom: 10px;
}
.title>small{
  font-size: 14px;
  color: #898989;
  display: block;
}

/*company*/
.company{
  padding-bottom: 5vw;
}
.company>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_left{
  width: 48%;
}
.com_left>h3{
  font-size: 32px;
  color: #2f2f2f;
}
.com_left>p{
  font-size: 14px;
  color: #909090;
  text-transform: uppercase;
}
.com_left>b{
  display:block;
  width: 28px;
  height: 4px;
  background:#1857a4;
  margin-top: 15px;
  margin-bottom: 15px;
}
.com_left>small{
  font-size: 14px;
  line-height: 26px;
  color: #6a6a6a;
  display:block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.com_left>a{
  font-size: 12px;
  color: #6f6f6f;
  display:block;
  width: 149px;
  border:1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  margin-top: 2vw;
  margin-bottom: 2.5vw;
  -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_left>a:hover{
  border:1px solid #004f91;
  background:#004f91;
}
.com_left>a span{
  display:block;
  width:100%;
  line-height: 46px;
  font-size: 12px;
  color: #6f6f6f;
  -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:url("../images/comiconjt.png") no-repeat right center;
}
.com_left>a:hover span{
  color: #fff;
  background:url("../images/comiconjts.png") no-repeat right center;
}
.company>.warpper>img{
  max-width: 50%;
}
.company ul{
  display:flex;
  align-items: center;
}
.company ul li{
  min-width: 157px;
}
.company ul li>span{
  width:100%;
  display:block;
  font-size: 12px;
  color: #393939;
}
.company ul li:first-of-type>span {
  background-position:120px center!important;
}
.company ul li h4{
  font-size: 26px;
  color: #393939;
}
.company ul li:first-of-type{
  border-right:1px solid #e4e4e4;
  margin-right: 15px;
}
.company ul li h4 span{
  padding-left:10px;
  font-weight: normal;
  color: #393939;
  font-size: 12px;
}

/*.product*/
.productbg{
  background:url("../images/probg.jpg") no-repeat center;
  padding-bottom:5vw;
}
.productbg .title h4{
  color: #e9e9e9;
}
.pro_left{
  background:#1857a4;
  width:317px;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:37px 14px;
}
.sidetit>h3{
  font-size: 30px;
  color: #fff;
}
.sidetit>small{
  font-size: 14px;
  color: #fff;
  display:block;
  margin-bottom: 17px;
}
.prol_mid{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5px;
}
.prol_mid a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #e9e9e9;
  height: 54px;
  display:flex;
  align-items: center;
  padding-right: 27px;
  -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;
}
.prol_mid a:hover,.prol_mid a.active{
  border-bottom: 1px dashed #1857a4;
}
.prol_mid a>b{
  display:block;
  width: 45px;
  height: 100%;
}
.prol_mid a>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.prol_mid a>span{
  display:block;
  width:calc(100% - 45px);
  font-size: 16px;
  color: #454545;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:23px;
  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;
  background-position:right center;
  background-image:none;
  background-repeat: no-repeat;
}
.prol_mid a:hover>span,.prol_mid a.active>span{
  color: #1857a4;
  font-weight: bold;
  background-image:url("../images/proiconjt.png");
}
.prol_code{
  margin-top: 26px;
  display:flex;
  align-items: center;
}
.prol_code>img{
  width: 118px;
  margin-right: 28px;
}
.prol_code>p{
  font-size: 16px;
  color: #fff;
}
.pro_right{
  float:right;
  width:calc(98% - 317px)
}
.pro_right>li{
  width:32%;
  float:left;
  margin-right: 2%;
  margin-bottom: 1vw;
}
.pro_right>li:nth-of-type(3n){
  margin-right: 0;
}
.pro_right>li>a{
  display:block;
}
.pro_right>li>a>b{
  display:block;
  width:100%;
  height: 261px;
  position:relative;
  overflow:hidden;
}
.pro_right>li>a>b>i{
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100%;
  height: 100%;
  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;
  background: rgba(24, 87, 164, 0.55) url("../images/addicon.png") no-repeat center;
}
.pro_right>li>a:hover>b>i{
  opacity: 1;
}
.pro_right>li>a>p{
  width:100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 66px;
  margin-top:2px;
  font-size: 16px;
  color: #5f5f5f;
  background:#fff;text-align: center;
}
.pro_right>li>a:hover>p{
  background:#1857a4;
  color: #fff;
}
/*adv*/
.adv{
  background:url("../images/advbg.jpg") no-repeat center;
  padding-bottom:5vw;
}
.tit_white>h4{
  color: rgba(255, 255, 255, 0.07);
}
.tit_white>h3,.tit_white>small{
  color: #fff;}
.advlist{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.advlist li{
  background:#fff;
  border-radius: 7px;
  width: 21.5%;
  height: 334px;
  display:flex;
  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;
}
.advlist li>div{
  width: 90%;
  text-align: center;
}
.advlist li>div>b{
  height: 110px;
  width: 100%;
}
.advlist li>div>b>img{
  object-fit: scale-down;
  -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-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.advlist li.active>div>b>img {
  filter: brightness(100);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.advlist li>div>h5{
  font-size: 20px;
  color: #353535;
  -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;
}
.advlist li.active{
  background:#1857a4;
}
.advlist li>div>p{
  width: 35px;
  height: 4px;
  background:#1857a4;
  display:block;
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 13px;
   -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;
}
.advlist li>div>small{
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(56, 56, 56, 0.45);
   -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;
}

.advlist li.active>div>p{
  background:#fff;
}
.advlist li.active>div>h5,.advlist li.active>div>small{
  color: #fff;
}

.lc{
  background:#1857a4;
}
.lc>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 225px;
}
.lc>.warpper li p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.lc>.warpper>img:last-of-type{
  display:none;
}


/*case*/
.casebg{
  padding-bottom:75px;
}
.case{
  overflow: hidden;
  position: relative;
  height: 403px;
}
.swiper-case{
  width: 1667px;
  position: absolute;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-case .swiper-slide a{
  display: block;
  width:100%;
  height:403px;
  position: relative;
  overflow: hidden;
}
.swiper-case .swiper-slide a>img{
  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%);
  min-height: 100%;
  width:100%;
}
.case_text{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  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;
}
.swiper-slide-next .case_text{
  opacity: 1;
}
.case_text>div{
  background: #295aa7;
  float:left;
  width: 221px;
  height: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:27px;
}
.case_text>div>h4{
  font-size: 18px;
  color: #fff;
}
.case_text>div>span{
  color: #fff;
  font-size: 14px;
}
.case_text i{
  display: block;
  float:right;
  margin-right:32px;
  border:1px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 52px;
  font-size: 35px;
  font-weight: lighter;
  line-height: 52px;
  margin-top: 24px;
}
.swiper-case .swiper-button-next{
  left:calc(50% + 292px);
  right:initial;
}
.swiper-case .swiper-button-prev{
  right:calc(50% + 292px);
  left:initial;
}
.swiper-case .swiper-button-next,.swiper-case .swiper-button-prev{
  border-radius: 50%;
  background: #295aa7;
  width: 56px;
  height: 56px;
}
.swiper-case .swiper-button-next:after,.swiper-case .swiper-button-prev:after{
  display:none;
}
.swiper-case .swiper-button-next{
  background:#295aa7 url("../images/casejt.png") no-repeat center;
}
.swiper-case .swiper-button-prev{
  background:#295aa7 url("../images/casejts.png") no-repeat center;
}
/*work*/
.workshoptit{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5vw;
}
.workshoptit>a{
  display:block;
  font-size: 16px;
  color: #414141;
  width: 153px;
  line-height: 46px;
  text-align: center;
  border:1px solid #383838;
  -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;
}
.workshoptit>a:first-of-type{
  border-right:none;
}
.workshoptit>a:nth-of-type(2){
  border-left:none;
}
.workshoptit>a.active{
  background:#1857a4;
  color: #fff;
}
.work_cont>div{
  display:none;
}
.work_cont ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work_cont ul li{
  width:32%;
  margin-bottom: 2vw;
}
.work_cont ul li a{
  width:100%;
  height: 304px;
  display:block;
  position:relative;
  overflow:hidden;
}
.work_cont ul li a>i{
  position:absolute;
  left:0;
  top:0;
  display:block;
  width:100%;
  height: 100%;
  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;
  background: rgba(24, 87, 164, 0.55) url("../images/addicon.png") no-repeat center;
}
.work_cont ul li:hover a>i{
  opacity: 1;
}
.work_cont ul li>p{
  color: #444444;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  background:#f5f5f5;
  -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;
}
.work_cont ul li:hover>p{
  color: #fff;
  background:#1857a4;
}

/*news*/
.newsbg{
  background:#f4f4f4;
  padding-bottom: 4vw;
}
.newsbg .title h4{
  color: #e8e8e8;
}
.news{
  display:flex;
  justify-content: space-between;
}
.news_left{
  width: 49%;
  height: 430px;
}

.news_left>a{
  display:block;
  height: 100%;
  width:100%;
  position:relative;
  overflow:hidden;
}
.news_left>a>div{
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 80px;
  background: rgba(2, 2, 2, 0.79);
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  -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_left>a:hover>div{
  background: rgba(24, 87, 164, 0.79);
}
.news_left>a>div>h5{
  width: 80%;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 18px;
}
.news_left>a>div>span{
  width: 20%;
  color: #fff;
  text-align: right;
  font-size: 14px;
}

.news_right{
  width:50%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_right a{
  display:block;
  background:#fff;
  width: 49.5%;
  height: 208px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  padding-top: 43px;
  position:relative;
  overflow:hidden;
}
.news_right a:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  width: 0;
  background:#1857a4;
  height: 11px;
  -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_right a:hover:after{
  width: 100%;
}
.news_right a>p{
  font-size: 18px;
  color: #444444;
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.news_right a>small{
  font-size: 14px;
  color: #6c6c6c;
  display:block;
  margin-bottom: 70px;
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.news_right a>span{
  font-size: 14px;
  color: #6a6a6a;
}









/*banner2*/
.banner2{
  height: 193px;
  display:flex;
  align-items: center;
  background:#1857a4 url("../images/banner2.jpg") no-repeat center;
}
.banner2>.warpper>h2{
  font-size: 34px;
  color: #fff;
}
.banner2>.warpper>small{
  font-size: 16px;
  color: #fff;
  display:block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.banner2>.warpper>p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.47);
  text-transform: uppercase;
}


/*indexform*/
.indexformbg{
  background: #1655bc;
  padding:27px 0;
}
.indexformbg .warpper>p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
}
#indexform input,#indexform textarea,#indexform .code{
  float:left;
  margin-right:6px;
  margin-bottom: 6px;
  line-height: 40px;
  height: 40px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 247px;
  font-size: 14px;
  color:#737373;
  background: #fff;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  font-size: 14px;
  color:#737373;
}
#indexform input:nth-of-type(2){
  margin-right: 0;
}
#indexform textarea{
  width: 100%;
  height: 125px;
  overflow: hidden;
}

#indexform .code{
  width: 100%;
  margin-right:0;
}
#indexform .code input{
  float: left;
  width: 245px;
  border: none;
  padding-left: 30px;
  margin-right: 0;
}
#indexform .verify{
  float:right;
  height: 34px;
  padding-top: 3px;
  padding-right: 3px;
}
#indexform .verify img{
  height: 100%;
}
#indexform .submit{
  display: block;
  text-align: center;
  color: #fff;
  float:left;
  width: 100%;
  font-size: 18px;
  background: #065cbc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  -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: #247ee3;
}

/*footer*/
.footer{
  background: url("../images/fotbg.jpg") no-repeat center top;
  overflow: hidden;
}
.fot_top{
  padding-top: 5vw;
  height: 493px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display:flex;justify-content: space-between;
}


.fot_left>h1{
  color: #fff;
  font-size: 24px;
}
.fot_left>p{
  font-size: 12px;
  color: #9a9a9a;
  font-weight: lighter;
  text-transform: uppercase;
}
.fot_left>b{
  display:block;
  width: 32px;
  height: 3px;
  margin-top: 15px;
  background:#0059b3;
}
.fot_left>small{
  width: 253px;
  font-weight: lighter;
  line-height: 20px;
  font-size: 14px;
  color: #d7d7d7;
  display:block;
  margin-bottom: 22px;
  margin-top: 12px;
}
.fot_left>a{
  display:inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 19px;
  background:#1857a4;
  line-height: 40px;
  -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:#053b7d;
}
.fot_left>a>span{
  background:url("../images/foticon.png") no-repeat left center;
  padding-left:28px;
  font-size: 14px;
  color: #fff;
}

.fot_nav h3{
  font-size: 20px;
  color: #ddd;
  line-height: 20px;
  position: relative;
  padding-bottom:16px;
}
.fot_nav h3:after{
  display: block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  background: #0059b3;
  width: 33px;
  height: 2px;
}

.fot_nav>a,.fot_nav>p{
  display: block;
  font-size: 14px;
  color: #a4a4a4;
  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;
}

.fot_nav a:hover,.fot_nav a.thisin{
  color: #fff;
  font-weight: bold;
}
.fot_code{
  width: 120px;
  text-align: center;
}
.fot_code>img{
  width: 100%;}
.fot_code>p{
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
}

.fot_botbg{
  background: #1857a4;
}
.fot_bot{
  line-height: 72px;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #ffffff;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #ffffff;
  font-weight: lighter;
  -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_bot a:hover{
  text-decoration: underline;
}






.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.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;
}
/*# sourceMappingURL=./index.css.map */