@charset "UTF-8";
/* 定义字体 */
@font-face {
  font-family: "CHei2HK-Xbold";
  src: url("../fonts/CHei2HK-Xbold.woff2")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/CHei2HK-Xbold.woff2*/ format("woff2"), url("../fonts/CHei2HK-Xbold.woff")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/CHei2HK-Xbold.woff*/ format("woff"), url("../fonts/CHei2HK-Xbold.ttf")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/CHei2HK-Xbold.ttf*/ format("truetype"), url("../fonts/CHei2HK-Xbold.eot")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/CHei2HK-Xbold.eot*/ format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nsimsun";
  src: url("../fonts/Nsimsun.woff2")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/Nsimsun.woff2*/ format("woff2"), url("../fonts/Nsimsun.woff")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/Nsimsun.woff*/ format("woff"), url("../fonts/Nsimsun.ttf")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/Nsimsun.ttf*/ format("truetype"), url("../fonts/Nsimsun.eot")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/Nsimsun.eot*/ format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MongolianBaiti";
  src: url("../fonts/MongolianBaiti.woff2")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MongolianBaiti.woff2*/ format("woff2"), url("../fonts/MongolianBaiti.woff")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MongolianBaiti.woff*/ format("woff"), url("../fonts/MongolianBaiti.ttf")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MongolianBaiti.ttf*/ format("truetype"), url("../fonts/MongolianBaiti.eot")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MongolianBaiti.eot*/ format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MicrosoftYaHeiUI";
  src: url("../fonts/MicrosoftYaHeiUI.woff2")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MicrosoftYaHeiUI.woff2*/ format("woff2"), url("../fonts/MicrosoftYaHeiUI.woff")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MicrosoftYaHeiUI.woff*/ format("woff"), url("../fonts/MicrosoftYaHeiUI.ttf")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MicrosoftYaHeiUI.ttf*/ format("truetype"), url("../fonts/MicrosoftYaHeiUI.eot")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/fonts/MicrosoftYaHeiUI.eot*/ format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/* 定义字体 结束*/
body.hack,
html.hack {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.staff_back {
  display: none;
}

.hoverimg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hoverimg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.hoverimg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.con1200 {
  width: 1200px;
  margin: 0 auto;
}

.header_top {
  background-color: #f6f6f6;
  height: 40px;
}

.header_top .con1200 {
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
}

.header_top .header_right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header_top .header_right .header_tel {
  margin-right: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #004ea1;
}

.header_top .header_right .header_tel img {
  margin-right: 5px;
}

.header_main .con1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
  align-items: center;
}

.header_main .logo {
  max-width: 262px;
  height: 38px;
}

.header_main .logo img {
  max-width: 100%;
  height: 100%;
}

.header_main .header_nav {
  font-size: 17px;
  color: #333333;
}

.header_main .header_nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header_main .header_nav ul li {
  position: relative;
}

.header_main .header_nav ul li:not(:first-child) {
  margin-left: 45px;
}

.header_main .header_nav ul li.active::after,
.header_main .header_nav ul li:hover::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  border-bottom: 2px solid #004ea1;
}

.swiperbanner .swiper-slide img {
  width: 100%;
}

.swiperbanner .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
}

.swiperbanner .swiper-pagination-bullet-active {
  background: #004ea1;
}

.swiperbanner .swiper-pagination {
  bottom: 50px !important;
}

.public_title {
  text-align: center;
  height: 65px;
}

.public_title b {
  font-family: MicrosoftYaHeiUI;
  font-size: 54px;
  line-height: 54px;
  font-weight: normal;
  color: #e9e9e9;
}

