.bgjbClass {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.ss {
  cursor: pointer;}

.commBtn {
  border: none;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  font-weight: 700;
  color: white;}

.commonImgList li {
  margin-bottom: 20px;}

.commonImgList li .img {
  padding: 4px;
  background: #9d9d9d;
  display: table;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.commonImgList li .img img {
  display: table-cell;
  vertical-align: middle;}

.commonImgList li .font>div {
  color: #9d9d9d;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.commonImgList li .font .date {
  text-align: center;}

.commonImgList li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.commonImgList li:hover .img {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.commonImgList li:hover .font {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.main {
  width: 100%;}

.headerBox {
  background: white;
  height: 125px;}

.commonGroup {
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9d9d9d;}

.commonGroup h3,
.commonGroup p {
  float: left;
  height: 18px;
  line-height: 18px;}

.commonGroup h3 {
  font-size: 18px;
  margin-right: 56px;}

.commonGroup p {
  font-size: 15px;}

#newsBanner {
  position: relative;
  overflow: hidden;
  height: 305px;}

#newsBanner .controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;}

#newsBanner .controller i {
  color: #9d9d9d;}

#newsBanner .previous {
  left: -30px;}

#newsBanner .next {
  right: -30px;}

#newsBanner ul {
  width: 1200px;}

#newsBanner ul li {
  width: 1200px;}

#newsBanner ul li a {
  width: 25%;
  height: 31.25vh;
  float: left;}

#newsBanner ul li a>div {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;}

#newsBanner ul li a>div .img {
  width: 100%;}

#newsBanner ul li a>div .img img {
  width: 100%;
  height: 31.25vh;}

#newsBanner ul li a>div .tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: -moz-linear-gradient(left, rgba(58, 184, 234, 0.8), rgba(64, 224, 186, 0.8));
  /*mozilla*/
  background: -ms-linear-gradient(left, rgba(58, 184, 234, 0.8), rgba(64, 224, 186, 0.8));
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(58, 184, 234, 0.8)), to(rgba(64, 224, 186, 0.8)));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, rgba(58, 184, 234, 0.8), rgba(64, 224, 186, 0.8));
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, rgba(58, 184, 234, 0.8), rgba(64, 224, 186, 0.8));
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(58, 184, 234, 0.8), endColorstr=rgba(64, 224, 186, 0.8));}

#newsBanner ul li a>div .tip section {
  width: 87%;
  height: 100%;
  margin: 20% 7%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s 0.25s;
  -moz-transition: 0.25s 0.25s;
  -ms-transition: 0.25s 0.25s;
  -o-transition: 0.25s 0.25s;
  transition: 0.25s 0.25s;}

#newsBanner ul li a>div .tip section h3,
#newsBanner ul li a>div .tip section p {
  color: white;}

#newsBanner ul li a>div .tip section h3 {
  font-size: 18px;}

#newsBanner ul li a>div .tip section p {
  font-size: 14px;}

#newsBanner ul li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

#newsBanner ul .active>a {
  width: 20%;}

#newsBanner ul .active .big {
  width: 40%;}

#newsBanner ul .active .big .tip {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

#newsBanner ul .active .big .tip section {
  opacity: 1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

#header {
  width: 81.51vw;
  position: absolute;
  z-index: 998;
  right: 0;}

#header #logo {
  width: 21.88vw;
  float: left;
  height: 65px;
  margin-top: 60px;
  position: relative;}

#header #logo img {
  width: 13.90vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);}

#header #navGroup {
  float: left;
  width: 59.63vw;
  position: relative;}

#header #navGroup #top {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 55px;}

#header #navGroup #top li {
  float: left;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  margin-right: 25px;
  font-size: 14px;
  color: #9d9d9d;}

#header #navGroup #top li .noLoging form {
  float: left;
  display: inline-block;}

#header #navGroup #top .loging {
  display: none;}

#header #navGroup #top .noLogingshow {
  display: none;}

#header #navGroup #top .topBtn {
  padding: 0 10px;
  cursor: pointer;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

#header #navGroup #top .topBtn a {
  color: white;}

#header #navGroup #top .noLoging input,
#header #navGroup #top .noLoging button {
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 20px;}

#header #navGroup #top .noLoging input {
  width: 153px;
  height: 24px;
  background: #727a7e;
  border: none;
  color: white;
  padding: 0 12px;
  font-size: 12px;}

#header #navGroup #top .noLoging button {
  border: none;
  width: 56px;
  height: 24px;
  font-size: 12px;
  color: white;
  line-height: 24px;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

#header #navGroup #top li:nth-of-type(1) {
  margin-right: 40px;}

#header #navGroup #top li:last-child {
  margin-right: 0;}

#header #navGroup .set1 {
  padding-left: 85px;}

#header #navGroup .set2 {
  padding-left: 325px;}

#header #navGroup #pcNav li {
  position: relative;
  z-index: 998;}

#header #navGroup #pcNav li>a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 999;
  background: #e1893b;}

#header #navGroup #pcNav li .line {
  height: 2px;
  width: 0px;
  width: 100%\9;
  display: none\9;
  bottom: 0;
  left: 50%;
  left: 0\9;
  position: absolute;
  z-index: 1000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

#header #navGroup #pcNav li .subNav {
  position: absolute;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  width: 100%;
  top: 20px;
  display: none;}

#header #navGroup #pcNav li .subNav div {
  position: absolute;
  top: 45px;
  width: 100%;
  left: 0;}

#header #navGroup #pcNav li .subNav span {
  display: block;
  height: 45px;
  background: rgba(225, 137, 59, 0.5);
  font: 12px/45px "微软雅黑";
  color: #fff;
  text-align: center;
  background: black\9;
  box-shadow: inset 0 0 0 45px black\9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  -ms-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;}

#header #navGroup #pcNav li .subNav span i,
#header #navGroup #pcNav li .subNav span a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: white;
  cursor: pointer;}

#header #navGroup #pcNav li .subNav span i:hover,
#header #navGroup #pcNav li .subNav span a:hover {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

#header #navGroup #pcNav li .subNav span:hover i {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#61c2ed), to(#65e4c4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

