@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.titstr9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
@font-face {
  font-family: Helvetica;
  src: url('../font/Helvetica.ttf');
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
#piaofu {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 146px;
  background-image: url(../Images/z28.png);
}
#piaofu .tel {
  position: absolute;
  left: 30px;
  bottom: 24px;
  font-size: 24px;
  color: #2f9860;
  font-weight: bold;
}
/*结构*/
#banner {
  position: relative;
  height: 560px;
}
#banner .swiper-container {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .pic {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../Images/z1.png);
}
#brand {
  position: relative;
  background-color: #f5f8f2;
  padding: 20px 0;
}
#brand .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#brand .content .tit {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
}
#brand .content .tit span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#brand .content .text {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  color: #383838;
  overflow: hidden;
}
#brand .content .text img {
  max-width: 100%;
}
#signup {
  position: relative;
  background-color: #f5f8f2;
  padding: 20px 0;
}
#signup .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 120px;
}
#signup .content .data {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px 0;
  height: 230px;
  border-radius: 10px;
  box-shadow: 0 0 10px #DDDDDD;
}
#signup .content .data .tit {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
}
#signup .content .data .tit span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#signup .content .data form {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
#signup .content .data form .layui-inline {
  width: 270px;
  margin: 0 5px;
  text-align: left;
}
#signup .content .data form .layui-inline .layui-input,
#signup .content .data form .layui-inline .layui-select,
#signup .content .data form .layui-inline .layui-textarea {
  height: 45px;
  font-size: 16px;
}
#signup .content .data .submit {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
#signup .content .data .submit span {
  display: inline-block;
  width: 186px;
  line-height: 54px;
  border-radius: 54px;
  background-color: #008483;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
}
#kecheng {
  position: relative;
}
#kecheng .content {
  position: relative;
  width: 1200px;
  margin: 200px auto 40px;
}
#kecheng .content ul li {
  position: relative;
  float: left;
  width: 380px;
  text-align: center;
  border: 2px solid #2f9860;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}
#kecheng .content ul li .tit {
  position: relative;
  background-color: #2f9860;
  color: #FFFFFF;
  line-height: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#kecheng .content ul li .text {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  margin: 20px;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#kecheng .content ul li .pic {
  position: relative;
  height: 185px;
  margin: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#kecheng .content ul li:nth-child(3n+2) {
  margin: 0 30px;
}
#kecheng .content ul:after {
  content: " ";
  display: block;
  clear: both;
}
#advantage {
  position: relative;
  background-color: #eaf4ef;
  padding: 40px 0 70px 0;
}
#advantage .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#advantage .content .tit {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
}
#advantage .content .tit span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#advantage .content .datalist {
  position: relative;
  margin-top: 20px;
}
#advantage .content .datalist ul li {
  position: relative;
  width: 370px;
  height: 255px;
  float: left;
  background-image: url(../Images/z5.png);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#advantage .content .datalist ul li .keyword {
  position: absolute;
  left: 35px;
  top: 82px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  background: url(../Images/z8.png);
  color: #FFFFFF;
}
#advantage .content .datalist ul li .stit {
  position: absolute;
  left: 106px;
  top: 110px;
  width: 230px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}
#advantage .content .datalist ul li .text {
  position: absolute;
  left: 35px;
  top: 160px;
  width: 300px;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}
#advantage .content .datalist ul li .zixun {
  position: absolute;
  left: 70px;
  bottom: -26px;
  width: 230px;
  line-height: 60px;
  background-color: #008483;
  border-radius: 60px;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../Images/z9.png);
  background-position: left 50px center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#advantage .content .datalist ul li .zixun a {
  color: #FFFFFF;
  display: block;
  text-indent: 96px;
}
#advantage .content .datalist ul li:nth-child(3n+2) {
  margin: 0 45px;
}
#advantage .content .datalist ul li:hover .zixun {
  background-color: #2f9860;
}
#advantage .content .datalist ul .s1 {
  background-image: url(../Images/z5.png);
}
#advantage .content .datalist ul .s1:hover {
  background-image: url(../Images/z10.png);
}
#advantage .content .datalist ul .s2 {
  background-image: url(../Images/z6.png);
}
#advantage .content .datalist ul .s2:hover {
  background-image: url(../Images/z11.png);
}
#advantage .content .datalist ul .s3 {
  background-image: url(../Images/z7.png);
}
#advantage .content .datalist ul .s3:hover {
  background-image: url(../Images/z12.png);
}
#advantage .content .datalist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#teacher {
  position: relative;
  padding: 50px 0;
}
#teacher .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#teacher .content .sbtn {
  position: absolute;
  top: 210px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
