@charset "UTF-8";
/*====================导航*********/
.ant2, .ant3, .ant_3, .ant_33, .ant4 {
  opacity: 0;
}

.zhanwei {
  height: 100px;
}

.marB30 {
  margin-bottom: 30px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prbgcolor {
  background-color: #f5f5f5;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100px;
  background-color: #ffffff;
}

/*左侧logo*/
.header .left {
  overflow: hidden;
  margin-right: 50px;
}

.header .left a img {
  margin-top: 12px;
}

.header .left .img2 {
  display: none;
}

/*右侧*/
.header .nav {
  transition: 0.5s;
  height: 100%;
  display: block;
}

.header .tophone {
  margin-top: 10px;
}

.header .navbar_nav li {
  float: left;
  position: relative;
  height: 100px;
  margin: 0px 16px;
  display: block;
  overflow: hidden;
}
.header .navbar_nav li a {
  display: block;
  height: 100px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 100px;
  color: #000000;
}
.header .navbar_nav li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #e63d38;
  position: absolute;
  bottom: 30px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover {
  transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover::after {
  width: 100%;
}
.header .navbar_nav li:hover a {
  color: #e63d38;
  font-weight: bolder;
}

.header .navbar_nav .search {
  height: 100px;
  padding: 0px 0px 0px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #f2f8ff;
  z-index: 9999;
  display: none;
}
.searchBox .closeBtn {
  position: absolute;
  right: 100px;
  top: 100px;
}
.searchBox .search__form {
  width: 70%;
  margin: 0 auto;
}
.searchBox .search__form .search__input {
  font-size: 3vw;
  font-weight: lighter;
  line-height: 2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30%;
  color: #e63d38;
  border-bottom: 2px solid;
  background: transparent;
}
.searchBox .search__form .search__info {
  color: #e63d38;
  font-size: 2.5rem;
  line-height: 2;
}
.searchBox .search__form input::-webkit-input-placeholder, .searchBox .search__form textarea::-webkit-input-placeholder {
  color: #e63d38;
  font-size: 2.5rem;
}
.searchBox .search__form input:-moz-placeholder, .searchBox .search__form textarea:-moz-placeholder {
  color: #e63d38;
  font-size: 2.5rem;
}
.searchBox .search__form input::-moz-placeholder, .searchBox .search__form textarea::-moz-placeholder {
  color: #e63d38;
  font-size: 2.5rem;
}
.searchBox .search__form input:-ms-input-placeholder, .searchBox .search__form textarea:-ms-input-placeholder {
  color: #e63d38;
  font-size: 2.5rem;
}

/*白色背景的头部*/
#navToggle {
  display: none;
}

.m_nav {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f2f8ff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all 0.6s;
  top: 0;
  transform: translateX(100%);
}

.m_nav.open {
  transform: translateX(0);
}

.m_nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m_nav .ul {
  margin-top: 30px;
}

.m_nav .ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #e63d38;
}

.m_nav .ul li:last-child {
  border: none;
}

.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #e63d38;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.m_nav .ul li .dropdown_menu {
  display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m_nav .ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.pageOne img {
  width: 100%;
  height: 100%;
}

.pageTwo {
  background: url("../images/section2_bg.png") no-repeat left top;
  background-size: cover;
}
.pageTwo .container h3 {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.pageTwo .container p {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 2.5rem;
}
.pageTwo .container .pageTwoCon {
  background-color: #fff;
  padding: 15px 0px;
}
.pageTwo .container .pageTwoCon .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.pageTwo .container .pageTwoCon .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  transform: scale(0.95);
}
.pageTwo .container .pageTwoCon .swiper-container .swiper-wrapper .swiper-slide a img:hover {
  transform: scale(1);
  transition: all 0.5s;
}