#header #navGroup #pcNav li .subNav .show {
  -moz-animation: 1.5s open;
  -webkit-animation: 1.5s open;
  -ms-animation: 1.5s open;
  -o-animation: 1.5s open;
  animation: 1.5s open;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);}

#header #navGroup #pcNav li .subNav .show span {
  box-shadow: inset 0 0 0 45px rgba(0, 0, 0, 0);}

#header #navGroup #pcNav li .subNav .hide2 {
  -webkit-animation: 0.8s clos;
  -moz-animation: 0.8s clos;
  -ms-animation: 0.8s clos;
  -o-animation: 0.8s clos;
  animation: 0.8s clos;
  -moz-transform: rotateX(-120deg) !important;
  -ms-transform: rotateX(-120deg) !important;
  -o-transform: rotateX(-120deg) !important;
  transform: rotateX(-120deg) !important;}

#header #navGroup #pcNav .active {
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;}

.bgIMG {
  width: 100%;
  position: fixed;
  z-index: -1;}

.newList {
  clear: both;
  border-top: 1px solid #9d9d9d;
  padding-top: 7px;}

.newList li {
  height: 35px;
  cursor: pointer;}

.newList li a>div {
  float: left;
  height: 35px;
  line-height: 30px;
  font-size: 14px;}

.newList li a .font {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.newList li a .date {
  float: right;}

.newList li:hover a>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.newList .active a>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.commList li {
  margin-bottom: 20px;}

.commList li .img {
  padding: 4px;
  background: #9d9d9d;
  display: table;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.commList li .img img {
  display: table-cell;
  vertical-align: middle;
  width: 237px;
  height: 148px;}

.commList li .font>div {
  color: #9d9d9d;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.commList li .font .date {
  text-align: center;}

.commList li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.commList li:hover .img {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.commList li:hover .font {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.index {
  width: 100vw;
  min-height: 100vh;}

.index #banner {
  width: 100vw;
  height: 761px;
  overflow: hidden;}

.index #banner .banner {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;}

.index #banner .banner .carouselBox {
  position: relative;
  height: 761px;}

.index #banner .banner .carouselBox li {
  width: 100%;
  height: 761px;
  position: relative;
  top: 0;
  left: 0;}

.index #banner .banner .carouselBox li .tip {
  position: absolute;
  height: 350px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);}

.index #banner .banner .carouselBox li img {
  width: 100%;
  height: 761px;}

.index #banner .banner .controller {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 998;}

.index #banner .banner .controller ul li {
  width: 0.6vw;
  height: 0.6vw;
  min-height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: white;
  margin-right: 20px;
  float: left;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.index #banner .banner .controller ul li:last-child {
  margin-right: 0;}

.index #banner .banner .controller ul .banner-active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.index #news {
  position: relative;
  display: block;
  width: 62.5vw;
  margin: 0 auto;
  margin: 0 18.75vw 0;}

.index #news #mu {
  width: 443px;
  height: 385px;
  position: absolute;
  bottom: -174px;
  right: 0;}

.index #news .h3Comb {
  margin-top: 60px;}

.index #news .h3Comb h3,
.index #news .h3Comb p {
  float: left;
  line-height: 17px;
  height: 17px;
  color: #9d9d9d;}

.index #news .h3Comb h3 {
  font-size: 18px;
  padding-right: 20px;
  border-right: 1px solid #9d9d9d;
  margin-right: 20px;}

.index #news .h3Comb p {
  font-size: 16px;
  margin: 0;
  padding: 0;}

.index #news hr {
  margin-top: 8px;
  margin-bottom: 40px;
  height: 1px;
  border-top: 1px solid #9d9d9d;
  display: block;}

.index #news .shuhr {
  margin-bottom: 20px;}

.index #news .news {
  margin-top: 30px;}

.index #news .news h3,
.index #news .news p {
  font-size: 16px;
  font-weight: 400;}

.index #news .news h3 {
  padding-right: 12px;
  margin-right: 12px;}

.index #news .news h3 .cr {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  -ms-border-radius: 50%;}

.index #news .newListHr {
  margin-bottom: 10px;
  margin-top: 20px;}

.index #news .newsLists {
  clear: both;}

.index #news .newsLists li a {
  display: block;
  width: 100%;
  height: 100%;}

.index #news .newsLists li a>div {
  font-size: 14px;}

.index #news .newsLists li a>div:nth-of-type(1) {
  overflow: hidden;
  width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;}

.index #news .newsLists li a>div:nth-of-type(2) {
  text-align: right;}

.index #news .newsLists li a:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.index #news .newsLists li:hover a>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#61c2ed), to(#65e4c4));
  background-image: gradient(linear, left 0, right 0, from(#61c2ed), to(#65e4c4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.index #news .newsLists .active a>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#61c2ed), to(#65e4c4));
  background-image: gradient(linear, left 0, right 0, from(#61c2ed), to(#65e4c4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.index #middle {
  width: 100%;
  height: 482px;
  /* background: url("../imgs/middle.png"); */
  background-size: cover;
  position: relative;
  z-index: 101;
  margin-top: 60px;}

.index #middle .middle {
  width: 1200px;
  margin: 0 auto;}

.index #middle .middle .content {
  width: 675px;
  float: right;}

.index #middle .middle .content .saying {
  margin-top: 47px;
  width: 465px;
  text-align: justify;
  font-size: 14px;
  float: right;}

.index #middle .middle .content .line {
  float: right;
  width: 100%;
  height: 1px;
  display: block;
  background: #849897;
  margin: 18px 0;}

.index #middle .middle .content .titleGroup {
  float: right;
  margin-bottom: 10px;}

.index #middle .middle .content .titleGroup h3 {
  font-size: 20px;}

.index #middle .middle .content .titleGroup h3 p {
  font-size: 16px;}

.index #middle .middle .content .lists {
  width: 675px;
  height: 389px;
  overflow: hidden;
  position: relative;
  z-index: 5;}

.index #middle .middle .content .lists ul li a {
  display: block;
  width: 100%;
  height: 100%;}

.index #middle .middle .content .lists img {
  height: 385px;
  display: block;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.index #middle .middle .content .lists .controller {
  position: absolute;
  bottom: 20px;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);}

.index #middle .middle .content .lists .controller li {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
  float: left;}

