@import url('css2.css');
@import url("animate.min.css");
@import url("bootstrap.min.css");
@import url("slick.css");
@import url("owl.carousel.css");
@import url("venobox.css");
@import url("venobox.min.css");

/***

====================================================================
	Fonts
====================================================================

 ***/
 .font-family {
  font-family:"思源黑体";
  font-weight: 100;
  font-style: normal;
}

/***

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

:root {
  /* Primary Colors */
  --primary-color: #e83928;
  --primary-light: #dddddd;
  --primary-dark: #8d9aa8;

  /* Secondary Colors */
  --secondary-color: var(--secondary-color);

  /* Background Colors */
  --background-color: #ffffff;
  --background-dark: #f8f9fa;
  --background-light: #e9ecef;

  /* Text Colors */
  --text-color: #343a40;
  --text-light: #6c757d;
  --text-dark: #212529;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: "微软雅黑";
  background-color: var(--background-color);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: ;
  position: relative;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
}
::selection {
  background-color: var(--primary-color);
  color: var(--background-color);
}
-webkit-::selection {
  background-color: var(--primary-color);
  color: var(--background-color);
}
::-moz-selection {
  background-color: var(--primary-color);
  color: var(--background-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '思源黑体';
  -webkit-font-smoothing: antialiased;
  color: var(--secondary-color);
}

h1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 10px;
  color: var(--secondary-color);
}
h2 {
  font-size: 60px;
  line-height: 90%;
  color: var(--secondary-color);
  font-weight: 600;
  letter-spacing: -1px;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 400;
  color: var(--secondary-color);
  letter-spacing: -0.5px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5,
h6 {
  font-size: 16px;
  margin: 0 0 10px;
  color: var(--primary-color);
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 25px;
  /* margin-bottom: 15px; */
}
a {
   color:#333;
   text-decoration: none;
}
a:hover {
  color:#e83928;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc !important;
}
button {
  border: none;
  background: 0 0;
}
.padding {
  padding: 30px 0;
}
.no-padding {
  padding: 0;
}


.padding-004{
  padding-bottom:20px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-40 {
  padding-top: 40px;
}
.padding-30 {
  padding-bottom: 40px;
}

.padding-60 {
  padding: 60px 0px 20px;
}
.padding-80 {
  padding-top: 80px;
}
.box-padding {
  padding: 0 50px;
}
.bg-white {
  background-color: var(--background-color);
}
.bg-grey {
  background-color: #f9fafa;
}

.bd-top {
  border-top: 1px solid #e5e5e5;
}
.bd-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.text-black {
  color: #333;
}
.text-white {
  color: #b0b0b0!important;
  font-size: 13px;
}
.box-shadow,
.box-shadow-hover:hover {
  -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
}
.loaded .site-preloader-wrap {
  opacity: 0;
  visibility: hidden;
}
.site-preloader-wrap {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: var(--background-color);
  top: 0;
  left: 0;
}
.site-preloader-wrap .spinner {
  background-color: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.btn_group a {
  margin: 5px;
}
.btn_group_left a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.default-btn {
  background-color: var(--primary-color);
  text-transform: ;
  font-family: '思源黑体';
  color: var(--background-color);
  font-size: 15px;
  border-radius: 5px;
  line-height: 40px;
  font-weight: ;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0 30px;
  -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  cursor: pointer;
}
.default-btn:hover {
  background-color: #333;
  color: #f5f5f5;
}

.modal-btn {
  background-color: var(--primary-color);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: var(--background-color);
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  /* line-height: 45px; */
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 5px 15px;
  -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}
.modal-btn:hover {
  background-color: #232427;
  color: var(--background-color);
}
.section-heading h3{
  font-family: "思源黑体";
  font-weight: 500;
  font-size: 25px;
}

.section-heading span {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 500;
  letter-spacing: 0;
  font-family: '思源黑体';
  position: relative;
  margin-bottom: 0px;
  z-index: 1;
}
.section-heading div{
  color:#333;
  font-family: "思源黑体";
  font-weight: 500;
  font-size: 25px;

}

.section-heading p{
  letter-spacing: 1px;
  font-family: "思源黑体";
  font-size: 18px;
  height: 25px;
  line-height: 25px;
}

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu-icon {
  display: none;
}
.burger-menu {
  width: 20px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}
.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-menu {
  background-color: #222;
  border-radius: 2px;
  width: 100%;
  height: 3px;
}
.line-menu.line-half {
  width: 50%;
}
.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.menu-open.mobile_overlay {
    opacity: 1;
    visibility: visible;
}

/* 防止背景滚动 */
.body-no-scroll {
  overflow: hidden;
}
section {
  padding: 60px 0 !important;
}

/***

====================================================================
	Main Header
====================================================================

 ***/
.header {
  background-color: #;
  width: 100%;
  height: auto;
  display: block;
}
.primary-header-inner{

}
.viewport-sm .primary-header {
  padding: 10px 0;
}
.header-menu-wrap {
  margin-left: auto;
}
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 99;
}
.sticky-header .primary-header {
  background-color: var(--background-color);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.sticky-header.headroom--top {
  transform: translateY(-100%);
}
.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--pinned {
  transform: translateY(0);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-wrap ul li {
  display: inline-block;
  position: relative;
}
.header-menu-wrap ul li > a {
  display: block;
  font-family: "微软雅黑";
  font-size: 15px;
  letter-spacing: 0;
  text-transform: ;
  font-weight: 100;
  color: var(--secondary-color);
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.header-menu-wrap ul li:hover > a {
  color: #e83928;
}


.header-menu-wrap ul li a.active {
  color: #e83928!important;
}
.header-menu-wrap li ul {
  background-color: var(--background-color);
  display: block;
  width: 115px;
  padding: 0px 0;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  left:0 ;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-menu-wrap li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header-menu-wrap li li {
  display: block;
  padding: 0 0px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}
.header-menu-wrap li li:last-child {
  margin: 0;
}
.header-menu-wrap li li > a {
  font-family: "微软雅黑";
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--secondary-color);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5;
  text-transform: capitalize;
  padding: 1px 8px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
}
.header-menu-wrap li li:hover > a {
  color: #f5f5f5 !important;
  background-color: #e83928;
}
.header-menu-wrap li ul li ul {
  width: 240px;
  position: absolute;
  left: 100%;
  top: 0;
}


.navbar-right .form-group {
    width: 100px;
    margin: 25px 15px 0px 0px;
}
.navbar-right .btn-search {
    padding: 0px;
    font-size: 14px;
    color: #fff;
    border: 0px;
}

.primary-header-inner .header-right {
  display: flex;
  align-items: center;
  line-height: 80px;
  margin-left: 20px;
}
.header-right .mobile-menu-icon {
  margin-left: 20px;
}
.header-right a.menu-btn {
  background-color: var(--primary-color);
  line-height: 40px;
  color: var(--background-color);
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.header-right a.menu-btn:hover {
  background-color: var(--primary-color);
  opacity: 0.8;
  color: var(--background-color);
}
.primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.primary-header .header-logo img {
  max-width: 160px;
}

.widget-content .header-logo{
	max-width: 200px;
}
.viewport-lg .primary-header .header-menu-wrap {
  display: block !important;
}

/***

====================================================================
	About Section
====================================================================

 ***/

.about-wrap {
  display: flex;
  align-items: center;
}
.about-content h3 {
  font-size: 25px;
}
.about-content span {
  font-size: 20px;
}
.about-content p {
  font-family: "思源黑体";
  margin-bottom: 30px;
}
.about-promo {
  padding-left: 20px;
}
.about-promo .about-promo-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about-promo .about-promo-item:last-child {
  margin-bottom: 0;
}
.about-promo .about-promo-item i {
  font-size: 70px;
  color: var(--primary-color);
  margin-right: 30px;
}

/***

====================================================================
	Service Section
====================================================================

 ***/

.service-section {
  position: relative;
  z-index: 1;
}
.service-section .dark-bg {
  position: absolute;
  background-color: #232427;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  z-index: -2;
  padding-top: 80px;
}
.service-section:before {
  background-image: url(../image/map-pattern.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-heading.dark-background h2 {
  color: var(--background-color);
}
.section-heading.dark-background span {
  color: #ddd;
}
.service-item {
  background-color: var(--background-color);
  padding: 40px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-item .service-icon {
  color: var(--primary-color);
  font-size: 60px;
  margin-bottom: 10px;
}
.service-item h3 {
  font-size: 24px;
}
.service-item .read-more {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.service-item:hover .read-more {
  /* opacity: 0.8; */
  background-color: #fff;
  color: var(--primary-color) !important;
}
.service-item:hover {
  background-color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}
.service-item:hover h3,
.service-item:hover .service-icon,
.service-item:hover .overlay-icon,
.service-item:hover p,
.service-item:hover .read-more {
  color: var(--background-color);
  transition: all 0.2s ease-in-out;
}


.service-carousel {
  position: relative;
  margin: 20px 0px 0px;
}
.service-carousel .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.service-carousel .owl-nav div:hover {
  background-color: #e83928;
  color: var(--background-color);
  opacity: 1;
}
.service-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-section.section-2 {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.service-content span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.service-content h2 {
  margin-bottom: 20px;
}
.service-content p {
  margin-bottom: 30px;
}
.services-list .offset-top {
  transform: translateY(30px);
}
.services-list .service-item {
  text-align: left;
}
.services-list .service-item i {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}
.services-list .service-item:hover i {
  color: var(--background-color);
}
.services-list .service-item h3 {
  margin: 0 0 5px;
}
.services-list .service-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/***

====================================================================
	Promo Section
====================================================================

 ***/

.promo-item {
  padding: 30px 15px;
}

.promo-item i {
  display: block;
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.promo-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.work-pro-section {
  background-image: url(../image/d-slide-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.work-pro-section:before {
  background-color: rgba(35, 36, 39, 0.8);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.work-pro-item .number {
  font-size: 18px;
  color: var(--background-color);
  font-family: "思源黑体";
  font-weight: 600;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: var(--primary-color);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.work-pro-item:hover .number{
  color: #f5f5f5;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  
  transform: scale(1.3);
  opacity: 0.6;
}
.work-pro-item .number-line {
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 25px;
  left: 50%;
  z-index: -1;
}

.work-pro-item h3 {
  color: var(--background-color);
  font-size: 25px;
  text-align: center;
}
.work-pro-item p {
  color: #ddd;
  margin: auto;
  text-align: ;
}

/***

====================================================================
	Project Section
====================================================================

 ***/



.projects-section{
	padding: 80px 0px!important;
	
}
.projects-section .container-fluid {
  padding: 0;
}



.project-section{
	padding: 10px 0px 40px!important;
	
}
.project-content{
	background: #;
}
.project-button{
  margin-top: 10px;
}
.project-button004{
	display:none!important;
}
.project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: ;
  padding-left: 0px;
  padding-right: 0px;
}
.project-item img {
  width: 100%;
}
.project-item .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: block;
  visibility: ;
  opacity: 1;
  z-index: 1;

}
.project-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  transition: all 500ms ease;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.projects-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 80%;
  padding:10px 20px 20px!important;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
#projects-carousel .owl-carousel{
	opacity: 0;
}

#projects-carousel:hover .owl-carousel{
	opacity: 1;
}
.project-item:hover .projects-content {
  top:10%;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.projects-content .category{

}

.project-item:hover .tittle {
  opacity: 1;
}
.projects-content .category {
  font-family: "微软雅黑";
  text-transform: ;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  color: #e83928;
  display: block;
}
.projects-content .tittle {
  font-family: "微软雅黑";
  font-weight: none;
  font-size: 14px;
  color: #efefef;
  line-height: 25px;
  letter-spacing: 1px;
  display: block;
  padding-bottom: ;
  opacity: 0;
}
.project-item .view-icon {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 30px;
  display: block;
  font-size: 25px;
  color: var(--background-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project-item:hover .view-icon {
  cursor: pointer;
  right: 20px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.projects-carousel {
  position: relative;
}

.projects-carousel .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.projects-carousel .owl-nav div:hover {
  background-color: #e83928;
  color: var(--background-color);
}
.projects-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.project-single-section {
  position: relative;
}
.project-single-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.project-single-content {
  background-color: var(--background-color);
  padding-left: 30px;
}
.project-single-content p,
.project-single-content h2 {
  margin-bottom: 20px;
}
.project-single-content .project-details li {
  line-height: 40px;
}
.project-single-content .project-details span {
  font-family: "思源黑体";
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 15px;
  letter-spacing: 0;
  width: 150px;
  display: inline-block;
}

/***

====================================================================
	CTA Section
====================================================================

 ***/



/*======== chooses area start  ==========*/
.chooses_area {
	background: #f5f5f5;
	padding: 60px 0px!important;
}
.chooses_area .section-heading{
    margin-top: 20px;
}


.choose-content{

}
.choose-content p{
  font-size: 15px;
  font-family: "微软雅黑";
  color: #333333;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  transition: all 300ms linear 0ms;
  line-height: 20px;
  margin: 20px 0px 20px;
}
.choose-content p:before {
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  transition: all 300ms linear 0ms;
}
.choose-content p:hover {
  color: var(--primary-color);
  padding-left: 40px;
  cursor: pointer;
}
.choose-content p:hover:before {
  width: 30px;
}
.choose_text{
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
    letter-spacing: 1px;
}
.choose_text p{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: 500;
    line-height: 30px;
	margin-top: 10px;
	color: #;
}
.chooses_content{
	margin-top: 0px;
	margin-bottom: 40px;
}

.section_area .single_choose p {
	font-family: "微软雅黑";
    letter-spacing: 1px;
    line-height: 25px;
}



.choose-default-btn{

}

.video_title{
	width: 100%;
    position: relative;
	height: 270px;
	float: right;
	background: #000000;
	text-align: center;
}

.video_t{
	width: 100%;
	height: 270px;
	background: #000000;
	opacity: 0.7;
	z-index: 1;
}



.video_t img{
	width: 100%;
	height: 270px;
}

.tr_vedio_vano_box i {
    left: 45%;
    top: 35%;
    position: absolute;
    display: inline-block;
    color: #f5f5f5;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 40px;
    border-radius: 100%;
    transition: .5s;
    animation: witr-shadow 1s linear infinite;
    background-color: rgba(232, 57, 40, 1);
}



.tr_vedio_vano i {
    left: 40%;
    top: 30%;
    position: absolute;
    display: inline-block;
    color: #f5f5f5;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border-radius: 100%;
    transition: .5s;
    animation: witr-shadow 1s linear infinite;
    background-color: rgba(232, 57, 40, 1);
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/*======== chooses area end  ==========*/


.cta-section {
  background-image: url(../image/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.cta-section:before {
  background-color: rgba(35, 36, 39, 0.8);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cta-content span {
  font-family: '微软雅黑';
  font-size: 30px;
  color: #e83928;
  letter-spacing: 1px;
}
.cta-content h5 {
  color: #f5f5f5;
  font-size: 30px;
  margin-bottom: ;
  line-height: 40px;
  letter-spacing: 1px;
}

/***

====================================================================
	Content Section
====================================================================

 ***/

.content-wrap {
  display: flex;
  align-items: top;
}
.content-wrap img {
  border-radius: 5px;
}
.content-info span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.content-info h2 {
  margin-bottom: 20px;
}


.content-info h3 {
  font-family: "思源黑体";
  font-size: 25px;
  font-weight: 400;
  
}
.content-info p {
  margin-bottom: 30px;
}
.counter-section {
  background-image: url(../image/counter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.counter-section:before {
  background-color: rgba(35, 36, 39, 0.8);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.counter-content {
  text-align: center;
}
.counter-content .counter {
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: block;
  margin: 0 0 10px;
}
.counter-content h4 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: var(--background-color);
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

/***

====================================================================
	Team Section
====================================================================

 ***/

.team-section {
  position: relative;
  z-index: 1;
}
.team-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.team-wrap .col-lg-3 {
  padding: 0;
}
.team-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.team-item img {
  width: 100%;
}
.team-item .team-content {
  display: block;
}
.team-item .team-content h3 {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: -58px;
  background-color: var(--background-color);
  box-shadow: 0 14px 70px -10px rgba(0, 0, 0, 0.15);
  transform: rotate(-90deg);
  transform-origin: 0 0;
  padding: 10px 15px;
  font-size: 16px;
  z-index: 2;
}

.team-item .team-content span {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 20px;
  color: var(--background-color);
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  background-color: var(--primary-color);
  box-shadow: 0 14px 70px -10px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.team-item .team-social {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s linear;
}
.team-item .team-social li {
  transform: translateX(100px);
  transition: all 0.3s linear;
}
.team-item .team-social li:nth-child(1) {
  transition-delay: 0ms;
}
.team-item .team-social li:nth-child(2) {
  transition-delay: 100ms;
}
.team-item .team-social li:nth-child(3) {
  transition-delay: 150ms;
}
.team-item .team-social li:nth-child(4) {
  transition-delay: 200ms;
}
.team-item:hover .team-social li {
  transform: translateX(0);
}
.team-item .team-social li a {
  color: var(--background-color);
  margin-bottom: 10px;
  display: block;
}
.team-item:hover img {
  transform: scale(1.08);
  cursor: pointer;
}
.team-item:hover .team-social {
  visibility: visible;
  opacity: 1;
}
.team-item .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.team-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}

/***

====================================================================
	Testimonial Section
====================================================================

 ***/

.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: ;
  z-index: -1;
}
.testi-item img {
  width: 100px !important;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}
.testi-content {
  padding-left: 20px;
}
.testi-content h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  margin: 0;
}
.testi-content span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.testi-item {
  background-color: var(--background-color);
  position: relative;
  padding: 30px;
  border-left: 4px solid var(--primary-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testi-item .fa-quote-right {
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 50px;
  color: var(--primary-color);
  opacity: 0.5;
}
.testi-content .rattings {
  display: inline-block;
  margin-left: 5px;
}
.testi-content .rattings li {
  display: inline-block;
}
.testi-content .rattings li i {
  font-size: 10px;
  color: var(--primary-color);
  display: inline-block;
}

.owl-controls .owl-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #555;
  margin: 0 3px;
  position: relative;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
}

/***

====================================================================
	Page Header
====================================================================

 ***/
.page-header {
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center!important;
  position: relative;
  z-index: 1;
}
.page-content004{
	margin-left: 15px;
}  
.page-content h2 {
  color: var(--background-color);
  font-size: 36px;
}
.page-content p {
  color: #ddd;
  margin: 0;
}

.page-content004 h5 {
  font-family: "思源黑体";
  color: #f5f5f5;
  font-size: 30px;
  margin-bottom: 15px;
}
.page-content004 p {
  font-size: 20px;
  color: #f5f5f5;
  font-family: "思源黑体";
}

/***

====================================================================
	Error Section
====================================================================

 ***/

.error-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-content img {
  max-width: 100%;
}
.error-content .error-info {
  padding-left: 50px;
  text-align: center;
}
.error-content .error-info h2 {
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -10px;
}
.error-content .error-info a {
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: underline;
}
.error-content .error-info a:hover {
  color: var(--primary-color);
}

/***

====================================================================
	Contact Section
====================================================================

 ***/

.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .dots {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.contact-info h3 {
  line-height: 1.3;
}
.contact-info h4 {
  font-size: 15px;
  line-height: 28px;
}
.contact-info span {
  text-transform: uppercase;
  margin-right: 5px;
}
.form-control {
  background-color: var(--background-color);
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: none;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
#google-map {
  width: 100%;
  height: 400px;
}

/***

====================================================================
	Blog Section
====================================================================

 ***/

.blog-section{
	
}
.blog-section .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: ;
  z-index: -1;
}
.blog-item .blog-thumb {
  position: relative;
}




.blog-thumb{
    position: relative;
    overflow: hidden;
}
.blog-thumb img{
  width: 100%;
  transition: .5s;
}
.blog-item:hover .blog-thumb img{
transform: scale(1.2);
}
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    transform: scale(1);
    transition: .5s;
}
.blog-item:hover .blog_overlay{
    background-color: rgb(0 0 0 / 30%);
	transform: scale(1.0);
}
.blog-item .blog-thumb .category {
  background-color: var(--primary-color);
  padding: 5px 15px;
  text-align: center;
  color: var(--background-color);
  font-size: 13px;
  text-transform: ;
  font-weight: ;
  font-family: "微软雅黑";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.blog-item .blog-thumb .category a {
  color: var(--background-color);
}
.blog-item .blog-thumb img {
  width: 100%;
  margin: 0;
}
.blog-content {
  background-color:;
  padding: 30px;
  margin-bottom: 10px;
}
.blog-content h3 {
  line-height: 20px;
}
.blog-content h3 a {
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-item:hover .blog-content h3 a {
  color: var(--primary-color);
}
.blog-content .read-more {
  font-family: "微软雅黑";
  color: var(--secondary-color);
  font-size: 15px;
  text-transform: ;
  position: relative;
  padding-left: 30px;
  transition: all 200ms linear 0ms;
}
.blog-content .read-more:before {
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  transition: all 200ms linear 0ms;
}
.blog-content .read-more:hover {
  color: var(--primary-color);
  padding-left: 40px;
}
.blog-content .read-more:hover:before {
  width: 30px;
}




.blog-carousel{
	margin-top:25px;
	margin-bottom: 60px;
}

.blog-carousel i {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap.text-left li {
  margin: 0 10px 0 0;
}
.pagination-wrap li a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--secondary-color);
  font-weight: 600;
  border-radius: 2px;
}
.pagination-wrap li a:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  opacity: 1;
  text-decoration: none;
}
.pagination-wrap li a.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--background-color);
}
.sidebar-wrap {
  padding-left: 40px;
}
.sidebar-wrap .widget-content {
  margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4 {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before {
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  left: 0;
  bottom: -5px;
}
.sidebar-wrap .widget-content .widget-links li a:hover {
  text-decoration: underline;
}
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  color: var(--secondary-color);
  height: auto;
  padding: 15px 20px;
  border-radius: 2px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 15px;
  color: var(--secondary-color);
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
  color: #8d9aa8 !important;
}
.search-form input:-moz-placeholder {
  color: #8d9aa8 !important;
}
.search-form input::-moz-placeholder {
  color: #8d9aa8 !important;
}
.search-form input:-ms-input-placeholder {
  color: #8d9aa8 !important;
}

.thumb-post li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
  margin-bottom: 20px;
}
.thumb-post li:last-child {
  margin-bottom: 0;
}
.thumb-post li img {
  width: 100px;
  display: block;
}
.thumb-post li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary-color);
  padding-left: 15px;
  letter-spacing: -0.5px;
}
.thumb-post li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.widget-content .tags li {
  display: inline-block;
}
.widget-content .tags li a {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--background-color);
  margin: 3px;
}

.blog-thumb img {
  margin-bottom: 20px;
}

.blog-single-content h2 a {
  font-size: 28px;
  color: var(--secondary-color);
}
.blog-single-content h2 a:hover {
  color: var(--primary-color);
}
.single-post-meta {
  margin-bottom: 20px;
}
.single-post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.single-post-meta li i {
  font-size: 12px;
  color: var(--primary-color);
  margin-right: 5px;
}
.single-post-meta li a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-color);
}
blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  border-left: 4px solid var(--primary-color);
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
blockquote .dots {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
blockquote p {
  color: var(--secondary-color);
  font-size: 20px;
}
blockquote span {
  display: block;
  margin-top: 20px;
  color: var(--secondary-color);
}
.post-tags {
  margin-top: 30px;
}
.post-tags li {
  display: inline-block;
}
.post-tags li a {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: var(--background-color);
  margin: 3px;
}
.post-tags li a:hover {
  background-color: var(--secondary-color);
  color: var(--background-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.author-box {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-top: 30px;
  border-left: 4px solid var(--primary-color);
}
.author-box img {
  border-radius: 50%;
}
.author-info {
  padding-left: 30px;
}
.author-info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}

.author-box .social-icon li {
  display: inline-block;
  margin-right: 8px;
}
.author-box .social-icon li a {
  font-size: 14px;
  color: var(--secondary-color);
}
.author-box .social-icon li a:hover {
  color: var(--primary-color);
}
.post-navigation {
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
.post-navigation .col {
  padding: 20px;
}
.post-navigation .col:not(:last-of-type) {
  border-right: 1px solid rgba(17, 17, 17, 0.04);
}
.post-navigation .col a {
  color: var(--secondary-color);
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.post-navigation .col.next-post a {
  justify-content: flex-end;
}
.post-navigation .col i {
  display: inline-block;
  font-size: 14px;
}
.post-navigation .ti-arrow-left {
  margin-right: 10px;
}
.post-navigation .ti-arrow-right {
  margin-left: 10px;
}
.post-navigation .col a:hover {
  color: var(--primary-color);
}
.post-navigation .col.prev-post .fa {
  margin-right: 10px;
}
.post-navigation .col.next-post .fa {
  margin-left: 10px;
}
.blog-single-wrap .comments-area {
  margin-top: 40px;
}
.blog-single-wrap .comments-area .comments {
  border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  padding: 35px;
}
.blog-single-wrap .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
  margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title {
  font-size: 22px;
  font-weight: 600;
}
.blog-single-wrap .comments-area li > div {
  position: relative;
}
.blog-single-wrap .comments-area .comment-thumb {
  position: absolute;
  left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img {
  border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area {
  padding-left: 100px;
}
.blog-single-wrap .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  display: inline-block;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before {
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover {
  text-decoration: underline;
}

.blog-single-wrap .comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
  border-color: var(--primary-color);
}
.blog-single-wrap .comment-respond form textarea {
  height: 200px;
  padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}
.blog-single-wrap .comment-respond .form-submit input {
  font-family: "Roboto", sans-serif;
  max-width: 180px;
  background-color: var(--primary-color);
  color: var(--background-color);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
  opacity: 0.9;
}
.sponsor-section {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.sponsor-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/bg-dots.png) 0 0 repeat;
  z-index: -1;
}

.sponsor-item img {
  opacity: 0.5;
}
.sponsor-item:hover img {
  opacity: 1;
  cursor: pointer;
}
.widget-section {
  background-color: #232427;
  border-bottom: 1px solid #333;
}


.widget-padding{
	margin: 0px 25px;
}


.widget-content{

}
.widget-content img {
  margin-bottom: 20px;
}

.widget-content h3 {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 300;

}
.widget-content p{
	font-family: '思源黑体';
	font-size: 15px!important;
	color: #b0b0b0!important;
	line-height: 30px;
	
}

.widget-section .widget-content h4 {
  color: var(--background-color);
}

.widget-content span {
  display: block;
}
.widget-content003{

}
.widget-content .widget-links li a {
  color: #b0b0b0;
  line-height: 30px;
}
.widget-content .widget-links li a:hover {
  color: #f5f5f5!important;
  text-decoration: ;
  margin-left: 10px;
}
.subscribe-form {
  position: relative; 
}
.subscribe-form .form-input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 50px;
  padding: 10px;
  padding-right: 140px;
  border-radius: 2px;
}
.subscribe-form .submit-btn {
  background-color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: var(--background-color);
  font-size: 12px;
  border-radius: 2px;
  line-height: 50px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/***

====================================================================
	Footer
====================================================================

 ***/


.subscribe-box{
    -webkit-text-size-adjust: none!important;
    text-size-adjust: none!important;
	font-family: '思源黑体';
	font-size: 20px!important;
	color: #b0b0b0;
	height:30px;
	line-height: 30px;
}

.subscribe-box a{

	font-size: 20px!important;

}
.footer-section {
  background-color: #232427;
  display: block;
  /* text-align: center; */
  padding: 25px 0;
}
.footer-section p {
  font-size: 15px;
  color: var(--background-dark);
  margin: 0;
}
.footer-section a {
  font-size: 15px;
  color: #b0b0b0!important;
  margin: 0;

}
.footer-section span {
  font-size: 15px;
  color: #f5f5f5;
  margin: 0;
}
#scroll-to-top {
  background-color: var(--primary-color);
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 45px;
  color: var(--background-color);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
#scroll-to-top:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  opacity: 0.8;
}

.weixin{
	font-family: "微软雅黑";
	font-size: 15px;
	color: #b0b0b0;
	line-height: ;
	margin-top: 10px;
	margin-bottom: 10px;
}


.jiantou {
  font-size: 20px;
  color: var(--background-color);
  font-family:;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary-color);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: ;
  position: relative;
  z-index: 1;
  opacity: 0.9;
  margin-top: 0px!important;
}
.jiantou:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  opacity: 1;
}
.value,.value001{
		font-size:30px;
		color:#e83928;
		margin-top:;
		text-align:center;
	    font-weight: 500;
	}
.company-padding{
	margin-top: 25px;
}


/*===== START PORT AREA  ======*/




.inner_img_area {
    position: relative;
    overflow: hidden;
    background: #efefef;
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.inner_img_area:hover {
    position: relative;
    overflow: hidden;
    background: #e83928;
}

.inner_img_overlay img {
	position: relative;
    width: auto;
    height: 180px;
    transition: .7s;
	padding-top: 15px;
	overflow: hidden;
}
.inner_img_area:hover .inner_img_overlay img{
	height: 180px;
    overflow: hidden;
	opacity: 1;
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 10px;
	margin-right: 10px;
    width: 100%;
    height: 150px;
    background-color: rgb(0,0,0,0.3);
    transition: .7s;
	right:100% ;
}
.inner_img_area:hover .img_overlay_go{
    right: 0;
}

/* inner img content  */
.inner_img_context {
    position: relative;
    bottom:;
    left: 0;
    right: 0;
    transition: .7s;
    text-align: start;
    margin: ;
    padding: 20px 5px;
}
.inner_img_context p{
    margin: 0;
    color: var(--whitec);
}
.inner_img_context a{
    color: #333;
    font-size: 18px;
	transition: 0.5s;
}
.inner_img_area:hover a{
    color: #efefef;
}

.inner_img_area:hover .inner_img_context{
    bottom:;
}
.inner_img_area:hover .slick-prev ,.inner_img_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.img_active{
	position: relative;
	margin: 20px 0px;
}
.img_active .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.img_active:hover .owl-nav div{
  background-color: #e83928;
  color: var(--background-color);
  opacity: 1;
}
.img_active .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.yingyong-carousel {
  position: relative;
  margin: 20px 0px 0px;
}
.yingyong-carousel .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.yingyong-carousel .owl-nav div:hover {
  background-color: #e83928;
  color: var(--background-color);
  opacity: 1;
}
.yingyong-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
/*===== END PORT AREA  ======*/


.clearfix{display:block;clear:both;float:none;}
.video-back{max-width:100%;display:block;text-align:center;height: auto;}

.video-back img{}

#leftsead{width:160px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:160px;height:51px;}
#leftsead li img{float:right;}
#leftsead li a{height:50px;float:right;display:block;min-width:50px;max-width:160px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#e83928;height:50px;margin-left:50px;border:;text-align:center;line-height:50px}
#p3{width:112px;background-color:#e83928;height:50px;margin-left:50px;border:;text-align:center;line-height:50px}
#p1{width:50px;height:50px;float:left}
.message001 input{
	width: 240px;
	height: 40px;
	font-size: 15px;
	color: #333;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.message001 input::placeholder {
  font-size: 15px; 
  font-family: '微软雅黑'; 
  color: #999!important; 
}



.timer-shaft-box{ padding-top:60px;box-sizing: border-box;}
.timer-shaft{width:100%;margin: auto;position:relative;height:65px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px; z-index:99;width:23px;height:37px;margin-top:-20px;background: url(../image/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-20px;background: url(../image/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:relative;top:0;margin-left:65px;height:65px;padding:;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:65px;margin-left:80px;margin-right: 80px;}
.time-circle{display:inline-block;vertical-align:middle;width:65px;height:65px;line-height: 65px;text-align: center;font-size:20px;color:#fff;border-radius: 50%;background: #353535;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:65px;height:65px;line-height: 65px;font-size:20px;background: #e83928;}
.line-scale{display:inline-block;vertical-align:middle;width:140px;height:20px;margin:0px;background: url(../image/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:40px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;padding:20px;}
.shaft-detail-cont{display: none;width:100%;}
.month-detail-box{position:relative;width:100%;max-height:240px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;border-right:1px dashed #e83928;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-6.5px;background: url(../image/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{width: 100%; font-size:15px;color:#333;text-align: left;white-space: normal;}
.fz004{
	position:relative;
	height: 20px;
	margin-bottom: -40px;
	background:url(../image/icon_scale.png) repeat-x;
    z-index: 0;
}

.dh ul li img{display: block;height: 100%; object-fit: cover;margin: 0 auto;}
.dh ul li{background: #333;border-right: solid 1px #efefef;}
.dh ul{position: relative;overflow:hidden ;width: 100%;height: 300px;margin: 30px auto;z-index: 10000000000;}
.dh ul li{float: left;width: 9%;overflow:hidden ;height: 100%;position: relative;cursor: pointer;}
.dh ul li a{display: block;width: 100%;height: 100%;}
.dh ul li a:hover img{

}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width:100%;background:rgba(27,29,36,0.9);height: 20%;}
.dh ul li .layer .p1{position: absolute;bottom: 5px;left: 10px;font-family: "思源黑体";font-size: 15px;color: #f5f5f5;}
.dh ul li .layer .p2{position: absolute;top:5px ;right: -600%;font-family: "思源黑体";font-size: 15px;color: #f5f5f5!important;}
.dh ul li .layer .p2 b,.dh ul li .layer .p2 span a{color: #f5f5f5!important; display: block;font-weight: ;font-size: 15px;right:10px;}
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{display: block;font-weight: ;font-size: 15px;}

.dh ul li.curr{}
.dh ul li .layer .p2 span a{
	margin: 0px 10px;
	width: 95%;
}
.dh ul li .layer:hover .p2 span a{
	display: ;
}



.mt-section{
	width: 100%;
	background: #f5f5f5;
}


.ry-section{
	width: 100%;
	background: #f5f5f5;
}
/*轮播样式ʽ*/
.poster_box {
  margin:0 auto;
  overflow: hidden;
  margin-top:60px;
}
.poster_box h2 {

}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    height: 380px!important;
    margin:0 auto;
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222;
    -webkit-box-shadow: 0px 0px 10px #222;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
  margin:0 auto;
}
.poster-main img {}
.poster-main .poster-list {
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
.poster-main .poster-list .poster-item {
  width: 300px;
  height: 600px;
  position: absolute;
  margin:0 auto;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%;
  margin:0 auto;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
  top:-30px;
  left: 10%;
  background: url(../image/left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  top:-30px;
  right: 10%;
  background: url(../image/right.png) no-repeat center center;
}
.poster-item-title {
  background:rgba(40, 40, 40, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
  filter:Alpha(opacity=80);
  display: flex;
  background:#2a2a2a;
  color: #FFF;
  width: 100%;
  height: 60px;  
  position: absolute;
  bottom: 0;
  text-indent:;
  align-items: center;
  vertical-align: middle;
}
.poster-item-title span{
	width: 95%;
	
	line-height: 25px;
	display: block;
	margin-left: 15px;
}
.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center; bottom: 2px
}
.lunbo_btn li {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}

/*===== START PORT AREA  ======*/

.td_area {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
	border: solid 1px #ccc;
	bottom:0;
	margin-bottom: 20px;
	transform: translateY(0%);
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;

}
.td_area:hover {
    position: relative;
    overflow: hidden;
    background: #e83928;
	border: solid 1px #e83928;
	top: 0;
	transform: translateY(-5%);
}

.td_area_overlay img {
	position: relative;
    width: 100%;
    height: auto;
    transition: .7s;
	padding-top: 15px;
	overflow: hidden;
}
.td_area:hover .td_area_overlay img{
	height: auto;
    overflow: hidden;
	opacity: 1;
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 10px;
	margin-right: 10px;
    width: 100%;
    height: 150px;
    background-color: rgb(0,0,0,0.3);
    transition: .7s;
	right:100% ;
}
.td_area_area:hover .img_overlay_go{
    right: 0;
}

/* inner img content  */
.td_area_context {
    position: relative;
    bottom:;
    left: 0;
    right: 0;
    transition: .7s;
    text-align: center;
    margin: ;
    padding: 20px 5px;
}
.td_area_context p{
    margin: 0;
    color: var(--whitec);
}
.td_area_context a{
    color: #333;
    font-size: 16px;
	transition: 0.5s;
}
.td_area:hover a{
    color: #efefef;
}

.td_area_area:hover .td_area_context{
    bottom:;
}
.td_area:hover .slick-prev ,.td_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}

.td_active .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.td_active:hover .owl-nav div{
  background-color: #e83928;
  color: var(--background-color);
  opacity: 1;
}
.td_active .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}


.td_active{
	margin: 20px 0px;
}

/*===== END PORT AREA  ======*/

.xh-section{
	width: 100%;
}
.xh-content{
	margin-top: 20px;
}
  .pro004 {
	width: 720px!important;
	height: 425px;
	z-index: 1000000;
  }
  .pro004 ul{
	height: 420px;
	background: #f5f5f5!important;
    position:relative!important;
  }
  .pro004 li ul{
  position: absolute!important;
  top:0!important;
  background: #!important; 
  }
  .pro004 li{
    width:240px;
	background: #efefef!important;
  }

  .pro004 li a{
	width: 240px;
	text-align: left;
	background: #;
    border-bottom: solid 1px #efefef;
    text-indent: 15px;
	line-height: 50px!important;
  }
  .pro004 li i{
	margin-right: 10px;
	float: right;
	line-height: 50px;
  }
  .pro04 a{
    text-indent: 15px;
	height: 50px!important;
	line-height: 50px!important;
	border-bottom:dotted 1px #ccc;
  }


  .pro04 i{
	margin-right: 15px;
	float: right;
	line-height: 50px;
  }
  .pro004 li {

  }
  
  .pro004 li:hover {

  }
  
  /* 二级菜单 */
  .pro004 ul {

  }
  
  /* 三级菜单 */
  .pro004 ul ul {

  }
  
  .pro004 li:hover > ul {

  }


.pro003{
	border: none!important;
	background: #!important;
	box-shadow: none;
}


 .pro004 ul .pro003{
	height: 425px;
	background: none!important;	
  }

.pro{
	height: 265px;
	background: #efefef;
}

.project {
  position: relative;
  overflow: hidden;
  border: solid 1px #efefef!important;
  z-index: 1;
  display:;
  padding-left: 0px;
  padding-right: 0px;

}
.project-img{
  position: relative;
  width:100%;
  height: 330px;
  display: flex;
  vertical-align: middle!important;
  align-items: center!important;
}
.project img {
   margin:0 auto;
}
.project .overlay {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: block;
  visibility: ;
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.project:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  height: 100%;
}
.project-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  padding:0px 20px;  
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.project:hover .project-content {
  top:20%;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.project-content .category{

}

.project:hover .tittle {
  opacity: 1;
}
.project-content .category {
  font-family: "微软雅黑";
  text-transform: ;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  margin-bottom: 5px;
  color: #e83928;
  display: block;
}
.project-content .tittle {
  font-family: "微软雅黑";
  font-weight: none;
  font-size: 14px;
  color: #efefef;
  line-height: 25px;
  letter-spacing: 1px;
  display: block;
  padding-bottom: ;
  opacity: 0;
}
.project .view-icon {
  position: absolute;
  width: auto;
  height: auto;
  right: 40px;
  top: 30px;
  display: block;
  font-size: 25px;
  color: var(--background-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.project:hover .view-icon {
  cursor: pointer;
  right: 20px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.protitle {
	height: 50px;
	line-height: 50px;
	background: #efefef;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.protitle a{
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.project:hover .protitle a{
    display: none;
}
.project:hover .protitle{
    background: none;
}


.project-sec{
	padding: 50px 0px !important;
	background: #;
	margin-top:;
}

.pro-w {
	width: ;
	height: 40px;
	float: right;
	line-height: 40px;
	display: block;
	margin-top: -130px;
    text-align: right;
}

.pro-content h3{
	font-size: 20px!important;
	font-weight: 700;
	color: #333;
}
.pro-content{

}
.contact{
	width: 70%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 15px!important;
	border-radius: 20px;
	border:solid 1px #ccc;
	text-align: center;
	font-weight: none!important;
	color: #333!important;
	font-family: "思源黑体";
	font-weight: 500!important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact:hover{
    background: #e83928;
	border:solid 1px #e83928;
	color: #f5f5f5!important;
}
.tel{
	width: 90%;
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 15px!important;
	border-radius: 20px;
	border:solid 1px #e83928;
	text-align: center;
	font-weight: none!important;
	color: #f5f5f5!important;
    background: #e83928;
	font-weight: 500!important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tel:hover{
    background: #e83928;
	border:solid 1px #e83928;
	color: #f5f5f5!important;
}

.proxt{
	width: 100%;
	height: 50px;
	border-bottom: solid 1px #efefef;
	margin: 140px 0 auto;
}




.pro-xt{
	width: ;
	height: 50px;
	color: #333;
	line-height: 50px;
	display: block;
	background: #efefef;
	text-align: center;
	margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pro-xt:hover{
	background: #e83928;
	color: #f5f5f5;
}
.act{

	color: #f5f5f5!important;
	background: #e83928;
	text-align: center;
}




.act a{

	color: #f5f5f5!important;
	background: #e83928;
	text-align: center;
}
.pro-xt a{
	 font-size: 15px!important;
     color: #333;
	 font-weight: 700;
}
.pro-xt:hover a{
     color: #f5f5f5;
}

.probg{
	width:100%;
	padding: 30px;
	background: #f5f5f5;
}

.probg004{
	width:100%;
	padding: 30px;
	background: #f5f5f5;
	margin: 0px 0px 20px;
    text-align: left;
}


.cbp-hrmenu {
	width: 100%;
	border-bottom: 5px solid #efefef!important;
}

.promenu a{
	font-family: "思源黑体";
	color: #333;
	font-size: 18px!important;
	font-weight: 500!important;
	padding:15px 40px!important;
	display: inline-block;
}

.promenu:hover a{
	background: #efefef;
}

.promenu .on{
	background: #efefef;
}




.promenu-inner{

}
.promenu-inner a {
	color: #333!important;
	padding: 5px 20px!important;
	display: block;
	border: solid 1px #ccc;
	text-align: center;
	border-radius: 20px;
	margin: 0px 15px 0px 20px;
	font-weight: 700;
}
.promenu-inner a:hover {
	color: #e83928!important;
	border: solid 1px #e83928;
}
.promenu-inner ul li .on{
	color: #e83928!important;
	border: solid 1px #e83928;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: ;
	margin: 0 auto;
	padding: 0 10px;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu  ul > li > a {
	font-family: "思源黑体";
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 25px;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #e83928;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #333;
	background: #efefef;
}

.cbp-hrmenu > ul > li.on{
	color: #333;
	background: #efefef;
}



.cbp-hrsub-inner h3 a {
	color: #333!important;
	padding: 0px;
	background: none!important;
    width:100px;
	height:40px;
	display: block;
	border: solid 1px #efefef;
	text-align: center;
	border-radius: 20px;
}
.cbp-hrsub-inner h3 a:hover {
	color: #e83928!important;
	border: solid 1px #e83928;
}



.cbp-hrsub-inner h3 .on{
	color: #e83928!important;
	border: solid 1px #e83928;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: ;
	position: absolute;
	background: #;
	width: 100%;
	height: 40px;
	left: 0;
}




.cbp-hrmenu .cbp-hrsub .on{
	display: block!important;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 10px;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: ;
	float: left;
	padding: 0 20px 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 40px;
}

.cbp-hrsub h3{
	color: #e83928;
	padding: 20px 0 10px;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	background: none!important;
	margin-top: 15px;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 15px;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 15px;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 3px solid #efefef;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h3 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}
.protab{
	
	
}
/*===== START PORT AREA  ======*/




/*===== START PORT AREA  ======*/

.pro_area {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
	border: ;
	background: #fff;
	bottom:0;
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.pro_area:hover {
    position: relative;
    overflow: hidden;
    background: #;
	border: ;
	top: 0;
	transform: translateY(-5%);
}

.pro_area_overlay img {
	position: relative;
    width: 100%;
    height: 170px;
    transition: .7s;
	padding-top: 15px;
	overflow: hidden;
}
.pro_area:hover .pro_area_overlay img{
	height: 170px;
    overflow: hidden;
	opacity: 1;
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 10px;
	margin-right: 10px;
    width: 100%;
    height: 150px;
    background-color: rgb(0,0,0,0.3);
    transition: .7s;
	right:100% ;
}
.pro_area_area:hover .img_overlay_go{
    right: 0;
}

/* inner img content  */
.pro_area_context {
    position: relative;
    bottom:;
    left: 0;
    right: 0;
    transition: .7s;
    text-align: start;
    margin: ;
    padding: 20px 0px;
}
.pro_area_context p{
    margin:;
    color: #333;
}
.pro_area_context a{
    color: #333;
	font-weight: 700;
    font-size: 15px;
	transition: 0.5s;
}
.pro_area:hover a{
    color: #e83928;
}

.pro_area_area:hover .pro_area_context{
    bottom:;
}
.pro_area:hover .slick-prev ,.pro_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}

.pro_active .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: calc(50% - 20px);
  background-color: var(--background-color);
  color: var(--secondary-color);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.pro_active:hover .owl-nav div{
  background-color: #e83928;
  color: var(--background-color);
  opacity: 1;
}
.pro_active .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}


.pro_active{
	margin: 20px 0px;
}



.scrollable-element {
  overflow-y: scroll; /* 始终显示滚动条 */
  /* 或者 */
  overflow-y: auto; /* 仅在内容溢出时显示滚动条 */
  
  height: 100px; /* 必须设置固定高度或最大高度 */
}
/*===== END PORT AREA  ======*/


.proxbt{
	width: 40px;
	border-bottom: solid 3px #e83928;
	margin: 0px auto;
	margin-bottom: 40px;
}




.pro_xbt{
	width: 25%;
	border-bottom: solid 3px #e83928;
	margin: 0px auto;
    margin-top:80px;
	z-index: 0!important;
}



/*===== START PORT AREA  ======*/

.yingyongarea {
	width: 100%;
	height: 230px;
    position: relative;
    overflow: hidden;
    background: #efefef;
	margin-bottom: 40px;
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.yingyongarea:hover {
    position: relative;
    overflow: hidden;
    background: #e83928;
}

.yingyongarea_overlay img {
	position: relative;
    width: 100%;
    height: 180px;
    transition: .7s;
	padding: 15px;
	overflow: hidden;
	margit:0 auto!important;
}
.yingyongarea:hover .yingyongarea_overlay img{
	height: 180px;
    overflow: hidden;
	opacity: 1;
}

/* inner img content  */
.yingyongarea_context {
	width:100%;
    position: relative;
    transition: .7s;
    text-align: start;
    margin:0px 0px 10px 15px!important;
}
.yingyongarea_context p{
    margin: 0;
    color: var(--whitec);
}
.yingyongarea_context a{
    color: #333;
    font-size: 18px;
	transition: 0.5s;
}
.yingyongarea:hover a{
    color: #efefef;
}


/*===== END PORT AREA  ======*/

.top004{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom:solid 1px #efefef;
	background:;
}

.p004{
	width: 100%;
	border-top: dotted 1px #ccc;
	margin:40px 0px 40px;
}

.news_area {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
	border: solid 1px #ccc;
	bottom:0;
	transform: translateY(0%);
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;

}
.news_area:hover {
    position: relative;
    overflow: hidden;
    background: #e83928;
	border: solid 1px #e83928;
	top: 0;
	transform: translateY(-5%);
}

.news_area_overlay img {
	position: relative;
    width: 100%;
    height: auto;
    transition: .7s;
	padding-top: 15px;
	overflow: hidden;
}
.news_area:hover .news_area_overlay img{
	height: 170px;
    overflow: hidden;
	opacity: 1;
}

/* inner img content  */
.news_area_context {
    position: relative;
    bottom:;
    left: 0;
    right: 0;
    transition: .7s;
    text-align: start;
    margin: ;
    padding: 20px 5px;
}
.news_area_context p{
    margin: 0;
    color: var(--whitec);
}
.news_area_context a{
    color: #333;
    font-size: 16px;
	transition: 0.5s;
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 10px;
	margin-right: 10px;
    width: 100%;
    height: 150px;
    background-color: rgb(0,0,0,0.3);
    transition: .7s;
	right:100% ;
}
.news_area:hover .img_overlay_go{
    right: 0;
}
.news_area:hover a{
    color: #efefef;
}

.news_area:hover .news_area_context{
    bottom:;
}
.news_area:hover .slick-prev ,.news_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}



.pagination-area{margin-top:40px;margin-bottom:40px}
.pagination-area .page-numbers{color:#333;background-color:transparent;border:1px solid #efefef;text-align:center;display:inline-block;position:relative;margin-left:5px;margin-right:5px;font-size:15px;border-radius:5px;background: #efefef;padding: 5px 15px;margin-bottom:10px;}
.pagination-area .page-numbers:hover{background-color:#e83928;color:#fff}
.pagination-area .page-numbers i{position:relative;font-size:15px;}
.pagination-area .page-numbers.current{background-color:#e83928;color:#fff}





.bg-news{
	background: #efefef;
}


.bg-news004{
	background: #fff;
	padding:60px 0px;
}
.w-95{
	width:95%;
	margin:0 auto;
	padding:20px 0px;
}

.bg-news001{
	background: #fff;
	margin-top:10px;
	padding:20px;
	font-weight: 500;
	font-size: 18px;
}
.text004{
	font-size: 15px;
	height:;
	line-height: 25px;
}


/*=============================
	Start FAQ CSS
===============================*/
.faq-area{
	width:100%;
	background:#f5f5f5;
	overflow:hidden;
	position:relative;
	padding: 40px 10px;
}
.faq-area .faq-image {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 10px #0000001a;
}
.faq-area .faq-image img{
	height:103px;
	width:100%;
}
/* Faq Area */
.faq-area .panel-group{
	margin: 0!important;
	text-align:left;
}
.faq-area .panel {
	background:#F5F5F5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:0px;
	border: 1px solid #ddd;
}
.faq-area .panel-heading{
	background:none;
}
.faq-area .faq-title{

}
.faq-area .faq-title a {
	font-size: 15px;
	position: relative;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 700;
	padding: 15px 20px;
	background: #e83928;
	border-radius: 0px;
	margin: 0 10px 0 0;
}
.faq-area .faq-title a::before {
	content:"\f068";
	font-family: "Fontawesome";
	top: 50%;
	margin-top: -15px;
	margin-right:-5px;
	right: 10px;
	position: absolute;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 15px;
}
.faq-area .panel .faq-title a {
	text-decoration: none;
	border-color:transparent;
	
}
.faq-area .panel .faq-title a.collapsed {
	color: #333;
	background:#fff;
	text-decoration: none;
	border-color: transparent;
}
.faq-area .faq-title a.collapsed::before {
	content:"\f067";
	font-family:"Fontawesome";
	color: #666;
	background:transparent;
	transition:all 0.4s ease;
	font-size: 15px;
}
.faq-area .faq-body {
	font-family: "思源黑体";
	padding:20px;
	color: #333;
	box-shadow: none;
	margin-top:-10px;
	text-shadow: none;
	background:#fff;
	border-radius:0px;
	background:#fff;
	display: ;
}

.faq-area .panel-default {
	border: none;
	box-shadow: none;
	text-shadow: none;
	box-shadow: 0px 0px 10px #0000001c;
	margin:10px 0px 10px;
}
.faq-area .panel-default:last-child{
	margin-bottom:10px;
}
/*=============================
	End FAQ Area CSS
===============================*/



.download{
	height: 50px;
	line-height: 50px;
	border-bottom: dashed 1px #ccc;
	font-weight: 600;
	font-size: 15px;
}
.download i{
	 float: right;
	 line-height: 50px;
}
.job{
	height: 100px;
	font-size: 20px;
	line-height: 100px;
	background:#fff;
	border-top:solid 3px #e83928;
	font-weight: 500;
}




/*=============================
	Start Contact CSS
===============================*/
.contact004 .single-info {
	text-align: center;
	padding: 0px 40px;
	padding: 30px 30px;
	box-shadow: 0px 0px 10px #0000001f;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	margin-top: 60px;
}
.contact004 .single-info:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:100%;
	height:4px;
	background:#000;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact004 .single-info:hover:before{
	height:100%;
	opacity: 0.1;
}
.contact004 .single-info i {
	color: #e83928;
	font-size: 35px;
	display: inline-block;
	margin-bottom: 20px;
}
.contact004 .single-info ul li{
	display:block;
}
.contact004 .single-info ul li a{
	font-weight:400;
}
.contact004 .single-info ul li a:hover{
	color:#e83928;
}
.contact004 .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #2c2d3f;
	font-size: 18px;
}
.contact004 .contact-head {
	margin-top: 20px;
}
.contact004 .form-main {
	box-shadow: 0px 0px 10px #0003;
	padding: 30px;
	margin-top: 30px;
	border-radius: 5px;
}
.contact004 .form .form-group input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #2C2D3F;
	border-radius: 4px;
}
.contact004 .form .form-group textarea {
	height: 190px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #2C2D3F;
	border-radius: 4px;
	resize: none;
}


.contact004 .form .form-group button{
	background: #e83928!important;
	height: 50px;
	color: #f5f5f5;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact004 .form button:hover {
	color: #f5f5f5;
	background: #333!important;
}
.contact004 .form .button .btn{
	width:100%;
}
.contact004 .form .button .btn:before{
	display:none;
}
.contact004 .form .button .btn:hover{
	background:#333;
}
.contact004 .form .button .btn i{
	display:inline-block;
	margin-right:10px;
}
/* Google Map */
.contact004 #myMap {
	height: 450px;
	width: 100%;
	border-radius: 0px;
	margin-top: 30px;
	box-shadow: 0px 0px 10px #0003;
	border: 6px solid #fff;
	border-radius: 5px;
}
/*=============================
	End Contact CSS
===============================*/






 .pro001 {
	width: 770px!important;
	height: 450px;
	z-index: 1000000;

  }
/*产品展示左侧*/
.pro-left{
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.pro-content{
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.pro-right{	
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.pro-left .left-category li{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	cursor: ;
	color: #333;
	border-bottom: dotted 1px #ccc;
	text-align: left;
	padding-left: 0px!important;
    padding-right: 0px!important;
	text-indent: 20px;
}
.pro-left .left-category li.on{background: #e83928!important;color:#f5f5f5;}
.pro-left .left-category li:hover{background: #e83928;color: #f5f5f5;}

/*产品展示右侧*/
.pro-right{display: none;}
.pro-right li{
	


	text-align: left!important;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.pro-right .img{width:100%;height:auto;overflow: hidden;}
.pro-right.active{display: block;}
.pro-right li:hover{color: #f5f5f5;}

.mtshow004{margin:60px 0px 40px;}

.videolist {position:relative;}
.videolist:hover{ cursor: pointer; }
.videos{ display:none; position:fixed; left:10%; top:0;z-index:1000000000000; width:80%;height: auto;background: #000;}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer;}


.rytab {
  width: 100%;
  overflow: hidden;
  text-align: center!important;
  margin:40px auto;
  background: #;
}

.rytab button {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 25px;
  font-family: "思源黑体";
  border-radius: 20px;
  border: solid 1px #333;
  margin: 0 auto!important;
  margin:0px 20px!important;
  transition: 0.3s;
}

.rytab button:hover {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}

.rytab button.active {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}

.downtab {
  width: 100%;
  overflow: hidden;
  text-align: center!important;
  margin:40px auto;
  background: #;
}

.downtab button {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 25px;
  font-family: "思源黑体";
  border-radius: 20px;
  border: solid 1px #333;
  margin: 0 auto!important;
  margin:0px 20px!important;
  transition: 0.3s;
}

.downtab button:hover {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}

.downtab button.active {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}
.rytab004 {
  width: 100%;
  overflow: hidden;
  text-align: center!important;
  margin:30px auto;
	background: #;
}

.rytab004 button {
  font-size: 15px;
  font-weight: 700;
  color: #f5f5f5;
  background-color: #e83928;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 25px;
  font-family: "思源黑体";
  border-radius: 20px;
  border: ;
  margin: 0 auto!important;
  margin:0px 20px!important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.rytab004 button:hover {
	border:;
	color: #f5f5f5;
	background: rgb(232,57,40,0.9);
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}
.xznrt {
  display: none;
}

.xznrt.active {
  display: block;
}
.prodx{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #efefef;

}

.protab{
	display: none!important;
}

.product{
	display:none!important;
}

.protitle004{
	margin: 0px 0px 20px;
}


.downtext{
	height: 25px;
	line-height: 25px;
	color: #e83928;
}


.form-group input{
	color: #333;
}


.yingyong_area {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
	border: solid 1px #ccc;
	bottom:0;
	margin-bottom: 20px;
	transform: translateY(0%);
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;

}
.yingyong_area:hover {
    position: relative;
    overflow: hidden;
    background: #e83928;
	border: solid 1px #e83928;
	top: 0;
	transform: translateY(-5%);
}

.yingyong_area_overlay img {
	position: relative;
    width: 100%;
    height: 180px;
    transition: .7s;
	padding: 15px;
	overflow: hidden;
}
.yingyong_area:hover .yingyong_area_overlay img{
	height: 180px;
    overflow: hidden;
	opacity: 1;
}

.yingyong_area_area:hover .img_overlay_go{
    right: 0;
}

/* inner img content  */
.yingyong_area_context {
    position: relative;
    bottom:;
    left: 0;
    right: 0;
    transition: .7s;
    text-align: center;
    margin: ;
    padding: 0px 0px 10px;
}
.yingyong_area_context p{
    margin: 0;
    color: var(--whitec);
}
.yingyong_area_context a{
    color: #333;
    font-size: 16px;
	transition: 0.5s;
}
.yingyong_area:hover a{
    color: #efefef;
}

.yingyong_area_area:hover .yingyong_area_context{
    bottom:;
}
.yingyong_area:hover .slick-prev ,.yingyong_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}




.side-bar-widget{
	background-color:#f5f5f5;
	border: solid 1px #efefef;
	padding: 20px 0px;
	border-radius: 5px;
}
.side-bar-widget .title{
	font-size:20px;
	color:#252525;
	font-weight:600;
	height: 50px;
	line-height: 50px;
	margin: 10px 20px;
	border-bottom:dotted 1px #ccc;
}
.side-bar-widget .title a{
	font-size: 15px!important;
}
.side-bar-widget .side-bar-categories{
	margin: 10px 20px;
}

.mcontent{
	margin:20px 20px 0;
	height: 40px;
	line-height: 20px;
}
.side-bar-widget p{
	margin:20px 20px 0;
	height: 40px;
	line-height: 20px;
}

.loginname{
	color: #e83928;
}


.side-bar-widget button{
	width:20%;
	margin:20px 20px 20px 5px;
	border: none!important;
}
.side-bar-widget .side-bar-categories ul{padding:0px 15px 0px 20px;margin:0;list-style-type:none}
.side-bar-widget .side-bar-categories ul li{position:relative;font-size:15px;font-weight:500}
.side-bar-widget .side-bar-categories ul li .line-circle{position:absolute;top:10px;left:0;width:13px;height:13px;background-color:transparent;border:1px solid #e83928;border-radius:50px}
.side-bar-widget .side-bar-categories ul li .line-circle::before{content:'';position:absolute;top:1px;left:1px;right:1px;margin:0 auto;width:9px;height:9px;background-color:#e83928;border-radius:50px}
.side-bar-widget .side-bar-categories ul li:last-child{border-bottom:0}
.side-bar-widget .side-bar-categories ul li a{display:inline-block;color:#444;font-weight:400;padding:5px 0 5px 25px;font-weight:600;position:relative;width:100%}
.side-bar-widget .side-bar-categories ul li a span{right:30px;position:absolute;top:10px;color:#444}
.side-bar-widget .side-bar-categories ul li a:hover{color:#e83928}
.side-bar-widget .side-bar-categories ul li a:hover span{color:#e83928}
.side-bar-widget .widget-popular-post{position:relative;overflow:hidden;padding:0;margin-top:10px;margin-bottom:20px}
.side-bar-widget .widget-popular-post .item{overflow:hidden;margin-bottom:13px;padding-bottom:8px;border-bottom:1px solid #e2e2e2}
.side-bar-widget .widget-popular-post .item:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.side-bar-widget .widget-popular-post .item.thumb{float:left;overflow:hidden;position:relative;margin-right:15px}
.side-bar-widget .widget-popular-post .item .thumb .full-image{width:80px;height:80px;display:inline-block;background-size:cover!important;background-repeat:no-repeat;background-position:center center!important;position:relative;background-color:#006ab6}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1{background-image:url(../images/blog/blog-details.jpg)}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2{background-image:url(../images/blog/blog-img2.jpg)}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3{background-image:url(../images/blog/blog-img3.jpg)}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4{background-image:url(../images/blog/blog-img1.jpg)}
.side-bar-widget .widget-popular-post .item .info{overflow:hidden;padding:0}
.side-bar-widget .widget-popular-post .item .info .title-text{margin-bottom:0;line-height:1.5;font-size:18px;font-weight:500;max-width:210px}
.side-bar-widget .widget-popular-post .item .info .title-text a{display:inline-block;color:#252525;margin-bottom:5px}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover{color:#006ab6}
.side-bar-widget .widget-popular-post .item .info p{font-size:15px;margin-bottom:0;max-width:180px;color:#006ab6}
.side-bar-widget .side-bar-widget-tag{list-style:none;padding:0;margin-top:10px;margin-bottom:20px}
.side-bar-widget .side-bar-widget-tag li{display:inline-block;margin:5px;color:#fff}
.side-bar-widget .side-bar-widget-tag li a{color:#fff;padding:7px 15px;background-color:#006ab6;font-size:14px;font-weight:400;border-radius:5px;-webkit-transition:.7s;transition:.7s}
.side-bar-widget .side-bar-widget-tag li:hover a{color:#fff;background-color:#cccccc}
.side-bar-widget .blog-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;list-style-type:none;margin-left:-5px;margin-right:-5px;margin-top:10px;margin-bottom:25px}
.side-bar-widget .blog-gallery li{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%;padding-left:5px;padding-right:5px;padding-top:10px}
.side-bar-widget .blog-gallery li a{display:block;position:relative}
.side-bar-widget .blog-gallery li a img{width:100%;height:100%;border-radius:15px}
.side-bar-widget .blog-gallery li a::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:#006ab6;-webkit-transition:all .5s;transition:all .5s;opacity:0;visibility:hidden;border-radius:15px}
.side-bar-widget .blog-gallery li a::after{content:'\ee93';position:absolute;z-index:1;top:50%;left:0;right:0;text-align:center;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);text-align:center;background-color:transparent;-webkit-transition:all .5s;transition:all .5s;opacity:0;visibility:hidden;font-size:35px;font-family:boxicons;color:#fff}
.side-bar-widget .blog-gallery li a:hover::before{opacity:.5;visibility:visible}
.side-bar-widget .blog-gallery li a:hover::after{opacity:1;visibility:visible}

#mt-carousel{
   display: none;
}




.ry-tab{
	display:none;
}
.ry-tab {
  width: 100%;
  overflow: hidden;
  text-align: center!important;
  margin:40px auto;
  background: #;
}

.ry-tab button {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  font-family: "思源黑体";
  border-radius: 20px;
  border: solid 1px #333;
  margin: 0 auto!important;
  margin:0px 5px!important;
  transition: 0.3s;
}

.ry-tab button:hover {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}

.ry-tab button.active {
	border: solid 1px #e83928;
	border-radius: 20px;
	color: #e83928;
}
.ry004{
	display:none!important;
}



.ryTab {
  width: 100% !important;
  position: relative;
  background: #f5f5f5;
  column-count: 1 !important;
  columns: 1 !important;
}



.widget-content004{
	display:none;
}
.btn-bg004{
	display:none!important;
}



/* inner img content  */
.proyoushi_area {
	background: #fff;
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	padding: 20px 20px 10px;
}
.proyoushi_area:hover {
    background: #;
	transform: translateY(-5%);
}
.pro_youshi_context {
    text-align: left;

}
.pro_youshi_context p{
    color: #333;
}
.pro_youshi_context a{
    color: #333;
	font-weight: 700;
    font-size: 15px;
}