@charset "utf-8";

.container {
  max-width: 1200px;
}

/*-----top-bar---------*/
.top-bar {
  background-color: #f1f1f1;
  border-bottom: 1px solid #eee;
}

/*call-to-action*/
.top-bar ul.list-main>li,
.top-bar ul.call-to-action>li {
  font-size: .875rem;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.top-bar ul.list-main>li:last-child,
.top-bar ul.call-to-action>li:last-child {
  padding-right: 0;
}

.top-bar ul li.spacer {
  color: #ccc;
}

.top-bar ul li a.en-title {
  color: #50b2fc;
}

/*--------------------------*/
a.blue {
  color: #126DB3;
}

a.blue:hover {
  color: #ffa000;
}

a.tel {
  font-size: 1rem;
  font-weight: bold;
  color: #ffa000;
}

a.tel:hover {
  color: #126DB3;
}

.list-main>li a {
  color: #666;
}

.list-main>li a:hover {
  color: #126DB3;
}

.top-bar ul.call-to-action>li>a>i.fa-angle-down {
  margin-left: 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-bar ul.call-to-action>li.dropdown {
  width: 86px;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: -1px;
  margin-right: -1px;
}

.top-bar ul.call-to-action>li.dropdown:hover {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.top-bar ul.call-to-action>li ul.top-box {
  min-width: 250px;
  border: 1px solid #ccc;
  position: absolute;
  top: 29px;
  z-index: 3;
  background-color: #fff;
  display: none;
  left: -1px;
}

.top-bar ul.call-to-action>li:hover ul.top-box {
  display: block;

}

.top-bar ul.call-to-action>li.dropdown ul.top-box em {
  width: 84px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 15;
  top: -1px;
  display: none;
}

.top-bar ul.call-to-action>li.dropdown:hover ul.top-box em {
  display: block;
}

.top-bar ul.top-box>li {
  padding: 0.5rem;
}

.top-bar ul.top-box>li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.top-bar ul.top-box>li img {
  max-width: 80px;
}

.top-bar ul.top-box>li section {
  padding-left: 0.5rem;
}

.top-bar ul.top-box>li section h4 {
  font-size: 0.875rem;
  color: #dc3545;
}

.top-bar ul.top-box>li section p {
  line-height: 1.5;

}

.top-bar .top-dropdown .dropdown-menu {
  border: 0;
  margin-top: 10px !important;
  min-width: 55px !important;
  box-shadow: rgb(0 0 0 / 16%) 0 6px 12px;
}

/*-------------------------*/

.header {
  border-bottom: 1px solid rgb(230, 230, 230);
  margin-bottom: 20px;
}

.header .middle-inner {
  padding: 1.25rem 0 .625rem;
  background: #fff;
}

.header .middle-inner .logo img {
  max-height: 65px;
}

.header .search-bar {
  width: 535px;
  height: 50px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #ececec;
  transition: all .5s ease-in-out;
}

.header .search-bar:hover,
.header .search-bar:focus {
  border-color: #ff9d01
}

.header .search-bar form {
  padding-left: 20px;
}

.header .search-bar input {
  background: transparent;
  line-height: 46px;
  color: #666;
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 10px;
  width: calc(100% - 60px);
  outline: 0;
}

.header .search-bar .btnn {
  line-height: 46px;
  width: 60px;
  text-align: center;
  font-size: 1.125rem;
  color: #7d879c;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 50px;
  transition: all .4s ease;
}

.header .search-bar .btnn:hover {
  color: #ff9d01
}

.header .right-bar .sinlge-bar:not(:last-child) {
  margin-right: 25px;
}

.header .right-bar .sinlge-bar .single-icon {
  color: #ff9d01;
  font-size: 20px;
  position: relative;
}

/*---------行业分类----------*/
.header .header-inner {
  background: #fff;
}

.category .section-title {
  background: #ff9d01;
}

.category .section-title h2 {
  background: transparent;
}

/*--------------------------*/
.hero-slider .category {
  width: 19%;
}

.category .recommend-list {
  border-color: #ff9d01;
}

.hero-slider .category ul.main-category {
  background-color: #f2f2f2;
}

.category ul.main-category li {
  padding: .475rem 0px;
  border-bottom: 1px dashed #e2e6fb;
  position: relative
}

.category ul.main-category li a {
  padding-left: 1.5rem;
}

.category ul.main-category li a:hover,
.category ul.main-category li.active a {
  color: #000;
}

.category ul.main-category li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 26px;
  transform: translateY(-50%);
  background: #ff9d01;
  transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
}

.category ul.main-category li:hover::after,
.category ul.main-category li.active::after {
  width: 10px;
}

.hero-slider .col-right {
  padding-left: 1.2rem;
  width: 81%;
}

/*--------关于我们类别-------*/
.hero-slider .category ul.about-category {
  background: #fefef6 url(../images/v3_sg_52.png) no-repeat bottom;
  border: 1px solid #f4e0bb;
  border-top: 0 none;
}

.hero-slider .category ul.about-category {
  padding: 1em 0;
  
}

.recommend-list {
  border: 1px solid #dee2e6;
  border-top: 0 none;
}

.category ul.about-category li {
  padding: 0.625rem 1.5rem;
  border-bottom: 1px dashed #e2e6fb;
  position: relative;
}

.category ul.about-category li a {
  display: flex;
  align-items: center;
  position: relative;
}

.category ul.about-category li.active a {
  color: #2e64af;
}

.category ul.about-category li a::before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f101";
  margin-right: 5px;
  transition: all .3s ease;
  font-weight: normal;
  font-size: 0.5rem;
}
/*---------导航菜单-----*/
.navigation {
  background: #fff;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  box-shadow: 0 0 0 1px #ededed;
}

.header ul.nav li a {
  color: #555;
  text-transform: capitalize;
  font-size: 1rem;
  padding: .625rem 1.25rem;
  font-weight: 500;
  display: block;
  position: relative;
  text-align: center;
}

.header ul.nav li:first-child a {
  padding: .625rem 1.25rem .625rem 1.5rem;
}

.header ul.nav li:last-child a {
  padding-right: 0;
}

.header ul.nav li a>span {
  display: block;
  font-size: 0.9375rem;
  color: #50b2fc;
}

.header ul.nav li.active a,
.header ul.nav li:hover a {
  color: #ff9d01;
}

.article-list h4 {
  font-size: 1rem;
}

.article-list .featurette-divider {
  margin: .5rem 0 1.25rem;
  background-color: #999 !important;
}

.product-des .short h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.product-des .short h4 span{
  color: #50b2fc;
}

.product-des span {
  display: inline-block;
}

.product-des .card,
.product-des .card-header {
  border: 0 none;
  width: 100%;
}

.nsbar a {
  cursor: pointer;
  margin: 0 5px;
}

.product-gallery {
  width: 45%;
}

.product-gallery .sp-wrap {
  width: 100%;
}

.product-gallery .sp-current-big img {
  width: 100%;
}

.product-gallery .sp-thumbs {
  height: 60px;
  margin-top: 10px;
}

.product-gallery .sp-thumbs a {
  margin-right: 10px;
}

.product-des {
  width: 55%;
}

.product-des .card-header h4 {
  color: #666;
  font-size: 0.875rem;
}

.product-des .card-header {
  background: -webkit-linear-gradient(left, #ebebeb, #f8f8f8);
}

.product-des .card-body {
  background-color: #F8F8F8;
}

.product-des .card-body h3 {
  color: #ffa000;
  font-size: 1.125rem;
}

.product-des .description>li {
  line-height: 1.75;
  color: #999;
}

.product-des .description>li span,
.product-des .description>li a {
  color: #ffa000;
}

.tag-links .list-inline-item:not(:last-child) {
  margin-right: 0.15rem;
}

.product-des .qrcode {
  bottom: 0;
  right: 0;
}

.product-des .qrcode img {
  width: 100px;
}

.product-des .qrcode span {
  display: block;
  margin-top: 5px;
  color: rgb(201, 201, 201);
  font-size: 12px;
  text-align: center;
}

/*----------------------------------------*/

table.expro-table th,
table.expro-table td {
  line-height: 1.75;
  padding: 5px;
}

table.expro-table th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f1f1f1;
}

table.expro-table td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.expro-table tbody tr {
  transition: all .3s;
}

table.expro-table tbody tr:hover {
  background: #f3f3f3;
}

/*--------------------------*/
#slider {
  width: 100%;
  height: 130px;
  background-color: #007BBA;
}