.index #middle .middle .content .lists .controller li:last-child {
  margin-right: 0;}

.index #middle .middle .content .lists .controller .lists-active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.index #middle .middle .content .lists .controller li:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.index #bottom {
  width: 100%;}

.index #bottom .bottom {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;}

.index #bottom .bottom .line {
  width: 700px;
  height: 1px;
  background: #4b4b4b;}

.index #bottom .bottom .titleGroup {
  margin: 15px 0 30px;}

.index #bottom .bottom .titleGroup h3 {
  font-size: 18px;
  color: #525151;}

.index #bottom .bottom #apps {
  position: relative;
  width: 700px;
  height: 566px;}

.index #bottom .bottom #apps>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;}

.index #bottom .bottom #apps ul {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;}

.index #bottom .bottom #apps li {
  width: 405px;
  height: 283px;
  float: left;
  overflow: hidden;}

.index #bottom .bottom #apps li .tip {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;}

.index #bottom .bottom #apps li .tip .group {
  position: absolute;
  bottom: 25px;}

.index #bottom .bottom #apps li .tip .group h3,
.index #bottom .bottom #apps li .tip .group h4,
.index #bottom .bottom #apps li .tip .group button {
  color: white;}

.index #bottom .bottom #apps li .tip .group h4 {
  font-size: 23px;}

.index #bottom .bottom #apps li .tip .group h3 {
  font-size: 34px;
  margin-bottom: 10px;}

.index #bottom .bottom #apps li .tip .group button {
  width: 170px;
  height: 35px;
  border: 1px solid white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  font-size: 16px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.index #bottom .bottom #apps li .tip .group button:hover {
  background: white;
  /* color: #45baf1; */
  color: #e1893b;}

.index #bottom .bottom #apps li:nth-of-type(1) {
  position: relative;
  z-index: 11;}

.index #bottom .bottom #apps li:nth-of-type(2) {
  position: relative;
  z-index: 12;}

.index #bottom .bottom #apps li:nth-of-type(3) {
  position: relative;
  z-index: 13;}

.index #bottom .bottom #apps li:nth-of-type(4) {
  position: relative;
  z-index: 14;}

.index #bottom .bottom #apps li:nth-of-type(2n) {
  margin-left: -110px;}

.index #bottom .bottom #apps li:nth-of-type(2n) .tip .group {
  text-align: right;
  right: 15px;}

.index #bottom .bottom #apps li:nth-of-type(2n) .tip .group h3,
.index #bottom .bottom #apps li:nth-of-type(2n) .tip .group h4 {
  text-align: right;}

.index #bottom .bottom #apps li:nth-of-type(3) {
  clear: both;}

.index #bottom .bottom #apps li:nth-of-type(2n-1) .tip .group {
  left: 15px;}

.index #bottom .bottom #apps li:nth-of-type(4) {
  width: 408px;
  margin-left: -113px;}

.index #bottom .bottom #dt {
  width: 288px;
  height: 440px;
  position: absolute;
  left: 880px;
  top: 175px;}

.comprehensive {
  width: 100%;
  position: relative;
  z-index: 15;}

.comprehensive .page {
  width: 91.1%;}

.comprehensive .titleGroup {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9d9d9d;}

.comprehensive .titleGroup h3,
.comprehensive .titleGroup p {
  float: left;
  height: 18px;
  line-height: 18px;}

.comprehensive .titleGroup h3 {
  font-size: 18px;
  margin-right: 56px;}

.comprehensive .titleGroup p {
  font-size: 15px;}

.comprehensive .lists {
  width: 100%;}

.comprehensive .lists .left {
  position: relative;}

.comprehensive .lists .left ul:not(.current-container) {
  width: 91.1%;}

.comprehensive .lists .left ul:not(.current-container) li {
  padding: 20px 10px;
  background: white;
  margin-bottom: 20px;}

.comprehensive .lists .left ul:not(.current-container) li .img {
  padding: 8px;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  display: table;}

.comprehensive .lists .left ul:not(.current-container) li .img img {
  width: 100%;
  height: 156px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;}

.comprehensive .lists .left ul:not(.current-container) li .font {
  padding-left: 20px;}

.comprehensive .lists .left ul:not(.current-container) li .font .titleGroup h3 {
  font-size: 16px;
  font-weight: normal;}

.comprehensive .lists .left ul:not(.current-container) li .font .titleGroup p {
  float: right;
  margin-right: 10px;
  font-size: 16px;}

.comprehensive .lists .left ul:not(.current-container) li .font .content {
  margin-top: 30px;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;}

.comprehensive .lists .left ul:not(.current-container) li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.comprehensive .lists .left ul:not(.current-container) li:last-child {
  margin-bottom: 0;}

.comprehensive .lists .left .page1 {
  clear: both;
  width: 503px;
  margin: 0 auto;
  padding: 40px 0;}

.comprehensive .lists .left .page1 ol,
.comprehensive .lists .left .page1>div {
  float: left;}

.comprehensive .lists .left .page1>div,
.comprehensive .lists .left .page1 li {
  background: white;
  height: 40px;
  line-height: 40px;
  cursor: pointer;}