.pageThree .container .firstHotNews .newsLeft img {
  width: 100%;
  height: auto;
}
.pageThree .container .firstHotNews .newsRight {
  padding-left: 30px;
}
.pageThree .container .firstHotNews .newsRight .Hotdate {
  font-size: 1.5rem;
  padding: 20px 0px;
}
.pageThree .container .firstHotNews .newsRight .Hotdate::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 5px;
  background-color: #e63d38;
}
.pageThree .container .firstHotNews .newsRight .HotnewsTittle {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.pageThree .container .firstHotNews .newsRight .HotnewsCon {
  font-size: 1.5rem;
  line-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
.pageThree .container .firstHotNews .newsRight a {
  display: block;
  width: 120px;
  padding: 10px 30px;
  background-color: #e63d38;
  font-size: 1.5rem;
  color: #fff;
}
.pageThree .container .secHotNews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pageThree .container .secHotNews .hotNewsBox {
  width: 32%;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #e5e5e5;
  transition: all 0.5s;
}
.pageThree .container .secHotNews .hotNewsBox .Hotdate {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.pageThree .container .secHotNews .hotNewsBox .Hotdate::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 5px;
  background-color: #e63d38;
}
.pageThree .container .secHotNews .hotNewsBox .HotnewsTittle {
  font-size: 2rem;
  margin-bottom: 10px;
}
.pageThree .container .secHotNews .hotNewsBox .HotnewsCon {
  font-size: 1.5rem;
  line-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.pageThree .container .secHotNews .hotNewsBox a {
  font-size: 1.5rem;
  color: #ababab;
}
.pageThree .container .secHotNews .hotNewsBox:hover {
  background-color: #e63d38;
  box-shadow: 0px 0px 10px #e63d38;
  cursor: pointer;
  transition: all 0.5s;
}
.pageThree .container .secHotNews .hotNewsBox:hover .Hotdate, .pageThree .container .secHotNews .hotNewsBox:hover .HotnewsTittle, .pageThree .container .secHotNews .hotNewsBox:hover .HotnewsCon {
  color: #fff;
}
.pageThree .container .secHotNews .hotNewsBox:hover .Hotdate::after, .pageThree .container .secHotNews .hotNewsBox:hover .HotnewsTittle::after, .pageThree .container .secHotNews .hotNewsBox:hover .HotnewsCon::after {
  background-color: #fff;
}
.pageThree .container .secHotNews .hotNewsBox:hover a {
  color: #fff;
}

.pageFour {
  background: url("../images/section4_bg.png") no-repeat left top;
  background-size: cover;
  position: relative;
}
.pageFour .container h3 {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.pageFour .container p {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.pageFour .container .row .indexContact {
  padding: 60px 15px;
  border-radius: 15px;
  transition: all 0.5s;
}
.pageFour .container .row .indexContact:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.pageFour .container .row .indexContact p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.pageFour .container .row .indexContact p img {
  max-width: 100%;
  height: auto;
}
.pageFour .footer2 {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 150px;
  padding: 20px 0px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.footer {
  background-color: #333333;
}
.footer .footerTittleBox {
  padding: 20px 0px;
  border-bottom: solid 1px #082740;
}
.footer .footerTittleBox .footerTittle {
  font-size: 16px;
  color: #ffffff;
}
.footer .footTextBox .footText {
  border-right: solid 1px #636363;
  margin: 40px 0px 40px 30px;
}
.footer .footTextBox .footText:nth-child(3) {
  border: none;
}
.footer .footTextBox .footText h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .footTextBox .footText ul {
  overflow: hidden;
}
.footer .footTextBox .footText ul li {
  line-height: 36px;
  color: #cccccc;
}
.footer .footTextBox .footText ul li a {
  display: block;
  width: 120px;
  color: #cccccc;
}
.footer .footTextBox .footText ul li a:hover {
  color: #e63d38;
}
.footer .footTextBox .footText ul li img {
  margin: 10px 0px;
}
.footer .footTextBox .gotop {
  width: 60px;
  padding: 30px 0px;
  border: solid 1px #636363;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  color: #cccccc;
}
.footer .footTextBox .gotop img {
  margin-bottom: 10px;
}
.footer .footTextBox .gotop:hover {
  cursor: pointer;
}
.footer .footerBt {
  border-top: solid 1px #636363;
  color: #ffffff;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
}

.bannerBox {
  position: relative;
  height: 500px;
}
.bannerBox #universe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.bannerBox img {
  width: 100%;
  height: 100%;
}
.bannerBox .consultingBanner {
  width: 100%;
  left: 0;
  top: 40%;
  position: absolute;
  text-align: center;
}
.bannerBox .consultingBanner h3 {
  color: #ffffff;
  font-size: 30px;
}
.bannerBox .consultingBanner p {
  color: #ffffff;
  font-size: 16px;
  padding: 30px 0px;
}
.bannerBox .consultingBanner h4 a {
  padding: 8px 30px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #092b49;
}
.bannerBox .consultingBanner h4 a:hover {
  color: #ffffff;
  background-color: #092b49;
}

.secNav {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-bottom: solid 1px #e6e6e6;
}
.secNav h3 {
  font-size: 14px;
  line-height: 60px;
  color: #878787;
}
.secNav h3::before {
  content: "";
  width: 8px;
  height: 26px;
  display: block;
  float: left;
  margin-top: 17px;
  background-color: #e63d38;
  margin-right: 8px;
}
.secNav ul {
  display: flex;
  justify-content: flex-end;
}
.secNav ul li a {
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px;
}
.secNav ul li .on {
  color: #e63d38;
}

.consultingContent {
  background-color: #f5f5f5;
  padding: 50px 0px;
}
.consultingContent .consultingBox {
  padding: 0px 5px;
  margin: 5px 0px;
  height: 177px;
  position: relative;
}
.consultingContent .consultingBox a {
  display: block;
  width: 100%;
  height: 177px;
  overflow: hidden;
  transition: all 0.5s;
}
.consultingContent .consultingBox a img {
  width: 100%;
}
.consultingContent .consultingBox a .consultingText {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 10px;
  transition: all 0.5s;
  z-index: 9999;
}
.consultingContent .consultingBox a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.productContent .container {
  overflow: hidden;
}
.productContent .container .productTextBox {
  display: flex;
  align-items: center;
  margin: 100px 0px;
}
.productContent .container .productTextBox h3 {
  font-size: 25px;
  color: #092b49;
}
.productContent .container .productTextBox .productText {
  font-size: 14px;
  color: #878787;
  line-height: 24px;
  padding: 30px 30px 30px 0px;
}
.productContent .container .productTextBox a {
  padding: 10px 30px;
  background-color: #e63d38;
  font-size: 14px;
  color: #ffffff;
  border-radius: 20px;
}
.productContent .container .productImgBox {
  margin: 100px 0px;
  overflow: hidden;
}
.productContent .container .productImgBox img {
  width: 100%;
  border-radius: 10px;
}

.displayContent {
  padding: 40px 0px;
}
.displayContent .container .displayConBox .disImg {
  margin-bottom: 20px;
}
.displayContent .container .displayConBox .disImg a {
  overflow: hidden;
}
.displayContent .container .displayConBox .disImg a .displayImgBox {
  overflow: hidden;
}
.displayContent .container .displayConBox .disImg a .displayImgBox img {
  max-width: 100%;
  transition: all 0.5s;
}
.displayContent .container .displayConBox .disImg a .displayImgBox img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.displayContent .container .displayConBox .disImg a h3 {
  margin: 15px 0px;
  font-size: 14px;
  text-align: center;
  color: #000000;
}

.aboutContent {
  padding: 60px 0px;
}
.aboutContent .aboutTextBox h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.aboutContent .aboutTextBox h3 p {
  font-size: 1.5rem;
  line-height: 25px;
  color: #878787;
  margin-bottom: 10px;
  font-weight: normal;
}
.aboutContent .aboutTextBox p {
  font-size: 1.5rem;
}
.aboutContent .aboutTextBox .row {
  margin-top: 30px;
}
.aboutContent .aboutTextBox .row .aboutImgBox {
  text-align: center;
}
.aboutContent .aboutTextBox .row .aboutImgBox img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.aboutContent .aboutTextBox .row .aboutImgBox img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.aboutContent .aboutTextBox .row .aboutImgBox h4 {
  font-size: 20px;
  font-weight: bold;
}

.idee {
  padding: 60px 0px;
  background: url("../images/ideeBg.png") no-repeat center center;
  background-size: cover;
}
.idee h3 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.idee p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}

.orgContent {
  padding: 60px 0px;
}
.orgContent h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 50px;
  text-align: center;
}
.orgContent h3 p {
  font-size: 14px;
  line-height: 25px;
  color: #878787;
  margin-bottom: 10px;
  font-weight: normal;
}
.orgContent ul {
  display: flex;
  flex-wrap: wrap;
}
.orgContent ul li {
  display: block;
  width: 23%;
  padding: 15px;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  font-size: 14px;
  margin: 10px 1% 0 0;
}
.orgContent ul li:hover {
  background-color: #e63d38;
  color: #ffffff;
}

.newsContent {
  padding: 40px 0px;
}
.newsContent .newsList {
  overflow: hidden;
  padding: 20px 10px;
  margin: 15px 0px;
  border: solid 1px #e6e6e6;
}
.newsContent .newsList .newsImgBox img {
  max-width: 100%;
}
.newsContent .newsList .newsConBox h3 {
  font-size: 20px;
  color: #333333;
  padding: 20px 0px;
  border-bottom: solid 1px #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 10px;
  position: relative;
}
.newsContent .newsList .newsConBox h3::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #e63d38;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.newsContent .newsList .newsConBox .newsText {
  font-size: 14px;
  color: #878787;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsContent .newsList .newsConBox .date {
  font-size: 14px;
  line-height: 40px;
}
.newsContent .newsList .newsConBox:hover h3 {
  color: #e63d38;
}
.newsContent .newsList .newsConBox:hover h3::after {
  width: 100%;
  transition: all 0.5s;
}
.newsContent .paging {
  display: flex;
  justify-content: center;
}

.newsdatailsContent .container {
  background-color: #ffffff;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  padding: 60px 50px;
}
.newsdatailsContent .container h3 {
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.newsdatailsContent .container p {
  color: #878787;
  font-size: 14px;
  text-align: center;
  padding: 20px 0px;
}
.newsdatailsContent .container .newsdatailsCon .imgbox {
  text-align: center;
  padding: 20px 0px;
}
.newsdatailsContent .container .newsdatailsCon .imgbox img {
  max-width: 100%;
}
.newsdatailsContent .container .newsdatailsCon p {
  text-align: left;
}
.newsdatailsContent .container .newsLink {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e6e6e6;
}
.newsdatailsContent .container .newsLink h5 {
  line-height: 30px;
  font-size: 14px;
}
.newsdatailsContent .container .newsLink h5 a {
  margin-left: 10px;
}
.newsdatailsContent .container .recommended h4 {
  font-size: 14px;
  line-height: 60px;
  color: #000000;
}
.newsdatailsContent .container .recommended h4::before {
  content: "";
  width: 8px;
  height: 26px;
  display: block;
  float: left;
  margin-top: 17px;
  background-color: #e63d38;
  margin-right: 8px;
}
.newsdatailsContent .container .recommended h4 span {
  color: #878787;
  margin-left: 8px;
}
.newsdatailsContent .container .recommended .recommendedBox {
  padding: 10px 10px 10px 20px;
  border-right: solid 1px #e6e6e6;
}
.newsdatailsContent .container .recommended .recommendedBox h2 {
  font-size: 16px;
  line-height: 30px;
}
.newsdatailsContent .container .recommended .recommendedBox p {
  color: #9b9b9b;
  font-size: 14px;
  text-align: left;
  padding: 10px 0px;
}
.newsdatailsContent .container .recommended .recommendedBox a {
  padding: 5px 15px;
  background-color: #092b49;
  color: #ffffff;
  border-radius: 15px;
}
.newsdatailsContent .container .recommended .recommendedBox:last-child {
  border: none;
}

.messageContent {
  padding: 60px 0px;
}
.messageContent .suBox h3 {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.messageContent .suBox p {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 2.5rem;
}
.messageContent form p {
  margin-top: 15px;
  text-align: center;
}
.messageContent form .btn {
  width: 300px;
  height: 40px;
  background-color: #e63d38;
  color: #fff;
}

.contactContent {
  padding: 0px 0px 50px 0px;
}
.contactContent .contactBg {
  padding: 60px 0px;
  width: 100%;
  background: url("../images/ccBg.png") no-repeat center center;
  background-size: cover;
}
.contactContent .contactBg .contactBox {
  padding: 0px 30px;
}
.contactContent .contactBg .contactBox h3 {
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 10px;
}
.contactContent .contactBg .contactBox p {
  font-size: 16px;
  color: #ffffff;
  padding-left: 25px;
  margin-bottom: 10px;
}
.contactContent .contactBg .contactBox .address {
  background: url("../images/address.png") no-repeat left center;
}
.contactContent .contactBg .contactBox .phone {
  background: url("../images/phone.png") no-repeat left center;
}
.contactContent .contactBg .contactBox .email {
  background: url("../images/email.png") no-repeat left center;
}
.contactContent .contactBg .contactBox p {
  font-size: 20px;
  color: #fff;
  padding-left: 25px;
}
.contactContent h2 {
  padding: 50px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #e63d38;
  text-align: center;
}
.contactContent #myMap {
  width: 100%;
  height: 400px;
}

.insideContact {
  padding: 80px 0px;
}
.insideContact .container .joinCon .joinNav {
  width: 100%;
  overflow: hidden;
  background-color: #e63d38;
}
.insideContact .container .joinCon .joinNav ul li {
  width: 20%;
  float: left;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 20px 0px 20px 15px;
}
.insideContact .container .joinCon .panel {
  border: none;
  border-radius: 0;
  margin: 0;
  border-bottom: solid 1px #e6e6e6;
}
.insideContact .container .joinCon .panel .joinConBox .joinCollage {
  background-color: #ebebeb;
  overflow: hidden;
}
.insideContact .container .joinCon .panel .joinConBox .joinCollage ul li {
  width: 20%;
  float: left;
  font-size: 1.5rem;
  color: #000;
  padding: 20px 0px 20px 15px;
}
.insideContact .container .joinCon .panel .joinConBox .joinCollage ul li:nth-child(5) {
  text-align: right;
  padding-right: 20px;
}
.insideContact .container .joinCon .panel .joinCollageText {
  padding: 40px;
}
.insideContact .container .joinCon .panel .joinCollageText h3 {
  font-size: 2.5rem;
  color: #e63d38;
  margin-bottom: 30px;
}
.insideContact .container .joinCon .panel .joinCollageText p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.insideContact .container .row .contactText .beijing {
  margin-top: 30px;
}
.insideContact .container .row .contactText .beijing h3 {
  font-size: 2rem;
  color: #e63d38;
}
.insideContact .container .row .contactText .beijing p {
  font-size: 1.5rem;
}
.insideContact .container .row .contactText .contactLine {
  width: 160px;
  height: 6px;
  background-color: #e63d38;
  margin: 30px 0px;
  position: relative;
}
.insideContact .container .row .contactText .contactLine::before {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  background-color: #e63d38;
  position: absolute;
  left: 0;
  top: 0;
}
.insideContact .container .row .contactText ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  cursor: pointer;
}
.insideContact .container .row .contactText ul li .contactIco {
  width: 23px;
  display: flex;
  justify-content: center;
}
.insideContact .container .row .contactText ul li .contactIco img {
  margin-right: 15px;
}
.insideContact .container .row .contactText ul li:hover {
  color: #e63d38;
}
.insideContact .container .row .contactText .erweimaDouble ol {
  display: flex;
}
.insideContact .container .row .contactText .erweimaDouble ol li {
  text-align: center;
  font-size: 1.5rem;
  margin-left: 30px;
}
.insideContact .container .row #myMap {
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .header {
    height: 60px;
    padding: 0px;
  }
  .header .left {
    margin-left: 10px;
  }
  .header .left a img {
    max-width: 90%;
    height: auto;
  }
  .header .nav {
    margin-right: 30px;
  }
  .header .left a img {
    margin-top: 8px;
  }
  .header #navToggle {
    height: 100%;
    padding: 9px 0px;
    margin-right: 15px;
    display: inline-block;
    float: right;
  }
  .header #navToggle span {
    position: relative;
    width: 25px;
    height: 2px;
    margin-top: 19px;
  }
  .header #navToggle span:before,
  .header #navToggle span:after {
    content: "";
    position: relative;
    width: 100%;
    height: 2px;
    left: 0;
  }
  .header #navToggle span,
  .header #navToggle span:before,
  .header #navToggle span:after {
    transition: 0.3s;
    display: block;
    background: #e63d38;
  }
  .header #navToggle span:before {
    top: 8px;
  }
  .header #navToggle span:after {
    bottom: 10px;
  }
  .header #navToggle.open span:before {
    top: 10px;
    transform: translateY(-11px) rotate(-45deg);
  }
  .header #navToggle.open span:after {
    bottom: 12px;
    transform: translateY(10px) rotate(45deg);
  }
  .header #navToggle.open span {
    background: none;
  }
  .header #navToggle.open span:before,
  .header #navToggle.open span:after {
    background: #4f4f4f;
  }
  .header .nav {
    display: none;
  }
  .zhanwei {
    height: 50px;
  }
  .bannerBox {
    height: 250px;
  }
  .bannerBox .consultingBanner {
    width: 100%;
    left: 0;
    top: 30%;
    position: absolute;
    text-align: center;
  }
  .bannerBox .consultingBanner h3 {
    color: #ffffff;
    font-size: 20px;
  }
  .bannerBox .consultingBanner p {
    font-size: 14px;
    padding: 20px 0px;
  }
  .consultingContent {
    padding: 10px 0px 20px 0px;
  }
  .consultingContent .consultingBox {
    padding: 10px;
    height: 130px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
  }
  .consultingContent .consultingBox .consultingText {
    background: none;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 10px;
    transition: all 0.5s;
    z-index: 9999;
  }
  .productContent {
    padding: 30px 0px;
  }
  .productContent .container {
    overflow: hidden;
  }
  .productContent .container .productTextBox {
    padding: 0px;
    margin: 30px 0px;
    display: flex;
    align-items: center;
  }
  .productContent .container .productTextBox h3 {
    margin-left: 20px;
    font-size: 20px;
    color: #092b49;
  }
  .productContent .container .productTextBox .productText {
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    padding: 20px;
  }
  .productContent .container .productTextBox a {
    margin-left: 20px;
  }
  .productContent .container .productImgBox {
    padding: 0px;
    margin: 30px 0px;
  }
  .aboutContent {
    padding: 30px 0px;
  }
  .aboutContent .aboutTextBox h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .aboutContent .aboutTextBox p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .orgContent {
    padding: 30px 0px;
  }
  .orgContent h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .newsContent {
    padding: 20px 0px;
  }
  .newsContent .newsList {
    overflow: hidden;
    padding: 20px 10px;
    margin: 15px 0px;
  }
  .newsContent .newsList .newsConBox h3 {
    display: block;
    width: 400px;
    padding: 15px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsContent .newsList .newsConBox .newsText {
    font-size: 14px;
    color: #878787;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .contactContent {
    padding: 30px 0px 10px 0px;
  }
  .contactContent .mapBox #myMap {
    width: 100%;
    height: 250px;
  }
  .contactContent .usOne {
    overflow: hidden;
  }
  .contactContent .usOne img {
    max-width: 100%;
  }
  .contactContent .usTwo .usTwobg {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 15px;
    z-index: -1;
  }
  .contactContent .usTwo h3 {
    font-size: 16px;
    padding: 10px 0px;
    margin-left: 20px;
  }
  .contactContent .usTwo ul {
    margin-left: 20px;
  }
  .contactContent .usTwo .erweima {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
  }
  .contactContent .usTwo .erweima img {
    max-width: 90%;
  }
  .contactContent .contactBg {
    padding: 30px 0px;
    width: 100%;
  }
  .contactContent .contactBg .contactBox {
    padding: 0px 30px;
  }
  .contactContent .contactBg .contactBox h3 {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .contactContent .contactBg .contactBox p {
    font-size: 16px;
    color: #ffffff;
    padding-left: 25px;
  }
  .footer .footerBt {
    border-top: none;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .footer .footerBt h3 {
    margin: 0px 0px 10px 0px;
  }
  .footer .footerBt h3 img {
    margin: 15px 0px 15px 0px;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0px;
  }
  .header .welcome span {
    margin-left: 20px;
  }
  .header .left {
    margin-left: 15px;
  }
  .header .left a img {
    margin-top: 13px;
    max-width: 100%;
    height: auto;
  }
  .header #navToggle {
    height: 100%;
    padding: 10px 15px;
    margin-right: 0px;
    display: inline-block;
    float: right;
  }
  .zhanwei {
    height: 60px;
  }
  .pageFour {
    background: url("../images/section4_bg.png") no-repeat left top;
    background-size: cover;
    position: relative;
  }
  .pageFour .container .row {
    margin-bottom: 10rem;
  }
  .pageFour .container .row .indexContact {
    padding: 15px 15px;
    border-radius: 15px;
    transition: all 0.5s;
  }
  .pageFour .container .row .indexContact:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
  }
  .pageFour .container .row .indexContact p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .pageFour .container .row .indexContact p img {
    max-width: 50%;
    height: auto;
  }
  .pageFour .footer2 {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
  }
  .bannerBox {
    height: 200px;
  }
  .bannerBox .consultingBanner {
    width: 100%;
    left: 0;
    top: 20%;
    position: absolute;
    text-align: center;
  }
  .bannerBox .consultingBanner h3 {
    color: #ffffff;
    font-size: 20px;
  }
  .bannerBox .consultingBanner p {
    font-size: 14px;
    padding: 20px 0px;
  }
  .consultingContent {
    padding: 10px 0px 20px 0px;
  }
  .consultingContent .consultingBox {
    padding: 10px;
    height: 130px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
  }
  .consultingContent .consultingBox .consultingText {
    background: none;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 10px;
    transition: all 0.5s;
    z-index: 9999;
  }
  .productContent {
    padding: 30px 0px;
  }
  .productContent .container {
    overflow: hidden;
  }
  .productContent .container .productTextBox {
    padding: 0px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
  }
  .productContent .container .productTextBox h3 {
    font-size: 20px;
    color: #092b49;
  }
  .productContent .container .productTextBox .productText {
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    padding: 10px 0px 20px 0px;
  }
  .productContent .container .productImgBox {
    padding: 0px;
    margin: 20px 0px;
  }
  .aboutContent {
    padding: 30px 0px;
  }
  .aboutContent .aboutTextBox h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .honorContent {
    padding: 30px 0px;
  }
  .honorContent h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .honorContent .swiper-container .swiper-slide {
    height: 300px;
  }
  .orgContent {
    padding: 30px 0px;
    text-align: center;
  }
  .orgContent h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .orgContent img {
    max-width: 90%;
  }
  .orgContent ul {
    display: flex;
    flex-wrap: wrap;
  }
  .orgContent ul li {
    display: block;
    width: 49%;
    color: #000;
    background-color: #e6e6e6;
    font-size: 14px;
    margin: 10px 1% 0 0;
  }
  .orgContent ul li:hover {
    background-color: #e63d38;
    color: #ffffff;
  }
  .newsContent {
    padding: 20px 0px;
  }
  .newsContent .newsList {
    overflow: hidden;
    padding: 10px 0px 0px 0px;
    margin: 0px 15px;
    border: none;
    border-bottom: solid 1px #e6e6e6;
  }
  .newsContent .newsList .newsConBox h3 {
    display: block;
    width: 200px;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsContent .newsList .newsConBox .newsText {
    font-size: 14px;
    color: #878787;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .newsdatailsContent .container {
    background-color: #ffffff;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    padding: 30px 15px;
  }
  .newsdatailsContent .container h3 {
    font-size: 20px;
  }
  .newsdatailsContent .container p {
    padding: 10px 0px;
  }
  .newsdatailsContent .container .newsdatailsCon .imgbox {
    padding: 10px 0px;
  }
  .newsdatailsContent .container .newsLink {
    margin-top: 30px;
    padding-bottom: 0px;
    border: none;
  }
  .displayContent {
    padding: 30px 0px;
  }
  .displayContent .container .formgroup {
    overflow: hidden;
  }
  .displayContent .container .formgroup .control-label {
    line-height: 30px;
    color: #878787;
    font-size: 14px;
    font-weight: normal;
  }
  .displayContent .container .formgroup .selectSy {
    background-color: #092b49;
    color: #ffffff;
    padding-left: 10%;
  }
  .displayContent .container .displayConBox a {
    overflow: hidden;
  }
  .displayContent .container .displayConBox a .displayImgBox {
    overflow: hidden;
  }
  .displayContent .container .displayConBox a .displayImgBox img {
    max-width: 100%;
    transition: all 0.5s;
  }
  .displayContent .container .displayConBox a .displayImgBox img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
  }
  .displayContent .container .displayConBox a h3 {
    margin: 15px 0px;
    font-size: 14px;
    text-align: center;
    color: #000000;
  }
  .contactContent {
    padding: 0px;
  }
  .contactContent .mapBox {
    padding: 0px;
  }
  .contactContent .mapBox #myMap {
    width: 100%;
    height: 250px;
  }
  .contactContent .usOne {
    padding: 0px;
    overflow: hidden;
  }
  .contactContent .usOne img {
    max-width: 100%;
  }
  .contactContent .usTwo {
    padding: 0px;
  }
  .contactContent .usTwo .usTwobg {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  .contactContent .usTwo h3 {
    font-size: 16px;
    padding: 10px 0px;
    margin-left: 20px;
  }
  .contactContent .usTwo ul {
    margin-left: 20px;
  }
  .contactContent .usTwo .erweima {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
  }
  .contactContent .usTwo .erweima img {
    max-width: 90%;
  }
  .contactContent .contactBg {
    padding: 30px 0px;
    width: 100%;
  }
  .contactContent .contactBg .contactBox {
    padding: 0px 30px;
  }
  .contactContent .contactBg .contactBox h3 {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .contactContent .contactBg .contactBox p {
    font-size: 16px;
    color: #ffffff;
    padding-left: 25px;
  }
  .contactContent h2 {
    padding: 50px 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .insideContact {
    padding: 80px 0px;
  }
  .insideContact .container .joinCon .joinNav {
    width: 100%;
    overflow: hidden;
    background-color: #e63d38;
  }
  .insideContact .container .joinCon .joinNav ul li {
    width: 25%;
    float: left;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 20px 0px 20px 15px;
  }
  .footer .footerBt {
    border-top: none;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .footer .footerBt h3 {
    margin: 0px 0px 10px 0px;
  }
  .footer .footerBt h3 img {
    margin: 15px 0px 15px 0px;
    max-width: 30%;
  }
}/*# sourceMappingURL=style.css.map */