.public_title h2 {
  font-family: MicrosoftYaHei;
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  color: #222225;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

.section1 {
  padding: 80px 0 135px;
}

.swiper_soul {
  margin-top: 40px;
}

.swiper_soul .swiper-slide {
  background: #f6f6f6;
  padding: 10px;
}

.swiper_soul .swiper-slide:hover .soul_intro h6 {
  color: #004ea1;
}

.swiper_soul .swiper-slide img {
  width: 100%;
}

.swiper_soul .swiper-slide .soul_body {
  display: -webkit-box;
  display: flex;
  padding: 30px 0;
}

.swiper_soul .swiper-slide .soul_date {
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

.swiper_soul .swiper-slide .soul_time {
  font-size: 20px;
  color: #8a8a8a;
  margin-bottom: 10px;
}

.swiper_soul .swiper-slide .soul_time1 {
  font-size: 14px;
  color: #6e6e6e;
}

.swiper_soul .swiper-slide .soul_intro {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.swiper_soul .swiper-slide .soul_intro h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.swiper_soul .swiper-slide .soul_intro span {
  font-size: 14px;
  color: #666666;
}

.swiper_soul .pagination2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}

.swiper_soul .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  background-color: #004ea1;
  opacity: .2;
  border-radius: 0;
  margin: 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.swiper_soul .swiper-pagination-bullet-active {
  width: 55px;
  background-color: #004ea1;
  opacity: 1;
}

.section2 {
  background: #f5f5f5;
  padding: 80px 0;
}

.section2 .swiper_tab {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin: 40px auto;
}

.section2 .swiper_tab span {
  display: inline-block;
  padding: 0 18px;
  cursor: pointer;
}

.section2 .swiper_tab span:not(:first-child) {
  border-left: 2px solid #cccccc;
}

.section2 .swiper_tab span:hover {
  color: #004ea1;
  font-weight: bold;
}

.section2 .swiper_tab span.active {
  color: #004ea1;
  font-weight: bold;
}

.section2 .swiper-slide {
  background-color: #fff;
  padding: 60px 55px;
  position: relative;
}

.section2 .swiper-slide:hover .mark {
  background-color: #3e71d2;
  opacity: 0.7;
}

.section2 .swiper-slide:hover h5 {
  color: #fff;
}

.section2 .swiper-slide:hover b {
  background-color: #fff;
}

.section2 .swiper-slide .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 55px;
}

.section2 .swiper-slide img {
  max-width: 100%;
  margin-top: 65px;
}

.section2 .swiper-slide h5 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
}

.section2 .swiper-slide b {
  display: block;
  width: 49px;
  height: 4px;
  background-color: #004ea1;
}

.section2 .swipers .swiper-button-next {
  width: 41px;
  height: 41px;
  background: url("../images/sr1.jpg")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/images/sr1.jpg*/ no-repeat center/100% 100%;
  right: -80px;
  outline: none;
}

.section2 .swipers .swiper-button-prev {
  width: 41px;
  height: 41px;
  background: url("../images/sl1.jpg")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/images/sl1.jpg*/ no-repeat center/100% 100%;
  left: -80px;
  outline: none;
}

.section2 .swiper_wrapper {
  position: relative;
  display: none;
}

.section2 .swiper_wrapper.active {
  display: block;
}

.section3 {
  padding: 80px 0 70px;
}

.section3 .about_con {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.section3 .about_con .about_right {
  margin-left: 80px;
}

.section3 .about_con .about_right .about_more {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #004ea1;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 55px;
}

.section3 .about_con h5 {
  font-family: NSimSun;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222225;
  opacity: 0.8;
}

.section3 .about_con span {
  font-family: MongolianBaiti;
  font-size: 16px;
  letter-spacing: 2px;
  opacity: 0.8;
  display: block;
  margin: 12px 0 35px;
}

.section3 .about_con p {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}

.section4 {
  height: 315px;
  padding-top: 10px;
  width: 100%;
  background: url("../images/abbg.jpg")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/images/abbg.jpg*/ no-repeat center bottom/100% 100%;
}

.section4 .section4_ul {
  height: 192px;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px -3px 13px 0px rgba(105, 105, 105, 0.08);
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.section4 .section4_ul li {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.section4 .section4_ul li:hover .s4_top {
  color: #004ea1;
}

.section4 .section4_ul li:hover .s4_top sup {
  color: #004ea1;
}

.section4 .section4_ul li:hover p {
  color: #004ea1;
}

.section4 .section4_ul li:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 47px;
  background-color: #efefef;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section4 .section4_ul .s4_top {
  position: relative;
  font-family: CHei2HK-Xbold;
  font-size: 49px;
  letter-spacing: 2px;
  color: #555555;
}

.section4 .section4_ul .s4_top sup {
  position: absolute;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  letter-spacing: 1px;
  color: #999999;
  top: 18px;
}

.section4 .section4_ul p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.section5 {
  padding: 90px 0;
  background: #f5f5f5;
}

.section5 .news_wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.section5 .newsl_left {
  position: relative;
  width: 600px;
  height: 410px;
}

.section5 .newsl_left .newsl_img {
  width: 100%;
  height: 100%;
}

.section5 .newsl_left img {
  width: 100%;
  height: 100%;
}

.section5 .newsl_left .newsl_body {
  padding: 25px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.33);
}

.section5 .newsl_left .newsl_body h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f7f7;
  margin-bottom: 6px;
}

