<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================== 甯哥敤鏍峰紡 start ==================== */
/* 娓呴櫎娴姩 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 鏂囨湰婧㈠嚭鐪佺暐鍙� */
/* 1琛� */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 2琛� */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3琛� */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4琛� */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* 瀹瑰櫒澶у皬 */
.box {
  max-width: 1600px;
  margin: 0 auto;
}
/* bootstart ul */
ul {
  margin-bottom: 0;
}
html,
body {
  overflow-x: hidden;
}
/* ==================== 甯哥敤鏍峰紡 end ==================== */
/* ==================== 瀵艰埅鏍� start ==================== */
.navbar {
  height: 110px;
  background: #fff;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .dropdown-menu {
  top: 100%;
  margin-top: 0;
}
.navbar .navbar-box {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1820px;
}
.navbar .navbar-brand {
  min-width: 150px;
  margin-right: 50px;
}
.navbar .navbar-collapse {
  width: 100%;
}
.navbar .navbar-collapse .navbar-nav {
  padding-left: 50px;
  transition: all 0.4s;
  height: 100%;
  border-left: 1px solid #eaeaea;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  padding-right: 50px;
  transition: all 0.4s;
  font-size: 18px;
}
.navbar .navbar-collapse .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.navbar .navbar-collapse .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.navbar .navbar-collapse .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.navbar .navbar-collapse .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.navbar .navbar-collapse .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #333;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #2b3e7c;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover.dropdown-toggle:after {
  border-color: #2b3e7c;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active,
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:active {
  background: #2b3e7c;
}
.navbar .navbar-collapse .right {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
  animation-delay: 0.7s;
}
.navbar .navbar-collapse .right .link {
  flex-shrink: 0;
  padding: 0 20px;
  line-height: 1;
  border-right: 1px solid #ccc;
}
.navbar .navbar-collapse .right .link:hover {
  color: #2b3e7c;
  text-decoration: none;
}
.navbar .navbar-collapse .right .link:nth-child(1) {
  flex-grow: 1;
  text-align: right;
}
.navbar .navbar-collapse .right .link.link3 {
  border-right: 0;
}
.navbar .navbar-collapse .right .link.link3 &gt; i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  background: url(../images/icon01.png) no-repeat;
  background-size: 100%;
}
.navbar .navbar-collapse .right .link.link3 ~ .link {
  border-right: 0;
}
.navbar .navbar-collapse .right .link.link4 {
  font-weight: bold;
  color: #000;
  padding-right: 38px;
}
.navbar .navbar-collapse .right .link.link4 .dropdown-toggle:after {
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
}
.navbar .navbar-collapse .right .link.link4 .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar .navbar-collapse .right .link.link4 .dropdown-item:active {
  background: #2b3e7c;
}
.navbar .navbar-collapse .right form {
  flex-shrink: 0;
}
.navbar .navbar-collapse .right form .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-color: #ced4da;
  width: 180px;
}
.navbar .navbar-collapse .right form .form-control::-webkit-input-placeholder {
  color: #dadada;
}
.navbar .navbar-collapse .right form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dadada;
}
.navbar .navbar-collapse .right form .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dadada;
}
.navbar .navbar-collapse .right form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dadada;
}
.navbar .navbar-collapse .right form .btn {
  height: 38px;
  padding-left: 0;
  border: 1px solid #ced4da;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar .navbar-collapse .right form .btn:focus {
  box-shadow: none;
}
.navbar .navbar-collapse .right form .btn i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon02.png) no-repeat;
  background-size: 100%;
}
/* ==================== 瀵艰埅鏍� end ==================== */
/* ==================== 瀹瑰櫒 start ==================== */
.mc-container {
  padding-top: 110px;
}
/* ==================== 瀹瑰櫒 start ==================== */
/* ==================== 杞挱鍥� start ==================== */
.banner-swiper {
  /* 鍒嗛〉鍣� */
}
.banner-swiper .swiper-pagination-bullets {
  bottom: 32px;
  font-size: 0;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 13px;
  background: #fff;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7abdd5;
}
/* ==================== 杞挱鍥� end ==================== */
/* ==================== 鎸夐挳 start ==================== */
.mc-btn {
  font-size: 0;
}
.mc-btn:hover a {
  color: #fff;
  background-color: #2b3e7c;
}
.mc-btn a {
  padding: 15px 50px;
  transition: all 0.3s;
  display: inline-block;
  color: #2b3e7c;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #2b3e7c;
}
/* ==================== 鎸夐挳 end ==================== */
/* ==================== 閫氱敤鏍囬 start ==================== */
.mc-title {
  text-align: center;
  padding: 100px 0 90px;
  overflow: hidden;
  /* 鏍峰紡涓€ */
}
.mc-title .cn,
.mc-title .en {
  color: #fff;
  line-height: 1;
}
.mc-title .cn {
  font-size: 40px;
  padding-bottom: 25px;
}
.mc-title .en {
  font-size: 18px;
  text-transform: uppercase;
}
.mc-title.style .cn,
.mc-title.style .en {
  color: #2b3e7c;
}
/* ==================== 閫氱敤鏍囬 end ==================== */
/* ==================== 鍏徃浠嬬粛 start ==================== */
.company {
  background: url(../images/img03.png) no-repeat bottom center #f3f6fb;
}
.company .box {
  display: flex;
  align-items: center;
  padding: 110px 0 105px;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
}
.company .left {
  width: 770px;
  margin-right: 20px;
}
.company .left img {
  display: block;
}
.company .left p {
  text-indent: 2em;
  text-align: justify;
 margin: 0 auto;
  color: #2b3e7c;
  font-size: 18px;
  line-height: 1.8;
}
.company .left p.big {
  text-indent: 1em;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 65px;
  line-height: 1.2;
}
.company .image{padding-left:20px;position: relative;}
.company .image:after{content: "";display:block;border-radius: 100%;overflow: hidden;background-image: linear-gradient(0deg,#273878,#7abdd5);width:100%;height:100%;position:absolute;left:0;top:0;}
.company .image .img-content{position:relative;z-index:9;border-radius: 100%;overflow: hidden;}
/* ==================== 鍏徃浠嬬粛 end ==================== */
/* ==================== 涓撲笟鏈嶅姟 start ==================== */
.professional {
  padding-bottom: 65px;
  background: url(../images/img04.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.professional ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.professional ul li {
  width: 23.5%;
  margin-bottom: 85px;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
}
.professional ul li:hover {
  background: #7abdd5;
  border-color: #7abdd5;
}
.professional ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px;
  color: inherit;
}
.professional ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  margin-top: -5px;
  transform: rotate(-45deg);
}
/* ==================== 涓撲笟鏈嶅姟 end ==================== */
/* ==================== 鎴戜滑鐨勬効鏅拰浠峰€艰 start ==================== */
.vision {
  padding-bottom: 130px;
  background: url(../images/img14.png) no-repeat bottom center #fff;
  transition: all 0.4s;
}
.vision .box {
  display: flex;
  justify-content: center;
  padding: 145px 0 110px;
  background: url(../images/img05.png) no-repeat center;
  background-size: cover;
}
.vision .item {
  width: 33.3333%;
  text-align: center;
}
.vision .item img {
  width: 80px;
  display: block;
  margin: 0 auto 50px;
}
.vision .item .title {
  font-size: 30px;
  margin: 46px 0 36px;
  color: #fff;
  line-height: 1;
}
.vision .item .title:after {
  content: "";
  display: block;
  margin: 35px auto 40px;
  width: 66px;
  height: 2px;
  background: #7abdd5;
}
.vision .item .title span {
  color: #7abdd5;
}
.vision .item .desc {
  color: #fff;
}
.vision .item .desc p {
  margin-bottom: 15px;
  line-height: 1;
}
.vision .item .desc p span {
  font-weight: bold;
  font-size:16px;
  color: #7abdd5;
}
/* ==================== 鎴戜滑鐨勬効鏅拰浠峰€艰 end ==================== */
/* ==================== 鍚嶇瓥鍥㈤槦 start ==================== */
.team {
  padding-bottom: 90px;
}
.team .swiper-container {
  padding-top: 20px;
}
.team .swiper-container .swiper-slide .item {
  position: relative;
  padding: 100px 25px 25px;
  height: 100%;
  transition: all 0.4s;
  display:flex;flex-flow:column;
}
.team .swiper-container .swiper-slide{height:auto;}
.team .swiper-container .swiper-slide .image {
  z-index: 4;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #9ca4c1;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}
.team .swiper-container .swiper-slide .image img {
  transition: all 0.4s;
}
.team .swiper-container .swiper-slide .info {
  /* height: 100%; */
  text-align: center;
  padding: 120px 30px 35px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px -5px 21px 0px rgba(39, 56, 120, 0.13);
  flex-grow:1;
}
.team .swiper-container .swiper-slide .info p{ margin-bottom: 5px}
.team .swiper-container .swiper-slide .info .name {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.team .swiper-container .swiper-slide .info .en-name {
  padding: 15px 0;
  color: #666;
  line-height: 1.2;
  min-height: 50px;
  font-size:16px;
}
.team .swiper-container .swiper-slide .info .tag {
  color: #2b3e7c;
  min-height:24px;
  font-size:16px;
  line-height: 1.2;
}
.team .swiper-container .swiper-slide .info ul {
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}
.team .swiper-container .swiper-slide .info ul li {
  padding-bottom: 10px;
  line-height: 1;
  color: #666;
}
.team .swiper-pagination {
  font-size: 0;
  margin-top: 35px;
  position: static;
}
.team .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: all 0.4s;
  border-radius: 15px;
}
.team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  background: #2b3e7c;
}
/* ==================== 鍚嶇瓥鍥㈤槦 end ==================== */
/* ==================== 鑱旂郴鎴戜滑 start ==================== */
.connect {
  background: #f2f7fa;
}
.connect .box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 0;
  max-width: 1800px;
}
.connect .left {
  flex-shrink: 0;
  color: #fff;
  background: url(../images/img13.png) no-repeat;
  background-size: cover;
  padding: 80px 160px 60px 160px;
}
.connect .left .mc-title {
  text-align: left;
  padding-bottom: 0;
}
.connect .left .mc-title:after {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  margin: 35px auto 35px 0;
  background: #7abdd5;
}
.connect .left ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
.connect .left a {
  display: block;
  font-weight: bold;
  margin-top: 90px;
  text-decoration: underline;
}
.connect .left a:hover {
  color: #fff;
}
.connect .right {
  display: flex;
  flex-flow: column;
  padding-left: 20px;
  justify-content: center;
  align-items: flex-start;
}
.connect .right .title {
  margin-bottom: 35px;
  font-size: 18px;
  color: #333;
}
.connect .right form .row {
  display: flex;
  margin-bottom: 50px;
}
.connect .right form .row input,
.connect .right form .row textarea {
  flex: 1;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
}
.connect .right form .row input::-webkit-input-placeholder,
.connect .right form .row textarea::-webkit-input-placeholder {
  color: #dadada;
}
.connect .right form .row input::-moz-placeholder,
.connect .right form .row textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dadada;
}
.connect .right form .row input:-moz-placeholder,
.connect .right form .row textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dadada;
}
.connect .right form .row input:-ms-input-placeholder,
.connect .right form .row textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dadada;
}
.connect .right form .row input {
  margin-bottom: 20px;
}
.connect .right form .row input:last-child {
  margin-bottom: 0;
}
.connect .right form .row textarea {
  height: 100%;
}
.connect .right form button {
  padding: 14px 60px;
  color: #fff;
  border-radius: 50px;
  background: #2b3e7c;
  line-height: 1;
}
.connect .right form button:focus {
  box-shadow: none;
}
/* ==================== 鑱旂郴鎴戜滑 end ==================== */
/* ==================== 搴曢儴淇℃伅 start ==================== */
footer {
  border-top: 1px solid #dcdcdc;
  overflow: hidden;
}
footer .top {
  display: flex;
  padding: 70px 60px;
  padding-top: 90px;
  align-items: flex-start;
  justify-content: space-between;
}
footer .top .item {
  flex: 1;
}
footer .top .item h2 {
  margin-bottom: 35px;
  font-size: 28px;
  color: #333;
}
footer .top .item ul li {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}
footer .top .item ul li a {
  color: #666;
}
footer .top .item:nth-child(2) {
  flex: 2;
}
footer .top .item:nth-child(2) ul {
  display: flex;
  width: 100%;
  padding-right: 40px;
  justify-content: flex-start;
}
footer .top .item:nth-child(2) ul &gt; div:first-child + div {
  margin-left: 20px;
}
footer .bottom {
  text-align: center;
  padding: 25px 0 20px;
  background: #2b3e7c;
}
footer .bottom .text {
  font-size: 14px;
  margin-top: 20px;
  color: #99a5d5;
  line-height: 1.5;
}
footer .bottom .text a:hover {
  color: inherit;
}
/* ==================== 搴曢儴淇℃伅 end ==================== */
/* ==================== 瀵艰埅鏍�2 start ==================== */
.navbar02 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.navbar02 .box {
  height: 100px;
  display: flex;
  align-items: center;
}
.navbar02 .nav-title {
  float: left;
  font-size: 0;
  color: #fff;
  flex-shrink: 0;
  margin-top: -64px;
  text-align: center;
  padding: 54px 35px;
  background-image: linear-gradient(0deg, #2b3e7c, #7abdd5);
}
.navbar02 .nav-title .cn {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
}
.navbar02 .nav-title .en {
  font-size: 18px;
  line-height: 1;
}
.navbar02 .desc {
  flex: 1;
  position: relative;
  letter-spacing: 1px;
  padding-left: 110px;
  font-size: 18px;
  color: #666;
}
.navbar02 .desc p{margin: 0}
.navbar02 .desc:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/img29.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -10px;
}
.navbar02 ul {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  justify-content: flex-start;
}
.navbar02 ul li {
  width: 100%;
  max-width: 150px;
  height: 100%;
  display: flex;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #666;
}
.navbar02 ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.navbar02 ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.navbar02 ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.navbar02 ul li:nth-child(4) {
  animation-delay: 0.4s;
}
.navbar02 ul li:nth-child(5) {
  animation-delay: 0.5s;
}
.navbar02 ul li.active,
.navbar02 ul li:hover {
  color: #2b3e7c;
}
.navbar02 ul li.active a,
.navbar02 ul li:hover a {
  border-bottom-color: #2b3e7c;
}
.navbar02 ul li a {
  display: block;
  height: 100%;
  padding-top: 35px;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}
