@charset "utf-8";
.clearfix:after,.clearfix:before {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.hide {
	display: none;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}

.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
img {
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
/* top */

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.5);
}
.logo {
	overflow: hidden;
	padding:21.5px 0;
}
#form2{
    position: absolute;
}
/*#Iframe1{
    width:50px !important;
	    height: 50px !important;
	}
#Iframe1 img{
    width:100% !important;
    height: 100% !important;
}*/
.tope-qiehuan {
	height: 100%;
	padding:38px 0 38px 25px;
	border-left:solid 1px rgba(255,255,255,0.2);
	margin-left:18px;
	position:relative;
}
.tope-qiehuan .qiehuan img{
	width:100px;
}
.small{
	background:rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
.tabUL li.active{
	
}
/* nav */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */
.index-banner-pagination .swiper-pagination-bullet{
	width: 50px;
	height: 8px;
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 0.6;
}
.index-banner-pagination .swiper-pagination-bullet-active{
	background-color: #0a5bac;
	opacity: 1;
}
.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-left: 5%;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	display:block;
	margin:0 32px;
	line-height:100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:relative;
	}
.nav .menu > li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left:-9px;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nav .menu > li a:hover:after, .nav .menu > li.active a:after {
	width: 18px;
}


.nav .menu > li .submenu{

	width:132px;
	left:50%;
	margin-left: -66px;

	}

.nav .menu > li .submenu li{

	width:132px;

	line-height:40px;

	background:#0a5bac;

	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:40px;
}
.nav .menu > li .submenu li a:after,.nav .menu > li .submenu li:hover a:after{
	display:none;
}

.nav .menu > li .submenu li:hover{

	background:#114463;

}
/* cont */
.cont {
	width: 1400px;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1400px;
	height:auto;
	margin: auto;
}
/* banner */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item .item{
	display: block;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	left:50px;
	bottom:40px;	
}
.banner .owl-page{
	float:left;
	margin:0 18px;
}
.banner .owl-page span{
	display:block;
	height:50px;
	line-height:50px;
	font-family:Arial;
	font-size:18px;
	color:rgba(255,255,255,0.3);
}
.banner .owl-page span:before{
	content:"0";
}
.banner .owl-page.active span{
	font-size:40px;
	color:#fff;
}
.banner-swiper a{
	display: block;
}
.banner-swiper a img{
	display: block;
	width: 100%;
}
.banner-next,.banner-prev{
	top: 60%!important;
	bottom: auto!important;
	transform: translateY(-50%);
	width: 45px!important;
	height: 45px!important;
	border: none!important;
	background-size: 100% 100%!important;
	border-radius: 0!important;
	background-repeat: no-repeat!important;
	background-position: left top!important;
}
.banner-next{
	right: 30px!important;
	left: auto!important;
	background-image:url(../images/banner-next.png)!important;
}
.banner-prev{
	left: 30px!important;
	background-image:url(../images/banner-prev.png)!important;
}
.banner .owl-prev{
	background:url(../images/prev.png) no-repeat left center;
	width:14px;
	height:15px;
	position:absolute;
	left:35px;
	bottom:54px;
}
.banner .owl-number{
	text-align:center;
	font-size:15px;
	font-family:Arial;
	position:absolute;
	right:222px;
	top:50%;
	margin-top:-54.5px;
	color:#fff;
	display:none;
}
.banner .owl-number span{
	font-family:Arial;
	font-size:18px;
	color:rgba(255,255,255,0.3);
	display:block;
	float:left;
	margin-right:5px;
	padding-top:7px;
}
.banner .owl-next{
	background:url(../images/next.png) no-repeat left center;
	width:14px;
	height:15px;
	position:absolute;
	left:242px;
	bottom:54px;
}
.banner .owl-item img{
	width:100%;
	height:100%;
}
.banner .banner_more{
	width:480px;
	height:180px;
	background:url(../images/bannerbg.jpg) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
	padding-top:72px;
}
.banner .banner_more a{
	font-size:20px;
	color:#fff;
	margin-left:140px;
	position:relative;
}
.banner .banner_more a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	position:absolute;
	left:-58px;
	top:12px;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
}
.item p.p1{
	color:#fff; 
	line-height:100px;
	font-size:120px; 
	font-family:Arial;
	text-transform:uppercase;
}
.item p.p1 img{
	width:auto;
}
.item p.p2{
	color:#fff; 
	line-height:55px;
	font-size:50px;
	margin-top:15px;
}
.item p.p3{
	width:50%;
	color:#fff; 
	line-height:30px;
	font-size:16px;
	margin-top:72px;
}
.item p.p4{
	width:46%;
	color:#fff; 
	line-height:60px;
	font-size:18px;
	background:#dd141e;
	text-align:center;
	letter-spacing:5px;
	margin-top:34px;
}
.item p.p5{
	font-family:Arial;
	font-size:23px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
}
/*shubiao*/
.mouse-index{
	position:absolute;
	bottom:40px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:99;
	}