.section5 .newsl_left .newsl_body p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.section5 .newsl_left .newsl_body b {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 35px;
  height: 11px;
  background: url("../images/arrs.png")/*tpa=http://www.dcck.com.cn/template/pc/cn2016/images/arrs.png*/ no-repeat center/100%;
}

.section5 .newsl_right {
  padding: 18px 30px 30px;
}

.section5 .newsl_right li {
  padding: 18px 0;
  border-bottom: 1px dashed #d3d3d3;
}

.section5 .newsl_right a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.section5 .newsl_right .newsr_body {
  -webkit-box-flex: 1;
  flex: 1;
}

.section5 .newsl_right .newsr_body .newsr_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.section5 .newsl_right .newsr_body .newsr_title h3 {
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section5 .newsl_right .newsr_body .newsr_title span {
  font-size: 13px;
  color: #999;
}

.section5 .newsl_right .newsr_body p {
  font-size: 12px;
  line-height: 20px;
  color: #807f7f;
}

.section5 .newsl_right .newsr_img {
  width: 143px;
  height: 81px;
  margin-right: 18px;
}

.section5 .newsl_right .newsr_img img {
  width: 100%;
  height: 100%;
}

.section5 .news_more {
  display: block;
  margin: 45px auto 0;
  width: 130px;
  height: 40px;
  background-color: #004ea1;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.footer .footer_top {
  background-color: #242424;
}

.footer .footer_top .con1200 {
  display: -webkit-box;
  display: flex;
}

.footer .footer_top .con1200 dl {
  -webkit-box-flex: 1;
  flex: 1;
  border-left: 1px solid #3a3a3a;
  padding: 60px 60px 50px 65px;
}

.footer .footer_top .con1200 dl .ewm {
  width: 100px;
}

.footer .footer_top .con1200 dl .ewm img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer .footer_top .con1200 dl .ewm p {
  font-size: 12px;
  color: #999;
  text-align: center;
}

.footer .footer_top .con1200 .dl_last {
  -webkit-box-flex: 0;
  flex: 0 0 328px;
  padding: 55px 55px 0;
  border-right: 1px solid #3a3a3a;
}

.footer .footer_top .con1200 .dl_last p {
  line-height: 38px;
}

.footer .footer_top dt {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer .footer_top dd {
  font-size: 14px;
  line-height: 35px;
  color: #999999;
}

.footer .footer_top .dd {
  font-size: 14px;
  color: #999;
}

.footer .footer_bot {
  height: 56px;
  background-color: #1a1a1a;
}

.footer .footer_bot .con1200 {
  height: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}

/* 公司简介 */
.about_wrapper {
  padding: 80px 0 100px;
}

.about_con1 {
  margin-top: 40px;
}

.about_con1 .about1_body {
  margin-top: 35px;
}

.about_con1 .about1_body p {
  text-indent: 2rem;
}

.about_con1 .about1_body img {
  max-width: 100%;
  margin: 35px 0;
}

.about_con1 p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}

.about_title h3 {
  font-size: 30px;
  color: #555;
  line-height: 30px;
  margin-bottom: 14px;
}

.about_title span {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}

.about_con2 {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.about_con2 .swiper_about {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.about_con2 .swiper_title h2 {
  font-size: 90px;
  line-height: 90px;
  color: #999999;
  margin-bottom: 10px;
}

.about_con2 .swiper_title p {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}

.about_con2 .swiper_about_right {
  width: 540px;
  height: 350px;
}

.about_con2 .swiper_about_right img {
  width: 100%;
  height: 100%;
}

.about_con2 .about_uls {
  display: -webkit-box;
  display: flex;
  width: 570px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #bab7b2;
  margin-top: 60px;
}

.about_con2 li {
  text-align: center;
  word-wrap: break-word;
  /*英文的时候需要加上这句，自动换行*/
  word-break: break-all;
  width: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #cccccc;
  position: relative;
  padding-top: 18px;
}

.about_con2 li:hover {
  color: #004ea1;
}

.about_con2 li:hover::before {
  /*background-image: url("../images/acdotted.png");*/
}

.about_con2 li::before {
  content: "";
  position: absolute;
  top: -9px;
  width: 18px;
  height: 18px;
  /*background: url("../images/dotted.png") no-repeat center;*/
}

.about_con3 {
  padding: 60px 0;
}

.about_con3 .about3_ul {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  padding: 35px 0;
  margin-top: 40px;
}

.about_con3 .about3_ul li {
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
}

.about_con3 .about3_ul li:not(:first-child) {
  border-left: 1px solid #efefef;
}

.about_con3 .ab3_top h4 {
  position: relative;
  font-family: Arial-BoldMT;
  font-size: 49px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 10px;
}

.about_con3 .ab3_top sup {
  vertical-align: top;
  font-size: 15px;
  letter-spacing: 1px;
  color: #999999;
}

.about_con3 p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.about_con4 {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.about_con4 img {
  max-width: 100%;
  margin-top: 40px;
}

.about_con5 {
  padding: 60px 0;
}

.about_con5 ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.about_con5 ul li {
  width: 380px;
  height: 240px;
}

.about_con5 ul li img {
  width: 100%;
  height: 100%;
}

.enterprise_wrapper {
  padding: 80px 0 100px;
}

.enterprise_wrapper .enterprise_con {
  margin-top: 36px;
}

.enterprise_wrapper .enterprise_con p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  text-indent: 2rem;
}

.enterprise_wrapper ul.honor_ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.enterprise_wrapper ul.honor_ul li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.enterprise_wrapper ul.honor_ul li img {
  width: 100%;
  height: 100%;
}

#pagesize {
  margin-top: 40px;
}

#pagesize ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

#pagesize li {
  margin: 0 5px;
}

#pagesize li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #e6e6e6;
  text-align: center;
}

