﻿@charset "utf-8";



/* 注意：以下长度用em换算，1em=0.625rem。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */
:root{
	font-size: 16px;
	--color-main:#1F5E93;
	--color-sub:#67cbb3;
}

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:0.875rem; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:1.5625rem;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:0.875rem;}



*{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:0;}

table,table tr,table td{border:solid 0.0625rem #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:0.0625rem; line-height:0; height:0; }



/* 层浮动 */

.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:clamp(3.125rem, 5vw + 0.625rem, 5.3125rem);
	position: fixed;
	z-index: 9999;
	top:0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,1);
	}
.large{
	background:rgba(255,255,255,.8);
	border-bottom:none;
}
.small{
	background:rgba(255,255,255,.6);
	border-bottom:none;
}
.logo{
	overflow:hidden;
	padding:clamp(0.625rem, 0.16rem + 1.17vw, 1.5625rem) 0;
}
.logo img{
	height:clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem); 
}
.cnen{
	width:2.3125rem;
	height:2.3125rem;
	border:solid 1px var(--color-main);
	border-radius:50%;
	text-align:center;
	line-height:2.3125rem;
	margin:1.9688rem 0 1.9688rem 1.625rem;
}
.cnen a{
	display:block;
	font-size:1rem;
	color:var(--color-main);
}
.topmap{
	overflow:hidden;
	padding:1.9688rem 0;
	position:relative;
	margin-left:clamp(0.9375rem, -1.56rem + 3.91vw, 1.625rem);
	}
.toptel{
	overflow:hidden;
	padding:1.9688rem 0;
	position:relative;
	}
.small{
	box-shadow: 0px 2px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 0.125rem 0.1875rem rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0.125rem 0.1875rem rgba(255,255,255,0.3); 
}
	
/* 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: 125rem;

  -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: 25rem;

     -moz-perspective: 25rem;

      -ms-perspective: 25rem;

       -o-perspective: 25rem;

          perspective: 25rem;

}



.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-right:clamp(0.625rem, -7.06rem + 10.68vw, 5.75rem);
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:1.25rem;
	font-size:0.8125rem;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:5.4375rem;
	position:relative;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:0.1875rem;
	background:var(--color-main);
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-1.625rem;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.active:before{
	width:3.25rem;
	}

.nav .menu > li a{
	color:#000;
	font-size:1rem;
	display:block;
	padding:0 clamp(0.625rem, -1.06rem + 2.34vw, 1.75rem);
	line-height:5.3125rem;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:var(--color-main);
	}

.nav .menu > li:hover span,.nav .menu > li.active span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:10rem;
	left:50%;
	margin-left:-5rem;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:1.875rem;
	padding:0.3125rem 0;
	background:rgba(31,94,147,0.6);

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:0.875rem;
	padding:0;
	line-height:1.875rem;
}

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

	background:var(--color-main);

}
.nav .menu > li.current:after{
	width:100%;
	}

.cont{
	width:min(89.875rem, 88%);
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:min(89.875rem, 88%);
	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/banner2.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	left:1.625rem;
	bottom:clamp(0.625rem, -0.16rem + 1.95vw, 2.1875rem);
}
.banner .owl-page{
	width:0.75rem;
	height:0.75rem;
	float:left;
	margin:0 0.875rem;
}
.banner .owl-page span{
	color:rgba(255,255,255,0);
	display:block;
	width:0.75rem;
	height:0.75rem;
	border:solid 1px #fff;
	border-radius:50%;
}
.banner .owl-page.active{
	background:#fff;
	border-radius:50%;
}
.banner .owl-prev{
	display:none;
}
.banner .owl-number{
	width:1.25rem;
	text-align:center;
	font-size:1rem;
	font-family:Arial;
	position:absolute;
	left:2.5rem;
	top:50%;
	color:#fff;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	display:block;
	width:100%;
	font-size:1rem;
	font-family:Arial;
	color:var(--color-sub);
	margin-bottom:6.25rem;
}
.banner .owl-number span:after{
	content:"";
	width:0.0625rem;
	height:3.75rem;
	background:#fff;
	position:absolute;
	left:0.5938rem;
	bottom:2.5rem;
}
.banner .owl-next{
	display:none;
}
.banner .owl-item img{
	width:100%;
	height:auto;
}
.banner .item{
	position:relative;
	height:100vh;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
}
.cont1{
	width:min(89.875rem, 88%);
	margin:0 auto;
	color:#fff;
}
.banner-text{
	width:50%;

}
.banner-text h1{
	font-size:clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
	font-weight:bold;
	color:#fff;
	margin-bottom:1rem;

}
.banner-text p{
	font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	color:#fff;
	line-height:1.8;
	margin-bottom:clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);

}
.banner-text .promore{
display: block;
    width: 12rem;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    background: #69ccb4;
    border-radius: 1.5625rem;
    font-size: 1rem;
    color: #fff;
}
.banner-text .promore:hover{
	background:#fff;
	color:#333;
}
.item .cont{
	position:absolute; 
	top:47%; 
	padding-left:12.5%;
}
.item p.p1{
	color:#fff; 
	line-height:3.125rem;
	font-size:3.125rem; 
	font-weight:bold;
}
.item p.p2{
	color:#fff; 
	line-height:3.125rem;
	font-size:1.5rem;
	font-weight:100;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:1.25rem;
	left:50%;
	width:3.75rem;
	margin-left:-1.875rem;
	z-index:9999;
}
.shubiao{
	width:0.875rem;
	margin:2.5rem auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:4.375rem;
}
.shubiao_line {
    width: 0.0625rem;
    height: 3.75rem;
    background: #fff;
    margin:0.625rem auto;
}
.shubiao_pinyin{
	font-size:0.875rem;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:0.3125rem;
}
#shubiao{
	width:1.625rem;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 1.625rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  border: 3px solid var(--color-sub);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0.1875rem;
  height: 0.75rem;
  border-radius: 1.25rem;
  background-color: var(--color-sub);
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 0.5rem);
            transform: translate(-50%, 0.5rem);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 0.5rem);
            transform: translate(-50%, 0.5rem);
  }
}

/**/
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:5.625rem;
	line-height:5rem;
	font-size:4.125rem;
	color:#f1f1f1;
	font-family:Arial;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:2.25rem;
	color:#727272;
	line-height:2.5rem;
	margin-top:2.1875rem;
	}
.tit h3 a{
	font-size:2.25rem;
	color:#727272;
	}
.tit hr{
	width:5rem;
	border:none;
	border-bottom:solid 1px #b5b5b6;
	margin:1rem 0 0 0;
	}
.tit p{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-family:Arial;
	text-transform:uppercase;
	}
	
/* section
-------------------------------------------------------------- */
.section{
	width:100%;
	height:53.75rem;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat top center;
	background-size:cover;
	}
.section ul{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.section ul li{
	height:100%;
	padding:14.0625rem 3.75rem 0 3.75rem;
	border-right:solid 1px #bbbbbb;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li:last-child{
	border-right:none;
	}
.section ul li .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	}
.section ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1.625rem;
	color:#133d86;
	line-height:2.5rem;
	font-weight:bold;
	margin:2.375rem 0 0 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#4f4f4f;
	line-height:1.875rem;
	margin-top:2.375rem;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li .icon .imghover{
	display:none;
	}
.section ul li:hover .icon .imghover{
	display: inline-block;
	}
.section ul li:hover .icon .img{
	display:none;
	}
.section ul li:hover{
	background:url(../images/bg1.jpg) no-repeat top center;
	background-size:cover;
	}