#slider img {
  width: 100%;
}

/*----相关产品---*/
.product-scroll {
  width: 100%;
}

.product-scroll ul li {
  padding: 15px 12px 6px 12px;
}

.product-scroll ul li .zh-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 7px;
}

.product-scroll ul li .zh-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.product-scroll ul li:nth-child(odd) {
  background-color: #f2efe6;
}

.product-scroll ul li:nth-child(even) {
  background-color: #edeef2;
}

.product-scroll ul li .zh-pic {
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d2c6;
}

.product-scroll ul li .zh-pic img {
  height: 85px;
}

.product-scroll ul li .zhnr {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  color: #8e8a67;
}

.product-scroll ul li .zhnr i {
  margin-left: 5px;
}

.product-scroll ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

/*btn-primary*/
.btn {
  font-size: 1rem;
  outline-offset: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #faaf3c;
  border-color: transparent;
}

.btn-primary:hover,
.active.btn-primary,
.btn-primary:focus {
  background-color: #ee9601;
  border-color: transparent;
}

.btn:focus,
.btn:active:focus {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --------------------------------------------------
SECTION
----------------------------------------------------- */
.section-padding {
  padding-bottom: 1.5rem;
}

/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.product-area .recommend-list .owl-item .item {
  padding: 0 15px;
  margin: 15px 0;
  border-right: 1px #eaeaea solid;
}

.product-area .recommend-list .owl-item:last-child .item {
  border-right: 0 none;
}

.product-area .recommend-list .grid_image {
  height: 100%;
  position: relative;
}

.product-area .recommend-list .grid_image img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
  object-fit: cover;
}

