@charset "utf-8";

/*-------重设浏览器默认样式--------*/
body {
  font-size: 1rem;
  font-family:'Roboto', 'Poppins', PingFang SC, Helvetica, Arial, Microsoft YaHei, sans-serif;
  color: #3d3d3d;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
select,
input,
textarea,
p,
blockquote,
table,
th,
td,
hr,
button,
main,
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
video {
  margin: 0;
  padding: 0;
}

caption,
th {
  color: #3d3d3d;
  text-align: left;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}


.contact form .form-control:focus,
.contact form .form-control:hover {
  border-color: rgba(235, 54, 86, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 54, 86, 0.25);
}


/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #3d3d3d;
  -webkit-transition: color .3s ease-out 0s, background .3s ease-out 0s;
  transition: color .3s ease-out 0s, background .3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: #eb3656;
}

a:focus,
button:focus {
  outline-style: none;
}

button,
input,
optgroup,
option,
select,
textarea {
  border: 0 none;
  vertical-align: middle;
  outline: 0;
  max-width: 100%;
  /*手机菜单-重点*/
}

/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ol,
ul {
  list-style: none;
}

ul>li>p {
  margin-bottom: 0;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/*-------------------------------*/
/* 特殊的动画效果类名 
-------------------------------*/
[class*=animation-] {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  -o-animation-name: slide-bottom;
  animation-name: slide-bottom;
}

.animation-zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*-------FONT AWESOME CORE-----*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  background-image: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
}

.icon-search::before {
  font-size: 1.125rem;
  content: "\f002";
}

.icon-remove::before,
.icon-close::before {
  content: "\f00d";
}

/*-------文字列表项------*/
ul.item-list li {
  padding-bottom: .5rem;
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
}

ul.item-list li+li {
  padding: .5rem 0;
}

ul.item-list li .download {
  padding-left: 1.2rem;
  background: url(../images/download.gif) no-repeat left;
}

ul.item-list li h6 {
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.75rem;
  background: url(../images/newsdot.gif) no-repeat left center;
}

ul.item-list li h6.file-list img {
  padding-right: .5rem;
}

/*-------侧边栏-------*/
.aside-title {
  color: #fff;
  background: linear-gradient(90deg, #00A0E9 0%, #004379 100%);
  border-radius: .25rem .25rem 0 0;
}

.aside-title h4 {
  font-weight: 500;
}

aside ul.collapse-menu li {
  border-bottom: 1px dashed #e2e6fb;
}

aside ul.collapse-menu li a {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: .5rem 1.65rem;
}

aside ul.collapse-menu li a::before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f101";
  margin-left: -1rem;
  margin-right: 0.35rem;
  transition: all .3s ease;
  font-weight: normal;
  font-size: 0.75rem;
  opacity: 0;
}

aside ul.collapse-menu li.active>a {
  color: #004379;
}

aside ul.collapse-menu li:hover>a:before,
aside ul.collapse-menu li.active>a:before {
  margin-left: 0;
  opacity: 1;
}

aside ul.collapse-menu li span {
  position: absolute;
  right: 1.5rem;
}

aside ul.collapse-menu li span i.fa-angle-down {
  content: "\f107";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  transition: all .3s ease;
}

aside ul.collapse-menu li.active span i.fa-angle-down {
  transform: rotate(180deg);
}

/*------二级菜单----*/
aside ul.collapse-menu>li>ul {
  display: none;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #d2d2d2;
}

aside ul.collapse-menu>li>ul>li:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

aside ul.collapse-menu>li>ul>li>a {
  font-size: 0.875rem;
  padding: .5rem 1.65rem .5rem 2.65rem;
}

aside ul.collapse-menu>li>ul>li>a::before {
  content: "\f105";
}

/*--------图片列表项----------*/
.service-thumb-home {
  overflow: hidden;
  position: relative;
}

.service-thumb-home a {
  display: block;
  overflow: hidden;
}

.service-thumb-home img.thumbnail {
  width: 100%;
  max-width: 100%;
}
.card-body {
  background-color: #F8F8F8;
  padding: 0.75rem;
}

.card-body h4 {
  font-size: 1rem;
}

.card-body p {
  margin-bottom: 0;
}

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