.section ul li:hover h4,.section ul li:hover p{
	color:#fff;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:3.75rem;
	padding-bottom:4.125rem;
}
.sb .sbnr{
	margin-top:2.5rem;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:23.75rem;
	overflow:hidden;
	float:left;
	margin-right:1.875rem;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:5.5rem;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1.25rem;
	color:#fff;
	line-height:1.875rem;
	margin-top:0.625rem;
	}
.sb .more{
	margin-top:3.625rem;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:3.4375rem;
	padding-bottom:4.625rem;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:3.5rem;
	}
.jyfwnr dl{
	width:12.5rem;
	height:12.5rem;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:2.375rem;
	margin-right:3.125rem;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1.375rem;
	color:#098367;
	line-height:1.875rem;
	margin-top:0.625rem;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:21.25rem;
	height:3.875rem;
	line-height:3.875rem;
	overflow:hidden;
	background:#fff;
	border-radius:1.875rem;
	position:relative;
	left:50%;
	margin-left:-10.625rem;
	font-size:1.625rem;
	color:#098367;
	padding-left:1.25rem;
	margin-top:3.625rem;
	}
.fwtel .fwtelnr{
	width:15.5rem;
	height:3.875rem;
	line-height:3.875rem;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:1.625rem;
	border-radius:1.875rem;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	margin-top:6.25rem;
	margin-bottom:8rem;
}
.pronr{
	position:relative;
	}
.pronr dl,.pronr dl dt,.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr .owl-carousel .owl-item{
	padding:0 0.625rem;
	}
.pronr dl dt{
	text-align:center;
	}
.pronr dl dt img{
	max-width:100%;
	height:auto;
	}
.pronr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:1.125rem;
	color:#1f1f1f;
	line-height:1.625rem;
	text-align:center;
	}
.pronr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:1.0625rem;
	color:#b8b8b8;
	font-family:Arial;
	line-height:1.5625rem;
	text-align:center;
	margin-top:0.3125rem;
	margin-bottom:2.75rem;
	}
.pronr dl dd .promore{
	width:12rem;
	height:3.125rem;
	border:solid 1px #383a48;
	font-size:1rem;
	line-height:3.125rem;
	text-align:center;
	margin:auto;
	border-radius:1.5625rem;
	color:#383a48;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr dl:hover dd .promore{
	background:#383a48;
	color:#fff;
	}
/* dzpro
-------------------------------------------------------------- */
.dzpro{
	margin-top:8.5rem;
	margin-bottom:6.5rem;
	}
.dzpro h3{
	width:100%;
	overflow:hidden;
	font-size: 2.1875rem;
    color: #1f1f1f;
    line-height: 2.8125rem;
    margin-bottom: 1.5rem;
	}
.dzpro span{
    display: block;
    width: 21.875rem;
    height: 0.125rem;
    background: #ebebeb;
    position: relative;
}
.dzpro span:after{
	content:"";
	width:6.75rem;
	height:0.125rem;
	background:#9f2225;
	position:absolute;
	left:0;
	bottom:0;
	}
.dzpro .dzpronr{
	width:100%;
	overflow:hidden;
	margin-top:2.5rem;
	}
.dzpro .dzpronr .dzproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.dzpro .dzpronr .dzproimg img{
	max-width:100%;
	height:auto;
	}
.dzpro .owl-carousel{
	padding-bottom:11.5rem;
	}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:53.75rem;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:18.125rem;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:2.875rem;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:1.375rem;
	color:#fff;
	margin:0;
	line-height:1.875rem;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:0.375rem;
	}
.yyhy dl dd hr{
	width:2.625rem;
	border:none;
	border-bottom:solid 2px #fff;
	margin:2.5rem auto 0;
	display:none;
	}
.yyhy dl:hover{
	background:url(../images/yyhyimg2.jpg) no-repeat top center;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:1.875rem;
	line-height:2.5rem;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	}
.about .aboutbg{
	width:100%;
	height:40rem;
	overflow:hidden;
	background:url(../images/aboutbg.webp) no-repeat center;
	background-size:cover;
	border-radius:1rem;
	position:relative;
	}
.aboutbg .abouten{

	overflow:hidden;
	padding-left:3.125rem;
	padding-top:0.75rem;
}
.aboutbg .abouten img{
	max-width:100%;
	height:auto;
}
.aboutnr{
	width:100%;
	overflow:hidden;
	padding-left:2.375rem;
	padding-right:57%;
	position:absolute;
	bottom:2.1875rem;
	left:0;
	}
.aboutnr h3{
	width:100%;
	overflow:hidden;
	}
.aboutnr h3 a{
	font-size:clamp(1.75rem, 0.8vw + 1.375rem, 2.5rem);
	color:#fff;
	line-height:clamp(2.1875rem, 1.3vw + 1.5625rem, 3.125rem);
	}
.aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#fff;
	margin-top:1.0625rem;
	line-height:1.875rem;
	}
.aboutnr .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:2.875rem;
	}
.aboutnr .aboutmore a{
	display:block;
	width:12rem;
	height:3.125rem;
	text-align:center;
	line-height:3.125rem;
	border:solid 1px #fff;
	border-radius:1.5625rem;
	font-size:1rem;
	color:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutnr .aboutmore a:hover{
	background:#fff;
	color:var(--color-main);
}
.about .aboutimg{
	width:32%;
	height:41.6875rem;
	overflow:hidden;
	background:url(../images/aboutimg.jpg) no-repeat center;
	background-size:cover;
	border-radius:0.9375rem;
	}
/* sbly
-------------------------------------------------------------- */
.sbly{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin-top:3.75rem;
	}
.sbly .sb{
	width:32%;
	overflow:hidden;
	background:url(../images/sbbg.webp) no-repeat center;
	background-size:cover;
	height:41.6875rem;
	border-radius:0.9375rem;
	position:relative;
	}
.sb .sbnr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:2.1875rem;
	padding-left:2.375rem;
	padding-right:24%;
	}
.sb .sbnr h3{
	width:100%;
	overflow:hidden;
	line-height:3.125rem;
	}
.sb .sbnr h3 a{
	font-size:clamp(1.75rem, 0.8vw + 1.375rem, 2.5rem);
	color:#fff;
	}
.sb .sbnr p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#fff;
	line-height:1.875rem;
	margin-top:1.0625rem;
	}
.sbmore{
	width:100%;
	overflow:hidden;
	margin-top:2.625rem;
	}
.sbmore a{
	display:block;
	width:12rem;
	height:3.125rem;
	text-align:center;
	line-height:3.125rem;
	background:#383a48;
	border-radius:1.5625rem;
	font-size:1rem;
	color:#fff;
	}
.sbly .ly{
	width:67%;
	overflow:hidden;
	background:url(../images/lybg.webp) no-repeat center;
	background-size:cover;
	height:41.6875rem;
	border-radius:0.9375rem;
	position:relative;
	}
.ly .lynr{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:2.1875rem;
	padding-left:2.375rem;
	padding-right:60%;
	}
.ly .lynr h3{
	width:100%;
	overflow:hidden;
	line-height:3.125rem;
	}
.ly .lynr h3 a{
	font-size:clamp(1.75rem, 0.8vw + 1.375rem, 2.5rem);
	color:#fff;
	}
.ly .lynr p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	line-height:1.875rem;
	color:#fff;
	margin-top:1.0625rem;
	}
.lymore{
	width:100%;
	overflow:hidden;
	margin-top:2.625rem;
	}
