/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#0cb2b5;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#006d46;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #0cb2b5; color: #fff; border:#0cb2b5 1px solid;  }
.pages a:hover {  background: #0cb2b5; color: #fff; border:#0cb2b5 1px solid;  text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}
/*
.i_d1{ position:relative;}
.i_d1_c{ position:absolute; left:3%; top:50%; width:94%; transform:translate(0,-50%);}
.i_d1_c .title1{ font-size:20px; color:#fff; font-weight:bold; line-height:40px; text-align:center;}
.i_d1_c .title2{ font-size:16px; color:#fff; line-height:25px; text-align:center;}
.i_d1_c .txt1{ font-size:14px; color:#fff; line-height:25px; text-align:center; margin-top:20px;}

.i_d1_1_txt1{ width:250px; margin:0 auto; position:relative; padding-bottom:10px;}
.i_d1_1_txt1 .txt1{ position:relative; z-index:2; font-size:34px; font-weight:bold; color:#fff; line-height:40px; text-align:center;}
.i_d1_1_txt1 .txt2{ position:relative; z-index:2; font-size:30px; font-weight:bold; color:#fff; line-height:40px; text-align:center;}
.i_d1_1_txt1 .i_d1_1_txt1_gb{ position:absolute; left:0; right:0; bottom:0; height:60px; background:#0cb2b5; z-index:1; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
*/

/*第二屏*/
/*
.i_d2{ position:relative;}
.i_d2_c{ position:absolute; left:3%; top:50%; width:94%; transform:translate(0,-50%);}

.i_d2_txt1{ width:130px; height:70px; margin:0 auto; position:relative;}
.i_d2_txt1 .txt1{ position:relative; line-height:70px; font-size:60px; color:#ffffff; font-weight:bold; text-align:center; z-index:2; font-family:Arial;}
.i_d2_txt1 .i_d2_txt1_gb{ position:absolute; left:0; right:0; bottom:0; height:40px; background:#0cb2b5; z-index:1; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.i_d2_txt2{ font-size:18px; color:#ffffff; line-height:30px; margin-top:20px; text-align:center;}
a.i_d2_more{ display:block; width:136px; height:40px; text-align:center; line-height:40px; background:#0cb2b5; font-size:16px; color:#fff; margin:0 auto; box-shadow: 0px 5px 5px 0px rgba(10, 2, 5, 0.1); position:relative; overflow:hidden;}
a.i_d2_more .ico{ position:relative; margin-left:5px; top:-1px;}
*/

/*第三屏*/
/*.i_d3{ position:relative;}
.i_d3_c{ position:absolute; left:3%; top:50%; width:94%; transform:translate(0,-50%);}

.i_d3_txt1{ width:250px; height:70px; margin:0 auto; position:relative;}
.i_d3_txt1 .txt1{ float:left; position:relative; line-height:70px; font-size:60px; color:#ffffff; font-weight:bold; text-align:center; z-index:2; font-family:Arial; padding-left:10px;}
.i_d3_txt1 .txt2{ float:left; position:relative; top:30px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; text-align:center; z-index:2; padding-left:5px;}
.i_d3_txt1 .i_d3_txt1_gb{ position:absolute; left:0; right:0; bottom:0; height:40px; background:#0cb2b5; z-index:1; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.i_d3_txt2{ font-size:20px; color:#ffffff; line-height:30px; margin-top:20px; text-align:center;}
*/


/*第四屏*/
/*.i_d4{ position:relative;}
.i_d4_c{ position:absolute; left:3%; top:50%; width:94%; transform:translate(0,-50%);}

.i_d4_txt1{ width:300px; height:70px; margin:0 auto; position:relative;}

.i_d4_txt1_txt1{ position:relative; width:50%; z-index:2;}
.i_d4_txt1_txt1 .txt1{ font-family:Arial; font-size:40px; color:#ffffff; line-height:30px; text-align:center; font-weight:bold; padding-top:10px;}
.i_d4_txt1_txt1 .txt2{ font-family:Arial; font-size:16px; color:#ffffff; line-height:30px; text-align:center;}


.i_d4_txt1 .i_d4_txt1_gb{ position:absolute; left:0; right:0; bottom:0; height:45px; background:#0cb2b5; z-index:1; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.i_d4_txt1 .i_d4_txt1_gb:after{content: "";width:1px; height: 45px; position: absolute; left: 50%; top:0; border-left:#fff 1px dashed;}
.i_d4_txt2{ font-size:16px; color:#ffffff; line-height:30px; margin-top:20px; text-align:center;}
*/

/*第五屏*/
/*.i_d5{ position:relative;}
.i_d5_c{ position:absolute; left:5%; top:50%; width:90%; transform:translate(0,-50%);}

.i_d5_txt1{ width:130px; height:70px; margin:0 auto; position:relative;}
.i_d5_txt1 .txt1{ float:left; position:relative; line-height:70px; font-size:80px; color:#ffffff; font-weight:bold; text-align:center; z-index:2; font-family:Arial; padding-left:10px;}
.i_d5_txt1 .txt2{ float:left; position:relative; top:30px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; text-align:center; z-index:2; padding-left:5px;}
.i_d5_txt1 .i_d5_txt1_gb{ position:absolute; left:0; right:0; bottom:0; height:40px; background:#0cb2b5; z-index:1; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.i_d5_txt2{ font-size:16px; color:#ffffff; line-height:30px; margin-top:20px; text-align:center;}
*/

.footer1{ background:#f7f7f7;}
.footer_logo{ text-align:center;}
.footer_logo img{ max-width:50%;}
.footer1_box2_txt2{ text-align:center; font-size:14px; color:#333333; line-height:30px;}

.footer1_box3_c{ text-align:center; font-size:14px; color:#333; line-height:30px;}

.footer2{ background:#0cb2b5; padding:10px 0;}
.footer2 .txt{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.footer2 .txt *{ line-height:25px;}
.footer2 .txt a{ color:#fff;}

.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


/*学校概况*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav_c{ background:#f7f7f7; padding:10px 0;}
.n_nav_list{}
.n_nav_list li{ float:left; width:33.33%; height:40px;}
.n_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:16px; color:#666666;}
.n_nav_list li.on a{ color:#0cb2b5; font-weight:bold;}


.ab_d1_title{ font-size:24px; color:#0cb2b5; line-height:40px; text-align:center;}
.ab_d1_txt{ font-size:16px; color:#666666; line-height:30px;}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) center no-repeat; background-size:cover;}
.ab_d2_list li{ margin-top:10px;}
.ab_d2_list li:nth-child(1){ margin-top:0;}
.ab_d2_list li .txt1{ height:60px; border-bottom:#666666 1px solid; line-height:60px; font-size:16px; color:#0cb2b5; font-weight:bold;}
.ab_d2_list li .txt1 span{ font-size:34px; margin-right:10px;}
.ab_d2_list li .txt2{ margin-top:15px; line-height:30px; font-size:16px; color:#111111;}


/*企业大事记*/
.fzlc_d2_list{ background:url(../images/fzlc_d2_hr.png) 10px top repeat-y;}
.fzlc_d2_list li{ padding:10px 0 10px 40px;}
.fzlc_d2_list li .txt .txt1{ line-height:40px; font-size:22px; color:#0cb2b5; font-weight:bold;}
.fzlc_d2_list li .txt .txt1 span{ font-size:14px; margin-left:5px; font-weight:normal;}
.fzlc_d2_list li .txt .txt2{ font-size:14px; color:#666666; line-height:30px;}
.fzlc_d2_list li .fzlc_d2_img{ width:100%; margin-top:10px;}
.fzlc_d2_list li .txt{ position:relative;}
.fzlc_d2_list li .txt:after { content: ""; position: absolute; left: -36px; top:13px; width: 34px; height:14px; background:url(../images/fzlc_d2_ico2.png) left center no-repeat;}


/*人物访谈*/
.rwcf_list li{ margin-top:20px;}
.rwcf_list li:nth-child(1){ margin-top:0;}
.rwcf_list li .img {
  position: relative;
  padding: 32.25% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#0cb2b5;
}
.rwcf_list li .img .rwcf_list_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
  opacity:0.75;
}
.rwcf_list li .img .bf_img{ position:absolute; left:50%; top:50%; margin-top:-27.5px; margin-left:-27.5px;}
.rwcf_list li .txt { font-size:16px; color:#333333; text-align:center; line-height:30px; padding:15px 0;}
.rwcf_list li:hover .img .rwcf_list_img { opacity:1;}


/*生产基地*/
.scjd_d1_container{ padding-bottom:50px;}
.scjd_d1_list li img{ display:block; width:100%; height:3.5rem; object-fit: cover;}
.scjd_d1_pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#0cb2b5; border:#0cb2b5 1px solid; border-radius:50%; opacity:1;}
.scjd_d1_pagination .swiper-pagination-bullet-active{ background:#fff;}


.scjd_d2_list li{ float:left; width:48%; margin-left:4%; position:relative; margin-top:20px;}
.scjd_d2_list li:nth-child(2n+1){ margin-left:0;}
.scjd_d2_list li:nth-child(1),
.scjd_d2_list li:nth-child(2){ margin-top:0;}
.scjd_d2_list li .img img{ display:block; width:100%; height:2rem; object-fit: cover;}
.scjd_d2_list li .txt{ height:30px; background:#0cb2b5; font-size:14px; color:#fefefe; line-height:30px; text-align:center; transition:all 0.3s;}
.scjd_d2_list li:hover .txt{ width:100%;}

.scjd_d3_list{}
.scjd_d3_list li{ width:100%;; position:relative; margin-top:20px;}
.scjd_d3_list li:nth-child(1){ margin-top:0;}
.scjd_d3_list li .img img{ display:block; width:100%; height:4.2rem; object-fit: cover;}
.scjd_d3_list li .txt{ position:absolute; left:0; bottom:0; width:150px; height:40px; background:rgba(12,178,181,0.85); font-size:16px; color:#fefefe; line-height:40px; text-align:center; transition:all 0.3s;}


/*视频展示*/
.shipin_list li .txt{ font-size:18px; color:#0cb2b5; line-height:30px; text-align:center; padding-top:40px; padding-bottom:20px;}
.shipin_list li .img{ box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2); position:relative;}
.shipin_list li .img .shipin_img{ display:block; width:100%; height:3.95rem; object-fit: cover;}
.shipin_list li .img .bf_img{ position:absolute; left:50%; top:50%; width:50px; margin-top:-25px; margin-left:-25px;}


/**/
.scbj_d2_l{ background:#0cb2b5; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.scbj_d2_l .txt1{ font-family:Arial; font-size:80px; color:#ffffff; line-height:80px; text-align:center; font-weight:bold; padding-top:30px;}
.scbj_d2_l .txt2{ font-size:16px; color:#ffffff; line-height:40px; text-align:center; padding-bottom:30px;}

.scbj_d2_r_list{ margin-top:20px;}
.scbj_d2_r_list li{ float:left; width:47%; margin-top:10px; margin-left:6%;}
.scbj_d2_r_list li:nth-child(2n+1){ margin-left:0;}
.scbj_d2_r_list li .img img{ width:100%; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.3);}
.scbj_d2_r_list li .txt1{ text-align:center; font-size:14px; color:#333; line-height:30px;}



/*应用中心*/
.yyzx_d1{}
.yyzx_d1_list{}
.yyzx_d1_list li{ margin-top:20px;}
.yyzx_d1_list li:nth-child(1){ margin-top:0;}
.yyzx_d1_list li img{ display:block; width:100%; object-fit: cover;}


/*新闻列表页*/
.news_list li{ margin-top:20px; border-bottom:#f2f2f2 2px solid; position:relative;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img {
  position: relative;
  padding: 30.4% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.news_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}
.news_list li .txt1{ margin-top:10px; height:30px; line-height:30px; font-size:16px; color:#181818; font-weight:bold; transition:all 0.3s;}
.news_list li .txt2{ height:50px; line-height:25px; font-size:14px; color:#999999;}
.news_list li .txt3{ margin-top:5px; height:30px; line-height:30px; font-size:14px; color:#999999; padding-bottom:10px;}
.news_list li:after{content: ""; width:0; height: 2px; background:#1cb7ba; position: absolute; left: 0; bottom:-2px; transition:all 0.3s;}
/*.news_list li:hover:after{content: ""; width:100%; height: 2px; background:#1cb7ba; position: absolute; left: 0; bottom:-2px; transition:all 0.3s;}
.news_list li:hover .txt1{ color:#0cb2b5;}*/


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}
.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#0cb2b5 1px solid; background:url(../images/news_i_more_ico1_on.png) #0cb2b5 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#0cb2b5 1px solid; background:url(../images/news_i_more_ico2_on.png) #0cb2b5 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#0cb2b5 1px solid; background:url(../images/news_i_more_ico2_on.png) #0cb2b5 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}
