.rows {
  padding: 0;
}

.top_tit {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(102, 102, 102, 1);
  padding: 0;
}

.line1 {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.line {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.line444 {
  border-bottom: 1px solid #444;
  padding-top: 75px;
}

.logo {
  display: block;
  width: 151px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.logo img {
  width: 100%;
  height: 100%;
}

.tell_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tell {
  vertical-align: middle;
}

.phone {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.tell_line {
  height: 12px;
  border-right: 1px solid #e8e8e8;
  margin: 5px 25px 0;
}

.logo_box {
  height: 80px;
}

.tab_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tab_box li {
  width: 120px;
  box-sizing: border-box;
  /* height: 80px; */
}

.tab_box li .em {
  padding-top: 18px;
  display: block;
  height: 80px;
}

.tab_box li:hover .em {
  background: rgba(37, 120, 203, 1);
}

.tab_box li:hover a > p {
  color: #fff;
}

.tab_box li:hover a > span {
  color: #fff;
}

.tab_box li:hover .show_box {
  display: block;
}

.show_box {
  width: 144px;
  z-index: 999;
  position: absolute;
  top: 80px;
  display: none;
}

.show_box li {
  padding-top: 0;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}

.show_box li:hover a {
  color: #2578cb;
}

.my-carousel .item img {
  margin: auto;
}

.my-carousel .carousel-indicators .active {
  width: 30px;
  height: 3px;
  opacity: 1;
  margin-right: 10px;
}

.carousel-indicators li {
  border-radius: 0;
  width: 30px;
  height: 3px;
  background: #fff;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  opacity: 0.3;
}

.con_tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tit_line {
  color: #b2b2b2;
  position: relative;
  top: 10px;
}

.con_box {
  margin-top: 217px;
}

.busin {
  padding: 50px;
  border: 1px solid #e8e8e8;
}

.busin_line {
  width: 60px;
  height: 3px;
  background: rgba(37, 120, 203, 1);
  margin: 15px auto 30px;
}

.busin_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 23px;
}

.busin a {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 27px;
  border: 1px solid rgba(221, 221, 221, 1);
  text-align: center;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
}

.busin:hover {
  border: 1px solid #2578cb;
}

.busin:hover a {
  background-color: #2578cb;
  color: #fff;
  border: #2578cb;
}

.about_tit {
  width: 100%;
  height: 160px;
  background: #2578cb;
}

.ab_contxt {
  padding: 20px;
  height: 285px;
  overflow: hidden;
  transition:all 0.5s ease-in;
}

.ab_contxt:hover {
  height: 100%;
  overflow: auto;
  transition: all 0.5s  ease-in;
  margin-top: 10px!important;
}

.moer_box:hover .more {
  display: none;
}

.more {
  font-size: 16px;
  color: #2578cb;
  padding: 10px 35px;
}

.ab_contxt p {
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  margin-top: 15px;
}

.lin265 {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 115%);
}

.culture_line {
  width: 40px;
  height: 2px;
  background: rgba(37, 120, 203, 1);
  margin: 18px 0 22px;
}

.new_con {
  display: block;
  border: 1px solid rgba(232, 232, 232, 1);
}

.news_text {
  padding: 20px;
  box-sizing: border-box;
}

.news {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new_con:hover {
  background-color: #2578cb;
}

.new_con:hover .news_text h3 {
  color: #fff !important;
}

.new_con:hover .news_text p {
  color: #fff !important;
}

.h190 {
  height: 190px;
}

.con_tit_text {
  width: 175px;
}

.advan {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: 4px;
}

.advan ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  min-width: 100%;
  padding-right: 20px;
  padding-top: 20px;
}

.advan_item {
  width: 280px;
  height: 340px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-left: 10px;
  padding: 50px 35px 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
  transition:transform 0.7s;
}

.advan_item:hover {
    transform:translate(0,-20px);
}

.icon_img {
  width: 50%;
  margin: 0 auto;
}

.left_icon {
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.5% !important;
}

.right_icon {
  width: 22px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.5% !important;
}

.ts_box {
  box-sizing: border-box;
  padding: 1px 4px;
  width: 286px;
  height: 310px;
  border: 1px solid #e8e8e8;
  border-left: none !important;
  /* margin: 0 4px!important;
    padding: 0 1px!important; */
}

.swiper-slide:nth-child(1) {
  border-left: 1px solid #e8e8e8;
}

.ts_con {
  height: 149px !important;
}

.ts_box:hover .ts_con {
  background-color: #2578cb !important;
}

.ts_box:hover .ts_con h3 {
  color: #fff !important;
}

.ts_box:hover .ts_con p {
  color: #fff !important;
}

.ab1 {
  width: 302px;
  height: 154px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ab2 {
  width: 464px;
}

.ab3 {
  width: 490px;
}

.ab4 {
  width: 366px;
}

.nav_tab {
  background-color: #2578cb;
  padding: 30px 0 30px 30px;
}

.nav_tab h2 {
  font-size: 32px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.nav_tab h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-top: 12px;
}

.nav_item {
  display: block;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  border: 1px solid #e8e8e8;
  border-top: none;
  cursor: pointer;
}

.nav_item:hover {
  color: #2578cb !important;
}

.nav_act {
  color: #2578cb !important;
}

.con_line {
  width: 64px;
  height: 3px;
  background: rgba(37, 120, 203, 1);
  margin-top: 41px;
}

.con-text p {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}

.con_maxbox {
  padding-left: 65px;
}

.honor_item {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(241, 241, 241, 1);
}

.honor_item h2 {
  font-size: 30px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  padding-left: 40px;
  margin-top: 37px;
}

.h_item_tit {
  padding: 24px 0;
  margin-left: 40px;
}

.h_item_tit li {
  margin: 6px 0;
}

.h_item_tit li p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  overflow: hidden;
  width: 100%;
}

.dot {
  width: 6px;
  height: 6px;
  background: rgba(232, 232, 232, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}

.hei310 {
  height: 310px;
}

.zk {
  width: 14px;
  height: 14px;
  margin-top: 23px;
}

.suth_tit {
  height: 60px;
  background-color: #2578cb;
  padding-left: 30px;
  line-height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.cisaw img {
  width: 200px;
  height: 200px;
}

.intro p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}

.cisaw_list {
  display: block;
  height: 70px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  text-align: center;
  line-height: 70px;
  margin-bottom: 20px;
}

.cisaw_list:hover {
  color: #2578cb;
  border: 1px solid #2578cb;
}

.nav_list {
  padding-left: 50px;
}

.level_apply p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}

.consul_list div {
  background-color: #f8f8f8;
  height: 200px;
  padding: 30px;
}

.consul_list div p {
  line-height: 20px;
}

.consul_list div a {
  display: block;
  width: 96px;
  height: 40px;
  border-radius: 2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(37, 120, 203, 1);
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(37, 120, 203, 1);
}

.consul_list div a:hover {
  background-color: rgba(37, 120, 203, 1);
  color: #fff;
}

.consul_list:nth-child(2n) {
  padding-left: 10px;
}

.consul_list:nth-child(2n-1) {
  padding-right: 10px;
}

.zx_text p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  margin-bottom: 20px;
}

.j_img div {
  /* height: 324px; */
  overflow: hidden;
}

.lineh20 {
  line-height: 20px;
}

.lineh24 {
  line-height: 24px;
}

.lineh28 {
  line-height: 28px;
}

.inputs {
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(221, 221, 221, 1);
  padding-left: 20px;
  box-sizing: border-box;
}

.texts {
  resize: none;
  height: 100px;
  font-size: 14px;
  padding: 11px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(221, 221, 221, 1);
}

.butts {
  width: 160px;
  height: 40px;
  background: rgba(37, 120, 203, 1);
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
}

.cert_query {
  background: rgba(248, 248, 248, 1);
  padding: 60px 30px;
}

.news_list {
  padding: 30px;
}

.news_list:hover {
  background-color: #2578cb;
}

.news_list:hover h2 {
  color: #fff;
}

.news_list:hover p {
  color: #fff;
}

.news_list:hover span {
  color: #fff;
}

.news_img {
  height: 160px;
  width: 240px;
  margin: 0 auto 20px;
}

.hei160 {
  height: 160px;
  padding-left: 30px;
}

.news_time {
  position: absolute;
  bottom: 0;
}

.news_con {
  padding-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.news_con p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  margin-top: 20px;
}

.newsd {
  margin: 30px auto 0;
}

.news_tit a {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}

.news_tit a:hover {
  color: rgba(37, 120, 203, 1);
}

.pls {
  padding-left: 0;
}

.rczp:hover {
  color: rgba(37, 120, 203, 1);
}

.page_box {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.page_box li {
  float: left;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid rgba(232, 232, 232, 1);
}

.page_box .page_text {
  width: 62px;
}

.page_box .page_act {
  background: rgba(37, 120, 203, 1);
  color: #fff;
}

.page_box .page_act:hover {
  background: rgba(37, 120, 203, 1);
  color: #fff;
}

.page_box .page_num {
  display: none;
}

.page_box li:hover {
  border: 1px solid rgba(37, 120, 203, 1);
  color: rgba(37, 120, 203, 1);
}

.map_box {
  padding-right: 0;
}

.coll_box {
  padding-left: 0;
}

.map_img {
  height: auto;
}

.call_dateils {
  padding-left: 60px;
  height: 470px;
}

.icon_imgs {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 25px;
}

.code_img {
  width: 160px;
  height: 160px;
  display: block;
}

.foot_box {
  background-color: #333;
  padding-top: 60px;
  box-sizing: border-box;
}

.foot_box h2 {
  font-family: MicrosoftYaHei;
  line-height: 24px;
}

.foot_link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #787878;
  line-height: 36px;
}

.foot_link:hover {
  color: #fff;
}

.foot_links {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #787878;
  line-height: 36px;
}

.ba {
  padding: 22px 0;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #787878;
  line-height: 16px;
}

.foot_yd {
  background-color: #333;
  padding: 20px 30px;
  box-sizing: border-box;
}

.foot_img {
  width: 10px;
  height: 10px;
  margin-top: 18px;
}

.foot_click {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 1);
}

