/***********header and footer***********/
.container {
  width: 1200px;
}
.commenu {
  height: 50px;
}
html,
body {
  height: 100%;
  position: relative;
}
body > .wrapper {
  margin-bottom: -50px;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px;
}
.bg1 a {
  color: #909090;
}
.logo {
  text-align: left;
}
.footer {
  padding: 15px 0;
  background: #00c0f2;
  text-align: left;
}
.footer span {
  margin: 0 15px;
}
.footer a {
  color: #fff;
}
.foot_a span {
  margin: 0 14px;
}
/****header-menu****/
.menu {
  background: #1ac6f2;
  border-top: 9px solid #0f2e60;
}
#gl-menu a {
  color: #fff;
  display: inline-block;
}
#gl-menu a .menu_en {
  font-size: 12px;
}
#gl-menu,
#gl-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gl-menu {
  width: 100%;
  margin: 0px auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#gl-menu:before,
#gl-menu:after {
  content: "";
  display: table;
}
#gl-menu:after {
  clear: both;
}
#gl-menu {
  zoom: 1;
}
#gl-menu li {
  float: left;
  position: relative;
  text-align: center;
  /* //background:url(./images/usu.png);
	//background-repeat: no-repeat;
	//background-position: 10% center; */
  cursor: pointer;
  font-size: 14px;
}
#gl-menu li.current_page_item > a,
#gl-menu li.current-menu-item > a {
  /* //color:#a77ec4;
	//border-bottom:3px solid #3a9039; */
}
#gl-menu .sub-menu li.current_page_item > a,
#gl-menu .sub-menu li.current-menu-item > a {
  /* //color:#a77ec4; */
  border-bottom: none;
}
#gl-menu li .sub-menu li.current_page_item > a {
  /* //color:#fff; */
}
#gl-menu li.current-menu-parent > a {
  /* //color:#a77ec4;
	//border-bottom:3px solid #3a9039; */
}
#gl-menu li .eng {
  text-transform: capitalize;
  font-size: 14px;
}
#gl-menu li.current-menu-parent,
#gl-menu li.current_page_item {
  /* //background:url(./images/cur.png);
	//background-repeat: no-repeat;
	//background-position: 10% center; */
}
#gl-menu a {
  padding: 12px 27px;
  text-transform: uppercase;
  text-decoration: none;
  /* //text-shadow: 0 1px 0 #000; */
}
#gl-menu li:hover > a {
  /* //color: #fafafa; */
}
#gl-menu li a:hover {
  /* //color: #fafafa; */
}
#gl-menu ul {
  margin: 20px 0 0 0;
  _margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #00c0f2;
  /* //background: -moz-linear-gradient(#da9a1b, #094981);
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#da9a1b), to(#094981));
	//background: -webkit-linear-gradient(#da9a1b, #094981);
	//background: -o-linear-gradient(#da9a1b, #094981);
	//background: -ms-linear-gradient(#da9a1b, #094981);
	//background: linear-gradient(#da9a1b, #094981); */
  -moz-box-shadow: 0 -1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-width: 100%;
}
#gl-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
#gl-menu ul ul {
  top: 0;
  left: 107%;
  margin: 0 0 0 20px;
  _margin: 0;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
}
#gl-menu ul li {
  float: none;
  display: block;
  border: 0;
  _line-height: 0;
  position: relative;
  width: auto;
  min-width: 100%;
  /* //border-bottom:1px solid #fff; */
  padding: 1px 0px;
  background: none;
  font-size: 16px;
}
#gl-menu ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gl-menu ul a {
  padding: 12px 25px;
  width: auto;
  /* //min-width:150px; */
  _height: 10px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
  color: #fff;
}
#gl-menu ul a:hover {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #00c0f2;
  /* //background-image: -moz-linear-gradient(#0665b7, #021f39);
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#0665b7), to(#021f39));
	//background-image: -webkit-linear-gradient(#0665b7, #021f39);
	//background-image: -o-linear-gradient(#0665b7, #021f39);
	//background-image: -ms-linear-gradient(#0665b7, #021f39);
	//background-image: linear-gradient(#0665b7, #021f39); */
}
#gl-menu ul li:first-child > a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#gl-menu ul li:first-child > a:after {
  content: "";
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00c0f2;
}
#gl-menu ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #00c0f2;
}
#gl-menu ul li:first-child a:hover:after {
  border-bottom-color: #00c0f2;
}
#gl-menu ul li:first-child a:hover,
#gl-menu ul li:last-child a:hover {
  border-radius: 8px;
}
#gl-menu ul ul li:first-child a:hover:after {
  border-right-color: #00c0f2;
  border-bottom-color: transparent;
}
#gl-menu ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.mobile-menu-div {
  display: none;
}
/*********background************/
.bg1 {
  /* background:#fff; */
}
.bg2 {
  padding-right: 150px;
  /* background: url() no */
}
/*****innerpage*********/
#content {
  padding: 20px 40px 0;
}
.page-content {
  padding-top: 5px;
}
.back {
  float: right;
  padding: 15px 30px 15px 30px;
}
.cur {
  /* //background:#bbb; */
}
.bodymemu{
	text-align: left;
}
.bodymemu .c2	{
	color: #606060;
	font-size: 18px;
}
.entry-title {
	text-align: left;
  font-size: 28px;
  padding: 5px 0px;
	color: #22c8f2;
}
.title-name {
	padding-bottom: 10px;
  font-size: 28px;
	margin: 10px 0px;
	color: #22c8f2;
	border-bottom: 4px solid #22c8f2;
}
.menu-left .li {
  display: block;
  width: auto;
  padding: 10px 30px 10px 0;
}
.menu-left .li .eng {
  display: inline-block;
  width: auto;
  padding-left: 8px;
}
.cur .current {
  color: #1bb3fe;
}
.entry-content{
	text-align: left;
	margin-left: 0;
}
/***********border*************/
.b1 {
  border: 1px solid #999;
}
.b2 {
  border-bottom: 2px solid #c7c7c7;
}
.b3 {
  border-right: 2px solid #003553;
}
.bb1 a{
  color: #606060
}
.b4 {
  height: 5px;
  background: -ms-linear-gradient(left, #008ccc, #fac355);
  background: -moz-linear-gradient(left, #008ccc, #fac355);
  background: -webkit-linear-gradient(left, #008ccc, #fac355);
}
.b6 {
  border: 1px solid #bdbdbd;
}
.b0 {
  border: none;
}
.bt7 {
  border-top: 7px solid #5ea2ff;
}
/***********border*************/
.vc_column_container > .vc_column-inner {
  line-height: 50px;
}
/***index***/
.banner_bottom {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 100%;
}
.newsc {
  padding-left: 30px;
  text-align: left;
}
.flag {
  font-weight: bolder;
  color: #00c0f2;
  padding-bottom: 15px;
  border-bottom: 4px solid #00c0f2;
  display: inline-block;
}
.newslist {
	padding-top: 45px;
	text-align: left
}
.newstitle {
  color: #606060;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.newsdate {
  font-size: 89%;
  margin: 5px 0;
}
.newscontent {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis; /* IE/Safari */
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
#content-box2{background:url(https://bklkg.izt4n7p9c7l0ql4o0oqwzoz.evischool.com/wp-content/uploads/2021/09/Mask-Group-46.png);padding:0;margin:0;width:100%;height: 100%;}
.newtitle{width:200px;margin:0 auto;margin-top:5%;margin-bottom:5%;}
.newtitle  img{float:left;}
.newtitle .title{float:right;font-size:35px;margin-top:1px}
.newskuan img{float:left;height:100%;padding:0;margin:0}
.newskuan{float:left;margin:2%;width:28%;padding:0;background:#fff;box-shadow:4px 4px 5px 3px #ccc; margin-top:3%;margin-bottom:1%;}
.newstitle2{float:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; color:#1ac6f2;font-size:20px;margin-top:5%;padding-left:10px}
.newsmore2{float:left;width:100%;margin-top:5%;color:#333;font-size:18px;padding-left:10px}
.newsdate2{float:left;width:100%;font-size:14px;margin-top:5%;color:#333;padding: 10px 10px;margin-bottom:0;border-top: 1px solid #eaeaea;}
@media screen and (max-width:768px){
.newtitle{padding-bottom:5%;margin-top:5%;}
.newskuan{width:96%;margin-bottom:5%;}
.newskuan img{float:left;height:100%}
}
@media screen and (max-width:414px){
.newtitle{padding-bottom:15%;margin-top:10%;}
.newskuan{width:96%;margin-bottom:8%;}
.newskuan  img{float:left;height:100%}
}
/*
.newsmore {
  color: #00c0f2;
  margin-top: 30px;
  position: relative;
  margin-right: 25px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px;
}*/
.newsmore{
    color: #fff;
    margin-right: 55px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    padding: 5px 10px;
    width: 100px;
    float: right;
    text-align: center;
	background:#00c0f2;
    /*border: #00c0f2 1px solid;*/
}
.newsmore:hover{
    color: #fff;}
.index-right {
  padding-left: 50px;
}
.index-right #myCarousel {
  padding: 12px;
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 3px 3px 3px #999;
  text-align: center;
}
.index-right #myCarousel img {
  margin: 0 auto;
}
.index-right .carousel-control.left,
.index-right .carousel-control.right {
  background-image: none;
  color: #1d8fff;
}
.videoc {
  text-align: left;
}
.video {
  margin-top: 30px;
  padding: 5px;
  background: #fff;
  /*box-shadow: 2px 2px 2px #aaa;*/
  border-radius: 5px;
}
.foot_p {
  text-align: left;
}
@media (max-width: 1250px) {
  .container {
    width: 100%;
  }
  #gl-menu a {
    padding: 12px 27px;
  }
  .index-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .container1 {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .phone-menu-box {
    display: block;
    width: 100%;
  }
  .commenu {
    display: none;
  }
  .menu-left {
    display: none;
  }
  .index-galleryc {
    margin-top: 30px;
  }
  .index-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .index-galleryc {
    padding: 0 30px;
  }
  /**
	phone menu
	**/
  .navbar-toggle {
    background-color: #fff;
    //border: 1px solid #DDD;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 40px;
    padding: 8px;
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 66px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-bar {
    background-color: #1e90ff;
  }
  .navbar-toggle .phone-menu-txt {
    float: right;
    font-size: 16px;
    color: #1aabff;
  }
  .gl-menu {
    display: none;
  }
  .menu-area {
    width: 100%;
  }
  .cch-menu {
    display: none;
  }
  .current-menu-item {
    //background-color: #a00000 !important;
  }

  .cch-mobile-menu {
    position: relative;
    z-index: 999;
    //padding-bottom:25px;
    //background:#a00000;
  }
  .cch-mobile-menu li {
    background-color: #1ac6f2;
    width: 100%;
    line-height: 35px;
    text-align: left;
    cursor: pointer;
    list-style-type: none;
    position: relative;
  }
  .cch-mobile-menu a {
    font-size: 1em;
    font-weight: normal;
    padding: 20px 15px;
    color: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px dotted;
  }
  .cch-mobile-menu a .eng {
    display: inline-block;
    padding-left: 8px;
  }
  .mobile-menu-div {
    width: 100%;
    margin: 0 auto;
  }
  .mobile-menu-div-down {
    border-radius: 0px;
  }
  .mobile-menu-div-up {
    border-radius: 10px;
  }
  .cch-menu-icon {
    float: right;
    margin-right: 20px;
    cursor: pointer;
  }

  .cch-mobile-menu .sub-menu {
    display: none;
  }
  .cch-mobile-menu .sub-menu li {
    //background-color: #03325e;
  }
  .temporary-div li {
    background-color: #b2e1ff;
    width: 100%;
    line-height: 35px;
    text-align: left;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    cursor: pointer;
  }
  .po {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 100000;
    display: block;
    width: 100%;
    text-align: right;
    height: 75px;
  }
  .temporary-div li a {
    font-size: 1em;
    font-weight: bold;
    margin-left: 20px;
    color: black;
    width: 100%;
    display: block;
  }

  .sub-menu {
    margin-left: 0px;
    //background-color: #03325e;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 25px;
    margin-bottom: 0px;
  }
  .mobile-menu-div {
    display: block;
    //margin-top:5px;
    //margin-bottom:5px;
  }
  .footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .videoc {
    padding-left: 30px;
  }
}
@media (max-width: 550px) {
  .header-info {
    font-size: 12px;
  }
  .img-link {
    margin-top: 15px;
  }
  #footer {
    font-size: 14px;
  }
  .navbar-toggle {
    top: 40px;
  }
  .newsc {
    padding-right: 0px;
  }
  #content {
    background: none;
    padding: 0 15px;
  }
  .footer {
    text-align: left;
  }
}
@media (max-width: 375px) {
  #footer {
    font-size: 10px;
  }
}
@media screen and (min-width: 44.375em){
	.entry-content{
		margin-left: 0;
	}
}
