@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #666;
}

body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
input,
select,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body {
  background: #f7f9fa;
}

/*.btn{
	border: 0px;
	height: 31px;
    width: 39px;
    margin-left: -4px;
}*/
.btn {
  height: 30px;
  width: 32px;
  position: relative;
  border-radius: 0px 22px 22px 0px;
  margin-left: -31px;
  border: 0px;
  /* float: right;*/
}

.inp {
  width: 250px;
  height: 30px;
  -webkit-box-shadow: 0 0 4px 1px #e5e5e5;
          box-shadow: 0 0 4px 1px #e5e5e5;
  border: 0px;
  border-radius: 40px;
  border-right: 0px;
  vertical-align: top;
  padding-left: 10px;
}

.search {
  display: inline-block;
  float: right;
  position: relative;
  margin-top: 93px;
  /* margin-left: 18px; */
  margin-right: 49px;
  display: none;
}

.btn:focus,
#q:focus {
  outline: 0;
}

input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #999;
  /* placeholder字体大小  */
  font-size: 12px;
  /* placeholder位置  */
  text-align: -webkit-auto;
  padding-left: 5px;
}

/*.inp:hover{
	width: 400px;
	transform: scale(2s);
}    	 */
ul {
  list-style: none;
}

img {
  border: 0px;
}

* {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666666;
}

div {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

ul > li > a:hover {
  color: #3C8AE6;
}

.home-nav {
  height: 190px;
  width: 1200px;
  margin: auto;
  background: url("../images/logoBg.png") no-repeat;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logoBg.png', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logoBg.png', sizingMethod='scale');
}

.home-nav > img {
  margin-top: 30px;
}

.bread > ul > li {
  display: inline-block;
  margin-left: -4px;
}

.bread > ul > li a {
  display: inline-block;
  width: 297px;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 38px;
  font-size: 16px;
}

.bread > ul > li a:hover {
  background: #1f47ab;
}

.bread {
  background: #3b71f7;
  margin-top: 37px;
}

.bread ul li:first-child {
  background: #1f47ab;
  margin-left: 0px;
}

.bread > ul li:last-child {
  margin-left: 6px;
}