.lymore a{
	display:block;
	width:12rem;
	height:3.125rem;
	text-align:center;
	line-height:3.125rem;
	border:solid 1px #fff;
	border-radius:1.5625rem;
	font-size:1rem;
	color:#fff;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.lymore a:hover{
	background:#fff;
	color:#000;
}


/* cply
-------------------------------------------------------------- */
.cply{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin:3.75rem 0;
	display:flex;
	justify-content:space-between;
	align-items:center;

	}
.cply .cpl{
	background: var(--color-main);
	}
	.cply .cpr{

	background:var(--color-sub);

	}
.cpl, .cpr{
	width:48.5%;
	
	border-radius:1rem;
	display:flex;
	justify-content:space-between;
	align-items:end;
	gap:clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	overflow:hidden;
	padding:clamp(1.875rem, 0.739rem + 5.68vw, 5rem) clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	}

.cply .cpnr h3{
	width:100%;
	overflow:hidden;
	line-height:3.125rem;
	}
.cply .cpnr h3 a{
	font-size:clamp(1.75rem, 0.8vw + 1.375rem, 2.5rem);
	color:#fff;
	}
.cply .cpnr p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#fff;
	line-height:1.875rem;
	margin-top:1.0625rem;
	}
.cpmore{
	width:100%;
	overflow:hidden;
	margin-top:2.625rem;
	}
.cpmore a{
	display:block;
	width:12rem;
	height:3.125rem;
	text-align:center;
	line-height:3.125rem;
	background:#383a48;
	border-radius:1.5625rem;
	font-size:1rem;
	color:#fff;
	}
.cpmore a:hover{
	background:#000;
	color:#fff;
}
.cplimg img{
	width:100%;
}


/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	}
.nhzhbnr{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul li{
	width: 18%;
    overflow: hidden;
    float: left;
    margin: 1.0625rem 1%;
    box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -moz-box-shadow: 0 0 0.5rem rgba(4,0,0,0.08);
    -webkit-box-shadow: 0 0 0.5rem rgba(4,0,0,0.08);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
.nhzhbnr ul li:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
/* ncjzsnr
-------------------------------------------------------------- */
/* news
-------------------------------------------------------------- */
.news{
	margin-top:5.5rem;
	margin-bottom:7.375rem;
	}
.news h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:3.125rem;
	font-weight:bold;
	}
.news h3 a{
	font-size:clamp(2rem, 0.85vw + 1.5rem, 2.5rem);
	color:#1f1f1f;
	}
.news hr{
	width:3.75rem;
	overflow:hidden;
	border:none;
	border-bottom:solid 2px var(--color-main);
	margin:1.25rem auto 0;
	}
.newstit h4 a{
	font-size:2.1875rem;
	color:#fff;
}
.newstit hr{
	width:6.875rem;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:1.5rem;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:2.875rem;
	}
.newsnr dl{
	overflow:hidden;
	padding:0 0.9375rem;
	margin:0.625rem 0;
	}
.newsnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	height:21rem;
	}
.newsnr dl dt .newsdate{
	width:6.75rem;
	height:2.125rem;
	background:#8c9797;
	text-align:center;
	line-height:2.125rem;
	font-size:0.9375rem;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	}
.newsnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
    height: auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr dl dd{
	width:100%;
	overflow:hidden;
	background:#f2f2f2;
	padding:1.875rem;
	}
.newsnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:1.25rem;
	color:#1c1c1c;
	line-height:1.875rem;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.newsnr dl dd p{
	width:100%;
	overflow:hidden;
	color:#6d6d6d;
	margin-top:1.25rem;
	}
.newsnr dl:hover dd{
	background:var(--color-main);
	}
.newsnr dl:hover dt .newsdate{
	background:var(--color-main);
	}
.newsnr dl:hover dd h4,.newsnr dl:hover dd p{
	color:#fff;
	}
.newsmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:4.25rem;
	}
.newsmenu ul{
	display:inline-block;
	}
.newsmenu ul li{
	width:clamp(7.5rem, 5.92rem + 5.07vw, 12rem);
	height:clamp(2.5rem, 1.83rem + 1.08vw, 3.125rem);
	line-height:clamp(2.5rem, 1.83rem + 1.08vw, 3.125rem);
	overflow:hidden;
	float:left;
	text-align:center;
	border:solid 1px #000;
	border-radius:1.5625rem;
	margin:0 clamp(0.3125rem, 0rem + 0.99vw, 1.1875rem);
	}
.newsmenu ul li a{
	font-size:1rem;
	color:#000;
	display:block;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmenu ul li:hover{
	background:#383a48;
	}
.newsmenu ul li:hover a{
	color:#fff;
	}
	
/* shzr
-------------------------------------------------------------- */
.shzr{
	width:100%;
	height:37.5rem;
	overflow:hidden;
	background:url(../images/shzrbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:10.5rem;
	}
.shzrrt{
	width:50%;
	overflow:hidden;
	padding-left:14%;
	}
.shzrrt h3{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:2.8125rem;
	color:#fff;
	font-weight:bold;
	line-height:3.125rem;
	}
.shzrms{
	width:100%;
	overflow:hidden;
	font-size:1.125rem;
	color:#fff;
	line-height:2.1875rem;
	text-align:right;
	margin-top:2.125rem;
	}
.shzrrt hr{
	width:4.125rem;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:3.5625rem;
	}

/* link
-------------------------------------------------------------- */
.link{
	line-height:1.875rem;
	font-size:0.9375rem;
	padding:1.875rem 0 1.875rem 0;
	background: #f5f5f5;
	}
.linknr{
	color:#1d1d1d;
	}
.link a{
	font-size:0.9375rem;
	margin-right:0.625rem;
	color:#1d1d1d;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:3.625rem;
}
.footer .blogo,.footer .bewm{
	overflow:hidden;
	padding:0;
	}
.footer .blogo img{
	max-width:100%;
	height:clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem);
	}
.footer .bewm{
	display: flex;
	gap: 1.5rem;
	justify-content: end;
}
.footer .bewm dl{
	overflow:hidden;
	float:right;
	}
.footer .bewm dl dt{
	overflow:hidden;
	text-align:center;
	}
.footer .bewm dl dt img{
	width:100%;
	max-width: 160px;
	height:auto;
}
.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
	color:#545454;
	line-height:1.875rem;
	}
.blogo .btb{
	width:100%;
	overflow:hidden;
	margin-top:2.875rem;
}
.blogo .btb a{
	margin-right:1.625rem;
}
.footernav{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d4d4d4;
	padding-top:2.9375rem;
	margin-top:0.625rem;
	padding-bottom:3.125rem;
}
.footer .bnav{
	width:78%;
	overflow:hidden;
}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:20%;
	overflow:hidden;
	padding:0 0.3125rem 0 0;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:1.0625rem;
	color:#1d1d1d;
	line-height:1.875rem;
	margin:0 0 1.25rem 0;
	font-weight:normal;
	}
.footer .bnav ul li h5 a{
	font-size:1.0625rem;
	color:#1d1d1d;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:0.9375rem;
	line-height:2.125rem;
	color:#1d1d1d;
	}
.footer .bnav ul li p a{
	font-size:0.9375rem;
	color:#1d1d1d;
	}
.footer .btel{
	width:22%;
	overflow:hidden;
}
.footer .btel .bteltit{
	width:100%;
	overflow:hidden;
	font-size:1.125rem;
	line-height:1.875rem;
	color:#1d1d1d;
	text-align:right;
	margin-bottom:1.25rem;
}
.footer .btel .btelnr{
	width:100%;
	overflow:hidden;
	font-size:1.625rem;
	color:var(--color-main);
	font-weight:bold;
	line-height:2.1875rem;
	text-align:right;
	}
