@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../font/youshe.ttf');
}

@font-face {
  font-family: lianmeng;
  src: url('../font/lianmeng.ttf');
}
@font-face {
  font-family: huxbo;
  src: url('../font/huxbo.ttf');
}
@font-face {
  font-family: pmzd;
  src: url('../font/pmzd.ttf');
}

/*logo*/
.head{
  height: 98px;
  position: fixed;
  top:0;
  width:100%;
  left:0;
  z-index: 1000;
}
.headfix{
  background: #5297ec;
  box-shadow: 0 0 10px #ddd;
}
.headfix .nav:before{
  display:none;
}
.nav{
  height: 100px;
  position: relative;
  overflow: hidden;
}
.nav:before{
  display: block;
  content: '';
  position: absolute;
  left:0;
  width:100%;
  bottom:0;
  height: 2px;
  background: rgba(248, 248, 248, 0.2);
}
.logo{
  float:left;
  margin-top: 30px;
}
.logo>h1{
  line-height: 33px;
  font-weight: normal;
  font-family: huxbo;
  font-size: 33px;
  color: #fff;
}
.logo>p{
  font-family: huxbo;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.nav_ul{
  float:right;
}

.nav_ul>li{
  float:left;
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  margin-left:60px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  overflow: hidden;
}
.nav_ul>li:after{
  position: absolute;
  display: block;
  content: '';
  background: url("../images/hoverbg.png") no-repeat center;
  width:100%;
  height:8px;
  left:0;
  bottom:-8px;
  -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.active:after,.nav_ul>li:hover:after{
  bottom:0;
}
.headfix .nav_ul>li.active:after,.headfix .nav_ul>li:hover:after{
  bottom:2px;
}
.nav_ul>li a{
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav_ul>li:hover a,.nav_ul>li.active a{
  font-weight: bold;
}
.lang{
  float:right;
  width: 115px;
  height: 25px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12.5px;
  padding-left:55px;
  font-size: 14px;
  color: #3688ea;
  background:#fff url("../images/en.png") no-repeat 30px 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;
  margin-top: 36px;
  margin-left: 38px;
}

/*banner*/
.banner{
  position: relative;
}
#bannerSwiper{
  width: 100%;
  height: 100%;
}
.banner .swiper-slide a{
  display: block;
  width:100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a img{
  height: 100%;
  min-width: 100%;
  position: absolute;
  left:50%;
  top: 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%);
}
.zbanner{
  position: relative;
  overflow: hidden;
}
.zban_text{
  position: absolute;
  width:100%;
  text-align: center;
  color: #fff;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zban_text h3{
  font-size: 53px;}
.zban_text p{
  font-size: 22px;}
.zbanner img{
  width: 100%;
}

#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{
  background:#f2f2f2;
}
.hot>.warpper{
  line-height: 70px;
  height: 70px;
}
.hot_left {
  float: left;
  font-weight: lighter;
  padding-left:30px;
  background: url("../images/hot.png") no-repeat left center;
}
.hot_left>span{
  font-size: 14px;
  color: #333333;
  float:left;
}
.hot_left>a{
  float:left;
  font-size: 14px;
  color: #666666;
  line-height: 13px;
  margin-top:29px;
  padding-right:12px;
  margin-right: 12px;
  border-right:1px solid #666;
  -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{
  color: #0e5fc0;
}

.hot_left>a:last-of-type{
  border-right: 0;
}
.searchshow{
  margin-top: 20px;
  float:right;
  background:#fff;
}
.searchshow form input[type=text]{
  float:left;
  padding-left:18px;
  line-height: 38px;
  color: #999999;
  font-size: 14px;
  width: 256px;
  -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:#3688ea url("../images/search.png") no-repeat center;
  width: 64px;
  height:38px;
  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;
}
.searchshow form input[type=submit]:hover{
  background: #d8e2fa url("../images/search.png") no-repeat center;
}

/* 首页产品 */

.title{
  padding-top:60px;
  padding-bottom:46px;
  text-align: center;
}
.title>h1{
  font-size: 33px;
  color: #363636;
  line-height: 33px;
  letter-spacing: 3px;
  font-family: huxbo;
  font-weight: normal;
  background: url("../images/titbg.png") no-repeat center;
}
.title>h1>span{
  color: #3688ea;
  font-family: huxbo;
}
.title>p{
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
}
.title>p>small{
  line-height: 37px;
  border-radius: 19px;
  color: #494949;
  letter-spacing: 2px;
  display:inline-block;
  background: #fff;
  padding:0 47px;
  font-size: 20px;
  font-weight: lighter;
  border:1px solid #e6e6e6;
}

/*company*/
.company{
  background: #f2f2f2;
}
.com_left{
  float:right;
  width: 615px;
  padding:49px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com_left>h1{
  font-size: 28px;
  color: #333333;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.com_left>small{
  font-size: 16px;
  color: #666666;
  display: block;
  height: 200px;
  line-height: 36px;
}
.com_left>div>a{
  float:left;
  margin-right:46px;
  display: block;
  width: 220px;
  height: 45px;
  line-height: 45px;
  background: #3692ff;
  border:1px solid #3692ff;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  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;
  margin-top:8px;
}
.com_left>div>a:hover{
  background: #4379bc;
}
.com_tel{
  float:left;
  padding-left:52px;
  background: url("../images/comtel.png") no-repeat left center;
}
.com_tel>span{
  font-size: 14px;
  color: #666666;
}
.com_tel>h3{
  font-size: 30px;
  color: #3688ea;
  line-height: 30px;
  font-family: Impact;
}
.company>img{
  float:left;
}
.com_ul{
  display:flex;
  justify-content: space-between;
  margin-top:39px;
  margin-bottom: 50px;
}
.com_ul li{
  text-align: center;
}

.com_ul li>div{
  font-size: 14px;
  color: #434343;
  height: 60px;
  font-weight: bold;
}
.com_ul li>div span{
  font-size: 48px;
  color: #3688ea;
}
.com_ul li>p{
  font-size: 14px;
  color: #7c7a7a;
}

/*adv*/
.ouradv{
  padding-bottom: 50px;
  background: url("../images/advbg.jpg") no-repeat center;
  background-attachment: fixed;
  text-align: center;
}
.ouradv .title>h1{
  background:none;
  color: #fff;
}
.ouradv .title>p{
  color: #fff;
}
.ouradv>.warpper>small{
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: 95%;
  margin:0 auto;
}
.ouradv>.warpper>ul{
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ouradv>.warpper>ul>li{
  text-align: center;
}
.ouradv>.warpper>ul>li>i{
  display: block;
  width:1px;
  height: 252px;
  background: rgba(255, 255, 255, 0.6);
}
.ouradv>.warpper>ul>li>img{
  margin:0 auto;
  margin-bottom: 35px;
  -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(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ouradv>.warpper>ul>li:hover>img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ouradv>.warpper>ul>li>p{
  font-size: 26px;
  color: #fff;
}
.ouradv>.warpper>ul>li>small{
  font-size: 16px;
  color: #fff;
}
.ouradv>.warpper>ul>li:last-of-type{
  display: none;
}
.adv_btn{
  display: inline-block;
  margin:0 auto;
  border-radius: 15px;
  border:1px solid #fff;
  width: 110px;
  position: relative;
  overflow: hidden;
}
.adv_btn>span{
  color: #fff;
  background: url("../images/jt.png") no-repeat 76px center;
  font-size: 14px;
  line-height: 27px;
  height: 27px;
  position: relative;
  z-index: 10;
  text-align: left;
  padding-left:12px;
  padding-right: 37px;
}
.adv_btn:after{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #486285;
  width:0;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.adv_btn:hover:after{
  width: 110px;
}



/*product*/
.index_profl{
  margin-bottom: 33px;
  background: #fcfcfc;
  padding-left: 44px;
  border:1px solid #d9d9d9;
  width:100%;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index_profl a{
  float:left;
  font-size: 18px;
  color: #292929;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  margin-right: 40px;
}
.index_profl a:last-of-type{
  margin-right: 0;
}
.index_profl a span{
  color: #292929;
  font-weight: bold;
  line-height: 47px;
  font-size: 42px;
  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;
}
.index_profl a:hover,.index_profl a:hover span{
  color: #3688ea;
}
.indexpro_cont{
  width: 100%;
  position: relative;
}
.indexpro_cont .swiper-button-next{right:-45px;}
.indexpro_cont .swiper-button-prev{
  left:-45px;
}
.indexpro_cont{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2px;
}
.swiperindexpro{
  width: 100%;
}
.swiperindexpro .swiper-slide{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiperindexpro .swiper-slide a{
  display: block;
  width:99.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #efefef;
  -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;
}
.swiperindexpro .swiper-slide a>b{
  width:100%;
  height:192px;
  border-bottom: 1px solid #efefef;
  background: #fff;
  -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;
}
.swiperindexpro .swiper-slide a:hover{
  border:1px solid #3688ea;
}
.swiperindexpro .swiper-slide a:hover>b {
  border-bottom: 1px solid #3688ea;
}
.swiperindexpro .swiper-slide a>b img{
  width:75%;
}
.swiperindexpro .swiper-slide a>p{
  -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: #fff;
}
.swiperindexpro .swiper-slide a:hover>p {
  background: #3688ea;
}
.swiperindexpro .swiper-slide a>p:after{
  display: block;
  content: '';
  clear: both;
}
.swiperindexpro .swiper-slide a>p i{
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #3f3f3f;
  float:left;
  width: 80%;
  -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;
}
.swiperindexpro .swiper-slide a>p span{
  font-size: 16px;
  color: #3f3f3f;
  float:right;
  font-weight: bold;
  margin-left:6px;
  padding-right:14px;
  line-height: 38px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.swiperindexpro .swiper-slide a:hover>p span,.swiperindexpro .swiper-slide a:hover>p i {
  color: #fff;
}
.pro_btn{
  margin:0 auto;
  display: block;
  margin-top: 55px;
  margin-bottom:58px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  width: 252px;
  line-height: 35px;
  background: #f8f8f8;
  border:1px solid #efefef;
  position: relative;
  overflow: hidden;
}
.pro_btn span{
  position: relative;
  z-index: 10;
  -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_btn:before{
  position: absolute;
  content: '';
  display: block;
  left:0;
  width:0;
  height: 100%;
  background: #3688ea;
  -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_btn:hover:before{
  width: 100%;
}

.pro_btn:hover span{
  color: #fff;
}

/*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%);
}










/*indexform*/
.indexformbg{
  background: url("../images/msgbg.jpg") no-repeat center;
}
.indexformbg .warpper{
  display:flex;
  align-items: center;
  justify-content: space-between;
  height: 219px;
}
.msg_left{
  width: 268px;
  background: url("../images/msg_left.png") no-repeat center;
}
.msg_left p:first-of-type{
  text-align: right;
}
.msg_left p{
  color: #fff;
  font-size:12px;
}
.msg_left h4{
  font-size: 21px;
  line-height: 60px;
  color: #fff;
}
#indexform{
  width: 830px;
}
#indexform input,#indexform textarea,#indexform .code{
  border-bottom:1px solid #fff;
  width: 250px;
  float:left;
  margin-right:40px;
  line-height: 38px;
  height: 38px;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color:#fff;
  background:none;
  overflow: hidden;
  margin-bottom: 32px;
}
#indexform textarea{
  width: 718px;
  margin-right: 0;
}
#indexform input::placeholder,#indexform textarea::placeholder{
  font-size: 14px;
  color:#fff;
}

#indexform .code{
  width: 249px;
  float:left;
  padding-left: 0;
  margin-right: 0;
}
#indexform .code input{
  float: left;
  width: 150px;
  border: none;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
#indexform .verify{
  float:right;
  height: 100%;
  width: 93px;
}
#indexform .verify img{
  height: 100%;
  width: 100%;
}
#indexform .submit{
  display: block;
  text-align: center;
  color: #434343;
  font-size: 14px;
  background: #ffffff;
  width: 93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  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: #3688ea;
  color: #fff;
}

/*app*/
.app{
  height: 764px;
  background: #3688ea url("../images/application.png") no-repeat center bottom;
}
.app .title{
  padding-top: 55px;
  padding-bottom: 62px;
}
.app .title p{
  top: 29px;
  color: #fff;
}
.app .title h1{  background: url(../images/lines.png) no-repeat center;}
.app .title h1,.app .title span{
  color: #fff;
}

.app .warpper li{
  float:left;
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 580px;
}
.app_before{
  position: absolute;
  left:0;
  top:0;
  text-align: center;
  height: 100%;
  width: 100%;
}
.app_before>img{
  position: absolute;
  top:0;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-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;
}
.app .warpper li:hover .app_before>img {
  opacity: 1;
}
.app_before>b{
  background: url("../images/adv_textbg.png") no-repeat center bottom;
  background-size:100%;
  width: 100%;
  display: block;
  height: 117px;
  position: absolute;
  left:0;
  bottom:-117px;
  -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 .warpper li:hover .app_before>b {
  bottom:0;
}
.app_front{
  position: absolute;
  left:0;
  top:0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.app .warpper li:hover .app_front{
  background:transparent;
}
.app_front img{
  margin:0 auto;
  padding-top: 183px;
  margin-bottom: 35px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
}
.app .warpper li:hover .app_front img{
  opacity: 0;
}
.app_front p{
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: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;
}

.app .warpper li:hover .app_front p{
  color: #0075c0;
  top:154px;
}







/*news*/
.news_left{
  float:right;
  width: 598px;
}
.news_left a:after{
  display: block;
  content: '';
  clear: both;
}
.news_left a{
  margin-bottom: 23px;
  display: block;
  padding:7px 20px;
  -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;
}
.news_left a:hover{
  box-shadow: 3px 3px 5px #ddd;
}
.date{
  float:left;
  text-align: center;
  width: 90px;
  height: 86px;
  border-right:1px solid #d6d6d7;
  -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;
}
.date h5{
  font-size: 38px;
  line-height: 40px;
  margin-top: 10px;
  color: #5d5d5d;
   -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;
}
.date small{
  font-size: 14px;
  color: #5d5d5d;
   -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 .date small,.news_left a:hover .date h5,.news_right a:hover .date small,.news_right a:hover .date h5 {
  color: #3688ea;
}

.news_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 453px;
  float:right;
  margin-left: 12px;
}
.news_text>p{
  font-size: 18px;
  line-height: 42px;
  color: #4e4f50;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_text>small{
  font-size: 12px;
  color: #afafb0;
  display: block;
  line-height: 20px;
}

.news_right{
  float:left;
  width: 580px;
}
.news_right a{
  display: block;
  width: 100%;
  height: 350px;
}
.news_right a img{
  height:100%;
  min-width: 100%;
}
.news_text1{
  position: absolute;
  left:50%;
  bottom:10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px 10px;
}
.news_text1 .date{
  width: 85px;
}
.news_text1 .news_text {
  width: 435px;
}
.news_style>a{
  display: block;
  background: #3688ea;
  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;
}
.news_style>a:hover{
  top:-3px;
  background: #ff9500;
  box-shadow: 0 0 10px #ddd;
}
.news_style>a>p{
  padding-left:15px;
  padding-top:15px;
  padding-right:15px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_style>a>span{
  color: #fff;
  font-size: 18px;
  padding-left:15px;
  padding-bottom:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.news_style>a>b{
  width: 100%;
  height: 174px;
}
.news_style>a>b>img{
  width:100%;
}
.news_style>a>small{
  display: block;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:13px 15px;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
}
.newsmore{
  display:block;
  margin:0 auto;
  margin-top: 20px;
  width: 146px;
  line-height: 50px;
  border:1px solid #d6d6d6;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.newsmore span{
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #797878;
  -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;
}
.newsmore:before{
  display: block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  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;
  background: #3688ea;
}
.newsmore:hover span{
  color: #fff;
}
.newsmore:hover:before{
  height: 100%;
}









/*footer*/
.footer{
  margin-top: 40px;
  background:#3688ea;
  padding-top: 52px;
  height: 285px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fottit{
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.fottit:after{
  display: block;
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  background: #167cf6;
  width: 28px;
  height: 2px;
}
.fot_left{
  float:left;
  width: 532px;
}
.fot_left a{
  float:left;
  width: 33%;
  font-size: 14px;
  color: #c5dffd;
  margin-bottom: 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_left a:hover{
  color: #fff;
}
.fot_mid{
  float:left;
  width: 409px;
  border-left:1px solid #54a0fb;
  border-right:1px solid #54a0fb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 33px;
}
.fot_mid p{
  font-size: 14px;
  color: #c5dffd;
  margin-bottom: 14px;
}
.fot_right{
  float:right;
  width: 220px;
}
.fot_right .wxchat img{
  float:left;
  width: 115px;
  margin-left:5px;
}
.wxchat p{
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  padding-top: 32px;
}
.wxchat p span{
  color: #c5dffd;
  font-size: 14px;
}
.fot_tel{
  padding-left:59px;
  margin-top: 3px;
  padding-top: 5px;
  background: url("../images/tel.png") no-repeat left center;
}
.fot_tel h3{
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  font-weight: normal;
  font-family: Impact;
}
.fot_tel span{
  font-size: 14px;
  color: #c5dffd;
}


.fot_bot{
  line-height: 46px;
  background: #282828;
  height: 46px;
  overflow: hidden;
}
.fot_bot p{
  float:left;
  font-size: 14px;
  color: #918f8f;
}
.fot_bot a{
  float:right;
  font-size: 14px;
  color: #918f8f;
  -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;
}

.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 */