@font-face {
  font-family: 'DOMAINEDISP-BOLD';
  src: url("../fonts/DOMAINEDISP-BOLD.OTF");
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Light.otf");
}
@font-face {
  font-family: 'DIN-Medium';
  src: url("../fonts/DIN-Medium.otf");
}
@font-face {
  font-family: 'georgia';
  src: url("../fonts/georgia.ttf");
}
@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri.ttf");
}
@font-face {
  font-family: 'calibri-regular';
  src: url("../fonts/calibri regular.ttf");
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  height: 140px;
  background: #fff;
}
.header .head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
}
.header .tip {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  text-align: right;
  font-size: 0;
}
.header .tip .content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .tip .content.hide {
  opacity: 0;
  visibility: hidden;
}
.header .tip .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.header .tip .share a {
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .tip .share a:nth-of-type(1) {
  background-image: url("../images/icon1.png");
}
.header .tip .share a:nth-of-type(2) {
  background-image: url("../images/icon2.png");
}
.header .tip .share a:nth-of-type(3) {
  background-image: url("../images/icon3.png");
}
.header .tip .share a:nth-of-type(1):hover {
  background-image: url("../images/icon1_on.png");
}
.header .tip .share a:nth-of-type(2):hover {
  background-image: url("../images/icon2_on.png");
}
.header .tip .share a:nth-of-type(3):hover {
  background-image: url("../images/icon3_on.png");
}
.header .tip .share:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 30px;
}
.header .tip a {
  display: inline-block;
  vertical-align: middle;
}
.header .tip a.lang {
  font-size: 14px;
  font-family: 'Arial';
  color: #7a2788;
}
.header .tip a.lang:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon4.png");
  margin: -1px 15px 0 0;
}
.header .tip a.search {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon5.png");
  margin-left: 30px;
}
.header .tip form {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 200px;
  height: 30px;
  padding-right: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .tip form.show {
  opacity: 1;
  visibility: visible;
}
.header .tip form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
}
.header .tip form button {
  width: 30px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-image: url("../images/icon5.png");
  cursor: pointer;
}
.header .main {
  box-shadow: 0 2px 5px rgba(5, 1, 1, 0.05);
}
.header .main .logo {
  padding: 12px 0;
  display: inline-block;
  vertical-align: top;
}
.header .main .logo img {
  display: block;
}
.header .main .nav {
  float: right;
  font-size: 0;
}
.header .main .nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.15vw;
  padding: 12px 0;
}
.header .main .nav li:first-of-type:before {
  display: none;
}
.header .main .nav li:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.15vw;
}
.header .main .nav li a.single {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #414042;
  line-height: 72px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .main .nav li .drop_menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 960px;
  padding-left: 340px;
  background: #fff;
  font-size: 0;
  box-shadow: 0 5px 10px rgba(5, 1, 1, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -moz-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -ms-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
}
.header .main .nav li .drop_menu .left, .header .main .nav li .drop_menu .center, .header .main .nav li .drop_menu .right {
  display: inline-block;
  vertical-align: top;
}
.header .main .nav li .drop_menu .left {
  background: #f2f2f2;
  padding: 2vw;
  width: 340px;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .main .nav li .drop_menu .left h3 {
  font-size: 24px;
  color: #7a2788;
}
.header .main .nav li .drop_menu .left p {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 15px 0;
}
.header .main .nav li .drop_menu .left a {
  font-size: 14px;
  color: #7a2788;
}
.header .main .nav li .drop_menu .center {
  position: relative;
  width: 40%;
  margin: 1.5vw 0 6vw;
  padding-left: 1.5vw;
}
.header .main .nav li .drop_menu .center a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-left: 17px;
  border-left: 3px solid transparent;
  background-position: 90% center;
  background-repeat: no-repeat;
}
.header .main .nav li .drop_menu .center a:hover {
  background-color: #7a2788;
  color: #fff;
  border-color: #ffc600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url("../images/icon6.png");
}
.header .main .nav li .drop_menu .center:after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  height: calc(100% + 1vw);
  min-height: 135px;
  background: #7a2788;
}
.header .main .nav li .drop_menu .right {
  width: 60%;
  padding: 1.5vw 0 1.5vw 2vw;
}
.header .main .nav li .drop_menu .right img {
  display: block;
  max-width: 100%;
}
.header .main .nav li:nth-of-type(6) .drop_menu .left {
  left: -10vw;
}
.header .main .nav li:nth-of-type(6) .drop_menu .center {
  width: calc(40% + 10vw);
  margin-left: -10vw;
}
.header .main .nav li:hover a.single {
  color: #7a2788;
}
.header .main .nav li:hover .drop_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  -moz-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  -ms-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
}

.footer {
  background: #f5f6f7;
  border-top: 2px solid #e6e6e6;
}
.footer .pos {
  padding: 3vw 0 4.5vw;
}
.footer .main {
  position: relative;
  padding-right: 220px;
  font-size: 0;
}
.footer .main .info {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.footer .main .info p {
  font-size: 15px;
  color: #666;
  line-height: 36px;
}
.footer .main .info .link {
  margin-top: 38px;
  position: relative;
}
.footer .main .info .link input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  border: 2px solid #000;
  text-align: center;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-left: 45px;
  padding-right: 45px;
  background: #f5f6f7;
  z-index: 2;
  position: relative;
}
.footer .main .info .link:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon7.png");
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -7px;
  z-index: 3;
}
.footer .main .info .link:after {
  content: '';
  width: 9px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon8.png");
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  z-index: 3;
}
.footer .main .info .link ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  padding-bottom: 48px;
  border-radius: 5px 5px 30px 30px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  display: none;
}
.footer .main .info .link ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.footer .main .info .link ul li a {
  font-size: 14px;
  color: #000;
  line-height: 36px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .main .info .link ul li:hover {
  background: #7a2788;
}
.footer .main .info .link ul li:hover a {
  color: #fff;
}
.footer .main .info .link.open ul {
  display: block;
}
.footer .main .txt {
  display: inline-block;
  vertical-align: top;
  margin-right: 3vw;
}
.footer .main .txt:nth-of-type(5) {
  margin-right: 0;
}
.footer .main .txt h3 {
  font-size: 18px;
  color: #7a2788;
}
.footer .main .txt h3:after {
  content: '';
  width: 24px;
  height: 3px;
  background: #ffc600;
  display: block;
  margin: 18px 0;
}
.footer .main .txt .a_block {
  width: 135px;
}
.footer .main .txt .a_block a {
  font-size: 14px;
  line-height: 36px;
  color: #666;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .main .txt .a_block a:hover {
  color: #7a2788;
}
.footer .main .txt .a_block.half {
  width: 270px;
}
.footer .main .txt .a_block.half a {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.footer .copyright {
  background: #393943;
  padding: 22px 0;
}
.footer .copyright p {
  font-size: 14px;
  color: #fff;
}
.footer .copyright p span {
  margin-left: 35px;
}
.footer .copyright .share {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
}
.footer .copyright .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  width: 20px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer .copyright .share a:nth-of-type(1) {
  background-image: url("../images/icon1_w.png");
}
.footer .copyright .share a:nth-of-type(2) {
  background-image: url("../images/icon2_w.png");
}
.footer .copyright .share a:nth-of-type(3) {
  background-image: url("../images/icon3_w.png");
}
.footer .copyright .share a .hover {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.footer .copyright .share a .hover img {
  width: 100%;
  display: block;
}
.footer .copyright .share a .hover p {
  font-size: 14px;
  color: #c7c7c7;
  text-align: center;
  padding-bottom: 10px;
  font-family: 'Microsift YaHei';
  background: #fff;
}
.footer .copyright .share a .hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  margin: 0 auto;
}
.footer .copyright .share a:hover .hover {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1700px) {
  .footer .main .txt .a_block a {
    font-size: 14px;
  }

  .footer .main .txt .a_block {
    width: 110px;
  }

  .footer .main .txt .a_block.half {
    width: 220px;
  }
}
@media screen and (max-width: 1600px) {
  .header .main .nav li {
    margin-left: 0.75vw;
  }

  .header .main .nav li:before {
    margin-right: 0.75vw;
  }
}
@media screen and (max-width: 1500px) {
  .wrapper {
    width: 82vw;
  }

  .header .main .nav li a.single {
    font-size: 14px;
  }

  .header .main .nav li .drop_menu {
    width: 800px;
    padding-left: 280px;
  }

  .header .main .nav li .drop_menu .left {
    width: 280px;
  }

  .header .main .nav li:nth-of-type(6) .drop_menu .left {
    left: -160px;
  }

  .header .main .nav li:nth-of-type(6) .drop_menu .center {
    width: calc(40% + 160px);
    margin-left: -160px;
  }

  .header .main .nav li .drop_menu .center a {
    font-size: 14px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    width: 88vw;
  }

  .header {
    height: 127px;
  }

  .header .main .logo img {
    width: 300px;
  }

  .header .main .nav li a.single {
    line-height: 57px;
  }

  .footer .main .txt {
    margin-right: 2vw;
  }
}
@media screen and (max-height: 1200px) {
  .footer .main {
    padding-right: 170px;
  }

  .footer .main .txt {
    margin-right: 1vw;
  }

  .footer .main .info {
    width: 170px;
  }

  .footer .main .info p {
    font-size: 13px;
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .header {
    height: 78px;
  }

  .header .tip {
    padding: 5px 0;
    line-height: 17px;
  }

  .header .tip .share {
    display: none;
  }

  .header .tip form {
    right: 20px;
    height: 26px;
    margin-top: -13px;
  }

  .header .tip form button {
    height: 24px;
  }

  .header .main .logo {
    padding: 10px 0;
  }

  .header .main .logo img {
    height: 30px;
    width: auto;
  }

  .header .main .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 12vh 10vw 8vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .main .nav.active {
    left: 0;
  }

  .header .main .nav li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
  }

  .header .main .nav li a.single {
    line-height: 50px;
  }

  .header .main .nav li:before {
    display: none;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 46px;
    position: fixed;
    cursor: pointer;
    z-index: 15;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #7a2788;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer .pos {
    padding: 20px 20px 15px;
  }

  .footer .main {
    padding: 0;
  }

  .footer .main .txt {
    display: none;
  }

  .footer .main .info {
    position: static;
    text-align: center;
    width: 100%;
  }

  .footer .main .info .link {
    width: 80%;
    margin: 15px auto 0;
  }

  .footer .main .info .link input {
    height: 44px;
  }

  .footer .main .info .link ul {
    padding-bottom: 44px;
  }

  .footer .copyright {
    padding: 10px 0;
    text-align: center;
  }

  .footer .copyright .share {
    display: none;
  }

  .footer .copyright p span {
    margin-left: 10px;
  }
}
.family, .header .main .nav li .drop_menu .left h3, .footer .main .txt h3, .comm_tit h3, .comm_img .boxes .box h3, .comm_banner .txt_block h3, .comm_sec1 .item p, .comm_sec2 .item h3, .comm_sec3 .item h3, .comm_sec4 h3, .comm_sec4 a.link, .comm_pop h3, .index_main .section1 .slick .item .txt h3, .index_main .section2 .main .slick .item .top_block h3, .index_main .section2 .main .slick .item .bot_block h3, .index_main .section3 .main .label, .index_main .section3 .main .link ul li a, .index_main .section4 .items .item .main h3, .index_main .section5 .txt_block h3, .index_main .section5 .txt_block p, .index_main .section6 .main .txt_slick .item h3, .index_main .section7 .items .item .box h3, .index_main .section7 .items .item .box p, .about_index .section2 .desc h3, .about_index .section3 .desc, .about_index .section4 .item h3, .about_overview .section2 .txt_block p, .about_overview .section2 .txt_block h3, .about_regulation .section2 .left a, .about_regulation .section2 .right h3, .about_regulation .section2 .right p, .news_index .items .item .txt_block h3, .news_detail .main .left h3, .research_team .info h3, .researcht_detail .left .box h3, .researcht_detail .right .box h3, .recruit_main .section2 .lists .list_tit span, .recruit_main .section3 .item span, .recruit_main .section3 .item h3, .rec_pop a, .research_direction .section1 h3, .research_direction .section2 .tab_tit span, .research_direction .section2 .child[data_index="1"] .right h3, .research_support .section1 .item h3, .researchs_detail .info h3, .researchs_detail h4, .researchs_detail .contact_items .item h3, .researchs_detail .con_items .item h3, .researchs_detail2 h4, .fixed_sucpop a {
  font-family: 'SimSun';
}

.commpd {
  padding: 5.5vw 0;
}

.comm_tit {
  text-align: center;
  position: relative;
}
.comm_tit h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-family: 'DOMAINEDISP-BOLD';
  letter-spacing: 2px;
}
.comm_tit h3 {
  font-size: 42px;
  color: #333;
}
.comm_tit h3 span {
  padding: 0 8px;
  position: relative;
}
.comm_tit h3 span:after {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.comm_tit h3 span:last-of-type:after {
  display: none;
}
.comm_tit a {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  font-family: 'georgia';
  color: #7a2788;
}
.comm_tit a:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}

.comm_img {
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.comm_img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comm_img .boxes {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.comm_img .boxes .box {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  position: relative;
}
.comm_img .boxes .box h3 {
  font-size: 24px;
  color: #fff;
}
.comm_img .boxes .box h3 span {
  font-size: 48px;
  font-family: 'DIN';
}
.comm_img .boxes .box h4 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'DOMAINEDISP-BOLD';
}
.comm_img .boxes .box:after {
  content: '';
  width: 2px;
  height: 42px;
  background: #ffc600;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
}
.comm_img .boxes .box:last-of-type:after {
  display: none;
}
.comm_img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.comm_more {
  display: block;
  margin: 0 auto;
  width: 160px;
  line-height: 40px;
  border: 2px solid #7a2788;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background: #7a2788;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_more:hover {
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.comm_more[data-hover='1'] {
  color: #38363d;
  border-color: #333;
  background: #fff;
}
.comm_more[data-hover='1']:hover {
  border-color: #7a2788;
  background-color: #7a2788;
  color: #fff;
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video_pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm_banner {
  position: relative;
  overflow: hidden;
}
.comm_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.comm_banner img {
  width: 100%;
  display: block;
}
.comm_banner .txt_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 20vw;
}
.comm_banner .txt_block h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  font-family: "微软雅黑";
}
.comm_banner .txt_block h4 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: '微软雅黑';
  margin-top: 12px;
}

.comm_sec1 {
  font-size: 0;
  text-align: center;
}
.comm_sec1 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.comm_sec1 .item .icon {
  width: 200px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 auto;
}
.comm_sec1 .item .icon .number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  font-size: 16px;
  color: #333;
}
.comm_sec1 .item .icon .number span {
  font-size: 80px;
  color: #7b2789;
  font-family: 'DIN-Medium';
  line-height: 1;
  display: inline-block;
}
.comm_sec1 .item p {
  font-size: 18px;
  color: #666;
  margin-top: 25px;
}