.footer .btel .btelnr a{
	font-size:1.625rem;
	color:var(--color-main);
	font-weight:bold;
}
.footer .btel .add{
	width:100%;
	overflow:hidden;
	font-size:0.9375rem;
	line-height:1.875rem;
	text-align:right;
	color:#1d1d1d;
	margin-top:1.5rem;
	}
.bot{
	width:100%;
	overflow:hidden;
	line-height:1.875rem;
	padding:1.25rem 0;
	color:#1d1d1d;
	font-size:0.9375rem;
	border-top:solid 1px #d4d4d4;
	}
.botlf{
	width:75%;
	overflow:hidden;
	color:#1d1d1d;
	font-size:0.9375rem;
	line-height:1.875rem;
	}
.botrt{
	width:25%;
	overflow:hidden;
	text-align:right;
	color:#1d1d1d;
	font-size:0.9375rem;
	line-height:1.875rem;
	}
.bot a{
	color:#1d1d1d;
	font-size:0.9375rem;
	}
.bdl{
	width:100%;
	overflow:hidden;
	margin-top:4.5rem;
	}
.bdl dl{
	border:solid 1px #272727;
	padding:0.875rem 0 1.0625rem 0;
	margin-bottom:0;
	}
.bdl dl:first-child{
	border-left:none;
	}
.bdl dl:last-child{
	border-right:none;
	}
.bdl dl dt{
	padding-left:2.375rem;
	padding-right:0;
	}
.bdl dl dt p{
	width:100%;
	overflow:hidden;
	line-height:1.875rem;
	font-size:1rem;
	color:rgba(255,255,255,0.5);
	font-weight:normal;
	}
.bdl dl dt p a{
	font-size:1rem;
	color:rgba(255,255,255,0.5);
}
.bdl dl dd{
	text-align:center;
	padding:0;
	}
/* banner_n
-------------------------------------------------------------- */

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	padding: clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 0;
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}
.banner_n .cont{
	position: relative;
    overflow: hidden;
    margin: 0 auto;
	padding-bottom: 2rem;
}
.banner_n .cont::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 120px;
	height: 2px;
	background: #fff;
}

.banner_n .cont h1{
	color:#fff;
	font-size:clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	margin-bottom:0.6rem;

}
.banner_n .cont p{
	font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	color:#fff;
	line-height:2em;
}

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	display:flex;
	gap: .2rem;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	color:#343434;
	line-height:1.875rem;
	padding:0.9375rem 0 0.9375rem 2.5625rem;
	background:url(../images/icon5.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:1rem;
	color:#343434;
	}
.position a:hover {
	color: #60ccb4;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:4.375rem;
	margin-right:4.75rem;
	text-align:center;
	}
.nmenu ul li a{
	font-size:1rem;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:0.1875rem;
	background:#60ccb4;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-0.875rem;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:1.75rem;
	}
.nmenu ul li.active a,.nmenu ul li:hover a{
	color:#60ccb4;
	font-weight:bold;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:2.5rem;
	color:#004ea2;
	line-height:3.125rem;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size:1.75rem;
	color:rgba(208,208,208,0.6);
	font-family:Arial;
	line-height:1.875rem;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0.375rem;
	}
/* ntit

-------------------------------------------------------------- */
.ntit {
	width:100%;
	height:7rem;
	font-size:4.8125rem;
	font-family:Arial;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.ntit h3 {
	width:100%;
	overflow: hidden;
	font-size: 1.875rem;
	color: #313131;
	line-height: 2.1875rem;
	text-align:center;
	position:absolute;
	top:3.125rem;
	font-weight:normal;
}
.ntit h3 a {
	font-size: 1.875rem;
	color: #313131;
}
.ntit hr{
	width:5.625rem;
	overflow: hidden;
	border:none;
	border-bottom:solid 2px #085ab2;
	margin:0 auto;
}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:7.5rem;
	margin-bottom:7.5rem;
}
.nabout .naboutimg{
	padding:0;
	text-align:right;
	}
.nabout .naboutimg img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutlf{
	padding:0 0.625rem 0 0;
	}
.nabout .nabouten{
	width: 100%;
	overflow: hidden;
	font-family:Arial;
	text-transform:uppercase;
	font-size:clamp(2.125rem, 1.5vw + 1.5rem, 3.375rem);
	color:#303030;
	line-height:clamp(2.25rem, 2vw + 1.25rem, 3.75rem);
	}
.nabout h3{
	width: 100%;
	overflow: hidden;
	font-size:1.5625rem;
	color:#303030;
	line-height:2.1875rem;
	font-weight:normal;
	margin-top:0.8125rem;
	}
.nabout .naboutnr{
	width: 100%;
	overflow: hidden;
	margin-top:clamp(1.875rem, -0.9375rem + 3.91vw, 3.75rem);
	color:#858585;
	font-size:1rem;
	line-height:1.875rem;
}
.nabout .naboutnr p{
	overflow: hidden;
	font-size:1rem;
	line-height:1.875rem;
	color:#858585;
}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
.naboutmore{
	width:100%;
	overflow:hidden;
	margin-top:clamp(1.875rem, -7.22rem + 12.63vw, 7.9375rem);
	}
.naboutmore a{
	display:block;
	width:12rem;
	height:3.125rem;
	text-align:center;
	line-height:3.125rem;
	border:solid 1px #383a48;
	border-radius:1.5625rem;
	font-size:1rem;
	color:#383a48;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.naboutmore a:hover{
	background:#383a48;
	color:#fff;
}
/* nfzlc
-------------------------------------------------------------- */
.nfzlc{
	width:94%;
	height:56.75rem;
	overflow:hidden;
	margin:auto;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	}
.dsjlist{
	width:100%;
	overflow:hidden;
	background:url(../images/tb4.png) repeat-y left top;
	margin-top:7.125rem;
	padding-bottom:6.25rem;
	}
.dsjlist dl{
	width:100%;
	overflow:hidden;
	background:url(../images/tb5.png) no-repeat left center;
	box-sizing: border-box;
	padding-left:5%;
	margin-top:3.75rem;
	}
.dsjlist dl dt p,.dsjlist dl dd{
	color:#fff;
	font-size:1rem;
	}
.dsjlist dl dt{
	min-height: 5.25rem;
	position:relative;
	}
.dsjlist dl dt p{
	position:absolute;
	height:1.875rem;
	line-height:1.875rem;
	top:50%;
	margin-top:-0.9375rem;
	}
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 24.125rem;
	overflow: hidden;
	cursor: url(../images/nmouse.png) 16 16, default;
}

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

.industrial-bot {
	position: absolute;
	left: 7.25rem;
	top: 0;
	width: 0.625rem;
	height: 0.125rem;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 7.5rem;
	top: 0;
	width: 0.125rem;
	height: 100%;
	background-color: #c1cbde;
}

.industrial-item {
	padding: 1.875rem 0 1.875rem clamp(7.5rem, 4.17rem + 5.38vw, 10.625rem);
	position: relative;
	background:url(../images/tb5.png) no-repeat left center;
}