#teacher .content .prev {
  left: -90px;
  background-image: url(../Images/z14.png);
}
#teacher .content .next {
  right: -90px;
  background-image: url(../Images/z15.png);
}
#teacher .content .swiper-container {
  position: relative;
}
#teacher .content .swiper-container .swiper-wrapper {
  position: relative;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  border: solid 2px #b6dbc8;
  border-radius: 10px;
  box-sizing: border-box;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  border: solid 3px #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  position: relative;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 132, 131, 0.7);
  color: #FFFFFF;
  font-size: 18px;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .tit span {
  font-size: 20px;
  font-weight: bold;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .text .nbsp {
  position: relative;
  height: 140px;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data .text .str {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 15px;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data:hover .tit {
  background-color: rgba(47, 152, 96, 0.7);
}
#teacher .content .swiper-container .swiper-wrapper .swiper-slide .data:hover .text {
  opacity: 1;
}
#schooltypes {
  position: relative;
  padding: 60px 0;
  background-image: url(../Images/z16.jpg);
  background-size: cover;
}
#schooltypes .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#schooltypes .content .items {
  position: relative;
}
#schooltypes .content .items .item {
  position: relative;
  width: 380px;
  height: 550px;
  float: left;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 10px #EEEEEE;
}
#schooltypes .content .items .item .type {
  position: relative;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
  font-size: 38px;
  color: #2f9860;
  font-weight: bold;
  background-image: url(../Images/z17.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#schooltypes .content .items .item .kcs {
  position: relative;
  height: 100px;
  text-align: center;
}
#schooltypes .content .items .item .kcs ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#schooltypes .content .items .item .kcs ul li {
  position: relative;
  display: inline-block;
  width: 100px;
  line-height: 40px;
  background-color: #d5eadf;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  margin: 10px 5px;
  margin-bottom: 0;
}
#schooltypes .content .items .item .yds {
  position: relative;
  padding: 0 30px;
  margin-top: 5px;
}
#schooltypes .content .items .item .yds .yd {
  position: relative;
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../Images/z19.png);
  background-position: left top 11px;
  background-repeat: no-repeat;
}
#schooltypes .content .items .item .line {
  position: relative;
  height: 30px;
  background-image: url(../Images/z18.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#schooltypes .content .items .item .dz {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#schooltypes .content .items .item .dz span {
  width: 346px;
  display: inline-block;
  cursor: pointer;
  background-color: #008483;
  line-height: 54px;
  border-radius: 54px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
#schooltypes .content .items .item:nth-child(3n+2) {
  margin: 0 30px;
}
#schooltypes .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#paihangbang {
  position: relative;
  padding: 45px 0;
  background-image: url(../Images/z21.jpg);
  background-position: center center;
  background-size: cover;
}
#paihangbang .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#paihangbang .content .lists {
  position: relative;
  margin: 15px 0;
  padding: 15px 20px;
  background-color: #eaf4ef;
  border-radius: 20px;
  box-shadow: 0 0 10px #DDDDDD;
}
#paihangbang .content .lists .head {
  position: relative;
  line-height: 60px;
  border-bottom: solid 1px #d7ebe0;
}
#paihangbang .content .lists .head .zd {
  position: relative;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#paihangbang .content .lists .head .zd.z1 {
  width: 160px;
}
#paihangbang .content .lists .head .zd.z2 {
  width: 290px;
}
#paihangbang .content .lists .head .zd.z3 {
  width: 310px;
}
#paihangbang .content .lists .head .zd.z4 {
  width: 380px;
}
#paihangbang .content .lists .head:after {
  content: " ";
  display: block;
  clear: both;
}
#paihangbang .content .lists .group {
  position: relative;
  height: 280px;
  overflow: hidden;
  margin-top: 10px;
}
#paihangbang .content .lists .group ul {
  position: relative;
  top: 0;
  margin: 0;
}
#paihangbang .content .lists .group ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#paihangbang .content .lists .group ul li .zd {
  position: relative;
  float: left;
  text-align: center;
  font-size: 16px;
}
#paihangbang .content .lists .group ul li .zd span {
  padding: 0 15px;
}
#paihangbang .content .lists .group ul li .zd.z1 {
  width: 160px;
}
#paihangbang .content .lists .group ul li .zd.z2 {
  width: 290px;
}
#paihangbang .content .lists .group ul li .zd.z3 {
  width: 310px;
}
#paihangbang .content .lists .group ul li .zd.z4 {
  width: 380px;
  color: #fe5f18;
}
#paihangbang .content .lists .group ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#huanjing {
  position: relative;
  padding: 40px 0;
}
#huanjing .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#huanjing .content .thisname {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
}
#huanjing .content .thisname span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#huanjing .content #masonry {
  position: relative;
  height: 606px;
  overflow: hidden;
}
#huanjing .content #masonry .box {
  position: absolute;
  overflow: hidden;
}
#huanjing .content #masonry .box img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
#huanjing .content #masonry .box:hover img {
  transform: scale(1.1);
}
#huanjing .content #masonry .b1 {
  left: 0;
  top: 0;
  width: 388px;
  height: 396px;
}
#huanjing .content #masonry .b2 {
  left: 0;
  bottom: 0;
  width: 388px;
  height: 198px;
}
#huanjing .content #masonry .b3 {
  left: 397px;
  top: 0;
  width: 304px;
  height: 198px;
}
#huanjing .content #masonry .b4 {
  left: 397px;
  bottom: 0;
  width: 304px;
  height: 398px;
}
#huanjing .content #masonry .b5 {
  right: 0;
  top: 0;
  width: 489px;
  height: 396px;
}
#huanjing .content #masonry .b6 {
  right: 0;
  bottom: 0;
  width: 489px;
  height: 198px;
}
#huanjing .content #masonry:after {
  content: " ";
  display: block;
  clear: both;
}
#products {
  position: relative;
  padding: 40px 0;
  background-image: url(../Images/z22.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
#products .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#products .content .thisname {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
}
#products .content .thisname span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#products .content .plist {
  position: relative;
  padding: 30px 0 50px 0;
}
#products .content .plist ul li {
  position: relative;
  float: left;
  text-align: center;
  width: 186px;
  margin-right: 16px;
}
#products .content .plist ul li .icon {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  transform: translateX(-50%);
  width: 74px;
  height: 74px;
}
#products .content .plist ul li .icon img {
  width: 100%;
  height: 100%;
}
#products .content .plist ul li .data {
  position: relative;
  margin-top: 40px;
  padding: 50px 5px 30px 5px;
  background-color: #2f9860;
  color: #FFFFFF;
  border-radius: 10px;
}
#products .content .plist ul li .data .tit {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
#products .content .plist ul li .data .text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
  white-space: break-spaces;
}
#products .content .plist ul li:nth-child(6n+1) .data {
  background-color: #2f9860;
}
#products .content .plist ul li:nth-child(6n+2) .data {
  background-color: #1bab5e;
}
#products .content .plist ul li:nth-child(6n+3) .data {
  background-color: #0bb28d;
}
#products .content .plist ul li:nth-child(6n+4) .data {
  background-color: #1fb7cd;
}
#products .content .plist ul li:nth-child(6n+5) .data {
  background-color: #2bbae2;
}
#products .content .plist ul li:nth-child(6n) {
  margin-right: 0;
}
#products .content .plist ul li:nth-child(6n) .data {
  background-color: #19a3eb;
}
#products .content .plist ul:after {
  content: " ";
  display: block;
  clear: both;
}
#products .content .schoolgroup {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #BDBCBC;
  margin-top: 20px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
