/*.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  height: 140px;
  }*/
/*#wrapper{
  margin-top: 140px;
  }*/
  .welcome{
    background-color: #2A569E;
    position: relative;
    z-index: 999999999999
  }
/*.welcome1{
  background-color: transparent;
  }*/
  .welcome .cn{
    background: url('./images/cn.png') no-repeat left center;
    transition: all .3s;
    -moz-transition: all .3s;  /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s;
  }

  .welcome .en{
    background: url('./images/en.png') no-repeat left center;
    transition: all .3s;
    -moz-transition: all .3s;  /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s;
  }
  .welcome .tran{
    color: rgba(255,255,255,.4);
  }
  .welcome .act{

    color: #fff;
  }
  .welcome .cn:hover,.welcome .en:hover{
    background-position-x: 3px;
    transition: all .3s;
    -moz-transition: all .3s;  /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s;
  }
  .welcome .line{
    color: rgba(255,255,255,.4);
  }

  .nav,.nav_index{
    background-color: #fff;
    z-index: 99999999999999999999999999999;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.3); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.3); 
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
  /*position: -webkit-sticky;
  position: sticky;
  top: 0*/
}

.nav1{
  background-color: transparent;
}
.fixednav{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
}
.fixednav2{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
}
.fixednav1{
  background-color: #fff;
}
.nav .logo,.nav_index .logo{
  width:168px;
}
.nav_inner li{
  width: 77px;
  text-align: center;
}
.nav_inner li .ph_add{
  display: none;
}