#pagesize li a.active {
  background-color: #004ea1;
  color: #fff;
}

.server_img {
  width: 100%;
  margin-top: 55px;
}

.server_img img {
  max-width: 100%;
}

.partner_wrapper {
  background: #f7f7f7;
  padding: 80px 0 50px;
}

.partner_wrapper ul {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner_wrapper ul li {
  margin-bottom: 35px;
  width: 224px;
}

.partner_wrapper ul li img {
  width: 100%;
  height: 100%;
}

.partner_wrapper ul li.par_list {
  width: 224px;
  height: 0;
  margin: 0;
  padding: 0;
}

.partner_wrapper ul p {
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  color: #666666;
  text-align: center;
}

.staff_wrapper {
  padding: 80px 0 100px;
}

.staff_ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.staff_ul li {
  width: 362px;
  height: 258px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.staff_ul li.staff_last {
  width: 362px;
  height: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.staff_ul li .box_shadow {
  width: 362px;
  height: 258px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(10px) translateY(10px);
  transform: translateX(10px) translateY(10px);
}

.staff_ul li a {
  display: block;
  width: 360px;
  background-color: #fff;
  height: 257px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(10px) translateY(10px);
  transform: translateX(10px) translateY(10px);
}

.staff_ul li a img {
  width: 100%;
  height: 200px;
}

.staff_ul li .staff_body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  height: 57px;
}

.staff_ul li h3 {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%;
}

.staff_ul li span {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #999999;
}

.staff_detail {
  padding: 80px 0 100px;
}

.staff_detail h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.staff_detail .staff_date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
  text-align: center;
  display: block;
  margin: 13px 0 30px;
}

.staff_detail ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px dashed #ccc;
  padding-top: 8px;
}

.staff_detail li {
  margin-top: 30px;
  width: 380px;
  height: 240px;
  background-color: #446ec7;
}

.staff_detail li.detail_li {
  width: 380px;
  height: 0;
  margin: 0;
  padding: 0;
}

.staff_detail li img {
  width: 100%;
  height: 100%;
}

.indus_ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}

.indus_ul li {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 20px;
  width: 392px;
  padding-bottom: 30px;
}

.indus_ul li.soul_lii {
  width: 329px;
  height: 0;
  margin: 0;
  padding: 0;
}

.indus_ul li:hover h6 {
  color: #004ea1;
}

.indus_ul .soul_body {
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
}

.indus_ul .soul_date {
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}

.indus_ul .soul_intro {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.indus_ul .soul_intro h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indus_ul .soul_intro span {
  font-size: 14px;
  color: #666666;
}

.indus_ul .soul_img {
  width: 100%;
}

.indus_ul .soul_img img {
  width: 100%;
}

.indus_ul .soul_time {
  font-size: 20px;
  line-height: 20px;
  color: #8a8a8a;
  margin-bottom: 14px;
}

.indus_ul .soul_time1 {
  font-size: 14px;
  line-height: 14px;
  color: #6e6e6e;
}

/* 解决方案详情 */
.staff_wrapper_detail {
  padding: 80px 0 100px;
}

.staff_wrapper_detail h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  padding-bottom: 39px;
  border-bottom: 1px dashed #ccc;
}

