.company-contain header,
.dynamic-contain header {
  background: #fff;
}
.company-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/companyBanner.jpg");
  background-size: 100% 100%;
  padding-top: 0.1px;
}
.company-nav,
.dynamic-nav {
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 3.6rem;
}
.company-main {
  text-align: center;
  width: 100%;
  margin: 100px auto;
}
.company-header {
  width: 50%;
  margin: 0 auto;
}
.company-main h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}
.company-main h1 span {
  margin: 0 10px;
  width: 50px;
  display: block;
  border-top: 1px solid #fc7a00;
}
.company-header p {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(253, 95, 17, 1);
  line-height: 40px;
  font-size: 20px;
  margin-top: 10px;
}
.company-intro {
  width: 80%;
  margin: 42px auto 100px;
  align-items: flex-start;
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .company-intro {
    width: 100%;
  }
}
.p-wrap {
  width: 50%;
  text-align: left;
}
.p-wrap p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  font-size: 16px;
}
.honer-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/honorBg.jpg");
  background-size: 100% 100%;
}
.company-row1 img {
  height: 3.45rem;
  margin-bottom: 20px;
}
.company-honer {
  width: 70%;
  margin: 42px auto 100px;
}
/* .company-honer img {
  height: 4.53rem;
}
.company-honer img:first-of-type {
  height: 4.6rem;
  margin: 0 20px 0 -70px;
}
.company-honer img:nth-child(2) {
  height: 3.45rem;
  margin: 0 10px 0 -10px;
}
.company-honer img:last-of-type {
  height: 4.6rem;
  margin: 0 15px;
} */
.company-row2 img {
  height: 4.6rem;
}
.dynamic-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/dynamicBg.jpg");
  background-size: 100% 100%;
}
.dynamic-banner p {
  width: 360px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 31px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 113px;
}
.dynamic-banner span {
  margin-top: 50px;
  color: #fff;
  font-size: 31px;
}
.dynamic-main {
  width: 60%;
  margin: 100px auto;
  align-items: flex-start;
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .dynamic-main {
    width: 80%;
  }
}
.list-img-wrap {
  width: 240px;
  text-align: center;
}
.detail-img {
  width: 100%;
  height: 136px;
}
.dynamic-detail {
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0;
  cursor: pointer;
  align-items: flex-start;
  overflow: hidden;
}
.dynamic-active {
  background: #fcebd3;
}
.dynamic-active .detail-title span {
  background: #ff7701;
  color: #fff;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  line-height: 0.4rem;
}
.dynamic-active .detail-text p:first-of-type {
  color: #fc7a00;
}
.detail-title h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  margin-bottom: 32px;
}
.detail-title {
  width: 13%;
  text-align: center;
}
.detail-text {
  width: 60%;
  text-align: left;
}
.detail-text p:first-of-type {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
  margin-bottom: 32px;
}
.detail-text p:last-of-type {
  height: 48px;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pagetion {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
button.btn-active {
  background: #fc7a00 !important;
  color: #fff;
}
.pagetion button {
  border: none;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 10px 15px;
  background: #fff;
  margin: 0 10px;
}
.pagetion > button:first-of-type,
.pagetion > button:last-of-type {
  padding: 10px 25px;
}
.button-wrap button {
  margin: 0 5px;
}
.team-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/team.jpg");
  background-size: 100% 100%;
}
.team-main {
  width: 60%;
  margin: 100px auto;
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .team-main {
    width: 80%;
  }
}
.leader-wrap,
.leader-row {
  width: 100%;
  margin: 15px 0;
}
.team-card {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.leader {
  width: 30%;
  margin: 0 auto;
  padding: 20px 30px;
}
.leader img {
  width: 160px;
  height: 160px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 24px;
}
.leader h1 {
  font-size: 24px;
  font-weight: 600;
}
.leader p:first-of-type {
  font-size: 16px;
  margin: 8px 0 16px;
}
.leader p:last-of-type {
  font-weight: 400;
  height: 170px;
  overflow: hidden;
  color: #666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.newDetail-nav {
  width: 60%;
  margin: 30px auto 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.newDetail-wrap {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 100px;
  border: 1px solid rgba(229, 229, 229, 1);
}
.newDetail-contain {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.detail-main {
  margin-top: 36px;
  width: 100%;
}
.detail-main > div {
  display: none;
  width: 100%;
}
.detail-main table {
  width: 100%;
}
.detail-main h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
  line-height: 72px;
  text-align: center;
}
.detail-main h2{
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #000;
  line-height: 72px;
}
.detail-main h3{
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #000;
  line-height: 40px;
  margin-top: 30px;
}
h6.new-date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
}
.detail-main p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(109, 109, 109, 1);
  line-height: 48px;
  text-indent: 2em;
}
.detail-main p b{
  font-size: 18px;
}
.new1 img {
  width: 7.44rem;
}
.new2 video {
  width: 9.5rem;
}
.new1 img:first-of-type {
  margin: 40px 0;
}
.bottom-nav {
  width: 80%;
  margin: 30px auto 50px;
}
.bottom-nav button {
  padding: 10px 25px;
  border: 1px solid rgba(229, 229, 229, 1);
  background: #fff;
  cursor: pointer;
}
.bottom-nav p {
  cursor: pointer;
  padding: 10px 25px;
  color: #5bb0ff;
}
.bottom-nav span {
  font-size: 28px;
  font-weight: 400;
  color: rgba(69, 69, 69, 1);
  margin: 0 5px;
}
.new1 table {
  width: 60%;
  margin: 10px auto;
  border: 1px solid #ccc;
}
.new1 table td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle !important;
}
.new1 table td b {
  font-size: 16px;
}
.new2-img1 {
  width: 85%;
}
.new2 .img-wrap {
  width: 90%;
  margin: 0 auto;
}
.new2 .img-wrap img {
  width: 45%;
  height: 461px;
  display: block;
}
.new3 .img-wrap img {
  width: 65% !important;
}
.new3 .about {
  text-indent: 10px;
  text-align: left;
  width: 60%;
  margin: 0 auto;
}
.new3 h4 {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
}
.link {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}
.title_new26{
	font-size: 18px !important;
	color: #fff !important;
	background-color: rgb(137, 133, 255);
	text-align: center !important;
	width: 50px;
	margin: 20px auto;
	padding: 0;
	line-height: 25px !important;
	text-indent: 0 !important;
}
.new {
  padding: 0 10%;
}
.new4 p {
  text-indent: 30px;
}
.img-wrap img {
  width: 80%;
}
.new2,
.new3 {
  text-align: center;
}
.new21 img,
.new22 img {
  width: 100%;
}
.new22 p {
  text-indent: 0.8rem;
}
.new22 .miniImg {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.new24 img{
  display: block;
  margin: 20px auto;
}
.new25 h2{
  text-align: center;
}
.new25 img{
  width: 90%;
  display: block;
  margin: 20px auto;
}
.new25 .new25-img{
  width: 40%;
}
.new25 p{
  font-size: 18px;
}
.new25 h2 img{
  width: 30px;
  display: inline-block;
  margin: 0;
  margin-right: -15px;
}
.new26>img{
	 margin: 20px auto;
	 /* width: 80%; */
	 display: flex;
}
.new27>img{
	 margin: 20px auto;
	 /* width: 80%; */
	 display: flex;
}
.new28>img{
	 margin: 20px auto;
	 /* width: 80%; */
	 display: flex;
}
.new28>.title{
	color: #007AFF;
	font-weight: bold;
}