



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration: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(.55, 1, .55, 1);

    transition: -webkit-transform .75s cubic-bezier(.55, 1, .55, 1);

    transition: transform .75s cubic-bezier(.55, 1, .55, 1);

    transition: transform .75s cubic-bezier(.55, 1, .55, 1), -webkit-transform .75s cubic-bezier(.55, 1, .55, 2);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:120px;
	z-index: 9999;
	top:0;
	background:#58506e;
}
.logo{
	overflow:hidden;
	padding:20px 30px 0 25px;
	background:#fff;
	height:120px;
}
.nav{
	float:right;
}

.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

 ================================================================= */

.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 > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	float:left;
	text-align:center;
	padding:0 30px;
	line-height:120px;
	
}
.nav .menu > li:last-child{
	background:url(../image/navline.jpg) no-repeat left center;
	height:120px;
}
.nav .menu > li:last-child img{
	margin-top:50px;
}
.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	position:relative;
}
.nav .menu > li > a::after {
	position: absolute;
	content: "";
	bottom:0px;
	left: 0%;
	width: 100%;
	height:3px;
	background: #fff;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav .menu > li > a:hover::after,
.nav .menu > li.current > a::after{
  transform: scaleX(1);
}
.nav .menu > li:last-child  > a:hover::after{
	transform: scaleX(0);
}
.nav .menu > li:hover a{
	color:#fff;
}

.nav .menu > li.current a{
	color:#fff;
}

.nav .menu > li .submenu{

	width:100%;
	left:0%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#58506e;

	text-align:center;

	border-bottom:solid 1px #62587e;

}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:#473f5f;

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #473f5f;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	position: absolute;
	right: 1.5rem;
	top: 30px;
	text-align: center;
	line-height: 3.5rem;
	z-index: 5;
	padding-top: 1rem;
	transition: all 0.5s;
	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background-color: #fff;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#fff;
}
#menu span:last-child{
	margin-bottom: 0;
}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #666;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#fff;
}
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.owl-carousel{
	margin-top:0px;
}
.owl-pagination{
	background:#58506e;
	position:absolute;
	right:0;
	top:0;
	width:115px;
	height:100%;	
}
.owl-pagination::after{
	position: absolute;
	content: "";
	bottom:30%;
	left:50%;
	width:2px;
	height:120px;
	background: #fff;
	transform: scaleX(1);
}
.owl-page span{
	color:#fff;
	font-size:16px;
}
.owl-page span:before{
	content:"0";
}
.owl-page:first-child{
	margin-top:160px;
}
.owl-page{
	height:80px;
	line-height:80px;
	text-align:center;
	position:relative;
}
.owl-page.active span{
	font-size:20px;
}
.owl-page.active span::after{
	position: absolute;
	content: "";
	top:50%;
	left:20%;
	width:20px;
	height:1px;
	background: #fff;
	transform: scaleX(1);
}
.owl-buttons{
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
	width:260px;
	height:110px;
}
.owl-prev{
	background:url(../image/bannerl.jpg) no-repeat left center;
	width:14px;
	height:8px;
	position:absolute;
	left:60px;
	top:50%;
	margin-top:-4px;
}
.owl-number{
	text-align:center;
	line-height:110px;
	font-size:16px;
}
.owl-number span{
	font-size:16px;
}
.owl-next{
	background:url(../image/bannerr.jpg) no-repeat left center;
	width:14px;
	height:8px;
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-4px;
}
.owl-item img{
	width:100%;
}
/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{
	font-size:28px;
	color:#000;
	}
.tit p{
	width:100%;
	height:auto;
	text-align:center;
	color:#999999;
	font-family:Arial;
	}
.tit span{
	display:block;
	width:270px;
	height:1px;
	background:#d2d2d2;
	margin:auto;
	position:relative;
	margin-top: 10px;
	}