.product-area .recommend-list .grid_description {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 5% 0 0 0;
  color: #898989;
}

.product-area .recommend-list .grid_description h3.post_title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.25;
}

.product-area .recommend-list .grid_description h3.post_title a {
  color: #333;
}

.product-area .recommend-list .grid_description h3.post_title a:hover {
  color: #ffa000;
}

.product-area .recommend-list .post_meta span {
  color: #898989;
  font-size: 14px;
  display: block;
}

.product-area .recommend-list .post_meta i {
  margin-right: 5px;
  font-size: 14px;
}

.product-area .recommend-list .grid_description p {
  margin: 0;
  margin-top: 10px;
  font-size: 0.875rem;
}

.badge {
  padding: 0.47em 0.8em;
  font-size: 82%;
  border-radius: 0.15rem;
  letter-spacing: 0.08rem;
}

.ab-left {
  left: 0.7rem;
  right: auto;
  z-index: 1;
  top: 0.7rem;
}

.ab-right {
  right: 0.7rem;
  left: auto;
  top: 0.7rem;
  z-index: 1;
}

.bg-success {
  background-color: #27b737 !important;
}

.bg-danger {
  background-color: #f33066 !important;
}

/*------新闻区域----*/
.news-area .item-list {
  padding: 15px;
}

.news-area ul.item-list li {
  padding: 0;
  border-bottom: 0 none;
}

.news-area .item-list li:not(:last-child) {
  padding-bottom: .5rem;
}


/*-------选项卡内容----*/
.notice-section .col-lg-3 {
  width: 20.5%;
}
.notice-section .col-lg-9 {
  width: 79.5%;
}


/* .notice-section .col-left {
  padding-left: 1.2rem;
  width: 81%;
} */


/*--------返回顶部---------*/
.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

