em,
i {
  font-weight: normal;
  font-style: normal;
}
#header {
  height: 64px;
  overflow: hidden;
  position: relative;
}
#header .logo {
  max-height: 64px;
  white: 100%;
}
#banner {
  position: relative;
}
#nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 34px;
  background: #01568f;
  z-index: 100;
}
#nav .swiper-slide a {
  display: block;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#product {
  margin-top: 15px;
  padding: 0 15px;
}
#product ul li {
  float: left;
  width: 32%;
  height: 170px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  margin-right: 2%;
  margin-bottom: 10px;
}
#product ul li .icon {
  width: 60%;
  margin: 0 auto;
}
#product ul li .title {
  font-size: 14px;
  font-weight: bold;
  color: #575757;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product ul li .text {
  line-height: 16px;
  color: #575757;
  font-size: 12px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
#product ul li .more {
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 70%;
  line-height: 16px;
  margin: 0 auto;
  background: #01568f;
  border-radius: 8px;
}
#news {
  margin-top: 15px;
  padding: 0 15px;
}
#news .tabs {
  width: 100%;
  height: 31px;
  border: 1px solid #e8e8e8;
}
#news .tabs ul li:last-child {
  border-right: none;
}
#news .tabs ul li {
  float: left;
  width: 33.3%;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #363030;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .tabs ul li a {
  display: block;
  color: #363030;
}
#news .tabs ul .active {
  background: #01568f;
  color: #fff;
}
#news .tabs ul .active a {
  color: #fff;
}
#news .inner {
  padding: 14px 12px;
  border: 1px solid #e8e8e8;
  border-top: none;
  color: #464646;
}
#news .inner .news_inner {
  color: #000000;
}
#news .inner .news_inner .top .pic {
  float: left;
  width: 30%;
  height: 30%;
  border: 1px solid #edecec;
}
#news .inner .news_inner .top .text {
  float: right;
  width: 66%;
}
#news .inner .news_inner .top .text h2 {
  padding: 0;
  line-height: 18px;
  font-size: 12px;
  color: #dc451d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner .news_inner .top .text h2 a {
  color: #dc451d;
}
#news .inner .news_inner .top .text p {
  padding: 0;
  margin-top: 8px;
  font-size: 12px;
  color: #686868;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .news_inner .text_inner {
  margin-top: 6px;
}
#news .inner .news_inner .text_inner ul li {
  line-height: 24px;
  font-size: 12px;
  color: #464646;
  padding-left: 8px;
  background: url("../images/icon_1.jpg") no-repeat left 2px center;
  background-size: auto 20%;
  border-bottom: 1px dashed #8f8f8f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner .news_inner .text_inner ul li a {
  display: block;
}
#news .inner .news_inner .text_inner ul li a em {
  max-width: 76%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner .news_inner .text_inner ul li a i {
  max-width: 32%;
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box_title {
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #000000;
}
.box_title i {
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #01568f;
}
.box_title .more {
  font-size: 12px;
  color: #737373;
  float: right;
}
.box_title .more a {
  color: #737373;
}
#school {
  margin-top: 15px;
  padding: 0 15px;
}
#school .inner {
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#school .inner ul li {
  float: left;
  width: 48%;
}
#school .inner ul li .pic {
  width: 100%;
}
#school .inner ul li p {
  margin-top: 6px;
  line-height: 20px;
  color: #575757;
  font-size: 12px;
}
#leadership {
  margin-top: 15px;
  padding: 0 15px;
}
#leadership .inner {
  padding: 14px 12px;
  border: 1px solid #e8e8e8;
  border-top: none;
  color: #464646;
}
#leadership .inner .top .pic {
  float: left;
  width: 30%;
  height: 30%;
  border: 1px solid #edecec;
}
#leadership .inner .top .text {
  float: right;
  width: 66%;
}
#leadership .inner .top .text h2 {
  padding: 0;
  line-height: 18px;
  font-size: 12px;
  color: #dc451d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#leadership .inner .top .text h2 a {
  color: #dc451d;
}
#leadership .inner .top .text p {
  padding: 0;
  margin-top: 8px;
  font-size: 12px;
  color: #686868;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#leadership .inner .text_inner {
  margin-top: 6px;
}
#leadership .inner .text_inner ul li {
  line-height: 24px;
  font-size: 12px;
  color: #464646;
  padding-left: 8px;
  background: url("../images/icon_1.jpg") no-repeat left 2px center;
  background-size: auto 20%;
  border-bottom: 1px dashed #8f8f8f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#leadership .inner .text_inner ul li a {
  display: block;
}
#leadership .inner .text_inner ul li a em {
  max-width: 76%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#leadership .inner .text_inner ul li a i {
  max-width: 32%;
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#advertising {
  margin-top: 15px;
  height: 138px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
