@charset "utf-8";
/* CSS Document */

/*重置*/

body,
div,
p,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  /*font-weight:normal;*/
}
body {
  font-family: "microsoft yahei", Verdana, Geneva, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 12px;
  }
}
/*.container-fluid{
	padding-top:4em;


	}*/

.indexpaddtop {
  padding-top: 5.256em;
}
.tttpaddtop {
  padding-top: 8.256em;
}
@media (max-width: 768px) {
  .indexpaddtop {
    padding-top: 44px;
  }
  .tttpaddtop {
    padding-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .indexpaddtop {
    padding-top: 44px;
  }
  .tttpaddtop {
    padding-top: 44px;
  }
}
.s-pd {
  padding-top: 5.2em;
}
@media (max-width: 768px) {
  .s-pd {
    padding-top: 3.6em;
  }
}
.no-pd {
  padding-top: 0;
}
/*公用样式*/

.w-max {
  max-width: 1920px;
  min-width: 300px;
  margin: auto;
}
.pd {
  padding: 5% 0;
}
.pd-100 {
  padding: 0% 0 5% 0;
}
@media (min-width: 1920px) {
  .pd {
    padding: 153.6px 0;
  }
}
@media (max-width: 768px) {
  .pd {
    padding: 8% 2%;
  }
}
.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
/*公用标题*/
.title h1 {
  font-size: 1.5em;
}
.title h2 {
  font-size: 0.875em;
  padding-top: 0.5em;
}
@media (min-width: 1920px) {
  .title h1 {
    font-size: 35px;
  }
  .title h2 {
    font-size: 16px;
  }
}
/*二级导航*/

.second-nav {
  width: 100%;
  background-color: #f3f3f3;
  padding: 1em;
  text-align: center;
  position: fixed;
  top: 5.256em;
  left: 0;
  z-index: 99;
}
.hhhpaddtop {
  padding-top: 12%;
}
@media (max-width: 768px) {
  .hhhpaddtop {
    padding-top: 12.256em;
  }
}
.second-nav ul {
  display: inline-block;
}
.second-nav ul li {
  float: left;
  margin: 0 2.5em;
  font-size: 1em;
}
.second-nav ul li a {
  color: #232323;
}
.second-nav ul li a:hover {
  color: rgb(214, 0, 15);
}
@media (max-width: 768px) {
  .second-nav {
    display: none;
  }
}
/*pc导航*/
.pc-nav {
  background-color: rgb(214, 0, 15);
  height: 5.256em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
}
.zhanwei {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  height: 0;
}
.pc-nav .nav-box {
}
.pc-nav .nav-box .logo {
  width: 14%;
  height: 5.256em;
  position: relative;
  float: left;
}
.pc-nav .nav-box .logo img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc-nav .nav-box .app-icon {
  width: 5%;
  height: 5.256em;
  position: relative;
  float: right;
  cursor: pointer;
  z-index: 99999999999;
}
.pc-nav .nav-box .app-icon .app-img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pc-nav .nav-box .app-icon .app {
  width: 300px;
  position: absolute;
  top: 5.25em;
  right: 0;
  background-color: rgb(214, 0, 15);
  padding: 10px;
  padding-top: 20px;
  display: none;
}
.pc-nav .nav-box .app-icon .app h1 {
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.pc-nav .nav-box .app-icon .app .app-box {
  overflow: hidden;
  margin-top: 20px;
}
.pc-nav .nav-box .app-icon .app .app-box .left,
.pc-nav .nav-box .app-icon .app .app-box .right {
  float: left;
  width: 50%;
}
.pc-nav .nav-box .app-icon .app .app-box .left img,
.pc-nav .nav-box .app-icon .app .app-box .right img {
  max-width: 70%;
  display: block;
  margin: auto;
}
.pc-nav .nav-box .app-icon .app .app-box h2 {
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}
.pc-nav .nav-box .app-icon:hover .app {
  display: block;
}
.pc-nav .nav-box .nav {
  float: right;
  margin-right: 1em;
}
.pc-nav .nav-box .nav li {
  float: left;
  line-height: 5.256em;
}
.pc-nav .nav-box .nav li a {
  color: #fff;
  padding: 0 1em;
}

@media (max-width: 1024px) {
  .pc-nav .nav-box .nav li a {
    padding: 0 0.4em;
  }
}
.pc-nav .nav-box .nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .pc-nav .nav-box .nav li a {
    padding: 0 0.5em;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pc-nav .nav-box .nav li a {
    padding: 0 0.4em;
  }
}

/*移动端导航start*/
/*导航-monile*/
.nav-mobile {
  height: 45px;
  background-color: rgb(214, 0, 15);
  position: fixed;
  top: 0;
  z-index: 99999;
}
.nav-mobile .con {
  overflow: hidden;
}
.nav-mobile .con .logo {
  width: 90px;
  float: left;
  line-height: 40px;
}
.nav-mobile .con img {
  width: 100%;
}
.nav-mobile .con .menu {
  float: right;
  line-height: 40px;
  cursor: pointer;
}
.nav-mobile-zhan {
}
.nav-mobile-menu {
  width: 100%;
  background-color: rgb(214, 0, 15);
  font-size: 14px;
  position: fixed;
  z-index: 99998;
  top: 45px;
  overflow: auto;
  display: none;
  height: 100%;
  padding: 5% 0;
}
.nav-mobile-menu ul {
  text-align: center;
  margin-bottom: 5%;
}
.nav-mobile-menu ul li {
  padding: 4% 0;
}
.nav-mobile-menu ul li h1 {
  font-size: 1.25em;
  padding-bottom: 1em;
}
.nav-mobile-menu ul li h2 {
  font-size: 1em;
  line-height: 2em;
}
.nav-mobile-menu ul li h1 a {
  color: #fff;
}
.nav-mobile-menu ul li h2 a {
  color: rgba(255, 255, 255, 0.7);
}
/*移动端导航end*/

/*banner*/
.banner .banner-box img {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*服务*/
.index-serve {
  background: url(../images/serve-bj.jpg) center top no-repeat;
  background-size: cover;
}
.index-serve .serve-box {
  position: relative;
  margin-top: 2em;
}
.index-serve .title {
  font-size: 3em;
  font-family: "微软雅黑";
  color: #232323;
  line-height: 1.5em;
}
.index-serve .title span {
  color: rgb(214, 0, 15);
}
.index-serve .hide-box {
  width: 100%;
  padding-top: 10%;
}
.index-serve .line {
  width: 7%;
  background-color: #333;
  height: 1px;
}
.index-serve .p {
  font-size: 1em;
  /* text-indent: 2em; */
  line-height: 2.2em;
  width: 40%;
  padding-top: 5%;
}

.index-serve .pc-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.index-serve .mobile-box {
  overflow: hidden;
  padding: 5% 0;
}
.index-serve .mobile-box .serve-1 {
  float: left;
  width: 30%;
  margin: 0 1.666%;
  position: relative;
  padding: 3% 0 0 3%;
}
.index-serve .pc-box .serve-1 {
  width: 40%;
  float: right;
  position: relative;
  clear: both;
  padding: 3% 0 0 3%;
}
.index-serve .pc-box .serve-2 {
  float: left;
}
.index-serve .serve-1 .border {
  width: 70%;
  padding-top: 70%;
  border-top: 1px solid #232323;
  border-left: 1px solid #232323;
  position: absolute;
  top: 0;
  left: 0;
}
.index-serve .serve-1 .text {
  padding: 5%;
  padding-bottom: 10%;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.index-serve .serve-1 .text h1 {
  color: #232323;
  font-size: 1em;
  font-weight: bold;
  font-family: "微软雅黑";
  color: rgb(214, 0, 15);
}
.index-serve .serve-1 .text h1 span {
  font-size: 1.875em;
  color: rgb(214, 0, 15);
}
.index-serve .serve-1 .text .serve-line {
  width: 30%;
  height: 1px;
  margin-top: 5%;
  margin-bottom: 10%;
  background-color: #232323;
  display: block;
}
.serve .serve-1 .text h2 {
  font-size: 3.43em;
}
.index-serve .serve-3 .text {
  background-color: rgb(214, 0, 15);
}
.index-serve .serve-3 .text h1,
.index-serve .serve-3 .text h1 span,
.index-serve .serve-3 .text h2 a {
  color: #fff;
}
.index-serve .serve-3 .text .serve-line {
  background-color: #fff;
}
.index-serve .serve-1:hover .text {
  background-color: rgb(214, 0, 15);
}
.index-serve .serve-1:hover .text h1,
.index-serve .serve-1:hover .text h1 span,
.index-serve .serve-1:hover .text h2 a {
  color: #fff;
}
.index-serve .serve-1:hover .text .serve-line {
  background-color: #fff;
}
.index-serve .serve-3:hover .text {
  background-color: #fff;
}
.index-serve .serve-3:hover .text h1 {
  color: rgb(214, 0, 15);
}
.index-serve .serve-3:hover .text h1 span,
.index-serve .serve-3:hover .text h2 a {
  color: #232323;
}
.index-serve .serve-3:hover .text .serve-line {
  background-color: #232323;
}
@media (max-width: 1280px) {
  .index-serve .serve-1 .text h2 {
    font-size: 2.43em;
  }
  .index-serve .title {
    font-size: 3.5em;
  }
  .index-serve .p {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .index-serve .title {
    font-size: 1.5em;
    text-align: center;
  }
  .index-serve .line {
    margin: 0 auto;
  }
  .index-serve .p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index-serve .serve-1 .text h2 {
    font-size: 1.5em;
  }
  .index-serve .p {
    font-size: 0.875em;
    line-height: 1.8em;
    display: none;
  }
}
/*新闻*/

.index-news {
  background: url(../images/news-bj.jpg) center center no-repeat;
  background-size: cover;
}
.index-news .left {
  float: left;
  width: 40%;
}
.index-news .right {
  float: right;
  width: 40%;
}
.index-news .left .mod {
  background: url(../images/news-bj2.png) 65% top repeat-y;
  overflow: hidden;
  padding: 1.5em 0;
}
.index-news .right .mod {
  background: url(../images/news-bj2.png) 35% top repeat-y;
  overflow: hidden;
  padding: 1.5em 0;
}
.index-news .left .date,
.index-news .left .cen,
.index-news .left .text {
  float: right;
}
.index-news .right .date,
.index-news .right .cen,
.index-news .right .text {
  float: left;
}
.index-news .date {
  width: 30%;
}
.index-news .left .date h1,
.index-news .left .date h2 {
  text-align: left;
  margin-top: 1em;
}
.index-news .right .date h1,
.index-news .right .date h2 {
  text-align: right;
  margin-top: 1em;
}
.index-news .left .text h1,
.index-news .left .text h2 {
  text-align: right;
}
.index-news .right .text h1,
.index-news .right .text h2 {
  text-align: left;
}
.index-news .date h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #232323;
}
.index-news .date h2 {
  font-size: 1em;
  color: #777;
}
.index-news .cen {
  width: 10%;
  padding-top: 0.25em;
}
.index-news .cen .dian {
  width: 25%;
  padding-top: 25%;
  margin: auto;
  background-color: #232323;
  border-radius: 100px;
}
.index-news .text {
  width: 60%;
}
.index-news .text h1 {
  font-size: 1.2em;
  line-height: 1.5em;
}
.index-news .text h1 a {
  color: #232323;
}
.index-news .text h2 {
  font-size: 1em;
  color: #777;
  padding-top: 1em;
  line-height: 1.4em;
  text-indent: 2em;
}
.index-news .mod:hover .text h1 a {
  color: rgb(214, 0, 15);
}
.index-news .mod:hover .date h1 {
  color: rgb(214, 0, 15);
}
.index-news .mod:hover .cen .dian {
  background-color: rgb(214, 0, 15);
}
.index-news .left .more-box {
  padding: 3.5em 0;
}
.index-news .more-box .date {
  height: 10px;
}
.index-news .more-box .cen {
  padding-top: 0.8em;
}
.index-news .more-box .more {
  float: right;
  padding: 0.5em 2em;
  border: 1px solid #232323;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}
.index-news .more-box:hover .more {
  color: rgb(214, 0, 15);
  border: 1px solid rgb(214, 0, 15);
}
@media (max-width: 768px) {
  .index-news {
    background-size: auto;
    background: url(../images/news-bj.jpg) 20% center no-repeat;
  }
  .index-news .left,
  .index-news .right {
    width: 100%;
  }
  .index-news .right {
    float: left;
  }
  .index-news .right .mod {
    background: url(../images/news-bj2.png) 65% top repeat-y;
    overflow: hidden;
    padding: 1.5em 0;
  }
  .index-news .right .date,
  .index-news .right .cen,
  .index-news .right .text {
    float: right;
  }
  .index-news .right .date h1,
  .index-news .right .date h2 {
    text-align: left;
  }
  .index-news .right .text h1,
  .index-news .right .text h2 {
    text-align: right;
  }
  .index-news .text h1 {
    font-size: 1.2em;
  }
}
@media (max-width: 580px) {
  .index-news .date {
    width: 23%;
  }
  .index-news .text {
    width: 67%;
  }
  .index-news .left .mod,
  .index-news .right .mod {
    background: url(../images/news-bj2.png) 72.2% top repeat-y;
  }
  .index-news .date h1 {
    font-size: 1.2em;
  }
}
/*合作*/
.index-coo {
  background-color: rgb(214, 0, 15);
}
.index-coo .title {
  position: absolute;
  right: 10%;
  top: 15%;
}
.index-coo .title h1 {
  font-size: 3em;
  color: #fff;
  text-align: right;
}
.index-coo .title h2 {
  font-size: 1.5em;
  color: #fff;
  text-align: right;
  padding-top: 0.5em;
}
.index-coo .title .divcccc {
  margin-top: 1.2em;
  color: #fff;
  font-size: 2.5em;
  text-align: right;
}
.index-coo dl {
  width: 100%;
  overflow: hidden;
}
.index-coo dl dt,
.index-coo dl dd {
  width: 12.5%;
  padding-top: 12.5%;
  float: left;
  position: relative;
  overflow: hidden;
}
.index-coo dl dt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 85%;
}
.index-coo dl dd h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 7.75em;
  height: 1em;
  line-height: 1em;
  color: rgba(214, 0, 15, 0.05);
  font-family: "微软雅黑";
}
.index-coo dl .color1 {
  background-color: rgba(255, 255, 255, 1);
}
.index-coo dl .color2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.index-coo dl .color3 {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .index-coo {
    padding: 8% 2%;
  }
  .index-coo .title {
    position: inherit;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 8%;
  }
  .index-coo .title h1 {
    text-align: center;
    font-size: 1.5em;
  }
  .index-coo .title h2 {
    text-align: center;
    font-size: 1em;
  }
  .index-coo .title .divcccc {
    margin-top: 1em;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
  }
  .index-coo dl dd {
    display: none;
  }
  .index-coo dl dt {
    width: 100%;
    margin-bottom: 2%;
    padding-top: 25%;
  }
  .index-coo dl .color1,
  .index-coo dl .color2,
  .index-coo dl .color3 {
    background-color: rgba(255, 255, 255, 1);
  }
}
/*底部*/

.fffooter {
  padding-top: 0em;
  background: url(../images/footer-bj.jpg) top center no-repeat;
  background-size: cover;
}
.footer {
  /*background:url(../images/footer-bj.jpg) top center no-repeat;
	background-size:cover;*/
}
.footer .ma {
  width: 11%;
  max-width: 150px;
  float: left;
}
.footer .ma .ma-img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.footer .ma .ma-img-box img {
  display: block;
  position: absolute;
  max-width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer .ma .ma-img-box span {
  width: 10%;
  padding-top: 10%;
  border: 1px solid #232323;
  position: absolute;
  display: block;
}
.footer .ma .ma-img-box .bor-1 {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.footer .ma .ma-img-box .bor-2 {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.footer .ma .ma-img-box .bor-3 {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}
.footer .ma .ma-img-box .bor-4 {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
.footer .ma h1 {
  font-size: 0.875em;
  font-family: "宋体";
  text-align: center;
  line-height: 1.4em;
  padding-top: 1.5em;
}
.footer .ma .icon-box {
  width: 100%;
  overflow: hidden;
  padding-top: 1.5em;
  margin: 0 auto 0 0.5em;
}
/*.footer .ma .icon-box span{
	float:left;
	width:17%;
	margin-right:3%;
	cursor:pointer;
	}

.footer .ma .icon-box span img{
	width:100%;
	display:block;
	}*/

.footer .footer-nav {
  width: 70%;
  float: left;
  padding: 0 1% 0 2%;
}
.footer .footer-nav dl {
  float: left;
  width: 13%;
  margin: 0 1.333333%;
}
.footer .footer-nav dl dt {
  font-size: 1.25em;
  text-align: left;
  padding-bottom: 1em;
}
.footer .footer-nav dl dt a {
  font-weight: bold;
  color: #232323;
}
.footer .footer-nav dl dt a:hover {
  color: rgb(214, 0, 15);
}
.footer .footer-nav dl dd {
  font-size: 1em;
  color: #232323;
  line-height: 1.5em;
  margin-top: 1em;
  font-family: "宋体";
}
.footer .footer-nav dl dd a {
  color: #232323;
}
.footer .footer-nav dl dd a:hover {
  color: rgb(214, 0, 15);
}
.footer .add {
  float: left;
  width: 18%;
  /*font-size:1.25em;*/
  line-height: 1.4em;
}
.footer .add h1 {
  line-height: 1.4em;
  font-size: 1.25em;
  padding-bottom: 1.2em;
}
.footer .add h1 a {
  font-weight: bold;
  color: #232323;
}
.footer .addtext {
  /*margin-top: 1em;*/
  font-size: 1em;
  line-height: 2.55em;
}
/*.footer .add h1{
	font-size:1.25em;

	text-align:left;
	padding-bottom:1em;

	line-height:1.4em;
	}
.footer .add h1 a{
	font-weight:bold;
	color:#232323;
	}
.footer .add h1 a:hover{
	color:rgb(214,0,15);
	}
.footer .add h2{
	font-size:1em;
	color:#232323;
	line-height:2.2em;
	font-family:"宋体";
	}
	*/
.footer .add span {
  width: 20%;
  height: 1px;
  background-color: rgb(214, 0, 15);
  display: block;
  margin: 1.5em 0;
}
/*
.footer .add h3{
	font-size:2em;
	font-family:Arial;
	}*/

@media (max-width: 1910px) {
  .footer {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .footer {
    font-size: 12px;
  }
  .footer .add h3 {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  .footer .add h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) {
  .footer .ma {
    margin: 0 10%;
    float: right;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .add {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .footer .ma {
    margin: 0;
    width: 20%;
  }
}
@media (max-width: 480px) {
  .footer .footer h1 {
    display: block;
  }
}
.cop {
  text-align: center;
  font-size: 1vw;
  background-color: #777;
  color: #fff;
  padding: 2em 0;
}
.cop a {
  color: #fff;
}
@media (min-width: 1920px) {
  .cop {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cop {
    font-size: 10px;
    padding: 1em 3%;
  }
}
/*董事长致辞*/

.about-ceo {
  background: url(../images/about-ceo-bj.png) right center no-repeat;
}
.about-ceo .left {
  text-align: right;
}
.about-ceo .title h1,
.about-ceo .title h2 {
  color: rgb(214, 0, 15);
}
.about-ceo .ceo-img {
  margin-top: 1em;
}
.about-ceo .ceo-img img {
  display: inline-block;
  max-width: 30%;
}
.about-ceo .left .name h1 {
  font-size: 1.25vw;
  margin-top: 1em;
}
.about-ceo .left .name h2 {
  font-size: 0.8vw;
  margin-top: 0.5em;
}
.about-ceo .left .name .job {
  margin-top: 0.8em;
  line-height: 1.8em;
  font-size: 0.8em;
}
@media (min-width: 1920px) {
  .about-ceo .left .name h1 {
    font-size: 24px;
  }
  .about-ceo .left .name h2 {
    font-size: 0.8vw;
  }
}
.about-ceo .left .ceo-line {
  width: 15%;
  height: 1px;
  background-color: rgb(214, 0, 15);
  display: inline-block;
  margin-top: 5em;
  margin-bottom: 2em;
}
.about-ceo .left .ceo-about {
  font-size: 1em;
}
.about-ceo .right {
  padding-top: 4%;
}
.about-ceo .right p {
  text-indent: 2em;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.about-ceo .right .ceo-line {
  width: 8%;
  height: 1px;
  background-color: rgb(214, 0, 15);
  float: right;
  margin-top: 5em;
  margin-bottom: 2em;
}
.about-ceo .right h1 {
  font-size: 1em;
  text-align: right;
  clear: both;
}
@media (max-width: 768px) {
  .about-ceo .left {
    text-align: left;
  }
  .about-ceo .right .ceo-line {
    float: left;
  }
  .about-ceo .right h1 {
    text-align: left;
  }
}
/*发展历程*/

.about-course {
  background: url(../images/about-course.jpg) top right no-repeat;
  padding-bottom: 0;
}
.about-course .title h1 {
  color: rgb(214, 0, 15);
}
.about-course .course {
  margin-top: 4%;
  padding-bottom: 8%;
  background: url(../images/course-bj.jpg) 12.5% center repeat-y;
}
.about-course .course .big-dian {
  width: 5%;
  padding-top: 5%;
  background: url(../images/big-dian-bj.png) center center no-repeat;
  background-color: rgb(214, 0, 15);
  background-size: cover;
  border-radius: 100000px;
  margin-left: 10%;
  margin-bottom: 5%;
}
.about-course .course ul li {
  overflow: hidden;
  padding: 2% 0;
}
.about-course .course ul li .date {
  float: left;
  width: 10%;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
}
.about-course .course ul li .dian {
  width: 2.1%;
  padding-top: 1.9%;
  margin: 0 1.5%;
  background-color: #fff;
  border-radius: 10000px;
  border: 1px solid rgb(214, 0, 15);
  float: left;
  position: relative;
}
.about-course .course ul li .dian span {
  display: biock;
  width: 60%;
  height: 65%;
  border-radius: 100000px;
  background-color: rgb(214, 0, 15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about-course .course ul li .text {
  width: 75%;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
}
/*集团简介*/
.about-group1 {
  background: url(../images/about-group-bj.jpg) right top no-repeat;
  background-size: contain;
}
.about-group1 .title h1 {
  color: rgb(214, 0, 15);
}
.about-group1 .text {
  padding: 2em 0;
  padding-right: 10%;
  /* text-indent: 2em; */
  line-height: 30px;
}
.about-group1 .text p {
  line-height: 1.6em;
  text-indent: 2em;
  padding: 1em 0;
}
.about-group1 .china-map {
  overflow: hidden;
  padding: 4%;
}
.about-group1 .china-map .piji {
  font-size: 1.5em;
  margin-top: 2em;
}
.about-group1 .china-map .map {
  float: left;
  width: 65%;
}
.about-group1 .china-map .map img {
  max-width: 100%;
  display: block;
}
.about-group1 .china-map .right {
  text-align: right;
  width: 35%;
  float: right;
  margin-top: 3em;
}
.about-group1 .china-map .right h3 {
  font-size: 1.5em;
  padding: 1em 0;
  line-height: 1.5em;
}
.about-group1 .china-map .right .line {
  display: inline-block;
  width: 4em;
  height: 1px;
  background-color: rgb(214, 0, 15);
  margin-top: 3em;
  margin-bottom: 1em;
}
.about-group1 .china-map .right h4 {
  font-size: 1em;
  padding: 0.5em 0;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .about-group1 .china-map .map {
    width: 100%;
  }
  .about-group1 .china-map .right {
    width: 100%;
    text-align: center;
  }
}
.about-group2 {
  /* background: url(../images/about-group2-bj.jpg) center top no-repeat; */
  background-size: cover;
  padding-bottom: 0;
  background-color: #fff;
}
.about-group2 .title h1,
.about-group2 .title h2 {
  text-align: center;
  color: #ca000c;
}
.about-group2 .box {
  width: 100%;
  /* max-width: 860px; */
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.about-group2 .box li {
  float: left;
  width: 33.3333333%;
  /* padding-top: 33.333333%; */
  position: relative;
}

/*20210701新增代码*/
.pdc {
  padding: 55px 0;
}
.about-group2 .box li .boxcontent {
  background-color: #fff;
  padding: 18px 15px;
  margin: 0 15px;
}

.about-group2 .box li .boxcontent .iconc {
  text-align: center;
}
.about-group2 .box li .boxcontent h3 {
  font-size: 1.2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 800;
  text-align: center;
  margin-top: 15px;
}

.about-group2 .box li .boxcontent .textc {
  margin-top: 15px;
}

.about-group2 .box li .boxcontent .textc dl {
  margin: 5px auto;
}

.about-group2 .box li .boxcontent .textc dl dt {
  font-weight: normal;
  text-align: center;
}

.about-group2 .box .margin {
  margin-left: 16.6666666%;
}
.about-group2 .box .top {
  margin-top: -15%;
}
.about-group2 .box li span {
  width: 60%;
  height: 60%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); */
}
.about-group2 .box li .font {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 70%;
  height: 3.5em;
}
.about-group2 .box li .font h1 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
}
.about-group2 .box li .font h2 {
  font-size: 0.875em;
}
@media (max-width: 768px) {
  .about-group2 .box li .font h1 {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media (max-width: 330px) {
  .about-group2 .box li .font h2 {
    font-size: 0.6em;
  }
}
.about-group3 {
  background: url(../images/about-group3-bj.jpg) 6.5% center repeat-y;
  background-size: 1.3%;
  position: relative;
  overflow: hidden;
}
.about-group3-bj {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}
.about-group3 .bj {
  position: relative;
  z-index: 1;
}
.about-group3 .title {
  margin-bottom: 3em;
}
.about-group3 .title h1 {
  color: rgb(214, 0, 15);
}
.about-group3 .num-box {
  overflow: hidden;
  padding: 2em 0;
}
.about-group3 .num-box .date {
  float: left;
  margin: 2em 0;
  margin-right: 7.3%;
}
.about-group3 .num-box .date h1 {
  float: left;
  font-size: 1em;
}
.about-group3 .num-box .date span {
  float: left;
  width: 1.5em;
  height: 2px;
  background-color: rgb(214, 0, 15);
  margin: 0.4em 0.5em;
}
.about-group3 .num-box .num {
  float: left;
  margin-right: 5%;
}
.about-group3 .num-box .num h1 {
  font-size: 3em;
  color: rgb(214, 0, 15);
}
.about-group3 .num-box .num h2 {
  font-size: 1em;
  text-align: center;
}
.about-group3 .num-box .num2 {
  float: left;
  border-left: 3px solid rgb(214, 0, 15);
  margin-top: 1em;
}
.about-group3 .num-box .num2 h3 {
  font-size: 1em;
  margin: 0 1em;
}
.about-group3 .num-box .num2 h3 + h3 {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .about-group3 {
    background: none;
  }
  .about-group3 .num-box .date {
    width: 10%;
    margin-top: 0;
  }
  .about-group3 .num-box .date h1 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about-group3 .num-box .date span {
    margin: 1em auto;
    float: none;
    display: block;
  }
  .about-group3 .num-box .num h1 {
    font-size: 2em;
    color: rgb(214, 0, 15);
  }
  .about-group3 .num-box {
    overflow: hidden;
    padding: 1em 0;
  }
  .about-group3 .num-box .num {
    margin-bottom: 1em;
  }
}
/*加入我们*/
.about-join1 {
  background: url(../images/about-join1-bj.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 4%;
}
.about-join1 .sm-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: rgb(214, 0, 15);
}
.about-join1 .input-box {
  width: 100%;
  margin: auto;
  max-width: 700px;
  overflow: hidden;
  margin-top: 25px;
}
.about-join1 .input-box .txt {
  /*width:30%;*/
  min-width: 96.6666666%;
  float: left;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 0.5em;
  /*background:none;*/
  border: 1px solid rgb(214, 0, 15);
  border-radius: 5px;
  font-size: 1em;
  outline: none;
  margin: 1.666666%;
}

.about-join1 .input-box textarea {
  width: 96.6666666%;
  height: 5em;
  line-height: 1.4em;
  padding: 1%;
  background: none;
  border: 1px solid rgb(214, 0, 15);
  border-radius: 5px;
  font-size: 1em;
  outline: none;
  margin: 1.666666% auto 0 1.666666%;
  resize: none;
}

.about-join1 .input-box .textarae .tipmessage {
  width: 96%;
  color: #ff0500;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 12px;
  text-align: left;
  /* word-break: break-all; */
}

.about-join1 .input-box .btn {
  width: 25%;
  margin: 2% auto 8% auto;
  display: block;
  background-color: rgba(214, 0, 15, 1);
  color: #fff;
  font-size: 1em;
}
.about-join1 .input-box .btn:hover {
  background-color: rgb(255, 77, 90);
}
.about-join1 .input-box h1 {
  text-align: center;
  font-size: 1em;
  margin: 1em 0;
}
.about-join1 .input-box .jinfo {
  width: 100%;
  text-align: center;
}
.about-join2 .input-box .jinfo {
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .about-join1 .input-box .txt {
    width: 46%;
    margin: 2%;
  }
  .about-join1 .input-box textarea {
    padding: 2%;
  }
}
.about-join2 {
  background-color: rgb(214, 0, 15);
  position: relative;
  overflow: hidden;
  padding: 4% 0;
}
.about-join2 span {
  position: absolute;
  font-size: 22em;
  color: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-right: -0.5em;
}
.about-join2 .sm-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.about-join2 .input-box {
  width: 100%;
  margin: auto;
  max-width: 700px;
  overflow: hidden;
  margin-top: 25px;
}
.about-join2 .input-box .txt {
  min-width: 96.6666666%;
  float: left;
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 0.5em;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1em;
  outline: none;
  margin: 1.666666%;
  color: #fff;
}
.about-join2 .input-box .date {
  width: 63.333333%;
}
.about-join2 .input-box textarea {
  width: 96.6666666%;
  height: 5em;
  line-height: 1.4em;
  padding: 1%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1em;
  outline: none;
  margin: 1.666666% auto 0 1.666666%;
  color: #fff;
  resize: none;
}

.about-join2 .input-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.8);
}

.about-join2 .input-box .tipmessage {
  width: 96%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 5px;
  padding-left: 12px;
  text-align: left;
  /* word-break: break-all; */
}

.about-join2 .input-box .btn {
  width: 25%;
  margin: 2% auto 8% auto;
  display: block;
  background-color: #fff;
  color: rgb(214, 0, 15);
  font-size: 1em;
}
.about-join2 .input-box .btn:hover {
  background-color: rgb(255, 77, 90);
  color: #fff;
}
.about-join2 .input-box h1 {
  text-align: center;
  font-size: 1em;
  margin: 1em 0;
  color: #fff;
}
@media (max-width: 768px) {
  .about-join2 .input-box .txt {
    width: 46%;
    margin: 2%;
  }
  .about-join2 .input-box textarea {
    padding: 2%;
  }
  .about-join2 span {
    display: none;
  }
}
.about-join3 {
  padding: 4% 0;
}
.about-join3 h1 {
  text-align: center;
  font-size: 2em;
  color: #232323;
}
.about-join3 h1 span {
  color: rgb(214, 0, 15);
}
.about-join3 a {
  display: block;
  text-align: center;
  width: 7em;
  margin: auto;
  font-size: 1.2em;
  color: rgb(214, 0, 15);
  padding: 0.5em 1em;
  border-bottom: 1px solid rgb(214, 0, 15);
  margin-top: 2em;
}
.about-join3 a:hover {
  color: rgb(255, 77, 90);
  border-bottom: 1px solid rgb(255, 77, 90);
}
@media (max-width: 768px) {
  .about-join3 h1 {
    font-size: 1.3em;
  }
}
/*企业文化*/

.about-culture {
  background: url(../images/about-ceo-bj.png) center center no-repeat;
  padding-bottom: 0;
}
.about-culture .title h1 {
  color: rgb(214, 0, 15);
  text-align: center;
}
.about-culture .title h2 {
  text-align: center;
}
.about-culture .first-box {
  padding: 4%;
}
.about-culture .first-box .whtxt {
  /*border:1px solid #F00;*/
  text-align: center;
  font-size: 1.4em;
}
.about-culture .first-box span {
  width: 2px;
  height: 4em;
  background-color: rgb(214, 0, 15);
  margin: 1em auto;
  display: block;
}
.about-culture .first-box h1 {
  margin: 0.2em auto;
  font-size: 6em;
  color: rgb(214, 0, 15);
  text-align: center;
}
.about-culture .first-box h2 {
  margin: 0.5em auto;
  font-size: 2em;
  color: rgb(214, 0, 15);
  text-align: center;
}
.about-culture .first-box h3 {
  margin: 0.5em auto;
  font-size: 1.5em;
  color: #232323;
  text-align: center;
}
.about-culture .first-box h4 {
  margin: 0.5em auto 2em auto;
  font-size: 1em;
  color: #232323;
  text-align: center;
}
.about-culture2 {
  background: url(../images/about-cukture-bj2.jpg) center top no-repeat;
  background-color: rgb(214, 0, 15);
}
.about-culture2 .title {
  text-align: center;
}
.about-culture2 .title h1,
.about-culture2 .title h2,
.about-culture2 .title h3 {
  color: #fff;
}
.about-culture2 .title h3 {
  padding-top: 1em;
  font-size: 1em;
}
.about-culture2 .idea-box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  margin-top: 4%;
}
.about-culture2 .idea-box li {
  width: 30%;
  float: left;
}
.about-culture2 .idea-box li + li {
  margin-left: 5%;
}
.about-culture2 .idea-box li .img {
  border: 1px dashed #fff;
  width: 180px;
  padding-top: 180px;
  border-radius: 1000000px;
  position: relative;
  margin: auto;
}
.about-culture2 .idea-box li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1000000px;
}
.about-culture2 .idea-box li h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 1em;
}
.about-culture2 .idea-box li h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 0.5em;
}
.about-culture2 .idea-box li h3 {
  font-size: 2em;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 2em 0;
}
.about-culture2 .idea-box li .ctxt {
  color: #fff;
  text-indent: 2em;
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.8em;
}
@media (max-width: 1000px) {
  .about-culture2 .idea-box li {
    width: 100%;
    margin: 2em 0;
  }
  .about-culture2 .idea-box li + li {
    margin: 2em 0;
  }
  .about-culture2 .idea-box li p {
    color: #fff;
    text-indent: 0em;
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.8em;
    text-align: center;
  }
}
/*团队介绍*/
.about-team {
}
.about-team .title {
  text-align: center;
}
.about-team .title h1 {
  color: rgb(214, 0, 15);
}
.about-team .box {
  padding: 6% 0;
  overflow: hidden;
}
.about-team .box .img-box {
  float: left;
  width: 20%;
}
.about-team .box .img-box img {
  max-width: 100%;
}
.about-team .box .txt {
  float: left;
  width: 78%;
  margin-left: 2%;
}
.about-team .box .txt .name {
  padding-left: 4.5em;
  background: url(../images/about-team-name-bj.jpg) center left no-repeat;
  background-size: contain;
}
.about-team .box .txt .name h1 {
  font-size: 2em;
}
.about-team .box .txt .name h2 {
  font-size: 1em;
  margin-top: 0.5em;
}
.about-team .box .txt .cv {
  padding-top: 2em;
}
.about-team .box .txt .cv p {
  line-height: 2em;
  font-size: 1em;
  color: #777;
}
.about-team .box .txt .cv p span {
  color: rgb(214, 0, 15);
}
@media (max-width: 992px) {
  .about-team .box .txt .name h1 {
    font-size: 1.4em;
  }
  .about-team .box .img-box {
    width: 30%;
  }
  .about-team .box .txt {
    width: 68%;
  }
}
/*专家团队*/
.expert {
  background: url(../images/expert1-bj.jpg) 20% 0% no-repeat;
  background-size: 20%;
}
.expert .title {
  text-align: center;
}
.expert .box {
  width: 100%;
  overflow: hidden;
  padding-top: 8%;
}
.expert .box ul {
  overflow: hidden;
}
.expert .box ul li {
  float: left;
  width: 25%;
  margin: 0 2%;
  position: relative;
  overflow: hidden;
}
.expert .box ul li img {
  max-width: 100%;
}
.expert .box ul li .name {
  width: 100%;
  background-color: rgba(214, 0, 15, 0.8);
  position: absolute;
  bottom: -6em;
  left: 0;
  padding: 1em;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert .box ul li .name h1 {
  font-size: 1em;
  color: #fff;
}
.expert .box ul li .name h1 a {
  color: #fff;
}
.expert .box ul li .name h2 {
  font-size: 0.8em;
  padding-top: 1em;
  color: #fff;
}
.expert .box ul li:hover .name {
  bottom: 0;
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.expert .box .dian {
  margin: 2em auto;
  overflow: hidden;
}
.expert .box .dian span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  cursor: pointer;
}
.expert .box .dian span:hover {
  background-color: rgba(214, 0, 15, 1);
}
.expert .box .dian .red {
  background-color: rgba(214, 0, 15, 1);
}
.expert .box .dian span + span {
  margin-left: 10px;
}
.expert .box .arrow-btn {
  display: none;
}
.expert .box .arrow-btn span {
  width: 30px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.expert .box .arrow-btn .left {
  left: 0;
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 0.5);
}
.expert .box .arrow-btn .right {
  right: 0;
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(214, 0, 15, 0.5);
}
.expert .box .arrow-btn span:hover {
  background-color: rgba(214, 0, 15, 1);
}
@media (max-width: 992px) {
  .expert .box .dian {
    display: none;
  }
  .expert .box ul li .name {
    bottom: 0;
    opacity: 1;
  }
}
/*专家团队*/

.expert2 {
  background: url(../images/expert2-bj.jpg) 90% 100% no-repeat;
  background-size: 20%;
  background-color: rgb(214, 0, 15);
  padding-bottom: 0;
}
.expert2 .title {
  text-align: right;
}
.expert2 .title h1,
.expert2 .title h2 {
  color: #fff;
}
.expert2 .img-box {
  width: 54%;
  float: left;
  position: relative;
}
.expert2 .img-box .list1 {
  overflow: hidden;
}
.expert2 .img-box .list1 li {
  position: relative;
  width: 25%;
  float: left;
  /*padding-top:25%;*/
  overflow: hidden;
}
/*.expert2 .img-box .list1 .noli
{
	padding-top:25%;
	border:1px solid #FFF;
}
*/
.expert2 .img-box .list1 li img {
  /*position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;*/
  max-width: 100%;
}
.expert2 .img-box .list1 li .name {
  width: 65%;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: -6em;
  background-color: rgba(214, 0, 15, 0.8);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert2 .img-box .list1 li .name h1 {
  font-size: 1.3vw;
  color: #fff;
}
.expert2 .img-box .list1 li .name h2 {
  font-size: 0.8vw;
  color: #fff;
  padding-top: 0.8vw;
}
.expert2 .img-box .list1 li:hover .name {
  bottom: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*list2*/
.expert2 .img-box .list2-pm {
  overflow: hidden;
  /*padding-top:25%;*/
  position: relative;
  width: 100%;
}
.expert2 .img-box .list2 {
  /*overflow:hidden;*/
  /*position:absolute;
	top:0;
	left:0;*/
  width: 10000px; /*margin-left:50px;*/
}
.expert2 .img-box .list2 li {
  position: relative;
  /*	width:20%;*/
  float: left;
  /*padding-top:20%;*/
  overflow: hidden;
}
.expert2 .img-box .list2 li img {
  /*position:absolute;
	top:0;
	left:0;
	right:0;*/
  margin: auto;
  max-width: 100%;
}
.expert2 .img-box .list2 li .name {
  width: 65%;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: -6em;
  background-color: rgba(214, 0, 15, 0.8);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.expert2 .img-box .list2 li .name h1 {
  font-size: 1.3vw;
  color: #fff;
}
.expert2 .img-box .list2 li .name h2 {
  font-size: 0.8vw;
  color: #fff;
  padding-top: 0.8vw;
}
.expert2 .img-box .list2 li:hover .name {
  bottom: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.expert2 .img-box .arrow-btn2 {
  width: 60px;
  padding-top: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -30px;
}
.expert2 .img-box .arrow-btn2 span {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  heght: 50px;
  background-color: rgba(214, 0, 15, 0.5);
  display: block;
  float: left;
  cursor: pointer;
}
.expert2 .img-box .arrow-btn2 .left {
  left: 0;
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 1);
}
.expert2 .img-box .arrow-btn2 .left:hover {
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 0.5);
}
.expert2 .img-box .arrow-btn2 .right {
  right: 0;
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(35, 35, 35, 1);
}
.expert2 .img-box .arrow-btn2 .right:hover {
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(35, 35, 35, 0.5);
}
.expert2 .img-box .arrow-btn3 {
  width: 60px;
  padding-top: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-right: -30px;
}
.expert2 .img-box .arrow-btn3 span {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  heght: 50px;
  background-color: rgba(214, 0, 15, 0.5);
  display: block;
  float: left;
  cursor: pointer;
}
.expert2 .img-box .arrow-btn3 .left {
  left: -30px;
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 1);
}
.expert2 .img-box .arrow-btn3 .left:hover {
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 0.5);
}
.expert2 .img-box .arrow-btn3 .right {
  right: 30px;
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(35, 35, 35, 1);
}
.expert2 .img-box .arrow-btn3 .right:hover {
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(35, 35, 35, 0.5);
}
.expert21 {
  background-color: rgb(214, 0, 15);
  display: none;
}
.expert21 .title {
  text-align: center;
}
.expert21 .title h1,
.expert21 .title h2 {
  color: #fff;
}
.expert3 .title {
  text-align: left;
}
.expert3 .title h1,
.expert3 .title h2 {
  color: #232323;
}
.expert3 {
  background: url(../images/expert3-bj.jpg) 10% 100% no-repeat;
  background-size: 20%;
  padding-bottom: 0;
}
.expert3 .img-box {
  float: right;
}
.expert3 .img-box .list1 li {
  float: left;
}
.expert3 .img-box .arrow-btn2 {
  left: 0;
}
.expert31 {
  display: none;
}
.expert31 .title {
  text-align: center;
}
@media (max-width: 992px) {
  .expert2,
  .expert3 {
    display: none;
  }
  .expert21,
  .expert31 {
    display: block;
  }
}
/*专家团队内页*/
.expert1-1 {
  padding-bottom: 0;
}
.expert1-1 .left-about {
  float: left;
  width: 65%;
  background: url(../images/colon2.png) 80% 0% no-repeat;
  background-size: 30%;
}
.expert1-1 .left-about .name {
  overflow: hidden;
}
.expert1-1 .left-about .name .name1 {
  float: left;
}
.expert1-1 .left-about .name .name1 h1 {
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 1em;
}
.expert1-1 .left-about .name .name1 h2 {
  font-size: 1em;
  padding: 0.2em 0;
}
.expert1-1 .left-about .name .more {
  float: right;
  text-align: right;
}
.expert1-1 .left-about .name .more .more-1 {
  text-align: right;
  padding: 0.5em 0 0.5em 1em;
  border-bottom: 3px solid rgb(214, 0, 15);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: inline-block;
}
.expert1-1 .left-about .name .more .more-1:hover {
  padding: 0.5em 0 0.5em 3em;
}
.expert1-1 .left-about .name .more .more-2 {
  display: block;
  padding: 0.5em 3em;
  background-color: rgba(214, 0, 15, 1);
  border-radius: 5px;
  margin-top: 3em;
  color: #fff;
}
.expert1-1 .left-about .name .more .more-2:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.expert1-1 .left-about .about1 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.expert1-1 .left-about .about1 h1 {
  font-size: 1em;
  font-weight: bold;
  color: rgb(214, 0, 15);
  margin-bottom: 1em;
}
.expert1-1 .left-about .about1 p {
  line-height: 1.6em;
}
.expert1-1 .right-img {
  float: right;
  width: 30%;
}
.expert1-1 .right-img img {
  max-width: 100%;
}
.expert2-1 {
  background: url(../images/colon3.png) 20% 50% no-repeat;
  background-color: rgb(214, 0, 15);
  background-size: 10%;
}
.expert2-1 .about1 h1 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}
.expert2-1 .about1 p {
  line-height: 1.6em;
  color: #fff;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .expert1-1 .left-about .name .more {
    clear: both;
    float: left;
    text-align: left;
    margin-top: 2em;
  }
  .expert1-1 .left-about .name .more .more-1 {
    text-align: right;
    padding: 0.5em 1em 0.5em 0;
    border-bottom: 3px solid rgb(214, 0, 15);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
  }
  .expert1-1 .left-about .name .more .more-1:hover {
    padding: 0.5em 2em 0.5em 0;
  }
}
/*人才招聘*/
.hr {
}
.hr .title {
  text-align: center;
}
.hr .title h1 span {
  color: rgb(214, 0, 15);
}
.hr .box {
  padding: 4%;
}
.hr .box li {
  padding: 4% 0;
  border-bottom: 1px solid #ddd;
}
.hr .box li .br-left {
  padding-left: 1em;
  padding-top: 1.5em;
  border-left: 4px solid rgb(214, 0, 15);
  overflow: hidden;
}
.hr .box li .left {
  float: left;
}
.hr .box li .left a {
  font-size: 1.5em;
  font-weight: bold;
}
.hr .box li .left a:hover {
  color: rgb(214, 0, 15);
}
.hr .box li .left h1 {
  font-size: 1em;
  color: rgb(214, 0, 15);
  padding-top: 0.5em;
}
.hr .box li .right {
  float: right;
  text-align: right;
}
.hr .box li .right h2 {
  font-size: 2em;
}
.hr .box li .right h3 {
  font-size: 1em;
  padding-top: 0.5em;
}
.hr .pro .txt3 {
  width: 80%;
  padding-top: 3em;
  text-align: center;
  line-height: 2em;
  margin: 0 auto;
  padding-bottom: 5em;
}
/*页码公用*/
/*.page{
	width:100%;
	text-align:center;
	padding-top:4%;
	}
.page ul{
	display:inline-block;
	}
.page ul li{
	padding:0.5em 1em;
	border:1px solid rgb(214,0,15);
	font-size:1em;
	float:left;
	cursor:pointer;
	}

.page ul li + li{
	margin-left:1em;
	}

.page ul li:hover{
	background-color:rgb(214,0,15);
	color:#fff;
	}*/

.hr2 {
  background-color: #f0f0f0;
}
.hr2 .title {
  text-align: center;
}
.hr2 .pro {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-top: 4%;
  text-align: center;
}
.hr2 .pro .step {
  overflow: hidden;
  background: url(../images/hr2-bj.jpg) center center no-repeat;
  background-size: 70%;
}
.hr2 .pro .step li {
  width: 9%;
  margin: 0 8%;
  border: 2px solid #232323;
  position: relative;
  padding-top: 9%;
  border-radius: 100000px;
  text-align: center;
  float: left;
  background-color: #fff;
}
.hr2 .pro .step li + li {
  margin: 0 8%;
}
.hr2 .pro .step li span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
  line-height: 1em;
  font-size: 2em;
  font-weight: bold;
  font-family: Arial;
  color: rgb(214, 0, 15);
}
.hr2 .pro .txt {
  overflow: hidden;
}
.hr2 .pro .txt h3 {
  width: 25%;
  text-align: center;
  float: left;
  padding: 4%;
  font-size: 1em;
}
.hr2 .pro h4 {
  display: inline-block;
  font-size: 1.5em;
  padding: 0.5em 1.5em;
  border: 1px dotted rgb(214, 0, 15);
  border-radius: 5px;
  font-weight: bold;
  margin: 2em 0;
}
.hr2 .pro .txt2 p {
  font-size: 1em;
  padding: 1em 0;
}
.hr2 .pro .txt2 p span {
  color: rgb(214, 0, 15);
}
.hr-1 .txt {
  padding: 0 4%;
}
.hr-1 .txt p {
  font-size: 1em;
  line-height: 1.8em;
}
@media (max-width: 992px) {
  .hr2 .pro {
    padding-top: 8%;
  }
  .hr2 .pro .step li {
    border: 1px solid #232323;
  }
  .hr2 .pro .step li span {
    font-size: 3vw;
  }
  .hr2 .pro .txt h3 {
    font-size: 10px;
  }
  .hr2 .pro .txt2 p {
    font-size: 10px;
  }
}
.dow .title {
  overflow: hidden;
}
.dow .title h1 {
  float: left;
}
.dow .title h2 {
  color: rgb(214, 0, 15);
  float: left;
  margin-left: 1em;
}
.dow .box {
  padding: 4% 0;
}
.dow .box li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 2em 0;
}
.dow .box li .left {
  float: left;
  width: 70%;
}
.dow .box li .left a {
  font-size: 1.5em;
  padding-left: 1em;
  margin: 1em 0;
  border-left: 4px solid rgb(214, 0, 15);
  display: block;
}
.dow .box li .left a:hover {
  color: rgb(214, 0, 15);
}
.dow .box li .left h2 {
  font-size: 1em;
  color: #777;
  overflow: hidden;
  line-height: 1.6em;
  text-indent: 2em;
  /*text-overflow:ellipsis;
	white-space:nowrap;*/
  margin-bottom: 1em;
}
.dow .box li .right {
  float: right;
  width: 20%;
  padding-top: 3em;
  text-align: right;
}
.dow .box li .right a {
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid rgba(214, 0, 15, 1);
  border-radius: 5px;
  color: rgba(214, 0, 15, 1);
}
.dow .box li .right a:hover {
  background-color: rgba(214, 0, 15, 0.8);
  color: #fff;
}
.dow .box li .right h3 {
  font-size: 0.875em;
  color: #777;
  padding: 1em 0;
}
.dow .page {
  text-align: right;
}
.dow2 {
  background-color: #f0f0f0;
  padding-bottom: 0;
}
.dow2 .phone {
  width: 100%;
}
.dow2 .txt {
  padding: 4vw 0;
  border-bottom: 1px solid #ddd;
}
.dow2 .txt h1 {
  font-size: 2.5vw;
}
.dow2 .txt h2 {
  font-size: 1em;
  color: rgb(214, 0, 15);
  padding-top: 1em;
}
.dow2 .dow-icon {
  overflow: hidden;
  padding: 4vw 0;
  width: 35%;
}
.dow2 .dow-icon .icon {
  float: left;
  width: 45%;
}
.dow2 .dow-icon .icon + .icon {
  margin-left: 10%;
}
.dow2 .dow-icon .icon img {
  max-width: 100%;
  display: block;
}
.dow2 .dow-icon .icon span {
  display: block;
  padding: 1em 0;
  text-align: center;
  font-size: 1em;
}
.dow-1 .box h1 {
  font-size: 1.5em;
  color: rgb(214, 0, 15);
  padding-left: 1em;
  border-left: 4px solid rgb(214, 0, 15);
  margin-bottom: 1em;
}
.dow-1 .box .txt {
  padding: 2em 0;
}
.dow-1 .box .time {
  padding: 1em 0;
  border-top: 1px solid #ddd;
  color: #777;
}
.dow-1 .box .txt p {
  font-size: 1em;
  text-indent: 2em;
  margin-bottom: 2em;
  line-height: 1.8em;
}
.dow-1 .box .left {
  float: left;
  text-align: left;
}
.dow-1 .box .left span {
  display: block;
  width: 3em;
  height: 1px;
  background-color: rgb(214, 0, 15);
  margin-bottom: 2em;
}
.dow-1 .box .left h2 {
  font-size: 1.2em;
  padding: 0.5em 0;
}
.dow-1 .box .left h2 a {
  font-weight: bold;
}
.dow-1 .box .left h2 a:hover {
  color: rgb(214, 0, 15);
}
.dow-1 .box .left h3 {
  font-size: 1.2em;
  padding: 2.5em 0;
}
.dow-1 .box .left h3 a {
  font-weight: bold;
}
.dow-1 .box .left h3 a:hover {
  color: rgb(214, 0, 15);
}
.dow-1 .box .right {
  float: right;
  text-align: right;
}
.dow-1 .box .right a {
  padding: 0.5em 3em;
  background-color: rgb(214, 0, 15);
  display: inline-block;
  border-radius: 5px;
  color: #fff;
}
.dow-1 .box .right a:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.dow-1 .box .right h3 {
  font-size: 0.875em;
  color: #777;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .dow .box li {
    padding: 1em 0;
  }
  .dow .box li .left {
    width: 100%;
  }
  .dow .box li .right {
    width: 100%;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .dow2 {
    text-align: center;
  }
  .dow2 .txt h1 {
    font-size: 1.5em;
  }
  .dow .page {
    text-align: center;
  }
  .dow2 .dow-icon {
    margin: auto;
  }
  .dow-1 .box .right {
    float: left;
    text-align: left;
    width: 100%;
  }
}
/*新闻*/

.news .title,
.news-1 .title {
  overflow: hidden;
  padding-top: 1.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin: 0 1.66666%;
}
.news .title h1,
.news-1 .title h1 {
  float: left;
}
.news .title h2,
.news-1 .title h2 {
  float: left;
  margin-left: 1em;
  color: rgb(214, 0, 15);
}
.news .box,
.news-1 .box {
  overflow: hidden;
  padding-top: 4%;
}
.news .box li {
  width: 30%;
  margin: 0 1.66666% 4% 1.66666%;
  float: left;
}
.news .box li img {
  max-width: 100%;
  display: block;
}
.news .box li h1 {
  font-size: 1.2em;
  padding-top: 1em;
}
.news .box li h1 a {
  color: #232323;
  font-weight: bold;
}
.news .box li h1 a:hover {
  color: rgb(214, 0, 15);
}
.news .box li h2 {
  font-size: 1em;
  padding-top: 1em;
  color: #777;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap;*/
  width: 80%;
  height: 145px;
  text-indent: 2em;
  line-height: 1.8em;
}
.news .box li .time-more {
  overflow: hidden;
  margin-top: 2em;
  border-top: 1px solid #ddd;
  text-align: center;
}
.news .box li .time-more .time {
  float: left;
  padding: 0.5em 1em;
  border-right: 1px solid #ddd;
}
.news .box li .time-more .time h3 {
  font-size: 0.875em;
  font-weight: bold;
}
.news .box li .time-more .time h4 {
  font-size: 8px;
  color: #777;
  padding-top: 0.5em;
}
.news .box li .time-more .more {
  margin-top: 0.8em;
  float: right;
  width: 25%;
  border: 1px solid rgb(214, 0, 15);
  color: rgb(214, 0, 15);
  border-radius: 5px;
  font-size: 1em;
  padding: 1% 0;
}
.news .box li .time-more .more:hover {
  background-color: rgb(214, 0, 15);
  color: #fff;
}
.news .page {
  text-align: right;
}
.news-1 .box .left {
  /*width:95%;*/
  text-align: center;
  margin: 3em auto 0 auto; /*float:left;*/
}
.news-1 .box .left img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-1 .box .right {
  width: 100%; /*float:right;*/
}
.news-1 .box .right h1 {
  font-size: 1.5em;
  color: rgb(214, 0, 15);
  font-weight: bold;
  line-height: 1.5em;
}
.news-1 .box .right .time-more {
  overflow: hidden;
  margin-top: 2em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.news-1 .box .right .time-more .time {
  float: left;
  padding: 0.5em 1em;
  border-right: 1px solid #ddd;
}
.news-1 .box .right .time-more .time h3 {
  font-size: 0.875em;
  font-weight: bold;
}
.news-1 .box .right .time-more .time h4 {
  font-size: 8px;
  color: #777;
  padding-top: 0.5em;
}
.news-1 .box .right .time-more .icon {
  float: right;
  width: 40%;
  text-align: right;
  display: inline-block;
  padding-top: 0.6em;
  max-width: 200px;
}
/*.news-1 .box .right .time-more .icon a{
	max-width:32px;
	width:17%;
	display:inline-block;
	}
.news-1 .box .right .time-more .icon a img{
	display:block;
	max-width:100%;
	}*/

.news-1 .box .right .txt {
  padding: 3em 0;
  line-height: 30px;
  text-indent: 2em;
}
.news-1 .box .right .txt img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
/*.news-1 .box .right .txt p{
	font-size:1em;
	line-heigth:2em;
	color:#232323;
	padding-bottom:1em;
	text-indent:2em;
	}*/
.news-1 .box .right .txt-2 {
  text-align: right;
}
.news-1 .box .right .txt-2 .line {
  width: 3em;
  height: 1px;
  background-color: rgb(214, 0, 15);
  display: inline-block;
  margin-bottom: 2em;
}
.news-1 .box .right .txt-2 h1 {
  font-size: 1em;
  padding: 0.5em 0;
}
.news-1 .box .right .txt-2 h1 a {
  color: #232323;
}
.news-1 .box .right .txt-2 h1 a:hover {
  color: rgb(214, 0, 15);
}
.news-1 .box .right .txt-2 h2 {
  font-size: 1.2em;
  margin-top: 2em;
}
.news-1 .box .right .txt-2 h2 a {
  color: #232323;
  font-weight: bold;
}
.news-1 .box .right .txt-2 h2 a:hover {
  color: rgb(214, 0, 15);
}
@media (max-width: 1280px) {
  .news .title {
    margin: 0 1.5%;
  }
  .news .box li {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
  }
}
@media (max-width: 680px) {
  .news .title {
    margin: 0;
  }
  .news .box li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .news-1 .box .left,
  .news-1 .box .right {
    width: 100%;
  }
  .news-1 .box .right {
    padding-top: 3em;
  }
  .news-1 .box .right .time-more .icon a {
    width: 16%;
  }
  .news-1 .box .right .txt-2 {
    text-align: center;
  }
}

/*服务字体*/

/*声明 WebFont*/
@font-face {
  font-family: "hyqh";
  src: url("../fonts/hyqh.eot");
  src: url("../fonts/hyqh.eot?#font-spider") format("embedded-opentype"),
    url("../fonts/hyqh.woff") format("woff"),
    url("../fonts/hyqh.ttf") format("truetype"),
    url("../fonts/hyqh.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*服务患者*/
.service1-1 {
  background: url(../images/service-1.jpg) right bottom no-repeat;
  background-size: 60%;
  background-color: rgb(239, 242, 245);
  height: 80vh;
  padding-top: 20vh;
}
.service1-1 h1 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(214, 0, 15);
}
.service1-1 h2 {
  font-size: 1em;
  margin-top: 3em;
}
.service1-1 h2 span {
  color: rgb(214, 0, 15);
  padding-top: 0.5em;
  padding-right: 0;
  /* background: url(../images/colon.png) right top no-repeat; */
  background-size: 25%;
}
.service1-1 h3 {
  font-size: 1em;
  margin-top: 1em;
}
.service1-1 .more {
  margin-top: 6em;
  overflow: hidden;
}
.service1-1 .more .btn-1 {
  padding: 0.5em 3em;
  background-color: rgba(214, 0, 15, 1);
  font-size: 1em;
  color: #fff;
  float: left;
  border-radius: 5px;
}
.service1-1 .more .btn-1:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.service1-1 .more .btn-2 {
  padding: 0.5em 1em 0.5em 0;
  float: left;
  margin-left: 1em;
  border-bottom: 2px solid rgb(214, 0, 15);
  transition: all 0.5s;
  color: #232323;
}
.service1-1 .more .btn-2:hover {
  padding-right: 4em;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.service1-2 {
}
.service1-2 h1 {
  font-size: 1.5em;
  text-align: center;
}
.service1-2 .box {
  overflow: hidden;
  padding-top: 12%;
}
.service1-2 .box .w {
  float: left;
  width: 50%;
  margin-bottom: 5em;
}
.service1-2 .box .left {
  float: left;
  position: relative;
  width: 45%;
}
.service1-2 .box .left h2 {
  position: absolute;
  font-size: 8em;
  right: 0;
  bottom: 0;
  color: rgb(214, 0, 15);
  font-family: hyqh;
  line-height: 0.8em;
}
.service1-2 .box .left h3 {
  font-size: 3em;
  color: #ddd;
  text-align: right;
  padding-top: 1em;
  font-weight: bold;
}
.service1-2 .box .right {
  float: left;
  margin-left: 5%;
  width: 50%;
}
.service1-2 .box .right h2 {
  font-size: 1em;
  line-height: 28px;
}
.service1-2 .box .right h3 {
  padding: 0.5em 0;
  font-size: 2.1em;
  color: rgb(214, 0, 15);
  font-weight: bold;
}
@media (max-width: 620px) {
  .service1-2 {
    font-szie: 10px;
  }
  .service1-2 .box .w {
    width: 100%;
  }
}
.service1-3 {
  background: url(../images/service-3-bj.jpg) 80% 0% no-repeat,
    url(../images/service-3-bj.jpg) 20% 100% no-repeat;
  background-color: #f6f6f6;
  background-size: 10%;
  padding-top: 35px;
}
.service1-3 .form {
  width: 70%;
  float: left;
  text-align: center;
}
.service1-3 .form .textarae {
  float: left;
  min-width: 95.5%;
  margin: 2.5% 1.8% 1% 1.8%;
}

@media (max-width: 767px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

@media (min-width: 1281px) and (max-width: 1290px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

@media (min-width: 1291px) and (max-width: 1360px) {
  .service1-3 .form .textarae {
    width: 96%;
  }
}

.service1-3 .form .textarae.areatxt {
  width: 100%;
}
.service1-3 .form .textarae .tipmessage {
  width: 96%;
  color: #ff0500;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;

  /*word-break: break-all;*/
}

.service1-3 .form .textarae .w1,
.service1-3 .form .textarae .w2 {
  width: 100%;

  /*float:left;*/
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 0.5em;
  /*background:#f6f6f6;*/
  border: 1px solid rgb(214, 0, 15);
  border-radius: 5px;
  font-size: 1em;
  outline: none;
}
.service1-3 .form .textarae .w2 {
  width: 95.5%;
  margin: 1.8% 1.8% 1.8% 0;
  float: left;
}
.service1-3 .form .btn-1,
.service1-3 .form .btn-2 {
  clear: both;
  display: inline-block;
  padding: 0.5em 3em;
  border-radius: 5px;
  margin: 1% 2%;
  color: #fff;
  outline: none;
}
.service1-3 .form .btn-1 {
  background-color: rgba(214, 0, 15, 1);
}
.service1-3 .form .btn-1:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.service1-3 .form .btn-2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.service1-3 .form btn-2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.service1-3 .right {
  float: right;
  width: 30%;
  text-align: center;
}
.service1-3 .right img {
  max-width: 80%;
  display: block;
  margin: 2% auto;
}
.service1-3 .right a {
  padding: 0.5em 3em;
  border-radius: 5px;
  border: 1px solid rgb(214, 0, 15);
  display: inline-block;
  margin: 10% auto;
  color: #232323;
}
.service1-3 .right a:hover {
  color: #fff;
  background-color: rgb(214, 0, 15);
}
@media (max-width: 768px) {
  .service1-3 .right {
    display: none;
  }
  .service1-3 .form {
    width: 100%;
  }
}
.service1-4 {
  background: url(../images/service-4-bj.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.service1-4 .title {
  text-align: center;
}
.service1-4 .title h1,
.service1-4 .title h2 {
  color: #fff;
}
/*医生*/
.doctor-pm {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 8%;
}
.doctor-pm .car {
  overflow: hidden;
  width: 9999999px;
}
.doctor-pm .car li {
  width: 16.6666666vw;
  /*overflow:hidden;*/
  margin-right: 5.2vw;
  position: relative;
  float: left;
}
.doctor-pm .car li img {
  max-width: 100%;
  display: block;
}
.doctor-pm .car li .txt {
  width: 100%;
  background-color: rgba(214, 0, 15, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.doctor-pm .car li .txt h1 {
  font-size: 1em;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.doctor-pm .car li .txt h1 a {
  font-size: 1em;
  color: #fff;
}
.doctor-pm .car li .txt h1 span {
  font-size: 0.5em;
  color: #fff;
}
.doctor-pm .car li .txt h2 {
  font-size: 0.875em;
  padding: 1em;
  color: #fff;
}
.doctor-pm .car li .txt h3 {
  font-size: 1em;
  padding: 1em;
  padding-top: 0;
  color: #fff;
}
.doctor-pm .left-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 1);
  cursor: pointer;
}
.doctor-pm left-btn:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.doctor-pm .right-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(214, 0, 15, 1);
  cursor: pointer;
}
.doctor-pm left-btn:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
@media (min-width: 768px) {
  .doctor-pm .car li .txt {
    bottom: -10em;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .doctor-pm .car li:hover .txt {
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .doctor-pm .car li {
    width: 24.193548vw;
    margin-right: 4vw;
  }
}
@media (max-width: 768px) {
  .doctor-pm {
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 8%;
  }
  .doctor-pm .car li {
    width: 41.6666666vw;
    margin-right: 5.2vw;
  }
}
@media (max-width: 420px) {
  .doctor-pm {
    max-width: 280px;
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 8%;
  }
  .doctor-pm .car li {
    width: 100vw;
    max-width: 280px;
    margin-right: 0;
  }
}
/*合作医院*/
.hospital-pm {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 8%;
}
.hospital-pm .car {
  overflow: hidden;
  width: 999999px;
}
.hospital-pm .car li {
  width: 20vw;
  margin-right: 0.78vw;
  position: relative;
  float: left;
  border: 1px solid #ddd;
}
.hospital-pm .car li .img {
  max-width: 100%;
  display: block;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.hospital-pm .car li .img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.hospital-pm .car li .txt {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  border-top: none;
}
.hospital-pm .car li .txt h1 {
  font-size: 1em;
  padding: 1em;
}
.hospital-pm .car li .txt h1 a {
  font-size: 1.2em;
  color: #777;
}
.hospital-pm .car li .txt h2 {
  font-size: 0.875em;
  padding-bottom: 2em;
  color: #777;
  width: 80%;
  margin: auto;
  line-height: 1.6em;
}
.hospital-pm .car li .txt:hover {
  background-color: rgba(214, 0, 15, 1);
  border: none;
}
.hospital-pm .car li .txt:hover h1 a {
  color: #fff;
}
.hospital-pm .car li .txt:hover h2 {
  color: #fff;
}
.hospital-pm .left-btn {
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow.png) left center no-repeat;
  background-color: rgba(214, 0, 15, 1);
  cursor: pointer;
}
.hospital-pm left-btn:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.hospital-pm .right-btn {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow.png) right center no-repeat;
  background-color: rgba(214, 0, 15, 1);
  cursor: pointer;
}
.hospital-pm left-btn:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
@media (max-width: 992px) {
  .hospital-pm .car li {
    width: 26.3vw;
    margin-right: 1.5vw;
  }
}
@media (max-width: 768px) {
  .hospital-pm {
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 8%;
  }
  .hospital-pm .car li {
    width: 41.6666666vw;
    margin-right: 5.6666667vw;
  }
}
@media (max-width: 420px) {
  .hospital-pm {
    max-width: 280px;
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-top: 8%;
  }
  .hospital-pm .car li {
    width: 100vw;
    max-width: 280px;
    margin-right: 0;
  }
}
.service1-5 {
}
.service1-5 .title {
  text-align: center;
}
.service1-6 {
  background-color: #f0f0f0;
}
.service1-6 .title {
  overflow: hidden;
}
.service1-6 .title h1 {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(214, 0, 15);
}
.service1-6 .title h2 {
  float: left;
  color: rgb(214, 0, 15);
  margin-left: 1em;
}
.service1-6 .txt {
  margin-top: 4%;
}
.service1-6 .txt h3 {
  font-size: 1em;
  margin: 1em 0;
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
}
.service1-6 .txt h3:hover {
  padding-left: 1em;
  border-left: 2px solid rgb(214, 0, 15);
}
.service1-6 .txt h3:hover a {
  color: rgb(214, 0, 15);
}
.service1-6 .more-line {
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(214, 0, 15, 1);
  padding: 0.5em 0;
  text-align: right;
  border-bottom: 3px solid rgb(214, 0, 15);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: padding 0.5s;
}
.service1-6 .more-line:hover {
  padding-left: 2em;
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .service1-6 .more-line {
    position: relative;
    right: auto;
    left: 0;
  }
  .service1-6 .more-line:hover {
    padding-right: 2em;
    padding-left: 0;
    transition-duration: 0.5s;
  }
}
/*服务医生*/
.service2-1 {
  padding-bottom: 0;
}
.service2-1 .colon {
  width: 4%;
  max-width: 100%;
  margin: auto;
  display: block;
}
.service2-1 h1 {
  font-size: 2em;
  text-align: center;
  color: rgb(214, 0, 15);
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
.service2-1 h2 {
  font-size: 1em;
  margin-top: 2em;
  text-align: center;
}

.service2-1 h2 span {
  color: rgb(214, 0, 15);
  padding-top: 0.5em;
  padding-right: 0;
  /*  background: url(../images/colon.png) right top no-repeat; */
  background-size: 8%;
}

@media (max-width: 768px) {
  .service2-1 h2 span {
    padding-top: 0;
    padding-right: 1.5em;
    background: url(../images/colon.png) right top no-repeat;
    background-size: 4%;
  }
}

.service2-1 h2 span {
  color: rgb(214, 0, 15);
}
.service2-1 h3 {
  font-size: 1em;
  margin: auto;
  line-height: 28px;
  margin-top: 1em;
  text-align: center;
  width: 80%;
  max-width: 780px;
}
.service2-1 .team {
  display: block;
  margin: auto;
  width: 70%;
  max-width: 100%;
  margin-top: 2em;
}
.service2-2 {
  background-color: rgb(214, 0, 15);
}
.service2-2 h1,
.service2-2 .box .left h2,
.service2-2 .box .right h3 {
  color: #fff;
}
.service2-2 .box .left h3,
.service2-2 .box .right h2 {
  color: rgba(255, 255, 255, 0.5);
}
.service2-6 .left,
.service2-6 .right {
  width: 50%;
  float: left;
}
.service2-6 .right .title h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(214, 0, 15);
}
.service2-6 .more-line {
  position: relative;
  right: auto;
  left: 0;
  margin-top: 0.5em;
}
.service2-6 .more-line:hover {
  padding-right: 2em;
  padding-left: 0;
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .service2-6 .left,
  .service2-6 .right {
    width: 100%;
    margin-bottom: 3em;
  }
}
.service3-1 {
  text-align: center;
  padding-bottom: 8%;
  background: url(../images/service3.jpg) center bottom no-repeat;
  background-size: 70%;
}

.service3-1 h2 span {
  color: rgb(214, 0, 15);
  padding-top: 0.5em;
  padding-right: 0;
  /* background: url(../images/colon.png) right top no-repeat; */
  background-size: 10%;
}

@media (max-width: 768px) {
  .service3-1 h2 span {
    padding-top: 0;
    padding-right: 1.5em;
    background: url(../images/colon.png) right top no-repeat;
    background-size: 4%;
  }
}

.service3-1 h1 {
  padding: 1em 1em 0 0;
  display: inline-block;
  text-align: center;
  /* background: url(../images/colon.png) right top no-repeat; */
  background-size: 20%;
  margin: auto; /*	color:#232323;*/
}
.service3-1 .line {
  display: block;
  width: 60%;
  max-width: 500px;
  margin: 4% auto;
  height: 1px;
  background-color: #ddd;
}
.service3-2 {
  background-color: rgb(214, 0, 15);
}
.service3-2 .title {
  text-align: center;
}
.service3-2 .title h1,
.service3-2 .title h2 {
  color: #fff;
}
.service3-2 .box {
  background: url(../images/service3-2.jpg) 0 95.5% repeat-x;
  overflow: auto;
  padding-top: 4%;
}
.service3-2 .box ul {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
.service3-2 .box ul li {
  float: left;
  width: 16%;
  background: url(../images/service3.png) center bottom no-repeat;
  background-size: 85%;
  padding-top: 9%;
  padding-bottom: 8%;
  text-align: center;
}
.service3-2 .box ul li + li {
  margin-left: 5%;
}
.service3-2 .box ul li h1 {
  font-size: 1.2em;
  font-weight: bold;
}
.service3-2 .box ul li h2 {
  font-size: 0.875em;
  padding-top: 0.5em;
}
.service3-2 .line {
  display: block;
  width: 10%;
  max-width: 100px;
  margin: 4% auto;
  background-color: #fff;
  height: 1px;
}
.service3-2 h3 {
  font-size: 1em;
  color: #fff;
  width: 90%;
  max-width: 750px;
  margin: auto;
  text-align: center;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .service3-2 .box {
    background-image: none;
  }
  .service3-2 .box ul li {
    width: 45%;
    margin: 2.5%;
    padding: 1em;
    background: none;
    background-color: #fff;
    border-radius: 5px;
  }
  .service3-2 .box ul li + li {
    margin: 2.5%;
  }
  .service3-2 .box ul .l {
    width: 95%;
  }
}
.service3-3 {
  background: url(../images/service3-3.jpg) center center no-repeat;
  background-size: 100%;
}
.service3-3 .input-box .date {
  width: 63.333333%;
}
@media (max-width: 768px) {
  .service3-3 .input-box .date {
    width: 96.666666%;
  }
}
/*合作医院*/

.hospital-list {
  background-color: #f0f0f0;
  padding: 1% 8.6666%;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.hospital-list .box {
  overflow: hidden;
  margin: 1% 0;
}
.hospital-list h1 {
  font-size: 1em;
  font-weight: bold;
  float: left;
  padding: 0.1em 0;
  line-height: 1.8em;
}
.hospital-list ul {
  float: left;
  margin-left: 2em;
  width: 79%;
}
.hospital-list ul li {
  float: left;
  padding-right: 1.5em;
  line-height: 1.8em;
}
.hospital-list ul li a:hover {
  color: #d6000f;
}
/*.hospital-list ul li input{
	line-height:1em;
	padding:0.1em 1em;
	background:none;
	outline:none;
	}

.hospital-list ul li input:hover{
	color:rgb(214,0,15)
	}	*/

.hospital .title {
  text-align: center;
}
.hospital .title h1 {
}
.hospital .box {
  margin: 4% 0;
}
.hospital .box dd,
.hospital .box dt {
  overflow: hidden;
  margin-bottom: 4%;
}
.hospital .box .img {
  float: left;
  width: 50%;
}
.hospital .box .img img {
  display: block;
  max-width: 100%;
}
.hospital .box .txt {
  float: left;
  width: 50%;
  padding: 0 4% 0 8%;
}

.hospital .box .txt h3 a {
  font-size: 1em;
  font-weight: bold;
}
.hospital .box .txt h3 a:visited {
  color: #232323;
}
.hospital .box .txt h3 a:hover {
  color: rgb(214, 0, 15);
}
.hospital .box .txt .p {
  padding-top: 6%;
  line-height: 2em;
  text-indent: 2em;
  font-weight: normal;
}
.hospital .box .txt .p p {
  padding-bottom: 2%;
  text-indent: 2em;
  font-size: 1em; /*line-height:1.6em;*/
}
.hospital .box .txt .more-box {
  margin-top: 4%;
}
.hospital .box .txt .more-box .more1 {
  float: left;
  padding: 0.5em 3em;
  background-color: rgba(214, 0, 15, 1);
  border-radius: 5px;
  color: #fff;
}
.hospital .box .txt .more-box .more1:hover {
  background-color: rgba(214, 0, 15, 0.8);
}
.hospital .box .txt .more-box .more2 {
  float: left;
  padding: 0.5em 1em 0.5em 0;
  border-bottom: 3px solid rgb(214, 0, 15);
  margin-left: 2em;
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
}
.hospital .box .txt .more-box .more2:hover {
  padding-right: 2em;
  color: rgb(214, 0, 15);
}
.hospital-1 {
  padding-bottom: 0;
}
.hospital-1 .box {
  margin: 0;
}
.hospital-1 .box .txt h3 {
  color: rgb(214, 0, 15);
}
.hospital-1 .box .txt h4 {
  margin-top: 2em;
  font-size: 1em;
  color: rgb(214, 0, 15);
}
.hospital-1 .box .txt h5 {
  font-size: 1em;
  padding-top: 0.5em;
}
/*.hospital-1 .box .txt h5 a:hover
{
	color:#333;

}*/

/*.hospital-1 .box .txt h5 a:visited
{
	color:#232323;

}*/

.hospital-1 .p {
  padding: 2% 8%;
  line-height: 2em;
  text-indent: 2em;
}
/*.hospital-1 .p p{
	text-indent:2em;
	}*/
.hospital1-1 .doctor-pm {
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .hospital .box dd .img {
    float: right;
  }
  .hospital .box dd .txt {
    float: right;
    text-align: right;
    padding: 4% 8% 0 4%;
  }
  .hospital .box dd .txt .more-box .more1,
  .hospital .box dd .txt .more-box .more2 {
    float: right;
  }
  .hospital .box dd .txt .more-box .more2 {
    margin: 0;
    margin-right: 2em;
    padding: 0.5em 0 0.5em 1em;
  }
  .hospital .box dd .txt .more-box .more2:hover {
    padding-left: 2em;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .hospital .box .txt {
    padding: 4% 0;
  }
  .hospital .box .img,
  .hospital .box .txt {
    width: 100%;
  }
  .hospital .box .txt .more-box .more2 {
    margin-left: 1em;
    padding-right: 0;
  }
  .hospital .box .txt .more-box .more2:hover {
    margin-left: 1em;
    padding-right: 1em;
  }
  .hospital .box dd,
  .hospital .box dt {
    overflow: hidden;
    margin-bottom: 8%;
  }
}
/*在线预约*/

.appointment-1 {
  background: url(../images/appointment-1.jpg) top center no-repeat;
  background-size: 100%;
  padding: 11% 0;
  background-color: #f6f6f6;
}
.appointment-1 .box {
  width: 50%;
  float: right;
}
.appointment-1 .box .title {
  overflow: hidden;
  background: url(../images/appointment2-1.jpg) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 3em;
  padding-left: 3em;
}
.appointment-1 .box .title h1,
.appointment-1 .box .title h2 {
  float: left;
}
.appointment-1 .box p {
  padding-left: 3em;
  font-size: 0.875em;
}
@media (max-width: 768px) {
  .appointment-1 .box .title {
    background: none;
  }
  .appointment-1 .box p {
    display: none;
  }
}
/*合作资源*/
.resources1 {
}
.resources1 .hospital-pm .car li {
  border: 1px solid #ddd;
}
.resources1 .hospital-pm .car li .txt {
  border: none;
}
.resources2 {
  background: url(../images/resources2-bj.jpg) center center no-repeat;
  background-size: 100%;
  background-color: rgb(214, 0, 15);
  padding: 8% 0;
}
.resources2 .title {
  text-align: center;
}
.resources2 .title h1,
.resources2 .title h2 {
  color: #fff;
}
.resources2 .pm {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.resources2 .pm ul {
  overflow: hidden;
  width: 9999%;
  margin: 6% 0;
}
.resources2 .pm ul li {
  width: 100vw;
  max-width: 1400px;
  float: left;
}
.resources2 .pm ul li img {
  display: block;
  margin: auto;
  width: 60%;
  max-width: 298px;
  background: #fff;
}
.resources2 .pm ul li h1 {
  font-size: 1.2em;
  margin-top: 4%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.resources2 .pm ul li p {
  text-align: center;
  color: #fff;
  margin: auto;
  margin-top: 3%;
  width: 70%;
}
.resources2 .pm .left-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  width: 5%;
  max-width: 40px;
  /*padding-top:57%;*/
  background: url(../images/arrow2.png) left center no-repeat;
}
.resources2 .pm .right-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 5%;
  max-width: 40px;
  /*padding-top:57%;*/
  background: url(../images/arrow2.png) right center no-repeat;
}
.resources3 {
  background: url(../images/resources3-bj.jpg) 95% 0% no-repeat;
  background-size: 20%;
}
.resources3 .hospital-pm {
  width: 74.6%;
}
@media (max-width: 992px) {
  .resources3 .hospital-pm {
    width: 100%;
  }
  .resources3 {
    background: none;
  }
}
/*兼容百度分享下的微信分享错位CSS*/
.bd_weixin_popup {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*banner图样式*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  max-width: 100%;
  text-align: center; /*  padding-top:100px;*/
  /*  padding-bottom:60px;*/
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -30px;
  display: none;
}
.callbacks_container:hover .callbacks_nav {
  display: block;
}
.callbacks_nav:active {
  opacity: 1;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.callbacks_tabs.callbacks1_tabs {
  margin-top: -60px;
  position: relative;
  z-index: 100;
  margin-bottom: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .callbacks_tabs.callbacks1_tabs {
    margin-top: -25px;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .callbacks_tabs.callbacks1_tabs {
    margin-top: -25px;
    margin-bottom: 7px;
  }
}

.callbacks_tabs.callbacks1_tabs li {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin-left: 12px;
  /*border-radius:10px;*/
  border: 1px solid #ff0000;
  background: #ff0000;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .callbacks_tabs.callbacks1_tabs li {
    width: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .callbacks_tabs.callbacks1_tabs li {
    width: 33px;
  }
}

.callbacks_tabs.callbacks1_tabs li a {
  display: inline-block;
  width: 40px;
  height: 2px;
  /*border-radius:10px;*/
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1000;
  color: rgba(100, 200, 300, 0);
  color: transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a {
  width: 40px;
  height: 4px;
  background: #333;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .callbacks_tabs.callbacks1_tabs li.callbacks_here a {
    width: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .callbacks_tabs.callbacks1_tabs li.callbacks_here a {
    width: 33px;
  }
}

.btn-more {
  width: 130px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ff0000;
  display: block;
  border-radius: 5px;
  color: #333;
}
.wzbox {
  position: relative;
}
.wz1 {
  width: 35%;
  position: absolute;
  top: 33%;
  left: 10%;
  z-index: 9999;
  text-align: left;
  font-size: 2vw;
  color: #d6000f;
  font-weight: bold;
}
.wzbox .advertlink {
  width: 135px;
  position: absolute;
  top: 55%;
  left: 10%;
  z-index: 9999;
}
.wzbox .advertlink:hover {
  color: #fff;
  background: #d6000f;
}
.fenye {
  overflow: hidden;
  margin: 40px auto 5px auto;
  text-align: right;
  width: 100%;
  padding: 2px 0 2px 0;
}
/*分页样式二start*/
.jogger {
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  margin: 7px;
  padding-top: 2px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande,
    "Lucida Sans", Geneva, Verdana, sans-serif;
}
.jogger a {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #333;
  padding-top: 0.5em;
  background-color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #d6000f;
}
.jogger a:hover {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #fff;
  padding-top: 0.5em;
  background-color: #d6000f;
  border-radius: 4px;
  border: 1px solid #d6000f;
}
.jogger a:active {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #fff;
  padding-top: 0.5em;
  background-color: #d6000f;
  border-radius: 4px;
  border: 1px solid #d6000f;
}
.jogger span.currentpage {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #6d643c;
  padding-top: 0.5em;
  background-color: #ccc;
  color: #000;
  border-radius: 4px;
  border: 1px solid #ccc;
}
/*end*/

/*友情链接*/
.friendlink {
  padding: 0em 0.5em 3em 0.5em;
}
.friendlink111 {
  padding: 0em 0.5em 0 0.5em;
}
.friendlink .maintitle {
  overflow: hidden;
  float: left;
  margin-right: 5em;
}
.friendlink .maintitle h1 {
  float: left;
  font-size: 1.25em; /*color:rgba(62, 62, 62, .7);*/
}
.friendlink .maintitle .subnews {
  float: left;
  margin-left: 2em; /*color:#ccc*/
}
.friendlink .tabtitle {
  color: #e1e1e1;
  text-align: left;
  float: left;
  overflow: hidden;
}
.friendlink .tabtitle span {
  color: #868585;
  cursor: pointer;
}
.friendlink .tabtitle span:hover {
  color: #3488ea;
}
.friendlink .tabtitle .cur {
  color: #3488ea;
}
.friendlink .linklist {
  margin-top: 1em;
}
.friendlink .linklist a {
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: normal;
}
.friendlink .showhidden {
  display: none;
}
.mobile_friendlink {
  padding: 5em 2em 5em 2em;
}
.mobile_friendlink .maintitle {
  overflow: hidden;
  /*float:left;*/
  text-align: center; /*border:1px solid #F00;*/
}
.mobile_friendlink .maintitle h1 {
  /*float:left;*/
  font-size: 1.25em;
  color: rgba(62, 62, 62, 0.7);
}
.mobile_friendlink .maintitle .subnews {
  /*float:left;
	margin-left:2em;*/
  color: #ccc;
}
.mobile_friendlink .tabtitle {
  color: #e1e1e1;
  text-align: center;
  /*float:left;*/
  margin-top: 1em;
  overflow: hidden;
}
.mobile_friendlink .tabtitle > a {
  display: inline-block;
  /* margin: 0 5px;*/
  /*line-height: 30px;*/
  text-align: center;
  /*padding: 0 15px;*/
  color: #868585;
}
.mobile_friendlink .tabtitle > a.active,
.mobile_friendlink .tabtitle > a:hover {
  /*border-color: #3488ea;*/
  /*background-color: #3488ea;*/
  /*color:#fff;*/
  color: #3488ea;
}
.mobile_friendlink .tabtitle .cur {
  /*border-color: #3488ea;
    background-color: #3488ea;*/
  color: #3488ea;
}
.mobile_friendlink .linklist {
  margin: 1.5em 0 1.5em 0;
}
.mobile_friendlink .linklist a {
  padding: 0 0.5em;
}
.mobile_friendlink .tabtitle span {
  color: #868585;
  cursor: pointer;
}
.mobile_friendlink .tabtitle span:hover {
  color: #3488ea;
}
.mobile_friendlink .tabtitle .cur {
  color: #3488ea;
}
.mobile_friendlink .showhidden {
  display: none;
}

/*专家资源栏频道改版2019-08-19改版样式代码*/
.expert {
  background: none;
}
.expert2 {
  background: none;
  background-color: rgb(214, 0, 15);
}

.teamlist20190819 .architecture {
  margin-bottom: 65px;
}

.teamlist20190819 .architecture h1 {
  font-size: 36px;
  /* font-weight: 800; */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  left: 0;
  width: 220px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .architecture h1 {
    font-size: 1.5em;
  }
}

.teamlist20190819 .architecture h1 span {
  font-size: 65px;
  position: absolute;
  left: 0;
  bottom: -15px;
  filter: alpha(opacity=13);
  -moz-opacity: 0.13;
  opacity: 0.13;
}
.teamlist20190819 .architecture .borderline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(103, 103, 103, 0.12);
  margin: 25px auto 45px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .architecture .borderline {
    margin: 8px auto 10px auto;
  }
}

.teamlist20190819 .architecture .borderline span {
  display: block;
  width: 150px;
  height: 4px;
  background-color: rgb(214, 0, 15);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -3px;
}
.teamlist20190819 .architecture .pic {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .teamlist20190819 .architecture .pic {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1280px) {
}

@media (min-width: 1281px) and (max-width: 1290px) {
}

@media (min-width: 1291px) and (max-width: 1360px) {
}

.teamlist20190819 .architecture .txtshow {
  line-height: 2em;
  padding-right: 80px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 2em;
}

@media (max-width: 767px) {
  .teamlist20190819 .architecture .txtshow {
    padding: 0 15px;
  }
}

.teamlist20190819 .architecture .right_content {
}
.teamlist20190819 .architecture .right_content .bigtitle {
  font-size: 35px;
  text-align: center;
  color: #d6000f;
  margin: 0 auto 35px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .architecture .right_content .bigtitle {
    font-size: 1.5em;
  }
  .teamlist20190819 .architecture .right_content .bigtitle {
    margin: 35px auto 35px auto;
  }
}

.teamlist20190819 .architecture .right_content .jiagouarea {
  position: relative;
}
.teamlist20190819 .architecture .right_content .jiagouarea .mainpic {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.teamlist20190819 .architecture .right_content .jiagouarea .mainpic .pic_c {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  border: 2px solid #ccc;
  overflow: hidden;
  border-radius: 50%;
}

.teamlist20190819 .architecture .right_content .jiagouarea .mainpic .pic_c img {
  margin-top: -15px;
}
.teamlist20190819 .architecture .right_content .jiagouarea .touxian {
  text-align: center;
  margin: 10px auto 28px auto;
  line-height: 28px;
}

.teamlist20190819 .architecture .right_content .jiagouarea .touxian a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.teamlist20190819 .architecture .right_content .jiagouarea .touxian a:hover {
  color: #d6000f;
}

.teamlist20190819 .architecture .right_content .jiagouarea .touxian .maintou {
  font-size: 16px;
  font-weight: bold;
}

.teamlist20190819 .architecture .right_content .jiagouarea .shu_list {
  overflow: hidden;
  padding-top: 65px;
  position: relative;
}
.teamlist20190819 .architecture .right_content .jiagouarea .shu_list .hline {
  width: 300px;
  height: 2px;
  background-color: #d6000f;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 25px;
}

.teamlist20190819 .architecture .right_content .jiagouarea .shu_list .shuline {
  width: 2px;
  height: 50px;
  background-color: #d6000f;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -23px;
}

.teamlist20190819 .architecture .right_content .jiagouarea .shu_list ul {
  text-align: center;
  display: flex;
}
.teamlist20190819 .architecture .right_content .jiagouarea .shu_list ul li {
  margin: 0 10px;
  flex: 1;
}
.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .pic_list_c {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 0 auto;
}

.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .pic_list_c
  img {
  margin-top: -15px;
}

.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .tuxiantitle {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 28px;
}
.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .tuxiantitle
  .tou1 {
  font-weight: bold;
  font-size: 16px;
}

.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .tuxiantitle
  .tou2 {
  color: #807b7b;
}

.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .tuxiantitle
  a {
  color: #333;
  font-weight: bold;
}

.teamlist20190819
  .architecture
  .right_content
  .jiagouarea
  .shu_list
  ul
  li
  .tuxiantitle
  a:hover {
  color: #d6000f;
}

.teamlist20190819 .learn_grounp {
  margin-bottom: 65px;
}

.teamlist20190819 .learn_grounp h1 {
  font-size: 36px;
  /* font-weight: 800; */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  left: 0;
  width: 220px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .learn_grounp h1 {
    font-size: 1.5em;
  }
}

.teamlist20190819 .learn_grounp h1 span {
  font-size: 65px;
  position: absolute;
  left: 0;
  bottom: -15px;
  filter: alpha(opacity=13);
  -moz-opacity: 0.13;
  opacity: 0.13;
}
.teamlist20190819 .learn_grounp .borderline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(103, 103, 103, 0.12);
  margin: 25px auto 60px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .learn_grounp .borderline {
    margin: 8px auto 35px auto;
  }
}

.teamlist20190819 .learn_grounp .borderline span {
  display: block;
  width: 150px;
  height: 4px;
  background-color: rgb(214, 0, 15);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -3px;
}

.teamlist20190819 .learn_grounp .tabnav {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6000f;
  width: 80%;
  margin: 0 auto 45px auto;
}

.teamlist20190819 .learn_grounp .tabnav .sspan {
  margin: 0 30px;
  font-size: 24px;
  padding-bottom: 19px;
  cursor: pointer;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .teamlist20190819 .learn_grounp .tabnav .sspan {
    font-size: 24px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .teamlist20190819 .learn_grounp .tabnav .sspan {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .teamlist20190819 .learn_grounp .tabnav .sspan {
    font-size: 16px;
    font-weight: bold;
  }

  .teamlist20190819 .learn_grounp .tabnav .sspan {
    margin: 0 10px;
  }
}

.teamlist20190819 .learn_grounp .tabnav .sspan:hover {
  color: rgba(198, 51, 63, 1);
}
.teamlist20190819 .learn_grounp .tabnav .sspan.fontcolor {
  color: rgba(198, 51, 63, 1);
}

.teamlist20190819 .learn_grounp .tabnav .sspan > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;

  border-bottom: 3px solid rgba(198, 51, 63, 1);
}

.teamlist20190819 .learn_grounp .tabnav .sspan:hover > .curspan {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.teamlist20190819 .learn_grounp .tabnav .sspan > .curspan.currentcolor {
  border-bottom: 3px solid rgba(198, 51, 63, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.teamlist20190819 .learn_grounp .pic_list_c {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #ccc;
}

.teamlist20190819 .learn_grounp .pic_list_c img {
  margin-top: -23px;
}

.teamlist20190819 .learn_grounp .tuxiantitle {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 30px;
}

.teamlist20190819 .learn_grounp .tuxiantitle a {
  color: #333;
}

.teamlist20190819 .learn_grounp .tuxiantitle a:hover {
  color: #d6000f;
}

.teamlist20190819 .map_grounp {
  margin-bottom: 65px;
}

.teamlist20190819 .map_grounp h1 {
  font-size: 36px;
  /* font-weight: 800; */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  left: 0;
  width: 220px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .map_grounp h1 {
    font-size: 1.5em;
  }
}

.teamlist20190819 .map_grounp h1 span {
  font-size: 65px;
  position: absolute;
  left: -20px;
  bottom: -15px;
  filter: alpha(opacity=13);
  -moz-opacity: 0.13;
  opacity: 0.13;
}
.teamlist20190819 .map_grounp .borderline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(103, 103, 103, 0.12);
  margin: 25px auto 60px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .map_grounp .borderline {
    margin: 8px auto 35px auto;
  }
}

.teamlist20190819 .map_grounp .borderline span {
  display: block;
  width: 150px;
  height: 4px;
  background-color: rgb(214, 0, 15);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -3px;
}
.teamlist20190819 .map_grounp .map_pic {
  position: relative;
}
.teamlist20190819 .map_grounp .map_pic .p_c2 {
  position: absolute;
  width: 15%;
  height: auto;
}
.teamlist20190819 .map_grounp .map_pic .p_c2 .p_container_c {
  /*cursor:pointer;*/
  position: relative;
}

.teamlist20190819 .map_grounp .map_pic .p_c2 .p_container_c .textc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.teamlist20190819 .map_grounp .map_pic .p_c2 .p_container_c .textc .showtext_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*display:table;*/
}
.teamlist20190819
  .map_grounp
  .map_pic
  .p_c2
  .p_container_c
  .textc
  .showtext_1
  .showtext_c {
  /*display:table-cell;
	vertical-align:top;*/
  margin-top: 30px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.teamlist20190819
  .map_grounp
  .map_pic
  .p_c2
  .p_container_c
  .textc
  .showtext_1
  .showtext_c
  a {
  color: #fff;
}

.teamlist20190819
  .map_grounp
  .map_pic
  .p_c2
  .p_container_c
  .textc
  .showtext_1
  .showtext_c
  a:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 3px;
    font-size: 12px;
    margin-top: 22px;
  }

  .teamlist20190819 .map_grounp .map_pic .p_c2 {
    width: 22%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 3px;
    font-size: 12px;
    margin-top: 16px;
  }
  .teamlist20190819 .map_grounp .map_pic .p_c2 {
    width: 22%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 3px;
    font-size: 12px;
    margin-top: 22px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 3px;
    font-size: 14px;
    margin-top: 25px;
  }
}

@media (min-width: 1281px) and (max-width: 1290px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 3px;
    font-size: 14px;
  }
}

@media (min-width: 1291px) and (max-width: 1360px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 6px;
    font-size: 14px;
  }
}

@media (min-width: 1361px) and (max-width: 1448px) {
  .teamlist20190819
    .map_grounp
    .map_pic
    .p_c2
    .p_container_c
    .textc
    .showtext_1
    .showtext_c {
    padding: 0 10px;
    font-size: 14px;
  }
}

.teamlist20190819 .map_grounp .map_pic .p_c2_sub_1 {
  left: 29%;
  top: 47%;
}

.teamlist20190819 .map_grounp .map_pic .p_c2_sub_2 {
  left: 51%;
  top: 40.5%;
}
.teamlist20190819 .map_grounp .map_pic .p_c2_sub_3 {
  left: 54%;
  top: 66%;
}

.teamlist20190819 .map_grounp .map_pic .p_c2_sub_4 {
  left: 72%;
  top: 48%;
}

.teamlist20190819 .map_grounp .map_pic .p_c2_sub_5 {
  left: 65%;
  top: 21%;
}

.teamlist20190819 .map_grounp .map_pic .p_c2_sub_6 {
  left: 25%;
  top: 26%;
}

.teamlist20190819 .map_grounp .showtext {
  padding-left: 30%;
  line-height: 36px;
  margin-top: 5%;
}

@media (max-width: 767px) {
  .teamlist20190819 .map_grounp .showtext {
    padding: 0 15px;
    text-align: center;
  }
}

.teamlist20190819 .teammaplist {
  margin-bottom: 65px;
}

.teamlist20190819 .teammaplist h1 {
  font-size: 36px;
  /* font-weight: 800; */
  text-transform: uppercase;
  position: relative;
  text-align: center;
  left: 0;
  width: 280px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .teammaplist h1 {
    font-size: 1.5em;
  }
}

.teamlist20190819 .teammaplist h1 span {
  font-size: 65px;
  position: absolute;
  left: 0;
  bottom: -15px;
  filter: alpha(opacity=13);
  -moz-opacity: 0.13;
  opacity: 0.13;
}
.teamlist20190819 .teammaplist .borderline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(103, 103, 103, 0.12);
  margin: 25px auto 45px auto;
}

@media (max-width: 767px) {
  .teamlist20190819 .teammaplist .borderline {
    margin: 8px auto 35px auto;
  }
}

.teamlist20190819 .teammaplist .borderline span {
  display: block;
  width: 150px;
  height: 4px;
  background-color: rgb(214, 0, 15);
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -3px;
}

.teamlist20190819 .teammaplist .pic_list_c {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #ccc;
}

.teamlist20190819 .teammaplist .pic_list_c img {
  margin-top: -23px;
}

.teamlist20190819 .teammaplist .tuxiantitle {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 30px;
}

.teamlist20190819 .teammaplist .tuxiantitle a {
  color: #333;
}

.teamlist20190819 .teammaplist .tuxiantitle a:hover {
  color: #d6000f;
}

.teamlist20190819 .teammaplist h2 {
  text-align: right;
  padding-right: 7.5%;
  margin-top: 28px;
}

.teamlist20190819 .teammaplist h2 a {
  font-size: 19.2px;
  font-weight: bold;
  color: #232323;
}

.teamlist20190819 .teammaplist h2 a:hover {
  color: rgb(214, 0, 15);
}

@media (max-width: 767px) {
  .index-coo.reset_index-coo {
    background-color: #fff;
  }
  .index-coo .title_as {
    position: inherit;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 8%;
  }
  .index-coo .title_as h1 {
    text-align: center;
    font-size: 1.5em;
    color: #232323;
  }
  .index-coo .title_as h2 {
    text-align: center;
    font-size: 1em;
    color: #232323;
    padding-top: 0.5em;
  }
  .patnerlogolist {
    margin-bottom: 0;
    /* margin-top: 19px; */
    background-color: rgb(214, 0, 15);
  }
  .patnerlogolist .plogoc {
    text-align: center;
    transition: transform 0.5s ease;
    padding: 0 4%;
  }
  .patnerlogolist .plogoc .piclogoc {
    overflow: hidden;
    height: 0;
    /* padding-bottom: 47%; */
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    height: 78px;
  }
  .patnerlogolist .plogoc h1 {
    text-align: center;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    margin-bottom: 28px;
    color: #777;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-coo.reset_index-coo {
    background-color: #fff;
  }
  .index-coo .title_as {
    position: inherit;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 8%;
  }
  .index-coo .title_as h1 {
    text-align: center;
    font-size: 1.5em;
    color: #232323;
  }
  .index-coo .title_as h2 {
    text-align: center;
    font-size: 1em;
    color: #232323;
    padding-top: 0.5em;
  }
  .patnerlogolist {
    margin-bottom: 0;
    /* margin-top: 19px; */
    background-color: rgb(214, 0, 15);
  }
  .patnerlogolist .plogoc {
    text-align: center;
    transition: transform 0.5s ease;
  }
  .patnerlogolist .plogoc .piclogoc {
    overflow: hidden;
    height: 0;
    /* padding-bottom: 47%; */
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    height: 78px;
  }
  .patnerlogolist .plogoc h1 {
    text-align: center;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    margin-bottom: 28px;
    color: #777;
  }
}