.industrial-item .time {
	position: absolute;
	left:5%;
	top: 50%;
	margin-top: -0.625rem;
	font-size: 1.25rem;
	line-height: 1;
	color: #fff;
	font-weight:bold;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #f6d196;
	width: 2.125rem;
	height: 2.125rem;
	display: block;
	position: absolute;
	left: 6.5625rem;
	top: 50%;
	margin-top: -1.0625rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: #eaa334;
	border-radius: 50%;
	width: 0.625rem;
	height: 0.625rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.3125rem 0 0 -0.3125rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item .sj {
	position: absolute;
	left: 8.875rem;
	top: 50%;
	margin-top: -0.3125rem;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eaa334;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .pageC {
	padding: 0 clamp(1.875rem, -0.375rem + 3.13vw, 3.375rem) 0 clamp(1.875rem, -0.375rem + 3.13vw, 3.375rem);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size:1rem;
	color:#585858;
	line-height:1.875rem;
}
.industrial-item .pageC p{
	font-size:1rem;
	line-height:1.875rem;
	color:#fff;
	}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 0.625rem;
	font-size: 1.125rem;
}

.industrial-btn {
	position: absolute;
	right: -6.25rem;
	top: 50%;
	margin-top: -3.75rem;
	z-index: 10;
}

.industrial-btn span {
	cursor: pointer;
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: relative;
}

.industrial-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-btn span:hover:before {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .37s;
	-o-transition: all .37s;
	transition: all .37s;
}

.industrial-prev {
	margin-bottom: 0.5rem;
	background-image: url(../images/arrow_t.png);
}

.industrial-next {
	background-image: url(../images/arrow_b.png);
}

.industrial-btn span:hover {
	background-color: #263d8f;
}

.industrial-item:hover .ico {
	background-color: #76bee0;
}

.industrial-item:hover .ico:before {
	background-color: #204ea4;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	color: #60ccb4;
}

.industrial-item:hover .sj {
	border-left-color: #204ea4;
	margin-left: 0.3125rem;
}

.industrial-item:hover .pageC {
	border-color: #2c84b2;
}

.industrial-demo {
	height:42.25rem;
	overflow: hidden;
	cursor: url(../images/nmouse.png) 20 20, default;
	margin-top: 1.125rem;
}

.industrial-demo .mCSB_scrollTools {
	visibility: hidden !important;
}
/* nzzjg
-------------------------------------------------------------- */
.nzzjg{
	margin-top:5rem;
	margin-bottom:5rem;
	}
.nzzjg h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:2.1875rem;
	color:#424242;
	line-height:2.8125rem;
	font-weight:normal;
	margin-bottom:1.75rem;
	}
.nzzjg hr{
	width:2.5rem;
	border:none;
	border-bottom:solid 3px #60ccb4;
	margin:auto;
	}
.nzzjg .nzzjgnr{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:3.625rem;
	}
.nzzjg .nzzjgnr img{
	max-width:100%;
	height:auto;
	}
/* nsb
-------------------------------------------------------------- */
.nhonor{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	}
.nhonornr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul{
	width:100%;
	overflow:hidden;
	}
.nhonornr ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:1.25rem 1%;
	float:left;
	text-align:center;
	}