/* ------------------------------------------------------------------
FOOTER WIDGET SECTION
--------------------------------------------------------------------- */
footer {
  background-color: #f5f5f5;
  color: #454545;
  border-top: 1px solid #ddd;
}

footer .footer-area {
  padding: 2rem 0;
}

footer .footer-area .logo img {
  max-height: 70px;
}

footer .footer-area .right .widget {
  flex: 1 1 auto;
}

footer .footer-area .scan-widget {
  padding-left: 2rem;
}


footer .footer-area .links-widget {
  padding: 0 2rem;
  position: relative;
  transition: all 0.3s ease-out;
}

footer .footer-area h5 {
  position: relative;
  color: #454545;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

footer a {
  color: #454545;
}

footer a:hover {
  color: #44AFF5;
}

/*------左侧---------*/
footer .footer-area .left .logo img {
  margin-bottom: 1.875rem;
}

footer .footer-area .left .logo p {
  text-align: center;
  margin: 0;
}

footer .footer-area .scan img {
  max-width: 150px;
  min-height: 150px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-area .scan {
  text-align: center;
}

footer .footer-area address p {
  margin-bottom: .5rem;
}

footer .footer-area address p:last-child {
  margin-bottom: 0;
}

footer .copyright-area {
  background-color: rgba(0, 0, 0, 0.05);
}

footer .copyright-area p {
  margin: 0;
}

/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section {
  background-color: #f2f5f8;
  padding: 45px 0;
}

.footer-menu li {
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu li::before {
  content: "\f111";
  font-family: 'Font Awesome 5 Pro';
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: -6px;
  font-size: 7px;
}

.footer-menu li a {
  color: #7b8a97;
}

.footer-menu li a:hover {
  color: #65d3e3;
  text-decoration: none;
}


/*--------------owl-carousel----------------*/
.service-carousel .owl-nav button.owl-next,
.service-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.21);
}

.service-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.service-carousel .owl-nav button.owl-next {
  right: -30px;
}

.service-carousel .owl-nav button.owl-next:hover,
.service-carousel .owl-nav button.owl-prev:hover {
  color: #007BBA;
}

/*--------------owl-carousel----------------*/
.brand-active .owl-nav button.owl-next,
.brand-active .owl-nav button.owl-prev {
  position: absolute;
  top: -25px;
  transform: translateY(-50%);
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.21);
}

.brand-active .owl-nav button i {
  width: 30px;
  background: #fff !important;
  display: inline-block;
  border-radius: 2px;
  z-index: 5;
  font-size: 1.875rem;

}

.brand-active .owl-nav button.owl-prev {
  right: 60px;
  margin-right: 12px;
}

.brand-active .owl-nav button.owl-next {
  right: 30px;
}

.brand-active .owl-nav button.owl-next:hover,
.brand-active .owl-nav button.owl-prev:hover {
  color: #007BBA;
}

/*Single-service 列表*/
.service-list li {
  padding: 0.625rem 0px;
  border-bottom: 1px dashed #e2e6fb;
}

.service-list li.active a {
  color: #2e64af;
}

/*Single-service 内容*/
.single-service-content .single-service-thumb img {
  width: 100%;
}

.single-service-content h2 {
  margin-top: 20px;
}

.single-service-content h3 {
  margin-bottom: 30px;
}


/*------模态框-----*/
.modals .modal-dialog {
  min-width: 600px;
}

.modals .modal-header .modal-title {
  font-size: 1.125rem;
  position: relative;
}

.modals .modal-header {
  padding: .75rem 1rem;
}

.modals .modal-header .modal-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 4px;
  height: 26px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #faaf3c;
}

.modals .modal-body {
  padding: 0;
}

.modal-body .title-section {
  padding: 1rem 1.5rem;
}

.modals .modal-body .form-section {
  padding: 1.25rem 1.5rem;
  background-color: #F7F7F7;
}

.modals .modal-body .form-control {
  font-size: 0.875rem;
}

