@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
.top_bar {
  height: 41px;
  line-height: 41px;
  background: #2d2d2d;
}
.top_bar .tb-left {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
}
.top_bar .tb-rig {
  float: right;
}
.tb-rig ul li{
  float:left;
  display:block;
}
.tb-rig ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display:block;
  -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;
}
.tb-rig ul li:first-of-type a{
  padding-right:19px;
  margin-right:19px;
  position: relative;
}
.tb-rig ul li:first-of-type a:after{
  display:block;
  content: '';
  width:1px;
  height: 14px;
  background: #999999;
  position: absolute;
  top:50%;
  right:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top_bar .tb-rig ul li > a:hover {
  color: #fff;
}


/*logo*/
.head{
  height: 145px;
  background: #fff;
  border-bottom:3px solid #f6f6f6;
}
.nav{
  background: #fff;
  position: relative;
}
.logo{
  position: absolute;
  text-align: center;
  top:-33px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.logo>b{
  border-radius: 50%;
  background: #fff;
  width: 93px;
  height: 93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding:15px;
  text-align: center;
  margin:0 auto;
}
.logo>b img{
  max-width: 100%;
}
.logo>div>h1{
  color: #333333;
  font-size: 36px;
  font-family: rzzy;
  font-weight: normal;
  line-height: 36px;
}
.logo>div>p{
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}
.nav_tel{
  float:right;
  background: url("../images/tel.png") no-repeat left center;
  padding-left:55px;
  margin-top: 54px;
}
.nav_tel>small{
  display: block;
  font-size: 16px;
  color: #333333;
}
.nav_tel>h5{
  line-height: 22px;
  font-size: 26px;
  color: #19437d;
}
.nav_ul{

  background: #fff;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 90;
}
.nav_ul li {
  float: left;
  line-height: 71px;
  -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;
  width:150px;
  height:71px;
}
.nav_ul li:after{
  display: block;
  content: '';
  position: absolute;
  left:50%;
  top:100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top:10px solid #2d2d2d;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  opacity: 0;
}
.nav_ul li:hover:after,.nav_ul li.active:after{
  opacity: 1;
}
.nav_ul li:hover,.nav_ul li.active{
  background: #2d2d2d;
}
.nav_ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333333;
  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;
}
.nav_ul li:hover  a,.nav_ul li.active a{
  color: #fff;
}



/*banner*/
.banner .swiper-slide a img{
  width: 100%;
}

.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 33px;
  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-pagination-bullet{
  width: 22px;
  height: 22px;
  background: #fff;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 20px!important;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border:1px solid rgba(25, 67, 125, 0.6);
}
#main {
  overflow: hidden;
}
.img_jz{
  position: relative;
  overflow: hidden;
  display: block;
}
.img_jz>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%);
  -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{
  margin-bottom:60px;
  background:url("../images/hotline.png") no-repeat right 79px;
}
.hot>.warpper{
  border-bottom: 1px solid #19437d;
  line-height: 79px;
  height: 79px;
}
.hot_left{
  float:left;
}
.hot_left>div{
  float:left;
  font-size: 16px;
  color: #19437d;
  font-weight: bold;
  line-height: 79px;
}
.hot_left>div span{
  color: #ff7e11;
}
.hot_left a{
  float:left;
  margin-left:35px;
  line-height: 79px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.hot_left a:hover{
  text-decoration: underline;
  color: #087ed9;
}


.searchshow{
  margin-top: 27px;
  float:right;
  background:#f7f7f7;
  border-radius: 17px;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:33px;
  line-height: 34px;
  color: #999999;
  font-size: 14px;
  width: 342px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
}
.searchshow form input[type=text]::placeholder{
  color: #999999;
  font-size: 14px;
}
.searchshow form input[type=submit]{
  background:url("../images/search.png") no-repeat center;
  width: 54px;
  height:34px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  float:left;
  -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;
  border-radius: 0 17px 17px 0;
}
.searchshow form input[type=submit]:hover{
  background: #19437d url("../images/searchs.png") no-repeat center;
}

/* 首页产品 */
.sidetit{
  padding-bottom:24px;
  border-bottom: 3px solid #f5f5f5;
}
.sidetit>h2{
  font-size: 30px;
  color: #333333;
  font-family: rzzy;
  padding-left:47px;
  font-weight: normal;
  background: url("../images/logo.png") no-repeat left center;
  position: relative;
}
.sidetit>h2:after{
  display: block;
  content: '';
  width:22px;
  height: 4px;
  background: #333333;
  position: absolute;
  border-radius: 2px;
  left:-32px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidetit ul li{
  float:left;
  font-size: 14px;
  color: #333333;
  margin-right:5px;
  padding-left:13px;
  background: url("../images/projt.png") no-repeat left center;
}
.sidetit ul li:last-of-type{
  margin-right: 0;
}
.proside{
  float:left;
  width: 235px;
}
.proside_ul li{
  margin-bottom:5px;
  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;
  width: 212px;
  border-bottom: 1px dashed #e4e4e4;
}
.proside_ul li:after{
  display:block;
  content: '';
  height: 44px;
  width: 0;
  background: #19437d;
  border-radius: 0 22px 22px 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;
}
.proside_ul li:hover:after,.proside_ul li.hight_linght:after{
  width: 231px;
}
.proside_ul li span{
  display: initial;
  width: 18px;
  height: 18px;
  margin:13px 10px;
  float:left;
  position: relative;
  background: url("../images/linjian.png") no-repeat center;
  -webkit-animation: rotateicon 3s linear 0s infinite normal;
  -o-animation: rotateicon 3s linear 0s infinite normal;
  animation: rotateicon 3s linear 0s infinite normal;
}
@keyframes rotateicon {
  0%{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100%{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.proside_ul li a{
  color: #333333;
  position: relative;
  line-height: 44px;
  font-size: 16px;
  float:left;
  width: 174px;
}
.proside_ul li a:after{
  display:block;
  content: '';
  background: #19437d;
  width:8px;
  height: 2px;
  position: absolute;
  left:-20px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 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;
}
.proside_ul li:hover a,.proside_ul li.hight_linght a{
  color: #fff;
}
.proside_ul li:hover a:after,.proside_ul li.hight_linght a:after{
  opacity: 0;
}
.proside_ul li:last-of-type{
  border-bottom: none;
}

.indexpro_right{
  float:right;
  width: 895px;
  height: 417px;
  position: relative;
}
.indexpro_right>a{
  position: absolute;
  right:0;
  top:0;
  font-size: 14px;
  color: #19437d;
  font-weight: bold;
  z-index: 100;
}
.indexpro_right>a:after{
  position: absolute;
  display: block;
  content: '';
  left:-51px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #19437d;
  width: 40px;
}
.swiper-indexpro{
  width: 100%;
  height: 100%;
}
.swiper-indexpro .swiper-slide>div{
  position: relative;
  width:100%;
  height: 100%;
}
.swiper-indexpro .swiper-slide>div>b{
  width:590px;
  height: 100%;
}
.swiper-indexpro .swiper-slide>div>b img{
  width: 100%;
}
.swiper-indexpro .swiper-pagination{
  right:46px;
  left:initial;
  width: 1px;
  height: 127px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-indexpro .swiper-pagination span{
  width: 3px;
  left:-1px;
  background: #19437d;
}
.swiper-indexpro .swiper-button-next:after,.swiper-indexpro .swiper-button-prev:after{
  display:none;
}
.swiper-indexpro .swiper-button-next{
  right:37px;
  top: 295px;
  background: url("../images/prodowns.png") no-repeat center;
  width: 18px;
  height: 11px;
}
.swiper-indexpro .swiper-button-prev{
  right:37px;
  left:initial;
  top: 153px;
  background: url("../images/proups.png") no-repeat center;
  width: 18px;
  height: 11px;
}

.prodetail{
  background: #fff;
  position: absolute;
  right:5px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
  height: 297px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:64px;
  -webkit-box-shadow:4px 4px 3px #ecebeb;
  -moz-box-shadow:4px 4px 3px #ecebeb;
  box-shadow:4px 4px 3px #ecebeb;
  z-index: 80;
}
.prodetail>h5{
  font-size: 18px;
  color: #333333;
  margin-top:6px;
  margin-bottom: 9px;
}
.prodetail>small{
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: block;
  height: 62px;
  margin-left:12px;
  position: relative;
}
.prodetail>small:after{
  display: block;
  content: '';
  position: absolute;
  left:-8px;
  top:10px;
  background: #19437d;
  width: 4px;
  height: 4px;
}
.prodetail>div>a{
  display: block;
  color: #fff;
  font-size: 14px;
  width: 75px;
  line-height: 36px;
  float:left;
  text-align: center;
  margin-right:7px;
  background: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.prodetail>div>a:last-of-type{
  background: #19437d;
}
.prodetail>div>a:hover{
  box-shadow:0 0 10px #919090;
}
.indexprobg{
  box-shadow:0 5px 7px #b8b8b8;
  position: relative;
}
.swiper-indexpro .swiper-slide>div>p{
  position: absolute;
  right:0;
  bottom:8px;
  z-index: 80;
  font-size: 14px;
  color: #999999;
}
.swiper-indexpro .swiper-slide>div>p span{
  color: #333333;
  font-size: 22px;
}
.swiper-indexpro{
  margin-bottom: 37px;
}
.swiper-indexprobom{
  height: 280px;
}
.swiper-indexprobom .swiper-slide>a{
  display: block;
  width:100%;
  height: 100%;
}
.swiper-indexprobom .swiper-slide>a p{
  position: absolute;
  bottom:0;
  left:0;
  background: #333333;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 57px;
  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-indexprobom .swiper-slide>a b{
  display:block;
  height: 0px;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  background: url("../images/open.png") no-repeat 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;
}

.swiper-indexprobom .swiper-slide>a:hover{
  box-shadow: 0 0 5px #ddd;
}
.swiper-indexprobom .swiper-slide>a:hover b {
  height: 233px;
}
.swiper-indexprobom .swiper-slide>a:hover p{
  background: none;
}
.indepro_top{
  margin-bottom: 38px;
}
.swiper-indexprobom .swiper-slide>a>img{
  height: 100%;
  min-width: 100%;
}
.swiper-indexpro .swiper-slide>div>b>img{
  width: 100%;
}
.indexpro{
  padding-bottom: 78px;
}

/*adv*/
.adv{
  padding-top:75px;
  background:#f4f4f4 url("../images/advbg.png") no-repeat center top;
  padding-bottom:115px;
}
.advtitle{
  text-align: center;
  margin-bottom:60px;
}
.advtitle>h3{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 4px;
  color: #333333;
  font-family: rzzy;
}
.advtitle>h3 span{
  font-size: 52px;
  line-height: 35px;
  color: #19437d;
}
.advtitle>p{
  background: url("../images/titbg.png") no-repeat center;
  color: #19437d;
  font-size: 32px;
}
.advtitle>p span{
  color: #ff7e11;
  padding-right:35px;
}
.advtitle>small{
  font-size: 16px;
  color: #999999;
  font-weight: lighter;
}
.advcont>b{
  position: relative;
  display:block;
  width: 634px;
  height: 524px;
  margin:0 auto;
}
.advtel{
  position: absolute;
  bottom:55px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/tel.png") no-repeat left center;
  padding-left:43px;
}
.advtel>small{
  color: #fff;
  font-size: 14px;
}
.advtel>p{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.advcont{
  position: relative;
}
.advcont>ul{
  width: 1200px;
  height: 523px;
  position: absolute;
  left:50%;
  top:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.advcont>ul li{
  float:left;
  position: absolute;
}
.advcont>ul li:first-of-type{  right:calc(50% + 210px);top:0;}
.advcont>ul li:nth-of-type(2){  left:calc(50% + 210px);top:0;}
.advcont>ul li:nth-of-type(3){  right:calc(50% + 280px);top:227px;}
.advcont>ul li:nth-of-type(4){  left:calc(50% + 280px);top:227px;}
.advcont>ul li:nth-of-type(5){  right:calc(50% + 210px);bottom:0;}
.advcont>ul li:nth-of-type(6){  left:calc(50% + 210px);bottom:0;}
.advcont>ul li>div{
  float:left;
  text-align:right;
  margin-right:23px;
  margin-top: 15px;
}
.advcont>ul li>div>b{
  font-size: 20px;
  display: block;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advcont>ul li>div>small{
  display: block;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.advcont>ul li:hover>div>b,.advcont>ul li:hover>div>small{
  color: #19437d;
}
.advcont>ul li>i{
  float:right;
}
.advcont>ul li:nth-of-type(2n){
  float:right;
}
.advcont>ul li:nth-of-type(2n)>div{
  float:right;
  text-align:left;
  margin-left: 23px;
  margin-right: 0;
}
.advcont>ul li:nth-of-type(2n)>i{
  float:left;
}
.advcont>ul li>i{
  display:block;
  width:80px;
  height: 80px;
  text-align: center;
  background: #333333;
  border-radius: 50%;
  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;
  top:0;
}
.advcont>ul li:hover>i{
  background: #19437d;
  box-shadow:0 0 10px #ddd;
  top:-1px;
}
.advcont>ul li>i>img{
  margin:auto;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

/*apply*/
.apply{
  background: #19437d;
  height: 595px;
  position: relative;
}
.gallery-thumbsapp{
  width:50%;
  padding-top:24px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:23px;
  padding-left:calc(50% - 600px);
}
.gallery-topapp{
  width: 50%;
  height: 100%;
  float:right;
}
.app_text{
  display: block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}

.app_text>p{
  font-size: 20px;
  margin-top:17px;
  color: #afc3e0;
  font-family: rzzy;
  -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;
}
.app_text>p>span{
  float:left;
  font-family: rzzy;
  -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;
}
.app_text>p>i{
  display:inline-block;
  font-size: 40px;
  line-height: 23px;
  margin-right: 12px;
  margin-left:12px;
  vertical-align: bottom;
}
.app_text>small{
  display:block;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  -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;
}
.gallery-thumbsapp .swiper-slide{
  height: 65px!important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.gallery-thumbsapp .swiper-slide:last-of-type{
  border-bottom: none;
}
.gallery-thumbsapp .swiper-slide.swiper-slide-thumb-active{
  height: 159px!important;
}
.swiper-slide-thumb-active .app_text>p>i{
  display:none;
}
.swiper-slide-thumb-active .app_text>small{
  height: 96px;
  margin-top: 8px;
  line-height: 23px;
}
.swiper-slide-thumb-active .app_text>p>span{
  font-size:50px;
  opacity:0.1;
  font-style: italic;
  margin-right: 12px;
}
.swiper-slide-thumb-active .app_text>p{
  color: #fff;
  margin-top:26px;
}
.gallery-topapp .swiper-pagination-bullet{
  background: #fff;
  opacity: .6;
}
.gallery-topapp .swiper-pagination-bullet-active {
  background: #000;
}
.apply .swiper-button-next{
  left:50%;
  right:initial;
  width: 50px;
  height: 50px;
  top:initial;
  bottom:0;
  background: rgba(255, 255, 255, 0.5);
}
.apply .swiper-button-prev{
  right:50%;
  left:initial;
  top:initial;
  width: 50px;
  height: 50px;
  bottom:0;
  background: rgba(255, 255, 255, 0.5);
}
.apply .swiper-button-prev:after,.apply .swiper-button-next:after{
  font-size: 20px;
}

/*banner02*/
.banner02{
  background:url(../images/banner02bg.jpg) no-repeat center;
}
.banner02 .warpper{
  height: 218px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.ban02_cont1 h3{
  font-size: 43px;
  color: #fff;
  line-height: 43px;
}
.ban02_cont1 h3 span{
  color: #ff7e11;
}
.ban02_cont1>p{
  font-size: 16px;
  margin-top: 13px;
  line-height: 16px;
  color: #fff;
}
.ban02_cont2{
  display:flex;
  justify-content: space-between;
  width:463px;
  height: 88px;
  align-items: center;
  flex-wrap: wrap;
}
.ban02_cont2 a{
  display: block;
  background: #fff;
  width: 146px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  -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;
}
.ban02_cont2 a:hover{
  background: #ff7e11;
  color: #fff;
}
.ban02_cont3>p{
  font-size: 30px;
  color: #ffffff;
}
.ban02_cont3>p>span{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.ban02_cont3>a{
  background: #ff7e11;
  color: #fff;
  text-align: center;
  width: 281px;
  padding-top:10px;
  padding-bottom: 7px;
  display: block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 3px solid #ff7e11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ban02_cont3>a:hover{
  color: #ff7e11;
  background:none;
  border-bottom: 3px solid #ff7e11;
}

/*company*/
.company{
  position: relative;
  height: 600px;
}
.title{
  margin-bottom: 48px;
}
.title>h3{
  font-size: 30px;
  color: #333333;
  font-family: rzzy;
  font-weight: normal;
  position: relative;
}
.title>h3:after{
  display: block;
  content: '';
  width:22px;
  height: 4px;
  background: #333333;
  position: absolute;
  border-radius: 2px;
  left:-32px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title>h3>span{
  background: url(../images/logo.png) no-repeat left center;
  display: inline-block;
  width: 47px;
  height: 47px;
  vertical-align: bottom;
}
.title>p{
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: lighter;
  text-transform: uppercase;
}
.com_left{
  float:left;
  width: 510px;
  padding-top:75px;
}
.com_left>small{
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  font-weight: lighter;
  display: block;
  height: 295px;
}
.com_left>a{
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 136px;
  line-height: 36px;
  background: #333333;
}
.com_right{
  position: absolute;
  left:50%;
  top:0;
  height: 100%;
}
.swiper-company{
  width: 960px;
  height: 100%;
}
.swiper-company .swiper-button-next{
  left:50px;
  top:initial;
  bottom:0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-company .swiper-button-prev{
  left:0px;
  top:initial;
  bottom:0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-company .swiper-button-disabled{
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.swiper-company .swiper-button-prev:after,.swiper-company .swiper-button-next:after{
  font-size: 20px;
}
.com_right .swiper-slide b{
   width:100%;
  height: 100%;
}
.com_right .swiper-slide b img{
  width:100%;
}

/*number*/
.number{
  background: url("../images/numbg.jpg") no-repeat center;
}
.number>.warpper{
  height: 219px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.number div{
  text-align: center;
}
.number div>b{
  color: #fff;
}
.number div>b>span{
  font-size: 50px;
}
.number div>b>sup{
  font-size: 30px;
  vertical-align: top;
}
.number div>p{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  opacity: .6;
}

/*news*/
.newsbg{
  padding-top:53px;
  padding-bottom: 70px;
}
.news_top .title{
  float:left;
}
.news_fl{
  float:right;
  margin-top:13px;
}
.news_fl a{
  float:left;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  display: block;
  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;
  padding-bottom:13px;
  margin-left:76px;
}
.news_fl a:after{
  background: #19437d;
  position: absolute;
  display:block;
  content: '';
  width: 22px;
  height: 0px;
  border-radius: 2px;
  left:50%;
  bottom:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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_fl a:hover{
  color: #19437d;
}
.news_fl a:hover:after{
  height: 4px;
}

.news_left{
  float:left;
  width: 584px;
  height: 437px;
  display:block;
  position: relative;
}
.news_left>img{
  width: 100%;
}
.news_left>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:30px;
  padding-right: 30px;
  position: absolute;
  width:100%;
  bottom:0;
  left:0;
}
.news_left>div>p{
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_left>div>small{
  font-size: 14px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: lighter;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_left>div>div{
  line-height: 60px;
}
.news_left>div>div>p{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  float:left;
}
.news_left>div>div>p>span{
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: normal;
}
.news_left>div>div>i{
  float:right;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  background:url("../images/eye.png") no-repeat left center;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_left:hover>div>div>i{
  color: #ff7e11 ;
  background: url("../images/eyes.png") no-repeat left center;
}

.news_right{
  float:right;
  width: 586px;
}
.news_right a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 125px;
  margin-bottom:28px;
}
.news_right a:last-of-type{
  margin-bottom: 0;
}
.news_right a>b{
  width: 174px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  border: 2px solid transparent;
}

.news_right a:hover>b{
  border: 2px solid #19437d;
}
.news_right a>b img{
  width: 100%;
}
.news_text{
  width: 395px;
}
.news_text>p{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  margin-bottom: 8px;
  display: block;
}
.news_text>small{
  font-size: 14px;
  font-weight: lighter;
  color: #999999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom:12px;
  border-bottom: 1px solid #999999;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.news_right a:hover .news_text>small{
  border-bottom: 1px solid #19437d;
}
.news_right a:hover .news_text>p{
  color: #19437d;
}
.news_text>div{
  line-height: 58px;
}
.news_text>div>p{
  float:left;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.news_right a:hover .news_text>div>p{
  color: #19437d;
}
.news_text>div>p>span{
  font-weight:normal;
  color: #999999;
  font-size: 14px;
}
.news_text>div>i{
  float:right;
  display: block;
  color:#999999;
  font-size: 14px;
  background:url("../images/eye.png") no-repeat left center;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_right a:hover .news_text>div>i{
  color: #ff7e11 ;
  background: url("../images/eyes.png") no-repeat left center;
}

/*product*/
.product{
  padding-bottom: 28px;
}
.pro_left{
  float:left;
  width: 224px;
}
.proleft_topbg{
  background:#1655bc url("../images/proleft01.png") no-repeat left top;
  padding:6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0;
}
.proleft_top{
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 12px;
}
.proleft_top h3{
  color: #fff;
  line-height: 22px;
  font-size: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.proleft_top h4{
  color: #fff;
  line-height: 17px;
  font-size: 16px;
}
.proleft_topbg ul{
  background: #eaf0f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 392px;
}
.proleft_topbg ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  -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;
}
.proleft_topbg ul li:hover{
  background:#1655bc;
}
.proleft_topbg ul li:last-of-type{
  border-bottom: 0;
}
.proleft_topbg ul li>a{
  font-size:16px;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid #c6dbf7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  background: url("../images/jt.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;
}
.proleft_topbg ul li:hover>a{
  color: #fff;
  background:url("../images/jts.png") no-repeat right center;
  border-bottom:1px solid #1655bc;
}
.proleft_topbg ul li>div{
  display: none;
  padding-bottom: 3px;
}
.proleft_topbg ul li>div a{
  background: #668cca;
  line-height: 35px;
  display: block;
   width: 100%;
  margin-top: 3px;
  color: #fff;
  padding-left: 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;
}
.proleft_topbg ul li>div a:hover{
  background: #597bb3;
  text-decoration: underline;
}
.proleft_bot{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 3px;
  padding-bottom: 23px;
  background:#1655bc url("../images/proleft02.png") no-repeat right bottom;
}
.proleft_bot h5{
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #8baade;
  padding-top: 16px;
  padding-bottom: 11px;
  margin-bottom: 19px;
  padding-left:14px;
}
.proleft_bot h5 span{
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.proleft_bot p{
  color: #fff;
  padding-left:14px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
}
.proleft_bot div{
  padding-top: 10px;
}
.proleft_bot div img{
  float:left;
  width: 90px;
  margin-right: 17px;
  margin-left: 24px;
}
.proleft_bot div span{
  float:left;
  font-size: 13px;
  color: #fff;
  width:66px;
  margin-top: 24px;
}
.pro_right{
  float:right;
  width: 935px;
}
.pro_right li{
  float:left;
  width: 301px;
  height: 251px;
  border:1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding:9px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pro_right li:nth-of-type(3n){
  margin-right: 0;
}
.pro_right li b{
  width: 100%;
  height: 90%;
  background: url("../images/probg.jpg") no-repeat center;
}
.pro_right li small{
  width: 100%;
  height: 10%;
  font-size: 15px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:5px;
}
.pro_right li b img{
  max-width: 100%;
  min-height: 100%;
}
.pro_right li b img.shuiyin{
  max-width: initial;
  width: 75%;
  min-height: initial;
  opacity: 0.55;
}
.pro_right li>div{
  width: 100%;
  height: 100%;
  background: rgba(22, 85, 188, 0.33);
  position: absolute;
  top:50%;
  left:50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  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;
}
.pro_right li:hover>div {
  opacity: 1;
}
.pro_right li div p{
  color: #fff;
  font-size: 22px;
  padding-top:84px;
}
.pro_right li div div a{
  float:left;
  text-align: center;
  width: 118px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  line-height: 39px;
}
.pro_right li div div a:first-of-type{
  margin-right:14px;
  background: #1655bc;
    -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.pro_right li:hover div div a:first-of-type{
  opacity: 1;
  top: 0;
}
.pro_right li div div a:last-of-type{
  background: #087ed9;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
  position: relative;
  top:5px;
}
.pro_right li:hover div div a:last-of-type {
  opacity: 1;
  top: 0;
}
.pro_right li div div{
  width: 250px;
  position: absolute;
  top:100px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}








.more{ display:inline-block; transition: 0.6s;  position:relative;}
.more:hover{ color: #087ed9; }
.more:before{ content:""; width:100%; height:1px; background:#087ed9; position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.more:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}


/*indexform*/
.indexformbg{
  background: #1655bc;
  padding:27px 0;
}
.indexformbg .warpper>p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
}
#indexform input,#indexform textarea,#indexform .code{
  border:1px solid #7399d7;
  float:left;
  margin-right:8px;
  line-height: 42px;
  height: 42px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  background:none;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

#indexform textarea{
  width: 340px;
  overflow: hidden;
}

#indexform .code{
  width: 253px;
  padding-left: 0;
  float:left;
}
#indexform .code input{
  float: left;
  width: 139px;
  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;
  font-size: 15px;
  background: #087ed9;
  border:1px solid #087ed9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  line-height: 42px;
  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: #1655bc;
  color: #087ed9;
}

/*footer*/
.footer{
  background:#333333 url("../images/fotbg.png") no-repeat center;
  padding-top: 30px;
  height: 366px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fottit>small{
  font-size: 14px;
  color: #fff;
}
.fottit>p{
  font-size: 18px;
  color: #fff;
}
.fotcont1 .fottit{
  float:left;
}
.linkbg{
  float:right;
  width: 1084px;
  border-bottom:2px solid #1d1d1d;
}
.link{
  border-bottom:2px solid #545454;
  padding-bottom: 22px;
}
.link>a{
  display:block;
  float:left;
  font-size: 14px;
  padding-top:18px;
  margin-right: 37px;
  color: rgba(255, 255, 255, 0.5);
  -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;
}
.link>a:hover{
  color: #fff;
}

.fot_top{
  height: 242px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fotlogo{
  display: block;
  color: #fff;
}
.fotlogo>img{
  float:left;
  margin-right:12px;
}
.fotlogo>div{
  float:left;
}
.fotlogo>div>h1{
  font-size: 36px;
  font-weight: normal;
  font-family: rzzy;
}
.fotlogo>div>p{
  font-size: 14px;text-transform: uppercase;
}
.fot_nav{
  width: 250px;
}
.fot_nav a{
  font-size: 14px;
  margin-top: 12px;
  float:left;
  margin-right:48px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_nav a:hover{
  color: #fff;
}
.fot_contp p{
  font-size: 14px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.fot_code>b{
  display:block;
  border:1px solid #8b8b8b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  width: 140px;
  height: 140px;
}
.fot_code>b img{
  width: 100%;
}
.fot_code>p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-align: center;
}

.fot_bot{
  line-height: 28px;
  border-top: 1px solid #464646;
}
.fot_bot p{
  float:left;
  font-size: 12px;
  color: #9d9d9d;
  font-weight: lighter;
}
.fot_bot a{
  float:right;
  font-size: 12px;
  color: #9d9d9d;
  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{
  color: #fff;
}






.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 */