@charset "utf-8";

html{
	 color:#000; font-size:62.5%;
	font-family:'Microsoft yahei',Arial !important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; font-size:14px; width:100%; margin:0px auto; min-width:320px; font-family:'Microsoft yahei',Arial !important;}
a { color:#000; text-decoration:none; outline: none !important; }
a:hover{text-decoration:none;color:#000;}
img { border:none; }
ol,ul,li { list-style:none; }
i{background-color:none;}
img{ max-width:100%;}
body{
	 overflow-x:hidden;
     -webkit-overflow-scrolling : touch;
}


.fl {
    float:left;
}
.fr {
    float:right;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.in-bigbox{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0px;
  height: 0px;
  padding-bottom: 115%;
  margin-bottom: 20px;
}

.ng-baidumap {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 0px;
    padding-bottom: 115%;
    margin-bottom: 20px;
}

  .ng-baidumap iframe{
      width:100%; height:100%;
      display:block; position:absolute;
      top:0px; left:0px; resize:none;
      padding:0px; margin:0px;
      border:0px;
  }




  .zoomImage{
    width:100%;
    height:0;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}


/*----------------------------------------*/


header{
  max-width: 1880px;
  height: 116px;
  overflow: hidden;
}





.in-vs-img img{
  display: block;
  margin: 0 auto;
  padding: 10px 0px;
}



.in-menu{
  overflow: hidden;
  min-height: 1px;
  float: right;
  padding: 45px 0px;
}

.in-menu ul li{
  margin-left: 20px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.in-menu ul li a{
  font-size: 18px;
  display: block;

}

.in-menu ul li a:hover{
  display: block;
  color: #ff8610;
  border-bottom: 2px solid #ff8610; 
}


.in-headright{
  overflow: hidden;
  min-height: 1px;
  float: right;
  padding: 42px 0px;
}

.in-headright-a{
  margin-right: 15px;
  display: inline-block;

}

.in-headright-span{
  display: inline-block;
  margin: 0px 8px;
}
.in-headright-span>a{
	width:32px; height:32px; display:block; overflow:hidden;
}
.in-headright-span>a img{
	width:100%; display:block;
}

@font-face {font-family: 'iconfont';src: url('../fonts/iconfont.eot');src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'),url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}

.am-ipadnav{display: none; float: right;padding-right: 10px;line-height: 60px;}
.am-ipadnav i{font-size: 26px;cursor: pointer;}
.clear{clear: both;height: 0;overflow: hidden;}



.bannar{
    max-height: 962px;
}

.carousel-indicators li{
    display: inline-block;
    width: 35px;
    height: 3px;
    margin: 0px 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    opacity: 0.6;
    border: 1px solid #fff;
    border-radius: 0px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
  margin-left: -50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  margin-right: -50px;
}

.carousel-indicators .active {
    width: 35px;
    height: 5px;
    margin: 0;
    opacity: 0.8;
    background-color: #ffffff;
    border: none;
}


.in-bgbox{
  width: 100%;
  background: #f2f2f2;
  padding: 30px;

}

.in-bgbox .in-bgbox-title{
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}




.in-bigbox-max{
  width: 100%;
  min-height: 1;
}

.in-bgmenu-l{
  width:100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom:70%;
  float: left;
}
.in-bgmenu-l.in-bg-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.in-bgmenu-l .in-bg-ims img{
  width: 100%;
  height: 100%;
  display: block;
   -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-bgmenu-l .in-ns-title{
 position: absolute;
 width: 100%;
 background: rgba(249,250,250,0.8);
 bottom: 0;
 left: 0;
}

.in-bgmenu-l .in-ns-title p{
  font-size: 24px;
  padding: 5px 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-bgmenu-l:hover .in-bg-ims img{
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-bgmenu-l:hover .in-ns-title p{
  font-size: 26px;
  padding:15px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}



.in-bgmenu-r{
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 40%;
  float: left;
}



.in-bg-ims{
  width: 100%;
  min-height: 1px;
}


.in-ns-box{
  width:100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom:70%;
  float: left;
}

.in-ns-box .in-ns-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.in-ns-box .in-ns-ims img{
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-ns-box:hover .in-ns-ims img{
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-ns-box:hover .in-ns-title p{
  font-size: 26px;
  padding:15px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-ns-box:hover .in-ns-ios{
  background: rgba(0,0,0,.3);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-ns-box:hover .in-ns-ios p{
  top:-100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-bigbox1{
  width: 100%;
  min-height: 1px;
}


.in-bigbox1-img{
  width: 25%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 20%;
  float: left;

}

.in-bigbox1-img .in-ns-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.in-bigbox1-img .in-ns-ims img{
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-ns-box .in-ns-title{
 position: absolute;
 width: 100%;
 background: rgba(249,250,250,0.8);
 bottom: 0;
 left: 0;
}

.in-ns-box .in-ns-title p{
  font-size: 24px;
  padding: 5px 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.in-ns-box .in-ns-ios{
  background: rgba(0,0,0,.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}




 

.in-bigbox1-img .in-ns-title{
 position: absolute;
 width: 100%;
 background: rgba(249,250,250,0.8);
 bottom: 0;
 left: 0;
}

.in-bigbox1-img .in-ns-title p{
  font-size: 24px;
  padding: 5px 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-bigbox1-img .in-ns-ios{
  background: rgba(0,0,0,.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}






.in-bigbox1-img:hover .in-ns-ims img{
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-bigbox1-img:hover .in-ns-title p{
  font-size: 26px;
  padding:15px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-bigbox1-img:hover .in-ns-ios{
  background: rgba(0,0,0,.3);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}



.in-bigbox1-img:hover .in-ns-ios p{
  top:-100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-bgmenu-l a{
  display: block;
}


.in-c{
  width: 100%;
  height: 70px;
  background: #f2f2f2;
}

.in-bg-c{
  padding-bottom: 75px;
  background: url(../img/i36.jpg);
  background-size: 100% 100%;
}


.in-jie-a a{
  display: block;
  margin-top: 20px;
  color: #ff8610;
}


.in-product{
  margin-top: 60px;
}


.v-row{
  margin-left: 0px;
  margin-right: 0px; 
}

.v-container{
  max-width: 1880px;
}


.in-product-box{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 78%;
  margin-bottom: 40px;
}
.in-product-box>a{
	display:block; width:100%; overflow:hidden; height:100%; position:absolute;
	top:0px; left:0px;
}


.in-product-box .in-product-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}

.in-product-box .in-product-ims img{
  width: 100%;
  height: 100%;
  display: block;
}


.in-product-box .in-product-ios{
  background: rgba(0,0,0,.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  opacity: 0;
  padding: 10%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.in-product-box:hover .in-product-cc2{
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-product-box:hover .in-product-cc3{
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.in-product-box:hover .in-product-ios{
  opacity: 1;
}

.in-product-box:hover .in-product-ios-p1{
  transition-delay: 1s;
  top:0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.in-product-box:hover .in-product-ios-p2{
  transition-delay: 1.5s;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .8s ease-in-out;
}

.in-product-box:hover .in-product-ios-p3{
  transition-delay: 1.5s;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .8s ease-in-out;
}


.in-product-box .in-product-ios-p1{
  position: relative;
  top:999px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 25% 6% 0 6%;
}

.in-product-box .in-product-ios-p2{
  position: relative;
  left: 999px;
  font-size: 14px;
  color: #fff;
  max-height:50px;
  text-align: left;
  line-height: 20px; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 10px 20%;
}

.in-product-box .in-product-ios-p3{
  position: relative;
  top: 999px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 5px 20%;
}

.in-product-cc1{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.in-product-cc2{
  position: absolute;
  width: 100%;
  top:  0px;
  left: 999px;
}

.in-product-cc3{
  position: absolute;
  width: 100%;
  right: 999px;
  bottom: 0;
}

.in-product-cc3 img{
  width: 100%;
  display: block;
}


footer{
  width: 100%;
  background: #f2f2f2;
  margin-top: 30px;
}

.v-top{
  padding:60px 0px;  
}

.foot-tit-p{
  font-size: 18px;
  padding-bottom: 35px;
  color: #000; 
}


.foot-tit-menu ul li{
  margin-bottom: 10px;
}

.foot-tit-menu ul li a{
  display: inline-block;
  font-size: 12px;
}

.foot-tit-imenu{
  margin-left: -15px;
}

.foot-end{
  line-height: 26px;
  font-size: 12px;
}

.foot-wei{
  float: right;
}

.foot-wei img{
  display: block;
}

.foot-wei-p{
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.foot-copy{
  font-size: 16px;
  margin-bottom: 45px;
}


.v-bannar{
  width: 100%;
  max-height: 430px;
  overflow: hidden;
}

.v-bg{
  display: none;
  background: #f1f9fd;
  padding: 23px 0px 30px 0px;
}

.v-con-menu{
  background: #f1f9fd;
  
}

.v-con-menu ul li{
  float: left;
  margin-right: 60px;
  margin-bottom:22px;
}

.v-con-menu ul li a{
  display: block;
  position: relative;
  font-size: 16px;
}

.v-bg-p{
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: inline-block;
  transform: rotate(90deg);
}

.v-con-menu ul li a:hover{
  color: #ff8610;
}

.v-cap{
  font-size: 16px;
  padding: 15px 0px;
}

.list-title{
  font-size: 21px;
  text-align: center;
  line-height: 38px;
}

.product-doc{
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
}

.product-box{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 75%;
  margin-bottom: 20px;
}


.product-box .product-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.product-box .product-ims img{
  width: 100%;
  height: 100%;
  display: block;
}

.product-doc .product-tit{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

#pages{
  text-align: center;
}

#pages a{
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #e0e0e0;
  margin-right: 3px;
}

#pages a:hover{
  background: #ff8610;
  color: #ffffff;

}

#pages span{
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #e0e0e0;
  background: #ff8610;
  color: #fff;
  margin-right: 3px;
}

.pro-show-p1 p{
  font-size: 40px;
  margin: 15px 0px
}

.pro-show-p2{
  margin: 15px 0px;
  border-bottom: 1px solid #ccc;
}

.pro-show-p2 p{
  font-size: 25px;
  padding: 10px 0px;
}

.page-cont{
    font-size: 15px;
    line-height: 35px;
    margin-top: 20px;
    padding: 0px;
    color: #4c4c4c;
}

.pro-show-bx{
  width: 100%;
  overflow: hidden;
  margin-top: 40px; 
}

.modal-header .close{
  margin-top: -11px;
}

.modal-header{
  border-bottom: none;
}


.new-doc{
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
}

.new-box{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 56%;
  margin-bottom: 20px;
}


.new-box .new-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.new-box .new-ims img{
  width: 100%;
  height: 100%;
  display: block;
}

.new-doc .new-tit{
    line-height: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.new-doc .new-tit a{
  font-size: 22px;
  color: #000;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0px 20px;
}

.new-doc .new-tit .new-time{
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.new-doc .new-tit .new-de{
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.new-show{
  width: 100%;
  margin: 15px 0px;
}

.new-show h4{
  text-align: center;
  font-size: 25px;

}

.new-show .new-time{
  line-height: 55px;
  font-size: 16px;
  text-align: center;
}

.page-cont img{
   max-width:100%;
   display:block;
   margin:20px auto;
}

.pg-top{
  margin: 20px 0px;
}

.pg-chat{
  margin-top: 10px;
}

.pg-email{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pg-email input[type=submit]{
  padding: 0px 15px;
  color: #fff;
  background: #9a9a9a;
}

.pg-email input{
  line-height: 30px;
  border: 1px solid #ccc;
  padding-left:55px;
  color: #1AAD18; 
  position: relative; 
}

.pg-email input::-webkit-input-placeholder{   
 /* WebKit browsers */   
color: #1AAD18;   
}   
.pg-email input:-moz-placeholder{   
/* Mozilla Firefox 4 to 18 */   
color: #1AAD18;   
}   
.pg-email input::-moz-placeholder{   
 /* Mozilla Firefox 19+ */   
color: #1AAD18;   
}   
.pg-email input:-ms-input-placeholder{   
 /* Internet Explorer 10+ */   
color: #1AAD18;   
} 


.pg-email .vs-trex{
   max-width:380px;
   width:100%;
   float:left;
   padding:6px;
   font-size:14px;
   margin:10px 0px;
}

.email-ims{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    width: 36px;
}

.ng-baidumap{
  width:100%;
  overflow:hidden;
  position:relative;
  top:0px; left:0px; right:0px;
  height:0px; padding-bottom:100%;
  margin:30px 0px 20px 0px;
}
.ng-baidumap iframe{
    width:100%; height:100%;
    display:block; position:absolute;
    top:0px; left:0px; resize:none;
    padding:0px; margin:0px;
    border:0px;
}


.ng-fault{
	width:100%; overflow:hidden;
}
.ng-onk{
  display:block; width:100%; overflow:hidden;
}
.ng-koe-row{
  width:100%; overflow:hidden;
}
.ng-koe-col{
  width:100%; overflow:hidden;
}
.ng-bg-pink{
	background-color:pink;
}
.ng-in-pro{
	position:relative;
}
.ng-in-pro .me-col{
	width:50%; float:left; overflow:hidden; position:relative;
}
.ng-in-pro .vs-col{
	width:50%; float:left; overflow:hidden; position:relative;
}
.ng-in-pro .me-blick-pc{
	display:block;
}
.ng-in-pro .me-blick-phone{
	display:none;
}
.ng-melie .foot-tit-menu li{
	min-width:50%; float:left;
}
.ng-search-inbtn{
	width:19px; height:19px; display:block; overflow:hidden; cursor:pointer;
}
.ng-search-inbtn img{
	width:100%; display:block;
}

.ng-modal-btore{
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .ng-modal-close{
	margin:0px !important;
}

.case-print{
	width:100%; overflow:hidden;
	position:relative;
}
.case-print .vs-doc{
	position:absolute;
	top:-999em; left:0px;
	visibility:hidden;
}
.case-print .vs-doc-show{
	visibility:visible;
	position:static;
}
.case-print .vs-ims{
	width:100%; overflow:hidden;
	margin:0px auto 18px;
	position:relative;
}
.case-print .vs-ims img{
	width:100%; display:block;
}
.case-print .vs-tit{
	width:100%; overflow:hidden;
	height:30px; line-height:30px;
	font-size:18px; color:#000;
	position:relative;
	margin:18px auto;
}
.case-print .vs-description{
	width:100%; overflow:hidden;
    line-height:26px;
	font-size:15px; color:#000;
	position:relative;
	margin:18px auto;
}
.case-print .vs-page{
	width:100%; overflow:hidden;
    line-height:26px;
	font-size:15px; color:#000;
	position:relative;
	margin:18px auto;
}
.case-print .vs-page img{
	max-width:100%; display:block; margin:12px auto;
}
.ng-lages-pc{
	float:left; overflow:hidden; height:32px; line-height:32px;
	font-size:14px; color:#000;
}

.ng-wccope{
	  width:100%; overflow:hidden; max-width:300px; margin:8px auto;
}
.ng-wccope img{
	  width:100%; display:block;
}




.in-bg-left{
  width: 100%;
  overflow: hidden;
  min-height: 1;
  float: left;
}

.in-bg-right{
  width: 100%;
  float: left;
  min-height: 1px;
  margin-top: 35px;
}


.in-jie{
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  margin-top: 35px;
}



.in-bg-box1{
  width: 100%;
}


.in-bg-box1 .in-bgf-img{
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 36%;
}


.in-bg-box1 .in-ns-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.in-bg-box1 .in-ns-ims img{
  width: 100%;
  display: block;
}


.in-bg-box2{
  width: 100%;
  margin: 0 auto;
}

.in-bg-box2 .in-bgf-img{
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 36%;
}


.in-bg-box2 .in-ns-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.in-bg-box2 .in-ns-ims img{
  width: 100%;
  display: block;
}



.in-bg-right .in-bgf-img{
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 36%;
}


.in-bg-right .in-ns-ims{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.in-bg-right .in-ns-ims img{
  width: 100%;
  display: block;
}

