@charset "utf-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#009842","sub1color":"#000000"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 83.33%;
  margin: 0 auto;
}
@font-face {
  font-family: 'JSyun';
  src: url('../font/JSyun.ttf') format('truetype');
}
/*COMMON_BLK_END*/
/**/
.yinz {
  background-image: url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 46rem;
  width: 100%;
  height: 46rem;
  overflow: hidden;
}
.yinz_l {
  width: 37.5%;
  padding-top: 7rem;
}
.yinz_l h5 {
  font-size: 2.9rem;
  color: #282828;
  line-height: 3.5rem;
  height: 10rem;
  overflow: hidden;
}
.yinz_l h5 a {
  color: #282828;
  display: block;
}
.yinz_l h5 i {
  display: block;
  font-size: 2.9rem;
  color: #009842;
  text-transform: uppercase;
}
.yinz_l h5 em {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2rem;
  padding-top: 1rem;
}
.yinz_l p {
  font-size: 0.9rem;
  color: rgba(40, 40, 40, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.6rem;
  height: 8rem;
  padding-top: 3rem;
}
.yinz_l span {
  display: block;
  width: 33.33%;
  height: 2.6rem;
  padding-top: 4rem;
}
.yinz_l span a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.6rem;
  background: #009842;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 0.5rem;
}
.yinz_l span em {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  padding-left: 1.5rem;
}
.yinz_l span em img {
  width: 1.5rem;
  height: 1.5rem;
}
.yinz_l span:hover {
  animation: shake 0.8s linear;
  -webkit-animation: shake 0.8s linear;
}
.digital {
  width: 17.5%;
  padding: 7rem 0 0 12%;
}
.digital li {
  width: 100%;
  height: 9rem;
  font-size: 1rem;
  color: #282828;
  line-height: 2.8rem;
}
.digital li b {
  font-family: 'JSyun';
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.digital li i {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.digital li span {
  display: block;
  width: 100%;
  height: 1.6rem;
  line-height: 2rem;
  font-size: 0.8rem;
  clear: both;
  overflow: hidden;
  padding-top: 0.25rem;
}
.digital li em {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 0;
  display: block;
  float: left;
  padding-right: 0.5rem;
}
.digital li em img {
  width: 1.6rem;
  height: 1.6rem;
}
.digital li:nth-child(2n+1) b {
  padding-right: 0.2rem;
}
.digital li:hover em img {
  animation: flipInY 1s;
}
.yinz_r {
  width: 42.5%;
  height: 46rem;
  margin-right: -10%;
  position: relative;
}
.yinz_r em {
  display: block;
  background-image: url('../images/yinz_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 7rem 7rem;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: calc(50% - 3.5rem);
  left: calc(50% - 3.5rem);
  cursor: pointer;
  z-index: 2;
}
.yinz_r img,
.cpys_m dl dt img,
.cpys_m dl dd img,
.sup_m dl dt img,
.four_l p img,
.honor_pic img {
  display: block;
  width: 100%;
  height: 100%;
}
/*产品优势*/
.cpys {
  padding: 4.5rem 0 0;
  height: 50.7rem;
  overflow: hidden;
  background-image: url('../images/cpys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 55.2rem;
}
.cpys_tit {
  height: 6rem;
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
  line-height: 2.5rem;
  overflow: hidden;
}
.cpys_tit span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #2f2f2f;
  padding-top: 1.2rem;
}
.cpys_tit i {
  color: #009842;
}
.cpys_nav {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  margin-top: 3rem;
}
.cpys_nav ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cpys_nav ul li {
  height: 5rem;
  position: relative;
  font-size: 1.1rem;
  color: #282828;
  text-align: center;
  line-height: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.cpys_nav ul li:before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #d4d4d4;
  position: absolute;
  top: 0.2rem;
  left: -3.5rem;
}
.cpys_nav ul li em {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 0;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}
.cpys_nav ul li em img {
  width: 2rem;
  height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cpys_nav ul li.on {
  color: #009842;
}
.cpys_nav ul li.on em img {
  margin-top: -2rem;
}
.cpys_nav ul li:first-child:before {
  display: none;
}
.cpys_m {
  margin-top: 4.7rem;
}
.cpys_m dl {
  position: relative;
}
.cpys_m dl dt {
  width: 71%;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.cpys_m dl dd {
  width: 35%;
  position: absolute;
  top: 7.6rem;
  right: 0.6rem;
}
.cpys_m dl dd .cpys_video {
  float: left;
  position: relative;
  width: 36.5%;
  border: #009842 0.5rem solid;
  box-sizing: border-box;
  line-height: 0;
}
.cpys_m dl dd em {
  display: block;
  background-image: url('../images/cpys_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.7rem 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: calc(50% - 1.4rem);
  left: calc(50% - 1.4rem);
  cursor: pointer;
  z-index: 2;
}
.cpys_m dl dd p {
  width: 63.5%;
  float: left;
  line-height: 0;
  box-shadow: 0 3px 10px 3px rgba(0, 152, 66, 0.2);
}
.cpys_btn {
  position: absolute;
  top: 20rem;
  left: 3.3rem;
}
.cpys_prev,
.cpys_next {
  width: 5.6rem;
  height: 2.1rem;
  line-height: 0;
  cursor: pointer;
  margin-bottom: 0.4rem;
}
.cpys_prev img,
.cpys_next img {
  width: 5.6rem;
  height: 2.1rem;
}
.cpys_m dl dt:before,
.four_l:before,
.honor:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.cpys_m dl dt:hover:before,
.four_l:hover:before,
.honor:hover:before {
  left: 110%;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
/*案例*/
.case {
  width: 100%;
  height: 52rem;
  position: relative;
  overflow: hidden;
  background-image: url('../images/case_pic01.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 52rem;
}
.case_tit {
  position: absolute;
  top: 5rem;
  left: 8.33%;
  z-index: 5;
}
.case_tit h2 {
  float: left;
  line-height: 3.2rem;
}
.case_tit h2 a {
  font-size: 2.4rem;
  color: #fff;
}
.case_tit h2 i {
  display: block;
}
.case_tit h2 em {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2rem;
  padding-top: 1.3rem;
}
.case_tit span {
  display: block;
  float: right;
}
.case_tit span a {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.case02 {
  width: 83.3%;
  height: 27rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 9.5rem;
  left: 8.3%;
}
.case02 .case-button-prev,
.case02 .case-button-next {
  position: absolute;
  font-size: 0;
  top: 21.2rem;
  z-index: 20;
  width: 4.3rem;
  height: 4.3rem;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
}
.case02 .case-button-prev {
  left: 0;
  background-image: url('../images/case_lico.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 4.3rem 4.3rem;
}
.case02 .case-button-next {
  left: 5%;
  background-image: url('../images/case_rico.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 4.3rem 4.3rem;
}
.case02 dl {
  position: relative;
  background: #fff;
  width: 19%;
  float: right;
}
.case02 dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.video-pic .video-wrap {
  position: absolute;
  left: 0;
        right: 0;
        top: 0;
        bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.case02 dl dt video{background: #000;}
.case02 dl dt img{
    display: block;
    width: 100%;
}
.case02 dl dt em {
  background-image: url('../images/video_ico.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.4rem 2.4rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.case02 dl dd {
  margin: 1rem auto 1.5rem;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5rem;
  width: 90%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case01 {
  position: absolute;
  bottom: 6.5rem;
  left: 8.33%;
  height: 15rem;
  overflow: hidden;
}
.case01 .swiper-pagination {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
}
.case01 .swiper-pagination span {
  font-size: 1.3rem;
}
.case01 .swiper-pagination span.swiper-pagination-current {
  font-size: 2.2rem;
}
.case01 dl {
  height: 8rem;
  border: #fff 0.1rem solid;
  box-sizing: border-box;
  margin-top: 7rem;
}
.case01 dl dt {
  width: 100%;
  height: 7.8rem;
  line-height: 0;
  overflow: hidden;
}
.case01 dl dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 12% 0;
  box-sizing: border-box;
}
.case01 dl dd h5 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
}
.case01 dl dd i {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5rem;
}
.case01 dl dd em {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  line-height: 0;
  float: right;
  margin-top: 0.5rem;
}
.case01 dl dd em img {
  width: 1.3rem;
  height: 1.3rem;
}
.case01 dl.swiper-slide-thumb-active {
  border-color: #009842;
}
.case01 dl.swiper-slide-thumb-active dd {
  display: none;
}
.case01 dl dt img,
.video_r dl dt img,
.news dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*名校背书*/
.ming {
  padding: 6rem 0 5.5rem;
  overflow: hidden;
}
.ming dl {
  width: 100%;
  position: relative;
}
.ming dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.ming dl dd {
  position: absolute;
  bottom: 4rem;
  left: 6.5%;
  width: 87%;
}
.ming dl dd .ming_desc {
  width: 37.2rem;
  height: 12.3rem;
  padding-top: 2rem;
  background-image: url('../images/ming_k.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 37.2rem 14.3rem;
}
.ming dl dd p {
  font-size: 1.4rem;
  color: #fff;
  padding-left: 2.5rem;
  height: 5.5rem;
  line-height: 1.4rem;
}
.ming dl dd p i {
  font-size: 2.8rem;
  line-height: 3rem;
}
.ming dl dd p span {
  display: block;
  font-size: 1rem;
  padding-top: 0.3rem;
}
.ming dl dd em {
  width: 4.3rem;
  height: 4.3rem;
  display: block;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.ming dl dd em img {
  width: 4.3rem;
  height: 4.3rem;
}
.ming_tit {
  height: 7.2rem;
}
.ming_tit h2 {
  float: left;
  line-height: 2.5rem;
  font-size: 2.4rem;
  color: #000000;
}
.ming_tit h2 a {
  color: #000000;
}
.ming_tit h2 i {
  display: block;
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
  line-height: 1.2rem;
  padding-top: 1.2rem;
}
.ming_tit span {
  display: block;
  float: right;
}
.ming_tit span a {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
/*优势*/
.super {
  padding: 3.5rem 0 0;
  position: relative;
  background: #f2f2f2;
}
.super .ming_tit ul {
  width: 51%;
  display: flex;
  justify-content: space-between;
  float: right;
  padding-top: 0.6rem;
}
.super .ming_tit ul li {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.4rem;
}
.super .ming_tit ul li em {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 0;
  margin: 0 auto 0.8rem;
  overflow: hidden;
}
.super .ming_tit ul li em img {
  width: 2rem;
  height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.super .ming_tit ul li.on {
  color: #009842;
}
.super .ming_tit ul li.on em img {
  margin-top: -2rem;
}
.sup_m dl {
  position: relative;
}
.sup_m dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.sup_m dl dd {
  width: 33.2rem;
  height: 10.8rem;
  padding: 3.5rem 0 0 4rem;
  background-image: url('../images/ming_k.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 37.2rem 14.3rem;
  position: absolute;
  top: 17.5rem;
  left: 8.33%;
  z-index: 2;
  color: #fff;
}
.sup_m dl dd h5 {
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
}
.sup_m dl dd p {
  font-size: 1.1rem;
  line-height: 2.2rem;
  padding-top: 0.8rem;
}
.sup_btn {
  position: absolute;
  top: 32rem;
  right: 8.33%;
}
.sup_prev,
.sup_next {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1.5rem;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_prev:hover,
.sup_next:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.4);
}
.sup_prev img,
.sup_next img {
  width: 3.6rem;
  height: 3.6rem;
}
/*自研材料*/
.four {
  padding: 5rem 0;
}
.four_l {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.four_l p {
  width: 100%;
  line-height: 0;
}
.four_tit {
  font-size: 2.8rem;
  color: #000000;
  height: 8rem;
  line-height: 2.8rem;
  background-image: url('../images/four_line.png');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 3.4rem 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.four_tit span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding-top: 1.3rem;
}
.four_r {
  width: 50%;
  height: 29rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3rem 0;
  padding-top: 4rem;
}
.four_r dl {
  width: 50%;
  float: left;
  height: 14rem;
}
.four_r dl dt {
  width: 2.7rem;
  height: 2.7rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.four_r dl dt img {
  width: 2.7rem;
  height: 2.7rem;
}
.four_r dl dd {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.5rem;
}
.four_r dl dd h5 {
  font-size: 1.4rem;
  color: #009842;
  line-height: 2rem;
}
.four_r dl dd p {
  font-size: 0.7rem;
  color: #282828;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6rem;
  height: 4.8rem;
  padding-top: 1rem;
}
.four_r dl:hover dt img {
  animation: flipInY 1s;
}
/*荣誉资质*/
.honor {
  background-image: url('../images/honor_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 44.1rem;
  width: 100%;
  height: 39rem;
  position: relative;
  overflow: hidden;
  padding-top: 5.1rem;
  z-index: 1;
}
.honor .ming_tit {
  height: 12.5rem;
}
.honor .ming_tit h2 em {
  display: block;
  font-size: 1.1rem;
  color: #282828;
  text-transform: uppercase;
  width: 8rem;
  text-align: center;
  height: 2.3rem;
  line-height: 2.2rem;
  border: #282828 0.1rem solid;
  border-radius: 3rem;
  margin-top: 4rem;
}
.honor .ming_tit ul {
  width: 63%;
  float: right;
}
.honor .ming_tit ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 1rem;
}
.honor .ming_tit ul li a {
  font-size: 0.8rem;
  color: #282828;
  display: inline-block;
  width: 100%;
  line-height: 2.6rem;
}
.honor .ming_tit ul li b {
  display: block;
  float: left;
  width: 2.8rem;
  height: 2.6rem;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  background-image: url('../images/honor_k.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 2.8rem 2.6rem;
}
.honor .ming_tit ul li i {
  display: block;
  float: left;
  width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.8rem;
}
.honor .ming_tit ul li a:hover {
  font-weight: bold;
}
.honor_pic {
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
/**/
.video {
  background: #f7f7f7;
  padding: 6rem 0;
}
.video_l {
  width: 16.25%;
}
.video_l h2 {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  overflow: hidden;
}
.video_l h2 a {
  font-size: 2.4rem;
  color: #282828;
}
.video_l p {
  width: 100%;
  line-height: 0;
}
.video_l p img {
  display: block;
  width: 100%;
}
.video_r {
  width: 75%;
  overflow: hidden;
}
.video_r dl {
  position: relative;
  background: #d6d6d6;
}
.video_r dl dt {
  width: 100%;
  height: 19.6rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 0.3rem;
  position: relative;
}
.video_r dl dt img,
.video_r dl dt video {
  border-radius: 0.3rem;
}
.video_r dl dt em {
  background-image: url('../images/video_ico.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.4rem 2.4rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.video_r dl dd {
  padding: 1rem 0 1.5rem;
}
.video_r dl dd a {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.video_btn {
  width: 6.5rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 19.5rem;
  left: 3rem;
  z-index: 15;
}
.video_btn p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 0;
  cursor: pointer;
}
.video_btn p img {
  width: 2.75rem;
  height: 2.75rem;
}
/**/
.news {
  padding: 3.5rem 0 10rem;
  background-image: url('../images/news_bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 5rem;
  position: relative;
}
.news ul {
  width: 25%;
  float: right;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.news ul li {
  width: 30%;
}
.news ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 1.7rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  color: #fff;
  background: #009842;
  border-radius: 2rem;
}
.news dl dd h5 {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news dl dd p {
  font-size: 0.7rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
  padding-top: 0.5rem;
}
.news dl:hover dd h5 {
  color: #009842;
}
.news01 {
  width: 44%;
}
.news01 a {
  display: block;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}
.news01 dl {
  width: 100%;
}
.news01 dl dt {
  width: 100%;
  height: 22rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.news01 dl dt em {
  background-image: url('../images/news_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.9rem 3.9rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: 3;
}
.news01 dl dd {
  width: 95%;
  padding-top: 1rem;
}
.news03 {
  width: 52%;
  height: 28rem;
  overflow: hidden;
}
.news_dl {
  display: block;
  width: 100%;
  height: 7.3rem;
  padding: 1rem 0;
  border-bottom: #ccc 1px solid;
}
.news_dl dt {
  width: 27%;
  max-width: 27%;
  height: 7.3rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.news_dl dd {
  width: 71%;
  float: right;
}
.news_dl dd span {
  display: block;
  font-size: 0.7rem;
  color: #333;
  line-height: 1.5rem;
  padding: 0.5rem 0 0;
}
.news_dl dd em {
  display: block;
  float: right;
}
.news dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.news dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*走进同济微晶*/
.about {
  padding: 9rem 0 0;
  height: 32.9rem;
  background-image: url('../images/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 41.9rem;
  overflow: hidden;
}
.about h2 {
  height: 8rem;
  line-height: 3.6rem;
}
.about h2 a {
  font-size: 3.5rem;
  color: #fff;
}
.about h2 span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8rem;
  font-weight: normal;
  padding-top: 2rem;
}
.about .ab_desc {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  padding-top: 6rem;
  height: 6rem;
}
.about .ab_desc i {
  display: block;
}
.about b {
  display: block;
  width: 10%;
}
.about b a {
  display: block;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 2.4rem;
  line-height: 2.3rem;
  border-radius: 3rem;
  border: #fff 1px solid;
  box-sizing: border-box;
}
.about b a:hover {
  background: #fff;
  color: #333;
}
.about .ab_code {
  width: 12.5%;
  position: absolute;
  top: 5.5rem;
  right: 21.25%;
}
.about .ab_code em {
  width: 100%;
  display: block;
  line-height: 0;
}
.about .ab_code img {
  display: block;
  width: 100%;
}
.about .ab_code span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 2.8rem;
  height: 3rem;
  text-align: center;
  background: #009842;
}
/*友情链接*/
.f_link {
  height: 6.3rem;
  line-height: 4.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin: -6.3rem 0 0 55%;
  width: 45%;
  position: relative;
  z-index: 2;
}
.f_link b {
  display: block;
  float: left;
  font-weight: normal;
}
.f_link p {
  float: left;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5rem 0 0;
}
.f_link p a:hover {
  color: #ffffff;
}
/**/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
/**/
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
