<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*杞挱鍥炬牱寮�*/
#myCarousel .carousel-indicators &gt; li {
  width: 2.5rem;
  height: .125rem;
  border: none;
  background-color: #fff;
  opacity: .5;
  margin: 0 .5rem;
}
#myCarousel .carousel-indicators .active {
  opacity: 1;
}
.swiper-container {
  max-width: 1200px;
}
.item_img {
  display: flex;
  flex-wrap: wrap;
}
.item_img&gt;div:nth-child(n+5) {
  margin-top: 1rem;
}
.item_img&gt;div {
  padding: 0 0.5rem;
}
.swiper-button-prev, .swiper-button-next {
  outline: none;
  width: 1.6875rem!important;
  height: 2.75rem!important;
  background-size: 1.6875rem 2.75rem!important;
}
.swiper-button-prev {
  background-image: url(../images/h-pre.png)!important;
  left: -4%!important;
}
.swiper-button-next {
  background-image: url(../images/h-next.png)!important;
  right: -4%!important;
}

/*浼佷笟淇℃伅*/
#business {
  text-align: center;
  margin-bottom: 4.5625rem;
}
#business .business_name {
  margin-top: 2.5625rem;
}
#business .business_name h5 {
  margin-bottom: .75rem;
  font-size: 2rem;
  font-weight: 700;
}
#business .business_name &gt; span {
  font-size: 1rem;
  color: #BFBFBF;
}
#business .business_name &gt; i {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E8E8E8;
  margin-top: 1.5rem;
  position: relative;
}
#business .business_name &gt; i::before {
  content: '';
  width: 0;
  height: 0;
  border: .5rem solid #E8E8E8;
  border-style: solid dashed dashed;
  border-color: #E8E8E8 transparent transparent;
  position: absolute;
  top: 0rem;
}
#business .introduce {
  margin-top: 3.5625rem;
  font-size: 1rem;
  color: #595959;
  line-height: 2;
  text-align: center;
}
.introduce1{
  width: 55rem;
  margin: 0 auto;
}
#business .introduce &gt; span {
  display: block;
}
@media (min-width: 62rem) {
	#business .introduce_mobile {
		display: none;
	}
    #service .introduce {
    display: block;
    }
    #service .introduce_mobile {
    display: none;
    }
}
@media (max-width: 62rem) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .item_img {
    width: 200%!important;
    float: left;
    display: flex;
  }
    #business {
      margin-bottom: 3.3125rem;
    }
	#business .introduce_pc {
		display: none;
	}
	#business .introduce {
		font-size: .833rem;
	}
	#business .business_name h5 {
		font-size: 1.25rem;
	}
	#business .business_name &gt; span {
		font-size: .66rem;
	}
    #business .introduce {
      margin: 0 2.5rem;
      margin-top: 2.0rem;
    }
    #plate {
      height: 14.75rem !important;
    }
    #service .introduce {
      display: none;
    }
  #service .introduce_mobile {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0 3.75rem;
    text-align: center;
  }
}
/*涓夊ぇ鏉垮潡*/
#plate {
  height: 22.5rem;
  background-color: #F5F5F5;
}
#plate .item {
  position: relative;
  height: 100%;
}
#plate .item:nth-child(-n+2):after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
}
#plate .middle_plate {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
#plate .item:hover .middle_plate {
	transform:translateY(-80%);
	-webkit-transform:translateY(-80%);
	-moz-transform:translateY(-80%);
	-ms-transform:translateY(-80%);
	-o-transform:translateY(-80%);
}
#plate .middle_plate &gt; img {
  margin-right: 1.0625rem;
}
#plate .middle_plate .product {
  display: flex;
  flex-direction: column;
}
#plate .middle_plate .product &gt; span {
  font-size: 1.25rem;
  color: #595959;
}
#plate .middle_plate .product .english_name {
  margin-top: 1.0625rem;
  font-size: .875rem;
  color: #BFBFBF;
}
/*
浼佷笟淇℃伅PC绔�
*/
@media(min-width: 62rem) {
  #plate .item:nth-child(1):hover {
    background: url("../images/plate3.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:nth-child(2):hover {
    background: url("../images/plate4.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:nth-child(3):hover {
    background: url("../images/plate5.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:hover:after {
    display: none;
  }
  #plate .item:nth-child(1):hover .middle_plate &gt; img{
    content: url("../images/video2.png");
  }
  #plate .item:nth-child(1):hover .product &gt; span:nth-child(1) {
    color: #fff;
  }
  #plate .item:nth-child(2):hover .middle_plate &gt; img{
    content: url("../images/Administration2.png");
  }
  #plate .item:nth-child(2):hover .product &gt; span:nth-child(1) {
    color: #fff;
  }
  #plate .item:nth-child(3):hover .middle_plate &gt; img{
    content: url("../images/Investment2.png");
  }
  #plate .item:nth-child(3):hover .product &gt; span:nth-child(1){
    color: #fff;
  }
}