.service-thumb-home .img {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-thumb-home .thumbnail {
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: transform 0.5s ease 0s;
}

.service-thumb-home:hover .thumbnail {
  transform: scale(1.1, 1.1);
}

.service-contents .col-lg-9 .honor .col:nth-child(1),
.service-contents .col-lg-9 .honor .col:nth-child(2) {
  width: 50%;
}

/*---------------------------------------*/
.thumb-left {
  position: absolute;
  left: 0.7rem;
  right: auto;
  z-index: 1;
  top: 0.7rem;
}

.service-thumb-home .img .badge {
  padding: 0.47em 0.8em;
  font-size: 82%;
  border-radius: 0.15rem;
  width: auto !important;
  margin-bottom: 5px;
}

.service-thumb-home .img .bg-success {
  background-color: #48c7ec !important;
}

.service-thumb-home .img .bg-danger {
  background-color: #eb3656 !important;
}

/*---------------------------------------*/
.service-contents .list-group img {
  object-fit: contain;
}

.service-contents .list-group .img .left>span {
  width: 35px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: -50px;
  transform: rotate(-47deg);
}

.service-contents .list-group .img .left {
  border-style: solid;
  border-width: 60px 60px 0 0;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.service-contents .list-group .img .new-tag {
  border-color: #27b737 transparent transparent transparent;
}

/*-------------------------*/
.service-thumb-home .img figure {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}

.service-contents .col-lg-9 .quality .img figure {
  padding-bottom: 133.3333333%;
}

.service-thumb-home:hover figure {
  transform: scale(1.1, 1.1);
}

/*-----分页样式-----*/
.pagination {
  margin-bottom: -0.625rem;
}

.pagination .rounded{
  border-radius: 0.15rem !important;
}

.pagination li:not(:last-child) {
  margin-right: 0.625rem;
}

.pagination li {
  display: flex;
  margin-bottom: 0.625rem;
}

.pagination li a {
  padding: .25rem .625rem;
  border: 1px solid #eb3656;
  color: #eb3656;
}

.pagination li a:hover,
.pagination li.active a {
  color: #fff;
  background: #eb3656;
  border-color: #eb3656;
}

.disabled {
  pointer-events: none;
}

.pagination li.active a {
  pointer-events: none;
}

/*-----手机端导航-------*/
.wap-title {
  color: #fff;
  background: #ea6b82;
  display: none;
}

.wap-title>.container>h2 {
  font-size: 1rem;
  color: #fff;
  padding: .75rem 0;
}

.wap-title>.container>.point {
  cursor: pointer;
  position: relative;
  width: 30px;
}

.wap-title>.container>.point span,
.wap-title>.container>.point span::before,
.wap-title>.container>.point span::after {
  height: 2px;
  width: 25px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}

.wap-title>.container>.point span::before {
  top: 7px;
}

.wap-title>.container>.point span::after {
  top: -7px;
}

.wap-title>.container>.point span,
.wap-title>.container>.point span::before,
.wap-title>.container>.point span::after {
  transition: all .3s ease-in-out;
}

.wap-title>.container>.point.on span {
  background: transparent;
}

.wap-title>.container>.point.on span::before {
  top: 0;
  transform: rotate(45deg);
}

.wap-title>.container>.point.on span::after {
  top: 0;
  transform: rotate(-45deg);
}

/*------手机菜单----*/
ul.submenu {
  display: none;
  color: #333;
  background: #f0f0f0;
}

ul.submenu>li:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

ul.submenu>li>a {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: .5rem .625rem .5rem 1.75rem;
  transition: background-color .1s ease 0s;
}

ul.submenu>li>a::before {
  content: "";
  position: absolute;
  left: .75rem;
  width: 9px;
  height: 12px;
  padding-right: 10px;
  background: url("../images/left-arrow.png") no-repeat center;
}

ul.submenu>li:hover>a,
ul.submenu>li.active>a {
  color: #fff;
  background-color: #e17186;
}

ul.submenu>li:hover>a::before,
ul.submenu>li.active>a::before {
  background: url("../images/left-arrow-on.png") no-repeat center;
}

ul.submenu>li.dropdown>a::after {
  position: absolute;
  content: "\f107";
  right: .75rem;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  transition: all .3s ease;
}

ul.submenu>li.active>a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------手机端二级菜单----*/
ul.submenu>li.dropdown>ul {
  display: none;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #d2d2d2;
}

ul.submenu>li.dropdown>ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #9dbdd6;
}

ul.submenu>li.dropdown>ul>li {
  position: relative;
  font-size: 0.875rem;
}

ul.submenu>li.dropdown>ul>li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 20px;
  top: 50%;
  border-top: 1px dotted #9dbdd6;
}

ul.submenu>li.dropdown>ul>li>a {
  font-size: 0.875rem;
  display: block;
  position: relative;
  color: #666;
  padding: .5rem 0 .5rem 2rem;
  border-top: 1px dotted #e4e4e4;
}

ul.submenu>li.dropdown>ul>li.active>a,
ul.submenu>li.dropdown>ul>li:hover>a {
  color: #2A4B7F;
}

ul.submenu>li.dropdown>ul>li>a:hover::before,
ul.submenu>li.dropdown>ul>li.active>a::before {
  position: absolute;
  content: "\f101";
  left: 0.75rem;
  top: 0.625rem;
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  background-color: #fff;
  z-index: 1;
  font-size: 0.75rem;
  width: 1rem;
  text-align: center;
}

/*-----右侧浮动-----*/
.float-right {
  position: fixed;
  top:550px;
  /* top: 60%; */
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
}