.modals .modal-body img {
  max-height: 35px;
}

.modal-body .consult-section {
  padding: 0.625rem 1.5rem;
}

.modal-body .consult-section .qq-consult {
  width: 430px;
  border: 1px solid rgb(250, 220, 130);
  background-color: #FFFAEC;
  padding-left: 10px;
  border-radius: 5px;
  position: relative;
}

.modal-body .consult-section .qq-consult::before {
  position: absolute;
  bottom: 26px;
  left: 27px;
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent rgb(250, 220, 130);
  border-width: 7px;
  content: '';
}

.modal-body .consult-section .qq-consult::after {
  position: absolute;
  bottom: 26px;
  left: 29px;
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent #FFFAEC;
  border-width: 5px;
  content: '';
}

.modal-body .consult-section .details li:not(:last-child) {
  margin-right: 50px;
}

.modal-body .consult-section .details li::before {
  content: '· ';
}

.modals .modal-footer {
  padding: .75rem 1.5rem;
  justify-content: flex-start;
}

.modals .modal-footer .btn {
  padding: 8px 30px;
  border-radius: 0.25rem;
}

.modal-body .register, .modal-body .login{
  cursor: pointer;
  color: #5974ff;
}



/* ----------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------*/

.breadcrumbs {
  background-color: #F6F7FB;
  position: relative;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb i {
  color: #999;
}


.profile-section {
  padding: 2.5rem 0 2rem;
}

.profile-section .product-des .short>h4 {
  font-size: 22px;
  font-weight: 600;
}

.rating .list-inline-item:not(:last-child) {
  margin-right: .15rem;
}

.profile-section .product-des .rating li i {
  color: #ffbd30;
}

.profile-section .product-des span {
  display: inline-block;
}

.profile-section .card,
.profile-section .card-header {
  border: 0 none;
}


.profile-section .card-header h4 {
  color: #666;
  font-size: 0.875rem;
}

.profile-section .card-header {
  background: -webkit-linear-gradient(left, #ebebeb, #f8f8f8);
}

.profile-section .card-body {
  background-color: #F8F8F8;
}

.profile-section .card-body h3 {
  color: #f00;
  font-size: 1.125rem;
}

.profile-section .description>li {
  line-height: 1.75;
  color: #999;
}

.profile-section .description>li span,
.profile-section .description>li a {
  color: #ffa000;
}

.tag-links .list-inline-item:not(:last-child) {
  margin-right: 0.15rem;
}

.profile-section .qrcode {
  top: -5px;
  right: 0;
}

.profile-section .qrcode img {
  width: 100px;
}

.profile-section .qrcode span {
  display: block;
  margin-top: 5px;
  color: rgb(201, 201, 201);
  font-size: 12px;
  text-align: center;
}

.profile-section .product-gallery .sp-wrap {
  width: 100%;
}

.profile-section .product-gallery .sp-current-big img {
  width: 100%;
}

.profile-section .product-gallery .sp-thumbs {
  height: 60px;
  margin-top: 15px;
}

.profile-section .product-gallery .sp-thumbs a:link {
  margin-right: 10px;
}
/*------------------------------------*/
.product-info .tab-pane .intro {
  padding: 30px;
  position: relative;

}

.product-info .tab-pane p {
  line-height: 1.75;
  /* text-indent: 2em; */
}

.product-info .tab-pane p {
  margin-bottom: 15px;

}

.product-info .tab-pane h6 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 0.875rem;
}

.product-info .tab-pane .intro .tag {
  width: 120px;
  text-align: center;
  border-radius: 4px 4px 4px 0px;
  color: #fff;
  padding: 2px 6px;
  font-size: 1rem;
  line-height: 32px;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.4), transparent) var(--bg-orange, #EA3447);
  background-blend-mode: soft-light;
  position: relative;
  margin-left: -37px;
  margin-bottom: 20px;
}

.product-info .tab-pane .intro .tag::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  bottom: -7px;
  background-color: inherit;
  filter: brightness(.7);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}