/*
浼佷笟淇℃伅绉诲姩绔�
*/
@media(max-width: 62rem) {
  #plate {
    display: flex;
    overflow-x: scroll;
  }
  #plate::-webkit-scrollbar {
    display: none;
  }
  #plate .item {
    flex: 0 0 50%;
  }
  #plate .middle_plate &gt; img {
		width: 2.083rem;
  }
  #plate .middle_plate &gt; img.middle_else{
    margin-left: 16px;
  }
	#plate .middle_plate .product &gt; span {
		font-size: 1.083rem;
	}
	#plate .middle_plate .product .english_name {
		font-size: .833rem;
	}
}
/*鏉垮潡澶撮儴鏍囬*/
.ghetto {
  margin: 3.75rem 0 1.75rem;
}
.ghetto_title {
  text-align: center;
}
.ghetto_title h5 {
  margin-bottom: .8125rem;
  font-size: 2.25rem;
  color: #333;
}
.ghetto_title &gt; span {
  font-size: 1rem;
  color: #BFBFBF;
}

/*
鏉垮潡澶撮儴鏍囬PC绔�
*/
@media(min-width: 62rem) {
}

/*
鏉垮潡澶撮儴鏍囬绉诲姩绔�
*/
@media(max-width: 62rem) {
	.ghetto {
		margin: 1.25rem 0;
	}
	.ghetto_title h5 {
		font-size: 1.416rem;
	}
	.ghetto_title &gt; span {
		font-size: 1.25rem;
	}
}

/*鎶曡祫鏉垮潡*/
.divide_modular .cover_chart {
  position: relative;
  overflow: hidden;
}
.divide_modular .cover_chart_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.divide_modular .product {
  margin-top: 1.3125rem;
  font-size: 1.875rem;
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
}
.divide_modular .english_name {
  margin-top: .875rem;
  font-size: 1rem;
  color: rgba(255,255,255,.6)
}
.divide_modular .bar {
  margin-top: 2.4375rem;
  display: inline-block;
  width: 1.875rem;
  height: 1px;
  background-color: #FFF;
}
.divide_modular .cover_chart &gt; img {
  transition: all .5s;
}
.divide_modular .cover_chart:hover &gt; img {
  transform: scale(1.4);
}
@media (max-width: 62rem) {
	.divide_modular .cover_chart_icon &gt; img {
		width: 4.583rem;
	}
	.divide_modular .product &gt; span {
		font-size: 1.25rem;
	}
	.divide_modular .english_name {
		margin-top: .66rem;
		font-size: .66rem;
	}
	.divide_modular .bar {
		width: 1.25rem;
		margin-top: 2.58rem;
	}
}

/*鎶曡祫妗堜緥*/
#case_rotation {
  padding-top: 5.1875rem;
  padding-bottom: 8.5625rem;
 background-image: url("../images/portfouo.png");
}
#case_rotation .carousel-inner .item .item_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-around;*/
  /*max-width: 1200px;*/
}
#case_rotation .carousel-inner .item .pc  &gt; div {
  margin-right: 1rem;
}
#case_rotation .carousel-inner .item .pc &gt; div:nth-child(4n) {
  margin-right: 0;
}
#case_rotation .carousel-inner .item .item_img  &gt; div:nth-child(n+5) {
  margin-top: 1rem;
}

#case_rotation .carousel-control {
  background: transparent;
}
#case_rotation .carousel-control .glyphicon {
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 2rem;
}
#case_rotation .carousel-control .carousel-left{
  width: 1.25rem;
  height: 2.1875rem;
  color: #666;
  /*background: url("../images/h-pre.png");*/
}
#case_rotation .carousel-control .carousel-right{
  width: 1.25rem;
  height: 2.1875rem;
  color: #666;
}
#case_rotation .carousel-control.left {
  left: -15%;
}

#case_rotation .carousel-control.right {
  right: -15%;

}
#case_rotation .carousel-control.right img{
  left: 50%;
  transform: translateX(-50%);
}
#case_rotation .carousel-control.left img{
  left: 50%;
  transform: translateX(-50%);
}


#carouselMenu {
  /* max-width: 1200px; */
}
#carouselMenu &gt;div {
  max-width: 1200px;
  margin: 0 auto;
}
#case_rotation .hedo {
  position: absolute;
  left: 50%;
  bottom: -5.625rem;
  transform: translateX(-50%);
  width: 10.0625rem;
  height: 2.9375rem;
  border: 1px solid #BFBFBF;
  font-size: .875rem;
  text-align: center;
  line-height: 2.9375rem;
  color: #8C8C8C;
  display: block;
}
#case_rotation .hedo:hover {
  background-color: #E9412A;
  border: none;
  color: #fff;
}

