body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins',"Arial" !important;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}

div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #007ebb;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
  /* transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img,.img-width{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}

/* 导航 */
.header-top{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wh-logo{
  width: 400px;
}
.mobile-menu-b{
  text-align: center;
}
.nav-box .mobile-menu-b li {
  display: inline-block;
  position: relative;
}
.nav-box .mobile-menu-b li .mobile-n{
  display: block;
  color: #fff;
  font-size: 18px;
  position: relative; 
  letter-spacing: 3px;
  margin:0 25px;
  font-weight: 600;
  padding: 35px 0;
}
.nav-box .mobile-menu-b li:hover > .mobile-n,.nav-box .mobile-menu-b li .active{
  color: #007ebb!important;
}
.nav-box ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}
.nav-box .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255,255,255,0.9);  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-box ul li:hover .submenu{
  height: auto;
}
.submenu-a li{
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.submenu-a li:nth-child(1){
  margin-top: 10px;
}
.submenu-a li:last-child{
  margin-bottom: 10px;
}
.submenu-a li a{
  display: block;
  width: 100%;
  padding: 6px 5px;
}
.submenu-a li a:hover{
  color: #fff;
  background: -webkit-linear-gradient(left, #59c3f0 0%, #0274c0 100%);
  background: -o-linear-gradient(right, #59c3f0 0%, #0274c0 100%);
  background: -moz-linear-gradient(to right, #59c3f0 0%, #0274c0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#59c3f0), to(#0274c0));
  background: -o-linear-gradient(left, #59c3f0 0%, #0274c0 100%);
  background: linear-gradient(to right, #59c3f0 0%, #0274c0 100%);
}
.header-right-btn{display: none;}
.mobile-toggle-bar{display: none}
.mobile-toggle-bar i{
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #007ebb;
  border-radius: 10px;
  cursor: pointer;
}

/* 关闭 */
.close-icon i {
  display: block;
  margin-top: -16px;
  text-align: right;
  border: 0 none;
  color: #ff4a57;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.logo-side img {width: 155px;}
.side-info {
  border-top: 1px solid #344159;
  padding: 13px 0 0;
  margin-top: 20px
}
.contact-list h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.contact-list h4::after {
  display: none;
}
.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
/* 手机端切换 */
.responsive-logo img {
  width: 226px;
}
.mobile-nav-close {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 28px;  
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}
.mobile-nav-close i{
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
a.meanmenu-reveal {
  display: none !important;
}
.responsive-logo {
  padding: 30px 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  background: #ffffff none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}
.show-nav {
  right: 0;
}
.mobile-nav .nav a.nav-link {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover,.mean-container .mean-nav ul li li a:hover{
  color: #ffffff;
  background-color: #007ebb;
}
.mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	color: #222;
	display: block;
	margin: 0;
	padding: 10px 5%;
	text-align: left;
	text-decoration: none;
	width: 90%;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 30px;
	margin-top: 1px;
	padding: 7px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}
.instaream-list{
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-top: 20px;
  float: left;    
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}

/* 滚动时-导航浮窗 */
.wh-logo-b{display: none;}
.header-top.on{
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 3px 59px 0px rgb(0 0 0 / 13%);
}
.header-top.on .wh-logo-b{display: block;}
.header-top.on .wh-logo-a{display: none;}
.header-top.on .nav-box .mobile-menu-b li .mobile-n{
  color: #222;
}
.sub-b{display: none!important;}
@media (max-width: 1400px) {
.wh-logo{width: 340px;}
.nav-box .mobile-menu-b li .mobile-n{margin: 0 20px;}
}
@media (max-width: 1300px) {
.nav-box .mobile-menu-b li .mobile-n{font-size: 18px;margin: 0 10px;}
.submenu-a li{font-size: 14px;}
}
@media (max-width: 1200px) {
.header-top{padding: 10px 0;}
.mobile-toggle-bar,.header-right-btn{display: block;}
.submenu-a li:nth-child(1){margin-top: 0;}
.submenu-a li:last-child{margin-bottom: 0;}
}
@media (max-width:580px) {
.wh-logo{width: 275px;}
.mobile-toggle-bar i{width: 44px;height: 44px;line-height: 44px;border-radius: 6px;}
}
/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
  transition:all 1s ease 2.5s;
  transform:perspective(1000px) translate3d(0, 0, 0px);
}
.rslides .callbacks1_on img{
  transition:all 1s ease 0s;
  transform:perspective(1000px) translate3d(0, 0, 90px);
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 42px;
  height: 4px;
  display: inline-block;
  background: #fff;
  border: none;
  border-radius: 4px;
}
.callbacks_here a:after {
  background: #007ebb;
}
@media (max-width:992px) {
.rslides img{width: 110%;margin-left: -5%;}
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../images/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
  background-size: 72px;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
  background-size: 72px;
}
.callbacks_tabs a:after{width: 15px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.callbacks_nav{bottom: 10px;z-index: 99999;}
.callbacks_nav.prev{left: 74%;}
}


/* index-A */
.title h1{
  font-size: 42px;
  color: #222;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  transition:all 1s;
}
.title p{
  font-size: 75px;
  color: #0076c1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  opacity: 0.1;
  line-height: 1em;
  transition:all 1s;
}
.title div.line{
  width: 56px;
  height: 3px;
  background: #0056a6;
  margin: 20px auto 0;
}
.title:hover h1{
  letter-spacing:10px;
  cursor: pointer;
}
.title:hover p{
  letter-spacing:5px;
  cursor: pointer;
}
@media (max-width:1400px) {
.title h1{font-size: 36px;}
.title p{font-size: 62px;}
}

@media (max-width:992px) {
section, .p-t-80{padding: 40px 0;}
.m-t-30{margin-top: 20px;}
.title h1{font-size: 32px;}
.title p{font-size: 52px;}
}
@media (max-width:750px) {
.title h1{font-size: 28px;margin-top: -34px;}
.title p{font-size: 42px;}
}
@media (max-width:580px) {
section, .p-t-80{padding: 30px 0;}
.m-t-30{margin-top: 16px;}
.title div.line{margin-top: 10px;}
}

/* 首页——关于万恒 */
.index-A-p{
  font-size: 16px;
  color: #fff;
  background: #0076c1;
  text-align: center;
  width: 280px;
  padding:6px 10px;
  border-radius: 60px;
  margin: 0 auto;
}
.index-A-txt{
  font-size: 18px;
  text-align: center;
}
.wh-btn{
  display: block;
  width: 160px;
  border-radius: 5px;
  border: 1px solid #222;
  font-size: 14px;
  color: #222;
  text-align: center;
  line-height: 36px;
  margin: 50px auto 0;
  transition:all 1s;
}
.wh-btn:hover{
  letter-spacing: 5px;
  background: #0076c1;
  color: #fff;
}
@media (max-width:992px) {
.index-A-p{font-size: 15px;padding: 4px 10px;}
.index-A-txt{font-size: 16px;}
.wh-btn{margin-top: 30px;}
}

/* 首页——服务范围 */
.index-B{
  background: url(../images/bg1.jpg) no-repeat bottom center / cover;
}
.services-list{
  width: 8%;
  float: left;
  overflow: hidden;
  transition:0.5s all;
  position: relative;
  cursor: pointer;
}
.services-list.active{
  width: 44%;
}
.services-list img{
  width: auto!important;
  height: 500px!important;
}
.services-list-txt{
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  padding:50px 20px 0;
}
.services-title{width: 100%;}
.services-title p.services-t{
  color: #ffffff;
  writing-mode: vertical-lr;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  width: 36px;
  margin: 0 auto 20px;
}
.services-title p.services-en{
  color: #ffffff;
  writing-mode: vertical-lr;
  text-align: center;
  font-size: 12px;
  width: 18px;
  margin: 0 auto;
}
.services-content{
  display: none;
}
.services-list.active .services-content{
  display: block;
}
.services-list.active .services-title{
  width: 82px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding-top: 30px;
  opacity: 0.8;
}
.services-list.active .services-title p{
  color: #222;
}
.services-list.active .services-content{
  width: calc( 100% - 92px);
  height: 400px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px 10px 10px 10px;
  padding: 27px 27px 27px;
  color: #000;
  line-height: 26px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.index-B-services-B{display: none;}
.index-B-services-list{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}
.index-B-services-list:nth-child(2n){margin-right: 0;}
.index-B-stxt{
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
}
.index-B-stxt h3{
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.index-B-stxt p{
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (max-width:1200px) {
.services-list img{height:450px!important;}
.services-title p.services-t{font-size: 20px;width: 30px;margin: 0 auto 10px;}
.services-list-txt{padding: 30px 20px 0;}
.services-list.active .services-content{padding: 10px;}
}
@media (max-width:992px) {
.index-B-services{display: none;}
.index-B-services-B{display: block;}
}
@media (max-width:580px) {
.index-B-stxt h3{font-size: 20px;margin-bottom: 0;}
.index-B-stxt p{ font-size: 14px;}
}


/* 首页——荣誉资质 */
.index-C{
  background: url(../images/bg2.jpg) no-repeat top center / cover;
}
/* 切换 */
#certify{
	position: relative;
	margin: 0 auto;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #6f6f6f;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #e60012;
}
#certify .swiper-button-prev,#certify .swiper-button-next{
	width: 48px;
	height: 48px;
	background: url(../images/arrows.png) no-repeat;
}
#certify .swiper-button-prev{
  left: -58px;
  background-position: left top;
}
#certify .swiper-button-next{
  right: -58px;
  background-position: right top;
}
#certify .swiper-button-prev:hover{
  background: url(../images/arrows2.png) no-repeat;
  background-position: left top;
}
#certify .swiper-button-next:hover{
  background: url(../images/arrows2.png) no-repeat;
  background-position: right top;
}
.swiper-slide-ms{display: none;}
/* .swiper-slide,.swiper-slide img{width: auto;height: 216px!important;} */
@media (max-width:1200px){
#certify .swiper-button-prev, #certify .swiper-button-next{width: 36px;height: 36px;background-size: 72px;}
#certify .swiper-button-next{right: -38px;}
#certify .swiper-button-prev{left: -38px;}
#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover{
  background-size: 72px;
}
}
@media (max-width:992px){
#certify  .swiper-slide {width: 100%}
#certify .swiper-button-next, #certify .swiper-button-prev{width: 36px;height: 36px;}
}
@media (max-width:772px){
#certify .swiper-button-next {right: 0;}
#certify .swiper-button-prev {left: 0;}
}

/* 首页——经典案例 */
.index-D-list{
  width: 24.25%;
  margin-right: 1%;
  height: 248px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-D-list:nth-child(4n){margin-right: 0;}
.index-D-list img{height: 100%!important;}
.index-D-txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,118,193,0.8);
  padding: 20px;
  opacity: 0;
  transition: all .5s;
}
.index-D-txt .index-D-title{
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.index-D-txt i{
  display: block;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  transition: all .5s;
}
.index-D-txt:hover i{transform:rotate(360deg)}
.index-D-list:hover .index-D-txt{opacity: 1;}
.index-D-list:last-child{display: none;}
@media (max-width:1200px){
.index-D-list{ width: 32.333%;height: 230px;}
.index-D-list:last-child{display: block;}
.index-D-list:nth-child(4n){margin-right: 1%;}
.index-D-list:nth-child(3n){margin-right: 0;}
}
@media (max-width:992px){
.index-D-list{height: 190px;}
.index-D-list{margin-bottom: 7px;}
}
@media (max-width:750px){
.index-D-list{ width: 49.5%;height: 230px;margin-bottom: 5px;}
.index-D-list:last-child{display: none;}
.index-D-list:nth-child(3n){margin-right: 1%;}
.index-D-list:nth-child(2n){margin-right: 0;}
.index-D-txt .index-D-title{font-size: 16px;}
.index-D-txt i{font-size: 24px;}
}
@media (max-width:600px){
.index-D-list{height: 190px;}
.index-D-txt{padding: 10px;}
}
@media (max-width:500px){
.index-D-list{height: 170px;}
}
@media (max-width:430px){
.index-D-list{height: 150px;}
.index-D-txt .index-D-title{font-size: 15px;}
}
@media (max-width:375px){
.index-D-list{height: 130px;}
}

/* 首页——新闻动态 */
.index-E{
  background: url(../images/bg3.jpg) no-repeat bottom center / cover;
}
.index-E-ul li{
  display: inline-block;
  font-size: 24px;
  text-align: center;
  padding: 0 20px;
  border-right: 2px solid #ccc;
  cursor: pointer;
}
.index-E-ul li:last-child{border-right: none;}
.index-E-ul li.active{color: #0076c1;font-weight: 600;}
.index-E-left{
  width: 44%;
  height: 420px;
  overflow: hidden;
}
.index-E-txt{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  width: 100%;
}
.index-E-txt-time{
  font-size: 18px;
}
.index-E-txt-time span{
  font-size: 30px;
}
.index-E-title{
  font-size:20px;
}
.index-E-right{
  width: 53%;
  margin-left: 3%;
  padding-right: 20px;
  height: 420px;
  overflow: hidden;
  overflow-y:scroll;
}
.index-E-right-list,.news-list-rtxt{
  padding: 25px 0;
  border-bottom: 1px solid #8ea7d6;
}
.index-E-right-list:nth-child(1){
  border-top:  1px solid #8ea7d6;
}
.index-E-right-list p,.news-list-rtxt p{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.index-E-right::-webkit-scrollbar{
	width: 8px; 
	height: 8px;
}
.index-E-right::-webkit-scrollbar-thumb{
	background:rgba(0,0,0,0.1);
}
.index-E-right::-webkit-scrollbar-track{
	border-radius: 0;
	background: none;
}
.index-E-right-list:hover .index-E-title{
  color: #0076c1;
}
@media (max-width:1400px){
.index-E-left img{height: 100%!important;}
}
@media (max-width:1200px){
.index-E-ul li{font-size: 20px;}
.index-E-left{height: 310px;}
.index-E-txt-time{font-size: 15px;}
.index-E-txt-time span{font-size: 24px;}
.index-E-title{font-size: 16px;}
.newsinfo-height{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-E-right{height: 310px;}
.index-E-right-list, .news-list-rtxt{padding: 15px 0;}
}
@media (max-width:992px){
.index-E-left{width: 100%;height: 420px;}
.index-E-right{width: 100%;margin-left: 0; margin-top: 20px;}
}
@media (max-width:750px){
.index-E-ul li{font-size: 18px;}
}
@media (max-width:650px){
.index-E-left{width: 100%;height: 320px;}
}
@media (max-width:520px){
.index-E-left{width: 100%;height: 280px;}
}
@media (max-width:400px){
.index-E-ul li{padding: 0px 14px;}
.index-E-left{height: 240px;}
}

/* 底部 */
footer{
  background: #0056a6;
  padding: 80px 0 50px;
}
.footer-nav li{
  display: inline-block;
}
.footer-nav li a{
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.footer-adress-box p{
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
}
.footer-left{
  width: 56%;
}
.footer-right{
  width: 44%;
  padding-left: 40px;
}
.footer-weixin p{
  writing-mode:vertical-lr;
  writing-mode:tb-lr;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}
.footer-weixin img{
  width: 120px;
  margin-left: 4px;
}
.footer-right-title h1{
  font-size: 20px;
  color: #fff;
}
.footer-right-title h1 span{
  font-size: 32px;
  margin-right: 10px;
}
.footer-right-title p{
  font-size:18px;
  color: #fff;
}
.footer-right-call{
  margin-top: 60px;
}
.footer-right-call i{
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  margin-right: 10px;
}
.footer-right-call h4{
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
.footer-right-call a{
  display: block;
  width: 180px;
  line-height: 48px;
  border-radius: 10px;
  background:#16c6f6;
  text-align: center;
   font-size: 18px;
   color: #fff;
   text-align: center;   
}
.footer-bottom{
  margin-top: 60px;
  border-top: 1px solid #0570b9;
  padding-top: 20px;

}
.footer-bottom p{
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}
.footer-bottom a{color: #fff;}
.footer-adress-boxb{display: none;}
@media (max-width:1350px) {
.footer-nav li a{font-size: 18px;margin-right: 15px;}
.footer-right-title h1{font-size: 18px;}
.footer-right-title h1 span{font-size: 28px;}
.footer-right-call a{width: 130px;}
}
@media (max-width:1200px) {
.footer-left{width: 100%;}
.footer-right{width: 100%;padding-left: 0;margin-top: 40px;}
.footer-right-title p{margin-top: 10px;}
.footer-right-call{margin-top: 30px;}
}

@media (max-width:992px) {
footer{padding: 40px 0;}
.footer-bottom{margin-top: 40px;}
}
@media (max-width:750px) {
.footer-left{display: none;}
.footer-right{margin-top: 0;float: none;}
.footer-right-call h4{font-size: 24px;}
.footer-right-call i{width: 36px;height: 36px;font-size: 20px;line-height: 34px;}
.footer-right-call a{line-height: 40px;width: 150px;}
.footer-adress-boxb{display: block;margin-top: 20px;}
.footer-bottom p{font-size: 12px;}
}
@media (max-width:580px) {
footer{padding: 30px 0;}
.footer-right-title p{font-size: 16px;}
.footer-bottom{margin-top: 20px;}
.footer-right-call{display: none!important;}
}
/* 位置路径 */
.location{
  padding: 10px 0;
  background: #f5f5f5;
}
.location p{
  font-size: 14px;
  color: #666;
}
.location p i{
  color: #007ebb;
  margin-right: 6px;
  font-weight: 800;
}
@media (max-width:992px) {
.banners-box img{width: 130%;margin-left: -8%;}
}
@media (max-width:750px) {
.banners-box img{width: 180%;margin-left: -10%;}
}
@media (max-width:480px) {
.banners-box img{width: 220%;margin-left: -20%;}
}
/* 栏目页-栏目导航列表 */
.lanmutab-box{
  background: #f1f1f1;
  overflow: hidden;
  padding: 30px 0;
}
.lanmu-tab-a{
  display: inline-block;
  padding: 10px 40px;
  font-size: 18px;
  color: #fff!important;
  margin: 0 10px;
  background: #222;
  margin-bottom: 6px;
}
.lanmu-tab-a.cur,.lanmu-tab-a:hover{
  background: #0076c1;
}
@media (max-width: 1300px){
.lanmu-tab-a{padding: 8px 23px;}
}
@media (max-width:1200px) {
.lanmu-tab-a{padding: 10px 30px;}
}
@media (max-width:992px) {
.lanmu-tab-a{padding: 6px 12px;}
.lanmutab-box{padding: 20px 0 15px 0;}
}
@media (max-width:750px) {
.lanmu-tab-a{margin: 0 5px 5px;}
}
@media (max-width:580px) {
.lanmu-tab-a{font-size: 16px; padding: 4px 15px;margin: 0 3px 3px;}
}

/* 栏目——关于万恒——公司简介 */
.about-a-left-p{
  font-size: 18px;
  color: #0076c1;
}
.about-company p,.about-company p span{
  font-size: 18px!important;
  color: #222!important;
  line-height: 1.8em!important;
  white-space:normal!important
}
@media (max-width:992px) {
.about-a-right{overflow: hidden;}
.about-a-right img{width: 150%;}
.about-company p{
  font-size: 16px!important;
}
}
/* 栏目——关于万恒——企业文化 */
.wh-list{
  width: 20%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.wh-list img{height: 420px!important;}
.wh-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(22,198,246,0.8);
  top: 0;
  left: -100%;
  transition: ease .5s;  
}
.wh-list:hover::before{left:0}
.wh-list-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dis-table{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dis-cell{
  vertical-align: middle;
}
.about2-tit {
  font-size: 32px;
  color: #fff;
  margin-bottom: 42px;
  margin-top: 35%;
}
.about2-des {
  font-size: 20px;
  line-height: 1.8em;
  color: #fff;
  width: 60%;
  margin: 0 auto;
}
.honors-list-box{display: none;}
@media (max-width:1500px) {
.wh-list img{height: 370px!important;}
}
@media (max-width:1350px) {
.about2-des{width: 86%;}
.about2-tit{font-size: 30px;}
}
@media (max-width:1250px) {
.about2-tit{font-size: 28px;margin-bottom: 30px;}
.about2-des{width: 100%;font-size: 18px;padding: 0 10px;}
.wh-list img{height: 300px!important;}
}
@media (max-width:1200px) {
.about2-tit{font-size: 24px;margin-bottom: 20px;}
.about2-des{font-size: 16px;}
.wh-list img{height: 290px!important;}
}
@media (max-width:992px) {
.wh-list img{height: 250px!important;}
.about2-des{padding: 0 8px;}
}
@media (max-width:850px) {
.wh-list{width: 25%;}
.wh-list:last-child{display: none;}
.about2-tit{font-size: 20px;margin-bottom: 10px;}
.wh-list img{height: 220px!important;}
}
@media (max-width:750px) {
.wh-list{width: 50%;}
.honors-img{display: none;}
.honors-list{width: 49.5%;margin-right: 1%;margin-bottom: 10px;}
.honors-list:nth-child(2n){margin-right: 0;}
.honors-list-box{display: block;}
.honors-list:nth-child(5){display: none;}
.honors-list:last-child{margin-left: 1%;margin-right: 0;}
.wh-list img{height: 350px!important;}
}
@media (max-width:500px) {
.wh-list img{height:auto!important;}
}

/* 栏目——关于万恒——荣誉资质 */
.honors{
  background:url(../images/aboutbg.jpg) no-repeat bottom center / cover;
}

/* 栏目——业务范围 */
.cost-txt{
  border: 3px solid #0076c1;
  padding: 30px;
  border-radius: 30px;
  font-size: 18px;
  color: #222;
  line-height: 1.8em;
}
.cost-box-title{
  font-size: 32px;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cost-box-title::before{
  content: '';
  display: block;
  width: 156px;
  height: 5px;
  background: #0076c1;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.cost-box-title span{
  font-size: 16px;  
  font-weight: 400;
  color: #666;
}
.cost-box-list{
  width:19.2%;
  margin-right: 1%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cost-box-list:nth-child(5n){margin-right: 0;}
.cost-box-list p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  transition: all .7s;
  opacity: 0;
}
.hover-ovarlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: rgba(22,198,246,0.8);
  -webkit-transform: perspective(500px) rotateX(90deg);
  -ms-transform: perspective(500px) rotateX(90deg);
  -o-transform: perspective(500px) rotateX(90deg);
  transform: perspective(500px) rotateX(90deg);
  transform-style: preserve-3d;
  transition: all .7s;
}
.cost-box-list:hover p{
  visibility:visible;
  opacity:1;
}
.cost-box-list:hover .hover-ovarlay{
  -webkit-transform:perspective(900px) rotateX(0deg);
  -ms-transform:perspective(900px) rotateX(0deg);
  -o-transform:perspective(900px) rotateX(0deg);
  transform:perspective(900px) rotateX(0deg);
  transform-style:preserve-3d;
  visibility:visible;
  opacity:1;
}
/* 栏目——业务范围——留言表单 */
.form-costbox input{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  font-size: 16px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #8ea7d6;
}
.form-costbox input:last-child{
  margin-right: 0;
}
.form-costbox textarea{
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #8ea7d6;
  margin-top: 10px;
}
.btn-form{
  width: 200px;
  line-height: 50px;
  border-radius: 5px;
  background: #0076c1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  margin-top: 30px;
}
@media (max-width:992px){
.cost-box-title{font-size: 28px;}
.cost-box-title::before{width: 115px;height: 3px;}
.cost-box-list{width: 32.333%;}
.cost-box-list:nth-child(5n){margin-right: 1%;}
.cost-box-list:nth-child(3n){margin-right: 0;}
.services-list{display: none;}
.services-list.active{display: block;width: 100%;}
.services-list img{height: auto!important;width: 100%!important;}
.services-list-txt{position: static;padding: 30px;background: #f0f0f0;}
.services-list.active .services-title{height: auto;padding: 20px 0;}
.services-list.active .services-content{height: auto;min-height: 400px;font-size: 14px;}
}
@media (max-width:750px){
.cost-txt{padding: 20px;font-size: 16px;border-width: 2px;border-radius: 15px;}
.cost-box-list p{font-size: 16px;}
.cost-box-form .cost-box-title span{display: block;}
.cost-box-title{font-size: 24px;}
.cost-box-title span{font-size: 14px;}
.form-costbox input{width: 100%;float: none;margin-right: 0;margin-bottom: 10px;}
.form-costbox textarea{margin-top: 0;}
}
@media (max-width:580px){
.services-title p.services-t,.services-list.active .services-title p{writing-mode: horizontal-tb;width: 100%;}
.services-list.active .services-title{
  display: none;
}
.services-list-txt{padding: 20px;}
.services-list.active .services-content{
  width: 100%;
}
.services-list.active .services-content{min-height: auto;}
}


/* 栏目——成功案例 */
.case-box-list{
  width: 24.25%;
  float: left;
  margin-bottom: 30px;
  margin-right: 1%;
  border: 1px solid #f0f0f0;
  transition:0.5s all;
}
.case-box-list:nth-child(4n){margin-right: 0;}
.case-box-list-img{
  height: 235px;
  background: #f5f5f5;
  overflow: hidden;
}
.case-box-list-img img{
  width: 100%!important;
  height: 100%!important;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.case-box-title{
  padding: 30px 20px;
  background: #fff;
}
.case-box-title h3{
  font-size: 20px;
  font-weight: 600;
}
.case-box-title p{
  font-size: 15px;
  color: #666;
  margin-top: 6px;
}
.case-box-list:hover{
  border-color: #007ebb;
}
.case-box-list:hover img,.show-right-list-img:hover img{
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
@media (max-width:1200px) {
.case-box-list{width: 32.333%;}
.case-box-list:nth-child(4n){margin-right: 1%;}
.case-box-list:nth-child(3n){margin-right: 0;}
.case-box-title{padding: 10px;}
.case-box-title h3{font-size: 18px;}
.case-box-list-img{height: 210px;}
}
@media (max-width:992px) {
.case-box-title h3{min-height: 54px;}
.case-box-list-img{height: 190px;}
}
@media (max-width:750px) {
.case-box-list{width:49.5%;margin-bottom: 10px;}
.case-box-list:nth-child(3n){margin-right: 1%;}
.case-box-list:nth-child(2n){margin-right: 0;}
.case-box-list-img{height: 210px;}
.case-box-title h3{min-height: auto;}
.case-box-title h3{font-size: 16px;}
}
@media (max-width:580px) {
.case-box-list-img{height: 170px;}
}
@media (max-width:500px) {
.case-box-list-img{height: 130px;}
}
@media (max-width:400px) {
.case-box-list-img{height: 110px;}
}
/* 页码 */
.pagination{text-align: center;width: 100%;margin: 20px 0 0 ;}
.pagination li,.pagination li a{
  font-size: 14px;
  color: #666;
  border-radius: 29px!important;
}
.pagination li{
	display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
.pagination li a{
  display: block;
  padding:4px 10px;
  border:1px solid #e5e5e5;
  font-size: 13px;
}
.pagination li:first-child a,.pagination li:last-child a{
  border:none;
}
.pagination li:last-child{
  padding-top: 4px;
}
.pagination .active a{
  background:#007ebb!important;
  color: #fff;
  border-color:#007ebb!important;
}
/* 上下翻页 */
.index-artic{
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.index-artic span{display: block;float: none!important;}
.index-artic span:hover a{color: #0076c1;}
.index-artic span,.index-artic a{
  color: #666;
}
@media (max-width:580px) {
.pagination li a{font-size: 12px;}
.index-artic span{font-size: 14px;}
.index-artic{padding: 15px;}
}
/* 栏目——成功案例\新闻动态-内容页 */
.show-main{
  min-height: 500px;
}
.show-left{
  width: 70%;
}
.show-right{
  width: 25%;
  margin-left: 5%;
  background: #f1f1f1;
  padding: 20px;
}
.show-title h1{
  font-size: 28px;
  color: #222;
}
.show-title p{
  font-size: 14px;
  color: #666;
  padding: 10px 0 20px;
  border-bottom:1px solid #ccc;
  margin-bottom: 20px;
}
.show-right h4{
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.show-main span{position: static!important;}
.show-main table{width: auto!important;height: auto!important;}
section .show-main img {
  width: auto;
  max-width: 100%!important;
}
.show-main p,.show-main p span,.show-main span,.show-main ul,.show-main ul li,.show-main table,.show-main tr,.show-main td{
  font-size: 16px!important;
}
.show-right-list{
  background: #fff;
}
.show-right-list-rtxt{
  padding: 20px;
}
.show-right-list-img{
  height: 180px;
  overflow: hidden;
}
.show-right-list-img img{
  height: 100%!important;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.show-main ul,.show-main p{
  font-family: Microsoft YaHei,  Hiragino Sans GB, PingFang SC, Arial, Helvetica Neue,sans-serif!important;
  font-size: 16px!important;
}
@media (max-width:1200px){
.show-right{display: none;}
.show-left{width: 100%;}
.show-main{min-height: 300px;}
}
@media (max-width:1010px){
.show-title h1{font-size: 20px;margin-top: 16px;}
.company-box-gs .cost-box-title span{display: block;}
}

/* 栏目——新闻动态 */
.news-list-aimg{
  width: 30%;
  padding-right: 40px;
  height: 240px;
  overflow: hidden;
}
.news-list-aimg img{
  height: 100%!important;
}
.news-list-rtxt{
  width: 70%;
}
.news-list-rtxt{
  border-top: 1px solid #8ea7d6;
}
.news-list-a .more{
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 30px;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.news-list-a:hover .more{
  letter-spacing: 5px;
  color: #0076c1;
}
.news-list-a:hover .index-E-title{
  color: #0076c1;
}
@media (max-width:1200px){
.news-list-a .more{margin-top: 20px;}
.news-list-aimg{height: 190px;}
}
@media (max-width:992px){
.news-list-aimg{padding-right: 20px;height: 130px;}
.index-E-right-list p, .news-list-rtxt p{font-size: 14px;}
}
@media (max-width:630px){
.news-list-aimg{display: none;}
.news-list-rtxt{width: 100%;}
.news-list-a{margin-top: 0;}
.news-list-rtxt{border-top: none;}
.news-list-a:nth-child(1) .news-list-rtxt{border-top: 1px solid #8ea7d6;}
}
/* 栏目——联系我们 */
.map-box {
	width: 70%;
	height:507px;
	position: relative;
  z-index: 9;
  overflow: hidden;
}
.map-box img {
	width: 36px;
}
.map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map-box .anchorBL {
	display: none;
}
.contactus-box{
  width: 30%;
  padding: 40px 30px;
  background: url(../images/contact.jpg) no-repeat center / cover;
}
.contactus-box img{
  width: 90%;
}
.contactus-box-list{margin-top: 40px;}
.contactus-box-list i{
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  font-size: 36px;
  text-align: center;
  color: #0076c1;
  float: left;
}
.contactus-box-list div{
  width: calc(100% - 50px);
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.contactus-box-list span{
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width:1500px){
.map-box {width: 60%;height:515px;}
.contactus-box{width: 40%;}
.contactus-box img{width: 400px;}
}
@media (max-width: 1200px) {
.map-box {height:397px;}
.contactus-box{padding: 20px;}
.contactus-box img{width: 300px;}
.contactus-box-list i{width: 40px;height: 40px;font-size: 28px;}
.contactus-box-list div{width: calc(100% - 40px);padding-left: 10px;}
.contactus-box-list{margin-top: 20px;}
}
@media (max-width: 992px) {
.map-box {height:360px;width: 100%;float: none;}
.contactus-box{width: 100%;float: none;}
}
@media (max-width: 440px) {
.contactus-box img{width: 280px;}
}
/* 悬浮侧栏 */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 99;
}
.toolbar .toolbar-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}
.toolbar .toolbar-con i{
  display: block;
  margin-bottom: 2px;
  clear: both;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 58px;
}
.toolbar .toolbar-item {
  padding-left: 60px;
  float: right;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.toolbar .toolbar-item.showLang:hover {
  width: fit-content;
  min-width: 230px;
  max-width: 600px;
}
.toolbar .toolbar-icon .icon {
  width: 30px;
  height: 30px;
  margin: 15px 16px 0 16px;
}
.toolbar .toolbar-value {
  padding: 10px;
  text-align: left;
  line-height: 20px;
}
.toolbar .toolbar-value p {
  height: 16px;
  font-size: 14px;
  overflow: hidden;
  line-height: 1em;
}
.toolbar .service_group .toolbar-value a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.toolbar .toolbar-value.dh {
  line-height: 40px;
}
.toolbar .toolbar-value.tp {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  display: none;
}
.toolbar .toolbar-value.tp img {
  width: 100%;
  height: 100%;
  display: block;
}
.toolbar .toolbar-item.showImg:hover .toolbar-value.tp {
  display: block;
}
.toolbar .toolbar-item:hover .iconfont{
  color: #0076c1;
}
@media (max-width:750px) {
.toolbar{display: none;}
}


/* 20240712 新增 发展历程 */
.development{
  background: url(../images/bg8.jpg) no-repeat center / cover;
}
.aboulc-loop-max .year{
  font-size: 36px;
  color: #fff;
  font-weight: 800;
}
.aboulc-loop-max .development-title{
  font-size: 16px;
  color: #fff;  
  height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
}
.aboulc-loop-max .cont p{
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  height: 220px;
  overflow: hidden;
  opacity: 0.8;
}
.aboulc-loop-max .cont p::before{
  content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    background: #fff;
    top: 9px;
}
.flex{
  display: flex;
    flex-wrap: wrap;
}
.aboulc-menu .link{
  flex: 1;
  font-size: 16px;
  color: #fff;
  transition: all .4s ease;
  position: relative;
  font-weight: 700;
  height: 90px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboulc-menu .link::before{
  content: "";
  position: absolute;
  height: 2px;
  background: #0076c1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1px;
  width: 0;
  opacity: 0;
  transition: width .4s ease,opacity .1s ease .4s;
}
.aboulc-menu .link:hover, .aboulc-menu .link.active{color: #0076c1;}
.aboulc-menu .link.active::before{
  opacity: 1;
  width: 74px;
  transition: width .4s ease .1s, opacity .1s ease;
}
.aboulc-loop-items.active .year{color: #0076c1;}
.aboulc-loop{
  padding: 0 6%;
}
.aboulc-menu{position: relative;}
.aboulc-menu::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .21);
}

@media (max-width:1200px) {
.aboulc-loop-max .year{font-size: 28px;}
.aboulc-menu .link{font-size: 14px;}
}
@media (max-width:992px) {
.aboulc-loop-max .year{font-size: 24px;}
}
@media (max-width:480px) {
.aboulc-menu .link{font-size: 12px;}
}