.tit span:after{
	content:"";
	position:absolute;
	width:32px;
	height:10px;
	background:#f68400;
	bottom:-5px;
	left:50%;
	margin-left:-16px;
}
/* about
-------------------------------------------------------------- */
.about h3,.pro h3,.news h3{
	background:url(../image/titbg.png) no-repeat left center;
	line-height:74px;
	padding-left:20px;
	margin-top:180px;	
}
.about h3 a,.pro h3 a,.news h3 a{
	font-size:30px;
	color:#58506e;
}
.about{
	background:#f6f6f6;
	padding-bottom:110px;
}
.about .cont{
	background:url(../image/aboutbg.jpg) no-repeat right top;
	position:relative;
}
.aboutpinyin{
	font-size:180px;
	font-family: Arial;
	opacity:0.6;
	position:absolute;
	top:90px;
	left:30px;
	color:#fff;
	font-weight:bold;
	letter-spacing:34px;
}
.aboutdiv{
	background:#fff;
	width:54%;
	position:relative;
	padding:60px 100px 50px 55px;
	margin-top:320px;
}
.aboutdiv::after{
	position: absolute;
	content: "";
	top:-10px;
	left:0%;
	width:175px;
	height:10px;
	background: #58506e;
	transform: scaleX(1);
}
.aboutdiv h5{
	font-size:60px;
	color:#f2f1f3;
	position:absolute;
	left:50px;
	top:46px;
	font-family:arial;
	z-index:0;
}
.aboutdiv h4{
	font-size:30px;
	color:#58506e;
	position:relative;
	z-index:1;
	line-height:50px;
	font-weight:normal;
	margin-bottom:30px;
}
.aboutdiv p{
	color:#58506e;
	font-size:14px;
	line-height:28px;
}
.aboutmore a,.newsmore a{
	border:1px solid #58506e;
	width:40px;
	height:40px;
	display:block;
	border-radius:20px;
	position:relative;
	margin-left:30px;
	margin-top:30px;
}
.aboutmore a::after,
.newsmore a::after{
	background:url(../image/aboutmore.png) no-repeat left center;
	height:8px;
	position:absolute;
	width:56px;
	top:50%;
	margin-top:-4px;
	left:-30px;
	content: "";
	transform: scaleX(1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aboutmore a:hover::after,
.newsmore a:hover::after{
	left:0px;
	background:url(../image/aboutmoreh.png) no-repeat left center;
}
#scene{
	transform: translate3d(0px, 0px, 0px); 
	transform-style: preserve-3d; 
	backface-visibility: hidden; 
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:25%;
}
/* pro
-------------------------------------------------------------- */
.pro{
	background:url(../image/probg.jpg) no-repeat top center;
  background-repeat:no-repeat;
  background-position:top center;
  background-attachment:fixed;
}
.propinyin{
	font-size:100px;
	font-family: Arial;
	opacity:0.1;
	color:#58506e;
	font-weight:bold;
	letter-spacing:24px;
	margin-top:80px;
	line-height:100px;
}
.pronrtit{
	width:25%;
	float:left;
}
.pro h3{
	margin:0;
}
.pronr{
	position:relative;
	margin-top:30px;
}
.pro-container{
	float:left;
	width:75%;
	overflow:hidden;
	padding-top:90px;
}
.proimg{
	width:100%; 
	overflow:hidden; 
	position: relative;
    height: 360px;
    display: block;
}
.proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.pro_list:hover img{
	transform:translate(-50%, -50%) scale(1.1);
}
.protit{
	color:#6e6880;
	text-align:center;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height:30px;
	margin-bottom:10px;
}
.prodesc{
	background:url(../image/product02.png) no-repeat top center;
	font-size:14px;
	color:#c7c5cd;
	text-align:center;
	line-height:20px;
	padding:0px 10px;
	padding-top:30px;
	transition: all .5s ease;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-swiper-button {
    position: absolute;
    left: 21%;
    top: 295px;
    z-index: 10;
}
/* news
-------------------------------------------------------------- */
.news {
    background: url(../image/newsbg.jpg) no-repeat top center;
    padding-top: 265px;
    padding-bottom: 45px;
	margin-top:-210px;
}
.news h3{
	margin:0px 0 50px 0px;
}
.newsnrl{
	margin-left:4%;
	margin-right:2%;
	width:44%;
	overflow:hidden;
}
.newsnrr{
	width:50%;
}
.newsnrr{
	position:relative;
}
.newsnrr img{
	width:100%;
	height:100%;
}
.newslistl{
	font-family:Arial;
	font-size:60px;
	color:#58506e;
	float:left;
	line-height:55px;
	margin-right:5px;
	width:18%;
	text-align:center;
}
.newslistr{
	float:left;
	width:80%;
}
.newslistr .newsbt{
	font-size:20px;
	color:#000;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newslistr span{
	color:#b7b5bf;
	font-size:16px;
	display:block;
}
.newsms{
	font-size:14px;
	color:#b8b8b8;
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-top:10px;
}
.news-swiper-button{
	position:absolute;
	left:-55px;
	bottom:0;
}
.news-swiper-button .swiper-button-next{
    background: url(../image/pronexth.png) no-repeat center center #fff;
}	
.news-swiper-button .swiper-button-prev{
	background: url(../image/propre.png) no-repeat center center #58506e;
}
.swiper-pagination,
.swiper-pagination span{
	font-size:40px;
	color:#58506e;
	font-family:Arial;
}
.swiper-pagination {
    position: absolute;
    right: 0px;
    top: 10px;
}
.swiper-pagination::after{
	position: absolute;
    content: "";
    top: 27px;
    left: -130px;
    width: 120px;
    height: 3px;
    background: #58506e;
    transform: scaleX(1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
}
.link .linknr{
	padding:35px 0;
	background:url(../image/link.png) no-repeat left 27px;
	padding-left:50px;
	line-height:30px;
}
.link .linknr span{
	font-size:16px;
	color:#bebebe;
	
}
.link .linknr a{
	color:#bebebe;
	font-size:16px;
	padding-right:5px;
	border-right:1px solid #bebebe;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#3a3a3a;
	padding:45px 0;
}
.footerlogo{
	background:url(../image/footlogo.jpg) no-repeat top center;
	height:70px;
	margin-bottom:40px;
}
.footer h4{
	width:100%;
	overflow:hidden;
	margin-bottom:12px;
	line-height: 35px;
	font-weight:normal;
}
.footer h4 a{
	color:#fff;
	font-size:18px;
}
.botnav a,.lxwm p,.lxwm p a{
	color:#888;
	font-size:14px;
	line-height:28px;
}
.footer a:hover{
	color:#747474;
}
.footer h4 a:hover{
	color:#fff;
}
.footewm{
	margin-top:40px;
	text-align:center;
}
.footewm p{
	text-align:center;
	color:#fff;
	font-size:16px;
	margin-top:15px;
}
.bot{
	width:100%;
	overflow:hidden;
	color:#747474;
	background:#3a3a3a;
	border-top:1px solid #464646;
	text-align:center;
}
.bot .cont{
	
	padding:35px 0;
}
.bot a{
	color:#747474;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:500px;
	margin-top:0px;
	position:relative;
	background-size:cover;
}
.capitalize{
	position: absolute;
    width: 90%;
    color: #58506e;
    text-align: center;
    top: 45%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
.capitalize .ad-tit {
    font-size: 36px;
    font-weight: normal;
	color:#fff/*58506e*/;
	letter-spacing:1px;
}
.capitalize .ad-line {
    height: 2px;
    width: 3%;
    background: #fff/*58506e*/;
    margin: 0.8% auto;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	margin-bottom:50px;
	margin-top:-50px;
	position:relative;
	z-index:100;
}
.post .cont,
.post .promenu{
	background:#fff;
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25); 
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
}
.nabout_menu{
    float: left;
    margin-left: 20px;
}
.nabout_menu ul{
	margin:0;
}
.nabout_menu li{
	float:left;
	background:url(../image/proline.jpg) no-repeat right center;
	position:relative;
	padding:0 20px;
}
.nabout_menu li:first-child{
}
.nabout_menu li:last-child{
	background:none;
}
.nabout_menu li > a {
    position: relative;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.nabout_menu li.cur > a:before{
	width:140%;
	left:-20%;
	background-color:#58506e;
	position:absolute;
	content:'';
	height:3px;
}
.nabout_menu li.cur > a{
	color:#58506e;
}
.nabout_menu li > a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:3px;
	background-color:none;
	transition:all .3s;
}
.nabout_menu li > a:hover{
	color:#58506e;
}
.nabout_menu li > a:hover:before{
	width:140%;
	left:-20%;
	background-color:#58506e;
}
.promenu{
	width:1200px;
	margin:0 auto;
}
.nsub_menu{
	position: absolute;
    background: #f5f5f5;
    left:0;
    top: 90px;
	width:100%;
	display:none;
}
.nsub_menu a{
	display:block;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.nsub_menu a:hover{
	color:#58506e;
}
.ntit{
	text-align:center;
	font-size:36px;
	margin-bottom:50px;
	letter-spacing:3px;
}
.position {
    float: right;
    margin-right: 20px;
    padding-left: 20px;
	line-height:90px;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin:30px auto;
}
.naboutnr p{
	text-indent:28px;
	font-size:16px;
	line-height:32px;
}
.naboutnr-img{
	margin-top:30px;
}
.naboutnr-img img{
	width:100%;
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessage{
	margin-top:40px;
	margin-bottom:40px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin-right:2%;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
	margin-top:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:46px;
	line-height:46px;
	overflow:hidden;
	border-radius:5px;
	font-size:14px;
}
.nmessagenr ul li .name{
	background:#efefef url(../image/tb7.jpg) no-repeat 18px center;
	padding-left:45px;
	}
.nmessagenr ul li .phone{
	background:#efefef url(../image/tb8.jpg) no-repeat 18px center;
	padding-left:45px;
	}
.nmessagenr ul li .email{
	background:#efefef url(../image/tb9.jpg) no-repeat 18px center;
	padding-left:50px;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:140px;
	line-height:30px;
	border:solid 1px #e2e2e2;
	border-radius:5px;
	padding:5px 5px 5px 45px;
	font-size: 14px;
	background:#efefef url(../image/tb10.jpg) no-repeat 18px 12px;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.nmessagenr .tjbtn button{
	width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background:#58506e;
    font-size: 16px;
	border-radius:5px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #cdd2db;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #cdd2db;
      }
.has-error em{
	color:#58506e;
	font-style:normal;
	font-size:12px;
	margin-left:45px;
}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
}
.nnewsnrlist .newsimg img{
	width:100%;
	max-width:100%;
	height:auto;
}
.nnewsnrlist .newsimg{
	width:9%; 
	overflow:hidden; 
	position: relative;
    height: 120px;
	float:left;
	border:0px solid #ddd;
	background:#58506e;
	padding:20px 0px;
}
.nnewsnrlist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}

.nnewsnrlist .newscon{
	width:88%;
	padding-top:10px;
	padding-right:10px;
	float:right;
}
.nnewsnrlist .newsbt{
	font-size:16px;
	color:#000;
	line-height:30px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nnewsnrlist .newsdate{
	color:#000;
	line-height:30px;
	font-size:16px;
}
.nnewsnrlist .newsms{
	color:#666;
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:16px;
}
.nnewsnrlist:hover{
	background:#58506e;
}
.nnewsnrlist:hover .newsbt,
.nnewsnrlist:hover .newsdate,
.nnewsnrlist:hover .newsms{
	color:#fff;
}
.nnewsnr h1{
	text-align:center;
	font-size:18px;
	padding:15px 0;
	margin:0 0 10px 0;
	line-height:26px;
	border-bottom:1px solid #d9d9d9;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}
/* ncontact
-------------------------------------------------------------- */
.ncontactnr,.map{
	overflow:hidden;
	padding:0 !important;
}
.ncontactdiv {
    width: 100%;
    max-width: 600px;
    min-width: 0px;
    margin: 0;
    padding: 0;
    min-height: 500px;
	padding-top:90px;
}
.ncontactdiv h3 {
	font-weight:normal;
	position:relative;
	line-height:70px;
	margin-bottom:30px;
}
.ncontactdiv h3 span{
	font-size:28px;
	color:#58506e;
}
.ncontactdiv h3 span::after{
	position: absolute;
    content: "";
    bottom: -10px;
    left: 0px;
    width: 90px;
    height: 1px;
    background: #8b8b8b;
    transform: scaleX(1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ncontactdiv p{
	color:#666;
	line-height:46px;
	font-size:16px;
}
.ncontactdiv p a{
	font-size:16px;
	color:#666;
}
.ncontactnr p a:active,
.ncontactnr p a:visited,
.ncontactnr p a:hover{
	color:#666;
}
#map{
	height:500px;
}
/* npro
-------------------------------------------------------------- */
.npronr-tit{
	background:url(/skin/images/pro01.jpg) no-repeat top center;
	color:#fff;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:26px;
	background-size: cover;
}
.npronr-nav a{
	background:#ececec;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fff;
	display:block;
	padding-left:70px;
	font-size:16px;
}
.npronr-nav a.cur,
.npronr-nav a:hover{
	background:#7ccd92;
}
.npronr-nav a.cur,
.npronr-nav a:hover{
	color:#fff;
}
.npronr-tel{
	background:#24ac49;
	padding:30px 0;
}
.npronr-tel p{
	background:url(/skin/images/pro02.jpg) no-repeat 30px center;
	font-size:16px;
	padding-left:90px;
	color:#fff;
}
.npronr-tel p a{
	font-size:22px;
	display:block;
	color:#fff;
}
.npronr_list{ 
	height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}
.npronr_list a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	display:block;
}
.nproimg {
    position: relative;
    width: 100%;
    height: 100%;
}
.nproimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all .5s ease;
}
.npronr_list:hover .nproimg img{
	transform:translate(-50%, -50%) scale(1.1);
}
.nprotit{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	background: rgba(88,80,110,0.8);
	transition:all 0.8s ease;
}
.nprotit p{
	font-size:16px;
	color:#fff;
	line-height:42px;
}
.nprotit span{
	width:140px;
	line-height:38px;
	border:1px solid #fff;
	border-radius:5px;
	font-size:16px;
	color:#fff;
	display:none;
}
.npronr_list:hover .nprotit{
	padding:10px 0 20px;
}
.npronr_list:hover .nprotit span{
	display:inline-block;
}
.nprolf {
    width: 48%;
    border: 10px solid #ffffff;
	text-align:center;
}
.nprort {
    width: 48%;
}
.nprort h3{
	font-size:16px;
	line-height:40px;
	color:#666;
}
.nprort h3 span{
	font-size:26px;
	color:#58506e;
}
.nprort p{
	font-size:16px;
	margin:0;
	line-height:40px;
	color:#666;
}
.nproname {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #58506e;
    margin: 20px 0;
}
.nproinfo{
	text-align:left;
}
.swiper-slide.npronr_list{
	width:auto;
	margin:0;
}
/*产品展示结束*/
	
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background:#58506e;
	color:#fff;
	border:1px solid #58506e;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#58506e;
	color: #fff;
	cursor:pointer;
	border:1px solid #58506e;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.pageleft,
.pageright{
	width:50%;
	float:left;
	height:50px;
	line-height:50px;
	border-radius:0px;
	background:#f4f4f4
}
.pageright{
	float:right;
	background:#e7e7e7;
}
.page1 .pageleft:hover,
.page1 .pageright:hover{
	background:#58506e;  
}
.pageleft p{
	background:url(../image/news02.png) no-repeat  left center ;
}
.pageright p{
	background:url(../image/news03.png) no-repeat right center;
}
.pageleft:hover p{
	background:url(../image/news02H.png) no-repeat  left center ;
	color:#fff;
}
.pageright:hover p{
	background:url(../image/news03H.png) no-repeat right center;
	color:#fff;
}

.page1 .pageleft p{
	padding:0 10px 0 80px;
}
.page1 .pageright p{
	padding:0 80px 0 20px;
	text-align:right;
}
.page1 p{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.pageleft:hover p a,
.pageleft p:hover a
.pageright:hover p a,
.pageright p:hover a{
	color:#fff;
}
.page1 p a:hover{
	color:#fff;
}
/**/

@media(max-width:1600px) {
	.nav .menu > li{
		padding:0 20px;
	}
	.owl-pagination{
		width:100px;
	}
	.owl-page.active span::after{
		left:22%;
		width:15px;
	}
	.owl-page:first-child {
		margin-top: 85px;
	}
	.owl-page{
		height:60px;
		line-height:60px;
	}
	.owl-buttons{
		width:200px;
		height:100px;
	}
	.owl-prev{
		left:40px;
	}
	.owl-next{
		right:40px;
	}

}
@media(max-width:1440px) {
	.headernr{
		width:100%;
	}
	.cont{
		width:95%;
		margin:0 auto;
	}	
	.nav .menu > li{
		padding:0 15px;
	}
	.logo {
		padding: 10px 15px 0 15px;
		height: 100px;
	}
	.header{
		height:100px;
	}
	.nav .menu > li{
		line-height:100px;
	}
	.nav .menu > li:last-child{
		height:100px;
	}
	.nav .menu > li:last-child img {
		margin-top: 40px;
	}
	.owl-carousel{
		margin-top:0px;
	}
	.owl-pagination{
		width:80px;
	}
	.owl-page.active span::after{
		width:10px;
	}
	.pro {
		background: url(../image/probg1.jpg) no-repeat top center;
	}
	.pronrtit {
		width: 23%;
	}
	.pro-swiper-button{
		left:14.5%;
	}
	.pronrtit {
		width: 18.5%;
	}
	.pro-container{
		width:81.5%;
		background:rgba(255,255,255,0.5);
	}
	.newsnrl{
		margin-left:0;
		width:46%;
		margin-right:4%;
	}
	.aboutpinyin {
		letter-spacing: 20px;
	}
}
@media(max-width:1300px) {
	.logo{
		width:45%;
	}
	.logo img{
		width:100%;
	}
	.aboutdiv h4{
		font-size:25px;
	}
	.propinyin{
		letter-spacing:14px;
	}
	.aboutdiv h5{
		font-size:50px;
	}
	.aboutdiv{
		padding:60px 30px 30px 30px;
	}
	.aboutpinyin {
		letter-spacing: 10px;
	}
	.ncontactnr{
		padding:0 15px !important;
	}
		
}
@media (min-width: 1201px){
.hidden-b {
    display: none!important;
}
}
@media(max-width:1200px) {
	.hidden-s{
		display:none;
	}
	.hidden-v{
		display:block;
	}
	.mobile-header{
		display:block;
	}
	.owl-pagination::after {
		bottom: 30%;
		height: 80px;
	}
	.propinyin {
		letter-spacing: 8px;
		font-size:90px;
	}
	.pro-swiper-button {
		left: 13.5%;
	}
	.aboutdiv h5{
		font-size:44px;
	}
	.news {
		background-size:cover;
		padding-bottom:0;
	}
	.aboutpinyin {
		font-size:160px;
	}
	.owl-page {
		height: 40px;
		line-height: 40px;
	}
	.nnewsnrlist .newsimg{
		height:130px;
	}
	.nnewsnrlist .newsms{
		-webkit-line-clamp:1;
	}
	.nnewsnrlist .newscon{
		padding-top:5px;
	}
			
}

@media(max-width:1400px) {
	.hidden-s{
		display:none;
	}
	.hidden-v{
		display:block;
	}
	.mobile-header{
		display:block;
	}
	.owl-pagination::after {
		bottom: 30%;
		height: 80px;
	}
	.footerlogo{ background:url(../image/footlogo1.jpg) no-repeat top left;}
	.propinyin {
		letter-spacing: 8px;
		font-size:90px;
	}
	.pro-swiper-button {
		left: 13.5%;
	}
	.aboutdiv h5{
		font-size:44px;
	}
	.news {
		background-size:cover;
		padding-bottom:0;
	}
	.aboutpinyin {
		font-size:160px;
	}
	.owl-page {
		height: 40px;
		line-height: 40px;
	}
	.nnewsnrlist .newsimg{
		height:130px;
	}
	.nnewsnrlist .newsms{
		-webkit-line-clamp:1;
	}
	.nnewsnrlist .newscon{
		padding-top:5px;
	}
			
}
@media(max-width:1024px) {
	.pronrtit{
		width:100%;
		float:none;
	}
	.pro-container{
		width:100%;
		float:none;
		margin-top:20px;
		padding-top:0;
	}
	.pro-swiper-button {
		left: auto;
		right: 0;
		top: 25px;
	}
	.newsmore a{
		margin-top:20px;
	}
	.news h3{
		margin-bottom:30px;
	}
	.aboutpinyin {
		font-size:130px;
	}
	.nnewsnrlist .newsimg{
		width:11%;
		height:100px;
		padding:5px;
	}
	.nnewsnrlist .newsms{
		font-size:14px;
		margin-top:0;
	}
	.nnewsnrlist .newsdate{
		line-height:25px;
	}
	.logo {
		width: 60%;
	}
	.position{
		display:none;
	}
	.owl-page.active span::after{
		left:13%;
		width:8px;
	}
	
}
@media(max-width:991px) {
	.propinyin {
		letter-spacing: 3px;
		font-size: 70px;
		margin-top:40px;
	}
	.newslistl{
		font-size:50px;
	}
	.newslistr .newsbt{
		font-size:18px;
	}
	.swiper-pagination::after {
		left: -80px;
		width: 70px;
	}
	.lxwm{
		margin-top:20px;
	}
	.about .cont{
		background-size:100% 80%;
	}
	.full-bg{
		text-align:center;
	}
	.full-bg img{
		width:70%;
	}
	.aboutpinyin {
		font-size:110px;
	}
	.about h3{
		margin-top:50px;
	}
	.aboutdiv{
		width:100%;
	}
	#scene{
		top:14%;
	}
	.owl-pagination::after{
		transform: scaleX(0);
	}
	.owl-pagination{
		width:50px;
		display:none;
	}
	
}
@media(max-width:768px) {
	.propinyin {
		letter-spacing: 0px;
		font-size: 60px;
	}
	.nprort{ float:none; width:100%;}
	.nprolf{ float:none; width:100%; border:none;}
	.npronr .left img{ width:100%;}
	.pro .cont{
		width:100%;
	}
	.pro h3{
		margin-left:10px;
	}
	.newsnrl,.newsnrr{
		width:100%;
		margin:0;
	}
	.newsnrr{
		margin-top:20px;
	}
	.news-swiper-button {
		position: absolute;
		left: 0;
		bottom: auto;
		top: 0;
	}
	.aboutpinyin {
		font-size:100px;
		letter-spacing:0;
	}
	.about .cont{
		background-size:100% 70%;
	}
	.full-bg img{
		width:50%;
	}
	.owl-buttons{
		width:100px;
		height:50px;
	}
	.owl-number span,
	.owl-number {
		font-size: 16px;
	}
	.owl-prev{
		left:10px;
	}
	.owl-number{
		line-height:50px;
	}
	.owl-next{
		right:10px;
	}
	.post{
		margin-bottom:30px;
	}
	.capitalize .ad-line{
		width:8%;
	}
	.pageleft, .pageright{
		width:100%;
		float:none;
		margin-top:15px;
	}
	.nnewsnrlist .newsimg{
		height:90px;
	}
	.nnewsnrlist .newsdate{
		font-size:14px;
	}
	.nnewsnrlist .newsbt{
		line-height:28px;
		margin:0;
	}
	.logo {
		width: 70%;
	}
	.about{
		padding-bottom:50px;
	}
	
	
}
@media(max-width:767px) {
	
}
@media(max-width:640px) {
	.hidden-l {
    display: none!important;
}
	.logo {
		height: 80px;
	}
	.header{
		height:80px;
	}
	.owl-carousel{
		margin-top:0px;
	}
	.owl-page:first-child {
		margin-top: 10px;
	}
	.owl-page {
		height: 30px;
		line-height: 30px;
	}
	#menu{
		top:16px;
	}
	.about .cont {
		background-size: 100% 50%;
	}
	.aboutdiv {
		padding: 50px 15px 15px 15px;
	}
	.aboutdiv h5 {
		font-size: 35px;
		left:15px;
	}
	.propinyin {
		font-size: 50px;
	}
	.aboutpinyin {
		font-size:80px;
	}
	.nnewsnrlist .newsimg{
		width:20%;
		height:80px;
		padding:0px;
	}	
	.nnewsnrlist .newscon{
		padding:0;
		width:73%;
	}
	.nnewsnrlist .newsbt{
		line-height:24px;
	}
	.nnewsnrlist .newsdate {
		font-size: 12px;
		line-height:20px;
	}
	.logo {
		width:80%;
	}
	.newslistr .newsbt {
		font-size: 16px;
	}
	.newslistr span {
		font-size: 14px;
	}
}

@media(max-width:500px) {
	.banner_n{
		height:200px;
		margin-top:0px;
	}
	.capitalize .ad-tit{
		font-size:30px;
	}
	.propinyin {
		font-size: 40px;
		margin-top:0px;
		text-align:center;
	}
	.pronr{
		margin-top:0;
	}
	.proimg{
		height:280px;
	}
	.aboutpinyin {
		font-size:60px;
	}
	.swiper-pagination::after {
		left: -50px;
		width: 40px;
	}
	.aboutdiv h4 {
		margin-bottom:10px;
	}
}
@media(max-width:375px) {
	.banner_n {
		height: 180px;
	}
	.about .cont{
		/*background-size:100% 35%;*/
	}
	.logo {
		height: 60px;
	}
	.header{
		height:60px;
	}
	.owl-carousel{
		margin-top:0px;
	}
	#menu{
		top:10px;
	}
	.aboutdiv h5 {
		font-size: 32px;
	}
	.propinyin {
		font-size: 35px;
	}
	.proimg{
		height:240px;
	}
	#scene{
		margin-left: -190px;
	}
	.aboutdiv{
		margin-top:250px;
	}
}
@media(max-width:320px) {
	
	.banner_n {
		height: 160px;
	}
	.nabout_menu li a{
		font-size:14px;
		padding:0 8px;
	}
	.about .cont{
		background-size:100% 30%;
	}
	.aboutpinyin {
		font-size: 50px;
		top:40px;
	}
	.owl-buttons{
		height:40px;
	}
	.owl-number {
		line-height: 40px;
	}
	.aboutdiv h5 {
		font-size: 28px;
	}
	.aboutdiv h4{
		font-size:20px;
	}
	.propinyin {
		font-size: 32px;
	}
	.proimg{
		height:180px;
	}
	
	
}
.cpcs table{background:#666666;width:100%;margin:20px auto 40px;font-size:16px;line-height:26px;text-align:center;}
.cpcs table td{background:#f5f5f5;}
.cpcs tbody tr:nth-child(even) td,
.cpcs tbody tr:nth-child(even) th {background-color:#fff;}
.cpcs tbody tr:nth-child(odd) td,
.cpcs tbody tr:nth-child(odd) th {background-color:#f0f0f0;}
.cpcs table tr:first-child td{background-color:#b5b5b5;color:#333333;}
.cpcs p{ padding:5px 10px;}
.cpcs table tr:first-child td p{ font-size:16px; color:#fff;}
.nprort p span{ font-size:16px; font-weight:bold; color:#58506e;}
.shebei_list_box{
	overflow:hidden;
	margin-bottom:20px;
}
.shebei-img{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
	border:8px solid #eee;
	border-bottom:none;
}

.shebei-img img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.shebei_list_box:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.shebei_list_box:hover .shebei-img{
	border-color:#58506e;
}
.shebei_list_box:hover .shebei-tit{
	background:#58506e;
	color:#fff;
}
.shebei-tit{
	background:#eee;
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
}
.zizhi-img{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 570px;
	border:8px solid #eee;
	border-bottom:none;
}

.zizhi-img img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.shebei_list_box:hover .zizhi-img img{
    transform: translate(-50%, -50%) scale(1.1);
}
.shebei_list_box:nth-child(1) .zizhi-img{
    height: 300px;
	}
.shebei_list_box:nth-child(2) .zizhi-img{
    height: 300px;
	}
.shebei_list_box:nth-child(3) .zizhi-img{
    height: 300px;
	}
/*服务项目*/
.xiangmu{width: 100%;overflow: hidden;}
.xm1{float:left;width:40%;position: relative;overflow: hidden; padding:5px;}
.xm1 img,.xm01 img{transition:0.6s ease-in-out;-webkit-transition: 0.6s ease-in-out;}
.xm1:hover img,.xm01:hover img{-webkit-transform: scale(1.08); transform: scale(1.08);}
.xmbox{float:left;width:20%;}
.xm01{position: relative;overflow: hidden; padding:5px;}
.xmn{position: absolute;left:10%;top:10%;}
.xmn h3{color:#fff;font-size: 40px;}
.xmn p{color:#fff;font-size:16px;margin-top:10%;}
.xmn a{background-color:#fff;font-size:16px;width: 110px;height: 30px;line-height: 30px;display: block;text-align: center;color:#2e77cf;margin-top:50%;border-radius: 50px;}
.xm01 .xmn h3{font-size: 20px;}
.xiangmu img{width: 100%;}
.newsimg p{
	overflow:hidden;
	text-align:center;
	font-size:48px;
	line-height:60px;
	font-weight:normal;
	margin:0px auto;
	color:#fff;
	}
.newsimg span{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	margin:0px auto;
	color:#fff;
	}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#58506e; color:#fff; border:1px solid #58506e; }
.ab_pages ul a:hover{ background:#58506e; color:#fff; border:1px solid #58506e;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}