.nhonornr ul li .nsbimg{
	width:100%;
	overflow:hidden;
	display:flex;
	position:relative;
	border: #d9d9d9 solid 1px;
}
.nhonornr ul li .nsbtit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1rem;
	line-height:1.875rem;
	padding-top:0.3125rem;
}
.nhonornr ul li .nsbimg img{
    transform:scale(1) ;
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonornr ul li:hover .nsbimg img{
	transform:scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* ndown - 文件下载
-------------------------------------------------------------- */
.ndown{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
}
.ndownr{
	width:100%;
	overflow:hidden;
}
.ndownr ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.ndownr ul li{
	width:23%;
	margin:1.25rem 1%;
	float:left;
	background:#fff;
	border:#e5e5e5 solid 1px;
	border-radius:4px;
	overflow:hidden;
	transition:box-shadow .3s ease;
}
.ndownr ul li:hover{
	box-shadow:0 4px 12px rgba(0,0,0,.1);
}
.ndownr ul li .down-img{
	width:100%;
	overflow:hidden;
	border-bottom:#e5e5e5 solid 1px;
	padding: 1rem;
}
.ndownr ul li .down-img img{
	width:100%;
	display:block;
	transform:scale(1);
	transition:all .5s ease;
}
.ndownr ul li:hover .down-img img{
	transform:scale(1.05);
}
.ndownr ul li .down-info{
	padding:0.9375rem 0.75rem;
	text-align:center;
}
.ndownr ul li .down-info h3{
	font-size:0.9375rem;
	line-height:1.4;
	color:#333;
	margin:0 0 0.75rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ndownr ul li .down-info h3 a{
	color:#333;
	text-decoration:none;
}
.ndownr ul li .down-info h3 a:hover{
	color:#1a73e8;
}
.ndownr ul li .down-btn{
	display:inline-block;
	padding:0.4375rem 1.5rem;
	background:#1a73e8;
	color:#fff;
	font-size:0.875rem;
	border-radius:3px;
	text-decoration:none;
	transition:background .3s ease;
}
.ndownr ul li .down-btn:hover{
	background:#1557b0;
}
/* nkyhz
-------------------------------------------------------------- */
.nkyhz{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	}
.nkyhz dl{
	width:100%;
	overflow:hidden;
	padding:2.75rem 0;
	border-bottom:solid 1px #e2e2e2;
	}
.nkyhz dl dt{
	width:17%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd{
	width:83%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd .nkyhzlf{
	width:70%;
	overflow:hidden;
	padding-left:3.625rem;
	}
.nkyhz dl dd .nkyhzrt{
	width:12%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-top:1.25rem;
	padding-left:5%;
	}
.nkyhzlf h4{
	width:100%;
	overflow:hidden;
	font-size:1.125rem;
	line-height:1.875rem;
	color:#1e1e1e;
	font-weight:bold;
	margin:1.25rem 0 0;
	}
.nkyhzlf .nkyhzms{
	width:100%;
	overflow:hidden;
	font-size:0.9375rem;
	color:#939393;
	margin-top:1.375rem;
	}
.nkyhz dl dd .nkyhzrt span{
	width:100%;
	overflow:hidden;
	font-size:1.625rem;
	color:#b1b1b1;
	display:block;
	line-height:2.1875rem;
	}
.nkyhz dl dd .nkyhzrt i{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:1.875rem;
	}
.nkyhz dl:hover dd .nkyhzlf h4{
	color:#0f3579;
	}
.nkyhz h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1.25rem;
	color:#343434;
	line-height:1.875rem;
	font-weight:bold;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:2.5rem;
	}
.nkyhz .fbnr{
	width:100%;
	overflow:hidden;
	color:#585858;
	font-size:1rem;
	line-height:1.875rem;
	margin-top:2.8125rem;
	}
.nkyhz .fbnr p{
	overflow:hidden;
	color:#585858;
	font-size:1rem;
	line-height:1.875rem;
	}
.nkyhz .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nrcln
-------------------------------------------------------------- */
.nrcln{
	width:100%;
	overflow:hidden;
	padding:0 3.75rem;
	}
.nrcln p{
	overflow:hidden;
	font-size:1rem;
	line-height:2rem;
	color:#333;
	}
/* ncc
-------------------------------------------------------------- */
.ncc{
	width:100%;
	overflow:hidden;
	padding:0 3.75rem;
	}
.ncc .nccul{
	width:100%;
	overflow:hidden;
	}
.ncc .nccul li{
	width:23%;
	overflow:hidden;
	margin:1.25rem 1%;
	float:left;
	}
.nccul li img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
/*
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 3.75rem;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:1.25rem 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}*/
/* ntit2
-------------------------------------------------------------- */
.ntit2{
	width: 100%;
	height:5.75rem;
	overflow: hidden;
	background:#9f2225 url(../images/icon13.png) no-repeat 90% center;
	border-radius:0.5rem;
	padding:0.875rem 0 0 1.25rem;
}
.ntit2 h3{
	width: 100%;
	overflow: hidden;
	font-size: 1.75rem;
	color: #e7e7e7;
	line-height: 2.1875rem;
	font-weight:normal;
}
.ntit2 .ntiten{
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
	color: rgba(231,231,231,0.6);
	font-family:Arial;
	line-height:1.5625rem;
	letter-spacing:0.1875rem;
	margin-top:0.25rem;
}
/* npro
-------------------------------------------------------------- */
.npro {
	margin-top: 3.75rem;
	margin-bottom:3.75rem;
}
.npronr{
	width:100%;
	overflow:hidden;
}
.npro .nprolf{
	width:18.5rem;
	overflow:hidden;
	}
.npro .nprort{
	width:68.375rem;
	overflow:hidden;
	}
.dhimg{
	max-width:100%;
	height:auto;
}
.npro dl{
	padding:0 0.625rem;
	margin:0 0 2.5rem 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	border:#d9d9d9 solid 1px;
	}
.npro dl dt img{
	display:block;
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.npro dl:hover dt img{
	transform:scale(1.2);
	}
.npro dl dd{
	line-height:3.25rem;
	font-size:1.125rem;
	color:#757575;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(159,34,37,0.85) url(../images/icon14.png) no-repeat center center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.npro dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1rem;
	color:#fff;
	line-height:1.875rem;
	margin-top:53%;
	font-weight:normal;
	}
.npro dl:hover dd{
	color:#60ccb4;
}
.npromenu{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:0.625rem 2rem 2.5rem 2rem;
	border-top:none;
	margin-top:-0.375rem;
	}
.npromenu .npromenunr h4{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:1.875rem;
	background:url(../images/icon24.png) no-repeat right center;
	margin-top:1.5625rem;
	}
.npromenu .npromenunr h4 a{
	font-size:1.125rem;
	color:#3a3a3a;
	}
.npromenu .npromenunr ul{
	width:100%;
	overflow:hidden;
	}
.npromenu .npromenunr ul li{
	width:100%;
	overflow:hidden;
	line-height:1.875rem;
	background:url(../images/icon25.png) no-repeat right center;
	margin-top:1.25rem;
	}
.npromenu .npromenunr ul li a{
	font-size:1rem;
	color:#808080;
	}
.npromenu .npromenunr ul li:hover{
	background:url(../images/icon26.png) no-repeat right center;
	}
.npromenu .npromenunr ul li:hover a{
	color:#9f2225;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:2.75rem;
	}
.nlxfs .nlxfsnr{
	width:100%;
	overflow:hidden;
	border:solid 1px #c9c9c9;
	padding:1.875rem 0.9375rem 1.625rem 0.9375rem;
	border-top:none;
	margin-top:-0.375rem;
	}
.nlxfs .nlxfsnr p{
	width:100%;
	overflow:hidden;
	font-size:0.9375rem;
	color:#808080;
	line-height:1.875rem;
	}
.npro .nproimg{
	width:55%;
	overflow:hidden;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .nproinfo{
	width:45%;
	overflow:hidden;
	padding-left:1.875rem;
	}
.npro .nproinfo h1{
	width:100%;
	overflow:hidden;
	font-size:1.5rem;
	color:#323232;
	line-height:2.1875rem;
	}
.npro .nproinfo .npro_ms{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	line-height:1.875rem;
	margin-top:1.25rem;
	}
.npro .nproinfo .npro_fl{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	border-bottom:solid 1px #f4f4f4;
	line-height:1.875rem;
	padding:0.3125rem 0;
	margin-top:1.25rem;
	}
.npro .nproinfo .nprobtn{
	width:100%;
	overflow:hidden;
	margin-top:1.25rem;
	}
.npro .nproinfo .nprobtn a{
	display:block;
	width:8.125rem;
	height:3.125rem;
	background:#666;
	line-height:3.125rem;
	text-align:center;
	font-size:1rem;
	color:#fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.npro .nproinfo .nprobtn a:hover{
	background:#9f2225;
	}
.npro .fbnr {
	width:100%;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.875rem;
	margin-top: 2.5rem;
}
.npro .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.875rem;
}
.npro .fbnr img {
	max-width: 100%;
	height: auto;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	}
.nnews .nnewsnr{
	width:100%;
	overflow:hidden;
	}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:1.875rem;
	padding-bottom:1.875rem;
	width:31.333333%;
	float:left;
	border-radius: 0.75rem;
	overflow:hidden;
	margin:1%;
	background:#f5f5f5;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnrlist .newsimg{
	width:100%;
	background:#f5f5f5;
	height:21.125rem;
	position:relative;
	overflow:hidden;
	border-radius: 0 0 0.75rem 0.75rem;
}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsnrlist .newscon{
	width:90%;
	margin:0 auto;
	padding:1.875rem 0 0;
	overflow:hidden;
}
.nnewsnrlist .newsbt a{
	font-size:1.125rem;
	color:var(--color-main);
	line-height:2.1875rem;
	margin-bottom:0.25rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight:bold;
}
.nnewsnrlist .newsdate{
	width:20%;
	margin:0.3125rem 0;
}
.nnewsnrlist .newsnr{
	width:80%;
	margin:0 auto;
}
.newsbt{ 
	width: 100%;
    overflow: hidden;
	color:var(--color-main);
	font-size:1.125rem;
	font-weight:bold;
	line-height:2.1875rem;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewsnrlist .newsdate p{
	font-size:2.8125rem;
	font-family:Arial;
	font-weight:normal;
	color:var(--color-main);
	line-height: 3.125rem;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsdate span{
	font-size:0.875rem;
	font-family:Arial;
	display:block;
	color:var(--color-main);
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsms{
	color:rgba(0,0,0,0.9);
	line-height:1.625rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:3.25rem;
	font-size:0.875rem;
	margin-bottom:0.625rem;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnr a:hover .nnewsnrlist .newsimg{ background:var(--color-main);
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .nnewsnrlist{ background:var(--color-main);
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate p{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate span{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsbt{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsms{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnrlist .nnewsmore a{
	font-size:0.875rem;
	color:#000;
	
}
.nnewsnrlist .nnewsmore a:active,
.nnewsnrlist .nnewsmore a:visited,
.nnewsnrlist .newsbt a:active,
.nnewsnrlist .newsbt a:visited{
	color:var(--color-main);
	font-weight:bold;
}
.nnewsnrlist .nnewsmore a:hover,
.nnewsnrlist .newsbt a:hover{
	color:#fff;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin: 0 0 1rem 0;
	}
.nnewsnr{
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 0.9375rem;
    line-height: 1.875rem;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 1.4375rem;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nyhfk
-------------------------------------------------------------- */
.nyhfk{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	}
.nyhfknr{
	width:100%;
	overflow:hidden;
	}
.nyhfknr ul{
	width:100%;
	overflow:hidden;
	}
.nyhfknr ul li{
	width:23%;
	overflow:hidden;
	margin:1.25rem 1%;
	float:left;
	border:solid 1px #f0f0f0;
	}
.nyhfknr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:30.625rem;
}
.ncontact .ncontactnr{
	position: relative;
	width:100%;
	overflow:hidden;
	padding:2.5rem clamp(1.875rem, -0.375rem + 3.13vw, 3.375rem) 2rem clamp(1.875rem, -0.375rem + 3.13vw, 3.375rem);
	background:#f5f5f5;
	/*position:absolute;*/

	height:auto;
	display: flex;
	gap: 1rem;
	}
.ncontact .ncontactnr ul{
	width:100%;
	overflow:hidden;
	}
.ncontact .ncontactnr ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e0e0e0;
	padding:0 0 1rem 2.75rem;
	margin-bottom:1rem;
	}
.ncontact .ncontactnr ul li:first-child,.ncontact .ncontactnr ul li:nth-child(2){
	background:url(../images/icon7.png) no-repeat left 0.375rem;
	}
.ncontact .ncontactnr ul li:nth-child(3){
	background:url(../images/icon8.png) no-repeat left 0.375rem;
	}
.ncontact .ncontactnr ul li:nth-child(4){
	background:url(../images/icon9.png) no-repeat left 0.375rem;
	}
.ncontact .ncontactnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:1rem;
	color:#323232;
	}
.ncontact .ncontactnr ul li p a{
	font-size:1rem;
	color:#323232;
	}
.ncontact .ncontactnr .code{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	}

.ncontact .ncontactnr  .code img{
	width:100%;
	max-width: 200px;
	height:auto;
	margin-bottom: .5em;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:3.75rem;
	margin-bottom:3.75rem;
}
.nmessage h3 {
    width: 100%;
    overflow: hidden;
    font-size: clamp(1.875rem, 1.5625rem + 0.78vw, 2.5rem);
    color: #112010;
    line-height: 2.8125rem;
    text-align: center;
    font-weight: normal;
}
.nmessage hr{
	margin:1.125rem auto 0;
	width: 3.5rem;
    border: none;
    border-bottom: solid 2px var(--color-main);
	}
.nmessagenr{
	margin-top:3.5625rem;
	}
.nmessage dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom:1.375rem;
	}
.nmessage dl dt{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:1rem;
	line-height:1.875rem;
	padding-bottom:0.625rem;
	font-weight: normal;
	}
.nmessage dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessage dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:3.75rem;
	padding-left:3.5rem;
	color:#323232;
	font-size:0.9375rem;
	}
.nmessage dl dd textarea{
	width:100%;
	height:19.25rem;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:1.875rem;
	padding-left:3.5rem;
	padding-top:1.125rem;
	}
.nmessage dl:last-child{
	width:100%;
	}
.nmessage dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessage dl:nth-child(2n){
	margin-left:1%;
	}
.nmessage dl:nth-child(1) dd input{
	background:#fff url(../images/icon10.png) no-repeat 1.5rem center;
	}
.nmessage dl:nth-child(2) dd input{
	background:#fff url(../images/icon11.png) no-repeat 1.5rem center;
	}
.nmessage dl:nth-child(3) dd input{
	background:#fff url(../images/icon12.png) no-repeat 1.5rem center;
	}
.nmessage dl:nth-child(4) dd input{
	background:#fff url(../images/icon13.png) no-repeat 1.5rem center;
	}
.nmessage dl:nth-child(5){
	width:100%;
	}
.nmessage dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon14.png) no-repeat 1.5rem 1.3438rem;
	}
.nmessage .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:1.25rem;
}
.nmessage .tjbtn button {
    width: 100%;
    height: 3.75rem;
    background: var(--color-main);
    color: #fff;
	text-align:center;
	font-size:1rem;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{display: flex;gap: .5em; align-items: center; justify-content: center;}

.pages a, .page span{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages a.page-num-current{ background:var(--color-main);color:#fff;border: 1px solid var(--color-main); }
.pages a:hover{ background:var(--color-main);color:#fff;border: 1px solid var(--color-main);}


.news-exp,.news-exp2{
	width:100%;
	overflow: hidden;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:1.875rem;
}

.news-exp .news-explf i{
	width:2.5rem;
	height:2.5rem;
	background:url(../images/icon23.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:1.375rem;
}
.news-exp .news-exprt i{
	width:2.5rem;
	height:2.5rem;
	background:url(../images/icon24.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:1.375rem;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:1rem;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:var(--color-main);
	text-decoration:none;
}
.news-exp2{
	line-height:1.875rem;
	font-size:1rem;
	color:#343434;
}
.news-exp2 a{




	line-height:1.875rem;
	font-size:1rem;
	color:#343434;
}

.news-exp2 a:hover{
	color: var(--color-main);
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topmap,.toptel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:0.875rem;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0;top:0;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0;top:0;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:0.0625rem solid #232530}
.a_txt .div3 ul li a{display:block;height:2.8125rem;color:#fff;line-height:2.8125rem;padding-left:5%;font-size:1rem}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_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}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:2.5rem;line-height:2.5rem;font-size:0.875rem}
}

@media only screen and (min-width: 1599px) and (max-width: 1600px) {
	 .npro dl dt{
		 height:21rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:20.625rem;
	 }
	.newsnr dl dt{
		height:20.5625rem;
	}
	.nhonornr ul li .nsbimg{
		height:20.625rem;
	}
	
 }
 @media only screen and (min-width: 1440px) and (max-width: 1598px) {
	 .npro dl dt{
		 height:18.8125rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:18.5625rem;
	 }
	.newsnr dl dt{
		height:18.375rem;
	}
	.nhonornr ul li .nsbimg{
		height:18.5625rem;
	}
 }
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .npro dl dt{
		 height:17.75rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:17.5rem;
	 }
	.newsnr dl dt{
		height:17.25rem;
	}
	.nhonornr ul li .nsbimg{
		height:17.5625rem;
	}
 }
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .npro dl dt{
		 height:16.625rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:16.5rem;
	 }
	.newsnr dl dt{
		height:16.125rem;
	}
	.nhonornr ul li .nsbimg{
		height:16.5rem;
	}
 }
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .npro dl dt{
		 height:14.875rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:14.8125rem;
	 }
	.newsnr dl dt{
		height:14.375rem;
	}
	.nhonornr ul li .nsbimg{
		height:14.875rem;
	}
 }
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .npro dl dt{
		 height:13.125rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:20.25rem;
	 }
	.newsnr dl dt{
		height:12.625rem;
	}
	.nhonornr ul li .nsbimg{
		height:13.1875rem;
	}
 }
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .npro dl dt{
		 height:12.6875rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:19.625rem;
	 }
	.newsnr dl dt{
		height:12.1875rem;
	}
	.nhonornr ul li .nsbimg{
		height:12.8125rem;
	}
 }
 @media only screen and (min-width: 860px) and (max-width:991px) {
	 .npro dl dt{
		 height:16.75rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:17rem;
	 }
	.newsnr dl dt{
		height:16.3125rem;
	}
	.nhonornr ul li .nsbimg{
		height:11.0625rem;
	}
	.nhzhbnr ul li{
		width:31.33333333%;
	}
 }
 @media only screen and (min-width: 768px) and (max-width:859px) {
	 .npro dl dt{
		 height:14.875rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:15.1875rem;
	 }
	.newsnr dl dt{
		height:14.375rem;
	}
	.nhonornr ul li .nsbimg{
		height:9.875rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 640px) and (max-width:767px) {
	 .npro dl dt{
		 height:25.4375rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:26.375rem;
	 }
	.newsnr dl dt{
		height:24.9375rem;
	}
	.nhonornr ul li .nsbimg{
		height:12.625rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 540px) and (max-width:639px) {
	 .npro dl dt{
		 height:21.3125rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:22.25rem;
	 }
	.newsnr dl dt{
		height:20.8125rem;
	}
	.nhonornr ul li .nsbimg{
		height:10.6875rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 425px) and (max-width:539px) {
	 .npro dl dt{
		 height:16.5625rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:17.5rem;
	 }
	.newsnr dl dt{
		height:16.125rem;
	}
	.nhonornr ul li .nsbimg{
		height:8.375rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 375px) and (max-width:424px) {
	 .npro dl dt{
		 height:14.5rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:15.4375rem;
	 }
	.newsnr dl dt{
		height:14.0625rem;
	}
	.nhonornr ul li .nsbimg{
		height:7.375rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 320px) and (max-width:374px) {
	 .npro dl dt{
		 height:12.25rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:13.125rem;
	 }
	.newsnr dl dt{
		height:11.75rem;
	}
	.nhonornr ul li .nsbimg{
		height:6.3125rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }
 @media only screen and (min-width: 0px) and (max-width:319px) {
	 .npro dl dt{
		 height:11.875rem;
	 }
	 .nnewsnrlist .newsimg{
		 height:12.8125rem;
	 }
	.newsnr dl dt{
		height:11.5625rem;
	}
	.nhonornr ul li .nsbimg{
		height:6.125rem;
	}
	.nhzhbnr ul li {
		width: 48%;
	}
 }

@media(max-width:1600px) {
	.aboutnr{
		padding-right:50%;
	}
	.ly .lynr {
		padding-right: 50%;
	}
}
@media(max-width:1360px) {
	.aboutnr{
		padding-right:45%;
	}
	.ly .lynr {
		padding-right: 45%;
	}
}
@media(max-width:1280px) {
	.ly .lynr {
		padding-right: 40%;
	}
	.sb .sbnr{
		padding-right:20%;
	}
	.aboutnr{
		padding-right:40%;
	}
	.ncontact .ncontactnr {
		width: 30%;
	}
}
@media(max-width:1152px) {
	.cnen{
		margin: 1.9688rem 0 1.9688rem 1.25rem;
	}
	.ly .lynr {
		padding-right: 37%;
	}
	.aboutnr{
		padding-right:35%;
	}
}
@media(max-width:1151px) {
	.nnewsnrlist {
		width: 48%;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a {
		padding: 0 0.9375rem;
	}
	.cnen{
		margin: 1.9688rem 0 1.9688rem 0.9375rem;
	}
	.ly .lynr {
		padding-right: 35%;
	}
	.footer .btel .btelnr,.footer .btel .btelnr a{
		font-size: 1.375rem;
	}
}
@media(max-width:1023px) {
	.logo img{_
		width:10rem;
	}
	.cnen {
		margin:0.7188rem 0 0.7188rem 0.625rem;
	}
	.ndownr ul li{
		width:31.333%;
	}
}
@media(max-width:991px) {
	.pro {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
	.shubiao-index,.banner .owl-number{
		display:none;
	}
	.about .aboutbg,.about .aboutimg{
		width:100%;
	}
	.about .aboutimg,.sbly .ly{
		margin-top:1.25rem;
	}
	.aboutnr,.ly .lynr,.sb .sbnr,.aboutbg .abouten{
		padding-left:6%;
	}
	.news h3{
		line-height:2.8125rem;
	}
	.nmenu,.positionnr .positionrt,.sbly .sb,.sbly .ly{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 0.625rem 0 0.625rem 2.5625rem;
	}
	.aboutnr .aboutmore a,.pronr dl dd .promore,.sbmore a,.lymore a{
		width: 8.75rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.nmenu ul li{
		line-height:3.125rem;
		margin-right:1.25rem;
	}
	.nnews h1{
		font-size:1.25rem;
	}
	.nabout .naboutlf{
		padding:0;
	}
	.nabout .naboutimg{
		margin-top:1.875rem;
		text-align:center;
	}
	.industrial-item .time{
		left:7%;
	}
	.industrial-item .pageC {
		padding-right: 0;
	}
	.nzzjg h3{
		font-size:1.875rem;
	}
	.ncontact .ncontactnr,.ncontact .map{
		width:100%;
	}
	.ncontact .map{
		height:17.5rem;
	}
	.ncontact .ncontactnr{
		position:inherit;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.footer .bnav,.footer .btel{
		width:100%;
	}
	.botlf,.botrt{
		width:100%;
		text-align:center;
	}
}
@media(max-width:768px) {
	.aboutnr {
		padding-right: 30%;
	}
	.ncontact .ncontactnr {
		flex-direction: column;
	}
	.footernav {
		flex-direction: column;
	}
	.footer .bnav, .footer .btel {
		width: 100%;
	}
	.footer .bnav ul li {
		width: 50%;
		float: left;
	}
	.footer .btel {
		margin-top: 1.25rem;
	}
	.footer .btel .bteltit, .footer .btel .btelnr {
		text-align: left;
	}
}
@media(max-width:767px) {
	.banner .owl-item img{
		width:120%;
	}
	.banner .item{
		height:100vh;
	}

	.banner-text .promore{
		width:8.75rem;
		height:2.5rem;
		line-height:2.5rem;
		font-size:0.875rem;
	}
	.nnewsnrlist {
		width: 100%;
		margin: 0;
		margin-bottom: 0.9375rem;
		padding-bottom: 1.5625rem;
	}
	.nnewsnrlist .newsdate{
		margin:0;
	}
	.nnewsnrlist .newsms{
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 1.625rem;
	}
	.newsnr dl dd{
		padding:1.25rem;
	}
	.nhonornr ul li{
		width:48%;
	}
	.ndownr ul li{
		width:48%;
	}
}
@media(max-width:640px) {
	.cnen {
		margin:0.4062rem 0 0.4062rem 0.625rem;
	}
	.rg{
		padding-top: 0.5625rem;
	}
	.aboutnr,.ly .lynr,.sb .sbnr{
		padding-right: 6%;
	}
	.industrial-item .time {
		left: 10%;
	}
	.aboutnr .aboutmore,.sbmore,.lymore{
		margin-top:1.25rem;
	}
	.about .aboutbg,.about .aboutimg,.sbly .sb,.sbly .ly{
		height:22.3125rem;
	}
	.newsmenu{
		margin-top:2.5rem;
	}
	.news {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
	}
	.npro dl dd {
		line-height: 2.5rem;
		font-size: 1rem;
	}
	.pronr dl dd h4{
		font-size:1rem;
		line-height:1.5rem;
	}
	.pronr dl dd p{
		margin-bottom:1.875rem;
	}
	.nmessage dl{
		width:100%;
	}
	.nmessage dl:nth-child(2n+1){
		margin-right:0;
	}
	.nmessage dl:nth-child(2n){
		margin-left:0;
	}
	.nnewsnrlist .newsnr{
		padding-left:2%;
	}
	.nnewsnrlist .newscon {
		width: 94%;
	}
	.footer .bnav ul li{
		width:33.3333333%;
	}
	.footer .bnav ul li:nth-child(4){
		clear:both;
	}
	.industrial-demo{
		height:18.75rem;
	}
	.dsjlist{
		padding-bottom:3.125rem;
	}
	.nfzlc{
		height:auto;
		padding-bottom:3.75rem;
	}
}
@media(max-width:500px) {
	.industrial-item .time {
		left: 12%;
		font-size:1.125rem;
	}
	.ndownr ul li{
		width:98%;
	}
}
@media(max-width:425px) {
	.industrial-item .time {
		left: 15%;
	}
}