.product-info .tab-pane ul.single-des li {
  color: #555;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.product-info .tab-pane ul.single-des li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: #ee9601;
  border-radius: 50%;
}

.social-share .social-share-icon {
  line-height: 30px;
}

/*----------选项卡-------*/
.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #333;
  font-size: 1rem;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #ee9601;
  font-weight: bold;
}

.nav-tabs .nav-link.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ee9601;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: 99;
}

/*----侧边栏------*/
aside .single-sidebar-widget {
  border-radius: 5px;
  background-color: #F9F9FB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}

aside .single-sidebar-widget h3 {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}

aside .search-form {
  position: relative;
}

aside .search-form input[type="search"] {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}

aside .search-form .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  width: 40px;
  overflow: hidden;
  z-index: 0;
  border-radius: 0 .25rem .25rem 0;
}

.btn1.active,
.btn1:hover,
.btn1:focus {
  color: #fff;
  border-color: #31333e;
}

.btn1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e64af;
  z-index: -1;
}

.btn1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31333e;
  transform: scaleY(0);
  transition: transform .3s ease-out;
  z-index: -1;
}

.btn1.active:after,
.btn1:hover:after,
.btn1:focus:after {
  transform: scaleY(1);
}

/*-----菜单------*/
aside ul.collapse-menu {
  margin: 0.9375rem 0;
}

aside ul.collapse-menu>li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

aside ul.collapse-menu>li>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.625rem 0;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

aside ul.collapse-menu>li>a>i {
  padding-left: 0.625rem;
  color: #2e64af;
  font-style: normal;
}


aside ul.collapse-menu>li>a::before {
  content: "";
  width: 9px;
  height: 12px;
  margin-left: -0.9375rem;
  margin-right: 0.625rem;
  opacity: 0;
  background: url("../images/left-arrow.png") no-repeat center;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

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.active>a {
  color: #2e64af;
}

aside ul.collapse-menu li span {
  position: absolute;
  right: 1.5rem;
}

aside ul.collapse-menu li span i {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  transition: all .3s ease;
}


/*--------联系我们-----*/
.contact-section{
  font-size: 0.9375rem;
}
.contact-section h4 {
  font-weight: bold;
  
}
.contact-section h4:nth-of-type(1) {
  color: #ff0000;
  margin-bottom: .5rem;

}
.contact-section h4:nth-of-type(2) {
  color: #27b737;
  margin-bottom: 1.5rem;
}
.contact-section p a{
  margin-right: 10px;
}

.contact-section ul.code-list > li{
  line-height: 2;
  text-align: center;
}

.contact-section ul.code-list > li img {
  max-width: 130px;
}

/*---------往届回顾----------*/
.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%;
}


.article-list .card-body {
  background-color: #F8F8F8;
}

.article-list .card-body h4 {
  font-size: 1rem;
}

.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;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.service-thumb-home .img figure {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}

.service-thumb-home:hover figure {
  transform: scale(1.1, 1.1);
}

/*-------新闻详情页-----*/
.post-meta {
  line-height: 1.5;
  color: #898989;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e7eb;
}

.post-meta li:not(:last-child) {
  margin-right: 1rem;
}

.post-meta li i {
  margin-right: 7px;
}

.entry-content p {
  line-height: 1.75;
  margin-bottom: 15px;
}

.entry-content img {
  max-width: 100%;
}

nav.prevnext {
  flex-wrap: wrap;
  line-height: 1.8;
  padding: 10px 0 0;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

/*--------单页-----*/
.profile-section .sidebar .border {
  border-color: #f4e0bb !important;
}

.profile-section .sidebar .bg {
  background: #fefef6 url(../images/v3_sg_52.png) no-repeat bottom
}

.profile-section .border {
  border-color: #e2e2e2 !important;
}


.profile-section ul>li>p {
  margin-bottom: 0;
  text-align: center;
}

.profile-section .icon-list img {
  max-width: 130px;
}

/* 

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;
  -webkit-backface-visibility: hidden;
  /* 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;
}