#student {
  margin-top: 15px;
  padding: 0 15px;
}
#student .inner {
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#student .inner ul li {
  float: left;
  width: 48%;
}
#student .inner ul li .pic {
  width: 100%;
}
#student .inner ul li p {
  margin-top: 6px;
  line-height: 20px;
  color: #575757;
  font-size: 12px;
}


#Characteristics{
  margin-top: 15px;
  padding: 0 15px;

}


#Characteristics .inner {
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#Characteristics .inner ul li {
  /*float: left;*/
  width: 100%;
  margin-bottom: 6px;

}
#Characteristics .inner ul li .pic {
  width: 100%;
}
#Characteristics .inner ul li p {
  margin-top: 6px;
  line-height: 20px;
  color: #575757;
  font-size: 12px;
}








#charges {
  margin-top: 15px;
  padding: 0 15px;
}
#charges .inner {
  padding: 14px 14px 22px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#charges .inner ul li {
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #d6d4d4;
}
#charges .inner ul li a .pic {
  float: left;
  width: 30%;
}
#charges .inner ul li a .text {
  float: right;
  width: 66%;
}
#charges .inner ul li a .text h2 {
  font-size: 12px;
  line-height: 20px;
  color: #464646;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#charges .inner ul li a .text p {
  font-size: 12px;
  line-height: 18px;
  max-height: 54px;
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#application {
  margin-top: 15px;
  padding: 0 15px;
}
#application .inner {
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
#application .inner span {
  font-size: 12px;
  box-sizing: border-box;
  color: #000000;
  width: 25%;
  padding-right: 2%;
  text-align: right;
  display: inline-block;
}
#application .inner input {
  border: 1px solid #e8e8e8;
}
#application .inner .tops {
  margin-bottom: 15px;
}
#application .inner .tops .left {
  width: 50%;
}
#application .inner .tops .left input {
  width: 70%;
}
#application .inner .tops .right {
  width: 50%;
}
#application .inner .tops .rights input {
  width: 70%;
}
#application .inner .two span {
  float: left;
  width: 14%;
}
#application .inner .two .edit {
  float: right;
  width: 86%;
}
#application .inner .two .edit textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
}
#application .inner .bottom {
  margin-top: 15px;
  text-align: center;
}
#application .inner .bottom input {
  width: 96px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #2b2b2b;
  background: #ededed;
  border-radius: 6px;
}
#application .inner .bottom input:hover {
  background: #01568f;
  color: #fff;
}
#footer {
  margin-bottom: 6.5rem;
  margin-top: 15px;
  padding: 14px 15px;
  background: #f0e7db;
  color: #000000;
  font-size: 12px;
}
#footer .code {
  float: left;
  width: 30%;
}
#footer .code p {
  font-size: 12px;
  color: #000000;
  text-align: center;
}
#footer .service {
  float: right;
  width: 66%;
}
#footer .service p {
  line-height: 20px;
  font-size: 12px;
}
#content ._aside {
  margin-top: 15px;
}
#content ._aside h2 {
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  line-height: 32px;
  height: 32px;
  padding: 0 5%;
  background: none;
  color: #000000;
  position: relative;
  font-size: 16px;
}
#content ._aside h2 em {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 3%;
  display: block;
  width: 4px;
  height: 18px;
  background: #01568f;
}
#content .main .article {
  padding: 15px;
}
#content .main .article .list_news ul li {
  padding-bottom: 12px;
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: 26px;
}
#content .main .article .list_news ul li .pic {
  float: left;
  width: 34%;
}
#content .main .article .list_news ul li .text {
  float: right;
  width: 64%;
}
#content .main .article .list_news ul li .text h2 {
  line-height: 20px;
  font-size: 12px;
  color: #d85600;
}
#content .main .article .list_news ul li .text p {
  margin-top: 6px;
  line-height: 20px;
  font-size: 12px;
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .main .article .list-img ul li {
  margin-bottom: 15px;
  text-align: center;
  padding: 0 7.5px;
}
#content .main .article .list-img ul li .text_area {
  color: #000;
  line-height: 24px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .main .article .list-img ul li .img_area {
  width: 100%;
  height: 115px;
  border: solid 1px #999;
  position: relative;
}
#content .main .article .list-img ul li .img_area img {
  max-width: 100%;
  max-height: 100%;
}
#content .main .article .product_detail {
  /*产品详情页样式*/
}
#content .main .article .product_detail .title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #CACACA;
}
#content .main .article .product_detail .title h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
#content .main .article .product_detail .title p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
#content .main .article .product_detail .title img {
  vertical-align: middle;
}
#content .main .article .product_detail .title a {
  display: block;
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
}
#content .main .article .product_detail .product_detail_images {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
#content .main .article .product_detail .product_detail_images .product_detail_btn2 {
  position: absolute;
  right: 3%;
  top: 48%;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#content .main .article .product_detail .product_detail_images .product_detail_btn1 {
  position: absolute;
  left: 3%;
  top: 48%;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#content .main .article .product_detail .product_detail_images .owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
  cursor: pointer;
}
#content .main .article .product_detail .product_detail_images .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
#content .main .article .product_detail .product_detail_images .product_detail_img {
  width: 80%;
  margin: 0 auto;
}
#content .main .article .product_detail .product_detail_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .main .article .product_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #aaaaaa;
}
#content .main .article .product_detail .pageTurning .prevs,
#content .main .article .product_detail .pageTurning .nexts {
  font-size: 14px;
  background: #f2f2f2;
  padding: 5px;
}
#content .main .article .product_detail .pageTurning .nexts {
  margin-top: 5px;
}
#content .main .article .news_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
  line-height: 22px;
}
#content .main .article .news_detail .title h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
#content .main .article .news_detail .title .box {
  display: inline-block;
  text-align: center;
}
#content .main .article .news_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#content .main .article .news_detail .title .box div {
  margin-right: 5px;
  font-size: 12px;
}
#content .main .article .news_detail .title .box .time {
  float: left;
  text-align: center;
}
#content .main .article .news_detail .title .box .eye {
  float: left;
  text-align: center;
}
#content .main .article .news_detail .title .box .back {
  font-size: 12px;
  float: left;
}
#content .main .article .news_detail .news_detail_content {
  margin-top: 20px;
}
#content .main .article .news_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
}
#content .main .article .news_detail .pageTurning .prevs {
  font-size: 14px;
  background: #ddd;
  padding: 5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#content .main .article .news_detail .pageTurning .nexts {
  font-size: 14px;
  background: #ddd;
  padding: 5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-top: 5px;
}
.wap_footer {
  background: #01568f;
}
.wap_footer dl {
  width: 25%;
}
.wap_footer dt {
  height: 2.0rem;
}
.wap_footer dd {
  font-size: 14px;
}
.wap_menu li.menu_tit {
  font-size: 1.4rem;
}
.wap_menu {
  background: #01568f;
  z-index: 10000;
}
.wap_menu .menu_lists .wap_menu1 {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.wap_menu .menu_lists p {
  padding: 0px 10px;
}
.wap_menu .menu_lists .wap_menu2 a {
  line-height: 16px;
}
.wap_menu .menu_lists .wap_menu2 a i {
  margin: 6px 10px 0 5px;
}