/*
鎶曡祫妗堜緥PC绔�
*/
@media(min-width: 62rem) {
  #case_rotation #mobile {
    display: none;
  }
}

/*
鎶曡祫妗堜緥绉诲姩绔�
*/
@media(max-width: 62rem) {
  #case_rotation #pc {
    display: none;
  }

  #case_rotation {
    padding-top: 0;
  }
  #case_rotation .carousel-inner  .item_img {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    overflow-x: scroll;
  }
  #case_rotation .carousel-inner  .item_img::-webkit-scrollbar {
    display: none;
  }
  #case_rotation .carousel-inner  .item_img.pc {
    display: none;
  }
  #case_rotation .carousel-inner  .item_img .col-sm-12 {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    padding-right: 1.875rem;
  }
  #case_rotation .carousel-inner  .item_img .col-sm-12 &gt; div {
    width: 17.8125rem;
    height: 15.625rem;
    margin-left: 1.875rem;
    flex: 0 0 17.8125rem;
  }
}
/*鎶曞悗鏈嶅姟*/
#service {
  position: relative;
}
#service .service_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#service .introduce {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
#service .introduce p{
  width: 530px;
  text-align: center;
  margin: 0 auto;
}
#service .introduce &gt; span {
  display: block;
}
#service .lower {
  margin-top: 2.6875rem;
  display: flex;
  align-items: center;
}
#service #lower_pc {
  width: 75rem;
  max-width: 1200px;
}
.lower-b{
  padding: 1.875rem 1.9375rem 1.5rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#service .lower .lower-b &gt;img {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9);
}
#service .lower .lower-b &gt; span {
  margin-top: 1.9375rem;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
#service .lower &gt; div:hover {
  background-color: rgba(233,65,42,.9);
}
/*
鎶曡祫妗堜緥PC绔�
*/
@media(min-width: 62rem) {
  #service #lower_mobile {
    display: none;
  }
}

/*
鎶曡祫妗堜緥绉诲姩绔�
*/
@media(max-width: 62rem) {
  #service #lower_pc {
    display: none;
  }
  #service .service_content {
    width: 100%;
  }
  #service .service_bg {
    height: 42.3125rem;
  }
  #service .lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #service .lower &gt; div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #service .lower &gt; div &gt; a {
    width: 30%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  #service .lower .top {
    margin-bottom: 4.875rem;
  }
  #service .lower &gt; div &gt; a &gt; img {
    width: 6.25rem;
    margin-bottom: 1.9375rem;
  }
  #service .lower &gt; div &gt; a &gt; span {
    font-size: 1.25rem;
  }
}

/*鏂伴椈涓績閮ㄥ垎*/
#news {
  position: relative;
  border-top: 1px solid #F5F5F5;
}
#news:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: .3125rem solid #E8E8E8;
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
}
#news .content {
  position: relative;
  margin-bottom: 7.4375rem;
}
#news .upper {
  margin: 3.4375rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .upper .item {
  position: relative;
  margin-right: 2.0625rem;
  font-size: 1rem;
  color: #282828;
  cursor: pointer;
}
#news .upper .active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.1rem;
  width: 100%;
  height: .125rem;
  background-color: #E83820;
}
#news .upper .item:nth-last-child(1) {
  margin-right: 0;
}
#news .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.news-b{
  position: relative;
  display: none;
}

#news .lower &gt; div {
  position: relative;
}

#news .lower &gt; div .time {
  font-size: .875rem;
}
#news .lower &gt; div .motto {
  margin-top: 1.9375rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.motto-news{
  height: 6.8rem;
  overflow: hidden;
}
#news .lower &gt; div .motto .motto_el{
  color: #333;
}
#news .lower &gt; div .motto&gt;a{
  color: #fff;
}
/*
宸﹀浘鏍峰紡
*/
#news .lower .news_leftPlate .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
}

#news .lower .news_img .news_plateImg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
涓棿鍥炬牱寮�
*/
#news .lower .news_middlePlate {
  margin: 0 0.4375rem;
  overflow: hidden;
}
#news .lower .news_middlePlate .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 6.7% 9% 6.7% 5.64%;
  color: #fff;
}
/*
鍙充晶鍥炬牱寮�
*/
#news .lower .news_rightPlate {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#news .lower .news_rightPlate .news_r_top {
  position: relative;
  overflow: hidden;
}
#news .lower .news_rightPlate .news_r_top .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
  color: #fff;
  background-color: #E9412A;
}
#news .lower .news_rightPlate .news_r_lower {
  position: relative;
  overflow: hidden;
}
#news .lower .news_rightPlate .news_r_lower .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
  color: #fff;
}
#news .lower .news_r_top {
  margin-bottom: 2.25rem;
  background-color: #E9412A;
}