.comprehensive .lists .left .page1 .controller {
  border-radius: 8px;
  padding: 0 30px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #9d9d9d;}

.comprehensive .lists .left .page1 .controller span {
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #9d9d9d;}

.comprehensive .lists .left .page1 .controller:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

.comprehensive .lists .left .page1 .controller:hover span {
  color: white;}

.comprehensive .lists .left .page1 .next span {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;}

.comprehensive .lists .left .page1 ol {
  margin: 0 10px;}

.comprehensive .lists .left .page1 ol li {
  float: left;
  padding: 0 15px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #9d9d9d;}

.comprehensive .lists .left .page1 ol li:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

.comprehensive .lists .left .page1 ol .active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

.comprehensive .lists .left .page1 ol li:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;}

.comprehensive .lists .left .page1 ol li:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;}

.comprehensive .lists .right {
  padding-left: 50px;}

.comprehensive .lists .right .group {
  margin-bottom: 30px;}

.comprehensive .lists .right .group .img {
  padding: 8px;
  background: #cccccc;
  display: table;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.comprehensive .lists .right .group .img img {
  display: table-cell;
  vertical-align: middle;
  width: 100%;}

.comprehensive .lists .right .group .font {
  margin-top: 10px;}

.comprehensive .lists .right .group .font p {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 14px;
  line-height: 18px;
  color: #9d9d9d;}

.comprehensive .lists .right .group:hover .img {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.comprehensive .lists .right .group:hover .font p {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.comprehensive .lists .right .active .img {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.comprehensive .lists .right .active .font p {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.educational #educationalList {
  padding-top: 30px;}

.educational #educationalList li {
  background: none;
  padding: 0;
  margin-bottom: 15px;}

.educational #educationalList li>div {
  float: left;
  font-size: 14px;
  height: 14px;
  line-height: 14px;}

.educational #educationalList li>div>span:nth-of-type(1) {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  line-height: 14px;
  margin: 4.5px 15px 0 4.5px;
  border-radius: 50%;
  background: #9d9d9d;
  color: #9d9d9d;}

.educational #educationalList li .font {
  width: 690px;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.educational #educationalList li .date {
  float: right;}

.educational #educationalList li:hover span,
.educational #educationalList li:hover>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.educational #educationalList .active span,
.educational #educationalList .active>div {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.educational #educationalList li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.teaching {
  width: 100%;}

.teaching .lists {
  width: 100%;}

.teaching .box .flexslider2 .carousel {
  right: -35px;}

.teaching .box .left {
  padding-right: 40px;}

.teaching .box .right {
  padding-left: 40px;}

.teaching .box .ulLeft {
  padding-right: 35px;}

.teaching .box .ulRight {
  padding-left: 35px;}

.teaching .box .imgList li {
  margin-bottom: 20px;}

.teaching .box .imgList li .img {
  padding: 4px;
  background: #9d9d9d;
  display: table;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.teaching .box .imgList li .img img {
  display: table-cell;
  vertical-align: middle;
  width: 237px;
  height: 148px;}

.teaching .box .imgList li .font>div {
  color: #9d9d9d;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.teaching .box .imgList li .font .date {
  text-align: center;}

.teaching .box .imgList li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.teaching .box .imgList li:hover .img {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.teaching .box .imgList li:hover .font {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.teaching .box .newList {
  margin-bottom: 38px;}

.teaching .box .carousel {
  width: 16px;
  height: 16px;
  top: 72.5px;
  position: absolute;
  color: #9d9d9d;
  font-weight: 900;
  z-index: 50;
  cursor: pointer;}

.teaching .box .carousel span {
  display: block;
  color: black;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.teaching .box .carousel:hover span {
  color: #55c2eb;}

.teaching .box .prev {
  left: -35px;}

.teaching .box .next {
  right: 3px;}

.teaching .box .flexslider {
  position: relative;}

.teaching .box .flexslider ul {
  padding-right: 0;}

.teaching .box .flexslider li {
  width: 50%;
  float: left;
  margin-right: 0px;}

.teaching .box .flexslider li:nth-of-type(2n)>div {
  clear: both;
  float: right;}

.teaching .box .flexslider li:last-child {
  margin-right: 0;}

.teaching .box .showCase {
  position: relative;
  margin-bottom: 70px;}

.teaching .box .showCase .carousel {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);}

.teaching .box .showCase .next {
  right: -35px;}

.teaching .box .showCase li>div {
  width: 30.6%;
  margin-right: 4.1%;}

.teaching .box .showCase li>div img {
  width: 367px;
  height: 212px;}

.teaching .box .showCase li>div:nth-of-type(3) {
  margin-right: 0px;}

.editPwd {
  width: 100%;
  background: url(../imgs/comprebg.jpg) top;
  background-size: cover;}

.editPwd .left .btns {
  margin: 60px 0 258px;
  width: 200px;}

.editPwd .left .btns .btn {
  display: block;
  height: 60px;
  margin: 20px 0;
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: 100%;
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  -ms-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;}

.editPwd .left .btns .btn h3,
.editPwd .left .btns .btn p {
  color: #9d9d9d;
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  -ms-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;}

.editPwd .left .btns .btn h3 {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 5px;}

.editPwd .left .btns .btn p {
  height: 15px;
  line-height: 15px;
  font-size: 15px;}

.editPwd .left .btns .btn:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.editPwd .left .btns .btn:hover h3,
.editPwd .left .btns .btn:hover p {
  color: white;}

.editPwd .left .btns .active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.editPwd .left .btns .active h3,
.editPwd .left .btns .active p {
  color: white;}

.editPwd .right .pwd {
  margin-top: 40px;}

.editPwd .right .pwd .form-group {
  margin-bottom: 30px;}

.editPwd .right .pwd .form-group .label,
.editPwd .right .pwd .form-group .input {
  display: block;
  float: left;}

.editPwd .right .pwd .form-group .label {
  width: 200px;
  text-align: right;
  line-height: 35px;
  padding: 0;
  margin-right: 20px;
  color: #9d9d9d;
  font-weight: 700;}

.editPwd .right .pwd .form-group .input {
  width: 250px;}

.editPwd .right .pwd #submit {
  margin: 50px 0 0 220px;
  width: 105px;
  height: 35px;}

.myGrades .search {
  width: 100%;
  padding: 50px 0;}

.myGrades .search input {
  margin: 0 60px 0 25px;}

.myGrades .search input,
.myGrades .search label {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 35px;}

.myGrades .search button {
  font-size: 16px;
  padding: 4px 20px;}

.myGrades .search>div {
  margin: 0 50px 0 20px;
  width: 300px;}

.myGrades .search>div,
.myGrades .search label,
.myGrades .search button {
  font-weight: 700;
  float: left;
  display: block;}

.myGrades .search #search {
  width: 330px;}

.myGrades .dataTable {
  padding-right: 50px;}

.myGrades .dataTable h3,
.myGrades .dataTable table {
  color: #9d9d9d;
  text-align: center;
  width: 100%;}

.myGrades .dataTable h3 {
  margin-bottom: 50px;}

.myGrades .dataTable .table-bordered {
  border: 1px solid #9d9d9d;
  margin-bottom: 50px;}

.myGrades .dataTable .table-bordered td {
  border: 1px solid #9d9d9d;
  padding: 20px 0;
  font-weight: 700;
  width: 50%;}

.myGrades .dataTable .table-bordered .color {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

.schoolWork .right p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;}

.schoolWork .right p:last-child {
  margin-bottom: 50px;}

.recruit .poster-main {
  width: 650px;
  height: 185px;
  position: relative;
  margin: 20px auto 0;}

.recruit .poster-main a,
.recruit .poster-main img {
  display: block;}

.recruit .poster-main .poster-list {
  width: 650px;
  height: 185px;}

.recruit .poster-main .poster-list .poster-item {
  width: 217px;
  height: 185px;
  position: absolute;
  left: 0;
  top: 0;}

.recruit .poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;}

.recruit .recruitApp {
  margin-top: 50px;}

.schoolIntr .btns {
  margin-top: 0 !important;}

.schoolIntr .right .content h3 {
  font-size: 18px;
  margin-bottom: 50px;}

.schoolIntr .right .content p {
  text-align: justify;
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 50px;
  line-height: 28px;}

.campusScenery {
  background-image: url(../imgs/fgbg.jpg);}

.campusScenery .controller {
  height: 16px;
  width: auto;}

.campusScenery .controller #circularController {
  float: right;
  margin: 15px 30px 0px 0;
  position: relative;}

.campusScenery .controller #circularController>ul li {
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-radius: 50%;
  background: #9d9d9d;
  float: left;
  margin-right: 10px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.campusScenery .controller #circularController>ul li:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.campusScenery .controller #circularController>ul .imgSlides-active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.campusScenery .controller #circularController>ul li:last-child {
  margin-right: 0;}

.campusScenery .controller #circularController #arrowController {
  top: 0;}