.first {
  width: 1200px;
  margin: auto;
  background: white;
  border: 1px solid #f1f4f5;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}

.device {
  width: 533px;
}

.first-cont {
  padding: 20px;
}

.swiper-container {
  height: 300px !important;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 30px;
}

.swiper-active-switch {
  background: #3c8ae6;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 30px;
}

.swiper-container {
  cursor: inherit !important;
}

.pagination {
  position: absolute;
  text-align: center;
  z-index: 100;
  bottom: 10px;
  width: 100px;
  right: 10px;
}

.swiper-slide > img {
  width: 1200px;
  height: 300px;
}

.ok {
  height: 40px;
  margin-top: -43px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  color: white;
  line-height: 38px;
}

.ok a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.news,
.device {
  display: inline-block;
  vertical-align: top;
}

.title > p span {
  font-size: 18px;
  color: #3c8ae6;
  margin-left: 10px;
  display: inline-block;
  font-family: '黑体';
  font-weight: bold;
}

.title > p img {
  vertical-align: text-bottom;
}

.news {
  width: 590px;
  margin-left: 30px;
}

.title p {
  border-bottom: 2px solid #3c8ae6;
  width: 107px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: -1px;
}

.title {
  border-bottom: 1px solid #e5e5e5;
}

.more {
  float: right;
  margin-top: 5px;
  color: #999;
}

.more > a {
  font-size: 12px;
}

.time {
  float: right;
  color: #999;
}

.ul {
  padding-top: 8px;
}

.lm {
  color: #3c8ae6;
  margin-right: 10px;
}

.ul > ul li {
  line-height: 33px;
}

.ul > ul li > a:hover {
  color: #3c8ae6;
}

.ul > ul li > a:hover + .time {
  color: #3C8AE6;
}

.second {
  width: 1200px;
  margin: auto;
  height: 230px;
  background: white;
  border: 1px solid #f1f4f5;
  border-radius: 5px;
  margin-top: 20px;
}

.second-cont {
  padding: 20px;
}

.info {
  width: 533px;
  display: inline-block;
  vertical-align: top;
}

.info .title p {
  width: 123px;
}

.teach {
  display: inline-block;
  vertical-align: top;
  width: 590px;
  margin-left: 30px;
}

.third {
  width: 1200px;
  margin: auto;
  height: 120px;
  background: white;
  border: 1px solid #f1f4f5;
  border-radius: 5px;
  margin-top: 20px;
}

.third-cont {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inter,
.consult,
.appeal {
  width: 355px;
  height: 80px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}

.inter img,
.consult img,
.appeal img {
  vertical-align: middle;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
}

.inter a,
.consult a,
.appeal a {
  font-size: 18px;
  margin-left: 20px;
  color: white;
}

.inter p,
.consult p,
.appeal p {
  text-align: center;
  margin-top: 17px;
}

.inter {
  background: #3c8ae6;
}

.consult {
  background: #90c31f;
  margin: 0px 43px;
}

.appeal {
  background: #12b6b4;
}

.inter:hover img {
  transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

.consult:hover img {
  transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

.appeal:hover img {
  transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
  -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

.fourth {
  width: 1200px;
  margin: auto;
  height: 230px;
  background: white;
  border: 1px solid #f1f4f5;
  border-radius: 5px;
  margin-top: 20px;
}

.fourth-cont {
  padding: 20px;
}

.student,
.exam,
.price {
  display: inline-block;
  vertical-align: top;
  /* width:360px */
  width: 540px;
}

.price {
  width: 590px;
}

.exam {
  /* margin: 0px 35px; */
  margin: 0px 23px 0px 0px;
}

.fivth {
  width: 1200px;
  margin: auto;
  height: 320px;
  background: white;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  background: url("../images/bg_03.png") no-repeat;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_03.png', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_03.png', sizingMethod='scale');
}

.fivth p {
  margin-top: 15px;
  padding-top: 15px;
}

.fivth > p img {
  position: absolute;
  left: -7px;
}

.fivth-cont {
  padding: 20px;
  padding-top: 10px;
}

.left {
  width: 750px;
  display: inline-block;
  vertical-align: top;
}

.right {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-left: 45px;
  margin-top: 5px;
}

.right .title {
  text-align: center;
}

.left .title p {
  padding-bottom: 10px;
}

.left .title {
  text-align: center;
}

.slideTxtBox {
  width: 750px;
  text-align: left;
}

.slideTxtBox .hd {
  height: 45px;
  line-height: 30px;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  top: -1px;
  height: 32px;
  padding-top: 10px;
}

.slideTxtBox .hd ul li:first-child {
  margin-left: 0px;
}

.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  margin: 0px 13px;
  text-align: center;
  font-size: 15px;
}

.slideTxtBox .hd ul li.on {
  height: 30px;
  border-bottom: 2px solid #d86a34;
  color: #d86a34;
}

.slideTxtBox .bd ul {
  height: 165px;
  overflow: auto;
  overflow-x: hidden;
}

.slideTxtBox .bd ul li {
  margin-top: 14px;
  border: 0px;
  display: inline-block;
  width: 230px;
  vertical-align: top;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
}

/*.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }*/
.right .slideTxtBox .bd ul li {
  margin-top: 18px;
  border: 0px;
  display: inline-block;
  width: 109px;
  vertical-align: top;
}

.footer {
  width: 100%;
  background: #2e2f32;
  height: 120px;
  margin-top: 25px;
}

.footer-con {
  width: 1200px;
  margin: auto;
  text-align: center;
  color: white;
  line-height: 24px;
}

.footer-con p {
  color: white;
  padding-top: 25px;
}

/**************************************/
/**************************************/
/**************************************/
/**************************************/
.content-main {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
  border: 1px solid lightgray;
  border-top: 8px solid #eaeaea;
  position: relative;
  background: white;
}

.add {
  border-bottom: 1px solid lightgray;
  text-align: right;
}

.add .address {
  color: #999;
  line-height: 20px;
  /*padding-bottom: 30px;*/
  margin-top: 15px;
}

.address {
  position: relative;
}

.content-main {
  position: relative;
}

.content-main .address a {
  padding-top: 10px;
  display: inline-block;
}

.add-cont {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
}

.address p {
  font-size: 26px;
  padding: 0px 30px 0px 40px;
  position: absolute;
  margin-top: 18px;
  bottom: -5px;
  background: #f7f9fa;
}

.add .address a {
  padding-bottom: 10px;
}

.content-con {
  width: 85%;
  margin: auto;
  line-height: 28px;
  padding-top: 30px;
}

.con-title {
  font-size: 22px;
  font-family: '黑体';
  text-align: center;
}

.author {
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid lightgray;
}

.share {
  position: absolute;
  right: 90px;
  top: 400px;
  top: 70px;
}

.list-main {
  width: 1200px;
  margin: auto;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.left-main {
  width: 225px;
  -webkit-box-shadow: 0 0 4px 0px #e5e5e5;
          box-shadow: 0 0 4px 0px #e5e5e5;
  display: inline-block;
  vertical-align: top;
}

.sj {
  width: 12px;
  vertical-align: middle;
  display: none;
}

.active {
  color: #3C8AE6;
}

.menu {
  background: white;
  min-height: 650px;
}

.menu > ul > li > a {
  font-size: 16px;
}

.info-open {
  font-size: 18px;
  color: white;
  background: #3b71f7;
  padding: 20px;
  text-align: center;
}

.info-open a {
  font-size: 18px;
}

.menu > ul > li > ul {
  margin-left: 35px;
}

.menu > ul > li {
  /*padding: 23px 0px 6px 0px;*/
}

.menu ul {
  width: 85%;
  margin: auto;
}

.menu > ul > li > a {
  border-bottom: 1px solid #e5e5e5;
}

.menu > ul > li > a {
  display: inline-block;
  padding: 18px 10px 18px 10px;
  width: 85%;
}

.schoolName {
  position: absolute;
  bottom: 65px;
  color: #e71c16;
  font-size: 30px;
  right: 100px;
}

.menu > ul > li > ul > li {
  padding: 10px 10px;
}

.right-main {
  display: inline-block;
  vertical-align: top;
  background: white;
  width: 950px;
  -webkit-box-shadow: 0 0 4px 0px #e5e5e5;
          box-shadow: 0 0 4px 0px #e5e5e5;
  margin-left: 20px;
}

.right-content {
  width: 93%;
  margin: auto;
}

.title1 > p span {
  margin-top: 35px;
  font-size: 18px;
  color: #3c8ae6;
  display: inline-block;
  font-family: '黑体';
  font-weight: bold;
}

.title1 > p img {
  vertical-align: text-bottom;
}

.title1 p {
  border-bottom: 4px solid #3c8ae6;
  width: 75px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: -2px;
}

.title1 {
  border-bottom: 1px solid #e5e5e5;
}

.one-left {
  width: 200px;
  line-height: 30px;
  width: 330px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  height: 410px;
  overflow: auto;
  margin-bottom: 20px;
}

.one-left img {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.one-right {
  display: inline-block;
  vertical-align: top;
}

.one-right img {
  width: 500px;
  height: 320px;
  margin-top: 20px;
}

.one {
  -webkit-box-shadow: 0 0 4px 0px #e5e5e5;
          box-shadow: 0 0 4px 0px #e5e5e5;
  min-height: 365px;
}

.cont-one {
  width: 95%;
  margin: auto;
}

.lisy1 p {
  font-size: 16px;
  color: #3c8ae6;
  text-align: center;
  padding-top: 20px;
}

.lisy1 {
  width: 265px;
  vertical-align: top;
  display: inline-block;
}

.lisy1 ul li {
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.right-content .add-cont {
  width: 100%;
  text-align: right;
  padding: 20px 0px 0px 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.right-list {
  padding: 10px 0px;
  min-height: 600px;
}

.right-list li {
  line-height: 40px;
}

.page {
  width: 100%;
  text-align: center;
  color: #777;
  padding: 15px 0px;
}

.right-content .address {
  float: right;
  bottom: 10px;
}

.list-address p {
  display: inline-block;
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 4px solid #3c8ae6;
}

.list-address a {
  float: right;
  bottom: 10px;
  margin-top: 20px;
}

.list-address {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 17px;
}

.zf {
  /*position: relative;*/
}

.yy {
  position: absolute;
  background: white;
  z-index: 1;
  height: 300px;
  display: none;
  width: 360px;
  left: 0px;
}

.zf:hover .yy {
  display: block;
  padding-top: 5px;
}

.right .bd > ul {
  position: relative;
}

.slideTxtBox .bd ul::-webkit-scrollbar {
  width: 2px;
  /*滚动条宽度*/
  height: 16px;
  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
.slideTxtBox .bd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: #e5e5e5;
  /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
.slideTxtBox .bd ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3B71F7;
  /*滚动条的背景颜色*/
}

.one-left::-webkit-scrollbar {
  width: 2px;
  /*滚动条宽度*/
  height: 16px;
  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
.one-left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: #e5e5e5;
  /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
.one-left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3B71F7;
  /*滚动条的背景颜色*/
}

.swiper-slide img {
  width: 533px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
