/*@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: #f5f5f5;
	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:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
/*
.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:#b35c4b;  }
.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_list li img{ display:block; width:100%;}

.banner_pagination{ bottom:5px !important;}
.banner_pagination .swiper-pagination-bullet{ opacity:1; background:#fff; width:10px; height:10px;}
.banner_pagination .swiper-pagination-bullet-active{ opacity:1; background:#b35c4b;}

.banner_list-prev,
.banner_list-next{ position:absolute; left:3%; top: 50%; margin-top:-20px; display:block; width:40px; height:40px; line-height:40px; text-align:center; overflow:hidden; cursor:pointer; background: rgba(255,255,255,0.2); font-family:"宋体"; font-size:20px; color:#fff; border-radius:50%; z-index:1;}
.banner_list-prev img,
.banner_list-next img{ vertical-align: middle; margin-left:0px; margin-top:0px;}
.banner_list-next{ left:auto; right:3%;  margin-left: 0;}
.banner_list-prev:hover,
.banner_list-next:hover{ color:#b35c4b;}



.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;}
.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: #b35c4b; border:#b35c4b 1px solid; color: #fff }
.pages a:hover {  background: #b35c4b; border:#b35c4b 1px solid; color: #fff; 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: #b35c4b; 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: #b35c4b }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #b35c4b; 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: #b35c4b;
    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;
    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);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/

.i_d1{ background:url(../images/i_d1_bg.jpg) top center no-repeat; background-size:cover;}
.i_d1_box{}
.i_d1_title .txt1{ height:30px; line-height:30px; font-size:22px; color:#b35c4b; font-weight:bold; text-align:center;}
.i_d1_title .txt2{ font-family:Arial; font-size:14px; color:#999999; font-weight:normal; text-transform:uppercase; text-align:center;}
.i_d1_txt{ font-size:14px; color:#666666; line-height:30px;}
a.i_d1_more{ display:block; width:100px; margin:0 auto; padding-right:10px; height:34px; line-height:34px; text-align:center; background:url(../images/i_d1_more_ico.png) #b35c4b right 20px center no-repeat; border-radius:27px; font-size:14px; color:#ffffff; transition:all 0.3s;}

.i_d2_title{ font-size:22px; color:#b35c4b; font-weight:bold; line-height:30px; text-align:center;}
.i_d2_title img{ position:relative; top:0px; margin:0 5px; height:14px;}
.i_d2_title .hr{ display:inline-block; width:40px; height:1px; background:#e1e1e1; position:relative; top:-6px; margin:0 5px;}
.i_d2_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}

.i_d2_content{ position:relative; background:#ffffff; padding:20px; padding-bottom:10px;}
.i_d2_container{ padding-bottom:50px;}
.i_d2_list li .img{ width:100%; background:#fff; text-align:center;}
.i_d2_list li .img img{ display:block; width:100%; height:3.72rem; object-fit: cover;}
.i_d2_list li .txt{ margin-top:10px; line-height:30px; text-align:center; transition:all 0.3s;}
.i_d2_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; transition:all 0.3s;}
.i_d2_list li .txt .txt2{ font-size:14px; color:#333333; line-height:30px; transition:all 0.3s;}
.i_d2_pagination{ bottom:5px !important;}
.i_d2_pagination .swiper-pagination-bullet{ opacity:1; background:#eaeaea; width:10px; height:10px;}
.i_d2_pagination .swiper-pagination-bullet-active{ opacity:1; background:#b35c4b;}

.i_d3{ background:url(../images/i_d3_bg.jpg) top center no-repeat; background-size:cover; padding:0 15px;}
.i_d3_list li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.i_d3_list li:nth-child(2n+1){ margin-left: 0;}
.i_d3_list li:nth-child(1),
.i_d3_list li:nth-child(2){ margin-top:0;}
.i_d3_list li img{ width:100%;}

a.i_zxbm_a{ display:block; background:#b35c4b; width:200px; height:40px; line-height:40px; font-size:14px; color:#fff; text-align:center; margin:0 auto; border-radius:5px;}
a.i_zxbm_a .hr{ display:inline-block; width:30px; height:1px; background:#e1e1e1; position:relative; top:-4px; margin:0 5px;}

a.i_d4_more{ display:block; width:98px; padding-right:20px; height:32px; line-height:32px; text-align:center; background:url(../images/i_d1_more_ico_on.png) 88px center no-repeat; border:#b35c4b 1px solid; font-size:14px; color:#b35c4b; font-weight:bold; transition:all 0.3s; margin: auto;}

.i_d5{ background:#efefef;}
.i_d5_container{ padding-bottom:50px;}
.i_d5_list li .img{ width:100%; background:#fff; text-align:center;}
.i_d5_list li .img img{ display:block; width:100%; height:3rem; object-fit: cover;}
.i_d5_pagination{ bottom:5px !important;}
.i_d5_pagination .swiper-pagination-bullet{ opacity:1; background:#fff; width:10px; height:10px;}
.i_d5_pagination .swiper-pagination-bullet-active{ opacity:1; background:#b35c4b;}

.i_d6_box{}
.i_d6_title{ height:30px; line-height:30px; font-size:22px; color:#b35c4b; font-weight:bold; padding-bottom:10px; border-bottom:#e1e1e1 1px solid; position:relative;}
.i_d6_title span{ font-family:Arial; font-size:14px; color:#999999; font-weight:normal; text-transform:uppercase; margin-left:5px;}
a.i_d6_title_more{ display:block; position:absolute; right:0; top:0px; font-size:14px; color:#999999; font-weight:normal; line-height:30px;}

.i_d6_1_txt{ font-size:14px; color:#999999; line-height:30px; padding-top:10px;}
.i_d6_1_txt *{ line-height:30px;}
a.i_d6_1_more{ display:block; width:100px; padding-right:20px; height:34px; line-height:34px; text-align:center; background:url(../images/i_d1_more_ico.png) #b35c4b 88px center no-repeat; border-radius:27px; font-size:14px; color:#ffffff; font-weight:bold; margin-top:10px; transition:all 0.3s;}
a.i_d6_1_more:hover{ background:url(../images/i_d1_more_ico.png) #97445c 88px center no-repeat;}

.i_d6_2_list li{ padding: 10px 0 10px 25px; border-bottom:#f0f0f0 1px solid; position:relative;}
.i_d6_2_list li:before{content: ""; position:absolute; left:0; top:20px; width:20px; height:20px; background:url(../images/i_d6_2_ico1.png) center no-repeat;}
.i_d6_2_list li:after{content: ""; position:absolute; left:0; top:52px; width:20px; height:20px; background:url(../images/i_d6_2_ico2.png) center no-repeat;}
.i_d6_2_list li .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:30px; height:30px; position:relative; padding-right:80px;}
.i_d6_2_list li .txt1 .rq{ position:absolute; right:0; top:0; font-size:14px; color:#999999; font-weight:normal;}
.i_d6_2_list li .txt2{ font-size:14px; color:#999999; line-height:25px; height:50px; position:relative; margin-top:5px;}

.i_d6_3_list li{ padding: 10px 0; border-bottom:#f0f0f0 1px solid; position:relative;}
.i_d6_3_list li .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:30px; height:30px; position:relative; padding-right:80px;}
.i_d6_3_list li .txt1 .rq{ position:absolute; right:0; top:0; font-size:14px; color:#999999; font-weight:normal;}
.i_d6_3_list li .txt2{ font-size:14px; color:#999999; line-height:25px; height:25px; position:relative; margin-top:5px;}

.i_d7_list li{ float:left; width:48%; border:#b35c4b 1px solid; margin-left:4%; margin-top:10px; box-sizing:border-box;}
.i_d7_list li img{ display:block; width:100%; height:0.7rem; object-fit: cover;}
.i_d7_list li:nth-child(2n+1){ margin-left:0;}
.i_d7_txt{ font-size:14px; color:#333333; line-height:30px; text-align:center;}





.bottom_nav{ position:fixed; left:50%; bottom:0; margin-left:-3.75rem; width:7.5rem; max-width:100%; height:50px; background:#d61618; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#fff; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a .iconfont{ font-size:24px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#fff;}



.footer1{  padding-top:20px; padding-bottom:20px;}
.footer1_logo{ display:block; max-width:40%; margin:0 auto;}
.footer1_ewm{ text-align:center;}
.footer1_ewm img{ display:block; max-width:30%; margin:0 auto;}
.footer1_ewm .txt{ line-height:30px; text-align:center; font-size:14px; color:#999; margin-top:10px;}

.footer2{}
.footer2 .indexcontent{ border-top:#e1e1e1 1px solid;  padding-top:10px; padding-bottom:10px;}
.footer2 .footer2_txt1{ font-size:14px; color:#999999; line-height:25px; text-align:center;}
.footer2 .footer2_txt2{ font-size:14px; color:#999999; line-height:25px; text-align:center;}
.footer2 a{ color:#999999;}

/*关于我们*/
.n_banner{ position:relative;}
.n_banner img{ display:block; width:100%;}
.n_banner .dw{ position:absolute; bottom:0; left:0; height:60px;}
.n_weizhi{ height:40px; line-height:40px; border-bottom:#969696 1px solid; font-size:14px;}
.n_nav_list{ padding-top:5px;}
.n_nav_list li{ float:left; width:32%; margin-left:2%; margin-top:10px;}
.n_nav_list li:nth-child(3n+1){ margin-left: 0;}
.n_nav_list li a{ display:block; width:100%; height:36px; line-height:36px; background:#d1d1d1; font-size:14px; color:#575757; text-align:center; border-radius:5px;}
.n_nav_list li.on a{ background:#b35c4b; color:#fff;}

.ab_d1_l_txt{ margin-top:20px; font-size:14px; color:#666666; line-height:30px;}
.ab_d1_img{ display:block; width:100%;}

.ab_d1_list li{ float:left; width:25%;}
.ab_d1_list li .txt1{ font-size:14px; color:#333333; line-height:40px; text-align:center;}
.ab_d1_list li .txt1 .animateNum{ font-size:16px; font-weight:bold;}
.ab_d1_list li .txt2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}

.ab_d2_list li{ width:100%; box-sizing:border-box; padding:10px 20px; background:#fff; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); margin-top:20px;}
.ab_d2_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px;}
.ab_d2_list li .title_en{ font-size:14px; color:#999999; line-height:30px; text-transform:uppercase; padding-bottom:5px; margin-bottom:5px; position:relative;}
.ab_d2_list li .title_en:after{content: ""; position:absolute; left:0; bottom:0; width:35px; height:2px; background:#80203c;}
.ab_d2_list li .txt{ font-size:14px; color:#999999; line-height:30px;}
.ab_d2_txt{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.ab_d2_txt *{ line-height:30px;}

.ab_d3{ background:#fff;}
.ab_d3_img{ margin-right:5%; width:95%; height:3.94rem; border:#b35c4b 1px solid; position:relative;}
.ab_d3_img img{ position:absolute; left:5%; top:8%; width:100%; height:3.94rem; object-fit: cover;}
.i_d3_txt{ padding-top:40px; font-size:14px; color:#666666; line-height:30px;}

.ab_d4{ background:url(../images/ab_d4_bg.jpg) top center no-repeat; background-size:cover;}
.ab_d4_txt{ font-size:14px; color:#fff; line-height:30px;}

.ab_d5_list li{ background:#ffffff;}
.ab_d5_list li:nth-child(2n+1){ background:#f5f5f5;}
.ab_d5_list li .ab_d5_img{ width:100%;}
.ab_d5_list li .ab_d5_txt .txt{ font-size:14px; color:#666666; line-height:30px;}

/*校长寄语*/
.xzjy_d1_txt{ text-align:center;}
.xzjy_d2{ padding:20px 50px 100px 50px; background:#fafafa; position:relative;}
.xzjy_d2_txt{ background:url(../images/xzjy_d2_txt_bg.png) top center repeat; font-size:14px; color:#666666; line-height:37px; position:relative;}
.xzjy_d2_txt *{ line-height:37px;}
.xzjy_d2_txt:before{content: ""; position:absolute; left:-40px; top:0px; width:30px; height:30px; background:url(../images/xzjy_d2_ico1.png) center no-repeat; background-size:30px auto;}
.xzjy_d2_txt:after{content: ""; position:absolute; right:-40px; bottom:0px; width:30px; height:30px; background:url(../images/xzjy_d2_ico2.png) center no-repeat; background-size:30px auto;}
.xzjy_d2_qm{ position:absolute; right:50px; bottom:40px; font-size:16px; color:#333333; line-height:30px;}
.xzjy_d2_qm span{ display:inline-block; width:56px; height:1px; background:#c6c6c6; margin-right:15px; position:relative; top:-5px;}

/*校园新闻*/
.news_list li{ padding:20px 0; border-bottom:#e3e3e3 1px solid; position:relative; padding-left:120px;}
.news_list li .news_img{ position:absolute; left:0; top:20px; width:110px; height:80px; object-fit: cover;}
.news_list li .txt{}
.news_list li .txt .txt1{ font-size:14px; color:#333333; line-height:20px; font-weight:bold;}
.news_list li .txt .txt2{ font-size:14px; color:#999999; line-height:20px;}
.news_list li .txt .txt3{ font-size:14px; color:#999999; line-height:20px;}


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#333333; line-height:30px; font-weight:bold; text-align:center;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; border-bottom:#e3e3e3 1px solid; padding-bottom:10px; margin-bottom:10px;}
.news_i_more{ border-top:#e3e3e3 1px solid; padding-top:10px;}
.news_i_more li{}

/*领导班子*/
.ldbz_list li{ padding:20px 0; border-bottom:#e3e3e3 1px solid; position:relative; padding-left:160px; height:120px;}
.ldbz_list li .news_img{ position:absolute; left:0; top:20px; width:150px; height:120px; object-fit: cover;}
.ldbz_list li .txt{}
.ldbz_list li .txt .txt1{ font-size:14px; color:#333333; line-height:30px; font-weight:bold;}
.ldbz_list li .txt .txt2{ font-size:14px; color:#333333; line-height:30px;}
.ldbz_list li .txt .txt3{ font-size:14px; color:#999999; line-height:25px; height:50px; overflow:hidden; margin-top:10px;}

/*图片展示*/
.pic_list li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.pic_list li:nth-child(2n+1){ margin-left:0;}
.pic_list li .img img{ display:block; width:100%; height:2.5rem; object-fit: cover;}
.pic_list li .txt{ height:35px; line-height:35px; text-align:center; font-size:14px; color:#333333; border:#f5f5f5 1px solid; transition:all 0.3s;}

/*机构设置*/
.n_nav2{ text-align:center; line-height:50px; border-top:#999999 1px solid; padding:10px 0;}
.n_nav2 a{ display:inline-block; width:140px; height:40px; background:#999999; border-radius:20px; font-size:14px; color:#ffffff; line-height:40px; margin:0 2px; transition:all 0.3s;}
.n_nav2 a.on,
.n_nav2 a:hover{ background:#b35c4b;}

.jgsz_title1{ height:40px; padding:0 20px; background:#b35c4b; font-size:16px; color:#ffffff; line-height:40px;}
.jgsz_list li{ padding:20px 0 20px 0; border-top:#dadada 1px solid;}
.jgsz_list li:nth-child(1){ border-top:0;}
.jgsz_title2 span{ display:inline-block; width:140px; line-height:30px; padding:5px 0; text-align:center; background:#7c696f; font-size:16px; color:#ffffff; margin-right:15px; margin-bottom:10px; max-width:100%; box-sizing:border-box;}
.jgsz_title3{ font-size:16px; color:#333333; line-height:30px; padding:10px 0 10px 12px; position:relative;}
.jgsz_title3:after{content: ""; position:absolute; left:0px; top:50%; margin-top:-7px; width:4px; height:14px; background:#7c696f;}
.jgsz_txt{ font-size:14px; color:#666666; line-height:35px;}

/*师资力量*/
.szll_list li{ float:left; width:48%; margin-left:4%; border-bottom:#b35c4b 2px solid; margin-top:20px;}
.szll_list li:nth-child(2n+1){ margin-left:0;}
.szll_list li img{ display:block; width:100%; height:4rem; object-fit: cover;}
.szll_list li .txt{ border-left:#f0f0f0 1px solid; border-right:#f0f0f0 1px solid; padding:5px 0;}
.szll_list li .txt .txt1{ font-size:16px; color:#333333; height:30px; line-height:30px; text-align:center;}
.szll_list li .txt .txt2{ font-size:14px; color:#666666; height:30px; line-height:30px; text-align:center;}

/*课程设置*/


/*就业方向*/
.jyjx_content table{ }
.jyjx_content table tr td{ background:#e5e5e5; font-size:14px; color:#666666; padding:5px 5px; line-height:30px; border:#f5f5f5 2px solid;}
.jyjx_content table tr:nth-child(1) td{ background:#b35c4b; font-size:16px; color:#fff; text-align:center;}
.jyjx_content table tr td:nth-child(1){ width:80px; text-align:center;}


/*专题讲座*/
.ttjz_list li{ float:left; width:48%; margin-left:4%; padding:5px; border:#e1e1e1 1px solid; margin-top:20px; box-sizing:border-box;}
.ttjz_list li:nth-child(2n+1){ margin-left:0;}
.ttjz_list li img{ display:block; width:100%; height:1.8rem; object-fit: cover;}
.ttjz_list li .txt1{ font-size:14px; color:#666666; line-height:30px; padding-top:10px;}
.ttjz_list li .txt2{ font-size:14px; color:#999999; line-height:30px; position:relative;}
.ttjz_list li .txt3{ position:absolute; right:0; top:0px; font-size:14px; color:#80203c;}
.ttjz_list li:nth-child(2n){ float:right;}

/*网上展厅*/
.wszt_list li{ float:left; width:48%; border:#e1e1e1 1px solid; margin-left:4%; margin-top:20px; box-sizing:border-box;}
.wszt_list li:nth-child(2n+1){ margin-left:0;}
.wszt_list li img{ display:block; width:100%; height:1.72rem; object-fit: cover;}
.wszt_list li .txt1{ font-size:14px; color:#666666; line-height:30px; padding:5px 10px; text-align:center; transition:all 0.3s;}


/*招生问答*/
.zswd_list li{ padding: 20px 0 20px 25px; border-bottom:#e2e2e2 1px solid; position:relative;}
.zswd_list li:before{content: ""; position:absolute; left:0; top:25px; width:20px; height:20px; background:url(../images/i_d6_2_ico1.png) center no-repeat;}
.zswd_list li:after{content: ""; position:absolute; left:0; top:57px; width:20px; height:20px; background:url(../images/i_d6_2_ico2.png) center no-repeat;}
.zswd_list li .txt1{ font-size:14px; color:#333333; line-height:30px; height:30px; position:relative; padding-right:80px;}
.zswd_list li .txt1 .rq{ position:absolute; right:0; top:0; font-size:14px; color:#999999}
.zswd_list li .txt2{ font-size:14px; color:#999999; line-height:25px; position:relative; margin-top:5px; overflow:hidden;}
/*.zswd_list li .zswd_bt{ position:absolute; right:0; bottom:10px; width:60px; height:30px; background:url(../images/zswd_ico.png) right center no-repeat; cursor:pointer;}*/

/*.zswd_list li.on .txt2{ height:auto;}*/
/*.zswd_list li.on .zswd_bt{ background:url(../images/zswd_ico_on.png) right center no-repeat;}*/

/*联系我们*/
.lianxi_list li{ font-size:14px; color:#666666; line-height:30px; margin-bottom:10px;}
.lianxi_list li img{ position:relative; top:3px; margin-right:5px; height:60%;}

/*招聘信息*/
.zpxx_img{ display:block; width:100%;}
.zpxx_list{}
.zpxx_list li{ padding:10px 0; font-size:14px; color:#333333; line-height:30px; font-weight:bold; position:relative; padding-right:80px; border-bottom:#dbdbdb 1px solid;}
.zpxx_list li .rq{ position:absolute; right:0; top:10px; font-size:14px; color:#999999; font-weight:normal; text-align:right;}

/*招生报名*/
.zxmb_box{ padding-left:15px; background:#fff; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxmb_list li{ float:left; width:50%; box-sizing:border-box; padding-left:120px; position:relative; height:56px; line-height:56px;}
.zxmb_title{ position:absolute; top:0; left:0; width:50px; text-align:left; line-height:46px;}
.zxmb_inp{ width:100%; height:34px; border:#e1e1e1 1px solid; padding:0 20px; box-sizing:border-box; outline:none;}
.zxmb_sel{ width:100%; height:34px; border:#e1e1e1 1px solid; padding:0 20px; box-sizing:border-box; outline:none;}
.zxmb_box_title{ font-size:16px; color:#999999; line-height:30px; padding-top:40px; padding-bottom:10px;}
.zxmb_bt{ display:block; width:205px; height:34px; line-height:34px; text-align:center; background:#80203c; font-size:16px; color:#fff; border:0; margin:0 auto; cursor:pointer;}

/*招生报名2*/
.zxmb2_box{ padding-left:20px; padding-right:20px; background:#fff; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); border-radius:5px;}
.zxmb2_list li{ box-sizing:border-box; position:relative; margin-bottom:10px;}
.zxmb2_txt{ line-height:25px; font-size:14px; color:#424242; padding:5px 0;}
.zxmb2_inp{ width:100%; height:34px; border:#e1e1e1 1px solid; padding:0 10px; box-sizing:border-box; outline:none; font-size:14px;}
.zxmb2_sel{ width:100%; height:34px; background:#fff; border:#e1e1e1 1px solid; padding:0 10px; box-sizing:border-box; outline:none; font-size:14px;}
.zxmb2_box_title{ font-size:16px; color:#999999; line-height:30px; padding-top:40px; padding-bottom:10px;}
.zxmb2_bt{ display:block; width:205px; height:34px; line-height:34px; text-align:center; background:#80203c; font-size:16px; color:#fff; border:0; margin:0 auto; cursor:pointer;}

/*在线咨询*/
.zxzx_box{ padding:0 20px; background:#fff; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.zxzx_list{}
.zxzx_list li{ width:100%; box-sizing:border-box; padding-left:50px; position:relative; line-height:30px; padding-top:6px; padding-bottom:6px;}
.zxmb_textarea{ width:100%; height:110px; border:#e1e1e1 1px solid; padding:5px 20px; box-sizing:border-box; outline:none; font-family:"微软雅黑";}