.mouse {
  width: 100%;
  overflow:hidden;
  text-align:center;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

.tztel{position:absolute;float:right;top:-126px;right:18px;z-index:999999999;font-size: 16px;color: #666;}
.tztel a{font-size: 26px;color: #333;}
.tztel2{position:absolute;float:right;top:-154px;right:18px;z-index:999999999;font-size: 16px;color: #666;}
.tztel2 a{font-size: 26px;color: #333;}


@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.click{
	width:136px;
	overflow:hidden;
	position:absolute;
	right:142px;
	top:50%;
	margin-top:5px;
	border-top:solid 1px rgba(255,255,255,0.5);
	padding-top:19px;
}
.click h5{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}
.click p{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-family:Arial;
}

/**/

.culture02{padding-bottom:10px;}
.culture02 li{background:#f4f4f4; margin-top:37px; transition:all 0.5s ease;}
.culture02 li:first-child{margin-top:0;}
.culture02 li .li_box{padding:26px 50px;}
.culture02 li .li_box .left{width:12%; float:left; line-height:58px; position:relative; font-size:24px; color:#000; font-weight:600;}
.culture02 li .li_box .left:after{content:''; width:1px; height:58px; background:#d7dee3; position:absolute; right:0; top:50%; margin-top:-29px;}
.culture02 li .li_box .right{width:88%; float:left;}
.culture02 li .li_box .right .r_box{padding:0 23px 0 29px; line-height:58px;}
.culture02 li .li_box .right .r_box .tit{float:left; width:70%; font-size:16px; color:#000; margin-bottom:0px;}
.culture02 li .li_box .right .r_box .tit p{ line-height:58px; text-align:left; font-size:16px; color:#000;}
.culture02 li .li_box .right .r_box .more{width:13%; float:right; position:relative; font-size:15px; color:#da2d27;}
.culture02 li .li_box .right .r_box .more:after{content:''; width:11px; height:12px; background:url(../img/culture02_1.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-6px;}
.culture02 li:hover{background:#009944;}
.culture02 li:hover .li_box .left{color:#fff;}
.culture02 li:hover .li_box .left:after{background:#fff; background:rgba(255,255,255,0.7);}
.culture02 li:hover .li_box .right .r_box .tit{color:#fff;}
.culture02 li:hover .li_box .right .r_box .tit p{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more:after{background-position:-11px 0;}
.culture02 li .hidden_detail{display:none;}
.el{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media(min-width:1920px) {	
.p_video{ width:100%;}
.lingyudk{ width:40%; margin:0px auto;}
}
video{ width:100%; height:100%; object-fit: cover;}

/**/

/* tit */
.tit {
	width:100%;
	overflow:hidden;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 24px;
	color: #737373;
	line-height:35px;
	font-weight:normal;
	margin-top:6px;
}
.tit h3 a {
	font-size: 24px;
	color: #737373;
}
.tit p{
	width:100%;
	overflow: hidden;
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#343434;
	line-height:40px;
	text-transform:uppercase;
	}
/* topcontact */
.topcontact {
	height:90px;
	color:#fff;
	line-height:90px;
	padding-left:38px;
	font-size:18px;
	margin-top: -45px;
	background:#2552c5;
    position: relative;
    z-index: 99;
}
.topcontact .dh{
	width:90px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center;
	}
.topcontact .dh a{
	width:100%;
	height:100%;
	display:block;
}

/* pro */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:92px;
	padding-bottom:135px;
}
.pro .pronr{
	position:relative;
}
.pronr .prolf,.pronr .prort{
	padding:0;
}
.pronr .prolf .projs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#9a9a9a;
	line-height:30px;
	margin-top:30px;
	}
.pronr .prort ul li img{
	max-width:100%;
	height:auto;
}
.swiper-container{
	width:100%;
	}
.pronr .prolf .promore{
	width:100%;
	overflow:hidden;
	margin-top:500px;
	}
.pronr .prolf .promore a{
	font-size:16px;
	position:relative;
	letter-spacing:4px;
	}
.pronr .prolf .promore a:after{
	content:"";
	width:100%;
	height:3px;
	background:rgba(10,91,172,0.6);
	position:absolute;
	left:0;
	bottom:0;
	}
/* hyyy */
.hyyy{
	width:100%;
	overflow:hidden;
	background:url(../images/hyyybg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:47px;
	}
.hyyy .tit h3,.hyyy .tit h3 a{
	color:#fff;
	font-size:36px;
	}
.hyyy .tit h3{
	margin-top:0;
	line-height:45px;
	}
.hyyy .hyyynr{
	width:87%;
	overflow:hidden;
	float:right;
	}
.hyyy .hyyynr hr{
	width:40%;
	border:none;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	margin-top:27px;
	}
.hyyy .hyyylf{
	width:22%;
	overflow:hidden;
	padding-right:60px;
	}
.hyyy .hyyyrt{
	width:78%;
	overflow:hidden;
	margin-top:32px;
	position:relative;
	}
.hyyy .hyyylf span{
	display:block;
	width:54px;
	height:2px;
	background:#fff;
	margin-top:126px;
	margin-bottom:23px;
	}
.hyyy .hyyylf .hyyyen{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top:11px;
	}
.hyyy .hyyylf .hyyyjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:46px;
	}
.hyyymore{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.hyyymore a{
	display:block;
	width:210px;
	height:68px;
	border:solid 1px #fff;
	font-size:16px;
	text-align:center;
	line-height:68px;
	color:#fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hyyymore a:hover{
	background:#fff;
	color:#0a5bac;
}
.hyyy .hyyyrt .tab_box{
	width:100%;
	overflow:hidden;
	}
.hyyylist{
	width:100%;
	overflow:hidden;
	}
.hyyylist img{
	width:100%;
	height:auto;
	}
.hyyy .hyyyrt .tab,.hyyy .hyyyrt .tab ul{
	width:100%;
	overflow:hidden;
	}
.hyyy .hyyyrt .tab ul li{
	text-align: center;
	width:25%;
	height:110px;
	overflow:hidden;
	float:left;
	position:relative;
	border-right:solid 1px #fff;
	}
.hyyy .hyyyrt .tab ul li:last-child{
	border-right:none;
	}
.hyyy .hyyyrt .tab{
	position:absolute;
	left:0;
	bottom:0;
	border-top:solid 1px #fff;
	}
.hyyy .hyyyrt .tab ul li a{
	display:block;
	}
.hyyy .hyyyrt .tab ul li h5{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:20px;
	line-height:30px;
	margin-top:22.5px;
	}
.hyyy .hyyyrt .tab ul li p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:5px;
	}
.hyyy .hyyyrt .tab ul li.hover{
	background:#fff;
	}
.hyyy .hyyyrt .tab ul li.hover h5{
	color:#313131;
	}
.hyyy .hyyyrt .tab ul li.hover p{
	color:#9b9b9b;
	}
.hyyy .hyyyrt .tab ul li.hover:before{
	background:#c6c6c6;
	}
/* about*/
.about{
	padding-top:107px;
}
.about .tit{
	text-align: center;
}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.about .aboutlf{
	padding:25px 20px 0 0;
	}
.aboutlf .aboutimg{
	position:relative;
	}
.aboutlf .aboutimg img{
	width:100%;
	height:auto;
	}
.aboutlf .aboutimg a{
	display:block;
	width:80px;
	height:80px;
	z-index:99;
	position:absolute;
	right:0;
	bottom:0;
	}
.about .aboutrt{
	padding:0 0 0 48px;
	}
.aboutrt h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#343434;
	line-height:40px;
	}
.aboutrt .abouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:16px;
	color:#a3a3a3;
	line-height:20px;
	text-transform:uppercase;
	margin-top:15px;
	}
.aboutrt hr{
	width:35px;
	border:none;
	border-bottom:solid 2px #0a5bac;
	margin-top:38px;
	}
.aboutrt h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	margin-top:64px;
	}
.aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#7f7f7f;
	margin-top:10px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	padding-bottom: 30px;
}
.ab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #e0e0e0;
}
.ab_fl dl:last-child{
	border-right:none;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-weight:normal;
	color:#343434;
	text-align:center;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}
.ab_fl dl dt .counter{
	font-size:62px;
	color:#0a5bac;
	margin-right:10px;
	font-weight:bold;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
	}
.aboutmore a{
	width:182px;
	height:48px;
	display:block;
	margin:auto;
	line-height:48px;
	text-align:center;
	background:#d61821;
	color:#fff;
	font-size:16px;
	border-radius:30px;
	}

/* ys */
.ys{
	width:100%;
	height:859px;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	margin-top:158px;
}
.ys .ysnr{
	width:100%;
	overflow:hidden;
	float:right;
}
.ys .ysnr .yslf{
	width:27%;
	overflow:hidden;
	padding-top:150px;
	}
.yslf .tit h3,.yslf .tit p{
	color:#fff;
	}
.yslf .ysbtn{
	width:100%;
	overflow:hidden;
	margin-top:157px;
	}
.yslf .ysbtn a{
	display:block;
	width:210px;
	height:68px;
	text-align:center;
	line-height:68px;
	background:#fff;
	font-size:16px;
	color:#0a5bac;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.yslf .ysbtn a:hover{
	background:#0a5bac;
	color:#fff;
}
.ysnr .ysrt{
	width:100%;
	overflow:hidden;
	}
.cloud-product-box{
	width:100%;
	overflow:hidden;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	height:859px;
	position: relative;
	width: 30%;
	float: left;
}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.active-inner-item{
	width:100%;
	overflow:hidden;
	}
.active-inner-item h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	}
.active-inner-item hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	margin:auto;
	}
.cloud-product-ul li h4{
	font-size:30px;
	color:#fff;
	margin:auto;
	line-height:30px;
	font-weight:normal;
	margin-top:180px;
	text-align: center;
	}
.cloud-product-ul li hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	position:absolute;
	bottom:292px;
	left:50%;
	margin-left:-16px;
	}
.cloud-product-ul li .ysnum{
	width:100%;
	overflow:hidden;
	font-size:80px;
	color:#fff;
	text-align:center;
	line-height:80px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:172px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li.active {
	z-index: 9;
	width: 40%;
	background: rgba(18,105,158,0.9);
}
.cloud-product-ul li.active .ysimg,.cloud-product-ul li.active h4{
	text-align:left;
	}
.cloud-product-ul li.active{
	padding:102px 95px 0 95px;
	}
.cloud-product-ul li.active h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:70px;
	}
.cloud-product-ul li.active hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	position:inherit;
	bottom:0;
	left:0;
	margin:26px auto 0;
	}
.cloud-product-ul li.active .ysjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:47px;
	}
.cloud-product-ul li.active .ysnum{
	width:100%;
	overflow:hidden;
	font-size:220px;
	line-height:164px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,0.1);
	position:absolute;
	bottom:-3px;
	letter-spacing:-20px;
	}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding-top: 22px;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn:hover {
	background-color: #f80
}
/* 合作伙伴 */
.hezuohb li{
	float: left;
	width: 18.4%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	border: 1px solid #eeeeee;
}
.hezuohb li:nth-child(5n){
	margin-right: 0;
}
.hezuohb li:hover a{
	transform: scale(1.2);
}
.hezuohb li a{
	transition: all 0.8s;
	display: block;
	margin: 0 10px;
	height: 98px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
/* 合作伙伴 */
/* customer*/
.customer{
	width:100%;
	padding-top:123px;
	padding-bottom:50px;
}
.customer .tit{
	text-align: center;
}
.customerlist{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.customerlist .customerlf{
	overflow:hidden;
	padding:0 196px 0 0;
	}
.customerlist .customerlf ul{
	width:100%;
	overflow:hidden;
	}
.customerlist .customerlf ul li{
	width:48%;
	overflow:hidden;
	float:left;
	margin:5px 1%;
	border:solid 1px #e3e3e3;
	text-align:center;
	}
.customerlist .customerlf ul li img{
	max-width:100%;
	height:auto;
	}
.customerlist .customerrt{
	overflow:hidden;
	padding:0;
	position:relative;
	}
.customerrt .customeimg{
	width:74%;
	overflow:hidden;
	float:left;
	}
.customerrt .customeimg img{
	max-width:100%;
	height:auto;
	}
.customerrt .custometit{
	width:24%;
	overflow:hidden;
	float:right;
	}
.customerrt .custometit span{
	font-size:20px;
	color:#000;
	float:left;
	margin-top:100px;
	}
.customerrt .custometit h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#343434;
	line-height:45px;
	font-weight:normal;
	margin-bottom:13px;
	}
.customerrt .custometit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a3a3a3;
	font-family:Arial;
	line-height:24px;
	}
.customerlist .customerrt .customerbtn{
	width:100%;
	overflow:hidden;
	height:68px;
	line-height:68px;
	text-align:center;
	margin-top:70px;
	}
.customerlist .customerrt .customerbtn a{
	width:100%;
	overflow:hidden;
	background:#0a5bac;
	display:block;
	font-size:18px;
	color:#fff;
	}
/* news*/
.news {
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:106px;
}
.newsmenu{
	text-align:center;
	margin-top: 20px;
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	margin-left:28px;
	position:relative;
	}
.newsmenu ul li a{
	font-size:18px;
	color:#333333;
	font-weight:bold;
	padding: 10px 14px;
	border-radius: 4px;
}

.news .newslist {
	width:100%;
	overflow:hidden;
	margin-top:42px;
}
.newsmenu ul li a:hover{
	background-color: #0a5bac;
	color: #ffffff;
}
.newslist .news_nr{
	width:31.33333333%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	background:#fff;
	padding:50px 20px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news_nr .newsdate{
	padding:0;
	}
.news_nr .newsdate .newsyear,.news_nr .newsdate .newsday{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.news_nr .newsdate .newsyear{
	font-size:18px;
	color:#333;
	font-family:Arial;
	line-height:22px;
	}
.news_nr .newsdate .newsday{
	font-size:30px;
	color:#000;
	font-family:Arial;
	font-weight:bold;
	line-height:35px;
	}
.news_nr .newsrt h4{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:24px;
	line-height:30px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news_nr .newsrt p{
	width:100%;
	overflow:hidden;
	color:#adadad;
	margin-top:8px;
	}
.news_nr:hover .newsdate .newsyear,.news_nr:hover .newsdate .newsday,.news_nr:hover .newsrt h4,.news_nr:hover .newsmore{
	color:#0a5bac;
}
.news_nr:hover .newsmore:after{
	background:rgba(255,255,255,0.6);
}
.news-bottom{
	margin-top: 30px;
}
.news-bottom .data{
	float: left;
}
.news-bottom .more{
	float: right;
}
.news_nr:hover{
	transform: scale(1.1);
}
	
	
	
	
/* link */
.blogo{
	width:50%;
	overflow:hidden;
	}
.blogo img{
	max-width:100%;
	height:auto;
	}
.link-select-box a:link, .link-select-box a:visited { color: #333;}
.link-select-box a:active,.link-select-box a:hover { color: #fff;}  
.link-select-box { background-color: #fff; font-family: arial, helvetica, sans-serif; width:176px; height: 50px; position: relative; line-height: 50px; transition: 300ms; -webkit-transition: 300ms; color: #343434; margin-top:10px;}
.link-select-box .mt { padding: 0 58px 0 15px; position: relative; cursor: pointer; line-height: 50px; color:#343434; font-size:16px; }
.link-select-box .mt .aw { width: 46px; position: absolute; top: 0; bottom: 0; right: 0px; background: url(../images/link.png) no-repeat scroll center center; height: 100%; transition: 300ms; -webkit-transition: 300ms; }
.link-select-box .mc { padding-bottom: 3px; position: absolute; left: 0px; right: 0px; bottom: 46px; display: none; }
.link-select-box ul { background-color: #fff; padding: 8px 0; overflow: hidden; }
.link-select-box a { display: block; padding: 5px 15px; line-height: 1.4; font-size: 12px;}
.link-select-box a:hover { background-color: #0a5bac; }
.link-select-box.act .mt .aw { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
/* footer */
.footer {
	background: #0a5bac;
	padding: 60px 0 40px;
}
.icp-footer{
	text-align: center;
	padding: 10px 0;
	line-height: 34px;
	color: #ffffff;
}
.icp-footer p,.icp-footer a ,.icp-footer span{
	color: #ffffff;
}
.footer .footernr{
	border-bottom:solid 1px #ffffff;
	padding-bottom:37px;
}
.footernr .footerlf{
	padding:0 150px 0 0;
}
.bnav .bot{
	margin-top:32px;
	}
.bnav .bot,.bnav .bot p{
	width:100%;
	overflow: hidden;
}
.bnav .bot p,.bnav .bot p a{
	font-size:13px;
	color:#858585;
}
.bnav .bot p{
	text-align:right;
}

/* content-banner */
.content-banner {
	width: 100%;
	position:relative;
}
.banner_nnr{
	position:absolute;
	bottom:0;
	background:#eeeeee;
	left:50%;
	transform: translateX(-50%);
	padding:10px 18px 0 18px;
	}
.banner_nnr ul{
	width:100%;
	overflow:hidden;
	margin-top:26px;
	}
.mmenu ul{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.banner_nnr ul li{
	font-size:16px;
	color:#000;
	display:block;
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 30px 32px 30px;
	margin:0 28px;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.banner_nnr ul li.active{
	color: #0a5bac;
	font-weight: bold;
}
.mmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 10px 10px 10px;
	margin:5px 10px;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.banner_nnr ul li:first-child,.mmenu ul li:first-child{
	margin-left:0;
	}
.banner_nnr ul li a,.mmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.banner_nnr ul li:after,.mmenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#0a5bac;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.banner_nnr ul li:hover:after,.banner_nnr ul li.active:after,.mmenu ul li:hover:after,.mmenu ul li.active:after{
	width:100%;
	}
.banner_nnr ul li:hover a,.banner_nnr ul li.active a,.mmenu ul li:hover a,.mmenu ul li.active a{
	color:#0a5bac;
	font-weight: bold;
}
.mmenu{
	display:none;
}
/* ntit */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	font-weight:normal;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #e00515;
	margin-top:20px;
	}
/* nabout */
.nabout{
	margin-top:120px;
	margin-bottom:120px;
	}
.nabout h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#343434;
	line-height:50px;
	font-weight:normal;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.nabout .naboutnr h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	line-height:40px;
	color:#343434;
	font-weight:normal;
}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.naboutimg{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.naboutimg img{
	max-width:100%;
	height:auto;
	}
.njyqj{
	padding:0;
	/* background:url(../images/aboutbg.jpg) no-repeat top right;
	background-size:cover;
	padding-top:200px;
	padding-bottom:150px; */
	position:relative;
	margin-top:86px;
	}
.njyqj .cont{
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
}
.njyqjnr h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	}
.njyqjnr hr{
	width:80px;
	border:none;
	border-bottom:solid 1px #fff;
	float:left;
	margin-top:40px;
	}
.njyqjms{
	width:40%;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:43px;
	}
.nab_fl{
	width:1400px;
	overflow:hidden;
	background:#f6f6f6;
	position:absolute;
	padding:70px 0;
	left:50%;
	top:-140px;
	transform: translateX(-50%);
}
.nab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #e0e0e0;
}
.nab_fl dl:last-child{
	border-right:none;
	}
.nab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-align:center;
}
.nab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#6f6f6f;
	font-size:15px;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}
.nab_fl dl dt .counter{
	font-size:60px;
	color:#0a5bac;
	margin-right:10px;
	font-weight:bold;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	}
/* nqywh */
.nqywh{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nqywh .dl{
	overflow:hidden;
	margin:20px 0 0 0;
	}
.nqywh .dl .dt,.nqywh .dl .dd{
	width:100%;
	overflow:hidden;
	}
.nqywh .dl .dt img{
	width:100%;
	height:auto;
	}
.nqywh .dl .dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#343434;
	line-height:35px;
	font-weight:normal;
	margin-top:67px;
	}
.nqywh .dl .dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:24px;
	height: 72px;
	color:#585858;
	margin-top:17px;
	}
/* nfzlc*/
.nfzlc{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	padding-top:120px;
	padding-bottom:120px;
}
.nfzlcnr h3{
	width: 100%;
    overflow: hidden;
    font-size: 40px;
    color: #343434;
    line-height: 50px;
    font-weight: normal;
}

/* nhyyy */
.nhyyy{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/nhyyybg.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.nhyyy ul li{
	width:25%;
	height:100%;
	overflow:hidden;
	float:left;
	padding-top:318px;
	position:relative;
}
.nhyyy ul li .nhyyyicon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nhyyy ul li .nhyyyicon img{
	max-width:100%;
	height:auto;
}
.nhyyy ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	font-weight:normal;
	text-align:center;
	line-height:40px;
	margin-top:42px;
}
.nhyyy ul li hr{
	width:34px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:26px auto 0;
	display:none;
	}
.nhyyy ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#b8b8b8;
	line-height:30px;
	text-align:center;
	margin-top:30px;
}
.nhyyy ul li .nhyyyms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	padding:0 68px;
	color:#fff;
	line-height:30px;
	opacity:0;
	margin-top:48px;
}
.nhyyynr{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.nhyyy ul li:first-child .nhyyybg{
	background:url(../images/nhyyybg1.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(2) .nhyyybg{
	background:url(../images/nhyyybg2.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(3) .nhyyybg{
	background:url(../images/nhyyybg3.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(4) .nhyyybg{
	background:url(../images/nhyyybg4.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li .nhyyybg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity:0;
}
.nhyyy ul li:hover{
	padding-top:270px;
}
.nhyyy ul li:hover .nhyyybg{
	opacity:1;
}
.nhyyy ul li:hover .nhyyyicon{
	display:none;
}
.nhyyy ul li:hover .nhyyyms{
	opacity:1;
}
.nhyyy ul li:hover p{
	display:none;
	}
.nhyyy ul li:hover hr{
	display:block;
	}
.nhyyy ul li:hover h4,.nhyyy ul li:hover p{
	color:#fff;
}
/* nhonor*/
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr .dl{
	padding:0 10px;
	margin:20px 0;
	}
.nhonornr .dl .dt,.nhonornr .dl .dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nhonornr .dl .dt img{
	max-width:100%;
	height:auto;
}
.nhonornr .dl .dd{
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	}
.poptrox-popup{
	overflow:visible !important;
}
/* ncase*/
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
/* npro*/
.bg{
	background:#f8f8f8;
	}
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro .nprolist{
	position:relative;
	padding:0;
	}
.npro .nprolist .pronum{
	overflow:hidden;
	font-size:94px;
	color:#4f4f4f;
	position:absolute;
	right:50px;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.npro .nprolist .proen{
	width:27%;
	overflow:hidden;
	font-size:130px;
	line-height:130px;
	color:#f7f7f7;
	position:absolute;
	right:5px;
	bottom:50px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
.npro .nprolist .proen img{
	max-width:100%;
	height:auto;
}
.npro dl{
	padding:0 35px 105px 35px;
	margin:69px 0 35px 0;
	background:#fff;
	}
.npro dl dt{
	overflow:hidden;
	padding:0 20px 0 0;
	margin-top:-34px;
}
.npro dl dt img{
	max-width:100%;
	height:auto;
}
.npro dl dd{
	overflow:hidden;
	padding:68px 0 0 0;
}
.npro dl dd ul{
	width:100%;
	overflow:hidden;
}
.npro dl dd ul li{
	overflow:hidden;
	font-size:16px;
	color:#484848;
	line-height:30px;
	background:url(../images/icon19.png) no-repeat left center;
	padding:0 15px 0 26px;
	margin-top:10px;
}
.npro dl dd ul li a{
	font-size:16px;
	color:#484848;
	}
.npro dl dd ul li:hover{
	background:url(../images/iconh19.png) no-repeat left center;
	}
.npro dl dd ul li:hover a{
	font-size:16px;
	color:#0a5bac;
	}
.npro .nprolist:nth-child(2n) .pronum,.npro .nprolist:nth-child(2n) .proen{
	left:0;
	}
/* npro2*/
.npro2{
	margin-top:60px;
	margin-bottom:60px;
	}
.npronr2{
	width:100%;
	overflow:hidden;
}
.npronr2 ul{
	width:100%;
	overflow:hidden;
	}
.npronr2 ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 5px #ececec;
	text-align:center;
}
.npronr2 ul li a{
	display: block;
	color: #484848;
}
.npronr2 ul li a p{
	margin: 10px 0;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.npronr2 ul li img{
	max-width:100%;
	height:auto;
}
.npronr h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 14px 0;
	padding-bottom:20px;
	border-bottom: solid 1px #ebebeb;
}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	height:auto;
}
.nprofbnr table tr,.nprofbnr table tr td{
	font-size:16px !important;
	line-height:30px !important;
}
.nprofbnr table tr td{
	padding:0 10px;
	text-align:center;
}
.tz_contact{
	width:100%;
	overflow:hidden;
}
.tz_contact dl{
	width:23%;
	height:200px;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	padding: 30px 28px;
	background: #f7f7f7;
	border-radius:7px;
}
.tz_contact dl dt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	color: #2b56a7;
	margin-bottom:10px;
}
.tz_contact dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.tz_message{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	padding:0 1%;
}
.tz_message h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	font-size:30px;
	margin-bottom:10px;
}
.tz_messagenr{
	width:100%;
	overflow:hidden;
}
.tz_messagenr ul{
	width:100%;
	overflow:hidden;
}
.tz_messagenr ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
.tz_messagenr ul li:first-child{
	margin-right:2%;
}
.tz_messagenr ul li:last-child{
	width:100%;
}
.tz_messagenr ul li input{
	width:100%;
	height:50px;
	overflow:hidden;
	border: 1px solid #d5d5d5;
    font-size: 16px;
    border-radius: 5px;
	line-height:50px;
}
.tz_messagenr ul li textarea {
	width:100%;
    height: 150px;
    line-height: 30px;
    padding: 6px 10px;
    resize: vertical;
    font-size: 16px;
}
.tz_tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
}
.tz_tjbtn input{
	width:160px;
	height:45px;
	line-height:45px;
	text-align:center;
	overflow:hidden;
	background: #0284F2;
}
/* news*/
.nnews {
	width:100%;
	overflow:hidden;
	margin:50px 0 80px;
}
.news .newsnr .tit{
	text-align: center;
}
.nnews .nnewsnr .nnewsimg{
	padding:0;
	text-align:center;
}
.nnews .nnewsnr .nnewsrt{
	padding:35px 66px 0 66px;
}
.nnews .nnewsnr .nnewsimg img{
	max-width:100%;
	height:auto;
	}
.nnews .nnewsnr .nnewsrt .nnewsrtdate{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cecece;
	padding-bottom:10px;
	}
.nnewsrt .nnewsrtdate .day,.nnewsrt .nnewsrtdate .date{
	padding:0;
	}
.nnewsrt .nnewsrtdate .day{
	font-size:45px;
	color:#4f4f4f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50px;
	}
.nnewsrt .nnewsrtdate .date p{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:18px;
	color:#4f4f4f;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.nnewsrt h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#000;
	line-height:35px;
	font-weight:normal;
	margin-bottom:33px;
	margin-top:70px;
	}
.nnewsrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	}
.nnewslist{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:65px 0;
	}
.nnewslist .dl{
	width:48%;
	overflow:hidden;
	float:left;
	background:#fff;
	padding:30px;
	margin:15px 1%;
	}
.nnewslist .dl .dt{
	width:16%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #dddddd;
	padding:15px 0;
	}
.nnewslist .dl .dt .nnews_day{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#343434;
	font-family:Arial;
	line-height:50px;
	}
.nnewslist .dl .dt .nnews_year{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#343434;
	font-family:Arial;
	font-weight:normal;
	line-height:24px;
	font-weight:bold;
	}
.nnewslist .dl .dd{
	width:84%;
	overflow:hidden;
	float:right;
	padding-left:32px;
	}
.nnewslist .dl .dd h4{
	width:100%;
	overflow:hidden;
	font-size:19px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewslist .dl .dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	margin-top:10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewslist .dl:hover{
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
	}
.nnewslist .dl:hover .dd h4,.nnewslist .dl:hover .dt .nnews_day,.nnewslist .dl:hover .dt .nnews_year{
	color:#fff;
	}
.nnewslist .dl:hover .dd p{
	color:rgba(255,255,255,0.7);
	}
.nnewslist .dl:hover .dt{
	border-right:solid 1px rgba(255,255,255,0.3);
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:35px;
    color: #333;
	font-weight:bold;
    text-align: center;
    margin: 0 0 14px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p span,.nnews .fbnr p strong{
    font-size: 18px;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}

/* nyfsl*/
.nyfsl{
	margin-top:60px;
	margin-bottom:60px;
	}
.nyfsl h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-weight:normal;
	}
.nyfsl .nyfslms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	line-height:30px;
	margin-top:34px;
	}
.nfzlclist{
	width:100%;
	overflow:hidden;
	}
.dsjlist{
	width:100%;
	overflow:hidden;
	background:url(../images/tb4.png) repeat-y left top;
	margin-top:88px;
	}
.dsjlist dl{
	width:100%;
	overflow:hidden;
	background:url(../images/tb5.png) no-repeat left center;
	box-sizing: border-box;
	padding-left:5%;
	margin-top:60px;
	}
.dsjlist dl dt p,.dsjlist dl dd{
	color:#fff;
	font-size:16px;
	}
.dsjlist dl dt{
	min-height: 84px;
	position:relative;
	}
.dsjlist dl dt p{
	position:absolute;
	height:30px;
	line-height:30px;
	top:50%;
	margin-top:-15px;
	}
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 386px;
	overflow: hidden;
	cursor: url(../images/mouse2.png) 16 16, default;
}

.memorabiliaBox .mCSB_scrollTools {
	visibility: hidden !important;
}

.industrial-bot {
	position: absolute;
	left: 116px;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 120px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #c1cbde;
}
.industrial-btn {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}
/* nhzhb*/
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhbnr{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul li{
	width: 18%;
    overflow: hidden;
    float: left;
    margin: 17px 1%;
    box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -webkit-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncjzsnr*/
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact*/
.ncontact{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	position:relative;
	margin-top: 40px;
	}
.ncontact .map{
	width:100%;
	height:800px;
	border-top:solid 1px #d1d1d1;
}
.ncontact .ncontactnr .ncontact1{
	width:100%;
	overflow:hidden;
	}
.ncontact .ncontactnr .ncontact1 h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	padding:23px 46px;
	background: -webkit-linear-gradient(left, #142e86 , #008cd6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #142e86 , #008cd6); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #142e86 , #008cd6); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #142e86 , #008cd6); /* 标准的语法 */
	}
.ncontact .ncontactnr .ncontact1 h3 span{
	float:right;
	}
.ncontact_nr{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:40px 40px;
	}
.ncontact_nr .ncontactlf,.ncontact_nr .ncontactrt{
	padding:0;
	}
.ncontact_nr .ncontactrt .dl{
	overflow:hidden;
	float:right;
	margin-left:42px;
	}
.ncontact_nr .ncontactrt .dl .dt,.ncontact_nr .ncontactrt .dl .dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ncontact_nr .ncontactrt .dl .dt img{
	max-width:100%;
	height:auto;
}
.ncontact_nr .ncontactrt .dl .dd{
	font-size:16px;
	color:#000;
	}
.ncontact_nr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#1f1f1f;
	padding-left:34px;
	margin-bottom:28px;
	}
.ncontact_nr .ncontactlf p a{
	font-size:16px;
	color:#1f1f1f;
}
.ncontact_nr .ncontactlf p:first-child{
	background:url(../images/icon15.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(2){
	background:url(../images/icon16.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(3){
	background:url(../images/icon17.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(4){
	background:url(../images/icon18.png) no-repeat left center;
	}
.contactlist,.contactlist ul{
	width:100%;
	overflow:hidden;
	}
.contactlist{
	margin-top:30px;
	padding-bottom:30px;
	}
.contactlist ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
	background:#fff url(../images/contactbg.jpg) no-repeat right bottom;
	}
.contactlist ul li:last-child{
	margin-right:0;
	}
.contactlist ul li dl,.contactlist ul li dl dt,.contactlist ul li dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist ul li dl{
	padding:40px 50px;
	}
.contactlist ul li dl dt{
	font-size:25px;
	color:#0a5bac;
	font-weight:normal;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:20px;
	}
.contactlist ul li dl dd{
	padding-top:10px;
	}
.contactlist ul li dl dd p{
	width:100%;
	overflow:hidden;
	padding-left:34px;
	font-size:16px;
	line-height:30px;
	margin-top:22px;
	}
.contactlist ul li dl dd p a{
	font-size:16px;
}
.contactlist ul li dl dd p:nth-child(1){
	background:url(../images/icon15.png) no-repeat left center;
	}
.contactlist ul li dl dd p:nth-child(2){
	background:url(../images/icon15.png) no-repeat left center;
	}
/* 首页产品 */
.indexp-content{
	width: 20%;
	float: left;
	overflow: hidden;
}
.indexp-content a{
	overflow: hidden;
	display: block;
	text-align: center;
	background-color: #ffffff;
	transition: all 0.8s;
}
.indexp-content a:hover .ip-img{
	transform: scale(1.1);
}
.indexp-content a img{
	width: 100%;
}
.indexp-content .ip-name{
	padding: 15px 0;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexp-content .ip-img{
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	overflow: hidden;
	transition: all 0.8s;
}
.pro .prolf{
	margin-bottom: 40px;
}
.pro{
	background-color: #f7f8fc;
}
.product-imgStyle{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	transition: all 1s;
}
.product-imgStyle:hover{
	transform: scale(1.1);
}
.fenlei .list{
	border: 1px solid #ffffff;
	margin-top: 20px;
}
.fenlei .list li{
	display: block;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0 1px 12px rgba(43,43,43,.1);
}
.fenlei .list li a{
	padding: 20px 15px;
}
.fenlei .list .active{
	background-color: #0a5bac;
}
.fenlei .list .active a{
	color: #ffffff;
}
.fenlei .list li:last-child{
	border-bottom: none;
}
.fenlei .list li a{
	display: block;
	font-size: 16px;
	color: #2b2b2b;
}
.fenlei .list li:hover{
	background-color: #0a5bac;
}
.fenlei .list li:hover a{
	font-weight: bold;
	color: #ffffff;
}
/* 首页产品 */
/* 搜索 */
.search-section{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	border-radius: 30px;
}
.search-section .search-input{
	border: none;
	padding: 0 20px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: calc(100% - 45px);
	border-radius: 30px 0 0 30px;
}
.search-section .search-btn{
	float: right;
	font-size: 12px;
	color: #ffffff;
	background-color: #467cbd;
	border-radius: 0 25px 25px 0;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	border: none;
	width: 45px!important;
	position: absolute;
	right: 0;
}
/* 搜索 */
/* 产品轮播 */
.product-wrapper{
	/* width: 92%!important; */
	margin: 0 auto;
}
.product-swiper .product-next,.product-swiper .product-prev{
	top: 50%;
	margin-top: -22px;
	opacity: 1;
}
.product-swiper .product-next{
	right: 10px;
	left: initial;
}
.product-swiper .product-prev{
	left: 10px;
	right: initial;
}
/* 产品轮播 */
/* nmessage */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage .tit hr{
	margin:18px auto 0;
	}
.nmessagenr{
	margin-top:57px;
	}
.nmessage dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom:22px;
	}
.nmessage dl dt{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	font-weight: normal;
	}
.nmessage dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessage dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	font-size:15px;
	}
.nmessage dl dd textarea{
	width:100%;
	height:308px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessage dl:last-child{
	width:100%;
	}
.nmessage dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessage dl:nth-child(2n){
	margin-left:1%;
	}
.nmessage .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.nmessage .tjbtn button {
    width: 100%;
    height: 60px;
    background: #dd141e;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* dede_pages */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#004d95;color:#fff;border: 1px solid #004d95; }
.pages ul a:hover{ background:#004d95;color:#fff;border: 1px solid #004d95;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:30px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#004d95;
	text-decoration:none;
}
.m-txt,.y-menu{
	display:none;
}
.m-close img{
	width: 20px;
}
.y-menu{
	margin-left: 15px;
}
.mobile-search{
	display: none;
}
/*移动端导航*/
/* 联系我们 */
.contact-form{
	background-color: #ffffff;
	padding: 30px 40px;
}
.form-item .input-style{
	border: 1px solid #e0e0e0;
	height: 46px;
	line-height: 46px;
	padding: 0 4%;
	display: block;
	border-radius: 2px;
	width: 100%;
}
.form-item .form{
	margin-top: 10px;
}
.form-item .title{
	color: #666666;
	font-size: 14px;
}
.formitem3{
	padding-right: 10px;
}
.form-item .required-icon{
	color: red;
	display: inline-block;
	margin-left: 4px;
}
.formitem1{
	float: left;
	width: 25%;
	margin-bottom: 20px;
}
.form-item .textarea-style{
	height: 100px;
	resize: none;
	padding: 0 1%;
}
.form-submit{
	background-color: #0a5bac;
	color: #ffffff;
	border: none;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin: 30px 0 0 0;
}
/* 联系我们 */
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.y-menu{display:block;padding-top:34px;float:right;margin-right:5px;}
.y-menu a img{vertical-align:top}
.m-txt{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:hidden;z-index:10000;background-color: rgba(0,0,0,.5);}
.m-txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:1}
.m-txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:0}
.m-txt .div3 ul{padding-left:5%;padding-right:5%}
.m-txt .div3 ul li{border-bottom:1px solid #232530}
.m-txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.m-txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m-txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m-txt .div3 ul li .a_txt2{display:none}
.m-txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
	
}
 @media only screen and (min-width: 1921px) and (max-width: 2560px) {
}
 @media(max-width:1680px) {
	 .nhyyy{
		 height:840px;
	 }
	 .pronr .prolf .promore{
		 margin-top:460px;
	 }
	 .hyyy .hyyylf .hyyyen{
		 font-size:30px;
	 }
	 .hyyy .hyyyrt .tab ul li h5{
		 font-size:16px;
	 }
	 .cloud-product-ul li.active .ysnum{
		 font-size:200px;
	 }
	 .cloud-product-ul li.active {
		padding: 102px 60px 0 60px;
	}
	.tit p{
		font-size:36px;
	}
 }
 @media(max-width:1600px) {
	 .nav .menu > li a {
		 margin: 0 25px;
	 }
	 .hyyymore a{
		 width:180px;
	 }
 }
 @media(max-width:1440px) {
	.cont, .cont1,.nab_fl{
		width: 88%;
	}
	 .nav .menu > li a {
		 margin: 0 20px;
	 }
	.tit p{
		font-size:30px;
		line-height:35px;
	}
	.newsmenu ul li a{
		font-size:20px;
	}
	.parBd h4{
		font-size:36px;
	}
	 .hyyy .hyyylf .hyyyen {
		font-size: 26px;
		line-height:30px;
	}
	.hyyy .hyyyrt .tab ul li{
		padding-left:0;
	}
	.ys .ysnr{
		width:100%;
	}
	.customerrt .custometit span{
		margin-top:80px;
	}
	.customerrt .customeimg {
		width: 72%;
	}
	.customerrt .custometit {
		width: 26%;
	}
	.news_nr .newsrt h4{
		font-size:20px;
	}
	.news_nr .newsdate .newsday{
		font-size:26px;
	}
	.banner_nnr,.nab_fl{
		/* margin-left:-44%; */
	}
	 .cloud-product-ul li.active .ysnum{
		 font-size:160px;
	 }
	 .cloud-product-ul li h4,.cloud-product-ul li.active h4{
		 font-size:26px;
	 }
	.nhyyy{
		 height:720px;
	 }
	 .nhyyy ul li{
		 padding-top:280px;
	 }
	.nhyyy ul li h4{
		font-size:26px;
		margin-top:30px;
	}
	 .nhyyy ul li p{
		 margin-top:20px;
	 }
	 .nhyyy ul li:hover {
		padding-top: 200px;
	}
	.banner_nnr ul li{
		margin: 0 20px;
	}
	.pronr .prolf .promore {
		margin-top: 420px;
	}
	.hyyymore{
		margin-top:50px;
	}
	.customerlist .customerlf {
		padding: 0 100px 0 0;
	}
	.cloud-product-ul li .ysnum{
		font-size:60px;
		line-height:60px;
	}
}
@media(max-width:1360px) {
	 .nav .menu > li a {
		 margin: 0 15px;
	 }
	.nab_fl dl dt .counter{
		font-size:50px;
	}
	.tit p{
		font-size:26px;
		line-height:30px;
	}
	.newsmenu ul li a{
		font-size:18px;
	}
	.customerrt .customeimg {
		width: 70%;
	}
	.customerrt .custometit {
		width: 28%;
	}
	.customerrt .custometit span {
		margin-top: 60px;
	}
	.nhyyy {
		height: 680px;
	}
	.nhyyy ul li {
		padding-top: 250px;
	}
	 .nhyyy ul li:hover {
		padding-top: 170px;
	}
	.hyyy .hyyyrt .tab ul li{
		padding-left:0;
	}
	.hyyy .hyyyrt .tab ul li h5 {
		font-size: 15px;
	}
	.hyyy .hyyylf .hyyyen {
		font-size: 22px;
		line-height: 25px;
	}
	.pronr .prolf .promore {
		margin-top: 380px;
	}
	.hyyymore{
		margin-top:30px;
	}
	.ab_fl,.aboutrt h5{
		margin-top:40px;
	}
}
@media(max-width:1280px) {
	.ab_fl dl dt .counter{
		font-size:50px;
	}
	.about .aboutrt {
		padding: 0 0 0 20px;
	}
	.aboutrt h4{
		font-size:28px;
	}
	.news_nr .newsrt h4{
		font-size:18px;
	}
	.customerrt .custometit h4{
		font-size:30px;
		margin-bottom:5px;
	}
	.yslf .ysbtn a{
		width:180px;
	}
	.parBd h4{
		font-size:32px;
	}
	.nabout h3,.nyfsl h3,.nfzlcnr h3{
		font-size:36px;
		line-height:45px;
	}
	 .cloud-product-ul li h4,.cloud-product-ul li.active h4{
		 font-size:22px;
	 }
	.nqywh .dl .dd h4 {
		font-size: 22px;
		margin-top: 30px;
	}
	.nhyyy {
		height: 640px;
	}
	.nhyyy ul li {
		padding-top: 230px;
	}
	 .nhyyy ul li:hover {
		padding-top: 150px;
	}
	.hyyy .hyyylf {
		padding-right: 40px;
	}
	.hyyy .hyyylf span{
		margin-top:80px;
	}
	.banner_nnr ul li{
		margin: 0 15px;
	}
	.nav .menu > li a {
		margin: 0 10px;
	}
	.pronr .prolf .promore {
		margin-top: 340px;
	}
	.footernr .footerlf {
		padding: 0 100px 0 0;
	}
}
@media(max-width:1200px) {
	.customerrt .customeimg span {
		margin-left: 50px;
	}
}
@media(max-width:1152px) {
	.tope-qiehuan{
		margin-left:10px;
	}
	.nav .menu > li a {
		margin: 0 8px;
	}
	.banner_nnr ul li {
		margin: 0 10px;
	}
	.newsmenu ul li a{
		font-size:16px;
	}
	.tope-qiehuan {
		padding: 38px 0 38px 30px;
	}
	.banner .banner_more {
		width: 440px;
		height: 140px;
	}
	.customerrt .custometit span {
		margin-top: 40px;
	}
	.nnewslist .dl .dt .nnews_day{
		font-size:50px;
	}
	.nnewslist .dl .dd {
		padding-left: 20px;
	}
	.news_nr .newsrt h4,.news_nr .newsdate .newsyear{
		font-size:16px;
	}
	.news_nr .newsdate .newsday {
		font-size: 22px;
	}
	.tit p{
		font-size:22px;
		line-height:25px;
	}
	.cloud-product-ul li.active {
		padding: 102px 40px 0 40px;
	}
	.hyyy .hyyylf .hyyyen {
		font-size: 18px;
		line-height: 20px;
	}
	.hyyymore a {
		width: 150px;
	}
	.hyyy .hyyylf .hyyyjs{
		margin-top:20px;
	}
	.hyyy .hyyylf span{
		margin-top:40px;
	}
	.pronr .prolf .promore {
		margin-top: 300px;
	}
	.customerrt .custometit h4 {
		font-size: 26px;
	}
	.ncontact_nr {
		padding: 80px 110px 52px 110px;
	}
	.contactlist ul li dl {
		padding: 40px 30px;
	}
	.nabout h3,.nyfsl h3,.nfzlcnr h3{
		font-size:32px;
		line-height:40px;
	}
	.njyqjnr h3{
		font-size:30px;
	}
	.nqywh .dl .dd h4{
		font-size:20px;
	}
	.nhyyy ul li .nhyyyms{
		padding:0 30px;
	}
	.nhyyy ul li h4 {
		font-size: 22px;
	}
	.nhyyy {
		height: 576px;
	}
	.nhyyy ul li {
		padding-top: 210px;
	}
	 .nhyyy ul li:hover {
		padding-top: 130px;
	}
	.nhyyy ul li p{
		font-size:16px;
		line-height:25px;
	}
	.footernr .footerlf {
		padding: 0 60px 0 0;
	}
	
}
@media(max-width:1070px) {
	.nav .menu > li a {
		margin: 0 5px;
	}
	
}
@media(max-width:1024px) {
	.banner_nnr ul li {
		padding: 0 20px 32px 20px;
	}
	.pronr .prolf .promore {
		margin-top: 250px;
	}
	.customerrt .customeimg img {
		width: 300px;
	}
	.customerrt .custometit span {
		margin-top: 20px;
	}
	.parBd h4{
		font-size:28px;
	}
	.tztel{top:-100px;}
	.tztel2{top:-100px;}
}
@media(max-width:991px) {
	.hyyy .hyyyrt .tab ul li p{
		line-height: 14px;
		margin-top: 0;
	}
	.indexp-content{
		width: 50%;
	}
	.mmenu{
		display:block;
	}
	.content-banner .banner_nnr{
		display:none;
	}
	.about .aboutrt{
		padding:0;
		margin-top:30px;
	}
	.aboutrt h4 {
		font-size: 24px;
	}
	.banner .banner_more{
		display:none;
	}
	.banner .owl-pagination{
		bottom:20px;
	}
	.banner .owl-prev,.banner .owl-next{
		bottom:34px;
	}
	.banner_nnr ul{
		margin-top:10px;
	}
	.banner_nnr ul li {
		padding: 0 20px 10px 20px;
	}
	.ncontact .ncontactnr {
		margin-top: -140px;
	}
	.ncontact .map{
		height:380px;
	}
	.newslist .news_nr{
		width:48%;
	}
	.news .tit,.newsmenu{
		width:100%;
	}
	.newsmenu{
		margin-top:20px;
		text-align:center;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:20px;
	}
	.cloud-product-ul li.active .ysnum {
		letter-spacing: 0;
	}
	.cloud-product-ul li h4{
		margin-top:100px;
	}
	.cloud-product-ul li hr{
		bottom:200px;
	}
	.cloud-product-ul li{
		height:575px;
	}
	.cloud-product-ul li.active h4{
		margin-top:0;
	}
	.customerrt .customeimg {
		width: 66%;
	}
	.customerrt .custometit {
		width: 32%;
	}
	.cloud-product-ul li .ysnum{
		bottom:100px;
	}
	.npro .nprolist .proen {
		width: 35%;
	}
	.ys .ysnr .yslf{
		padding-top:60px;
	}
	.yslf .ysbtn{
		margin-top:50px;
	}
	.ys .ysnr{
		width:100%;
		float:none;
		margin:auto;
	}
	.ys .ysnr .yslf,.ysnr .ysrt{
		width:100%;
	}
	.ysnr .ysrt{
		margin-top:40px;
	}
	.hyyy{
		background-position:left;
	}
	.hyyy .hyyylf,.hyyy .hyyyrt{
		width:100%;
	}
	.hyyy .hyyynr {
		width: 88%;
		float: none;
		margin: auto;
	}
	.hyyy .hyyyrt .tab ul li,.hyyy .hyyyrt .tab ul li.hover{
		background:none !important;
	}
	.hyyy .hyyyrt .tab ul li{
		padding-left:0;
	}
	.hyyy .hyyyrt .tab ul li.hover{
		background:#fff !important;
	}
	.hyyy .hyyyrt .tab ul li h5,.hyyy .hyyyrt .tab ul li p{
		text-align:center;
	}
	.hyyy .hyyyrt .tab{
		position:inherit;
	}
	.mouse-index{
		bottom:20px;
	}
	.pronr .prolf .promore {
		margin-top: 160px;
	}
	.pronr .prort{
		margin-top:40px;
	}
	.ncontact_nr{
		padding:50px;
	}
	.contactlist ul li{
		width:100%;
		margin: 10px 0;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:20px;
	}
	.ncontact_nr .ncontactlf p{
		margin-bottom:10px;
	}
	.nnews h1,.npronr h1{
		font-size:20px;
	}
	.nnewslist .dl .dt,.nnewslist .dl .dd{
		width:100%;
	}
	.nnews .nnewsnr .nnewsrt {
		padding: 30px 30px 0 30px;
	}
	.nnewslist .dl .dt,.nnewslist .dl:hover .dt{
		border-right:none;
	}
	.nnewslist .dl .dd{
		padding-left: 0;
	}
	.nnewsrt h4 {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.njyqjms{
		width:50%;
	}
	.nabout{
		margin-top:60px;
		margin-bottom:100px;
	}
	.nabout .naboutnr{
		margin-top:40px;
	}
	.nhyyy {
		height: 496px;
	}
	.nhyyy ul li {
		padding-top: 160px;
	}
	 .nhyyy ul li:hover {
		padding-top:80px;
	}
	.nhyyy ul li h4 {
		font-size: 20px;
	}
	.npro .nprolist .proen{
		font-size: 100px;
		line-height: 100px;
	}
	.npro .nprolist:nth-child(2n) dl dt{
		margin-top:10px;
	}
	.npro dl dd {
		padding: 30px 0 0 0;
	}
	.npro dl dt{
		padding:0;
	}
	.npro .nprolist .pronum{
		font-size:80px;
		right:10px;
	}
	.sideMenu h4{
		padding:0 20px;
	}
	.nyfsl .nyfslms{
		width:100%;
	}
	.footernr .footerlf {
		padding:0;
		margin-bottom:20px;
	}
	.bnav .bot p{
		text-align:center;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 140px;
		line-height:140px;
	}
}
@media(max-width:767px) {
	.njyqj{
		padding:0;
		background:url(../images/aboutbg.jpg) no-repeat top right;
		background-size:cover;
		padding-top:300px;
		padding-bottom:260px;
		position:relative;
		margin-top:20px;
	}
	.njyqj img{
		display: none;
	}
	.njyqjms{
		margin-top: 0;
		line-height: 24px;
	}
	.njyqjnr hr{
		margin-top: 10px;
	}
	.indexp-content .ip-img{
		height: 140px;
	}
	.formitem1{
		width: 100%;
		float: inherit;
	}
	.mouse-index{
		display:none;
	}
	.banner .owl-item img {
		width: 113%;
	}
	.header{
		height:70px;
		background:#000;
		border-bottom:none;
	}
	.banner,.content-banner{
		margin-top:70px;
	}
	.logo {
		padding: 12px 0;
	}
	.logo img{
		height:46px;
	}
	.y-menu{
		padding-top:19px;
	}
	.tope-qiehuan {
		padding: 23px 0 23px 15px;
	}
	.customer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ab_fl dl{
		margin-top:20px;
	}
	.ab_fl dl:nth-child(2){
		border-right:none;
	}
	.ab_fl dl:nth-child(3){
		border-right: solid 1px #e0e0e0;
		clear:both;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
	}
	.cloud-product-ul li.active {
		padding: 60px 20px 0 20px;
	}
	.customerlist .customerlf {
		padding: 0;
	}
	.customerlist .customerrt{
		margin-top:30px;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 100px;
		line-height:100px;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		padding:20px;
	}
	.contactlist ul li dl dt{
		font-size:20px;
	}
	.npro .nprolist .pronum {
		font-size: 70px;
	}
	.nabout h3,.nyfsl h3,.nfzlcnr h3{
		font-size: 28px;
	}
	.nabout .naboutnr h4{
		font-size:22px;
		line-height:30px;
	}
	.njyqjnr h3{
		font-size:26px;
	}
	.njyqjms{
		width:100%;
	}
	.nab_fl{
		padding: 40px 0;
	}
	.nab_fl dl{
		margin-bottom:10px;
	}
	.nab_fl dl dt .counter {
		font-size: 46px;
	}
	.nhyyy ul li{
		width:50%;
		height:248px;
	}
	.nhyyy ul li {
		padding-top: 60px;
	}
	 .nhyyy ul li:hover {
		padding-top:30px;
	}
	.nhyyy ul li .nhyyyms{
		margin-top:20px;
	}
	.nhyyy ul li h4,.nhyyy ul li p{
		margin-top:10px;
	}
	.nhyyy ul li h4{
		line-height:30px;
	}
	.nprofbnr table,.sideMenu .joblist table{
		width:767px !important;
	}
	.npronr2 ul li {
		width: 31.33333333%;
	}
	.npro .nprolist .proen {
		font-size: 80px;
		line-height: 80px;
	}
    /*.tztel,.tztel2{display:none;}*/
    .tztel,.tztel2 {top: -46px; left: 0px;}
    .tztel a,.tztel2 a{font-size:20px}
}
@media(max-width:640px) {
	.indexp-content .ip-img{
		height: 120px;
	}
	.banner .owl-page.active span{
		font-size:24px;
	}
	.banner .owl-page span{
		height:30px;
		line-height:30px;
	}
	.banner .owl-prev, .banner .owl-next {
		bottom: 26px;
	}
	.banner .owl-page {
		margin: 0 10px;
	}
	.banner .owl-next{
		left:184px;
	}
	.banner .owl-pagination {
		bottom: 10px;
	}
	.banner .owl-prev, .banner .owl-next {
		bottom: 16px;
	}
	.nnewslist .dl {
		width: 100%;
	}
	.sideMenu h4{
		font-size:24px;
		height:80px;
		line-height:80px;
	}
	.sideMenu h4 span img{
		width:50px;
	}
	.aboutlf .aboutimg a {
		width: 60px;
		height: 60px;
	}
	.cloud-product-ul li h4 {
		/* width: 30px; */
	}
	.cloud-product-ul li h4, .cloud-product-ul li.active h4 {
		font-size: 20px;
		line-height:30px;
	}
	.cloud-product-ul li.active hr {
		margin: 10px auto 0;
	}
	.cloud-product-ul li.active .ysjs{
		margin-top:10px;
	}
	.cloud-product-ul li.active .ysjs {
		font-size: 14px;
		line-height: 25px;
	}
	.newslist .news_nr{
		width:98%;
	}
	.ncontact_nr {
		padding: 40px 30px;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:18px;
		padding:20px 10px;
	}
	.ncontact .ncontactnr .ncontact1 h3 span img{
		width:25px;
	}
	.ncontact_nr .ncontactlf p,.ncontact_nr .ncontactlf p a{
		font-size:15px;
	}
	.npro .nprolist .proen {
		font-size: 70px;
		line-height: 70px;
	}
	.nab_fl dl dt .counter {
		font-size: 40px;
	}
	.nab_fl dl dd{
		font-size:14px;
		line-height:20px;
	}
	.njyqjnr h3 {
		font-size: 22px;
		line-height:40px;
	}
	.nabout .naboutnr h4{
		font-size:20px;
	}
	.nhyyy ul li .nhyyyms {
		padding: 0 20px;
	}
	.nhyyy ul li p{
		font-size:14px;
		line-height:20px;
	}
	.npronr2 ul li {
		width: 48%;
	}
	/* 移动端搜索 */
	.search-section{
		display: none;
	}
	.mobile-search{
		display: inline-block;
		width: 30px;
		height: 70px;
		line-height: 70px;
	}
	.mobile-search img{
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	/* 移动端搜索 */
}
@media(max-width:540px) {
	.pro{
		padding: 40px 0;
	}
	.banner-swiper{
		margin-top: 70px;
	}
	.indexp-content{
		width: 100%;
	}
	.hezuohb li{
		width: 48%;
	}
	.sideMenu h4{
		font-size:20px;
		height:60px;
		line-height:60px;
	}
	.sideMenu h4 span img {
		width: 30px;
	}
	.nab_fl dl dt .counter {
		font-size: 36px;
	}
	.nhyyy ul li .nhyyyms{
		font-size: 15px;
		line-height: 25px;
	}
	.npro .nprolist .proen {
		font-size: 60px;
		line-height: 60px;
	}
	.aboutrt h4 {
		font-size: 20px;
		line-height:35px;
	}
	.aboutrt .abouten{
		font-size:14px;
		margin-top:0;
	}
	.link-select-box{
		width:46%;
		margin-top:0;
	}
	.link-select-box .mt {
		padding: 0 0 0 15px;
		font-size:15px;
	}
}
@media(max-width:500px) {
	.mmenu ul li{
		width:50%;
		overflow:hidden;
		padding:5px 0;
		margin:5px 0;
		text-align:center;
	}
	
}
@media(max-width:425px) {
	.cloud-product-ul li.active .ysnum {
		font-size: 70px;
		line-height: 70px;
	}
	.cloud-product-ul li .ysnum {
		font-size: 40px;
		line-height: 40px;
	}
	.cloud-product-ul li h4, .cloud-product-ul li.active h4{
		font-size:18px;
	}
	.cloud-product-ul li.active {
		padding: 40px 10px 0 10px;
	}
	.cloud-product-ul li.active .ysjs{
		line-height:22px;
	}
	.npro .nprolist .proen {
		width: 40%;
	}
	.nhyyy ul li hr{
		margin: 20px auto 0;
	}
	.nhyyy ul li .nhyyyms {
		margin-top: 10px;
	}
	.npro dl {
		padding: 0 25px 105px 25px;
	}
	.nhonornr .dl {
		padding: 0 5px;
	}
	.nhonornr .dl .dd{
		font-size:14px;
	}
	.hyyy .hyyyrt .tab ul li{
		width:50%;
	}
	.hyyy .hyyyrt .tab ul li:nth-child(2){
		border-right:none;
	}
	.hyyy .hyyyrt .tab ul li:nth-child(1),.hyyy .hyyyrt .tab ul li:nth-child(2){
		border-bottom: solid 1px #fff;
	}
	.customerrt .custometit h4 {
		font-size: 22px;
		line-height:30px;
		margin-bottom:0;
	}
	.customerrt .custometit p{
		font-size:15px;
		line-height:20px;
	}
	.customerrt .customeimg {
		width: 63%;
	}
	.customerrt .custometit {
		width: 35%;
	}
	.customerlist .customerrt .customerbtn{
		height: 50px;
		line-height: 50px;
	}
}
@media(max-width:375px) {
	.indexp-content .ip-img{
		height: 50px;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:16px;
	}
.xwxqhz {
    width: 100%;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
}
.xwxqhz table {
    width: 250% !important;
}
	.ncontact_nr .ncontactlf p,.ncontact_nr .ncontactlf p a{
		font-size:14px;
	}
	.customerrt .customeimg {
		width: 60%;
	}
	.customerrt .custometit {
		width: 38%;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 60px;
		line-height: 60px;
	}
	.sideMenu h4 {
		padding: 0 10px;
		font-size:18px;
	}
}
@media(max-width:320px) {
}
