﻿* {
  margin: 0;
  padding: 0;
}
html{
	scroll-behavior: smooth;
}
html{
	scroll-padding-top:100px; 
}
:root{
 --mColor:#2770b5;
 --sColor:#e60012;
}

body {
  color: #484848;
  font: 14px/1.5  '\5FAE\8F6F\96C5\9ED1',arial, \5b8b\4f53, helvetica, sans-serif;
}

.reset_style,
body {
  word-break: normal;
}

a {
  transition: all .3s;
  text-decoration: none;
}

a:hover{
  color: var(--mColor);
  text-decoration: none;
}
div[class^=e_richText-] *{
	
}

.btn-primary{
    background: var(--mColor);
    border-color: var(--mColor);
}
.bg-primary{
	background: var(--mColor);
}
.text-primary{
    color:var(--mColor)
}
.btn-outline-primary{
    color: var(--mColor);
    border-color: var(--mColor);
}
.custom-control-input:checked ~ .custom-control-label::before{
	border-color: var(--mColor);
    background-color: var(--mColor);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{
	background-color: rgba(70,153,238, 0.3);
}
div[class^="e_cookie"] .p_rIcon{
    background-color: var(--mColor) !important;
 }

.pl_service2 .service_item:hover .service_value_con{
	width: 250px;
}
.pl_service4 .service_item{
	background-color: var(--mColor);
}
.pl_service4 .service_item a:hover{
	color:#fff;
}
.pl_service{
    bottom: 65px;
    right: 10px;
  }
  .pl_service .p_defaultIocn{
    color: #fff;
    background: var(--mColor);
  }
  .smartIcon{
    width: 50px;
    height: 50px;
    color: var(--mColor) !important;
    padding: 5px;
    right: 10px;
    bottom: 10px;
  }


.subpage_ad .text {
  z-index:1 !important;
  display: none;
}

/*nav*/
.subNav {
  max-width: 1320px !important;
  display: flex;
  flex-wrap: wrap;
}

.subNav>div {
  width: auto !important;
}

.subNav:after {
  display: none !important;
}

.e_breadcrumb-1 .p_breadcrumb {
  flex-wrap: wrap;
}

  div[class^=e_richText-] img {
    max-width: 100% !important;
    height: auto !important;
  }

  div[class^=e_richText-] video {
    max-width: 100% !important;
    height: auto !important;
  }

@media only screen and (min-width: 769px) {

  /*大屏*/
  .NavList_a1 a {
    font-size: 14px !important;
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 768px) {

  /*小屏*/
  .subNav>div {
    width: 100% !important;
  }

}