.float-right ul li {
  width: 100%;
  height: 58px;
  margin-bottom: 5px;
  position: relative;
}

.float-right ul li .item-list {
  position: relative;
  transition: all 0.3s linear;
  width: 58px;
  height: 58px;
  border-radius: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, .7);
}

.float-right ul li .item-list:hover {
  background-color: #004379;
}

.float-right ul li .wechat {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  right: 70px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.float-right ul li .wechat.pop {
  transform: translateY(-50%) scale(0.8);
  transition: .15s linear;
}

.float-right ul li .wechat.out {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.float-right ul li .wechat.in {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.float-right ul li .qrcode {
  position: relative;
  width: 120px;
  padding: 5px;
}

.float-right ul li .qrcode::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  left: auto;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
  z-index: 120;
}

.float-right ul li .qrcode::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  left: auto;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
  z-index: 120;
}

.float-right ul li .item-list:hover span {
  right: 0;
}

.float-right ul li .item-list span {
  font-size: 1.5rem;
  color: #fff;
  transition: right 0.3s linear;
  position: absolute;
  right: -170px;
  width: 170px;
}

.float-right ul li .item-list a {
  width: 58px;
  color: #fff;
}

.float-right ul li .item-list a i {
  font-size: 1.75rem;
}

.float-right ul li .item-list a i.fa-triangle {
  font-size: .25rem;
}

.float-right ul li .item-list a span {
  font-size: 1rem;
}

/*-------swiper----------*/
.swiper-button-prev,
.swiper-button-next {
  font-size: 1.25rem;
  color: #eee;
  background: rgba(0, 0, 0, .2);
  transition: opacity ease .4s;
  opacity: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-prev {
  border-radius: 0 3px 3px 0;
  left: 0;
}

.swiper-button-next {
  border-radius: 3px 0 0 3px;
  right: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(222, 0, 16, .5);
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
  display: none;
}

/*-------百度地图API-------*/
.iw_poi_title {
  font-size: 15px;
  color: #CC5522;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap
}

.iw_poi_content {
  font: 13px arial, sans-serif;
  overflow: visible;
  padding-top: 5px;
  line-height: 1.6;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}

.map {
  height: 400px;
  border: #ccc solid 1px;
}

/*---------移动端导航-------------*/
.bigmegamenu {
  position: relative;
}

.wsmenu .search {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.wsmenu .search form {
  font-weight: normal;
  position: relative;
}

.wsmenu .search form input[type="text"] {
  height: 32px;
  line-height: 32px;
  padding-left: 6px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu .search form button {
  text-align: center;
  display: inline-block;
  background: transparent;
}

.wsmenu .search form button[type="submit"] {
  height: 32px;
  position: absolute;
  top: 0;
  right: 5px;
}

/*btn-primary*/
.btn {
  font-size: 1rem;
  padding: 0.5rem 2.75rem;
}
.btn:hover{
  color: #fff;
}
.btn:focus{
  box-shadow: none;
}
footer .feedback{
  width: 160px;
  height: 42px;
}

footer .feedback-btn {
  border-radius: .25rem;
  color: #fff;
  background-color: #eb3656;
  font-size: 1.125rem;
  height: 100%;
  width: 100%;
}

/*-------请求按钮----------*/
.quote-btn {
  font-weight:bold;
  color: #fff;
  background-color: transparent !important;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
}

.quote-btn:hover {
  color: #eb3656;
  background: #fff !important;
}

.quote-btn:before {
  content: "\f061";
  font-weight: normal;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 70%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.quote-btn:hover:before {
  left: 80%;
  opacity: 1;
}

/*--------视频播放-------*/
.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.videolist:hover {
  cursor: pointer;
}

.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 0;
  margin-top: -210px;
  z-index: 100;
  max-width: 800px;
  width: 100%;
  height: 450px;
  transform: translate(-50%);
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}



/*返回顶部*/
.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

/*----回到顶部---*/
.btn-icon {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  background-color: #777;
  border-color: #777;
  transition: all .3s ease;
  opacity: .78;
}

.btn-icon:hover {
  opacity: 1;
}

.btn-icon i {
  font-size: 20px;
  color: #fff;
}

/*--------------owl-carousel----------------*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(0,103,172, 0.5);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0067ac;
}


/*------图片左右滚动箭头-----*/
/* .owl-carousel .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #ebebeb;
  border-radius: 0;
  color: #ebebeb;
  font-size: 18px;
  height: 40px;
  left: -35px;
  line-height: 34px;
  margin-top: -20px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 400ms ease-in 0s;
  width: 40px;
}

.owl-carousel .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: -35px;
}

.owl-carousel:hover .owl-controls .owl-nav div {
  opacity: 1
}

.owl-carousel .owl-controls .owl-nav div:hover {
  color: #0067ac;
  border-color: #0067ac;
} */