@charset"gb2312";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "microsoft yahei";
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  outline: none;
}

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

img {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  zoom: 1;
  height: 0;
  content: '.';
  visibility: hidden;
  display: block;
}

.center {
  margin: auto;
}

.bg-gray {
  background: #f0f0f0
}

.bg-box {
  width: 100%;
  display: block;
  overflow: hidden;
}

/* ¨´ */
.margin-t10 {
  margin-top: 10px;
}

.margin-t15 {
  margin-top: 15px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-t25 {
  margin-top: 25px;
}

.margin-t30 {
  margin-top: 30px;
}

.margin-t40 {
  margin-top: 40px;
}

.margin-t50 {
  margin-top: 50px;
}

/* ¡Á¡§¨¨ */
.btn-box {
  width: 280px;
  height: 39px;
  border-radius: 50px;
  background: linear-gradient(45deg, #5078fc, #27a5fa);
  line-height: 39px;
  position: relative;
  z-index: 1;
}

.btn-box>div>a:first-child {
  float: left;
  width: 140px;
  text-align: center;
  color: #fff;
}

.btn-box>div>a:last-child {
  float: right;
  width: 140px;
  text-align: center;
  color: #fff;
}

.bg-active {
  position: absolute;
  top: 2px;
  z-index: -1;
  left: 2px;
  width: 140px;
  height: 35px;
  border-radius: 50px;
  background: #10bad3;
  right: 250px;
}

/* top_box */
.top_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}

.top_box .top_box_left {
  width: 471px;
  height: 82px;
  position: relative;
}

.top_box .top_box_left>img {
  width: 471px;
  height: 49px;
}

.top_box .top_box_left>span {
  display: flex;
  justify-content: space-between;
  line-height: 33px;
}

.top_box .top_box_left>span>p {
  font-size: 16px;
  color: #ee2626;
}

.top_box>img {
  width: 458px;
  height: 82px;
}

/* logo_box */
.logo_box {
  width: 1200px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.logo_box>p {
  width: 240px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right, #f74731, #fd7923);
  line-height: 42px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.logo_box>ul {
  width: 870px;
  display: flex;
  justify-content: space-between;
  color: #515151;
}

.logo_box>ul>li {
  height: 42px;
  font-size: 20px;
  line-height: 40px;
}

.logo_box>ul>li:hover {
  color: #ee2626;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #ee2626;
}

/* ¡Á */
.banner-box {
  width: 1920px;
  position: relative;
  margin-left: -960px;
  left: 50%;
  z-index: 1;
}

.banner-box .menu {
  width: 1200px;
  height: 0;
  position: relative;
  z-index: 1;

}

.banner-box>.menu>.menu-list {
  width: 240px;
  height: 0px;
  display: flex ;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, .3);
}

.banner-box .menu .menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255,0);
}

.banner-box .menu .menu-list li {
  width: 230px;
  height:0;
  overflow: hidden;
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.banner-box>.menu>.menu-list>li:hover {
  width: 230px;
  padding: 0 5px;
  background: rgba(0, 0, 0, .5);
}


.banner-box>.menu>.menu-list>li>img {
  width: 32px;
  height: 16px;
  margin-left: 5px;
}

.banner-box>.menu>.menu-list>li>.menu-list-child {
  width: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  position: absolute;
  right: -301px;
  bottom: 0;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, .4);
  display: none;
}

.banner-box>.menu>.menu-list>li>.menu-list-child>li {
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  color: #222222;
}
.banner-box>.menu>.menu-list>li>.menu-list-child>li>a {
  display: block;
  width:100%;
  text-align: center;
}

.banner-box>.menu>.menu-list>li>.menu-list-child>li>a>strong {
  color: #e01d00;
}

.banner-box>.menu>.menu-list>li>.menu-list-child>li:nth-child(odd) {
  background: #ffe3e3;
}

.banner-box>.menu>.menu-list>li>.menu-list-child>li:nth-child(even) {
  background: #fff;
}