.staff_wrapper_detail .staff_detail_img {
  width: 723px;
  height: 419px;
  background-color: #e4e4e4;
  margin: 40px auto;
}

.staff_wrapper_detail .staff_detail_img img {
  width: 100%;
  height: 100%;
}

.staff_wrapper_detail .staff_title {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px dashed #ccc;
}

.staff_wrapper_detail .staff_title h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #004ea1;
}

.staff_wrapper_detail .staff_title span {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  margin-left: 10px;
}

.staff_wrapper_detail .staff_detail_info {
  padding: 30px 0 80px;
  /* display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; */
}

.staff_wrapper_detail .staff_detail_info img {
  max-width: 100%;
}

.staff_wrapper_detail .staff_detail_info p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}

.staff_wrapper_detail .require_img img {
  max-width: 100%;
}

.staff_pages {
  padding-top: 30px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}

.project_center {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project_center li {
  width: 385px;
  margin-bottom: 50px;
}

.project_center li:hover .project_mask {
  display: block;
}

.project_center li:hover .project_infos p {
  display: none;
}

.project_center li.project_li {
  width: 385px;
  height: 0;
  margin: 0;
  padding: 0;
}

.project_center .project_img {
  position: relative;
  width: 100%;
  height: 310px;
}

.project_center .project_img .project_mask {
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 113, 210, 0.7);
  padding: 80px 70px 0 70px;
}

.project_center .project_img .project_mask .project_tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
}

.project_center .project_img .project_mask .project_tit::before {
  content: "";
  position: absolute;
  left: -70px;
  width: 68px;
  height: 1px;
  top: 50%;
  margin-top: 0;
  background-color: #fff;
}

.project_center .project_img .project_mask b {
  font-size: 60px;
  line-height: 50px;
  color: #ffffff;
}

.project_center .project_img .project_mask p {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  margin-left: 15px;
}

.project_center .project_img .project_mask .project_p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.project_center .project_img img {
  width: 100%;
  height: 100%;
}

.project_center .project_infos {
  text-align: center;
  padding-top: 27px;
}

.project_center .project_infos h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
  margin-bottom: 12px;
}