.comm_sec2 {
  font-size: 0;
  margin: 3vw -12px;
}
.comm_sec2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 32px);
  margin: 6px;
  background: #fafafa;
  padding: 15px 10px 20px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec2 .item .top_main {
  padding-bottom:25px;
  border-bottom: 1px solid #7a2788;
  position: relative;
}
.comm_sec2 .item .top_main:before {
  content: '';
  width: 0;
  height: 1px;
  background: #ffc600;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec2 .item .top_main:after {
  content: '';
  display: block;
  clear: both;
}
.comm_sec2 .item .head_img {
  width: 100px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.comm_sec2 .item .head_img img {
  width: 100%;
  display: block;
}
.comm_sec2 .item h3 {
  margin: 20px 0 5px 130px;
  font-size: 32px;
  line-height: 1;
  color: #2a2734;
}
.comm_sec2 .item p {
  font-size: 12px;
  color: #2a2734;
  margin-left: 130px;
  font-weight: bold;
}
.comm_sec2 .item .desc {
  margin-top: 25px;
  font-size: 10px;
  line-height: 20px;
  color: #333;
  height: 56px;
  overflow: hidden;
}
.comm_sec2 .item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.comm_sec2 .item:hover .top_main:before {
  width: 100%;
}

.comm_sec3 {
  font-size: 0;
  margin: 0 -12px;
}
.comm_sec3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(calc(33.33% - 24px));
  margin: 12px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .img_block {
  overflow: hidden;
  position: relative;
}
.comm_sec3 .item .img_block img {
  width: 100%;
  display: block;
}
.comm_sec3 .item .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(158, 100, 177, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .img_block:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/research/icon1.png");
  margin: -24px 0 0 -24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .txt_block {
  position: relative;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .date {
  border-radius: 5px;
  background: #fec80c;
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'DIN-Medium';
  text-align: center;
  position: absolute;
  right: 20px;
  top: -58px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .date span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.comm_sec3 .item h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
.comm_sec3 .item h3 span {
  display: block;
}
.comm_sec3 .item h3 .span1 {
  opacity: 0;
}
.comm_sec3 .item h3 .span2 {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
.comm_sec3 .item span.more {
  font-size: 16px;
  color: #7a2788;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .comm_sec3 .item:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .comm_sec3 .item:hover .img_block:before,
  .comm_sec3 .item:hover .img_block:after {
    opacity: 1;
  }
  .comm_sec3 .item:hover .txt_block h3 .span1 {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .comm_sec3 .item:hover .txt_block h3 .span2 {
    opacity: 0;
  }
  .comm_sec3 .item:hover .txt_block .date {
    opacity: 0;
  }
  .comm_sec3 .item:hover .txt_block span.more {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.comm_sec4 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec4 h3 {
  font-size: 24px;
  color: #7a2788;
  margin-bottom: 20px;
}
.comm_sec4 a.link {
  display: block;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  padding-left: 25px;
  position: relative;
}
.comm_sec4 a.link:hover {
  color: #7a2788;
}
.comm_sec4 a.link:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
}
.comm_sec4 a.more {
  display: block;
  line-height: 60px;
  background: #7a2788;
  font-size: 16px;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.comm_sec4 a.more:after {
  content: '';
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon6.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec4 a.more:hover:after {
  right: 30px;
}
.comm_sec4.visi {
  opacity: 0;
}
.comm_sec4.smb a.link {
  margin-bottom: 15px;
}

.comm_subnav {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
}
.comm_subnav a {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  line-height: 36px;
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  margin: 0 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_subnav a.active, .comm_subnav a:hover {
  background: #ffc600;
  color: #fff;
}

.comm_crumbs {
  font-size: 0;
  padding: 28px 0;
  background: #f7f7f7;
  line-height: 28px;
}
.comm_crumbs .wrapper {
  padding-right: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comm_crumbs a.link, .comm_crumbs span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
.comm_crumbs a.link {
  margin-right: 10px;
}
.comm_crumbs a.link:hover {
  color: #7a2788;
}
.comm_crumbs a.back {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #7a2788;
  padding: 0 20px;
  top: 50%;
  margin-top: 130px;
}

.comm_share {
  position: absolute;
  top: 0;
  left: -60px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_share a {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #d7d7d7;
  border-radius: 3px;
  background-position: center !important;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_share a.wx {
  background-image: url("../images/icon2.png");
}
.comm_share a.sina {
  background-image: url("../images/icon3.png");
}
.comm_share a.qzone {
  background-image: url("../images/icon4.png");
}
.comm_share a.more {
  background-image: url("../images/icon5.png");
}
.comm_share a:hover {
  background-color: #7a2788;
}
.comm_share.visi {
  opacity: 0;
}

.comm_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.comm_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.comm_pop .main {
  width: 75vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.comm_pop .close {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 30px;
  background-image: url("../images/join/icon2.png");
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pop .close:hover {
  background-image: url("../images/join/icon2_on.png");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comm_pop .cell {
  background: #fff;
  padding: 6vw;
  position: relative;
}
.comm_pop h3 {
  font-size: 36px;
  color: #333;
}

.pages {
  text-align: center;
  /*font-size: 0;*/
}
.pages a, .pages span {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid;
    height: 30px;
    display: inline-block;
}
.pages a, .pages a:hover{
  color: #7a2788;
  border-color: #7a2788;
}

.index_main .demo-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .bg_slick {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section1 .bg_slick .slick-list, .index_main .section1 .bg_slick .slick-track {
  height: 100%;
}
.index_main .section1 .bg_slick .item {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.index_main .section1 .slick {
  z-index: 2;
}
.index_main .section1 .slick .item {
  position: relative;
}
.index_main .section1 .slick .item img {
  width: 100%;
  display: block;
}
.index_main .section1 .slick .item .txt {
  position: absolute;
  left: 4.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section1 .slick .item .txt h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.index_main .section1 .slick .item .txt h4 {
  font-size: 20px;
  color: #fff;
  font-family: 'DOMAINEDISP-BOLD';
  letter-spacing: 2px;
}
.index_main .section1 .slick .item .txt a {
  display: block;
  width: 130px;
  line-height: 38px;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 4.5vw;
}
.index_main .section1 .slick-dots {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
}
.index_main .section1 .slick-dots button {
  display: none;
}
.index_main .section1 .slick-dots li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  height: 3px;
  background: transparent;
}
.index_main .section1 .slick-dots li.slick-active {
  background: #fff;
}
.index_main .section1 .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section1 .btn.prev {
  background-image: url("../images/left_icon1.png");
  left: 18px;
}
.index_main .section1 .btn.next {
  background-image: url("../images/next_icon1.png");
  right: 18px;
}
.index_main .section1 .btn:hover {
  background-color: rgba(122, 39, 136, 0.6);
}
.index_main .section2 {
  padding: 5.5vw 0 4.5vw;
}
.index_main .section2 .main {
  position: relative;
  margin-top: 35px;
}
.index_main .section2 .main .slick {
  padding: 0 50px;
}
.index_main .section2 .main .slick .item {
  position: relative;
  width: 420px;
  padding: 25px;
  background: #fff;
  margin: 20px 12px;
  box-shadow: 0 0 10px rgba(27, 43, 49, 0.05);
  -webkit-transition: margin 0.3s ease, border 0.3s ease;
  -moz-transition: margin 0.3s ease, border 0.3s ease;
  -ms-transition: margin 0.3s ease, border 0.3s ease;
  transition: margin 0.3s ease, border 0.3s ease;
}
.index_main .section2 .main .slick .item:after {
  content: '';
  width: 0;
  height: 2px;
  background: #7a2788;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section2 .main .slick .item .top_block {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .slick .item .top_block .date {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: 'DIN';
}
.index_main .section2 .main .slick .item .top_block h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 18px;
}
.index_main .section2 .main .slick .item .top_block h3 a {
  display: block;
  color: #333;
  height: 144px;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .top_block .img_block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .top_block .img_block a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.index_main .section2 .main .slick .item a.view {
  width: 60px;
  display: block;
  font-family: 'georgia';
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a2788;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .slick .item a.view:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section2 .main .slick .item .bot_block {
  position: relative;
  margin-top: 20px;
  height: 84px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .slick .item .bot_block p {
  font-size: 14px;
  line-height: 28px;
  color: #a6a6a6;
  height: 84px;
  text-align: justify;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .bot_block h3 {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 24px;
  color: #333;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .index_main .section2 .main .slick .item:hover {
    margin-top: 0;
    margin-bottom: 0;
  }
  .index_main .section2 .main .slick .item:hover:after {
    width: 100%;
  }
  .index_main .section2 .main .slick .item:hover .top_block {
    margin-bottom: 50px;
  }
  .index_main .section2 .main .slick .item:hover .top_block .img_block {
    opacity: 1;
  }
  .index_main .section2 .main .slick .item:hover .top_block .img_block a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index_main .section2 .main .slick .item:hover a.view {
    color: #ffc600;
  }
  .index_main .section2 .main .slick .item:hover a.view:after {
    border-left-color: #ffc600;
  }
  .index_main .section2 .main .slick .item:hover .bot_block {
    height: 94px;
  }
  .index_main .section2 .main .slick .item:hover .bot_block p {
    opacity: 0;
  }
  .index_main .section2 .main .slick .item:hover .bot_block h3 {
    opacity: 1;
  }
}
.index_main .section2 .main .slick .item.no_img .bot_block p {
  opacity: 1 !important;
}
.index_main .section2 .main .slick-dots {
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px;
  border-top: 1px solid #d9d9d9;
  font-size: 0;
}
.index_main .section2 .main .slick-dots button {
  display: none;
}
.index_main .section2 .main .slick-dots li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  height: 3px;
  background: transparent;
}
.index_main .section2 .main .slick-dots li.slick-active {
  background: #7a2788;
}
.index_main .section2 .main .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .btn.prev {
  background-image: url("../images/left_icon1.png");
  left: 18px;
}
.index_main .section2 .main .btn.next {
  background-image: url("../images/next_icon1.png");
  right: 18px;
}
.index_main .section2 .main .btn:hover {
  background-color: rgba(122, 39, 136, 0.6);
}
.index_main .section3 .comm_tit {
  display: none;
}
.index_main .section3 .main {
  position: relative;
  padding-left: 160px;
  padding-right: 90px;
  height: 90px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}
.index_main .section3 .main .label {
  width: 160px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 90px;
  position: absolute;
  background: #9e64b2;
  top: 0;
  left: 0;
}
.index_main .section3 .main .label:before {
  content: '';
  width: 29px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon6_3.gif");
  display: inline-block;
  vertical-align: middle;
  margin: -7px 8px 0 0;
}
.index_main .section3 .main .link {
  padding: 30px 40px;
  border-right: 1px solid #d9d9d9;
}
.index_main .section3 .main .link ul {
  font-size: 0;
  position: relative;
}
.index_main .section3 .main .link ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5vw;
  padding: 0 115px 0 30px;
  position: relative;
}
.index_main .section3 .main .link ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  box-sizing: border-box;
}
.index_main .section3 .main .link ul li:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.index_main .section3 .main .link ul li a {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.index_main .section3 .main .link ul li span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  font-family: 'DIN';
  color: #333;
}
.index_main .section3 .main .link ul li:hover:after {
  opacity: 1;
}
.index_main .section3 .main a.more {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
  font-family: 'georgia';
  color: #7a2788;
}
.index_main .section3 .main a.more:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
.index_main .section4 {
  position: relative;
  padding: 4.5vw 0;
}
.index_main .section4 .wrapper {
  z-index: 2;
}
.index_main .section4 .items {
  font-size: 0;
}
.index_main .section4 .items .item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 35px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}
.index_main .section4 .items .item:last-of-type {
  border-right: 1px solid #e6e6e6;
}
.index_main .section4 .items .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transform-origin: center bottom;
}
.index_main .section4 .items .item .main {
  position: relative;
  z-index: 2;
}
.index_main .section4 .items .item .main .num {
  font-size: 60px;
  color: #e5e5e5;
  font-family: 'DIN';
}
.index_main .section4 .items .item .main h3 {
  font-size: 36px;
  color: #333;
  margin-top: 10px;
}
.index_main .section4 .items .item .main h4 {
  font-size: 12px;
  color: #d9d9d9;
  font-family: 'DOMAINEDISP-BOLD';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.index_main .section4 .items .item .main .p_block {
  margin: 15px 0;
  opacity: 0;
  height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main .p_block p {
  font-size: 14px;
  line-height: 2;
  color: #7a2788;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section4 .items .item .main .p_block p span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #7a2788;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: 'DIN';
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.index_main .section4 .items .item .main .desc {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  height: 90px;
  width: 410px;
  overflow: hidden;
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main a.more {
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'georgia';
  color: #7a2788;
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main a.more:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
.index_main .section4 .items .item.active {
  width: 36%;
}
.index_main .section4 .items .item.active .bg {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_main .section4 .items .item.active .main .p_block {
  opacity: 1;
}
.index_main .section4 .items .item.active .main .desc {
  opacity: 1;
}
.index_main .section4 .items .item.active .main a.more {
  opacity: 1;
}
.index_main .section4:after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.index_main .section5 {
  background: #fff;
  padding-bottom: 3.5vw;
}
.index_main .section5 .img_block {
  width: 191px;
  margin: 35px auto 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.index_main .section5 .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section5 .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section5 .txt_block {
  text-align: center;
  margin: 0 3.5vw;
  position: relative;
}
.index_main .section5 .txt_block h3 {
  font-size: 20px;
  line-height: 2;
  color: #333;
  padding: 0 30px;
}
.index_main .section5 .txt_block p {
  font-size: 20px;
  line-height: 2;
  color: #666666;
  margin-top: 10px;
}
.index_main .section5 .txt_block:before, .index_main .section5 .txt_block:after {
  content: '';
  width: 16px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.index_main .section5 .txt_block:before {
  left: 0;
  top: 5px;
  background-image: url("../images/index/icon1.png");
}
.index_main .section5 .txt_block:after {
  right: 0;
  bottom: 5px;
  background-image: url("../images/index/icon2.png");
}
.index_main .section5 .qian {
  text-align: right;
  margin-top: 2vw;
}
.index_main .section5 .qian img{
  display: inline;
}
.index_main .section5 .slick-dots {
  margin-top: 2vw;
  font-size: 0;
  text-align: center;
}
.index_main .section5 .slick-dots button {
  display: none;
}
.index_main .section5 .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/index/icon5_1.png");
}
.index_main .section5 .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}
.index_main .section6 {
  background: #fff;
}
.index_main .section6 .wrapper {
  padding: 4.5vw 0;
  border-top: 1px solid #e6e6e6;
}
.index_main .section6 .main {
  margin-top: 35px;
  position: relative;
  padding-right: 360px;
}
.index_main .section6 .main .video_slick .item {
  position: relative;
  overflow: hidden;
}
.index_main .section6 .main .video_slick .item img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section6 .main .video_slick .item a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon3.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.index_main .section6 .main .video_slick .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section6 .main .video_slick .item:hover a {
  opacity: .6;
}
.index_main .section6 .main .txt_slick {
  padding: 4.5vw 28px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  bottom: 0;
  background-position: right bottom;
  background-image: url("../images/index/img10.jpg");
  background-size: cover;
}
.index_main .section6 .main .txt_slick .item {
  text-align: center;
}
.index_main .section6 .main .txt_slick .item h3 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}
.index_main .section6 .main .txt_slick .item h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #ffc600;
  margin: 25px auto;
}
.index_main .section6 .main .txt_slick .item p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.index_main .section6 .main .txt_slick .slick-dots {
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}
.index_main .section6 .main .txt_slick .slick-dots button {
  display: none;
}
.index_main .section6 .main .txt_slick .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/index/icon5.png");
}
.index_main .section6 .main .txt_slick .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}
.index_main .section7 {
  position: relative;
  background: #fff;
  padding: 4.5vw 0 6vw;
}
.index_main .section7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img11.jpg");
  z-index: 1;
}
.index_main .section7 .wrapper {
  z-index: 2;
}
.index_main .section7 .comm_tit h3, .index_main .section7 .comm_tit h4 {
  color: #fff;
}
.index_main .section7 .items {
  font-size: 0;
}
.index_main .section7 .items .item {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 35px 40px 50px;
  border-right: 1px solid #d9d9d9;
}
.index_main .section7 .items .item:first-of-type {
  border-left: 1px solid #d9d9d9;
}
.index_main .section7 .items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/index/img13.png");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}
.index_main .section7 .items .item .box {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section7 .items .item .box .num {
  font-size: 60px;
  color: #e5e5e5;
  font-family: 'DIN';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section7 .items .item .box h3 {
  font-size: 32px;
  color: #333;
  margin-top: 15px;
}
.index_main .section7 .items .item .box h4 {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: uppercase;
  font-family: 'DOMAINEDISP-BOLD';
}
.index_main .section7 .items .item .box p {
  font-size: 20px;
  line-height: 28px;
  color: #5e5b66;
  margin: 4vw 0 1.5vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section7 .items .item .box a {
  display: block;
  width: 130px;
  line-height: 38px;
  border: 2px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  font-size: 14px;
  color: #38363d;
  text-align: center;
}
.index_main .section7 .items .item:hover:before {
  opacity: 1;
}
.index_main .section7 .items .item:hover .box {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.index_main .section7 .items .item:hover .box .num {
  opacity: 0;
}
.index_main .section7 .items .item:hover .box p {
  color: #7a2788;
}
.index_main .section7 .items .item:hover .box a {
  color: #fff;
  border-color: #7a2788;
  background: #7a2788;
  box-shadow: 0 10px 20px rgba(122, 39, 136, 0.4);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.index_main .section7 .items .slick-dots {
  margin-top: 3vw;
  font-size: 0;
  text-align: center;
}
.index_main .section7 .items .slick-dots button {
  display: none;
}
.index_main .section7 .items .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/index/icon5_1.png");
}
.index_main .section7 .items .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}

.about_index {
  background: #fff;
}
.about_index .section2 .desc {
  color: #333;
  text-align: center;
  margin-top: 35px;
}
.about_index .section2 .desc h3 {
  font-size: 32px;
  line-height: 1;
}
.about_index .section2 .desc p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 20px;
}
.about_index .section2 .items {
  margin-top: 3vw;
}
.about_index .section2 a.comm_more {
  margin-top: 3vw;
}
.about_index .section3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_index .section3 .comm_tit h3, .about_index .section3 .comm_tit h4 {
  color: #fff;
}
.about_index .section3 .desc {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}
.about_index .section3 a.comm_more {
  margin-top: 7.8vw;
}
.about_index .section4 .items {
  font-size: 0;
  margin-top: 1px;
  width: calc(100% + 3px);
}
.about_index .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border: 1px solid #d9d9d9;
  background: #fff;
  z-index: 1;
  margin: -1px -1px 0 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.about_index .section4 .item:nth-of-type(4n) {
  margin-right: 0;
}
.about_index .section4 .item a {
  display: block;
  height: 100%;
  padding: 35px 30px;
  padding-right: 20px;
}
.about_index .section4 .item a:after {
  content: '';
  width: 20px;
  height: 4px;
  background: #e6e6e6;
  display: block;
  margin-top: 30px;
}
.about_index .section4 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_index .section4 .item h4 {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'DOMAINEDISP-BOLD';
}
.about_index .section4 .item:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.about_index .section4 a.comm_more {
  margin-top: 3vw;
}

.about_overview {
  background: #fff;
}
.about_overview .section2 {
  padding-bottom: 5vw;
}
.about_overview .section2 .comm_sec1 {
  padding: 4vw 0;
}
.about_overview .section2 .txt_block p {
  font-size: 18px;
  line-height: 2;
  color: #808080;
}
.about_overview .section2 .txt_block h3 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}

.about_organization {
  background: #fff;
}
.about_organization .section2 {
  padding: 4.5vw 0;
}
.about_organization .section2 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.about_regulation {
  background: #fff;
}
.about_regulation .section2 {
  padding: 4.5vw 0 6vw;
  font-size: 0;
}
.about_regulation .section2 .left {
  width: 18.75vw;
  float: left;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_regulation .section2 .left a {
  display: block;
  padding-left: 4vw;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  border-radius: 30px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_regulation .section2 .left a:last-of-type {
  margin-bottom: 0;
}
.about_regulation .section2 .left a:hover, .about_regulation .section2 .left a.active {
  background: #7a2788;
  color: #fff;
}
.about_regulation .section2 .left.fixed {
  position: fixed;
}
.about_regulation .section2 .left.visi {
  opacity: 0;
}
.about_regulation .section2 .right {
  width: calc(100% - 18.75vw - 3vw);
  padding-left: 3vw;
  margin-left: calc(25% + 3vw);
  border-left: 1px solid #f2f2f2;
}
.about_regulation .section2 .right .box {
  padding: 2.5vw 0;
  border-bottom: 1px solid #f2f2f2;
}
.about_regulation .section2 .right .box:first-of-type {
  padding-top: 0;
}
.about_regulation .section2 .right .box:last-of-type {
  padding-bottom: 0;
  border: none;
}
.about_regulation .section2 .right h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 2.5vw;
}
.about_regulation .section2 .right p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.news_index {
  background: #fff;
}
.news_index .items {
  padding: 4.5vw 0 6vw;
}
.news_index .items .item {
  margin-bottom: 3vw;
  overflow: hidden;
}
.news_index .items .item .img_block {
  width: 292px;
  float: left;
  overflow: hidden;
}
.news_index .items .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .items .item .txt_block {
  margin-left: 310px;
}
.news_index .items .item .txt_block .date {
  font-size: 18px;
  color: #333;
  font-family: 'DIN-Medium';
}
.news_index .items .item .txt_block h3 {
  font-size: 20px;
  line-height: 32px;
  max-height: 64px;
  color: #333;
  margin: 8px 0;
  overflow: hidden;
}
.news_index .items .item .txt_block p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  max-height: 72px;
  overflow: hidden;
}
.news_index .items .item .txt_block span {
  display: inline-block;
  font-size: 14px;
  color: #7a2788;
  font-family: 'georgia';
  margin-top: 20px;
}
.news_index .items .item .txt_block span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.news_index .items .item.calibri .txt_block h3, .news_index .items .item.calibri .txt_block p {
  font-family: 'calibri-regular';
}
.news_index .items .item:hover .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news_index .items .item:hover .txt_block h3 {
  color: #7a2788;
}

.news_detail {
  background: #fff;
}
.news_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}
.news_detail .main .left {
  width: 1200px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.news_detail .main .left .top_info {
  border-bottom: 1px solid #e6e6e6;
}
.news_detail .main .left h3 {
  font-size: 42px;
  line-height: 1.4;
  color: #000;
  width: 70%;
}
.news_detail .main .left .date {
  font-size: 18px;
  color: #808080;
  font-family: 'DIN';
  margin: 35px 0;
}
.news_detail .main .left .date:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/news/icon1.png");
  margin: -4px 10px 0 0;
}
.news_detail .main .left .info {
  margin-top: 3.5vw;
  position: relative;
}
.news_detail .main .left .info span {
  font-size: 16px;
  color: #7a2788;
  line-height: 48px;
  font-family: 'calibri-regular';
}
.news_detail .main .left .info span.address:before {
  content: '';
  width: 13px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.news_detail .main .left .info span.date1 {
  margin-left: 4.5vw;
}
.news_detail .main .left .info span.date1:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.news_detail .main .left .content {
  padding: 30px 0;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.news_detail .main .left .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news_detail .main .left .content .box {
  margin-top: 20px;
}
.news_detail .main .left .content .box:nth-of-type(1) {
  margin-top: 0;
}
.news_detail .main .left .content .box_title {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.news_detail .main .left .content .box_title:before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.news_detail .main .left .read_more {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-bottom: 3vw;
}
.news_detail .main .left .read_more a {
  font-size: 14px;
  color: #7a2788;
}
.news_detail .main .left .read_more a:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/research/icon2.png");
  margin: -4px 10px 0 0;
}
.news_detail .main .left .other {
  background: #f7f7f7;
  padding: 0px 25px;
  text-align: center;
}
.news_detail .main .left .other a {
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.news_detail .main .left .other a:hover {
  text-decoration: underline;
  color: #7a2788;
}
.news_detail .main .right {
  display: inline-block;
  vertical-align: top;
  width: 22.5vw;
  padding-left: 3vw;
}

.research_team {
  background: #fff;
}
.research_team .main {
  padding: 4vw 0 6vw;
}
.research_team .info:before {
  content: '';
  width: 25px;
  height: 4px;
  background: #ffc600;
  display: block;
}
.research_team .info h3 {
  font-size: 28px;
  color: #333;
  margin: 15px 0 20px;
}
.research_team .info p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}

.researcht_detail {
  background: #fff;
}
.researcht_detail .main {
  padding: 4.5vw 0 6vw;
}
.researcht_detail .left {
  width: 300px;
  float: left;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.researcht_detail .left img {
  width: 100%;
  display: block;
}
.researcht_detail .left .box {
  margin-top: 30px;
  border: 1px solid #e6e6e6;
}
.researcht_detail .left .box h3 {
  font-size: 24px;
  color: #7a2788;
  line-height: 3.126vw;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
.researcht_detail .left .box h3:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
  background: #ffc600;
}
.researcht_detail .left .box .p_block {
  padding: 25px 30px;
  font-size: 12px;
  line-height: 28px;
  color: #808080;
}
.researcht_detail .left.visi {
  opacity: 0;
}
.researcht_detail .right {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-left: 3vw;
  min-height: 640px;
}
.researcht_detail .right .box {
  margin-bottom: 2.8vw;
}
.researcht_detail .right .box:last-of-type {
  margin-bottom: 0;
}
.researcht_detail .right .box h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.researcht_detail .right .box h3:before {
  content: '';
  width: 2px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 20px 0 0;
  background: #ffc600;
}
.researcht_detail .right .box p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  font-family: 'calibri';
}
.researcht_detail .right .box h4 {
  font-size: 18px;
  color: #7a2788;
  margin-top: 3vw;
  margin-bottom: 20px;
}
.researcht_detail .right .box.lvli p span {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}

.contact_main {
  background: #fff;
  overflow: hidden;
}
.contact_main .comm_sec2 {
  margin: 4.5vw 0;
}
.contact_main .comm_sec2 .item .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruit_main {
  background: #fff;
}
.recruit_main .section2 {
  padding-top: 4.5vw;
}
.recruit_main .section2 .form {
  font-size: 0;
}
.recruit_main .section2 .form .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16.5%;
  margin-left: 1%;
  z-index: 1;
}
.recruit_main .section2 .form .box:first-of-type {
  margin-left: 0;
}
.recruit_main .section2 .form .box:nth-of-type(3) {
  width: 47.5%;
}
.recruit_main .section2 .form .box:last-of-type:after, .recruit_main .section2 .form .box:nth-of-type(3):after {
  display: none;
}
.recruit_main .section2 .form .box:nth-of-type(1) input, .recruit_main .section2 .form .box:nth-of-type(2) input {
  cursor: pointer;
}
.recruit_main .section2 .form .box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  z-index: 3;
}
.recruit_main .section2 .form .box input {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  height: 48px;
  font-size: 16px;
  color: #808080;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.recruit_main .section2 .form .box input::-webkit-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input::-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:-ms-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus::-webkit-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus::-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus:-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus:-ms-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box button.sear1 {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("../images/join/icon1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  z-index: 3;
}
.recruit_main .section2 .form .box button.sear2 {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: #7a2788;
  border-radius: 30px;
  height: 48px;
  cursor: pointer;
}
.recruit_main .section2 .form .box ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 30px 30px 5px 5px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  padding-top: 48px;
  z-index: 1;
  display: none;
}
.recruit_main .section2 .form .box ul li {
  font-size: 14px;
  color: #333;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recruit_main .section2 .form .box ul li:hover {
  background: #7a2788;
  color: #fff;
}
.recruit_main .section2 .form .box.open {
  z-index: 2;
}
.recruit_main .section2 .form .box.open ul {
  display: block;
}
.recruit_main .section2 .lists {
  margin: 3vw 0;
  font-size: 0;
}
.recruit_main .section2 .lists .list_tit {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.recruit_main .section2 .lists .list_tit span {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(1) {
  width: 55%;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(2) {
  width: 19%;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(3) {
  width: 19%;
}
.recruit_main .section2 .lists .list {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.recruit_main .section2 .lists .list span {
  font-size: 16px;
  color: #808080;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list span:nth-of-type(1) {
  width: 55%;
}
.recruit_main .section2 .lists .list span:nth-of-type(2) {
  width: 19%;
}
.recruit_main .section2 .lists .list span:nth-of-type(3) {
  width: 19%;
}
.recruit_main .section2 .lists .list span.date {
  font-family: 'DIN';
}
.recruit_main .section2 .lists .list a {
  font-size: 14px;
  font-family: 'georgia';
  color: #808080;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #a6a6a6;
  margin: -3px 0 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list:hover a {
  color: #7a2788;
}
.recruit_main .section2 .lists .list:hover a:after {
  border-left-color: #7a2788;
}
.recruit_main .section2 .lists .list:hover span {
  color: #7a2788;
}
.recruit_main .section3 {
  padding: 6vw 0;
}
.recruit_main .section3 .item {
  margin-top: 4.5vw;
}
.recruit_main .section3 .item:first-of-type {
  margin-top: 0;
}
.recruit_main .section3 .item .img_block {
  overflow: hidden;
}
.recruit_main .section3 .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section3 .item .img_block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.recruit_main .section3 .item span {
  display: block;
  font-size: 80px;
  color: #e9eaee;
  line-height: 1;
  margin-top: 3vw;
}
.recruit_main .section3 .item h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  margin: 20px 0;
}
.recruit_main .section3 .item p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.recruit_main .section3 .item .detail {
  display: none;
}
.recruit_main .section3 .item a {
  display: block;
  width: 130px;
  line-height: 40px;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 16px;
  color: #38363d;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruit_main .section3 .item a:hover {
  background: #7a2788;
  border-color: #7a2788;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}

.rec_pop .desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  padding: 20px 0;
  border-bottom: 2px solid #e6e6e6;
}
.rec_pop .boxes {
  max-height: 40vh;
  overflow: auto;
  padding-right: 20px;
  margin-top: 10px;
}
.rec_pop .box {
  margin-top: 3vw;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.rec_pop .box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.rec_pop .box h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.rec_pop .box h4:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #7a2788;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.rec_pop .box p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.rec_pop a {
  display: block;
  width: 200px;
  line-height: 44px;
  border: 2px solid #000;
  font-size: 18px;
  color: #333;
  border-radius: 30px;
  text-align: center;
  margin-top: 4vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rec_pop a:hover {
  border-color: #7a2788;
  background: #7a2788;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}

.research_direction {
  background: #fff;
}
.research_direction .section1 {
  padding: 5vw 0;
  background: #f4f7f8;
}
.research_direction .section1 h3 {
  text-align: center;
  font-size: 36px;
  color: #333;
  position: relative;
  padding-bottom: 22px;
}
.research_direction .section1 h3:after {
  content: '';
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #ffc600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.research_direction .section1 img {
  display: block;
  max-width: 100%;
  margin: 3vw auto 0;
}
.research_direction .section2 {
  background: #fff;
  padding: 6vw 0 0;
}
.research_direction .section2 .tab_tit {
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
  padding: 0 4vw;
}
.research_direction .section2 .tab_tit span {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 68px;
  color: #808080;
  border: 2px solid transparent;
  border-bottom: none;
  background: #fff;
  cursor: pointer;
}
.research_direction .section2 .tab_tit span.active {
  border-color: #e6e6e6;
  margin-bottom: -2px;
  padding-bottom: 2px;
}
.research_direction .section2 .child .tit {
  display: none;
}
.research_direction .section2 .child[data_index="0"] {
  padding: 3.5vw 0;
}
.research_direction .section2 .child[data_index="0"] img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.research_direction .section2 .child[data_index="1"] {
  max-width: 1150px;
  margin: 0 auto;
  padding: 5vw 0;
  overflow: hidden;
  display: none;
}
.research_direction .section2 .child[data_index="1"] img {
  width: 36.2%;
  float: left;
  margin-top: 30px;
}
.research_direction .section2 .child[data_index="1"] .right {
  margin-left: 55%;
  width: 45%;
}
.research_direction .section2 .child[data_index="1"] .right h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.research_direction .section2 .child[data_index="1"] .right .p_block {
  margin-bottom: 20px;
}
.research_direction .section2 .child[data_index="1"] .right p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding-left: 40px;
}
.research_direction .section2 .child[data_index="1"] .right p:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 14px 10px 0 0;
}

.research_result {
  background: #fff;
}
.research_result .section1 {
  padding: 3vw 0 6vw;
}
.research_result .section1 .year {
  font-size: 0;
}
.research_result .section1 .year a {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  font-family: 'DIN-Medium';
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_result .section1 .year a:first-of-type {
  font-size: 16px;
}
.research_result .section1 .year a.active {
  color: #fff;
  background: #7a2788;
}
.research_result .section1 .year a:not(.active):hover {
  color: #7a2788;
}
.research_result .section1 .items {
  margin: 2.5vw -12px;
}

.research_support {
  background: #fff;
}
.research_support .section1 {
  padding: 4.5vw 0 6vw;
}
.research_support .section1 .items {
  font-size: 0;
  margin: 0 -12px;
  margin-bottom: 3vw;
}
.research_support .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 12px;
  background: #fff;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_support .section1 .item .img_block {
  overflow: hidden;
}
.research_support .section1 .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_support .section1 .item .txt_block {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 30px;
}
.research_support .section1 .item h3 {
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
.research_support .section1 .item p {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  height: 84px;
  overflow: hidden;
  margin: 15px 0;
}
.research_support .section1 .item span {
  display: inline-block;
  font-size: 14px;
  font-family: 'georgia';
  color: #7a2788;
  line-height: 20px;
}
.research_support .section1 .item span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7a2788;
  margin: -5px 0 0 5px;
}
.research_support .section1 .item:hover {
  box-shadow: 0 0 40px rgba(122, 39, 136, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.research_support .section1 .item:hover .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.researchs_detail {
  background: #fff;
}
.researchs_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}
.researchs_detail .info h3 {
  font-size: 42px;
  color: #000;
}
.researchs_detail .info .date {
  font-size: 18px;
  color: #808080;
  font-family: 'DIN';
  margin: 35px 0;
}
.researchs_detail .info .date:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/news/icon1.png");
  margin: -4px 10px 0 0;
}
.researchs_detail .info .desc {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  font-size: 16px;
  color: #808080;
  line-height: 2;
}
.researchs_detail .info .desc img {
  max-width: 100%;
}
.researchs_detail .info .desc a {
  color: #7a2788;
  text-decoration: underline;
}
.researchs_detail h4 {
  font-size: 20px;
  color: #333;
  margin-top: 3vw;
}
.researchs_detail h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.researchs_detail .contact_items {
  margin: 12px -12px 0;
}
.researchs_detail .contact_items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  background: #f7f7f7;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .contact_items .item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.researchs_detail .contact_items .item p {
  font-size: 14px;
  color: #808080;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.researchs_detail .contact_items .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.researchs_detail .comm_sec3 {
  margin-top: 12px;
}
.researchs_detail .comm_sec3 h3 {
  line-height: 23px !important;
  margin-bottom: 0;
}
.researchs_detail .con_items {
  margin: 12px -12px 0;
}
.researchs_detail .con_items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  background: #f7f7f7;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .con_items .item i {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .con_items .item h3 {
  font-size: 20px;
  color: #7a2788;
  margin: 5px 0 5px 90px;
}
.researchs_detail .con_items .item p {
  font-size: 14px;
  color: #333;
  margin-left: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.researchs_detail .con_items .item:nth-of-type(1) i {
  background-image: url("../images/research/icon3.png");
}
.researchs_detail .con_items .item:nth-of-type(2) i {
  background-image: url("../images/research/icon4.png");
}
.researchs_detail .con_items .item:nth-of-type(3) i {
  background-image: url("../images/research/icon5.png");
}
.researchs_detail .con_items .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.researchs_detail .con_items .item:hover i {
  background-color: #f7f7f7;
}

.ifr_pop iframe {
  width: 100%;
  height: 50vh;
  margin-top: 30px;
}

.researchs_detail2 {
  background: #fff;
  padding-right: 20px;
}
.researchs_detail2 .info {
  font-size: 0;
}
.researchs_detail2 .info img {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.researchs_detail2 .info .p_block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 3vw;
  padding-top: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.researchs_detail2 .info .p_block span {
  color: #808080;
}
.researchs_detail2 h4 {
  font-size: 20px;
  color: #333;
  margin-top: 3vw;
}
.researchs_detail2 h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.researchs_detail2 .p_box {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.researchs_detail2 .p_box p:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 16px 10px 0 0;
}

.meeting_form {
  background: #fff;
}
.meeting_form .form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4vw 0 6vw;
}
.meeting_form .form h3 {
  font-size: 42px;
  color: #000;
  font-family: 'calibri-regular';
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.meeting_form .form .tip {
  color: #f00;
  text-align: right;
  font-family: 'calibri-regular';
  margin-top: 2vw;
  font-size: 16px;
}
.meeting_form .form form {
  font-size: 0;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 4vw;
}
.meeting_form .form form .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  position: relative;
  padding: 0 10px 0 15px;
  z-index: 1;
}
.meeting_form .form form .box:nth-of-type(7), .meeting_form .form form .box:nth-of-type(10) {
  width: 100%;
}
.meeting_form .form form .box.select input {
  cursor: pointer;
}
.meeting_form .form form .box.select:after {
  content: '';
  width: 12px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 3;
}
.meeting_form .form form .box i {
  font-size: 16px;
  color: #f00;
  position: absolute;
  top: 10px;
  left: 0;
  font-style: normal;
}
.meeting_form .form form .box input[type="text"], .meeting_form .form form .box .file_name {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 14px;
  color: #a6a6a6;
  z-index: 2;
  position: relative;
}
.meeting_form .form form .box input[type="text"]::-webkit-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]::-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:-ms-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus::-webkit-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus::-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus:-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus:-ms-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus {
  border-color: #7a2788;
}
.meeting_form .form form .box ul {
  position: absolute;
  left: 15px;
  right: 10px;
  top: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  padding-top: 50px;
  display: none;
  z-index: 1;
}
.meeting_form .form form .box ul li {
  font-size: 14px;
  color: #333;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.meeting_form .form form .box ul li:hover {
  background: #7a2788;
  color: #fff;
}
.meeting_form .form form .box .file_name {
  line-height: 48px;
}
.meeting_form .form form .box .file_btn, .meeting_form .form form .box input[type="file"] {
  width: 120px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 13px;
}
.meeting_form .form form .box .file_btn {
  background: #7a2788;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.meeting_form .form form .box input[type="file"] {
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.meeting_form .form form .box .type {
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
  margin-top: 10px;
}
.meeting_form .form form .box.open {
  z-index: 2;
}
.meeting_form .form form .box.open:after {
  background-image: url("../images/meeting/icon2.png");
}
.meeting_form .form form .box.open ul {
  display: block;
}
.meeting_form .form form .btns {
  text-align: center;
  margin-top: 35px;
}
.meeting_form .form form .btns button {
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meeting_form .form form .btns button.reset {
  border-color: #333;
  color: #333;
  background: #fff;
}
.meeting_form .form form .btns button.reset:hover {
  background: #ffc600;
  color: #fff;
  border-color: #ffc600;
  box-shadow: 0 10px 30px rgba(255, 198, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.meeting_form .form form .btns button.submit {
  color: #fff;
  background: #7a2788;
}
.meeting_form .form form .btns button.submit:hover {
  box-shadow: 0 10px 30px rgba(123, 39, 137, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.fixed_sucpop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.fixed_sucpop .main {
  width: 640px;
  margin: 0 auto;
  padding: 4vw 0;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 25vh;
  background: #fff;
  font-size: 0;
}
.fixed_sucpop .close {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 30px;
  background-image: url("../images/join/icon2.png");
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_sucpop .close:hover {
  background-image: url("../images/join/icon2_on.png");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fixed_sucpop h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 3vw;
}
.fixed_sucpop a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
}
.fixed_sucpop a:nth-of-type(1) {
  border-color: #333;
  color: #333;
  background: #fff;
}
.fixed_sucpop a:nth-of-type(2) {
  color: #fff;
  background: #7a2788;
}

.meeting_detail {
  background: #fff;
}
.meeting_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}
.meeting_detail .main .left {
  width: calc(100% - 22.5vw);
  padding-right: 3vw;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.meeting_detail .main .left .top_info {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.meeting_detail .main .left .top_info h3 {
  font-size: 42px;
  color: #000;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .top_info .info {
  margin-top: 3.5vw;
  position: relative;
  height: 48px;
}
.meeting_detail .main .left .top_info .info span {
  font-size: 16px;
  color: #7a2788;
  line-height: 48px;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .top_info .info span.address:before {
  content: '';
  width: 13px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.meeting_detail .main .left .top_info .info span.date {
  margin-left: 4.5vw;
}
.meeting_detail .main .left .top_info .info span.date:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.meeting_detail .main .left .top_info .info a {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: 'calibri-regular';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meeting_detail .main .left .top_info .info a:hover {
  background: #7a2788;
  border-color: #7a2788;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}
.meeting_detail .main .left .box {
  margin-top: 3vw;
}
.meeting_detail .main .left .box h4 {
  font-size: 20px;
  color: #333;
}
.meeting_detail .main .left .box h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
.meeting_detail .main .left .box .desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  font-family: 'calibri-regular';
  margin-top: 25px;
}
.meeting_detail .main .left .box .desc .small {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.meeting_detail .main .left .box .desc a {
  color: #7a2788;
  text-decoration: underline;
}
.meeting_detail .main .left .box .desc img {
  max-width: 100%;
}
.meeting_detail .main .left .box1 .desc2 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  font-family: 'calibri-regular';
  margin-top: 35px;
}
.meeting_detail .main .left .box2 {
  font-size: 0;
}
.meeting_detail .main .left .box2 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 24px;
  overflow: hidden;
  padding-right: 10px;
}
.meeting_detail .main .left .box2 .item .img_block {
  overflow: hidden;
}
.meeting_detail .main .left .box2 .item .img_block img {
  width: 100%;
  display: block;
}
.meeting_detail .main .left .box2 .item .txt_block {
  margin-top: 15px;
}
.meeting_detail .main .left .box2 .item .txt_block h3 {
  font-size: 20px;
  color: #333;
  font-family: 'calibri-regular';
  margin-bottom: 12px;
}
.meeting_detail .main .left .box2 .item .txt_block h3:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #ffc600;
  display: block;
  margin-top: 15px;
}
.meeting_detail .main .left .box2 .item .txt_block p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box3 .file {
  background: #f7f7f7;
  padding: 35px 30px;
  margin-top: 25px;
  font-size: 14px;
  color: #333;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box3 .file a {
  color: #7a2788;
  text-decoration: underline;
}
.meeting_detail .main .left .box3 .file:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.meeting_detail .main .left .box4 .imgs {
  margin-top: 25px;
  font-size: 0;
}
.meeting_detail .main .left .box4 .imgs img {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3%;
}
.meeting_detail .main .left .box4 .imgs img:nth-of-type(even) {
  margin-left: 3%;
}
.meeting_detail .main .left .box5 .info {
  background: #f7f7f7;
  padding: 28px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box5 .info i {
  width: 28px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/meeting/icon6.png");
  margin: -2px 2vw 0 0;
}
.meeting_detail .main .left .box5 .info p {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 28px - 2vw);
}
.meeting_detail .main .left .box7 .logos {
  font-size: 0;
}
.meeting_detail .main .left .box7 .logos .logo {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1%;
  margin-top: 10px;
  text-align: center;
}
.meeting_detail .main .left .box7 .logos .logo .img_block {
  height: 100px;
  background-color: #f7f7f7;
}
.meeting_detail .main .left .box7 .logos .logo .img_block img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.meeting_detail .main .left .box7 .logos .logo h3 {
  font-size: 14px;
  margin-top: 10px;
}
.meeting_detail .main .left .box7 .tel {
  background: #f7f7f7;
  padding: 35px 40px;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  font-family: 'calibri-regular';
  margin-top: 25px;
}
.meeting_detail .main .left .box7 .tel a {
  color: #7a2788;
  text-decoration: underline;
}
.meeting_detail .main .left .box8 p {
  font-size: 24px;
  color: #333;
  font-family: 'calibri-regular';
  text-align: center;
}
.meeting_detail .main .right {
  display: inline-block;
  vertical-align: top;
  width: 22.5vw;
  padding-left: 3vw;
}

.search_index {
  background: #fff;
}
.search_index .section2 {
  padding: 4.5vw 0 6vw;
  font-size: 0;
}
.search_index .section2 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  border: 1px solid #f2f2f2;
  padding: 30px 40px 50px;
}
.search_index .section2 .left .items {
  margin-bottom: 3vw;
}
.search_index .section2 .left .item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  line-height: 70px;
  padding-right: 90px;
}
.search_index .section2 .left .item a {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_index .section2 .left .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #808080;
}
.search_index .section2 .left .item:hover a {
  color: #7a2788;
}
.search_index .section2 .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 360px;
  border: 1px solid #f2f2f2;
  border-top: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_index .section2 .right h3 {
  line-height: 60px;
  background-color: #7a2788;
  font-size: 20px;
  color: #fff;
  text-indent: 40px;
}
.search_index .section2 .right h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon9.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.search_index .section2 .right a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  text-indent: 40px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_index .section2 .right a:hover {
  color: #7a2788;
}
.search_index .section2 .right.visi {
  opacity: 0;
}

@media screen and (max-width: 1700px) {
  .index_main .section2 .main .slick .item .top_block h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .index_main .section2 .main .slick .item .top_block h3 a {
    height: 120px;
  }

  .index_main .section2 .main .slick .item .bot_block h3 {
    font-size: 18px;
    line-height: 24px;
    height: 70px;
  }

  .index_main .section2 .main .slick .item .bot_block p {
    line-height: 20px;
    height: 60px;
  }

  .index_main .section2 .main .slick .item .bot_block {
    height: 70px;
  }

  .index_main .section2 .main .slick .item:hover .bot_block {
    height: 80px;
  }

  .index_main .section4 .items .item .main .desc {
    width: 330px;
    line-height: 24px;
    height: 96px;
  }

  .index_main .section7 .items .item {
    padding: 30px 25px 40px;
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 26px;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 50px;
  }

  .index_main .section7 .items .item .box p {
    font-size: 17px;
  }

  .comm_banner .txt_block h3 {
    font-size: 44px;
  }

  .about_index .section4 .item h3 {
    font-size: 18px;
  }

  .about_index .section4 .item a:after {
    margin-top: 20px;
  }

  .about_regulation .section2 .left a {
    padding-left: 2.5vw;
  }

  .comm_sec2 .item h3 {
    font-size: 26px;
    margin-left: 115px;
  }

  .comm_sec2 .item p {
    font-size: 16px;
    margin-left: 115px;
  }

  .meeting_detail .main .left .top_info h3,
  .meeting_form .form h3,
  .news_detail .main .left h3,
  .researchs_detail .info h3 {
    font-size: 38px;
  }

  .meeting_detail .main .left .box2 .item .txt_block h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .meeting_detail .main .left .box2 .item .txt_block h3:after {
    margin-top: 10px;
  }

  .meeting_detail .main .left .box2 .item .txt_block p {
    font-size: 12px;
    line-height: 20px;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 20px;
  }

  .researchs_detail .contact_items .item {
    padding: 30px;
  }

  .researchs_detail .contact_items .item h3 {
    font-size: 16px;
  }

  .researchs_detail .contact_items .item p {
    font-size: 12px;
  }

  .comm_subnav {
    padding: 15px 0;
  }

  .comm_subnav a {
    padding: 0 15px;
    min-width: 60px;
    margin: 2px 10px;
  }
}
@media screen and (max-width: 1500px) {
  .comm_tit h3 {
    font-size: 32px;
  }

  .index_main .section1 .slick .item .txt h3 {
    font-size: 38px;
  }

  .index_main .section1 .slick .item .txt h4 {
    font-size: 16px;
  }

  .index_main .section2 .main .slick .item {
    margin: 10px 5px;
    padding: 18px;
  }

  .index_main .section2 .main .slick-dots {
    margin-left: 5px;
    margin-right: 5px;
  }

  .index_main .section2 .main .slick .item:hover .top_block {
    margin-bottom: 30px;
  }

  .index_main .section3 .main {
    height: 60px;
    padding-left: 140px;
  }

  .index_main .section3 .main .label {
    font-size: 24px;
    line-height: 60px;
    width: 140px;
  }

  .index_main .section3 .main .link {
    padding: 15px 30px;
  }

  .index_main .section3 .main {
    font-size: 16px;
  }

  .index_main .section4 .items .item .main .desc {
    width: 280px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 30px;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 50px;
  }

  .index_main .section4 .items .item .main .p_block p {
    font-size: 14px;
  }

  .index_main .section5 .txt_block h3 {
    font-size: 18px;
  }

  .index_main .section5 .txt_block p {
    font-size: 18px;
  }

  .index_main .section6 .main .txt_slick {
    padding-top: 3vw;
  }

  .index_main .section6 .main .txt_slick .item h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .index_main .section6 .main .txt_slick .item p {
    font-size: 14px;
  }

  .index_main .section7 .items .item {
    padding: 20px;
  }

  .index_main .section7 .items .item .box p {
    font-size: 14px;
    line-height: 24px;
  }

  .index_main .section7 .items .item .box a {
    width: 100px;
    line-height: 34px;
  }

  .comm_banner .txt_block h3 {
    font-size: 38px;
  }

  .about_index .section2 .desc h3 {
    font-size: 26px;
  }

  .about_index .section2 .desc p {
    font-size: 15px;
  }

  .comm_sec1 .item .icon {
    height: 130px;
    width: 180px;
  }

  .comm_sec1 .item .icon .number span {
    font-size: 70px;
  }

  .comm_sec1 .item p {
    font-size: 16px;
  }

  .about_index .section3 .desc {
    font-size: 18px;
  }

  .about_overview .section2 .txt_block p {
    font-size: 16px;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .about_regulation .section2 .left a {
    font-size: 15px;
    line-height: 40px;
  }

  .about_regulation .section2 .right h3 {
    font-size: 30px;
  }

  .about_regulation .section2 .right p {
    font-size: 16px;
  }

  .comm_sec2 .item .top_main {
    padding-bottom: 20px;
  }

  .comm_sec2 .item h3 {
    font-size: 22px;
  }

  .comm_sec2 .item p {
    font-size: 14px;
  }

  .comm_sec2 .item .desc {
    font-size: 12px;
    line-height: 24px;
    margin-top: 18px;
    height: 48px;
  }

  .news_index .items .item .txt_block .date {
    font-size: 16px;
  }

  .news_index .items .item .txt_block h3 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    margin: 15px 0;
  }

  .meeting_detail .main .left,
  .news_detail .main .left {
    width: calc(100% - 24vw);
    padding-right: 2vw;
  }

  .meeting_detail .main .right,
  .news_detail .main .right {
    width: 24vw;
    padding-left: 2vw;
  }

  .comm_sec4 h3 {
    font-size: 20px;
  }

  .comm_sec4 a.link {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .comm_sec4 a.more {
    line-height: 48px;
  }

  .meeting_detail .main .left .top_info .info a {
    width: 170px;
  }

  .comm_crumbs {
    padding: 20px 0;
  }

  .comm_crumbs a.link,
  .comm_crumbs span {
    font-size: 14px;
  }

  .news_detail .main .left .content {
    font-size: 15px;
  }

  .recruit_main .section2 .lists .list_tit span {
    font-size: 20px;
  }

  .recruit_main .section2 .lists .list span {
    line-height: 54px;
  }

  .recruit_main .section3 .item span {
    font-size: 60px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 28px;
  }

  .research_direction .section1 h3 {
    font-size: 28px;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 18px;
    line-height: 54px;
  }

  .research_direction .section2 .child[data_index="1"] .right h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .research_direction .section2 .child[data_index="1"] .right p {
    font-size: 15px;
  }

  .research_result .section1 .year a {
    width: 100px;
    font-size: 18px;
  }

  .comm_sec3 .item .date {
    font-size: 15px;
    padding: 12px 10px;
  }

  .comm_sec3 .item h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .comm_sec3 .item h3 .span2 {
    top: 13px;
  }

  .comm_sec3 .item span.more {
    font-size: 15px;
  }

  .research_support .section1 .item h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .research_support .section1 .item p {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
  }

  .researchs_detail .info .desc {
    font-size: 15px;
  }

  .researchs_detail .con_items .item {
    padding: 25px 20px;
  }

  .researchs_detail .con_items .item h3,
  .researchs_detail .con_items .item p {
    margin-left: 80px;
  }

  .researchs_detail .con_items .item h3 {
    font-size: 16px;
  }

  .researchs_detail .con_items .item p {
    font-size: 12px;
  }

  .comm_pop h3 {
    font-size: 26px;
  }

  .comm_pop .main {
    width: 82vw;
  }

  .research_team .info h3 {
    font-size: 22px;
  }

  .research_team .info p {
    font-size: 15px;
  }

  .researcht_detail .right .box h3 {
    font-size: 22px;
  }

  .researcht_detail .right .box.lvli p span {
    width: 100px;
  }

  .researcht_detail .left .box h3 {
    font-size: 20px;
  }

  .search_index .section2 .left {
    width: calc(100% - 340px);
  }

  .search_index .section2 .left .item {
    line-height: 60px;
  }

  .search_index .section2 .left .item a {
    font-size: 15px;
  }

  .search_index .section2 .right {
    width: 300px;
  }

  .search_index .section2 .right h3 {
    line-height: 50px;
    font-size: 18px;
  }

  .search_index .section2 .right a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .index_main .section2 .main .slick .item .top_block h3 {
    font-size: 16px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 24px;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 40px;
  }

  .index_main .section4 .items .item .main .desc {
    width: 230px;
    line-height: 20px;
    height: 80px;
  }

  .index_main .section4 .items .item .main h4 {
    height: 30px;
  }

  .index_main .section6 .main .txt_slick .item h3:after {
    margin: 15px auto;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 40px;
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 22px;
  }

  .index_main .section7 .items .item .box p {
    font-size: 14px;
    margin-top: 3vw;
  }

  .index_main .section7 .items .item .box h4 {
    height: 30px;
  }

  .about_index .section4 .item a {
    padding: 20px;
  }

  .about_index .section4 .item a:after {
    margin-top: 15px;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 16px;
  }

  .about_overview .section2 .txt_block p {
    font-size: 14px;
  }

  .about_regulation .section2 .left a {
    font-size: 14px;
    padding-left: 1.8vw;
  }

  .about_regulation .section2 .right h3 {
    font-size: 24px;
  }

  .about_regulation .section2 .right p {
    font-size: 14px;
  }

  .comm_sec2 .item {
    padding: 20px;
  }

  .comm_sec2 .item .head_img {
    width: 80px;
    height: 80px;
  }

  .comm_sec2 .item h3 {
    font-size: 18px;
    margin-left: 95px;
  }

  .comm_sec2 .item p {
    font-size: 13px;
    margin-left: 95px;
  }

  .news_index .items .item .img_block {
    width: 430px;
  }

  .news_index .items .item .txt_block {
    margin-left: 460px;
    padding-top: 20px;
  }

  .comm_sec4 a.link {
    font-size: 14px;
    line-height: 22px;
  }

  .meeting_detail .main .left .top_info h3,
  .meeting_form .form h3,
  .news_detail .main .left h3,
  .researchs_detail .info h3 {
    font-size: 30px;
  }

  .recruit_main .section2 .lists .list span {
    font-size: 14px;
    line-height: 50px;
  }

  .recruit_main .section3 .item span {
    font-size: 50px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 24px;
  }

  .recruit_main .section3 .item p {
    font-size: 14px;
  }

  .comm_sec3 .item h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .researchs_detail .contact_items .item {
    padding: 20px;
  }

  .comm_pop .main {
    width: 88vw;
  }
}
@media screen and (max-width: 1200px) {
  .about_regulation .section2 .left a {
    font-size: 13px;
    padding-left: 1.5vw;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .comm_banner .txt_block h3 {
    font-size: 22px;
    text-align: center;
  }

  .comm_banner .txt_block h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }

  .comm_tit h3 {
    font-size: 18px;
  }

  .comm_tit h4 {
    margin-bottom: 5px;
  }

  .about_index .section2 .desc {
    margin-top: 15px;
  }

  .about_index .section2 .desc h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .about_index .section2 .desc p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .comm_sec1 .item .icon {
    width: 100%;
    height: 50px;
  }

  .comm_sec1 .item .icon .number span {
    font-size: 30px;
  }

  .comm_sec1 .item .icon .number {
    font-size: 12px;
    bottom: 0;
  }

  .comm_sec1 .item p {
    font-size: 12px;
  }

  .comm_more {
    width: 120px;
    line-height: 36px;
  }

  .about_index .section2 a.comm_more {
    margin-top: 15px;
  }

  .about_index .section3 {
    background-attachment: unset;
  }

  .about_index .section3 .desc {
    font-size: 15px;
    line-height: 26px;
  }

  .comm_img img {
    width: 120%;
    margin-left: -10%;
  }

  .comm_img .boxes {
    left: 20px;
    right: 20px;
  }

  .comm_img .boxes .box {
    padding: 0;
    margin: 5px 0;
  }

  .comm_img .boxes .box h3 {
    font-size: 13px;
  }

  .comm_img .boxes .box h3 span {
    font-size: 20px;
  }

  .comm_img .boxes .box:after {
    display: none;
  }

  .about_index .section4 .item {
    width: 50%;
  }

  .about_index .section4 .item a {
    padding: 15px 10px;
  }

  .about_index .section4 .item h3 {
    font-size: 12px;
  }

  .about_index .section4 .item a:after {
    margin-top: 8px;
  }

  .comm_subnav a {
    font-size: 14px;
    margin: 2px;
    line-height: 30px;
    padding: 0 10px;
  }

  .about_overview .section2 .txt_block p {
    line-height: 24px;
  }

  .about_overview .section2 .comm_sec1 {
    padding: 20px 0;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 15px;
    line-height: 24px;
  }

  .about_regulation .section2 {
    padding: 20px 0;
  }

  .about_regulation .section2 .left {
    display: none;
  }

  .about_regulation .section2 .right {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .about_regulation .section2 .right h3 {
    font-size: 20px;
  }

  .about_regulation .section2 .right p {
    line-height: 24px;
  }

  .about_regulation .section2 .right .box {
    padding: 20px 0;
  }

  .contact_main .comm_sec2 {
    margin: 20px 0;
  }

  .comm_sec2 .item {
    width: 100%;
    margin: 5px 0;
  }

  .comm_sec2 .item .top_main {
    padding-bottom: 10px;
  }

  .comm_sec2 .item .desc {
    margin-top: 10px;
  }

  .news_index .items {
    padding: 20px 0;
  }

  .news_index .items .item {
    margin-bottom: 20px;
  }

  .news_index .items .item .img_block {
    width: 100%;
    float: none;
  }

  .news_index .items .item .txt_block {
    margin: 10px 0 0;
    padding: 0;
  }

  .news_index .items .item .txt_block h3 {
    font-size: 18px;
    height: auto;
    margin: 6px 0;
  }

  .news_index .items .item .txt_block span {
    display: none;
  }

  .comm_crumbs a.back {
    display: none;
  }

  .comm_crumbs {
    padding: 10px 20px;
  }

  .comm_crumbs .wrapper {
    padding: 0;
  }

  .comm_crumbs a.link,
  .comm_crumbs span {
    font-size: 12px;
  }

  .meeting_detail .main {
    padding: 20px 0;
  }

  .comm_share {
    display: none;
  }

  .meeting_detail .main .left, .news_detail .main .left {
    width: 100%;
    padding: 0;
    border: none;
  }

  .meeting_detail .main .right, .news_detail .main .right {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
  }

  .comm_sec4 a.link {
    margin-bottom: 10px;
  }

  .comm_sec4 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .comm_sec4 a.more {
    line-height: 40px;
    font-size: 14px;
  }

  .meeting_detail .main .left .top_info h3, .meeting_form .form h3, .news_detail .main .left h3, .researchs_detail .info h3 {
    font-size: 18px;
  }

  .meeting_detail .main .left .top_info .info span {
    display: block;
    line-height: 28px;
  }

  .meeting_detail .main .left .top_info .info span.date {
    margin-left: 0;
  }

  .meeting_detail .main .left .top_info {
    padding-bottom: 15px;
  }

  .meeting_detail .main .left .top_info .info {
    margin-top: 10px;
    height: auto;
  }

  .meeting_detail .main .left .top_info .info a {
    width: 120px;
    position: static;
    display: block;
    line-height: 36px;
    margin-top: 5px;
  }

  .meeting_detail .main .left .box {
    margin-top: 20px;
  }

  .meeting_detail .main .left .box h4 {
    font-size: 18px;
  }

  .meeting_detail .main .left .box .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .meeting_detail .main .left .box1 .desc2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .meeting_detail .main .left .box2 .item {
    width: 100%;
  }

  .meeting_detail .main .left .box2 .item {
    margin-top: 10px;
  }

  .meeting_detail .main .left .box3 .file {
    padding: 15px 20px;
  }

  .meeting_detail .main .left .box .desc span {
    /*margin-left: 20px;*/
  }
  .meeting_detail .main .left .box .desc a{
    display: block;
  }
  .meeting_detail .main .left .box5 .info {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }

  .meeting_detail .main .left .box5 .info p {
    width: 80%;
  }

  .meeting_detail .main .left .box7 .tel {
    padding: 15px 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .meeting_detail .main .left .box7 .logos .logo {
    width: 32.33%;
  }

  .meeting_detail .main .left .box7 .logos .logo .img_block {
    height: 60px;
  }

  .meeting_form .form h3 {
    padding-bottom: 15px;
  }

  .meeting_form .form {
    padding: 20px 0;
  }

  .meeting_form .form form {
    width: 100%;
    margin-top: 10px;
  }

  .meeting_form .form form .box input[type="text"], .meeting_form .form form .box .file_name {
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .meeting_form .form form .box {
    margin: 5px 0;
  }

  .meeting_form .form form .box .file_name {
    line-height: 38px;
  }

  .meeting_form .form form .box .file_btn, .meeting_form .form form .box input[type="file"] {
    right: 20px;
    width: 100px;
    top: 8px;
  }

  .meeting_form .form form .box .file_btn {
    font-size: 12px;
  }

  .meeting_form .form form .box .type {
    font-size: 12px;
  }

  .meeting_form .form form .btns button {
    width: 120px;
    font-size: 12px;
    margin: 0 5px;
    line-height: 36px;
  }

  .meeting_form .form form .box ul {
    padding-top: 40px;
  }

  .meeting_form .form form .box ul li {
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .news_detail .main .left .info {
    margin-top: 10px;
  }

  .news_detail .main .left .info span {
    display: block;
    line-height: 28px;
  }

  .news_detail .main .left .info span.date1 {
    margin-left: 0;
  }

  .news_detail .main .left .date {
    margin: 15px 0;
    font-size: 14px;
  }

  .news_detail .main .left .content {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .news_detail .main .left .other {
    padding: 10px 15px;
  }

  .news_detail .main .left .other a {
    font-size: 12px;
    line-height: 24px;
  }

  .video_pop video {
    max-width: 90%;
  }

  .research_team .info h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .research_team .info p {
    font-size: 14px;
    line-height: 24px;
  }

  .research_support .section1 {
    padding: 15px 0;
  }

  .research_support .section1 .item {
    width: 100%;
    margin: 5px 0;
    padding-bottom: 15px;
  }

  .research_support .section1 .items {
    margin: 0 0 15px;
  }

  .research_support .section1 .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .research_support .section1 .item p {
    font-size: 14px;
    margin: 10px 0;
  }

  .research_support .section1 .item:hover .txt_block {
    padding: 0;
  }

  .research_support .section1 .item .txt_block {
    padding: 0;
  }

  .research_direction .section1 h3 {
    font-size: 18px;
  }

  .research_direction .section2 .tab_tit {
    display: none;
  }

  .research_direction .section2 .child .tit {
    display: block;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
  }

  .research_direction .section2 {
    padding: 20px 0;
  }

  .research_direction .section2 .child[data_index="0"] {
    padding: 0;
  }

  .research_direction .section2 .child[data_index="1"] {
    display: block;
    padding: 0;
    margin-top: 15px;
  }

  .research_direction .section2 .child[data_index="1"] img {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .research_direction .section2 .child[data_index="1"] .right {
    width: 100%;
    margin: 15px 0 0;
  }

  .research_direction .section2 .child[data_index="1"] .right h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .research_direction .section2 .child[data_index="1"] .right .p_block {
    margin-bottom: 10px;
  }

  .research_direction .section2 .child[data_index="1"] .right p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }

  .research_result .section1 .year a {
    width: 32%;
    margin: 2px 0;
    font-size: 14px;
    line-height: 32px;
  }

  .research_result .section1 .year a:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .research_result .section1 {
    padding: 20px 0;
  }

  .research_result .section1 .items {
    margin: 0;
  }

  .comm_sec3 .item {
    width: 100%;
    margin: 5px 0;
  }

  .comm_sec3 .item .txt_block {
    padding: 15px 0;
  }

  .comm_sec3 .item h3 .span1 {
    opacity: 1;
  }

  .comm_sec3 .item h3 .span2 {
    position: static;
    font-size: 14px;
    margin-top: 10px;
  }

  .comm_sec3 .item span.more {
    opacity: 1;
  }

  .researcht_detail .main {
    padding: 20px 0;
  }

  .researcht_detail .left {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .researcht_detail .left img {
    width: 40%;
    float: left;
  }

  .researcht_detail .left .box {
    margin: 0 0 0 42%;
    border: none;
    word-break: break-all;
  }

  .researcht_detail .left .box h3 {
    display: none;
  }

  .researcht_detail .left .box .p_block {
    padding: 5px 0 0 10px;
    line-height: 24px;
  }

  .researcht_detail .right {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    min-height: auto;
  }

  .researcht_detail .right .box {
    margin-bottom: 20px;
  }

  .researcht_detail .right .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .researcht_detail .right .box h3:before {
    height: 20px;
    margin: -3px 10px 0 0;
  }

  .researcht_detail .right .box p {
    line-height: 24px;
  }

  .researcht_detail .right .box:nth-of-type(2) p {
    position: relative;
    padding-left: 80px;
  }

  .researcht_detail .right .box.lvli p span {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .researcht_detail .right .box h4 {
    font-size: 16px;
    margin: 15px 0 10px;
  }

  .researchs_detail .info .date {
    font-size: 16px;
    margin: 10px 0;
  }

  .researchs_detail .info .desc {
    padding-top: 10px;
  }

  .researchs_detail h4 {
    margin-top: 20px;
    font-size: 18px;
  }

  .researchs_detail .contact_items {
    margin: 10px 0 0;
  }

  .researchs_detail .contact_items .item {
    width: 100%;
    margin: 5px 0;
    padding: 15px;
  }

  .comm_sec3 {
    margin: 0;
  }

  .researchs_detail .comm_sec3 {
    margin-top: 10px;
  }

  .researchs_detail .con_items {
    margin: 10px 0 0;
  }

  .researchs_detail .con_items .item {
    width: 100%;
    margin: 5px 0;
    padding: 15px;
  }

  .comm_pop {
    z-index: 20;
  }

  .comm_pop .bg {
    background: rgba(0, 0, 0, 0.7);
  }

  .comm_pop .main {
    width: 90vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .comm_pop .cell {
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .comm_pop h3 {
    font-size: 18px;
  }

  .comm_pop .close {
    position: fixed;
    top: 15px;
    right: 15px;
  }

  .ifr_pop iframe {
    height: 60vh;
  }

  .recruit_main .section3 {
    padding: 20px 0;
  }

  .recruit_main .section3 .item span {
    font-size: 34px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .recruit_main .section3 .item p {
    line-height: 24px;
  }

  .recruit_main .section3 .item a {
    margin-top: 10px;
    line-height: 36px;
    font-size: 14px;
    width: 100px;
  }

  .recruit_main .section3 .item {
    margin-top: 15px;
  }

  .recruit_main .section2 {
    padding-top: 20px;
  }

  .recruit_main .section2 .form .box {
    width: 49%;
    margin: 2% 0 0 2%;
  }

  .recruit_main .section2 .form .box input {
    height: 40px;
    font-size: 14px;
  }

  .recruit_main .section2 .form .box:nth-of-type(3) {
    width: calc(98% - 80px);
    margin-left: 0;
  }

  .recruit_main .section2 .form .box:nth-of-type(4) {
    width: 80px;
  }

  .recruit_main .section2 .form .box button.sear2 {
    height: 40px;
    font-size: 14px;
  }

  .recruit_main .section2 .form .box ul {
    padding-top: 40px;
  }

  .recruit_main .section2 .form .box ul li {
    line-height: 40px;
  }

  .recruit_main .section2 .lists .list_tit span {
    font-size: 14px;
  }

  .recruit_main .section2 .lists .list a {
    display: none;
  }

  .recruit_main .section2 .lists .list span {
    font-size: 12px;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(1),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(1) {
    width: 60%;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(2),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(2) {
    width: 20%;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(3),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(3) {
    width: 20%;
  }

  .recruit_main .section2 .lists .list_tit {
    padding-bottom: 10px;
  }

  .recruit_main .section2 .lists {
    margin: 20px 0;
  }

  .recruit_main .section2 .lists .list span {
    line-height: 40px;
  }

  .rec_pop .desc {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }

  .rec_pop .box h4 {
    margin-bottom: 15px;
  }

  .rec_pop .box p,
  .rec_pop .box {
    font-size: 14px;
    line-height: 24px;
  }

  .rec_pop .boxes {
    max-height: 55vh;
  }

  .rec_pop a {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
  }

  .researchs_detail2 .info .p_block {
    font-size: 14px;
    line-height: 27px;
    padding-top: 0;
  }

  .researchs_detail2 h4 {
    font-size: 18px;
  }

  .researchs_detail2 .p_box {
    font-size: 14px;
    line-height: 28px;
  }

  .index_main .section1 .slick .item .txt h3 {
    font-size: 22px;
  }

  .index_main .section1 .slick .item .txt h4 {
    font-size: 12px;
  }

  .index_main .section1 .slick .item .txt a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }

  .index_main .section1 .slick {
    padding: 0;
  }

  .index_main .section1 .btns {
    display: none;
  }

  .index_main .section1 .slick .item .txt {
    left: 20px;
    right: 20px;
  }

  .index_main .section2 .main .btn {
    width: 30px;
    height: 30px;
  }

  .index_main .section2 .main .slick .item .top_block .img_block {
    display: none;
  }

  .index_main .section2 .main .slick .item .bot_block h3 {
    display: none;
  }

  .index_main .section2 .main .slick .item {
    margin: 0;
  }

  .index_main .section2 .main .slick-dots li {
    width: 12.5%;
  }

  .index_main .section2 .main {
    margin-top: 15px;
  }

  .index_main .section2 {
    padding: 20px 0;
  }

  .index_main .section2 .main .slick-dots {
    margin: 15px 0 0;
  }

  .index_main .section4 {
    padding: 20px 0;
    background: #fff;
  }

  .comm_img {
    margin-top: 15px;
  }

  .index_main .section4 .items .item,
  .index_main .section4 .items .item.active {
    width: 100%;
  }

  .index_main .section2 .main .slick .item:hover .top_block {
    margin-bottom: 20px;
  }

  .index_main .section2 .main .slick .item:hover .bot_block {
    height: 70px;
  }

  .index_main .section2 .main .slick .item .top_block h3 {
    line-height: 26px;
  }

  .index_main .section2 .main .slick .item .top_block h3 a {
    height: 104px;
  }

  .index_main .section4:after {
    display: none;
  }

  .index_main .section4 .items .item .bg {
    display: none;
  }

  .index_main .section4 .items .item .main .p_block,
  .index_main .section4 .items .item .main .desc,
  .index_main .section4 .items .item .main a.more {
    opacity: 1;
  }

  .index_main .section4 .items .item {
    padding: 20px;
    border: none !important;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 30px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 18px;
  }

  .index_main .section4 .items .item .main h4 {
    height: auto;
  }

  .index_main .section4 .items .item .main .desc {
    width: 100%;
    height: auto;
  }

  .index_main .section4 .items .item .main .p_block {
    height: auto;
  }

  .index_main .section5 .img_block {
    margin: 15px auto;
  }

  .index_main .section5 .txt_block:before,
  .index_main .section5 .txt_block:after {
    display: none;
  }

  .index_main .section5 .txt_block h3 {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }

  .index_main .section5 .qian {
    margin-top: 15px;
  }

  .index_main .section5 .qian img {
    height: 30px;
  }
  .index_main .section5 .slick-dots{
    margin-top: 15px;
  }

  .index_main .section6 .main {
    margin-top: 15px;
    padding: 0;
  }

  .index_main .section6 .wrapper {
    padding: 20px;
  }

  .index_main .section6 .main .txt_slick {
    position: static;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .index_main .section6 .main .video_slick .item a {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin: -30px 0 0 -30px;
  }

  .index_main .section6 .main .txt_slick .item h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .index_main .section6 .main .txt_slick .item h3:after {
    margin: 10px auto;
  }

  .index_main .section6 .main .txt_slick .item p {
    line-height: 24px;
  }

  .index_main .section7:before {
    display: none;
  }

  .index_main .section7 .comm_tit h3, .index_main .section7 .comm_tit h4 {
    color: #333;
  }

  .index_main .section7 {
    padding: 20px 0;
  }

  .index_main .section5 {
    padding-bottom: 20px;
  }

  .index_main .section7 .items .item {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #d9d9d9;
    text-align: center;
  }

  .index_main .section7 .items .item .box h4 {
    height: auto;
  }

  .index_main .section7 .items .item .box p {
    margin: 8px 0;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 30px;
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .index_main .section7 .items .item .box a {
    margin: 0 auto;
  }

  .index_main .section3 {
    background: #fff;
    padding: 20px 0;
  }

  .index_main .section3 .comm_tit {
    display: block;
  }

  .index_main .section3 .main .label {
    display: none;
  }

  .index_main .section3 .main a.more {
    display: none;
  }

  .index_main .section3 .main {
    padding: 0;
    box-shadow: none;
    height: auto;
  }

  .index_main .section3 .main .link {
    padding: 0;
    border: none;
    margin-top: 15px;
  }

  .index_main .section3 .main .link ul li:before {
    display: none;
  }

  .index_main .section3 .main .link ul li {
    padding: 0;
    margin: 5px 0;
    display: block;
  }

  .index_main .section3 .main .link ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .index_main .section3 .main .link ul li span {
    font-size: 14px;
    position: static;
    display: block;
    text-align: right;
    line-height: 20px;
  }

  .search_index .section2 {
    padding: 20px 0;
  }

  .search_index .section2 .left {
    width: 100%;
    padding: 15px;
  }

  .search_index .section2 .left .item {
    line-height: 40px;
  }

  .search_index .section2 .right {
    margin: 15px 0 0;
    width: 100%;
  }

  .search_index .section2 .right a {
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .researchs_detail2 .info img {
    width: 100%;
  }

  .researchs_detail2 .info .p_block {
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
    padding: 0;
  }

  .researchs_detail2 h4 {
    margin-top: 15px;
    font-size: 16px;
  }

  .researchs_detail2 .p_box {
    line-height: 24px;
  }
}



.infotitle{text-align: center;}
.infotitle h6{font-size: 34px;color: #81b2f4;font-weight: normal;}
.infotitle span{font-size: 22px;color: #ffc600;display: block;margin-top: 12px;}
.wrapper .wtitle{font-size: 16px;color: #29166f;font-family: "微软雅黑";font-weight: bold;}
.wrapper .wbor{width: 100%;height: 1px;background: #e7e7e7;margin: 26px 0 23px 0;}
.wrapper .wlist{float: left;margin-top: 15px;}
.wrapper .wlist h6{float: left;font-size: 14px;font-weight: normal;color: #5a5a5a;}
.wrapper .wlist ul.fristul{float: left;margin-left: 19px;}
.wrapper .wlist ul.fristul li{background: #a1a1a1;color: #fff;padding: 0 5px 0 15px;min-width: 120px;margin-bottom: 1px;line-height: 26px;}
.wrapper .wlist ul.ful li{min-width: 85px;}
.wrapper .wlist ul.twoul{float: left;margin-left: 10px;}
.wrapper .wlist ul.twoul li{background: #d4d3d3;color: #fff;padding: 0 5px 0 15px;min-width: 120px;margin-bottom: 1px;line-height: 26px;}
.wrapper .wlist ul.fristul li a,.wrapper .wlist ul.twoul li a{color: #FFFFFF;}
.flistdiv{float: left;border-right: 1px solid #8c8c8c;padding:0 40px;}
.flistdiv p{font-size: 16px;color: #29166f;font-weight: bold;}
.flistdiv span{font-size: 14px;color: #5a5a5a;margin:15px 16px 0 0;display: inline-block}