.campusScenery .controller #circularController #arrowController li {
  height: 16px;}

.campusScenery .controller #circularController #arrowController li i {
  height: 16px;
  display: block;
  position: absolute;
  line-height: 16px;
  color: #9d9d9d;
  top: 0;}

.campusScenery .controller #circularController #arrowController li i:hover {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.campusScenery .controller #circularController #arrowController li .previous {
  left: -30px;}

.campusScenery .controller #circularController #arrowController li .next {
  right: -30px;}

.campusScenery .imgSlides {
  width: 890px;
  margin: 50px 0 30px -90px;}

.campusScenery .imgSlides li>div {
  position: relative;
  z-index: 11;
  width: 268px;
  margin-right: 43px;
  display: table;}

.campusScenery .imgSlides li>div img {
  display: table-cell;
  vertical-align: middle;
  width: 268px;
  height: 249px;}

.campusScenery .imgSlides li>div .tip {
  z-index: 12;
  position: absolute;
  bottom: 16px;
  left: 20px;}

.campusScenery .imgSlides li>div .tip p,
.campusScenery .imgSlides li>div .tip h3 {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: white;}

.campusScenery .imgSlides li>div:hover {
  padding: 8px;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.campusScenery .imgSlides li>div:hover img {
  width: 252px;
  height: 233px;}

.campusScenery .imgSlides li .active {
  padding: 8px;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.campusScenery .imgSlides li .active img {
  width: 252px;
  height: 233px;}

.campusScenery .imgSlides li>div:last-child {
  margin-right: 0;}

.campusScenery .imgSlides li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.campusScenery .bg {
  width: 890px;
  margin: 0 0px 100px -90px;}

.newLists .content .left {
  padding-right: 50px;}

.newLists .content .left .newsInfo {
  padding: 40px 50px;
  background: #cdcdcd;
  min-height: 600px;    overflow: hidden;}

.newLists .content .left .newsInfo .h3,
.newLists .content .left .newsInfo .h4 {
  color: #333333;
  text-align: center;}

.newLists .content .left .newsInfo .h3 span,
.newLists .content .left .newsInfo .h4 span {
  color: #333333;}

.newLists .content .left .newsInfo .h3 {
  font-size: 18px;
  margin-bottom: 30px;}

.newLists .content .left .newsInfo .h4 {
  font-size: 14px;}

.newLists .content .left .newsInfo .h4 .date {
  display: inline-block;
  margin-right: 25%;}

.newLists .content .left .newsInfo .font {
  margin-top: 70px;}

.newLists .content .left .newsInfo .font p img {
  margin: 10px auto 0;
  width: auto;
  max-width: 650px;}

.newLists .content .left .newsInfo .font img {
  max-width: 650px;
  margin: 10px auto 0;
  width: auto;
  display: block;
  text-align: center;}

.newLists .content .left .newsInfo .font div img {
  display: block;
  margin: 10px auto 0;
  max-width: 100%;}

.newLists .content .left .newsInfo .font>div,
.newLists .content .left .newsInfo .font>p {
  text-indent: 2em;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;}

.newLists .content .right .tab li {
  border: 1px solid #3ab8ea;
  width: 50%;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.newLists .content .right .tab li .arrow {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: transparent;}

.newLists .content .right .tab li .arrow:after {
  position: absolute;
  margin-left: -9px;
  display: block;
  left: 50%;
  top: -10px;
  width: 0;
  color: transparent;
  height: 0;
  content: "";
  border: 5px solid transparent;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.newLists .content .right .tab li:hover {
  border: transparent;}

.newLists .content .right .tab li:hover .font {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;
  height: 45px;}

.newLists .content .right .tab li:hover .arrow:after {
  border-bottom: 5px solid #3ab8ea;}

.newLists .content .right .tab .active {
  border: transparent;}

.newLists .content .right .tab .active .font {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;
  height: 45px;}

.newLists .content .right .tab .active .arrow:after {
  border-bottom: 5px solid #3ab8ea;}

.newLists .content .right .tab li:first-child {
  border-right: 0;}

.newLists .content .right .pageBox {
  position: relative;
  padding-top: 20px;}

.newLists .content .right .pageBox .pageList {
  width: 100%;
  display: none;
  position: absolute;}

.newLists .content .right .pageBox .pageList .newList {
  border: 0;
  padding: 20px 30px 20px 15px;}

.newLists .content .right .pageBox .pageList .newList li a .dian {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  line-height: 14px;
  margin: 15px 15px 0 15px;
  border-radius: 50%;
  background: white;
  color: white;}

.newLists .content .right .pageBox .pageList .newList li a .font {
  width: 75%;}

.newLists .content .right .pageBox .pageList .newList li a div {
  color: white;}

.newLists .content .right .pageBox .pageList .newList .active a .dian {
  background: #7f7f7f;}

.newLists .content .right .pageBox .pageList .newList .active a div {
  color: #7f7f7f !important;
  background-image: none;
  -webkit-background-clip: content-box;
  -webkit-text-fill-color: #7f7f7f;}

.newLists .content .right .pageBox .pageList .newList li:hover .dian {
  background: #7f7f7f;}

.newLists .content .right .pageBox .pageList .newList li:hover a div {
  color: #7f7f7f !important;
  background-image: none;
  -webkit-background-clip: content-box;
  -webkit-text-fill-color: #7f7f7f;}

.newLists .content .right .pageBox .pageList #rightIMG {
  margin-top: 30px;
  border: 3px solid #9d9d9d;}

.newLists .content .right .pageBox .active {
  display: block;}

.newLists .content .bottom {
  padding: 30px 0;
  margin-bottom: 80px;
  position: relative;}

.newLists .content .bottom #newsBanner {
  width: 100%;
  overflow: hidden;}

.newLists .content .bottom .circles {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);}

.newLists .content .bottom .circles li {
  width: 11px !important;
  height: 11px;
  background: #9d9d9d;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.newLists .content .bottom .circles li:last-child {
  margin-right: 0;}

.newLists .content .bottom .circles li:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.newLists .content .bottom .circles .newsBanner-active {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.register .content .h3 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 18px;
  color: #9d9d9d;
  font-weight: 700;}

.register .content #form {
  margin-bottom: 70px;}

.register .content #form .form {
  width: 60%;
  float: right;}

.register .content #form .form .check {
  margin-bottom: 50px !important;}

.register .content #form .form .check label {
  font-weight: 700;
  color: #bdc3c7;
  font-size: 14px;
  float: left;
  height: 21px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;}

.register .content #form .form .check label:nth-of-type(2) {
  margin-left: 15px;}

.register .content #form .form .check label:last-child {
  float: right;}

.register .content #form .form .form-group {
  position: relative;
  margin-bottom: 15px;}

.register .content #form .form .form-group .tip {
  clear: both;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  margin: 5px 0;}

.register .content #form .form .form-group input {
  font-weight: 700;
  font-size: 14px;
  color: #bdc3c7;}

.register .content #form .form .submit {
  text-align: center;}