.project_center .project_infos p {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .con1200 {
    width: 1170px;
  }
  .section2 .swipers .swiper-button-prev {
    left: 0;
  }
  .section2 .swipers .swiper-button-next {
    right: 0;
  }
  .staff_ul li .box_shadow {
    width: 357px;
  }
  .staff_ul li a {
    width: 340px;
  }
  .indus_ul li {
    width: 32%;
  }
  .indus_ul li.soul_li {
    width: 32%;
  }
  .footer .footer_top .con1200 dl {
    padding: 60px 60px 50px 60px;
  }
  .project_center li {
    width: 32%;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .indus_ul li {
    width: 32%;
  }
  .indus_ul li.soul_li {
    width: 32%;
  }
  .project_center li {
    width: 32%;
    margin-bottom: 50px;
  }
  .project_center .project_img .project_mask b {
    font-size: 40px;
    line-height: 30px;
  }
  .project_center .project_img .project_mask p {
    font-size: 14px;
    line-height: 14px;
  }
  .indus_ul .soul_date {
    display: none;
  }
  .staff_ul li {
    width: 300px;
  }
  .staff_ul li.staff_last {
    width: 300px;
  }
  .staff_ul li .box_shadow {
    width: 290px;
  }
  .staff_ul li a {
    width: 270px;
  }
  .con1200 {
    width: 970px;
  }
  .section2 .swipers .swiper-button-prev {
    left: 0;
  }
  .section2 .swipers .swiper-button-next {
    right: 0;
  }
  .footer .footer_top .con1200 .dl_last {
    -webkit-box-flex: 0;
    flex: 0 0 310px;
  }
  .header_main .header_nav {
    font-size: 14px;
  }
  .swiper_soul .swiper-slide .soul_intro h6 {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section3 .about_con h5 {
    font-size: 20px;
  }
  .footer .footer_top .con1200 dl {
    padding: 60px 0 50px;
    border: none;
  }
  .about_con2 .about_uls {
    width: 400px;
  }
  .about_con2 .swiper_about_right {
    width: 510px;
  }
  .about_con5 ul li {
    width: 32%;
  }
  .enterprise_wrapper {
    padding: 8vw 0 10vw;
  }
  .enterprise_wrapper ul.honor_ul {
    width: 100%;
  }
  .enterprise_wrapper ul.honor_ul li {
    width: 32%;
  }
  .partner_wrapper {
    padding: 80px 0 50px;
  }
  .partner_wrapper ul {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partner_wrapper ul li {
    margin-bottom: 35px;
    width: 24%;
  }
  .partner_wrapper ul li img {
    max-height: 80px;
  }
  .partner_wrapper ul li.par_list {
    width: 24%;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .partner_wrapper ul p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    color: #666666;
    text-align: center;
  }
  .staff_detail li {
    width: 32%;
  }
  .staff_detail li.detail_li {
    width: 32%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .con1200 {
    width: 750px;
  }
  .indus_ul {
    margin-top: 4vw;
  }
  .indus_ul li {
    width: 49%;
  }
  .indus_ul li.soul_li {
    width: 49%;
  }
  .indus_ul .soul_date {
    display: none;
  }
  .staff_ul li {
    width: 48%;
    padding: 10px;
  }
  .staff_ul li.staff_last {
    width: 48%;
  }
  .staff_ul li .box_shadow {
    width: 100%;
    padding: 10px;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .staff_ul li a {
    width: 100%;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .partner_wrapper {
    padding: 60px 0 50px;
  }
  .partner_wrapper ul {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partner_wrapper ul li {
    margin-bottom: 25px;
    width: 24%;
  }
  .partner_wrapper ul li img {
    max-height: 70px;
  }
  .partner_wrapper ul li.par_list {
    width: 24%;
  }
  .partner_wrapper ul p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    color: #666666;
    text-align: center;
  }
  .staff_detail li {
    width: 32%;
    height: auto;
  }
  .staff_detail li.detail_li {
    width: 32%;
  }
  .enterprise_wrapper {
    padding: 8vw 0 10vw;
  }
  .section2 .swipers .swiper-button-prev {
    left: 0;
  }
  .section2 .swipers .swiper-button-next {
    right: 0;
  }
  .footer .footer_top .con1200 {
    flex-wrap: wrap;
  }
  .footer .footer_top .con1200 dl {
    -webkit-box-flex: 0;
    flex: 0 0 30%;
  }
  .footer .footer_top .con1200 .dl_last {
    border-right: none;
  }
  .public_title b {
    font-size: 45px;
    line-height: 45px;
  }
  .section1 {
    padding: 8vw 0 13.5vw;
  }
  .swiper_soul .swiper-slide .soul_date {
    display: none;
  }
  .swiper_soul .swiper-slide .soul_intro h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .swiper_soul .swiper-slide .soul_body {
    padding: 15px 0;
  }
  .swiper_soul .swiper-slide .soul_intro {
    margin-left: 0;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    font-size: 14px;
  }
  .swiper_soul .swiper-slide .soul_intro h6 {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section2 .swiper-slide .mark {
    padding: 50px;
  }
  .section2,
  .section3,
  .section5 {
    padding: 7vw 0;
  }
  .section3 .about_con {
    flex-wrap: wrap;
  }
  .about_left {
    display: none;
  }
  .section3 .about_con .about_right {
    margin-left: 0;
    margin-top: 3vw;
  }
  .section4 .section4_ul .s4_top {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1px;
  }
  .section4 .section4_ul {
    height: 140px;
  }
  .section4 {
    height: 225px;
  }
  .section4 .section4_ul .s4_top sup {
    top: -12px;
  }
  .section5 .newsl_left {
    display: none;
  }
  .about_wrapper {
    padding: 8vw 0 10vw;
  }
  .swiper_about_right {
    display: none;
  }
  .swiper_about_left {
    width: 100%;
  }
  .about_con2 .about_uls {
    width: 100%;
  }
  .about_con2 li {
    width: 22px;
  }
  .about_con3 .ab3_top h4 {
    font-size: 30px;
  }
  .about_con5 ul li {
    width: 32%;
    height: auto;
  }
  .enterprise_wrapper ul.honor_ul {
    width: 100%;
  }
  .enterprise_wrapper ul.honor_ul li {
    width: 32%;
  }
  .project_center li {
    width: 48%;
    margin-bottom: 50px;
  }
  .project_center .project_img .project_mask b {
    font-size: 40px;
    line-height: 30px;
  }
  .project_center .project_img .project_mask p {
    font-size: 14px;
    line-height: 14px;
  }
}

#menu {
  display: none;
}
@media (max-width: 1200px){
  .header_main .header_nav {
    padding: 0 3vw;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 45px;
    background-color: #fff;
    z-index: 999999;
    font-size: 14px;
    height: calc(100vh - 85px);
  }
  #menu {
    display: block;
    margin-right: 3vw;
  }
}

@media (max-width: 768px) {
  .indus_ul {
    margin-top: 8vw;
  }
  .indus_ul li {
    width: 100%;
  }
  .indus_ul li.soul_li {
    width: 100%;
  }
  .indus_ul .soul_date {
    display: none;
  }
  .staff_wrapper {
    padding: 8vw 0 10vw;
  }
  .staff_ul {
    margin-top: 2vw;
  }
  .staff_ul li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10vw;
  }
  .staff_ul li.staff_last {
    width: 100%;
  }
  .staff_ul li .box_shadow {
    width: 100%;
    padding: 10px;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .staff_ul li a {
    width: 100%;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  .header_main .con1200 {
    position: relative;
    height: 45px;
    padding: 0;
    width: 100%;
  }
  .header_main .logo {
    height: 30px;
    margin-left: 3vw;
  }

  .header_main .header_nav ul {
    display: block;
  }
  .header_main .header_nav ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    margin-left: 0 !important;
  }
  .header_main .header_nav ul li.active::after {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .con1200 {
    width: 94%;
  }
  .enterprise_wrapper {
    padding: 8vw 0 10vw;
  }
  .enterprise_wrapper .enterprise_con {
    margin-top: 0;
  }
  .enterprise_wrapper .enterprise_con p {
    line-height: 2;
  }
  .enterprise_wrapper ul.honor_ul li {
    width: 100%;
  }
  #pagesize {
    margin-top: 4vw;
  }
  #pagesize ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .section2 .swipers .swiper-button-prev {
    left: 0;
  }
  .section2 .swipers .swiper-button-next {
    right: 0;
  }
  .header_top {
    display: none;
  }
  .header_main .logo {
    max-width: 150px;
    height: 25px;
  }
  .swiperbanner .swiper-pagination {
    bottom: 10px !important;
  }
  .public_title b {
    font-size: 35px;
    line-height: 35px;
  }
  .public_title h2 {
    font-size: 25px;
    line-height: 25px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .section1 {
    padding: 8vw 0 13.5vw;
  }
  .swiper_soul .pagination2 {
    display: none;
  }
  .swiper_soul {
    margin-top: 4vw;
  }
  .swiper_soul .swiper-slide .soul_date {
    display: none;
  }
  .swiper_soul .swiper-slide .soul_intro h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .swiper_soul .swiper-slide .soul_body {
    padding: 15px 0;
  }
  .swiper_soul .swiper-slide .soul_intro {
    margin-left: 0;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    font-size: 14px;
  }
  .swiper_soul .swiper-slide .soul_intro h6 {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section2,
  .section3 {
    padding: 8vw 0;
  }
  .section2 .swiper_tab {
    margin: 4vw 0;
  }
  .section2 .swiper_tab span {
    padding: 0 15px 15px !important;
    border: none !important;
  }
  .newsl_left {
    display: none;
  }
  .section3 .about_con {
    flex-wrap: wrap;
    margin-top: 5vw;
  }
  .about_left {
    width: 100%;
  }
  .about_left img {
    max-width: 100%;
  }
  .section3 .about_con .about_right {
    margin-left: 0;
  }
  .section3 .about_con h5 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 4vw;
  }
  .section3 .about_con span {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .section3 .about_con .about_right .about_more {
    margin-top: 35px;
  }
  .section4 {
    height: auto;
    padding-bottom: 7vw;
  }
  .section4 .section4_ul {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 5vw;
  }
  .section4 .section4_ul li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .section4 .section4_ul li .s4_top {
    font-size: 30px;
  }
  .section5 {
    padding: 8vw 0 8vw;
  }
  .section5 .news_more {
    margin-top: 4.5vw;
  }
  .section5 .news_wrapper {
    margin-top: 4vw;
  }
  .section5 .newsl_right {
    padding: 5vw 3vw;
    width: 100%;
  }
  .section5 .newsl_right .newsr_img {
    width: 100px;
    height: 70px;
    margin-right: 2vw;
  }
  .section5 .newsl_right .newsr_body {
    -webkit-box-flex: unset;
    flex: unset;
    width: 64%;
  }
  .section5 .newsl_right .newsr_body .newsr_title h3 {
    width: 100%;
  }
  .section5 .newsl_right .newsr_body .newsr_title span {
    display: none;
  }
  .footer .footer_top .con1200 {
    flex-wrap: wrap;
  }
  .footer .footer_top .con1200 dl {
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    width: 49%;
    border: none !important;
    padding: 5vw 5vw;
  }
  .footer .footer_top .con1200 dl dd {
    line-height: 25px;
  }
  .footer .footer_top .con1200 dl.dl_last {
    padding: 3vw 5vw;
  }
  .footer .footer_top .con1200 dl.dl_last p {
    font-size: 14px;
    line-height: 1.8;
  }
  .footer_bot {
    display: none;
  }
  .header_main .header_nav {
    height: calc(100vh - 45px);
    border-top: 1px solid #eaeaea;
  }
  .about_wrapper {
    padding: 8vw 0 10vw;
  }
  .about_con1 {
    margin-top: 4vw;
  }
  .about_title h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .about_con1 .about1_body {
    margin-top: 3vw;
  }
  .about_con1 p {
    line-height: 2;
    text-indent: 1rem !important;
  }
  .about_con1 .about1_body img {
    margin: 3vw 0;
  }
  .about_con2,
  .about_con3,
  .about_con4,
  .about_con5 {
    padding: 8vw 0;
  }
  .about_con2 .swiper_about {
    margin-top: 8vw;
  }
  .about_con2 .swiper_about .swiper_title h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .about_con2 .about_uls {
    width: 100%;
    margin-top: 5vw;
  }
  .swiper_about_left {
    width: 100%;
  }
  .about_con2 .swiper_about_right {
    display: none;
  }
  .about_con3 .about3_ul {
    flex-wrap: wrap;
  }
  .about_con3 .about3_ul li {
    width: 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    border: none !important;
  }
  .about_con3 .about3_ul li:not(:first-child) {
    margin-top: 4vw;
  }
  .about_con3 .ab3_top h4 {
    font-size: 30px;
  }
  .about_con5 ul {
    margin-top: 4vw;
  }
  .about_con5 ul li {
    width: 100%;
  }
  .about_con5 ul li:not(:first-child) {
    margin-top: 3vw;
  }
  .partner_wrapper {
    padding: 6vw 0 8vw;
  }
  .partner_wrapper ul {
    margin-top: 0;
  }
  .partner_wrapper ul li {
    margin-bottom: 4vw;
    width: 49%;
  }
  .partner_wrapper ul li img {
    max-height: 60px;
  }
  .partner_wrapper ul li.par_list {
    width: 49%;
  }
  .partner_wrapper ul p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2vw;
  }
  .staff_detail {
    padding: 8vw 0 10vw;
  }
  .staff_detail h2 {
    font-size: 18px;
  }
  .staff_detail .staff_date {
    margin: 3vw 0;
    font-size: 14px;
  }
  .staff_detail li {
    width: 100%;
    height: auto;
    margin-top: 3vw;
  }
  .staff_detail li.detail_li {
    width: 100%;
  }
  .staff_wrapper_detail {
    padding: 8vw 0 10vw;
  }
  .staff_wrapper_detail h2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 25px;
  }
  .staff_wrapper_detail .staff_detail_img {
    width: 100%;
    height: auto;
  }
  .staff_wrapper_detail .staff_detail_info {
    padding: 4vw 0 8vw;
    flex-wrap: wrap;
  }
  .staff_wrapper_detail .staff_detail_info p {
    font-size: 14px;
  }
  .staff_wrapper_detail .staff_title h6 {
    font-size: 17px;
    line-height: 17px;
  }
  .staff_wrapper_detail .staff_title span {
    font-size: 14px;
    line-height: 14px;
  }
  .staff_pages {
    flex-wrap: wrap;
    padding-top: 5vw;
  }
  .staff_pages a {
    width: 100%;
  }
  .staff_pages a:nth-child(2) {
    display: none;
  }
  .staff_pages a.staff_back {
    display: block;
    text-align: right;
  }
  .project_center li {
    width: 100%;
  }
}