.nav .nav_inner,.nav_index .nav_inner{
  text-align: right;
  margin: auto;
  height: 30px;
  margin-top: 26px\0;
}
/*.nav1 .nav_inner li p,.nav1 .nav_inner li span{
  color: #fff;
}
.nav2 .nav_inner li p,.nav2 .nav_inner li span{
  color: #666;
  }*/
  .nav_inner .nav_line{
    width: 80%;
    height: 2px;
    background: transparent;
    position: absolute;
    z-index: 9999999999999999999999999999999;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;
  }
  .nav_innerli span{
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;
  }
  .nav_inner li:hover .nav_line,.nav_inner li.act .nav_line{
    background: #2A569E;
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;
  }
  .nav_inner li:hover span,.nav_inner li.act span{
    color: #2A569E;
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;
  }
  .nav_inner .snav {
    position: absolute;
    width: 161%;
    padding-top: 22px;
    top: 100%;
    left:-22px;
    right: 0;
    opacity: 0;
    z-index: 9999999999;
    background-color: rgb(255, 255, 255);
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;    display: none;
    visibility: hidden;
  }
  .nav_index .nav_inner li{
    padding-bottom: 22px;
  }
  .nav_index .nav_inner .snav{
    padding-top: 0;
  }
  .nav_index .nav_inner .nav_line{
    bottom:0;
  }
  .hang{
    display: none;
  }

  .nav_inner li:hover .snav {
    display: block;
    opacity: 1;
    transition: all .8s;
    -moz-transition: all .8s;  /* Firefox 4 */
    -webkit-transition: all .8s; /* Safari 和 Chrome */
    -o-transition: all .8s;
    visibility: visible;
    z-index: 999;
  }

  .nav_inner .snav a:hover {
    color: #fff;
    background-color: #2A569E;
    text-decoration:none;
  }

  .nav_inner .snav a {
    display: block;
    font-size: 13px;
    line-height: 36px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    // border-top: 1px solid #e8e8e8;
  }

  .head_nav li a:hover {text-decoration:underline;border-bottom: 2px solid #2A569E; }
  .head_nav li a.current{text-decoration:underline;border-bottom: 2px solid #2A569E; }

  .icon {
    position: absolute;
    top: 15px;
    right: 2%;
    background: url(./images/nav-ico.png) no-repeat center center;
    background-size: 29px 21px;
    width: 29px;
    height: 21px;
    display: none;
    z-index: 9999999999;
  }
  .banner,.banner .bx-wrapper{
   width: 100%;


 }
 .banner {
 /* top:-138px;
 position: relative;*/
}
.title_line{
  width: 66px;
  height: 4px;
  background-color: #f07049;
  display: inline-block;
}
.title_line2{
  background-color: #fff;
}
.display{
  /*margin-top: -73px;*/
}


.more{
  width: 173px;
  height: 50px;
  border: 2px solid #2A569E;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.more:hover{
  background-color: #2A569E;
  color: #fff;
}
.project{
  background: url('./images/project.jpg') no-repeat center ;
}
.project .lunbo{
  background-color: #fff;
}

.new_tab a{
  width: 194px;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  margin: 0 5px;
}
.new_tab a:hover,.new_tab a.act{
  color: #fff;
  background-color: #2A569E;
}
.new_left{
  width: 50%;
}
.new_right{
  width: 47.5%;
  height: 342px;
  overflow: hidden;
  position: relative;
}
.tab_change{
  display: none;
}
.new_right .pic1{
  position: absolute;
  left: 0%;
} 
.new_right a.cl1:hover .pic1{
  z-index: 99;
  width: 90%
}
.new_right .pic2{
  position: absolute;
  left: 33.33%;

} 
.new_right .pic3{
  position: absolute;
  left:66.66%;

}

.new_left .new_date{
  float: left;
  width: 80px;
  height: 80px;
  background-color: #d0d0d0;
  transition: all 0.8s;
}
.new_left li{
  border-bottom: 1px solid #f5f5f5;
}
.new_left li:hover .new_date{
  background-color: #1e1e1e;
  color: #fff;
  transition: all 0.8s;
}
.new_left li:hover .new_text h1{
  color: #2A569E;
}

.profile_right{
  width: 58.333%;
  float: right;
  height: 517px;
}
.profile_right p{
  text-indent: 2em;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.profile_right .pro_more{
  width: 50%;
  border: 1px solid #999;
  text-align: center;
  display: inline-block;
  color: #333;
  line-height: 48px;
  transition: all .8s;

}
.profile_right .pro_more:hover{
  background-color: #2A569E;
  border: 1px solid #2A569E;
  color: #fff;
  transition: all .8s;
}
.profile_left{
  left: -30%;
  right: 58.33%;
  top: 0;
  bottom: 0px;
  z-index: 99;
  position: absolute;
  overflow:hidden;
}
.profile_flow{
  width: 97.2%;
  height: 152px;
  position:absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgb(42,86,158)\0;
}
.profile_flow .profile_p1{
  height: 100%;
  width: 40%;
  float: left;
  background-color: rgba(17,45,116,1);
}

.profile_flow .profile_p{
  height: 100%;
  width: 20%;
  float: left;
}
.profile_flow .profile_p:hover p{
  color: #2A569E;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.profile_icon{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.profile_flow .profile_p p{
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.profile_flow .profile_p2{
  background-color:  rgba(17,45,116,0.9);
}
.pro_pic1,.pro_pic2,.pro_pic3{
  margin-top: 50px;
  transform: scale(1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.profile_flow .profile_p3{
  background-color:  rgba(17,45,116,0.7);
}
.profile_flow .profile_p4{
  background-color:  rgba(17,45,116,0.6);
}
.profile_flow .profile_p2:hover .pro_pic1,
.profile_flow .profile_p2:hover .pro_pic2,
.profile_flow .profile_p2:hover .pro_pic3{
  /*transform: rotate(360deg);*/
  transform: scale(1.2);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  
}
.jianjie {
  background-color: #f5f5f5;
  padding-bottom: 75px;
}


.top{
  position: fixed;
  bottom: 59px;
  right: 3%;
  z-index: 999;
 /* margin: 0 auto;
  max-width: 1200px;
  left: 0;*/
  /*text-align: right;*/
  opacity: 0;
  width: 50px;
  height: 50px;
  background: url(./images/top1.png) no-repeat center center;
  background-color: rgba(240,112,73,0.3);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.top:hover{
  background-color: rgba(240,112,73,1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  cursor: pointer;
}
.top_show{
  opacity: 1;
}
.footer{

  background: url(./images/map.png) no-repeat center center;
  background-color: #1e1e1e;
}
.footer span{
  background-color: rgba(255,255,255,);
}
.footer .tel{
  background: url('./images/f1.png') no-repeat top left;
  padding-left: 70px;
}

.iesn{
  height: 50px;
  height: 50px;
}
.footer_bottom .operater {
  width: 210px;
  line-height: 32px;
  background: url(./images/down.png) no-repeat center right #fff;
  
}
.footer_bottom .operater p{

}
.footer_bottom .operater .o-up {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  background-color: #fff;
  line-height: 26px;
  z-index: 999
  
}

.footer .change1{
  display: none\0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .8s;
}
.footer a:hover .change1{
  display: block\0;
  z-index: 999;
  transition: all .8s;
  opacity: 1;
}

#slider ,#slider1,#slider2{
  z-index: 1;
  position: absolute;
  width: 100%;
  background: #000;
  height: 342px;
  overflow: hidden;
}

#slider .slide,#slider1 .slide,#slider2 .slide {
  z-index: 10;
  position: absolute;
  width: 100%;
  background: #000;
  height: 342px;
  overflow: hidden;
  top: 0px;
  cursor: default;
  left: 22px;
  text-align: left;
}

/*#slider .title,#slider1 .title,#slider2 .title {
  color: #f80;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 1.5em;
  text-decoration: none
}
*/
#slider .text ,#slider1 .text,#slider2 .text {
  position: absolute;
  text-align: justify;
  ; display: block;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  top: 100%;
  left: 10px;
  right: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#slider .diapo,#slider1 .diapo,#slider2 .diapo {
  position: absolute;
  filter: alpha(opacity=100);
  visibility: visible;
  opacity: 1
}



#apdiv1 {
  z-index: 1;
  position: absolute;
  background-color: #000000;
  width: 820px;
  height: 30px;
  overflow: hidden;
  top: 0px;
  left: 0px
}

#apdiv2 {
  z-index: 3;
  position: absolute;
  width: 860px;
  height: 35px;
  overflow: hidden;
  top: 216px;
  left: -429px
}

.pagenext {
  position: relative;
  width: 820px;
  height: 37px
}

.pn:link {
  z-index: 4;
  position: absolute;
  width: 47px;
  font: 12px "ëîìå";
  color: #666;
  top: 15px;
  right: 33px;
  text-decoration: none
}

a.pn:visited {
  z-index: 4;
  position: absolute;
  width: 47px;
  font: 12px "ëîìå";
  color: #666;
  top: 15px;
  right: 33px;
  text-decoration: none
}
a.pn:hover {
  color: #fff
}
a.pn:active {
  color: #fff
}

.flow{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.flow a{
  height: 60px;
  width: 33.33%;
  float: left;
  background-color: #2e2e32;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #dadada;
}
.flow a img{
  width: 30px;
  height: 30px;
}
.index_map{
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 999999999;
}
.index_map a{
  background-color: #666;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: 100%;
  height: 36px;
  text-align: center;
  margin-top: 3px;
  padding-top: 3px;

}
.map_show{
  display: none;
  position: fixed;
  right: 10%;
  bottom: 0;
  width: 68%;
  border:1px solid #c7c7c7;
  z-index: 9999999999;
  background-color: #fff;
}
.map_show h1{
  background-color: #f1f1f1;
  border-bottom: 2px solid #f0f0f0;
  height: 23px;
  line-height: 23px;
  color: #000;

}
.map_show .m1{
  width:36px;
  display: inline-block;
  margin-left: 2%;
  vertical-align: top;
}
.map_show .m2{
  width: 79%;
  display: inline-block;
}
.map_show .map{
  width: 100%;
  height: 180px;
}
.map_show .search_map{
  background-color: #f9f9f9;
  height: 30px;
}
.map_show .search_map img{
  vertical-align: center;
}
.map{
  width: 100%;
}
#mapCard_fax{
  display: none!important
}
.suggest{
  position: fixed;
  bottom:-285px;
  right: 2%;
  width: 75%;
  z-index: 99999;
  background-color: #fff;
  padding:0px 10px; 
  border-radius: 5px;
  border: 1px solid #ccc;

}
.suggest textarea{
  font-size: 12px;
  line-height: 20px;
  width: 90%;
  border: 1px solid #ccc;
  height: 54px;
  padding-left: 5px;
}
.suggest input{
  font-size: 12px;
  line-height: 26px;
  width: 90%;
  border: 1px solid #ccc;
  height: 26px;
  padding-left: 5px;
}
.suggest a.post{
  background-color: #388bff;
  line-height: 26px;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  margin :15px 15px 15px 0;
}
.suggest a.close{
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 5px;
}
.ewm{
  border-radius: 8px;
  height: 120px;
  width: 120px;
  background-color: #fff;

}
.jiao{
  bottom: -9px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}
.weixin{
  opacity: 0;
  position: absolute;
  top: -130px;
  left: -35px;
  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.w_show:hover .weixin{
  opacity: 1;
  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.footer_bottom{
  background-color: #151515
}



/*首页产品展示--修改*/
.new_pro{
  margin-left: 0.5208%;
  margin-right: 0.5208%;
}
.new_pro li{
  width: 13.24%;
  float: left;
  margin: 0 0.5208%;
  overflow: hidden;
  transition: all .3s;
  -moz-transition: all .3s;  /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s;
}
.new_pro li h1{
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #35519a;
  padding:14px 5px;
  /*display: none;*/
  opacity: 0;
  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.new_pro li img{

  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.new_pro li:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all .8s;
  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.new_pro li:hover h1{
  /*display: block;*/
  opacity: 1;
  transition: all .8s;
  -moz-transition: all .8s;  /* Firefox 4 */
  -webkit-transition: all .8s; /* Safari 和 Chrome */
  -o-transition: all .8s;
}
.pane{
  width: 165px;
  height: 165px;
}
.lunbo .new_bx_b{
  padding: 20px;
}
.lunbo .new_bx_s{
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 35px;
  background-color: rgba(0,0,0,.61);
}
.new_lun li a{
  border: 4px solid #a8a8a8;
}
.new_lun li:hover a{

  border: 4px solid #112d74;
}
.li_hei{
  width: 120px;
}
.new_bx_s .bx-wrapper .bx-prev {
  margin-left: 0;
  right: -25px;
  background-image: url(./images/more2.png);
}

.new_bx_s .bx-wrapper .bx-next {
  margin-left: 0;
  left:-25px;
  background-image: url(./images/more.png);
}
.new_bx_s .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0;
  width: 14px;
  height: 24px;
  text-indent: -9999px;
  z-index: 1;
  background-size: 14px 24px;
  background-repeat: no-repeat;
  background-position: center center;

}
.new_bg{
  width: 600px;
  height: 150px;
  background: url(./images/color.png) no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  
}
.new_bg h1{
  line-height: 150px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}

/*场景配置*/

.site1{
  width: 9%;
  height: 20%;
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 99;
  transition: all .3s;
  -moz-transition: all .3s;  /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s;
}
.site2{
  top: 30%;
  right: 2%;
  z-index: 99
}
.site1:hover{
  width: 26%;
  height: 60%;
/*  top:-10%;
right:8%;*/
z-index: 100;
transition: all .3s;
-moz-transition: all .3s;  /* Firefox 4 */
-webkit-transition: all .3s; /* Safari 和 Chrome */
-o-transition: all .3s;

}
.site2:hover{
  /*top:15%;*/

}