.register .content #form .form .submit #submit {
  margin-top: 10px;
  width: 100px;
  padding: 5px 0;
  border-radius: 0;}

.register .content .tip .content {
  float: right;
  width: 61%;}

.register .content .tip .content .h3 {
  margin: 47px 0 30px;}

.register .content .tip .content .box {
  padding: 50px;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.register .content .tip .content .box li {
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 35px;}

.register .content .tip .content .box li span {
  display: block;
  float: left;
  width: auto;}

.register .content .tip .content .box li span:nth-of-type(1) {
  width: 22px;}

.register .content .tip .content .box li span:nth-of-type(2) {
  width: 305px;}

.register .content .tip .content .box li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;}

.register .content .tip .content .box li:last-child {
  margin-bottom: 0;}

.orm .right #orm {
  margin-top: 89px;
  width: 847px;
  margin-left: -47px;}

.contactUs {
  background: none;}

.contactUs #map_canvas {
  width: 100%;
  height: 760px;
  margin-top: -125px;}

.contactUs .BMap_pop {
  display: block !important;}

.contactUs .BMap_Marker {
  width: 54px !important;}

.contactUs .BMap_Marker img {
  width: 40px;}

.contactUs .BMapLabel {
  display: none !important;}

.contactUs .right .content>div,.right .content .information {
  float: left;
  width: 400px;
  margin: 90px 0px 0px 0px;}

.contactUs .right .content>div h3,.right .content .information h3 {
  font-size: 18px;
  margin-bottom: 40px;}

.contactUs .right .content>div ul li,.right .content .information ul li {
  font-size: 14px;
  color: #808080;
  margin-bottom: 20px;}

.contactUs .right .content>div ul .gj p,.right .content .information ul  p {
  line-height: 24px;
  margin-bottom: 20px;}

.results .dataTable {
  margin-left: 155px;
  width: 800px;}

.train .listBox li {
  margin-right: 25px;
  float: left;
  margin-bottom: 25px;
  cursor: pointer;}

.train .listBox li a {
  display: block;
  width: 100%;
  height: 100%;}

.train .listBox li a>div {
  width: 100%;}

.train .listBox li a>div img {
  display: block;
  width: auto;
  max-width: 375px;}

.train .listBox li a h3 {
  margin-top: 15px;
  clear: both;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

.practice .flexslider2 {
  padding: 20px 0;}

.practice .flexslider2 .next {
  right: -35px;}

.practice .newLists {
  margin-top: 270px;
  border-top: 1px solid #9d9d9d;
  padding: 10px 0 0px;}

.practice .newLists .newList {
  clear: none;
  border-top: none;
  float: left;}

.signIn #modal {
  width: 350px;
  height: 250px;
  margin: 40px 425px 100px;
  position: relative;
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  text-align: center;}

.signIn #modal h3 {
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  color: white;}

.signIn #modal p {
  text-align: center;
  color: white;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 25px;}

.signIn #modal input {
  width: 290px;
  height: 30px;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 20px;}

.signIn #modal .pwd {
  margin-bottom: 14px;}

.signIn #modal .submit {
  width: 75px;
  height: 30px;
  background: white;
  border: none;}

.signIn #modal .submit>div {
  line-height: 30px;
  height: 30px;
  text-align: center;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.signIn #modal .tip {
  font-size: 12px;
  color: black;
  margin-top: 8px;}

.signIn #modal .tip a {
  color: black;
  cursor: pointer;}

.signIn #modal .close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 14px;
  color: black;
  opacity: 1;
  text-shadow: none;}

.newsRegister .form {
  width: 100% !important;}

.newsRegister .form input {
  font-size: 12px !important;}

.newsRegister .form .label {
  width: 125px;}