.trans-img {
  transition: all 0.5s;
}

.trans-img:hover {
  transform: scale(1.1);
}

/* .foot_item {
    padding-bottom: 10px;
    margin-bottom: 5px;
} */

.foot_tab {
  box-sizing: border-box;
  font-size: 11px;
  font-family: MicrosoftYaHei;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
}

.ydba {
  padding: 0 35px;
  text-align: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(119, 119, 119, 1);
  line-height: 20px;
}

.foot_tab:hover {
  color: #999;
}

.yd_logo {
  height: 44px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.02);
}

.nav_logo {
  width: 91px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.nav_top {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.top_nav_box {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}

.top_nav_list {
  overflow: auto;
  height: calc(100vh - 44px);
}

.top_nav_item {
  border-bottom: 0.5px solid #f1f1f1;
}

.top_nav_level1 {
  display: block;
  line-height: 48px;
}

.top_nav_level2 {
  background: rgba(248, 248, 248, 1);
  padding: 0 20px;
  line-height: 48px;
}

.top_nav_level3 {
  background: rgba(248, 248, 248, 1);
  height: 48px;
  line-height: 48px;
  padding-left: 30px;
}

.padd50 {
  padding: 20px 10px;
}

.news_tips {
  width: 100px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .ydadd {
    display: block;
    width: 230px;
  }
  .advan::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .icon_imgs {
    margin-right: 10px;
  }
  .tit_line {
    display: none;
  }
  .con_maxbox {
    padding-left: 0;
  }
  .nav_max-box {
    display: none;
  }
  .cul_item li {
    margin-bottom: 15px;
  }
  .cisaw {
    text-align: center;
  }
  .ab1 {
    width: 150px;
    height: 77px;
  }
  .ab2 {
    width: 232px;
  }
  .ab3 {
    width: 245px;
  }
  .ab4 {
    width: 183px;
  }
  .suth_tit {
    font-size: 16px;
  }
  .consul_list:nth-child(2n) {
    padding-left: 0;
  }
  .consul_list:nth-child(2n-1) {
    padding-right: 0;
  }
  .name1 {
    font-size: 24px;
  }
  .name2 {
    font-size: 20px;
  }
  .hei160 {
    padding-left: 0;
  }
  .cultures {
    box-sizing: border-box;
    padding: 30px;
  }
  .cul_img {
    height: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .page_box .page_num {
    display: block;
  }
  .tit_line {
    display: block;
  }
  .tell_box {
    display: none;
  }
  .tell_line {
    margin: 5px 10px 0;
  }
  .con_maxbox {
    padding-left: 0;
  }
  .nav_max-box {
    display: none;
  }
  .rzzs {
    width: 550px;
  }
  .pl5s {
    padding-left: 0;
  }
  .hei160 {
    padding-left: 0;
  }
  .cultures {
    height: 208px;
    box-sizing: border-box;
    padding: 30px 30px 0;
  }
  .cul_img {
    height: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .advan ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    min-width: 100%;
  }
  .pls {
    padding-left: 30px;
  }
  .page_box .page_num {
    display: block;
  }
  .tell_box {
    display: block;
  }
  .tell_line {
    margin: 5px 15px 0;
  }
  .con_maxbox {
    padding-left: 65px;
  }
  .nav_max-box {
    display: block;
  }
  .nav_item {
    padding: 0 10px;
    font-size: 14px;
  }
  .nav_list {
    padding-left: 20px;
  }
  .hei160 {
    padding-left: 20px;
  }
  .news_img {
    margin: 0;
  }
  .pl5s {
    padding-left: 50px;
  }
  .map_box {
    padding-right: 20px;
  }
  .map_img {
    height: 470px;
  }
  .coll_box {
    padding-left: 20px;
  }
  .foot_box {
    display: block !important;
  }
  .foot_yd {
    display: none !important;
  }
  .yd {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .ab_contxt {
    padding: 10px;
  }
  .advan_item {
    width: 20%;
  }
  .culture {
    height: 183px;
    overflow: hidden;
  }
  .padd50 {
    padding: 20px 30px 0;
  }
  .j_img:nth-child(2n-1) {
    padding-right: 10px;
  }
  .j_img:nth-child(2n) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1199px) {
  .advan_item {
    width: 20%;
  }
  .tell_line {
    margin: 5px 20px 0;
  }
  .tab_box li {
    width: 144px;
  }
  .ab_contxt {
    width: 640px;
    margin: 90px auto 10px;
  }
  .qjc {
    max-width: 900px;
  }
  .nav_item {
    padding: 0 20px 0 30px;
    font-size: 14px;
  }
  .nav_list {
    padding-left: 50px;
  }
  .newsd {
    max-width: 915px;
  }
  .advan_item:nth-child(1) {
    margin-left: 0;
  }
  .advan::-webkit-scrollbar {
    display: none;
  }
  .culture {
    height: 274px;
    overflow: hidden;
  }
  .padd50 {
    padding: 50px 50px 0;
  }
  .cultures {
    height: 323px;
    box-sizing: border-box;
    padding: 50px 50px 0;
  }
  .cul_img {
    height: 323px;
    overflow: hidden;
  }
  .j_img:nth-child(2n-1) {
    padding-right: 10px;
  }
  .j_img:nth-child(2n) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1440px;
  }
  .honor_item h2 {
    font-size: 36px;
  }
  .h_item_tit {
    margin-left: 0;
  }
  .news_img {
    margin: 0;
  }
  
  
	.page { margin: 40px auto 0px auto;text-align:center;padding-bottom:20px}
	.page a{    
		padding: 0 12px;
	    height: 30px;
	    border: 1px solid #2578cb;
	    border-radius: 0;
	    overflow: hidden;
	    line-height: 30px;
	    display: inline-block;
	    margin: 0 2px;
	    color: #444;
	    font-size: 14px;
		}
	.page .current{
		padding: 0 12px;
	    height: 30px;
	    border: 1px solid #2578cb;
	    border-radius: 0;
	    overflow: hidden;
	    line-height: 30px;
	    display: inline-block;
	    margin: 0 2px;
	    color: #fff;
	    font-size: 14px;
		background:#2578cb;
		}
	.page a:hover{color:#fff;background:#2578cb;}
	
	.kefu-box {
  position: absolute;
  right: 50px;
  width: 150px;
  background-color: #1365b6;
  border-radius: 8px 0 8px 8px;
  top: -0;
  display: none;
}

.kefu {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: #fff;
}
.kefu:nth-child(1) {
  border-top: none;
}

.kefu:hover {
  color: #fff;
}

.kefushow:hover{
  background: #1365b6 !important;
}
}