/* slider */
.slider {
  width: 640px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.slider>.slider-list {
  width: 640px;
  height: 270px;
  overflow: hidden;
}

.slider>.slider-list>li {
  cursor: pointer;
  width: 640px;
  height: 270px;
  display: none;
  position: absolute;
  overflow: left;
}

.slider>.slider-num {
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.slider>.slider-num>li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  margin: 0 5px;
}

.slider>.slider-num>.selected {
  background: #ffc30e;
}

/* order_items */
.order_items {
  width: 1200px;
  position: relative;
  z-index: 1;
}

.order_items>.head-rk {
  width: 1064px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.order_items>.head-rk>li {
  width: 203px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.order_items>.head-rk>li>img {
  width: 60px;
  height: 60px;
}

.order_items>.head-rk>li>span {
  width: 133px;
}

.order_items>.head-rk>li>span>strong {
  display: block;
  background: url(../images/icon-go.jpg) right 0 no-repeat;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
}

.order_items>.head-rk>li>span>p {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 36px;
  height: 36px;
}

.order_items>.head-rq {
  width: 100%;
  height: 119px;
  display: flex;
  justify-content: space-between;
}

.order_items>.head-rq {
  width: 100%;
  height: 119px;
  display: flex;
  justify-content: space-between;
}

.order_items>.head-rq>li {
  cursor: pointer;
}

.order_items>.head-rq>li>img {
  width: 171px;
  height: 119px;
}
.order_items>.head-rq>li>a>img {
  width: 171px;
  height: 119px;
}
/* ¡À¡§ */
.bao-ming {
  width: 1200px;
  height: 586px;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}

.bao-ming>.md-list {
  width: 797px;
  height:586px;
  overflow: hidden;
}

.bao-ming>.md-list>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bao-ming>.md-list>span>i {
  width: 34px;
  height: 40px;
  margin: 0 20px;
  background: url(../images/icon-hot.jpg) 0 center no-repeat;
}

.bao-ming>.md-list>span>h1 {
  font-size: 31px;
  height: 40px;
  line-height: 40px;
  color: #303030;
  font-weight: 500;
  text-align: center;
}

.bao-ming>.md-list>span>h1>strong {
  color: #f20000;
  font-weight: 500;
}

.bao-ming>.md-list>div>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bao-ming>.md-list>ul>li,.bao-ming>.md-list>div>ul>li {
  width: 797px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin-top: 3px;
}

.bao-ming>.md-list>ul>li:first-child>p:not(:last-child) {
  /* background: #0798ff;ff6565 */
  background: #ff3b3b;
}

.bao-ming>.md-list>ul>li:first-child>p:last-child {
  background: #ff0a10;
}

.bao-ming>.md-list>ul>li>p:nth-child(1),.bao-ming>.md-list>div>ul>li>p:nth-child(1) {
  width: 129px;
}

.bao-ming>.md-list>ul>li>p:nth-child(2),.bao-ming>.md-list>div>ul>li>p:nth-child(2) {
  width: 129px;
}

.bao-ming>.md-list>ul>li>p:nth-child(3),.bao-ming>.md-list>div>ul>li>p:nth-child(3) {
  width: 280px;
}

.bao-ming>.md-list>ul>li>p:nth-child(4),.bao-ming>.md-list>div>ul>li>p:nth-child(4) {
  width: 100px;
}

.bao-ming>.md-list>ul>li>p:nth-child(5),.bao-ming>.md-list>div>ul>li>p:nth-child(5) {
  width: 147px;
}
.bao-ming>.md-list>div>ul>li>p:last-child:hover {
  color:red;
  cursor: pointer;
}

.bao-ming>.md-list>div>ul>li:not(first-child)>p {
  background: #e6e6e6;
  color: #515151;
}

/* huo-dong */
.huo-dong {
  width: 389px;
  height: 586px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
}

.huo-dong>ul {
  width: 356px;
  height: 586px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.huo-dong>ul>li>a>p {
  text-align: center;
  font-size: 22px;
  color: #515151;
  line-height: 60px;
}

.huo-dong>ul>li>a>img {
  border-radius:8px;
}

.huo-dong>ul>li:not(:first-child)>a>p {
  text-align: left;
  text-indent: 50px;
}

.huo-dong>ul>li:nth-child(2)>a>p {
  background: url(../images/zbhd-zb-icon.jpg) 0 center no-repeat;
}

.huo-dong>ul>li:nth-child(3)>a>p {
  background: url(../images/zshd-zs-icon.jpg) 0 center no-repeat;
}

.huo-dong>ul>li:nth-child(3)>a>span {
  width: 356px;
  display: flex;
  justify-content: space-between;
}

.huo-dong>ul>li:nth-child(3)>a>span>img {
  width: 168px;
  height: 124px;
}

.bm-pic {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.bm-pic>.pic-video-box {
  width: 423px;
}

.bm-pic>.img-box {
  width: 768px;
  height: 238px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.you-xuan {
  width: 1200px;
  box-sizing: border-box;
  position: relative;
}

.you-xuan>.left {
  width: 700px;
  height: 612px;
}

.you-xuan>.left>ul {
  width: 700px;
  height: 612px;
  display: flex;
  justify-content: space-between;
}

.you-xuan>.left>ul>li {
  width: 330px;
  height: 612px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.you-xuan>.left>ul>li:nth-child(1)>img:first-child {
  width: 68px;
  height: 53px;
}

.you-xuan>.left>ul>li:nth-child(2)>img:first-child {
  width: 76px;
  height: 57px;
}

.you-xuan>.left>ul>li>img:nth-of-type(2) {
  width: 298px;
  height: 196px;
}

.you-xuan>.left>ul>li>h2,
.you-xuan>.left>ul>li>h3 {
  text-align: center;
  font-size: 24px;
  color: #515151;
}

.you-xuan>.left>ul>li strong {
  color: #eb1717;
  margin-left: 10px;
}

.you-xuan>.left>ul>li>p {
  color: #515151;
  font-size: 14px;
}

.you-xuan>.left>ul>li>.line {
  width: 298px;
  height: 1px;
  background: #f1f1f1;
}

.you-xuan>.left>ul>li>ul {
  width: 298px;
  height: 220px;
}

.you-xuan>.left>ul>li>ul>li {
  width: 298px;
  display: flex;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #2c2c2c;
  justify-content: space-between;
  flex-wrap: wrap;
}

.you-xuan>.left>ul>li>a {
  width: 236px;
  height: 42px;
  font-size: 15px;
  border: 1px solid #dc0404;
  border-radius: 50px;
  text-align: center;
  line-height: 42px;
  color: #dc0404;
}



.index_bmb {
  width: 1200px;
  margin: 30px auto;
  text-align: center;
}

.index_bmb .con3 {
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
}

.index_bmb .con3 thead {
  background-color: #3399ff;
  font-size: 20px;
  line-height: 2.4em;
}

.index_bmb .con3 th {
  color: white;
  padding: 0;
  border: 1px solid #aaa;
}

.index_bmb .con3 td {
  font-size: 17px;
  color: #0b0b0b;
  line-height: 1.6em;
  padding: 10px 0;
  border: 1px solid #aaa;
}

.index_bmb .con3 .bg2 {
  background: #f70a0a;
  width: 170px;
}

.index_bmb .con3 a {
  color: #F00;
}

.bmdt_p1 {
  font-size: 36px;
  border-bottom: 1px dashed #686868;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 0;
  text-align: left;
  color: #515151;
  line-height: 62px;
}

.w12 {
  width: 1200px;
  margin: auto;
}

h2.tit {
  display: block;
  width: 1200px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  margin: auto;
  font-weight: 700;
  padding: 60px 0 0 0;
}

h4.tit {
  display: block;
  width: 1200px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  font-weight: normal;
  color: #777;
}

.tit_line {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #333;
  margin: 18px auto;
}

.hslzykfq2 {
  margin: 30px auto 0;
  width: 1200px
}
.hslzykfq2>div:nth-child(3)>.hslzykfq3_1>.hslzykfq3_3>a>span{
  display: inline-block;
}
/* mews  start*/

.hslzykfq2>img:nth-of-type(1){
  width:170px;
  height:120px;
}
.hslzykfq2>img:nth-of-type(2){
  width:333px;
  height:222px;
  margin-top:20px;
}
.hslzykfq2>ul{
  width:333px;
  height:300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hslzykfq2>ul>li>a>span{
  width:333px;
  display: flex;
  justify-content: space-between;
}
.hslzykfq2>ul>li>a>span>p{
  font-size: 18px;
  line-height:42px;
}
.you-xuan .index_bmb .w12{
  display: flex;
  justify-content: space-between;
}
.you-xuan .index_bmb .w12 .hslzykfq2>a{
  display: block;
  width:200px;
  height:44px;
  background:#15a4f3 url(../images/course_more.png) 140px center no-repeat;
  background-size:30px 14px;
  border-radius:50px;
  line-height:44px;
  font-size: 21px;
  color:#fff;
}
.you-xuan .index_bmb .w12 .hslzykfq2>ul>li>a:hover{
  display: flex;
  color:red;
  border-bottom: 1px solid red;
}
/* news-end */

.hslzykfq2_1 {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 26px;
  width: 338px;
  height: 612px;
  background-color: #fff
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3 {
  background-color: #fff;
  text-align: center
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3 i {
  display: block;
  margin: 0 auto;
  width: 78px
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3 b {
  display: block;
  padding: 0;
  color: #515151;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3>b>i {
  display: inline-block;
  width: 140px;
  font-style: normal;
  margin: 0;
  color: #eb1717;

}
.hslzykfq2 .hslzykfq2_1:nth-of-type(2) .hslzykfq3>b>i {
  width: 120px;
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3 span {
  display: block;
  color: #515151;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3 a {
  display: none
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_img {
  margin: 10px 20px 8px 20px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_img img {
  border-radius: 5px;
  display: block
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_2 {
  display: none
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_5,
.hslzykfq2 .hslzykfq2_1 .hslzykfq3_6,
.hslzykfq2 .hslzykfq2_1 .hslzykfq3_7 {
  display: none
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_4 span {
  float: right;
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_1 {
  margin: 3px 16px;
  color: #2c2c2c;
}

.hslzykfq2 .hslzykfq2_1 .hslzykfq3_4 {
  display: block;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 28px;
  text-align: left
}

.hslzykfq4 {
  position: absolute;
  bottom: 0;
  width: 236px;
  height: 42px;
  margin: 20px 50px 0 50px;
  border: 1px solid #dc0303;
  border-radius: 50px;
  color: #dc0303;
  text-align: center;
  font-size: 16px;
  line-height: 42px
}

.hslzykfq2 .hslzykfq2_1.on {
  overflow-y: hidden;
  width: 470px;
  height: 612px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}
.hslzykfq2 .on::-webkit-scrollbar {
  width:4px;
}
.hslzykfq2 .on::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
  opacity: 0.2;
  background: fade(@primary-color,60%)
}
.hslzykfq2 .on::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
  border-radius:0;
  background: fade(@primary-color,30%)
}

.hslzykfq2 .on {
  scrollbar-color: #fe2f2f #ffcdcd; 
  scrollbar-width: thin; 
  -ms-overflow-style: none; 

 
  &::-webkit-scrollbar {
    width:2px; 
    height:1px;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    background: #dfdfdf;
  }
  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 3px;
    background: #fff;
  }
}


.hslzykfq2 .on .hslzykfq3 {
  position: relative;
  height: 68px;
  background: -o-linear-gradient(left, #dc0303 0, #ff3030 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #dc0303), to(#ff3030));
  background: linear-gradient(to right, #dc0303 0, #ff3030 100%);
  background-color: #dc0303;
  text-align: left
}

.hslzykfq2 .on .hslzykfq3 b {
  display: block;
  padding-top: 7px;
  padding-left: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 21px
}

.hslzykfq2 .on .hslzykfq3 b>i {
  color: #fff;
}

.hslzykfq2 .on .hslzykfq3 span {
  display: block;
  padding-left: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px
}

.hslzykfq2 .on .hslzykfq3 a {
  position: absolute;
  top: 15.5px;
  right: 30px;
  display: block;
  width: 130px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.hslzykfq2 .on .hslzykfq3 a:hover {
  background-color: #fff;
  color: #dc0303
}

.hslzykfq2 .on .hslzykfq3_1 {
  margin: 0;
  line-height: 20px
}
.hslzykfq2 .on .hslzykfq3_1:not(:nth-of-type(-n+6)){
  display: none;
}

.hslzykfq2 .on .hslzykfq3_2 {
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  width: 180px;
}

.hslzykfq2 .on .hslzykfq3_2 img {
  border-radius: 5px
}

.hslzykfq2 .on .hslzykfq3_3 {
  padding-top: 10px;
  padding-right: 18px;
  padding-left: 218px
}

.hslzykfq3_3 p {
  display: none;
}

.hslzykfq2 .on .hslzykfq3_3 p {
  display: block;
}

.hslzykfq3_3 p {
  font-size: 13px;
  color: #dc0303;
}

.hslzykfq3_3 p i {
  color: #dc0303;
  font-weight: normal;
}

.hslzykfq2 .on .hslzykfq3_4 {
  display: block;
  padding-top: 3px;
  height: auto;
  color: #202020;
  font-size: 18px;
}

.hslzykfq2 .on .hslzykfq3_4 span {
  float: none;
  font-weight: 400;
  font-size: 13px;
  display:block;
}

.hslzykfq2 .on .hslzykfq3_5 {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #202020;
  font-size: 18px;
  text-align: left;
}

.hslzykfq2 .on .hslzykfq3_6 {
  display: block;
  padding-bottom: 3px;
  color: #ff9500;
  font-size: 16px
}

.hslzykfq2 .on .hslzykfq3_7 {
  display: block;
  margin-top: 10px;
  width: 120px;
  height: 28px;
  border-radius: 35px;
  background: -o-linear-gradient(left, #dc0303 0, #ff3030 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #dc0303), to(#ff3030));
  background: linear-gradient(to right, #dc0303 0, #ff3030 100%);
  background-color: #dc0303;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.hslzykfq2 .on .hslzykfq3_img {
  display: none
}

.hslzykfq2 .on .hslzykfq4 {
  display: none
}

.hslzykfq2 .on .hslzykfq3 i {
  display: none
}

.hslmr0 {
  margin-right: 0
}

.hslzykfq3_2 span {
  position: absolute;
  top: 6px;
  left: -18px;
  width: 70px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: changecl 1.6s linear infinite;
  -webkit-animation: changecl 1.6s linear infinite;
}

.zydt_zsz {
  background: #ff3030
}

.zydt_zsz.grcl {
  background: #5da904;
  animation: none;
  -webkit-animation: none;
}

/* baoming */
.bm-online-box {
  background: #de0505;
  width: 100%;
  max-width: 1920px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baoming_online {
  width: 1200px;
  height: 115px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  position: relative;
  align-items: center;
  z-index: 1;
}

.baoming_online>span:nth-of-type(1) {
  display: block;
  width: 204px;
  height: 95px;
  background: #fff url(../images/bm-online-icon.png) 15px center no-repeat;
  line-height: 95px;
  text-indent: 65px;
  font-size: 27px;
  color: #f01d1d;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
}

.baoming_online>span:nth-of-type(2) {
  display: block;
  width: 980px;
  height: 85px;
}

.baoming_online>span:nth-of-type(2)>p {
  width: 100%;
  line-height: 30px;
  color: #fff;
}

.baoming_online>span:nth-of-type(2)>p>b {
  color: yellow;
}

.baoming_online>span:nth-of-type(2)>form {
  display: flex;
  justify-content: space-between;
}

.baoming_online>span:nth-of-type(2)>form>span:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  width: 670px;
}

.baoming_online>span:nth-of-type(2)>form>span:nth-of-type(1)>input {
  width: 325px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  border: none;
  text-indent: 10px;
  font-size: 18px;
}

.baoming_online>span:nth-of-type(2)>form>span:nth-of-type(2) {
  display: block;
  width: 297px;
  height: 44px;
}

.baoming_online>span:nth-of-type(2)>form>span:nth-of-type(2)>input {
  width: 297px;
  height: 42px;
  background: yellow;
  border: none;
  color: #3d3d3d;
  border-radius: 3px;
  cursor: pointer;
  font-family: "microsoft yahei";
  font-size: 18px;
  border-radius: 10px;
  ;
}

.baoming_online>ul {
  display: none;
  width: 385px;
  height: 115px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: -5px -5px 10px -5px rgba(0, 0, 0, .1);
}

.baoming_online>ul>li {
  width: 190px;
  height: 56px;
  background: #fff;
}

.baoming_online>ul>li>a {
  display: block;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baoming_online>ul>li>a:hover {
  color: #fe4042;
}

/* ¡ã¡¤ */
.w12 {
  width: 1200px;
  margin: auto;
}

.home_h2_more {
  margin: 10px auto 20px;
  width: 1200px;
  font-size: 0 !important;
  display: flex;
  justify-content: space-between;
}

.home_h2_more a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 40px;
  color: #000;
  border-bottom: 2px solid #8a8a8a
}

.home_h2_more a.hover {
  color: #dc0303;
  border-bottom: 2px solid #dc0303
}

.xyhj_s_box {
  width: 1200px;
  margin: 0 auto
}
.xyhj_s_box a{
  display: block;
  width:1149px;
  margin:auto;
}
.xyhj_s_box img {
  width: 1149px;
  margin:0 auto;
}

.xyhj_s_box>div {
  width:1149px;
  height:356px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  display: none
}

.xyhj_s_box>div.selected {
  display: flex;
}

.xszp_t_box a {
  width: 225px;
}

.xszp_s_box {
  width: 1200px;
  margin: 0 auto
}

.xszp_s_box img {
  width: 100%
}

.xszp_s_box>div {
  display: none
}

.xszp_s_box>div.selected {
  display: block
}

h3.tit {
  width: 1200px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #2c2c2c;
  margin: auto;
  font-weight: 700;
}

h4.tit {
  width: 1200px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #777;
  line-height: 36px;
}

/* xinwen */
.news_bg {
  width: 100%;
  height: 570px;
  display: block;
  background: #fff;
}

.news_bt {
  width: 1200px;
  height: 128px;
  margin: 0 auto;
}

.news_bt h5 {
  width: 100%;
  height: 76px;
  margin: 0 auto;
  display: block;
  font-family: "¨ª Regular";
  font-size: 34px;
  color: #2c2c2c;
  letter-spacing: 1.5px;
  line-height: 90px;
  text-align: center;
}

.news_fl {
  width: 1200px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}

.news_fl h6 {
  width: 100%;
  height: 40px;
  display: block;
  float: left;
  border-bottom: 2px solid #747474;
  font-family: "¨ª Regular";
  font-size: 20px;
  text-align: center;
  color: #2c2c2c;
  line-height: 40px;
  font-weight: normal;
}

.news_fl h6:nth-child(5) {
  margin-right: 0;
}

.news_fl_list-item {
  width: 100px;
  height: 39px !important;
  display: block;
  margin: 0 auto;
  font-family: "¨ª Regular";
  font-size: 20px;
  text-align: center;
  color: #f50d0d !important;
  line-height: 39px;
  font-weight: normal;
  border-bottom: 4px solid #f50d0d !important;
}

.news_content {
  width: 1200px;
  height: 418px;
  margin: 0 auto;
}

.news_content .show {
  display: block !important;
}

.news_content .xi-bao-cont>ul{
  width:100%;
}
.news_content .xi-bao-cont>ul>li{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:16px;
  text-align: center;
  line-height:40px;
}
.news_content .xi-bao-cont>ul>li>p{
  background:#f50d0d;
  color:#fff;
}
.news_content .xi-bao-cont>ul>li>p:nth-child(1){
  width:200px;
}
.news_content .xi-bao-cont>ul>li>p:nth-child(2){
  width:200px;
}
.news_content .xi-bao-cont>ul>li>p:nth-child(3){
  width:400px;
}
.news_content .xi-bao-cont>ul>li>p:nth-child(4){
  width:200px;
}
.news_content .xi-bao-cont>ul>li>p:nth-child(5){
  width:192px;
}

.news_content #c6>ul>li>p:nth-child(1){
  width:248px;
}
.news_content #c6>ul>li>p:nth-child(2){
  width:248px;
}
.news_content #c6>ul>li>p:nth-child(3){
  width:448px;
}
.news_content #c6>ul>li>p:nth-child(4){
  width:250px;
}


.news_content .xi-bao-cont .xb-list-box{
  width:1200px;
  height:374px;
  margin-top:2px;
  overflow: hidden;
}
.news_content .xi-bao-cont .xb-list-box>ul>li{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:16px;
  text-align: center;
  line-height:40px;
  margin-top:2px;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p{
  background:#f0f0f0;
  color:#000;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p:nth-child(1){
  width:200px;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p:nth-child(2){
  width:200px;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p:nth-child(3){
  width:400px;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p:nth-child(4){
  width:200px;
}
.news_content .xi-bao-cont .xb-list-box>ul>li>p:nth-child(5){
  width:192px;
}

.news_content #c6>.xb-list-box>ul>li>p:nth-child(1){
  width:248px;
}
.news_content #c6>.xb-list-box>ul>li>p:nth-child(2){
  width:248px;
}
.news_content #c6>.xb-list-box>ul>li>p:nth-child(3){
  width:448px;
}
.news_content #c6>.xb-list-box>ul>li>p:nth-child(4){
  width:250px;
}
.news_content .xi-bao-cont .xb-list-box:nth-of-type(1)>ul>li>p:nth-child(5){
  cursor: pointer;
}
.news_content .xi-bao-cont .xb-list-box:nth-of-type(1)>ul>li>p:nth-child(5):hover{
  color:#f50d0d;
}
.news_content section {
  display: none;
}

.news_content_left {
  width: 540px;
  height: 418px;
  float: left;
  display: block;
}

.news_content_left img {
  width: 540px;
  height: 304px;
  margin: 0 auto;
  display: block;
}

.news_content_left_wz {
  width: 100%;
  display: block;
  height: 114px;
  margin: 0 auto;
  font-family: "¨ª Regular";
  font-size: 14px;
  color: #777;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 1px;
}

.news_content_left_wz p {
  width: 100%;
  height: 40px;
  line-height: 50px;
  font-family: "¨ª Regular";
  font-size: 18px;
  color: #464646;
  font-weight: normal;
}

.news_content_right {
  width: 640px;
  height: 418px;
  float: right;
  display: block;
}

.news_content_right ul {
  width: 640px;
  height: 418px;
  margin: 0 auto;
  display: block;
}

.news_content_right ul li {
  width: 640px;
  height: 97px;
  margin: 0 auto 10px auto;
  float: left;
  display: block;
  background: #f4f4f4;
}

.news_content_right ul li:nth-child(4) {
  margin-bottom: 0;
}

.news_l {
  float: left;
  display: block !important;
  width: 84px;
  height: 77px;
  padding: 10px;
  margin: 0 auto;
  font-family: "¨ª Regular";
  font-size: 18px;
  /* color: #cce8ff; */
  color: #ffcccc;
  line-height: 32px;
  text-align: center;
  /* background: #008bff; */
  background: #f50d0d;
  letter-spacing: 1px;
  font-weight: normal;
}

.news_l p {
  font-size: 40px;
  line-height: 50px;
  /* border-bottom: 1px dashed #80c5ff; */
  border-bottom: 1px dashed #ff6f6f;
  font-weight: 500;
  font-weight: normal;
  font-family: "¨ª Regular";
  color: #fff;
}

.news_r {
  float: right;
  display: block !important;
  width: 524px;
  margin: 0 6px 0 auto;
  font-family: "¨ª Regular";
  font-size: 14px;
  color: #777;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: justify;
}

.news_r p {
  width: 100%;
  height: 40px;
  line-height: 50px;
  font-family: "¨ª Regular";
  font-size: 18px;
  color: #464646;
  font-weight: normal;
}
/* ¡ã¨¦ */
.jiao-shi{width:1220px;padding-bottom:15px;overflow: hidden;}
.jiao-shi>div:nth-child(1)>strong{display: block;font-size:34px;color:#2c2c2c;text-align: center;line-height: 42px;}
.jiao-shi>div:nth-child(1)>p{font-size:18px;color:#707070;text-align: center;line-height: 48px;}
.jiao-shi>.jiao-shi-menu{width:1160px;height:55px;display: flex;justify-content: space-between;}
.jiao-shi>.jiao-shi-menu li{width:189px;height:55px;line-height:55px;background:#0798ff;color:#fff;font-size:20px;text-align: center;border-radius:10px;}
.jiao-shi>.jiao-shi-menu li{width:189px;height:55px;line-height:55px;background:#0798ff;color:#fff;font-size:20px;text-align: center;border-radius:10px;}
.jiao-shi>.jiao-shi-menu .on{width:189px;height:55px;line-height:55px;background:#f42222;color:#fff;font-size:20px;text-align: center;border-radius:10px;}
.jiao-shi>.jiao-shi-list-box .jiao-shi-list{width:1200px;display: flex;justify-content: space-between;display: none;}
.jiao-shi>.jiao-shi-list-box .jiao-shi-list-active{display: flex;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li{width:230px;height:353px;box-shadow: 0 0 8px 2px rgba(0,0,0,.2);border-radius:10px;overflow:hidden;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>img{width:230px;height:248px;margin-bottom:10px;border-radius:10px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span{width:210px;margin:5px auto;display: flex;justify-content: flex-start;line-height:30px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span:nth-of-type(1)>strong{font-size:20px;color:#515151;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span:nth-of-type(1)>p{font-size:16px;color:#8a8a8a;margin-left:10px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span:nth-of-type(2)>p{border:1px solid #8a8a8a;font-size:13px;color:#8a8a8a;border-radius:50px;height:20px;line-height: 20px;text-align: center;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span:nth-of-type(2)>p:nth-child(1){padding:0 10px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>span:nth-of-type(2)>p:nth-child(2){width:102px;margin-left:10px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list>li>a>p{width:210px;margin:5px auto;font-size:14px;color:#bfbfbf;line-height: 18px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list:nth-child(5)>li{width:392px;height:353px;box-shadow: 0 0 8px 2px rgba(0,0,0,.2);border-radius:15px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list:nth-child(5)>li>a>img{width:392px;height:248px;margin-bottom:10px;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list:nth-child(5)>li>a>p{width:113px;margin:15px 15px 0 !important;height:22px;line-height: 22px;border:1px solid #8a8a8a;font-size:14px;border-radius:50px;text-align: center;color:#8a8a8a;}
.jiao-shi>.jiao-shi-list-box>.jiao-shi-list:nth-child(5)>li>a>strong{width:362px;margin:5px 15px 0;display:block;line-height: 40px;color:#515151;font-size:22px;}
/* ???? */
.zuo-pin{width:1200px;overflow: hidden;}
.zuo-pin>div:nth-child(1)>strong{display: block;font-size:34px;color:#2c2c2c;text-align: center;line-height: 42px;}
.zuo-pin>div:nth-child(1)>p{font-size:18px;color:#707070;text-align: center;line-height: 48px;}
.zuo-pin>div:nth-child(2){width:1180px;height:590px;display: flex;justify-content: space-between;}
.zuo-pin>div:nth-child(2)>ul{width:266px;height:590px;display: flex;flex-wrap:wrap;align-content: space-between;}
.zuo-pin>div:nth-child(2)>ul>li{width:266px;height:114px;border-radius:20px;}
.zuo-pin>div:nth-child(2)>ul>li>a{display:block;width:266px;height:114px;font-size: 30px;color: #fff;font-weight: 700;text-indent: 92px;letter-spacing: 2px;line-height: 80px;}
.zuo-pin>div:nth-child(2)>ul li:nth-child(1){background:#0799ff url(../images/dm-menu1.jpg) 0 0 no-repeat;}
.zuo-pin>div:nth-child(2)>ul .hov0{background:#fa2829 url(../images/dm-menu-on1.jpg) 0 0 no-repeat !important;}
.zuo-pin>div:nth-child(2)>ul>li:nth-child(2){background:#0799ff url(../images/dm-menu2.jpg) 0 0 no-repeat;}
.zuo-pin>div:nth-child(2)>ul .hov1{background:#fa2829 url(../images/dm-menu-on2.jpg) 0 0 no-repeat !important;}
.zuo-pin>div:nth-child(2)>ul>li:nth-child(3){background:#0799ff url(../images/dm-menu3.jpg) 0 0 no-repeat;}
.zuo-pin>div:nth-child(2)>ul .hov2{background:#fa2829 url(../images/dm-menu-on3.jpg) 0 0 no-repeat !important;}
.zuo-pin>div:nth-child(2)>ul>li:nth-child(4){background:#0799ff url(../images/dm-menu4.jpg) 0 0 no-repeat;}
.zuo-pin>div:nth-child(2)>ul .hov3{background:#fa2829 url(../images/dm-menu-on4.jpg) 0 0 no-repeat !important;}
.zuo-pin>div:nth-child(2) .zuo-pin-cont{width:889px;overflow: hidden;display: flex;flex-wrap:wrap;align-content: space-between;display: none;}
.zuo-pin>div:nth-child(2) .active{display:flex !important;}
.zuo-pin>div:nth-child(2)>div>div span{width:889px;height:464px;display:flex;justify-content: space-between;overflow: hidden;border-radius:10px;display: none;}
.zuo-pin>div:nth-child(2)>div>div .active{display: flex;}
.zuo-pin>div:nth-child(2)>div>div>span>img{width:100%;height:464px;}
.zuo-pin>div:nth-child(2)>div>div>span>a>img{width:100%;height:464px;}
.zuo-pin>div:nth-child(2)>div>div>span>span{display:block;width:217px;padding:0 15px;height:464px;background:#de0505;color:#fff;border-radius: 0 !important;}
.zuo-pin>div:nth-child(2)>div>div>span>span>strong{display:block;font-size:34px;line-height: 80px;padding-top: 10px;}
.zuo-pin>div:nth-child(2)>div>div>span>span>p{font-size:16px;line-height: 32px;}
.zuo-pin>div:nth-child(2)>div>ul{width:100%;display: flex;justify-content: space-between;}
.zuo-pin>div:nth-child(2)>div>ul>li{width:170px;height:114px;cursor: pointer;border-radius:10px;overflow: hidden;}
.zuo-pin>div:nth-child(2)>div>ul>li>img{width:170px;height:114px;}
.zuo-pin>div:nth-child(2)>div>ul>li>a>img{width:170px;height:114px;}
/* ?? */
.xu-shu{width:100%;max-width:1920px;height:162px;background:#de0505;}
.xu-shu>ul{width:1200px;height:162px;display: flex;justify-content: space-between;align-items: center;color:#fff;}
.xu-shu>ul>li{display: flex;flex-direction: column;align-content: center;align-items: center;position: relative;}
.xu-shu>ul>li:not(:last-child){border-right:2px solid #ff7070;}
.xu-shu>ul>li>strong{font-size:42px;}
.xu-shu>ul>li>p{font-size:18px;}
.xu-shu>ul>li>i{font-size:20px;width:20px;height:20px;position: absolute;font-style: normal;top:0;}
.xu-shu>ul>li:nth-child(1){width:148px;}
.xu-shu>ul>li:nth-child(2){width:198px;}
.xu-shu>ul>li:nth-child(3){width:265px;}
.xu-shu>ul>li:nth-child(4){width:279px;}
.xu-shu>ul>li:nth-child(4){width:279px;}
.xu-shu>ul>li:nth-child(5){width:299px;}
.xu-shu>ul>li:nth-child(1)>i{right:30px;}
.xu-shu>ul>li:nth-child(2)>i{right:65px;top:12px;font-size:25px;}
.xu-shu>ul>li:nth-child(2)>strong{margin-right:25px;}
.xu-shu>ul>li:nth-child(3)>i{right:85px;}
.xu-shu>ul>li:nth-child(4)>i{right:50px;}
.xu-shu>ul>li:nth-child(5)>i{right:100px;}
.xu-shu .link_text {
  width: 1260px;
  background:#fff;
  position:absolute;
  bottom:-290px;
  z-index: 99;
  left:-150px;
  padding-bottom: 30px;
  display: none;
}
.xu-shu .link-fleg{
  position: absolute;
  width:198px;
  height:110px;
  left:0;
  right:0
}
.xu-shu .link_text>span{
    width: 0;
    height: 0;
    border-top: 10px solid #de0505;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top:0px;
    left:240px;
}
.xu-shu .link_text>ul {
  width: 1200px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xu-shu .link_text>ul>li {
  width: 133px;
  height: 38px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 38px;
  text-indent: 6px;
  margin-top: 20px;
  transition: all 0.3s;
}

.xu-shu .link_text>ul>li:hover {
  margin-top: 10px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 3px solid #e1e1e1;
}

.xu-shu .link_text>ul>li>a {
  display: block;
  height: 38px;
  color:#000;
}


/*¡Á*/
.cont_b_pic_box {
  width: 100%;
  max-width: 100%;
  background: #f0f0f0;
  overflow: hidden;
  margin-top: 10px;
  padding: 20px 0 20px 0;
}

.hot-bm-box {
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hot-bm-left-list {
  width: 898px;
  overflow: hidden;
}

.hot-bm-left-list>ul {
  display: flex;
  justify-content: space-between;
}

.hot-bm-left-list>ul>li {
  width: 293px;
  height: 189px;
  overflow: hidden;
}

.hot-bm-left-list>ul>li>a>img {
  width: 293px;
}

.hot-bm-left-list>span {
  display: flex;
  justify-content: space-between;
  width: 898px;
  height: 189px;
}

.hot-bm-left-list>span>ul {
  width: 595px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hot-bm-left-list>span>ul>li {
  width: 293px;
  height: 189px;
  overflow: hidden;
}

.hot-bm-left-list>span>ul>li>a>img {
  width: 293px;
}

.hot-bm-left-list>span>ul>li:first-child {
  width: 595px;
  height: 190px;
  overflow: hidden;
}

.hot-bm-left-list>span>ul>li:first-child>a>img {
  width: 595px;
}

.hot-bm-right-list {
  width: 292px;
  overflow: hidden;
}

.hot-bm-right-list>a>img {
  width: 292px;
}
/* ¡Á¡§¨¨¡Á */
.zy-box {
  width: 226px;
  height: 417px;
  position: absolute;
  top: -7px;
  display: none;
  left: 225px;
  background: #fff;
  padding: 15px 12px;
  font-size: 14px;
  z-index: 200;
}

.zy-box>p {
  color: #000;
  line-height: 30px;
}

.zy-box>a>img {
  width: 227px;
  margin: 10px auto;
}

.zy-box-title {
  width: 227px;
  text-align: center;
  background: #2cb1ed;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.zy-box-title>a {
  color: #fff;
}

.col-red {
  color: red;
}

.btn {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.btn a {
  color: #fff;
  background: #2cb1ed;
  width: 48%;
  height: 35px;
  line-height: 35px;
}

.btn a:hover {
  color: yellow;
}

.tisheng {
  width: 100%;
  margin-top: 5px;
}

.tisheng>a {
  display: block;
  background: #ffa200;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.zy-box .xq {
  font-size: 12px;
  line-height: 30px;
  color: #707070;
}

.dq_course_box {
  width: 500px;
  color: #000;
}

.dq_course_box .zy-box-title {
  width: 100%;
}

.dq_course_box .dq_course {
  widows: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.dq_course_box .dq_course a {
  display: flex;
  justify-content: space-between;
  width: 190px;
  padding: 0 15px;
  height: 37px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 37px;
  margin-left: 25px;
  text-align: center;
  font-size: 12px;
}

.dq_course_box .dq_course a:hover p:first-child {
  width: 120px;
  height: 24px;
  line-height: 24px;
  background: #2cb1ed;
  color: #fff;
  border-radius: 50px;
  margin-top: 7px;
}

.dq_course_box .dq_course a p:last-child {
  width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 50px;
  margin-top: 7px;
  border: 1px solid #e0e0e0;
  color: #909090;
}

.dq_bg {
  background: #f0f0f0;
}
/* cont_a */
.cont_a {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 40px 0;
}

.cont_nav {
  width: 1200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont_nav .text_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont_nav .text_box>span:nth-child(odd) {
  width: 100px;
  height: 1px;
  background: #c0c0c0;
}

.cont_nav .text_box>h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-size: 20px;
}

.cont_nav .icon_box {
  width: 35px;
  height: 5px;
  display: flex;
  justify-content: space-around;
}

.cont_nav .icon_box>span {
  display: block;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}

.cont_a .cont_a_table {
  width: 1200px;
  background: #3d8efa;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.cont_a .cont_a_table .table {
  width: 795px;
  height: 350px;
  overflow: hidden;
}

.cont_a .cont_a_table .table>ul:nth-child(1) {
  width: 795px;
  height: 50px;
  overflow: hidden;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  background: rgba(255, 255, 255, .6);
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(1) {
  width: 210px;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(2) {
  width: 80px;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(3) {
  width: 120px;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(4) {
  width: 170px;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(5) {
  width: 90px;
}

.cont_a .cont_a_table .table>ul:nth-child(1)>li>p:nth-child(6) {
  width: 100px;
}

.cont_a .cont_a_table .table>ul:nth-child(2) {
  width: 795px;
  height: 350px;
  overflow: hidden;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li:nth-child(even) {
  background: rgba(255, 255, 255, .3);
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(1) {
  text-align: left;
  text-indent: 10px;
  width: 210px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(2) {
  width: 80px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(3) {
  width: 120px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(4) {
  width: 170px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(5) {
  width: 90px;
}

.cont_a .cont_a_table .table>ul:nth-child(2)>li>p:nth-child(6) {
  width: 100px;
}

.cont_a .cont_a_table>ul {
  width: 355px;
  height: 428px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cont_a .cont_a_table>ul>li {
  width: 177px;
  height: 170px;
  overflow: hidden;
}

.cont_a .cont_a_table>ul>li>a>img {
  width: 110px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin: auto;
}

.cont_a .cont_a_table>ul>li>a>p {
  text-align: center;
  color: #fff;
}

.cont_a .cont_a_table>ul>li>a>p:nth-of-type(1) {
  width: 85px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  border-radius: 50px;
  margin: 10px auto 5px auto;
  color: #3d8efa;
}



/* cont_b */
.cont_b {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cont_b>ul {
  width: 1200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont_b>ul>li {
  width: 100%;
  height: 46px;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  color: #606060;
  align-items: center;
  text-align: center;
}

.cont_b>ul>li>span {
  height: 46px;
  display: flex;
  align-items: center;
}

.cont_b>ul>li>span>p {
  line-height: 46px;
}

.cont_b>ul>li:nth-child(n+2):nth-child(-n+6) {
  background: #e1ecff;
}

.cont_b>ul>li:nth-child(n+7):nth-child(-n+11) {
  background: #d4e7ef;
}

.cont_b>ul>li:nth-child(n+6) {
  background: #e1ecff;
}

.cont_b>ul>li>span:not(:nth-child(1), :last-child) {
  border-right: 1px solid #fff;
}

.cont_b>ul>li>span:not(:first-child) {
  border-bottom: 1px solid #fff;
}

.cont_b>ul>li:nth-child(6)>span:first-child {
  border-bottom: 1px solid #fff;
}

.cont_b>ul>li:nth-child(11)>span:first-child {
  border-bottom: 1px solid #fff;
}

.cont_b>ul>li:last-child>span:first-child {
  border-bottom: 1px solid #fff;
}

.cont_b>ul>li>span:first-child {
  border-right: 1px solid #fff;
}

.cont_b>ul>li>span:first-child>p:not(li:first-child>span:first-child>p) {
  line-height: 18px;
  margin-top: 5px;
}

.cont_b>ul>li>span>img {
  float: right;
  width: 22px;
  margin-top: 18px;
  margin-right: 20px;
}

.cont_b>ul>li>span:nth-child(1) {
  display: inline-block;
  width: 170px;
  text-align: center;
}

.cont_b>ul>li>span:nth-child(2) {
  display: inline-block;
  width: 270px;
}

.cont_b>ul>li>span:nth-child(3) {
  display: inline-block;
  width: 220px;
  text-align: center;
}

.cont_b>ul>li>span:nth-child(4) {
  display: inline-block;
  width: 120px;
  text-align: center;
}

.cont_b>ul>li>span:nth-child(5) {
  display: inline-block;
  width: 150px;
}

.cont_b>ul>li>span:nth-child(6) {
  display: inline-block;
  width: 120px;
}

.cont_b>ul>li>span:last-child {
  display: inline-block;
  width: 150px;
  text-align: center;
}

.cont_b>ul>li>span:last-child>p>a {
  border: 1px solid #ffab08;
  border-radius: 50px;
  padding: 5px 20px;
}

.cont_b>ul>li>span:last-child>p>a:hover {
  border-color: #fe4042;
  background: #fe4042;
  color: #fff;
}

.cont_b>ul>li>span:first-child>span {
  display: inline-block;
  width: 130px;
}

.cont_b>ul>li>span:nth-child(5)>span:nth-child(1) {
  display: inline-block;
  width: 180px;
}

.cont_b>ul>li>span:nth-child(5)>span:nth-child(2) {
  display: inline-block;
  width: 155px;
}

.cont_b>ul>li>span:nth-child(5)>span:nth-child(3) {
  display: inline-block;
  width: 60px;
}

.cont_b>ul>li:nth-child(odd) {
  -background: #f0f0f0;
}

.cont_b>ul>li:first-child {
  background: #3d8efa;
  font-size: 16px;
  color: #fff;
}

.cont_b .cont_b_pucture {
  width: 100%;
  background: #3d8efa;
  background-size: 48px;
  overflow: hidden;
  padding: 50px 0;
}

.cont_b .cont_b_pucture>ul {
  width: 1190px;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  align-items: center;
  padding: 10px 5px;
}

.cont_b .cont_b_pucture>ul>li {
  width: 290px;
  height: 145px;
  position: relative;
}

.cont_b .cont_b_pucture>ul>li:last-child {
  background: #000;
}

.cont_b .cont_b_pucture>ul>li:last-child>strong {
  display: block;
  font-size: 22px;
  color: #3d8efa;
  text-align: center;
  margin-top: 45px;
}

.li_video {
  display: block;
}

.li_video>video {
  display: block;
  height: 145px;
}

.cont_b .cont_b_pucture>ul>li:last-child>div>span {
  display: block;
  width: 5px;
  height: 5px;
  background: #3d8efa;
  border-radius: 50px;
}

.cont_b .cont_b_pucture>ul>li:last-child>div>span:nth-child(2) {
  margin: 0 7px;
}

.cont_b .cont_b_pucture>ul>li>a {
  position: absolute;
  width: 290px;
  height: 145px;
  top: 0;
  left: 0;
}

.cont_b .cont_b_pucture>ul>li>a>img {
  width: 290px;
  transition: all 0.5s;
}

.cont_b .cont_b_pucture>ul>li>a:hover img {
  width: 300px;
  margin-left: -10px;
}

.cont_b .cont_b_questioin {
  width: 1200px;
  overflow: hidden;
  border-top: 2px solid #3d8efa;
  position: relative;
  z-index: 1;
}

.cont_b .cont_b_questioin .nav {
  width: 1200px;
  height: 75px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont_b .cont_b_questioin .nav>span {
  width: 30px;
  display: flex;
  justify-content: space-between;
}

.cont_b .cont_b_questioin .nav>span:last-child {
  flex-direction: row-reverse;
}

.cont_b .cont_b_questioin .nav>span>span {
  width: 5px;
  height: 5px;
  background: #6a6a6a;
  border-radius: 100px;
}

.cont_b .cont_b_questioin .nav>span>span:nth-child(2) {
  background: #acacac;
}

.cont_b .cont_b_questioin .nav>span>span:nth-child(1) {
  background: #e0e0e0;
}

.cont_b .cont_b_questioin .nav>p {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.cont_b .cont_b_questioin>ul {
  width: 1158px;
  height: 120px;
  padding: 10px 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e0e0e0;
}

.cont_b .cont_b_questioin>ul>li {
  width: 216px;
  height: 40px;
}

.cont_b .cont_b_questioin>ul>li>a {
  display: block;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background: #f2f2f2;
}

.cont_b .cont_b_questioin>ul>li>a:hover {
  background: #3d8efa;
  color: #fff;
}

.video {
  width: 1200px;
  height: 320px;
  background: #000;
  position: absolute;
  top: -163px;
  left: -901px;
  right: 0;
}

.video>video {
  display: block;
  height: 320px;
}

/* cont_c */
.cont_c {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding-bottom: 40px;
}

.cont_c .news_box {
  width: 1160px;
  height: 475px;
  overflow: hidden;
  background: #fff;
  padding: 30px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cont_c .news_box .news {
  width: 620px;
  height: 435px;
  overflow: hidden;
}

.cont_c .news_box .news>ul:nth-of-type(1) {
  width: 620px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

.cont_c .news_box .news>ul:nth-of-type(1)>li {
  width: 100px;
  height: 40px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.cont_c .news_box .news>ul:nth-of-type(1)>li>a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.cont_c .news_box .news>ul:nth-of-type(1) .on {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 2px solid #3d8efa;
  border-bottom: none;
}

.cont_c .news_box .news .news_cont .tou_tiao {
  width: 100%;
  height: 149px;
  display: flex;
  justify-content: space-between;
}

.cont_c .news_box .news .news_cont .tou_tiao>a>img {
  width: 202px;
  height: 149px;
}

.cont_c .news_box .news .news_cont>ul {
  width: 100%;
  overflow: hidden;
}

.cont_c .news_box .news .news_cont>ul>li {
  width: 615px;
  height: 40px;
  padding-left: 5px;
  border-bottom: 1px dashed #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont_c .news_box .news .news_cont>ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cont_c .news_box .news .news_cont>ul>li>a>img {
  width: 12px;
  height: 11px;
}

.cont_c .news_box .news .news_cont>ul>li>a>p {
  text-indent: 10px;
}

.cont_c .news_box .hua_ti {
  width: 470px;
  overflow: hidden;
}

.cont_c .news_box .hua_ti>p {
  width: 75px;
  font-size: 18px;
  border-bottom: 2px solid #a0a0a0;
  line-height: 40px;
}

.cont_c .news_box .hua_ti>ul {
  width: 100%;
  height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont_c .news_box .hua_ti>ul>li {
  width: 225;
  height: 70px;
}

.cont_c .news_box .hua_ti>ul>li>span {
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: space-between;
}

.cont_c .news_box .hua_ti>ul>li>span>span>a {
  display: flex;
  width: 105px;
  height: 55px;
  margin-top: 5px;
  background: #099cfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.cont_c .news_box .hua_ti>ul>li>span>span>a:hover {
  margin-top: 0px;
}

.cont_c .news_box .hua_ti>ul>li>span>span>a>img {
  width: 25px;
}

.cont_c .news_box .hua_ti>ul>li>span>span>a>p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.cont_c .news_box .hua_ti .news-video-box {
  background: #f0f0f0;
}

.cont_c .news_box .hua_ti .news-video-box>video {
  display: block;
  background: #f0f0f0;
}

/* ¨¤¡ã */
.cont_d {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 40px;
}

.cont_d>ul {
  width: 720px;
  height: 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.cont_d>ul>li {
  width: 98px;
  height: 33px;
}

.cont_d>ul>li>a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #141414;
  border: 1px solid #c0c0c0;
}

.cont_d>ul .on>a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #3d8efa;
  color: #fff;
}

/* .cont_d>ul>li:hover a{width:100px;height:35px;line-height:35px;border:none;background:#e02033;color:#fff;} */
.cont_d .img_box {
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cont_d .img_box>span {
  width: 436px;
  position: relative;
  height: 343px;
}

.cont_d .img_box>span>a>span {
  width: 150px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .7);
  padding: 10px 15px;
  border-top-left-radius: 10px;
}

.cont_d .img_box>span:nth-child(1)>a>span>img {
  width: 150px;
  height: 40px;
}

.cont_d .img_box>span:nth-child(2)>a {
  position: relative;
}

.cont_d .img_box>span:nth-child(2)>a>span {
  width: 90px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: -5px;
  background: rgba(255, 255, 255, .7);
  padding: 10px 15px;
  border-top-left-radius: 10px;
}

.cont_d .img_box>span:nth-child(2)>a>span>img {
  width: 90px;
  height: 25px;
}

.cont_d .img_box>span:nth-child(2) {
  width: 470px;
  position: relative;
}

.cont_d .img_box>span:nth-child(2)>a {
  float: left;
  width: 230px;
  height: 165px;
}

.cont_d .img_box>span:nth-child(2)>a:nth-child(even) {
  margin-left: 10px;
}

.cont_d .img_box>span:nth-child(2)>a:nth-child(3) {
  margin-top: 7px;
}

.cont_d .img_box>span:nth-child(2)>a:nth-child(4) {
  margin-top: 7px;
}

.cont_d .img_box>span:nth-child(3) {
  width: 275px;
  position: relative;
  height: 343px;
}

.cont_d .img_box>span:nth-child(3)>a>span {
  width: 130px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .7);
  padding: 10px 15px;
  border-top-left-radius: 10px;
}

.cont_d .img_box>span:nth-child(3)>a>span>img {
  width: 130px;
  height: 30px;
}

.cont_d .wonderful_video>span:nth-child(1) {
  width: 400px;
  overflow: hidden;
  height: 343px;
}

.cont_d .wonderful_video>span:nth-child(1)>a>img {
  width: 400px;
  height: 290px;
}

.cont_d .wonderful_video>span:nth-child(1)>a>p {
  width: 400px;
  height: 52px;
  line-height: 53px;
  text-align: center;
  background: #ff6449;
  font-size: 18px;
  color: #fff;
}

.cont_d .wonderful_video>span:nth-child(2) {
  width: 780px;
  overflow: hidden;
  margin-left: 20px;
}

.cont_d .wonderful_video>span:nth-child(2)>a {
  float: left;
  width: 380px;
  height: 168px;
}

.cont_d .wonderful_video>span:nth-child(2)>a>img {
  float: left;
  width: 337px;
  height: 168px;
}

.cont_d .wonderful_video>span:nth-child(2)>a>p {
  float: left;
  width: 23px;
  height: 88px;
  text-align: center;
  font-size: 18px;
  padding: 40px 10px;
  background: #ff6449;
  color: #fff;
  line-height: 20px
}

/* ¡§ */
.cont_d .btn-box {
  width: 980px !important;
  position: relative;
  z-index: 1;
}

.cont_d .btn-box>div>a {
  float: left;
  width: 140px !important;
  text-align: center;
  color: #fff;
}

/* cont_e */
.cont_e {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 40px 0;
}

.cont_e .teacher_box,
.cont_e .teacher_box>ul {
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cont_e .teacher_box>ul>li {
  width: 179px;
  height: 457px;
  overflow: hidden;
  transition: all 0.8s;
}

.cont_e .teacher_box>ul>li>a {
  width: 661px;
  display: flex;
  justify-content: space-between;
}

.cont_e .teacher_box>ul>li>a>img {
  width: 330px;
  height: 457px;
}

.cont_e .teacher_box>ul>li>a>span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 331px;
}

.cont_e .teacher_box>ul>li>a>span>p:nth-child(1) {
  text-align: center;
  font-size: 18px;
  line-height: 80px;
}

.cont_e .teacher_box>ul>li>a>span>p:nth-child(2) {
  text-indent: 20px;
  line-height: 60px;
}

.cont_e .teacher_box>ul>li>a>span>p:nth-child(3) {
  text-indent: 20px;
  line-height: 40px;
}

.cont_e .teacher_box>ul>li>a>span>p:nth-child(4) {
  width: 230px;
  margin-left: 63px;
  line-height: 28px;
}

.cont_e .teacher_box>ul>.on {
  width: 660px;
  height: 457px;
  background: #fff;
}

/* cont_f */
.cont_f {
  width: 1200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont_f .school_map {
  width: 1196px;
  height: 250px;
  padding: 2px 2px;
  background: #ededed;
  display: flex;
  justify-content: space-around;
}

.cont_f .school_map>a {
  display: flex;
  justify-content: space-around;
}

.cont_f .school_map>a>img {
  width: 298px;
}

.cont_f .school_map>a>span {
  display: block;
  width: 300px;
  background: #fff;
}

.cont_f .school_map>a>span>p {
  padding: 0 20px;
  line-height: 36px;
  font-size: 15px;
  color: #606060;
  margin-top: 20px;
}

.cont_f .school_map>a>span>p>span {
  float: left;
  margin-top: 7px;
  margin-right: 40px;
  width: 5px;
  height: 20px;
  background: #ff6449;
}

.cont_f .start_box {
  width: 1200px;
  overflow: hidden;
  position: relative;
}

.cont_f .start_box .line {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3d8efa;
  z-index: -1;
}

.cont_f .start_box .start_tab_cont .start_student>ul {
  width: 1200px;
  height: 414px;
  display: flex;
  justify-content: space-between;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li {
  width: 282px;
  height: 314px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #d0d0d0;
  position: relative;
  margin-top: 100px;
  transition: all 0.5s;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:hover {
  margin-top: 80px;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li>a>span {
  width: 230px;
  height: 180px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li>a>span>img {
  width: 233px;
  height: 194px;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li>a>p:nth-of-type(1) {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
  margin-top: 145px;
  color: #fff;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li>a>p:nth-of-type(2) {
  padding: 20px;
  line-height: 28px;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(1)>a>p:nth-of-type(1) {
  background: #f5b544;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(1)>a>span {
  border: 3px solid #f5b544;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(2)>a>p:nth-of-type(1) {
  background: #7bcb5f;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(2)>a>span {
  border: 3px solid #7bcb5f;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(3)>a>p:nth-of-type(1) {
  background: #60a1d4;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(3)>a>span {
  border: 3px solid #60a1d4;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(4)>a>p:nth-of-type(1) {
  background: #e88d8f;
}

.cont_f .start_box .start_tab_cont .start_student>ul>li:nth-child(4)>a>span {
  border: 3px solid #e88d8f;
}

.cont_f .start_box>ul {
  width: 1200px;
  overflow: hidden;
}

.cont_f .start_box>ul>li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #606060;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.cont_f .start_box>ul>li>p:nth-child(1) {
  width: 130px;
}

.cont_f .start_box>ul>li>p:nth-child(2) {
  width: 130px;
}

.cont_f .start_box>ul>li>p:nth-child(3) {
  width: 250px;
}

.cont_f .start_box>ul>li>p:nth-child(4) {
  width: 130px;
}

.cont_f .start_box>ul>li>p:nth-child(5) {
  width: 150px;
}

.cont_f .start_box>ul>li>p:nth-child(6) {
  width: 390px;
}

/* .cont_f .start_box>ul>li:nth-child(odd){background:#f4f4f4;} */
.cont_f .start_box>ul:nth-of-type(1)>li:first-child {
  background: #3d8efa;
  color: #fff;
}

.cont_f .start_box .xi_bao_box {
  width: 1200px;
  height: 135px;
  overflow: hidden;
  background: url(../images/ul_bg.gif) repeat-x;
}

.cont_f .start_box .xi_bao_box>ul {
  width: 100%;
  height: 135px;
  overflow: hidden;
}

.cont_f .start_box .xi_bao_box>ul>li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #606060;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(1) {
  width: 130px;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(2) {
  width: 130px;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(3) {
  width: 250px;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(4) {
  width: 130px;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(5) {
  width: 150px;
}

.cont_f .start_box .xi_bao_box>ul>li>p:nth-child(6) {
  width: 390px;
}

/* ¡§ */
.cont_f .start_box .btn-box {
  width: 280px !important;
}

.cont_f .start_box .btn-box>div>a {
  float: left;
  width: 140px !important;
  text-align: center;
  color: #fff;
}

/* cont_g */
.cont_g {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 40px 0;
}

.cont_g>ul {
  width: 410px;
  height: 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.cont_g>ul>li {
  width: 98px;
  height: 33px;
}

.cont_g>ul>li>a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #141414;
  border: 1px solid #c0c0c0;
}

.cont_g>ul .on>a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #3d8efa;
  color: #fff;
}

/* ¡§ */
.cont_g .btn-box {
  width: 560px !important;
}

.cont_g .btn-box>div>a {
  float: left;
  width: 140px !important;
  text-align: center;
  color: #fff;
}

.cont_g .img_box {
  width: 1240px;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 1;
}

.cont_g .img_box>ul {
  width: 1240px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.cont_g .img_box>ul>li {
  width: 285px;
  height: 230px;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
  margin-top: 20px;
}

.cont_g .img_box>ul>li>a {
  display: block;
}

.cont_g .img_box>ul>li:hover {
  box-shadow: 0 0 15px 2px rgba(48, 166, 219, .4);
}

.cont_g .img_box>ul>li>a>img {
  margin: 5px auto;
}

.cont_g .img_box>ul>li>a>p {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* link_box */
.link_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.link_box .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  top: 20px;
  left: 0;
}

.link_box .link_text {
  width: 1200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.link_box .link_text>img {
  float: left;
  width: 200px;
  margin-top: 10px;
}

.link_box .link_text>ul {
  width: 1200px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_box .link_text>ul>li {
  width: 133px;
  height: 38px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 38px;
  text-indent: 6px;
  margin-top: 20px;
  transition: all 0.3s;
}

.link_box .link_text>ul>li:hover {
  margin-top: 10px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 3px solid #e1e1e1;
}

.link_box .link_text>ul>li>a {
  display: block;
  height: 38px;
}

/* ¡ã¡§ */
.copyright {
  width: 100%;
  overflow: hidden;
  background: #3b3b3b;
  color: #898989;
}

.copyright>ul {
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.copyright>ul>li {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 100px;
  text-align: center;
}

.copyright .text_box {
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.copyright .text_box .left {
  width: 615px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.copyright .text_box .left>ul>li:first-child {
  font-size: 16px;
  color: #b0b0b0;
  margin-bottom: 5px;
}

.copyright .text_box .left>ul>li {
  width: 64px;
  text-align: center;
  line-height: 30px;
}

.copyright .text_box .left>ul:nth-of-type(4) {
  width: 103px;
  overflow: hidden;
}

.copyright .text_box .left>ul:nth-of-type(4)>li>a {
  width: 103px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright .text_box .left>ul:nth-of-type(4)>li>a>img {
  width: 30px;
  height: 30px;
}

.copyright .text_box .left>ul:nth-of-type(4)>li:first-child {
  font-size: 14px;
  color: #898989;
}

.copyright .text_box .left>span>img,
.copyright .text_box .left>span>img {
  width: 95px;
}

.copyright .text_box .left>span>p {
  width: 95px;
  text-align: center;
  line-height: 30px;
}

.copyright .text_box .logo_box {
  width: 298px;
  height: 93px;
}

.copyright .copyright_box {
  width: 100%;
  border-top: 1px solid #535353;
  padding: 20px 0;
}

.copyright .copyright_box>p {
  width: 1200px;
  line-height: 30px;
  font-size: 12px;
}

/* page_left */
.page_left_gd {
  width: 120px;
  position: fixed;
  top: 25%;
  left: 10px;
}

.page_left_gd>span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: '';
  font-size: 16px;
  -background: rgba(0, 0, 0, .2);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  right: -30px;
  top: -10px;
  cursor: pointer;
}

.page_left_gd>ul {
  width: 100%;
  overflow: hidden;
}

.page_left_gd>ul>li {
  width: 100%;
  height: 90px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff;
}

.page_left_gd>ul>li>span {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page_left_gd>ul>li>span>img {
  width: 20px;
  height: 24px;
}

.page_left_gd>ul>li:nth-child(2)>span>img {
  width: 16px;
  height: 22px;
  margin-right: 4px;
  margin-top: 2px;
}

.page_left_gd>ul>li:nth-child(3)>span>img {
  width: 18px;
  height: 22px;
  margin-right: 3px;
  margin-top: 2px;
}

.page_left_gd>ul>li:nth-child(4)>span>img {
  width: 19px;
  height: 19px;
  margin-right: 3px;
  margin-top: 4px;
}

.page_left_gd>ul>li>span>strong {
  font-size: 16px;
  line-height: 30px;
}

.page_left_gd>ul>li>p {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.bg_color_pink {
  background: #ff6e9b;
}

.bg_color_blue {
  background: #fe4042;
}

.bg_color_green {
  background: #27c161;
}

.bg_color_orange {
  background: #fc9510;
}

/* ¡¤ */
.bw1210 {
  width: 1200px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

.sybmd {
  float: left
}

#sybmdbox01 {
  height: 485px;
  overflow: hidden;
}

#sybmdbox01 table {
  width: 100%;
  border-collapse: collapse;
}

#sybmdbox01 table td {
  border-bottom: 1px dashed #ddd;
  color: #666;
  padding: 8px 0
}

#sybmdbox01 table tr:hover {
  background: #ddd;
}

.sybmd,
.zybox {
  overflow: hidden;
  width: 740px;
  margin: 0 auto;
  line-height: 28px;
  background: #fff;
  font-size: 14px;
}

.sybmd_img {
  width: 740px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.zyd_t h2 {
  line-height: 60px;
  background: #3d8efa;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}

.zyd_t h2 {
  line-height: 60px;
  background: #3d8efa;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}

.zyd_t ul {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #3d8efa;
  display: flex;
  justify-content: space-between;
}

.zyd_t ul li {
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  list-style: none;
  border-top: 1px solid #ddd;
  color: #3d8efa;
  font-size: 16px;
}

.zyd_t ul>li:nth-child(1) {
  width: 115px;
}

#sybmdbox01>div>table>tbody>tr>td:nth-child(1) {
  width: 115px;
}

.zyd_t ul>li:nth-child(2) {
  width: 242px;
}

#sybmdbox01>div>table>tbody>tr>td:nth-child(2) {
  width: 242px;
}

.zyd_t ul>li:nth-child(3) {
  width: 191px;
}

#sybmdbox01>div>table>tbody>tr>td:nth-child(3) {
  width: 191px;
}

.zyd_t ul>li:nth-child(4) {
  width: 190px;
}

#sybmdbox01>div>table>tbody>tr>td:nth-child(4) {
  width: 190px;
}

.zyd_t ul>li:nth-child(5) {
  width: 100px;
}

#sybmdbox01>div>table>tbody>tr>td:nth-child(5) {
  width: 100px;
}

.sybmd_con2 {
  overflow: hidden;
  background: #00bbdc;
  text-align: center;
  width: 100%;
  height: 100px;
  color: #333;
  margin: 10px auto 0 auto;
  box-sizing: border-box;
}

.zybox h2 {
  text-align: left;
  text-indent: 15px;
  line-height: 2.2;
  font-size: 20px;
  color: #0095b0;
  border: 1px solid #ddd;
}

.zybox h2 span {
  color: #f00;
}

.sybmd_conn2 {
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 1.2px;
  text-align: center;
  float: left;
  width: 100px;
  color: #fff;
  border-right: 1px solid #fff;
}

#sybmdbox {
  height: 155px;
  overflow: hidden;
}

#sybmdbox table {
  width: 100%;
  border-collapse: collapse;
}

#sybmdbox table td {
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 0
}

#sybmdbox table tr:hover {
  background: #ddd;
}

.ecg1 {
  width: 440px;
  float: right;
  margin: 0 auto;
}

.zybt {
  border-top: none;
}

.sybmd_con2 label {
  color: #fff;
  font-size: 18px;
}

.zybt {
  border-top: none;
}

.sybmd_con2 label {
  color: #fff;
  font-size: 18px;
}

.zyd_t h2 {
  line-height: 60px;
  background: #3d8efa;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}

.zyd_t ul,
.zybox_t,
.zybox_p {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #3d8efa;
  box-sizing: border-box;
}

.zyd_t ul,
.zybox_t,
.zybox_p a {
  display: block;
}

.zybox_t {
  background: #999;
  color: #fff;
}

.zybox_p {
  border-left: 1px solid #ddd;
  /*border-right: 1px solid #ddd;*/
}

.zyd_t ul li {
  float: left;
  text-align: center;
  line-height: 40px;
  /*border-left: 1px #ddd solid;*/
  box-sizing: border-box;
  list-style: none;
  border-top: 1px solid #ddd;
  color: #3d8efa;
  font-size: 16px;
}

.zyw_1 {
  width: 20%;
}

.zyw_11 {
  width: 40%;
}

.zyw_2 {
  width: 25%;
}

.zyw_3 {
  width: 15%;
  /* border-right: 1px solid #ddd;*/
}

.zyw_4 {
  width: 15%;
  /*border-right: 1px solid #ddd;*/
}

.zyw_5 {
  width: 25%;
  /*border-right: 1px solid #ddd;*/
}

.zybox_p .font_r {
  color: #f00;
  font-weight: bold;
}

.zybox_p:hover a,
.zybox_p:hover li {
  background: #ee7800;
  color: #fff;
}

.zybox_p:hover li {
  background: #ee7800;
  color: #fff;
}

.jynw_right h2 {
  line-height: 2;
  background: red;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.new-student-story {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.new-student-story>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.new-student-story>ul>li {
  width: 215px;
}

.new-student-story>ul>li>a {
  text-decoration: none;
}

.new-student-story>ul>li>a>img {
  display: block;
  width: 150px;
  height: 110px;
  margin: 0 auto !important;
}

.new-student-story>ul>li>a>p {
  text-align: center;
  font-size: 14px;
  color: #3d8efa;
  margin-top: 10px;
}

.new-student-story>ul>li>a>p>strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}

.hslmr0 {
  margin-right: 0;
}
/* video */
.video_img1{position: relative;width:100%;cursor:pointer}
.video_img1::after{content:"";position: absolute;left: 0;width: 100%;height: 100%;background: url(../images/video_play_ico-.png) center no-repeat rgba(0,0,0,0.3);top:0}
#sdxh_video {position: fixed;top: 0;left: 0;background: rgba(0, 0, 0, 0.8);z-index: 2147483646;height: 100%;display: none;width: 100%;text-align: center;}
#sdxh_video video {z-index: 2;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;max-width: 96%;max-height: 96%;}
#sdxh_video p {color: #FFF;float: right;z-index: 3;font-size: 2em;position: relative;background: rgba(0, 0, 0, 0.5);line-height: 1em;border-radius: 50%;margin: 1em 1em 0 0;}
#sdxh_video p::before {content: "x";line-height: 1em;display: block;width: 1em;margin: .05em .1em .15em;}

.sma2{width:277px;height:356px;float:left;display: flex;flex-direction: column;justify-content: space-between;}
.sma2 a{width:277px;height:170px;display:block;margin:0;padding:0;}
.sma2 a:nth-child(1){margin-top:0;}
.sma2 a img{width:277px;height:170px;}
.sma2 p{width:277px;height:30px;line-height:30px;z-index:999;position:relative;bottom:34px;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;color:#fff;text-align:center;}	
.bigz{width:277px;height:356px;float:left;margin-left:6px;}
.bigz a {  width: 277px;  height: 356px; display: block;}
.bigz img{width:277px;height:356px;}
.bigz p{width:277px;height:30px;line-height:30px;z-index:999;position:relative;bottom:34px;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;color:#fff;text-align:center;}
 