.newsRegister .form .selectDate {
  width: 300px;}

.newsRegister .form .selectDate .select2-container {
  width: 95px;
  min-width: 95px;
  float: left;
  margin-right: 7.5px;}

.newsRegister .form .selectDate #s2id_autogen5 {
  margin-right: 0;}

.newsRegister .form .input,
.newsRegister .form .select {
  width: 300px;}

.newsRegister .form .input-group {
  width: 300px;}

.newsRegister .form .input-group .hasDatepicker {
  width: 256px;
  float: left;
  border-left: 0px;
  margin-left: -5px;}

.newsRegister .form .input-group .input-group-btn {
  width: 49px;
  float: left;}

.newsRegister .form .input-group .input-group-btn .btn {
  border-radius: 4px;
  border-width: 1.5px;
  border-right: 0px;}

.newsRegister .form .btn-primary {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);}

.newsRegister .form .btn-file,
.newsRegister .form a {
  padding: 5px;
  font-size: 12px;}

.newsRegister .form .btn-file span,
.newsRegister .form a span {
  font-size: 12px;}

.newsRegister .form .submit {
  clear: both;
  text-align: left !important;
  margin-left: 144px;}

.newsRegister #form #check,
.newsRegister #form #check1,
.newsRegister #form #check2,
.newsRegister #form #check3,
.newsRegister #form #check4,
.newsRegister #form #check5 {
  margin-bottom: 15px !important;}

.newsRegister #form #check label,
.newsRegister #form #check1 label,
.newsRegister #form #check2 label,
.newsRegister #form #check3 label,
.newsRegister #form #check4 label,
.newsRegister #form #check5 label {
  font-size: 12px;
  color: #9d9d9d;}

.newsRegister #form #check .radio,
.newsRegister #form #check1 .radio,
.newsRegister #form #check2 .radio,
.newsRegister #form #check3 .radio,
.newsRegister #form #check4 .radio,
.newsRegister #form #check5 .radio {
  float: left !important;
  margin-right: 50px;}

.leader .titleGroup {
  margin-top: 95px;}

.leader .titleGroup p {
  font-size: 14px;
  margin-right: 20px;
  color: #666666;}

.leader .right {
  padding-right: 130px;}

.leader .right .info {
  margin-top: 50px;}

.leader .right .info .font {
  width: 430px;
  margin-right: 20px;}

.leader .right .info .font p {
  font-size: 14px;
  line-height: 29px;
  color: #666666;}

.leader .right .info .img {
  width: 220px;}

.leader .right .info>div {
  float: left;}

.leader .right:nth-of-type(3) {
  margin-bottom: 108px;}

#footer {
  position: relative;
  z-index: 22;
  clear: both;}

#footer .top {
  width: 100%;
  height: 457px;
  background: url(../imgs/footerbg.jpg);}

#footer .top .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 110px;}

#footer .top .content .group {
  float: left;
  margin-right: 120px;}

#footer .top .content .group h3 {
  margin-bottom: 38px;
  font-size: 16px;}

#footer .top .content .group ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;}

#footer .top .content .group ul li a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #000000;}

#footer .top .content .group ul li .seach {
  width: 287px;
  height: 45px;
  background: #9d9d9d;
  border-radius: 20px;
  padding: 0 20px;}

#footer .top .content .group ul li .seach input,
#footer .top .content .group ul li .seach span {
  display: block;
  float: left;}

#footer .top .content .group ul li .seach input {
  height: 45px;
  line-height: 45px;
  width: 200px;
  background: #9d9d9d;
  border: none;
  color: white;}

#footer .top .content .group ul li .seach input:focus,
#footer .top .content .group ul li .seach span:focus {
  color: white;
  -webkit-text-fill-color: white;}

#footer .top .content .group ul li .seach input:hover,
#footer .top .content .group ul li .seach span:hover {
  color: white;}

#footer .top .content .group ul li .seach input:active,
#footer .top .content .group ul li .seach span:active {
  color: white;}

#footer .top .content .group ul li .seach button {
  width: 47px;
  height: 45px;
  border: none;
      background: url(../images/s1.jpg) no-repeat center -1px;}

#footer .top .content .group ul li .seach button span {
  width: 47px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  color: white;
  text-align: right;
  cursor: pointer;}

#footer .top .content .group ul li .seach:focus input,
#footer .top .content .group ul li .seach:focus span {
  color: white;}

#footer .top .content .group ul li:hover a {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

#footer .top .content .group:nth-of-type(3) {
  margin-right: 0;}

#footer .top .content .group:nth-last-of-type(1) {
  float: right;
  margin-right: 0;}

#footer .keepRecord {
  clear: both;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  background: white;
  color: #1e1d24;}
#footer .keepRecord p{line-height: 70px;}
#footer #seach img {
  width: 150px;
  height: 150px;
  vertical-align: middle;}

.dialogMask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;}

.dialog {
  width: 400px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}

.dialog .modal-header {
  height: 48px;
  line-height: 48px;
  padding: 0;}

.dialog .modal-header .close {
  margin: 15px 15px 0 0;
  outline: none;}

.dialog .modal-body p {
  margin: 0;}

.dialog .modal-body p img {
  width: 186px;
  height: 186px;}

.dialog .modal-footer {
  text-align: center;}

.current-page {
  width: 100%;
  text-align: center;}

.current-page .current-container {
  display: inline-block;}

.current-page .current-container li {
  margin-right: 15px;
  float: left;}

.current-page .current-container li a {
  padding: 2px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;}

.current-page .current-container li a .iconfont {
  font-size: 14px;
  transition: all 0.3s;}

.current-page .current-container .li-active a {
  background: #f11629;
  border: 1px solid transparent;
  color: #fff;}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;}

.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0px;
  margin: 0;}

#header #top .input-group {
  width: 185px;
  height: 30px;}

#header #top .input-group .btn span {   
  top: 1px;}

#header #top .inputH input {
  background: #e9e9e9;}

#header #top .inputH .btn {
  background: #e9e9e9;}

#header #top .navbar-form {
  padding: 0;}

#header #top .navbar-form .qwss,
#header #top .navbar-form .btn {
  border-radius: 25px;
  border: none;
  height: 30px;}