#products .content .schoolgroup .school {
  position: relative;
  background-color: #008483;
  width: 260px;
  min-height: 460px;
}
#products .content .schoolgroup .school ul {
  padding: 40px 0 40px 10px;
}
#products .content .schoolgroup .school ul li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  padding-left: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
#products .content .schoolgroup .school ul .active {
  background-color: #FFFFFF;
  color: #008483;
}
#products .content .schoolgroup .groups {
  position: absolute;
  right: 0;
  top: 0;
  width: 940px;
  height: 100%;
  overflow: auto;
  background-color: #FFFFFF;
}
#products .content .schoolgroup .groups .group {
  display: none;
  position: relative;
  padding: 25px;
}
#products .content .schoolgroup .groups .group .obj {
  position: relative;
  margin-bottom: 20px;
}
#products .content .schoolgroup .groups .group .obj .pic {
  position: relative;
  float: left;
  width: 334px;
  height: 186px;
  background-size: cover;
}
#products .content .schoolgroup .groups .group .obj .text {
  position: relative;
  float: right;
  width: 536px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  white-space: break-spaces;
}
#products .content .schoolgroup .groups .group .obj .text img {
  max-width: 100%;
}
#products .content .schoolgroup .groups .group .obj:after {
  content: " ";
  display: block;
  clear: both;
}
#products .content .schoolgroup .groups .group .items {
  position: relative;
  padding-top: 10px;
  border-top: dashed 1px #2f9860;
}
#products .content .schoolgroup .groups .group .items .item {
  position: relative;
  float: left;
  width: 400px;
  margin-right: 40px;
}
#products .content .schoolgroup .groups .group .items .item .itemname {
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  color: #008483;
}
#products .content .schoolgroup .groups .group .items .item .text {
  font-size: 14px;
  line-height: 26px;
  white-space: break-spaces;
}
#products .content .schoolgroup .groups .group .items .item:nth-child(2) {
  margin-right: 0;
}
#products .content .schoolgroup .groups .group .items:after {
  content: " ";
  display: block;
  clear: both;
}
#products .content .schoolgroup .groups .active {
  display: block;
}
#products .content .schoolgroup ::-webkit-scrollbar {
  width: 4px;
}
#products .content .schoolgroup ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
#products .content .schoolgroup ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(48, 152, 96, 0.6);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
#products .content .schoolgroup ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(48, 152, 96, 0.6);
}
#footer {
  position: relative;
  padding: 10px 0 1px 0;
  background-image: url(../Images/z24.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#footer .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#footer .content .guestbook {
  position: relative;
  border: solid 2px #acd6bf;
  border-radius: 20px;
}
#footer .content .guestbook .con {
  position: relative;
  margin: 8px;
  border-radius: 20px;
  background-image: url(../Images/z25.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#footer .content .guestbook .con .data {
  position: relative;
  padding: 25px;
  height: 290px;
  color: #FFFFFF;
  background-image: url(../Images/z26.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#footer .content .guestbook .con .data .t1 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}
#footer .content .guestbook .con .data .t1 span {
  display: inline-block;
  padding-right: 70px;
  background-image: url(../Images/z27.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#footer .content .guestbook .con .data .t2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}
#footer .content .guestbook .con .data .t2 span {
  font-size: 26px;
  margin-right: 10px;
}
#footer .content .guestbook .con .data form {
  position: relative;
  margin-top: 20px;
}
#footer .content .guestbook .con .data form .layui-inline {
  width: 250px;
  margin-right: 10px;
}
#footer .content .guestbook .con .data form dl dd {
  color: #000000;
}
#footer .content .guestbook .con .data form dl .layui-this {
  color: #FFFFFF;
}
#footer .content .guestbook .con .data .submit {
  position: relative;
  margin-top: 30px;
  left: 190px;
}
#footer .content .guestbook .con .data .submit span {
  display: inline-block;
  width: 184px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
}
#footer .content .copyright {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
#footer .content .weblink {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
#showguestbook {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
}
#showguestbook .content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1040px;
  height: 576px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: solid 2px #2f9860;
}
#showguestbook .content .close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 48px;
  height: 48px;
  background-image: url(../Images/close.png);
  cursor: pointer;
}
#showguestbook .content .thisname {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #2f9860;
  margin-top: 20px;
}
#showguestbook .content .thisname span {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: url(../Images/z3.png) left center no-repeat, url(../Images/z3.png) right center no-repeat;
}
#showguestbook .content form {
  position: relative;
  padding: 15px 60px;
}
#showguestbook .content form .layui-inline {
  width: 435px;
  margin: 10px 10px;
}
#showguestbook .content form .layui-inline input,
#showguestbook .content form .layui-inline select {
  height: 58px;
}
#showguestbook .content form .layui-form-item {
  margin: 10px;
  margin-right: 17px;
}
#showguestbook .content form .layui-form-item textarea {
  height: 165px;
}
#showguestbook .content form .layui-submit {
  text-align: center;
  margin-top: 30px;
}
#showguestbook .content form .layui-submit button {
  width: 280px;
  height: 70px;
  border-radius: 70px;
  font-size: 28px;
  background-color: #2f9860;
}