.navbar02 ul li a:hover {
  color: inherit;
}
/* ==================== 瀵艰埅鏍�2 end ==================== */
/* ==================== 鍏充簬鎴戜滑 start ==================== */
.mc-about {
  /* 鍏徃姒傚喌 */
  /* 浼佷笟鎰挎櫙鍜屼环鍊艰 */
  /* 璧勮川涓庤崳瑾� */
}
.mc-about .navbar02 ul {
  max-width: 1200px;
}
.mc-about .company {
  background: none;
}
.mc-about .company .box {
  padding-bottom: 80px;
  align-items: flex-start;
}
.mc-about .company .left {
  width: 700px;
}
.mc-about .company .left p.big {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mc-about .company02 {
  padding-bottom: 96px;
  background: url(../images/img20.png) no-repeat center;
  background-size: cover;
}
.mc-about .company02 .itembox {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.mc-about .company02 .itembox .item {
  width: 32%;
  margin-top: 55px;
  background: #fff;
  position: relative;
  padding: 75px 30px 45px;
}
.mc-about .company02 .itembox .item:nth-child(1) {
  animation-delay: 0.1s;
}
.mc-about .company02 .itembox .item:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
  animation-delay: 0.2s;
}
.mc-about .company02 .itembox .item:nth-child(3) {
  animation-delay: 0.3s;
}
.mc-about .company02 .itembox .item .image {
  top: -55px;
  left: 50%;
  width: 110px;
  position: absolute;
  margin-left: -55px;
}
.mc-about .company02 .itembox .item .info .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  color: #333;
  line-height: 1;
}
.mc-about .company02 .itembox .item .info .title span {
  color: #2b3e7c;
}
.mc-about .company02 .itembox .item .info .desc {
  text-align: center;
}
.mc-about .company02 .itembox .item .info .desc p {
  font-size: 16px;
  line-height: 1.2;
  color: #666;
}
.mc-about .company02 .itembox .item .info .desc p span {
  color: #2b3e7c;
  font-weight: bold;
}
.mc-about .company03 {
  overflow: hidden;
}
.mc-about .company03 .itembox .item {
  display: flex;
  color: #2b3e7c;
  padding: 25px 120px;
  align-items: center;
  border: 1px solid #c0c0c0;
  transition: all 0.4s;
}
.mc-about .company03 .itembox .item .image {
  flex-shrink: 0;
}
.mc-about .company03 .itembox .item .desc {
  font-size: 20px;
  font-weight: bold;
  padding-left: 120px;
  text-align: justify;
  line-height: 1.8;
}
.mc-about .company03 .itembox .info {
  padding: 70px 0;
  text-align: center;
}
.mc-about .company03 .itembox .info p {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.mc-about .company03 .itembox .itembox02 {
  display: flex;
  margin-bottom: 82px;
  justify-content: space-between;
}
.mc-about .company03 .itembox .itembox02 .item02 {
  width: 31%;
  padding: 50px 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px -5px 51px 0px rgba(39, 56, 120, 0.2);
}
.mc-about .company03 .itembox .itembox02 .item02:nth-child(1) {
  animation-delay: 0.1s;
}
.mc-about .company03 .itembox .itembox02 .item02:nth-child(2) {
  animation-delay: 0.2s;
}
.mc-about .company03 .itembox .itembox02 .item02:nth-child(3) {
  animation-delay: 0.3s;
}
.mc-about .company03 .itembox .itembox02 .item02 .image {
  height: 150px;
  line-height: 150px;
}
.mc-about .company03 .itembox .itembox02 .item02 .desc {
  margin-top: 60px;
  font-size: 18px;
  color: #333;
}
.mc-about .company03 .itembox .itembox02 ~ .item {
  padding-left: 60px;
  padding-right: 60px;
}
.mc-about .company03 .itembox .itembox02 ~ .item .image {
  width: 410px;
}
.mc-about .company03 .itembox .itembox02 ~ .item .desc {
  padding-left: 70px;
}
.mc-about .company03 .itembox .itembox02 + .item {
  margin-bottom: 40px;
}
.mc-about .team .mc-title {
  padding-bottom: 46px;
}
/* ==================== 鍏充簬鎴戜滑 end ==================== */
/* ==================== 鐜悆缃戠粶 start ==================== */
.network {
  padding-bottom: 130px;
  background: url(../images/img27.png) no-repeat center;
  background-size: cover;
}
.network .itembox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.network .itembox .item {
  width: 48.5%;
  display: flex;
  color: #2b3e7c;
  background-image: linear-gradient(90deg, #2b3e7c, #7abdd5);
  padding: 30px 50px;
  align-items: center;
  transition: background-position 0.5s;
  border-radius: 10px;
  position: relative;
  min-height: 160px;
  overflow: hidden;
}
.network .itembox .item:hover {
  color: #fff;
}
.network .itembox .item:hover .title {
  color: #fff;
  border-right-color: #7abdd5;
}
.network .itembox .item:hover:after {
  left: 100%;
  opacity: 0;
  box-shadow: 0 0 0px 0px #fff;
}
.network .itembox .item &gt; .title,
.network .itembox .item &gt; ul {
  position: relative;
  z-index: 3;
}
.network .itembox .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.4s;
  box-shadow: 0 0 30px 60px #fff;
}
.network .itembox .item:nth-child(2) ~ .item {
  margin-top: 45px;
}
.network .itembox .item .title {
  color: #2b3e7c;
  text-align: center;
  margin-right: 40px;
  padding-right: 25px;
  border-right: 1px solid #cfcfcf;
}
.network .itembox .item .title &gt; div {
  line-height: 1;
}
.network .itembox .item .title .cn {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.network .itembox .item .title .en {
  font-size: 12px;
}
.network .itembox .item ul {
  margin-bottom: 0;
}

.network .itembox .item ul li {
  font-size: 18px;
}
.network .itembox .item ul p{margin: 0;}
.network .itembox .item ul li:first-child ~ li {
  margin-top: 10px;
}

/* ==================== 鐜悆缃戠粶 end ==================== */
/* ==================== 涓撲笟鏈嶅姟 start ==================== */
.professional02 {
  background: #f1f1f1;
}
.professional02 .box {
  display: flex;
  padding: 55px 0 120px;
}
.professional02 .left {
  width: 100%;
  max-width: 1200px;
  margin-right: 20px;
  padding: 50px 40px;
  background: #fff;
}
.professional02 .left h1 {
  color: #2b3e7c;
  font-size: 34px;
  margin-bottom: 34px;
  line-height: 1.2;
}
.professional02 .left .desc {
  color: #565656;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.professional02 .left .desc p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
}
.professional02 .left .title02 {
  margin-bottom: 30px;
}
.professional02 .left .title02 span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 30px;
  display: inline-block;
  background-image: linear-gradient(90deg, #2b3e7c, #7abdd5);
}
.professional02 .left ul {
  margin-bottom: 0;
}
.professional02 .left ul li {
  position: relative;
  padding-left: 30px;
  text-align: justify;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.professional02 .left ul li:first-child ~ li {
  margin-top: 25px;
}
.professional02 .left ul li:before {
  content: "";
  left: 2px;
  top: 8px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background: #2b3e7c;
  transform: rotate(45deg);
}
.professional02 .right {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 380px;
  background: #fff;
}
.professional02 .right .title {
  color: #fff;
  padding: 35px;
  font-size: 30px;
  padding-left: 90px;
  line-height: 1;
  background-image: linear-gradient(90deg, #2b3e7c, #7abdd5);
}
.professional02 .right .title:before {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/img30.png) no-repeat;
  background-size: 100%;
}
.professional02 .right ul {
  margin-bottom: 0;
  padding: 25px 35px;
}
.professional02 .right ul li {
  padding: 15px;
  text-align: center;
  color: #333;
  border: 1px solid #c5c5c5;
}
.professional02 .right ul li:first-child ~ li {
  margin-top: 24px;
}
.professional02 .right ul li.active,
.professional02 .right ul li:hover {
  color: #2b3e7c;
  border-color: #2b3e7c;
}
.professional02 .right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
}
/* ==================== 涓撲笟鏈嶅姟 end ==================== */
/* ==================== 鍚嶇瓥瑙嗛噹 start ==================== */
.mc-pdf {
  padding-bottom: 110px;
}
.mc-pdf .box {
  padding-top: 56px;
}
.mc-pdf .itembox {
  display: flex;
  flex-wrap: wrap;
}
.mc-pdf .itembox .item {
  width: 23.5%;
  font-size: 0;
  padding: 0 25px 50px;
  border: 1px solid #d7d7d7;
  margin-right: 2%;
}
.mc-pdf .itembox .item:nth-child(4n) {
  margin-right: 0;
}
.mc-pdf .itembox .item:nth-child(4) ~ .item {
  margin-top: 60px;
}
.mc-pdf .itembox .item .image {
  padding: 40px;
  border-bottom: 1px solid #d7d7d7;
}
.mc-pdf .itembox .item .title {
  width: 100%;
  padding: 35px 0;
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 1;
}
.mc-pdf .itembox .item .mc-btn-group {
  display: flex;
  justify-content: space-between;
}
.mc-pdf .itembox .item .mc-btn-group .btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  color: #666;
}
.mc-pdf .itembox .item .mc-btn-group .btn:after {
  content: "";
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/img32.png) no-repeat;
  background-size: 100% !important;
}
.mc-pdf .itembox .item .mc-btn-group .btn:hover {
  color: #fff;
  background: #2b3e7c;
}
.mc-pdf .itembox .item .mc-btn-group .btn:hover:after {
  filter: contrast(100);
}
.mc-pdf .itembox .item .mc-btn-group .btn:first-child {
  margin-right: 20px;
}
.mc-pdf .itembox .item .mc-btn-group .btn:nth-child(2):after {
  background: url(../images/img33.png) no-repeat;
}
.mc-pdf .itembox .item .mc-btn-group .btn a:hover {
  color: inherit;
}
/* ==================== 鍚嶇瓥瑙嗛噹 end ==================== */
/* ==================== 搴曢儴閫夐」鍗� start ==================== */
.mc-office .office {
  padding-bottom: 80px;
}
.map-tab {
  display: flex;
  color: #fff;
  margin-bottom: 0;
  justify-content: space-between;
  background: url(../images/img35.png) no-repeat center;
  background-size: cover;
}
.map-tab &gt; li {
  flex-grow: 1;
  padding: 60px 0;
  position: relative;
  padding-right: 20px;
}
.map-tab &gt; li:first-child {
  padding-left: 60px;
}
.map-tab &gt; li:last-child {
  padding-right: 60px;
}
.map-tab &gt; li a {
  width: 100%;
  height: 100%;
  display: block;
}
.map-tab &gt; li a:hover {
  color: inherit;
}
.map-tab &gt; li a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -17px;
  border: 17px solid #2b3e7c;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 999;
}
.map-tab &gt; li a .title-cn {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.map-tab &gt; li a .title-en {
  font-size: 18px;
  line-height: 1;
}
.map-tab &gt; li a .title-en:after {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  margin: 25px 0;
  background: #7abdd5;
}
.map-tab &gt; li a ul li {
  font-size: 16px;
}
.map-tab &gt; li a ul li:first-child ~ li {
  margin-top: 15px;
}
.tab-content {
  height: 560px;
}
.tab-content .tab-pane {
  height: 100%;
}
.tab-content .tab-pane .map {
  width: 100%;
  height: 100%;
}
.tab-content .tab-pane .map label {
  max-width: initial;
}
.tab-content .tab-pane .map img {
  max-width: initial !important;
}
/* ==================== 搴曢儴閫夐」鍗� end ==================== */
/* ==================== 鎶樺彔閫夐」鍗� end ==================== */
.mc-joinus .joinus {
  padding-top: 80px;
  padding-bottom: 45px;
}
.mc-joinus .joinus .card {
  position: relative;
  margin-bottom: 45px;
}
.mc-joinus .joinus .card .card-header {
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(90deg, #2b3e7c, #7abdd5);
}
.mc-joinus .joinus .card .card-header .card-link[aria-expanded=true]:after {
  transform: rotate(0);
}
.mc-joinus .joinus .card .card-header .card-link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 50px;
  background: url(../images/img37.png) no-repeat;
  background-size: 100%;
  transition: all 0.4s;
  transform: rotate(180deg);
}
.mc-joinus .joinus .card .card-header a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 34px;
}
.mc-joinus .joinus .card .card-header a:hover {
  color: inherit;
}
.mc-joinus .joinus .card .card-body {
  padding: 30px;
  padding-top: 70px;
}
.mc-joinus .joinus .card .card-body .itembox {
  display: flex;
}
.mc-joinus .joinus .card .card-body .itembox .item {
  width: 45%;
}
.mc-joinus .joinus .card .card-body .itembox .item:first-child {
  width: 50%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: 1px solid #ddd;
}
.mc-joinus .joinus .card .card-body .itembox .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  line-height: 1;
}
.mc-joinus .joinus .card .card-body .itembox .item ul li {
  line-height: 1.8;
  color: #666;
}
.mc-joinus .joinus .card .card-body .itembox .item ul li:first-child ~ li {
  margin-top: 20px;
}
.mc-joinus .joinus .card .card-body .join {
  text-align: center;
}
.mc-joinus .joinus .card .card-body .join .btn {
  color: #2b3e7c;
  font-size: 18px;
  border-radius: 0;
  margin-top: 80px;
  padding: 12px 45px;
  transition: all 0.4s;
  border: 1px solid #2b3e7c;
  line-height: 1;
}
.mc-joinus .joinus .card .card-body .join .btn.focus,
.mc-joinus .joinus .card .card-body .join .btn:focus,
.mc-joinus .joinus .card .card-body .join .btn:active {
  box-shadow: none;
}
.mc-joinus .joinus .card .card-body .join .btn:hover {
  color: #fff;
  background: #2b3e7c;
}
/* ==================== 鎶樺彔閫夐」鍗� end ==================== */
/* ==================== 鍦ㄧ嚎鐣欒█ start ==================== */
.mc-connect .connect {
  padding: 90px 0;
}
.mc-connect .connect .box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  max-width: 1600px;
  margin-left: auto;
}
.mc-connect .connect .right {
  padding-left: 50px;
}
.mc-connect .connect .right form .row {
  margin-bottom: 0;
  flex-flow: column;
}
.mc-connect .connect .right form .row .col {
  width: 100%;
  margin-bottom: 20px;
}
.mc-connect .connect .right form .row textarea {
  height: 250px;
}
.mc-connect .connect .right form .btn {
  display: table;
  margin-right: 0;
  margin-left: auto;
}
/* ==================== 鍦ㄧ嚎鐣欒█ end ==================== */
/* ==================== 鏂伴椈鍒楄〃 start ==================== */
.news {
  padding-top: 56px;
  padding-bottom: 1px;
}
.news .news-item {
  padding: 30px;
  position: relative;
  background: #fff;
  margin-bottom: 35px;
  transition: all 0.5s;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.5s;
}
.news .news-item:hover {
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.news .news-item:hover .tit h3 {
  color: #333;
}
.news .news-item:hover .more span {
  color: #fff;
  background-color: #2b3e7c;
}
.news .news-item:hover img {
  transform: scale(1.2);
}
.news .news-item a {
  width: 100%;
  display: flex;
  align-items: center;
}
.news .news-item a .right {
  flex-grow: 1;
}
.news .news-item .image {
  width: 290px;
  height: 180px;
  overflow: hidden;
  margin-right: 30px;
}
.news .news-item .image img {
  transition: all 0.4s;
}
.news .news-item .tit {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
}
.news .news-item .tit h3 {
  margin: 0;
  font-size: 18px;
  color: #565656;
  padding-right: 25%;
  font-weight: normal;
  padding-bottom: 15px;
}
.news .news-item .date {
  right: 0;
  top: 0;
  font-size: 14px;
  position: absolute;
  color: #666;
}
.news .news-item .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}
.news .news-item .more {
  margin-top: 15px;
  border: none;
  padding: 0;
}
.news .news-item .more span {
  width: 130px;
  color: #000;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  border: 1px solid #e1e1e1;
  color: #666;
  -webkit-transition: all 0.5s ease;
}
/* ==================== 鏂伴椈鍒楄〃 end ==================== */
/* ==================== 鏂伴椈璇︽儏 start ==================== */
.news-desc .box {
  margin-top: 35px;
  padding: 45px 25px;
  margin-bottom: 35px;
  background: #f9f9f9;
}
.news-desc .title {
  font-size: 28px;
  color: #333;
  padding-bottom: 20px;
}
.news-desc .info {
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.news-desc .info .text {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-right: 20px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
.news-desc .info .tip {
  border: 1px solid #999;
  border-radius: 100px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.news-desc .info .tip + .text {
  border-left: 0;
}
.news-desc .article {
  line-height: 1.8em;
}
.news-desc .article img {
  display: block;
  margin: 0 auto;
}
/* ==================== 鏂伴椈璇︽儏 end ==================== */
@media screen and (max-width: 1600px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar .navbar-brand {
    min-width: auto;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .navbar .navbar-brand img {
    width: 100px;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding-left: 10px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 5px;
  }
  .navbar .navbar-collapse .right .link {
    padding: 0 5px;
  }
  .navbar .navbar-collapse .right .link3 ~ .link {
    padding: 0;
  }
  .company .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .connect .right {
    padding-right: 20px;
  }
  .mc-about .company02 {
    padding-bottom: 50px;
  }
  .mc-about .company02 .itembox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mc-about .company02 .itembox .item {
    padding-bottom: 20px;
  }
  .mc-about .company03 .itembox .item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mc-about .company03 .itembox .item .desc {
    padding-left: 50px;
  }
  .professional ul li {
    margin-bottom: 20px;
  }
  .mc-pdf .itembox .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .mc-pdf .itembox .item:nth-child(4) ~ .item {
    margin-top: 20px;
  }
  .mc-pdf .itembox .item .mc-btn-group .btn:first-child {
    margin-right: 5px;
  }
  .mc-pdf .itembox .item .mc-btn-group .btn:after {
    margin-left: 5px;
  }
  .mc-news-desc .news-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .professional02 .box {
    padding: 40px 20px;
  }
  footer .top {
    padding: 45px 20px;
  }
  footer .top .item h2 {
    font-size: 24px;
  }
  .vision {
    padding-bottom: 50px;
  }
  .vision .box {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1400px) {
  .mc-title {
    padding: 70px 0 40px;
  }
  .connect .right form .row {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .connect .right form .row textarea {
    margin-top: 20px;
  }
  .connect .right form button {
    display: block;
    margin: 0 auto;
  }
  .team .swiper-container .swiper-slide .image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .team .swiper-container .swiper-slide .info {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0 20px;
    transition: all 0.4s;
  }
  .navbar .navbar-brand {
    min-width: 100px;
    margin-right: 20px;
    transition: all 0.4s;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding-left: 20px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 10px;
    transition: all 0.4s;
  }
  .mc-title {
    padding: 50px 0;
  }
  .mc-title .cn {
    font-size: 35px;
  }
  .company .box {
    padding: 30px;
    flex-flow: column;
  }
  .company .left {
    width: auto;
    margin-bottom: 30px;
  }
  .company .left img {
    margin: 0 auto;
  }
  .company .left p.big {
    padding-bottom: 20px;
  }
  .company .left .mc-btn {
    text-align: center;
  }
  .professional ul li {
    width: 49%;
    margin: 0;
  }
  .professional ul li:nth-child(2) ~ li {
    margin-top: 2%;
  }
  .professional ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .vision {
    padding: 0 20px;
  }
  .connect .box {
    flex-flow: column;
  }
  .connect .left {
    padding: 40px 20px;
  }
  .connect .left .mc-title {
    padding-top: 0;
  }
  .connect .left a {
    margin-top: 40px;
  }
  .connect .right {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .connect .right form {
    width: 100%;
  }
  footer .top {
    padding: 50px 20px;
  }
  footer .top .item:nth-child(2) {
    flex-grow: 1;
  }
  footer .top .item:nth-child(2) ul {
    flex-flow: column;
  }
  footer .top .item:nth-child(2) ul &gt; div:nth-child(2) {
    margin-left: 0 !important;
  }
  .mc-about .company .left {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .mc-about .company .image {
    margin: 0 auto;
  }
  .mc-about .company03 .itembox .item {
    padding: 25px;
  }
  .mc-about .company03 .itembox .item .image {
    flex-shrink: inherit;
  }
  .mc-about .company03 .itembox .item .desc {
    padding-left: 30px;
    font-size: 18px;
  }
  .mc-about .company03 .itembox .info {
    padding: 50px 0;
  }
  .mc-about .company03 .itembox .itembox02 {
    margin-bottom: 40px;
  }
  .mc-about .company03 .itembox .itembox02 .item02 {
    padding: 30px 20px;
  }
  .mc-about .company03 .itembox .itembox02 .item02 .image {
    padding: 0 50px;
  }
  .mc-about .company03 .itembox .itembox02 .item02 .desc {
    margin-top: 0px;
  }
  .team {
    padding-bottom: 40px;
  }
  .network {
    padding-bottom: 40px;
  }
  .network .itembox .item {
    padding: 20px;
  }
  .network .itembox .item .title {
    margin-right: 10px;
    flex-shrink: 0;
    padding-right: 10px;
  }
  .network .itembox .item ul li {
    font-size: 16px;
  }
  .mc-connect .connect .left,
  .mc-connect .connect .right {
    width: 100%;
  }
  .mc-connect .connect .right form .btn {
    margin: 0 auto;
  }
  .mc-pdf .itembox .item .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mc-pdf .itembox .item .mc-btn-group {
    flex-flow: column;
  }
  .mc-pdf .itembox .item .mc-btn-group .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 751px) {
  .vision{padding-bottom:20px;}
  .navbar {
    height: auto;
    padding: 0;
  }
  .navbar .navbar-brand {
    flex-grow: 1;
    display: block;
    height: 60px;
    min-width: auto;
    margin-left: 20px;
    margin-right: 0;
  }
  .navbar .navbar-brand img {
    height: 100%;
    width: auto;
  }
  .navbar .m-language-btn {
    display: flex;
    align-items: center;
  }
  .navbar .m-language-btn a {
    font-weight: 700;
    color: #333;
  }
  .navbar .m-language-btn .dropdown-menu {
    min-width: auto;
  }
  .navbar .navbar-toggler &gt; span,
  .navbar .navbar-toggler:before,
  .navbar .navbar-toggler:after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #2b3e7c;
  }
  .navbar .navbar-toggler &gt; span {
    margin: 5px 0;
  }
  .navbar .navbar-collapse {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    overflow: auto;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding: 15px;
    height: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0;
  }
  .navbar .navbar-collapse .right {
    display: none;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .navbar .navbar-collapse .right .link {
    line-height: 1.8;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar .navbar-collapse .right .link:nth-child(1) {
    text-align: left;
  }
  .navbar .navbar-collapse .right .pc-language-btn {
    display: none;
  }
  .navbar .navbar-collapse .right .form-inline {
    display: none;
  }
  .mc-container {
    padding-top: 60px;
  }
  .banner-swiper .swiper-pagination-bullets {
    bottom: 10px;
  }
  .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .mc-btn {
    text-align: center;
  }
  .mc-btn a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .mc-title {
    padding: 30px 0;
  }
  .mc-title .cn {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .mc-title .en {
    font-size: 16px;
  }
  .company .box {
    padding: 20px;
    flex-flow: column;
  }
  .company .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .company .left &gt; img {
    margin-bottom:20px;
  }
  .company .left p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  .company .left p.big {
    font-size: 18px;
    text-indent: 2em;
    padding-bottom: 20px;
    line-height: 1.5;
    margin-top:10px;
  }
  .professional {
    padding-bottom: 20px;
  }
  .professional ul li {
    width: 49%;
    margin-left: 0 !important;
  }
  .professional ul li:last-child {
    margin-bottom: 0;
  }
  .professional ul li a {
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }
  .professional ul li a:after{
    right:10px;
    width:6px;
    height:6px;
    margin-top:-3px;
  }
  .vision {
    padding: 0 20px;
  }
  .vision .box {
    padding: 20px;
    flex-wrap: wrap;
    background-position-x: -225px;
    background: #24376d;
  }
  .vision .item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .vision .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .vision .item img {
    width: 40px;
    margin-bottom: 0;
  }
  .vision .item .title {
    margin: 10px 0;
    font-size: 20px;
  }
  .vision .item .title:after {
    width: 33px;
    margin: 10px auto 20px;
  }
  .vision .item .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .vision .item .desc p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .team {
    padding-bottom: 0;
  }
  .team .box {
    padding-bottom: 20px;
  }
  .team .swiper-container {
    padding-top: 0;
  }
  .team .swiper-container .swiper-slide .item {
    padding: 50px 20px 20px;
    height: auto;
  }
  .team .swiper-container .swiper-slide .image {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .team .swiper-container .swiper-slide .info {
    height: auto;
    padding: 10px;
    padding-top: 70px;
    border-radius: 10px;
    box-shadow: 0px -2px 10px 0px rgba(39, 56, 120, 0.2);
  }
  .team .swiper-container .swiper-slide .info .name {
    font-size: 18px;
    font-weight: 700;
  }
  .team .swiper-container .swiper-slide .info .en-name {
    padding: 10px 0 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .team .swiper-container .swiper-slide .info .tag {
    font-size: 16px;
  }
  .team .swiper-container .swiper-slide .info ul li {
    font-size: 14px;
  }
  .team .swiper-container .swiper-slide .info ul li:last-child {
    padding-bottom: 0;
  }
  .team .swiper-pagination {
    margin-top: 0;
  }
  .team .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
  }
  .team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
  }
  .connect {
    flex-wrap: wrap;
  }
  .connect .left {
    width: 100%;
    padding: 20px 20px 50px;
    min-width: auto;
  }
  .connect .left .mc-title {
    padding-top: 20px;
    text-align: center;
  }
  .connect .left .mc-title:after {
    width: 45px;
    height: 2px;
    margin: 20px auto;
  }
  .connect .left .mc-title .cn {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .connect .left ul li {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .connect .left a {
    margin-top: 60px;
    text-align: center;
  }
  .connect .right {
    padding: 20px;
  }
  .connect .right .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .connect .right form .row {
    margin: 0;
    width: 100%;
    flex-flow: column;
  }
  .connect .right form .row input {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .connect .right form .row textarea {
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    height: 150px;
  }
  .connect .right form .row .col {
    flex-shrink: 0;
    width: 100%;
    padding: 0;
  }
  .connect .right form button {
    display: block;
    margin: 10px auto 0;
    font-size: 14px;
    padding: 10px 30px;
  }
  footer .box.top {
    display: none;
    padding: 20px;
    flex-flow: column;
  }
  footer .box.top .item {
    flex: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .box.top .item h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  footer .box.top .item ul {
    margin-bottom: 0;
    flex-flow: column;
  }
  footer .box.top .item ul &gt; div:first-child + div {
    margin-left: 0;
  }
  footer .box.top .item ul li {
    margin-bottom: 15px;
  }
  footer .box.top .item ul li:last-child {
    margin-bottom: 0;
  }
  footer .bottom {
    padding: 20px;
  }
  footer .bottom .text {
    margin-top: 10px;
    line-height: 1.5;
  }
  .navbar02 .box {
    flex-flow: column;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar02 .nav-title {
    padding: 20px 0px 15px;
    margin-top: 0px;
    color: #2b3e7c;
    background-image: none;
  }
  .navbar02 .nav-title .cn {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .navbar02 .nav-title .en {
    font-size: 12px;
  }
  .navbar02 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .navbar02 ul li {
    margin-left: 0;
    width: auto;
  }
  .navbar02 ul li a {
    padding: 5px 0;
    margin: 0 10px;
    font-size: 16px;
  }
  .navbar02 .desc {
    padding: 15px 0;
    padding-top: 0;
    font-size: 16px;
    text-align: justify;
  }
  .navbar02 .desc:before {
    display: none;
  }
  .mc-about .company .box {
    padding-bottom: 20px;
  }
  .mc-about .company .left {
    width: auto;
    margin-right: 0;
  }
  .mc-about .company .left p.big {
    font-size: 18px;
  }
  .mc-about .company02 {
    padding-bottom: 20px;
  }
  .mc-about .company02 .itembox {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .mc-about .company02 .itembox .item {
    width: 100%;
    padding: 20px;
    padding-top: 55px;
    margin-top: 35px;
    margin-bottom: 20px;
    min-height: 200px;;
  }
  .mc-about .company02 .itembox .item:last-child {
    margin-bottom: 0;
  }
  .mc-about .company02 .itembox .item .image {
    width: 70px;
    top: -35px;
    margin-left: -35px;
  }
  .mc-about .company02 .itembox .item .info .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .mc-about .company02 .itembox .item .info .desc p {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .mc-about .company02 .itembox .item .info .desc p:last-child {
    margin-bottom: 0;
  }
  .mc-about .company03 .itembox {
    padding: 0 20px;
  }
  .mc-about .company03 .itembox .item {
    padding: 15px;
    flex-flow: column;
  }
  .mc-about .company03 .itembox .item .image {
    width: 120px;
  }
  .mc-about .company03 .itembox .item .desc {
    padding: 0;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
  }
  .mc-about .company03 .itembox .info {
    padding: 20px 0;
  }
  .mc-about .company03 .itembox .info p {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .mc-about .company03 .itembox .itembox02 {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .mc-about .company03 .itembox .itembox02 .item02 {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 0px -2px 20px 0px rgba(39, 56, 120, 0.2);
  }
  .mc-about .company03 .itembox .itembox02 .item02 .image {
    height: auto;
    line-height: 0;
    font-size: 0;
  }
  .mc-about .company03 .itembox .itembox02 .item02 .image img {
    width: 175px;
  }
  .mc-about .company03 .itembox .itembox02 .item02 .desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .mc-about .company03 .itembox .itembox02 ~ .item {
    padding: 15px;
    margin-bottom: 15px;
  }
  .mc-about .company03 .itembox .itembox02 ~ .item:last-child {
    margin-bottom: 0;
  }
  .mc-about .company03 .itembox .itembox02 ~ .item .image {
    width: 80%;
    margin-bottom: 20px;
  }
  .mc-about .company03 .itembox .itembox02 ~ .item .desc {
    padding: 0;
  }
  .network {
    padding-bottom: 20px;
  }
  .network .itembox {
    padding: 0 20px;
    flex-flow: column;
  }
  .network .itembox .item {
    width: 100%;
    padding: 15px;
    flex-flow: column;
    border-radius: 5px;
    min-height: 180px;
    text-align: center;
    line-height: 1.8em;
  }
  .network .itembox .item:first-child ~ .item {
    margin-top: 20px;
  }
  .network .itembox .item .title {
    padding: 0;
    margin: 0 0 15px;
    border-right: 0;
  }
  .network .itembox .item .title .cn {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .network .itembox .item ul li {
    font-size: 16px;
    text-align: center;
  }
  .network .itembox .item ul li:first-child ~ li {
    margin-top: 5px;
  }
  .professional02 .box {
    padding: 15px;
    display: flex;
    flex-flow: column;
  }
  .professional02 .left {
    margin-bottom: 15px;
    padding: 20px;
  }
  .professional02 .left .title02 {
    margin-bottom: 15px;
  }
  .professional02 .left .title02 span {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
  }
  .professional02 .left ul li {
    font-size: 16px;
  }
  .professional02 .left ul li:first-child ~ li {
    margin-top: 10px;
  }
  .professional02 .left .desc {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .professional02 .left .desc p {
    font-size: 16px;
  }
  .professional02 .left h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .professional02 .right {
    min-width: 100%;
  }
  .professional02 .right .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 18px;
  }
  .professional02 .right .title:before {
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-right: 10px;
  }
  .professional02 .right ul {
    padding: 15px;
  }
  .professional02 .right ul li {
    padding: 5px;
    font-size: 14px;
  }
  .professional02 .right ul li:first-child ~ li {
    margin-top: 10px;
  }
  .mc-pdf {
    padding: 20px;
  }
  .mc-pdf .box {
    padding-top: 0;
  }
  .mc-pdf .itembox {
    flex-wrap: wrap;
  }
  .mc-pdf .itembox .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 0 !important;
  }
  .mc-pdf .itembox .item:first-child ~ .item {
    margin-top: 15px;
  }
  .mc-pdf .itembox .item .image {
    padding: 0;
    height: 200px;
    overflow: hidden;
  }
  .mc-pdf .itembox .item .image img {
    width: 100%;
  }
  .mc-pdf .itembox .item .title {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .mc-pdf .itembox .item .mc-btn-group .btn {
    font-size: 14px;
  }
  .mc-pdf .itembox .item .mc-btn-group .btn:first-child {
    margin-right: 10px;
  }
  .mc-office .office {
    padding-bottom: 0;
  }
  .map-tab {
    padding: 20px;
    flex-wrap: wrap;
  }
  .map-tab &gt; li {
    padding: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .map-tab &gt; li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
  }
  .map-tab &gt; li a {
    text-align: center;
  }
  .map-tab &gt; li a:after {
    display: none !important;
  }
  .map-tab &gt; li a .title-cn {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  .map-tab &gt; li a .title-en:after {
    width: 40px;
    height: 2px;
    margin: 15px auto;
  }
  .map-tab &gt; li a ul li:first-child ~ li {
    margin-top: 10px;
  }
  .tab-content {
    display: none;
  }
  .mc-joinus .joinus {
    padding: 20px;
  }
  .mc-joinus .joinus .card {
    margin-bottom: 0;
  }
  .mc-joinus .joinus .card:first-child ~ .card {
    margin-top: 15px;
  }
  .mc-joinus .joinus .card .card-header {
    font-size: 16px;
  }
  .mc-joinus .joinus .card .card-header a {
    padding: 15px;
  }
  .mc-joinus .joinus .card .card-header .card-link:after {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 10px;
  }
  .mc-joinus .joinus .card .card-body {
    padding: 15px;
  }
  .mc-joinus .joinus .card .card-body .itembox {
    flex-flow: column;
  }
  .mc-joinus .joinus .card .card-body .itembox .item {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .mc-joinus .joinus .card .card-body .itembox .item:first-child {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mc-joinus .joinus .card .card-body .itembox .item .title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  .mc-joinus .joinus .card .card-body .itembox .item ul li:first-child ~ li {
    margin-top: 5px;
  }
  .mc-joinus .joinus .card .card-body .join .btn {
    margin-top: 0;
    font-size: 14px;
    padding: 10px 20px;
  }
  .mc-connect .connect {
    padding: 20px 0 0;
  }
  .mc-connect .connect .box {
    flex-flow: column;
  }
  .mc-connect .connect .right {
    padding: 20px;
  }
  .mc-connect .connect .right form .btn {
    margin: 10px auto 0;
  }
  .mc-connect .connect .right form .row .col {
    margin-bottom: 0;
  }
  .news {
    padding: 20px;
  }
  .news .news-item {
    padding: 15px;
    margin-bottom: 0;
  }
  .news .news-item:first-child ~ .news-item {
    margin-top: 20px;
  }
  .news .news-item:hover {
    box-shadow: 0px 1spx 7px 1px #080103;
  }
  .news .news-item .left {
    width: 100%;
  }
  .news .news-item a {
    flex-flow: column;
  }
  .news .news-item a .image {
    margin: 0;
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 15px;
  }
  .news .news-item a .image img {
    width: 100%;
  }
  .news .news-item .tit {
    margin-bottom: 10px;
  }
  .news .news-item .tit h3 {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .news .news-item .date {
    position: static;
    padding: 5px 0;
  }
  .news .news-item .info {
    line-height: 1.5;
  }
  .news .news-item .more {
    text-align: center;
  }
  .news-desc .box {
    margin: 0;
    padding: 20px;
  }
  .news-desc .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .news-desc .info {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-desc .info .text {
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8;
  }

  .company .image{padding:0;}
  .company .image:after{display:none;}
  .company .image .img-content{border-radius: 0;height: 190px;}
  .company .box&gt;.mc-btn{margin-top:20px;}
  .company .left{margin-bottom: 0;}
  .m-none{display: none!important;}
}
@media screen and (min-width: 751px) {
  .pc-none{display: none!important;}
  .m-language-btn {
    display: none;
  }
  .navbar .dropdown-menu {
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0.65rem 2.1rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .team .swiper-container .swiper-slide .item:hover {
    transform: translateY(-20px);
  }
  .team .swiper-container .swiper-slide .item:hover .image img {
    transform: scale(1.2);
  }
  .team .swiper-container .swiper-wrapper{align-items:stretch;}
}

@media only screen and (max-width: 768px) {
  .mc-office .office{ padding-bottom: 40px;}
.mc-pdf .box{padding-left:0;padding-right:0;}
.professional02 .left{    order: 2;}
}
</pre></body></html>