#header #top .navbar-form .qwss {
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;}

#header #top .navbar-form .input-group-btn:last-child>.btn {
  margin-left: -30px; background: url(../images/s2.jpg) no-repeat center;    top: 1px;
  border-left-width: 0;
  border-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;}

#header .navbar {
  top: 60px;
  height: 65px;
  min-height: 2.76vw;
  margin-bottom: 0px;
  font-size: 16px;
  border: none;
  border-radius: 0px;
  /* background: #7f7f7f; */
  background: #e1893b;}

#header .navbar .navbar-collapse {
  padding: 0;
  border-radius: 0px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0);}

#header .navbar .nav {
  margin: 0 30px;
  height: 65px;}

#header .navbar .nav li>a {
  height: 65px;
  line-height: 65px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 2.08vw;}

#header .navbar .nav li:last-child {
  margin-right: 0;}

.breadcrumb-text ul {
  margin: 60px 0;}

.breadcrumb-text ul li {
  font-size: 16px;}

.breadcrumb-text ul li span {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.breadcrumb-text ul a {
  font-size: 16px;
  color: #9d9d9d;}

.form-group input {
  border-radius: 4px;
  border-width: 1.5px;}

.form-group .label,
.form-group .input,
.form-group>div {
  display: block;
  float: left;}

.form-group .label {
  width: 200px;
  text-align: right;
  line-height: 35px;
  padding: 0;
  margin-right: 20px;
  color: #9d9d9d;
  font-weight: 700;}

.form-group .input {
  width: 250px;}

.btn {
  border-radius: 0px;}

.checkbox .icons,
.radio .icons {
  color: #bdc3c7;}

.radio {
  font-size: 14px;}

.radio .icon-checked {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.radio.active .font {
  background-image: -webkit-gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  background-image: gradient(linear, left 0, right 0, from(#3ab8f3), to(#40e0ba));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.select-primary .select2-choice {
  background: white;
  border-radius: 4px;
  font-size: 12px !important;
  border: 1.5px solid #bdc3c7;
  padding: 0 10px !important;
  height: 35px;
  line-height: 35px;
  min-height: 35px;}

.select-primary .select2-choice .select2-chosen {
  color: #bdc3c7;
  font-weight: 700;}

.select-primary .select2-choice .select2-arrow {
  border-top-color: #bdc3c7;}

.select-primary:hover .select2-chosen {
  color: white !important;}

.select-primary:hover .select2-arrow {
  border-top-color: white;}

.hasDatepicker {
  height: 35px;}

.input-group .btn {
  height: 35px;}

.input-group .btn [class^=fui-] {
  top: -2px;}

.ui-datepicker-month {
  width: 35% !important;
  margin-right: 0 !important;}

.form-control-feedback {
  right: 20px;}

.page {
  height: 40px;
  width: 100%;
  margin: 20px 0;
  text-align: center;}

.page p {
  display: none;}

.page>div a,
.page>div span {
  display: block;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: white;
  color: #a5a5a5;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-right: -5px;}

.page>div .next,
.page>div .prev,
.page>div .end {
  width: auto;
  width: 80px;}

.page>div .current {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

.page>div a:hover,
.page>div span:hover {
  background: -moz-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -ms-linear-gradient(left, #3ab8ea, #40e0ba);
  /*mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3ab8ea), to(#40e0ba));
  /*old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3ab8ea, #40e0ba);
  /*new gradient for webkit*/
  background: -o-linear-gradient(left, #3ab8ea, #40e0ba);
  /*opera11*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3ab8ea, endColorstr=#40e0ba);
  /*ie<9>*/
  color: white;}

@media (max-width: 1199px) {
  #header #top {
    width: 268px;
    margin: 0 auto;}

  .index #news {
    width: 90%;
    margin: 0 auto;
    margin: 0 5vw 0;}
}

@-webkit-keyframes open {
  0% {
    -webkit-transform: rotateX(-120deg);}

  25% {
    -webkit-transform: rotateX(30deg);}

  50% {
    -webkit-transform: rotateX(-15deg);}

  75% {
    -webkit-transform: rotateX(8deg);}

  100% {
    -webkit-transform: rotateX(0deg);}
}

@-moz-keyframes open {
  0% {
    -moz-transform: rotateX(-120deg);}

  25% {
    -moz-transform: rotateX(30deg);}

  50% {
    -moz-transform: rotateX(-15deg);}

  75% {
    -moz-transform: rotateX(8deg);}

  100% {
    -moz-transform: rotateX(0deg);}
}

@-ms-keyframes open {
  0% {
    -ms-transform: rotateX(-120deg);}

  25% {
    -ms-transform: rotateX(30deg);}

  50% {
    -ms-transform: rotateX(-15deg);}

  75% {
    -ms-transform: rotateX(8deg);}

  100% {
    -ms-transform: rotateX(0deg);}
}

@-o-keyframes open {
  0% {
    -o-transform: rotateX(-120deg);}

  25% {
    -o-transform: rotateX(30deg);}

  50% {
    -o-transform: rotateX(-15deg);}

  75% {
    -o-transform: rotateX(8deg);}

  100% {
    -o-transform: rotateX(0deg);}
}

@keyframes open {
  0% {
    transform: rotateX(-120deg);}

  25% {
    transform: rotateX(30deg);}

  50% {
    transform: rotateX(-15deg);}

  75% {
    transform: rotateX(8deg);}

  100% {
    transform: rotateX(0deg);}
}

@-webkit-keyframes clos {
  0% {
    -webkit-transform: rotateX(0deg);}

  100% {
    -webkit-transform: rotateX(-120deg);}
}

@-ms-keyframes clos {
  0% {
    -ms-transform: rotateX(0deg);}

  100% {
    -ms-transform: rotateX(-120deg);}
}

@-moz-keyframes clos {
  0% {
    -moz-transform: rotateX(0deg);}

  100% {
    -moz-transform: rotateX(-120deg);}
}

@-o-keyframes clos {
  0% {
    -o-transform: rotateX(0deg);}

  100% {
    -o-transform: rotateX(-120deg);}
}

@keyframes clos {
  0% {
    transform: rotateX(0deg);}

  100% {
    transform: rotateX(-120deg);}
}