#news .hedo {
  position: absolute;
  left: 50%;
  bottom: -5.625rem;
  transform: translateX(-50%);
  width: 10.0625rem;
  height: 2.9375rem;
  border: 1px solid #BFBFBF;
  font-size: .875rem;
  text-align: center;
  line-height: 2.9375rem;
  color: #8C8C8C;
  display: block;
}
#news .hedo:hover {
  background-color: #E9412A;
  color: #fff;
  border: 1px solid #E9412A;
}
/*鏂伴椈涓績pc*/
@media (min-width: 62rem) {

}
/*鏂伴椈涓績绉诲姩绔�*/
@media (max-width: 62rem) {
  #news {
    margin: 3.3125rem 1.875rem 0;
  }
  #news .lower {
    flex-direction: column;
  }
  #news .lower &gt; div {
  width: 100%;
  }
	#news .lower &gt; div .motto {
		font-size: 1.16rem;
		line-height: 1.5;
	}
  #news .lower .news_middlePlate {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  #news .lower .news_leftPlate &gt; img {
    content: url('../images/news1_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_middlePlate &gt; img {
    content: url('../images/news2_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_rightPlate .news_r_top &gt; img {
    content: url('../images/bg1_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_rightPlate .news_r_lower &gt; img {
    content: url('../images/news3_1.png');
		min-height: 17.5rem;
  }
}

/*鑱旂郴/鑾峰彇淇℃伅*/
#contact .item {
  position: relative;
}
#contact .item .cont {
  position: absolute;
  top: 42%;
  left: 42%;
  transform: translate(-50%,-50%);
}
#contact .item .title {
  color: #fff;
}
#contact .item .title h5 {
  font-size: 1.4375rem;
  margin-bottom: 1.25rem;
}
#contact .item .title &gt; span {
  font-size: 1rem;
}
#contact .item .middle {
  margin-top: 3.1875rem;
  font-size: 1rem;
  color: #fff;
}
#contact .item .middle &gt; p {
  margin-bottom: 1.5rem;
}
#contact .item .middle &gt; p:nth-last-child(1) {
  margin-bottom: 3.4375rem;
}
#contact .item .hedo {
  display: block;
  width: 10.9375rem;
  height: 2.8125rem;
  border: 1px solid #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.8125rem;
  color: #fff;
}
#contact .item .hedo:hover {
  background-color: #E9412A;
  border: 1px solid #E9412A;
}

#contact .item .submit {
  background-color: #E9412A;
  border: 1px solid #E9412A;
}
/*鐢ㄦ埛淇℃伅杈撳叆妗�*/
#contact .middle input {
  background-color: transparent;
  outline: 0;
  border: none;
  width: 7.5rem;
}
#contact .middle .proposal input {
  width: 100%;
}
#contact .middle .proposal &gt; span {
  white-space: nowrap;
}
#contact .middle .proposal,
#contact .middle .user_info_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: .5rem;
}
#contact .middle .proposal .iconfont,
#contact .middle .user_info_wrap .iconfont {
  font-size: .875rem;
  margin-right: .4375rem;
  color: #fff;
}
#contact .middle .user_info_wrap {
  margin-bottom: 2.6875rem;
}
#contact .middle .user_info_wrap p:nth-child(1) {
  margin-right: .3125rem;
}
@media (max-width: 62rem) {
  #contact .item &gt; img {
		min-height: 25rem;
  }
  #contact .item .title {
    margin-top: 4.875rem;
  }
  #contact .item .cont {
    width: 25.625rem;
    margin-left: 1.25rem;
  }

}

/*鍚堜綔鍟嗗箍鍛�*/
.partner_list {
  height: 8.6875rem;
}
.partner_list ul {
  height: 100%;
  overflow: hidden;
}
.partner_list ul &gt; li {
  width: 319px;
  float: left;
  height: 100%;
  margin: 0 1px;
}
.partner_list ul &gt; li img {
  height: 100%;
}
@media (max-width: 62rem) {

	.partner {
		font-size: 1.5rem!important;
		line-height: 5.83rem!important;
	}
  .partner_list ul &gt; li &gt;img {
    width: 100%;
    height: 100%;
  }
  .partner_list ul &gt; li {
    height: 5.83rem;
    width: 10.2rem;
    line-height: 5.83rem;
  }

}

</pre></body></html>