@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 13px;
	line-height: 21px;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	//font-weight: 700;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.white-text {
	color: #fff !important;
}

.section-title h3 {
	color: #777;
	//font-style: italic;
	font-size: 28px;
	text-transform: none;
	margin: 10px 0 30px 0;
}

.section-title p {
	padding-bottom: 60px;
	color: #aaa;
	font-size: 18px;
	//font-style: italic;
	font-weight: 300;
}

#logoImg {
	width: 360px;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.btn-primary {
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	background: #840005;
	outline: none;
	border: none;
	margin-top: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #9f0217;
  width: 217px;
  height: 59px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	border: 1px solid #fff;
	background-color: none !important;
}

.btn-primary:focus {
	background-color: #9F0217;
}


/*------------------------------------------------*/


/* Start Top Navbar Section                           */


/*------------------------------------------------*/

.navbar-default {
	border-color: transparent;
	background-color: #222;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .nav li a {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #111111;
	font-size: 18px;
	margin-right: 15px;
}

.navbar-default .nav li:focus a,
.navbar-default .nav li:hover a {
	/* color: #333333;; */
  border-bottom: 3px solid #9F0217;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
}

@media(min-width:768px) {
	.navbar-default {
		padding: 25px 0;
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		-o-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background-color: none !important;
		border-bottom: 3px solid #fff;
	}
	.navbar-default.navbar-shrink {
		padding: 0;
		background-color: #9F0217;
    color: #222 !important;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
  .pullDown {
    display: flex;
    height: 65px;
    width: 100%;
    padding: 0;
  }
  .pullDown .pullDown_left{
    flex: 1;
    padding: 0 0 0 75px;
    /* height: 65px; */
    margin: auto;
  }
   .pullDown .pullDown_right{
    flex: 2;
    background: #fff;
    padding: 10px 60px 0 25px;
   }

}
.colorA {
  color: #222 !important;
}

/*--------------------------------------------------*/


/* Start Side Nav Section
/*--------------------------------------------------*/

.menu-wrap a {
	color: #fff;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

.menu-wrap .logo {
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	font-size: 35px;
}


/* Menu Button */

.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

@media (max-width: 479px) {
	.menu-button {
		width: 1.5em;
		height: 1.5em;
	}
	.menu-button::before {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		bottom: 0.5em;
		left: 0.5em;
		background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
		content: '';
	}
	.menu-wrap a {
		padding: 5px !important;
	}
}

@media (max-width: 767px) {
	.menu-button {
		width: 2em;
		height: 2em;
	}
	.menu-button::before {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		bottom: 0.5em;
		left: 0.5em;
		background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
		content: '';
	}
}

.menu-button:hover {
	opacity: 0.6;
}


/* Close Button */

.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Menu */

.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #111;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-320px, 0, 0);
	-moz-transform: translate3d(-320px, 0, 0);
	-o-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.icon-list a {
	display: block;
	padding: 0.8em;
	-webkit-transform: translate3d(0, 500px, 0);
	-moz-transform: translate3d(0, 500px, 0);
	-o-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: -webkit-transform 0s 0.4s;
	-o-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	-moz-transform: translate3d(0, 1000px, 0);
	-o-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	-moz-transform: translate3d(0, 1500px, 0);
	-o-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	-moz-transform: translate3d(0, 2000px, 0);
	-o-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	-moz-transform: translate3d(0, 2500px, 0);
	-o-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	-moz-transform: translate3d(0, 3000px, 0);
	-o-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 500;
}


/* Shown menu */

.show-menu .menu-wrap {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}


/*==================================================
     Slideshow
 ================================================== */


/*-- Main slide --*/

#main-slide .item {
	/*height: 700px;*/
}

#main-slide .item img {
	width: 100%;
}

#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
  width: 100%;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item .slider-content .navTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main-slide .item .slider-content .navTop .text {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 2px 4px #27272780;
}
#main-slide .item .slider-content .navTop .mieedel {
  width: 886px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 4px #27272780;
}
#main-slide .item .slider-content .navTop .mieedel1 {
  width: 701.42px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15.83px !important;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
#main-slide .item .slider-content .navTop .mieedel {
  width: 886px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 4px #27272780;
}

#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 32%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	/* width: 100%; */
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: -10px;
}

.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
	left: 0;
}

#main-slide .carousel-control .fa-angle-right {
	right: 0;
}

#main-slide .carousel-control i {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .slider-content h1 {
	line-height: 50px;
	letter-spacing: 5px;
  text-align: left;
  color: #333333;
	font-family: 'Oswald', sans-serif;
  height: 84px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 60px;
  color: #333333;
  letter-spacing: 0;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
	color: #fff;
}

#main-slide .slider-content p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
}

.slider.btn {
	/* padding: 10px 40px; */
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover {
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right {
	position: relative;
}


/*-- Animation --*/

.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}

@media (min-width: 992px) {
	#main-slide .slider-content h1 {
    height: 84px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#main-slide .slider-content h1 {
		font-size: 35px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	#main-slide .slider-content p {
		font-size: 20px;
		margin-top: 0;
		line-height: 25px;
	}
	.slider.btn {
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}
	#main-slide .item {
		height: 550px;
	}
}

@media (max-width: 767px) {
	#main-slide .slider-content h1 {
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p {
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn {
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators {
		display: none;
	}
	#main-slide .item .slider-content {
		display: none;
	}
	#main-slide .item {
		height: 400px;
	}
}

@media (max-width: 479px) {
	#main-slide .item .slider-content {
		display: none;
	}
	#main-slide .item {
		height: 180px;
	}
}


/*------------------------------------------------------ */


/* Start Feature Section                              */


/*------------------------------------------------------ */

.services-section {
	padding-top: 80px;
	padding-bottom: 20px;
}

.feature-section {
	/*padding-top: 100px;*/
}

.feature,
.feature-2,
.feature-3 {
	padding-bottom: 80px;
}

.feature,
.feature-3 {
	text-align: center;
}

.feature h4,
.feature-3 h4 {
	font-size: 15px;
	color: #666;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

.feature-2 h4 {
	font-size: 15px;
	color: #666;
	padding-bottom: 10px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

.feature p,
.feature-2 p,
.feature-3 p {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}

.feature i,
.feature-3 i {
	font-size: 2.5em;
	width: 80px;
	height: 80px;
	padding: 25px;
	margin-bottom: 10px;
	position: relative;
}

.feature i {
	color: #000;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}

.no-touch .feature:hover i,
.no-touch .feature:active i,
.no-touch .feature:focus i {
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.feature-3:hover .border {
	margin: 0 35%;
}

.feature-2 i {
	font-size: 2.5em;
	color: #fff;
	width: 70px;
	height: 70px;
	padding: 20px;
	position: relative;
}

.feature-2 .media-body {
	margin-left: 25px !important;
}

.feature-2 .border {
	margin-top: 20px;
	margin-left: 49.999%;
	margin-right: 49.999%;
	border-color: #fff;
}

.feature-2:hover .border {
	margin-left: 0%;
	margin-right: 0%;
}


/*------------------------------------------*/


/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 .row .col-md-12 .section-title .container_b {
  color: #fff;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
}
.portfolio-section-1 .row .col-md-12 .section-title  .container_h3 {
  opacity: 0.4;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.portfolio-section-1 .container .col-md-12 .business {
  display: flex;
}
.portfolio-section-1 .container .col-md-12 .business .business_left{
  width: 316.67px;
  height: 364.17px;
  background-image: linear-gradient(153deg, #840005 0%, #84000400 79%);
  box-shadow: 0 2px 6px 0 #4B0003;
}
.portfolio-section-1 .container .col-md-12 .business .business_left .img-responsive{
  width: 100%;
  height: 100%;
}
.portfolio-section-1 .container .col-md-12 .business .business_left .business_left_text{
  position: absolute;
  top: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 47px;
  padding-left: 35px;
}
.portfolio-section-1 .container .col-md-12 .business .business_right{
  display: flex;
  flex-wrap: wrap;
  flex: 3;
}
.portfolio-section-1 .container .col-md-12 .business .business_right .right_item{
  background: #fff;
  background-image: url(../images/indexBusiness-02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 15px;
  width: 48%;
  height: 163px;
  margin-left: 15px;
  margin-bottom: 15px;
  box-shadow: 3px 3px 1px 2px rgba(0,0,0,0.2);
}
.portfolio-section-1 .container .col-md-12 .business .business_right .right_item .right_it_top{
    font-family: PingFangSC-Medium;
    font-weight: 550;
    font-size: 19px;
    color: #2A0E0E;
    letter-spacing: 0;
}
.portfolio-section-1 .container .col-md-12 .business .business_right .right_item .right_it_top_bottom{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #C6A0A2;
  letter-spacing: 0;
}
.portfolio-section-1 .container .col-md-12 .business .business_right .right_item .right_it_on{
  width: 37px;
  height: 3px;
  background: #AA0006;
  margin: 5px 0 10px 0;
}
.portfolio-section-1 .container .col-md-12 .business .business_right .right_item .right_it_bottom{
     /* width: 300.83px; */
    letter-spacing: 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 15.83px;
    color: #666666;
}
.portfolio-section-1 {
	padding-top: 47px;
	padding-bottom: 64px;
	/* background: #f7f7f7; */
  background-image: url(../images/indexBusiness-bg.png);
  background-size: 100% 100%;
	background-repeat: no-repeat;
}

.portfolio-section-2 {
	padding-top: 80px;
	padding-bottom: 120px;
	//background: #f7f7f7;
}

.portfolio-section-3 {
	padding-top: 80px;
	padding-bottom: 120px;
	background: #111;
}

#portfolio-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.portfolio-section-2 #portfolio-list li {
	margin-left: -2px;
}

#portfolio-list li {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 50%;
	margin-left: -4px;
	margin-bottom: -5px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media only screen and (max-width: 550px) {
	#portfolio-list li {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 551px) {
	#portfolio-list li {
		width: 49.9%;
	}
}

@media (min-width: 768px) {
	#portfolio-list li {
		width: 33.3%;
	}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	#portfolio-list li {
		width: 50%;
	}
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
	#portfolio-list li {
		width: 50%;
	}
}

.portfolio-item {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	cursor: default;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-item img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.portfolio-item:hover img {
	-webkit-transform: scale(1, 5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.portfolio-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	filter: Alpha(Opacity=0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-item:hover .portfolio-caption {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.portfolio-caption h4 {
	display: inline-table;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-align: center;
	position: relative;
	font-size: 18px;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	//margin: 20px 0 0 0;
	position: relative;
	top: 14%;
	font-family: 'Oswald', sans-serif;
}

.portfolio-caption a i {
	width: 60px;
	height: 60px;
	padding: 20px;
	font-size: 25px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: 60%;
	//left: 40%;
}

.portfolio-caption a.link-1 i {
	left: 30%;
}

.portfolio-caption a.link-2 i {
	left: 50%;
}


/*---------------------------------------------------------*/


/* Start About Us Section                                  */


/*---------------------------------------------------------*/

.about-us-section-1 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.about-us-section-2 {
	padding-top: 80px;
	padding-bottom: 100px;
	background: url(../images/bg-01.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.welcome-section {
	padding: 0 20px 20px 20px;
	background: #fff;
	margin-bottom: 10px;
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.welcome-section img {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.welcome-section a {
	color: #4a4a4a;
	text-decoration: none;
}

.border {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.welcome-section h4 {
	padding-top: 20px;
	color: #555;
	font-weight: bold;
}

.welcome-section p {
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.welcome-section:hover .border {
	margin: 0 40%;
}

.about-us-section-2 .carousel {
	margin-top: 8px;
}

.project-image .carousel img {
	width: 100%;
	height: auto;
}

.about-text p {
	color: #999;
	text-align: justify;
}

.about-text ul {
	margin-top: 30px;
	font-size: 13px;
}

.about-text li {
	margin-bottom: 10px;
	color: #999;
}

.about-text li i {
	padding-right: 10px;
}

.about-slide img {
	width: 100%;
}


/*----------------------------------------------------------*/


/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
	background: url(../images/parallax/bg-02.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 80px;
}

.counter-item {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 40px;
}

.counter-item h5 {
	text-align: center;
	margin-bottom: 0px;
	color: #ccc;
	font-size: 16px;
}

.counter-item i {
	font-size: 40px;
	color: #eee;
}

.timer {
	font-size: 48px;
	font-weight: 800;
	color: #ccc;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	font-family: 'Oswald', sans-serif;
}


/*-------------------------------------------------*/


/* Start Latest News Section                       */


/*-------------------------------------------------*/

.latest-news-section {
	padding-top: 47px;
	padding-bottom: 60px;
  background: #F1F1F1;
}
.latest-news-section .container .row .case_bottom{
  margin-top: 60px;
}
.latest-news-section .container .row .case {
  display: flex;
}
.latest-news-section .container .row .case .case_last{
  position: relative;
  padding-right: 25px;
}
.latest-news-section .container .row .case .case_last .case_img {
  position: relative;
}
.latest-news-section .container .row .case .case_last .case_img img{
  display: block; /* 避免底部空白 */
}
.latest-news-section .container .row .case .case_last .case_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 黑色半透明蒙版 */
  opacity: 0; /* 初始透明 */
  transition: opacity 0.5s ease; /* 渐变效果 */
}
.latest-news-section .container .row .case .case_last .case_img:hover::after {
  opacity: 1; /* 鼠标移入后不透明 */
}
.latest-news-section .container .row .case .case_last .case_img .img-responsive{
  height: 100%;
  width: 100%;
}
.latest-news-section .container .row .case .case_bottom{
  position: absolute;
  bottom: -100px;
  left: 10px;
  width: 310px;
  height: 168px;
  background: #FFFFFF;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* case_last */
.latest-news-section .container .row .case .case_last:hover .case_bottom{
  background: #840005;
}
.latest-news-section .container .row .case .case_last:hover .case_bottom .case_title{
  color: #FFFFFF;
}
.latest-news-section .container .row .case .case_last:hover .case_bottom .case_des{
  color: #ffffffb3;
}

.latest-news-section .container .row .case .case_bottom .case_title{
  font-family: PingFangSC-Medium;
  font-weight: 600;
  color: #2A0E0E;
  letter-spacing: 0;
}
.latest-news-section .container .row .case .case_bottom .case_des{
  margin-top: 5px;
  color: #566779;
  line-height: 18px;
  letter-spacing: 1px;
}
.latest-post {
	padding-bottom: 20px;
	opacity: 1;
	-webkit-animation: bounceIn;
	-moz-animation: bounceIn;
	-o-animation: bounceIn;
	animation: bounceIn;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.latest-post h4 {
	padding-top: 20px;
	padding-bottom: 5px;
}

.latest-post h4 a {
	color: #4a4a4a;
	text-decoration: none;
}

.latest-post .post-details .date {
	position: absolute;
	top: 0;
	left: 10%;
	color: #4a4a4a;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.latest-post .post-details .date strong {
	font-size: 16px;
}

.latest-post .post-details li {
	display: inline;
	font-size: 13px;
	color: #999;
	padding-right: 10px;
}

.latest-post .post-details li i {
	padding-right: 5px;
}

.latest-post p {
	padding-bottom: 15px;
	color: #999;
	font-weight: 300;
}

.latest-post .btn-primary {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-weight: 300;
}

.latest-post .btn-primary:hover {
	background: none;
	color: #666;
	border: 1px solid #888;
	box-shadow: none;
}

.latest-post:hover .date {
	opacity: 1;
	-webkit-animation: bounceIn;
	-moz-animation: bounceIn;
	-o-animation: bounceIn;
	animation: bounceIn;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}


/*************** Testimonials ***************/

.testimonial-section {
	background: Url(../images/parallax/testimonial-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 120px;
	color: #fff;
	text-align: center;
	position: relative;
}

.testimonials .testimonial-content img {
	width: 150px;
	height: auto;
	margin-bottom: 40px;
}

.testimonials .testimonial-content p {
	font-size: 20px;
	line-height: 30px;
	//font-style: italic;
	font-weight: 400;
	margin-bottom: 40px;
	color: #fff;
}

.testimonials .testimonial-content {
	position: relative;
}

.testimonials .testimonial-author {
	margin-bottom: 40px;
}

.testimonials .testimonial-author .author {
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	font-size: 18px;
	padding-bottom: 5px;
}

.testimonials .testimonial-author .designation {
	color: #d3d3d3;
}

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div {
	background: none;
	font-size: 40px;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1000;
}

.owl-theme .owl-controls .owl-page.active {
	/* padding: 2px; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #9f0217;
}


/*--------------------------------------------------*/


/* Start Clients Section                            */


/*--------------------------------------------------*/

#partner {
  padding: 60px 0;
  text-align: center !important;
  position: relative;
  bottom: -25px;
  left: 0;
  background: #fff;
  border-radius: 0 0 30px 30px;
}

.clients .owl-buttons {
	padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}


/*-------------------------------------------------*/


/* Start Contact Section                           */


/*-------------------------------------------------*/

.contact {
	background: url(../images/parallax/contact-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 100px;
}

.contact .btn-primary {
	padding: 10px 20px;
	font-size: 16px;
}

.contact .btn-primary:hover {
	background: transparent;
}

.contact .section-title h3 {
	color: #fff;
}

.contact .section-heading {
	color: #fff;
}

.contact .form-group {
	margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
	padding: 20px;
}

.contact .form-group input.form-control {
	height: auto;
}

.contact .form-group textarea.form-control {
	height: 236px;
}

.contact::-webkit-input-placeholder {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #bbb;
}

.contact:-moz-placeholder {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #bbb;
}

.contact::-moz-placeholder {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #bbb;
}

.contact:-ms-input-placeholder {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #bbb;
}

.contact .text-danger {
	color: #e74c3c;
}

.contact button {
	font-weight: 400;
	margin-top: 30px;
}

.footer-contact-info {
	color: #fff;
	padding: 20px 30px;
	margin-top: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.footer-contact-info ul {
	padding-bottom: 10px;
}

.footer-contact-info h4 {
	padding-bottom: 10px;
}

.footer-contact-info li strong {
	font-weight: 600;
}


/*-------------------------------------------------------*/


/* Start Footer Section                                  */


/*-------------------------------------------------------*/

footer.style-1 {
  padding: 55px 0 35px 0; 
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.8);
}

.style-1 .style_1_footer {
  padding: 0 100px;
}
.style-1 .row .col-lg-2 .line{
    height: 100px;
    width: 2px;
    background: #a19e9e;
    position: absolute;
    right: 79px;
    top: 10px;
}

footer.style-1 div p {
	text-align: left;
	color: #f1f1f1;
	margin-bottom: 10px;
}

footer.style-1 .copyright {
	text-transform: uppercase;
	text-transform: none;
	color: #d3d3d3;
	letter-spacing: 2px;
	font-weight: 200;
}

footer.style-1 .footer-social li {
	display: inline;
	padding: 0 10px;
}

footer.style-1 .footer-social li a {
	padding: 8px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

footer.style-1 .footer-social li i {
	font-size: 15px;
	width: 20px;
	height: 20px;
}

footer.style-1 .footer-social li:hover a {
	background: #fff;
	color: #666;
}

footer.style-1 .footer-link li {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
}

footer.style-1 .col-lg-2:nth-child(3) img {
	height: 98px;
	width: 98px;
}

footer.style-1 .col-lg-2:nth-child(3) p {
	margin-top: 5px;
	font-size: 15px;
}

footer.style-1 .col-lg-2:nth-child(2) {
	text-align: right;
}

footer.style-1 .col-lg-2:nth-child(2) img {
	height: 120px;
	margin-right: 20px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}


/**** Start Modal Section ****/

.section-modal .modal-content {
	padding: 100px 0px !important;
	min-height: 100%;
	border: 0 !important;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	color: #ddd;
	font-weight: 400;
	background-color: rgba(0,0,0,0.5);
}

.section-modal #serName{
	color: #f9f9f9;
	font-size: 30px;
}

.section-modal #serDesc{
	color: #f9f9f9;
	font-size: 24px;
}
.section-modal #serInfo{
	font-size: 16px;
}
.tc_div{
	width: 70%;
	height: 80%;
	margin:auto;
}

.slider3 .slide img:nth-child(1) {
	margin-bottom: 20px;
	margin-top: 20px;
}

.bx-viewport {
	margin-bottom: 30px;
}

.bx-pager.bx-default-pager {
	display: none;
}

.bx-controls-direction a.bx-prev,
.bx-controls-direction a.bx-next {
	color: #BBBBBB;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 16px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

.bx-controls-direction a.bx-prev:hover,
.bx-controls-direction a.bx-next:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
  color: #830004;
	text-decoration: none;
}

.section-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.section-modal .close-modal:hover {
	opacity: .3;
}

.section-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #ddd;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #ddd;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*---------------------------------------------------------------*/


/* Start Call To Action
/*---------------------------------------------------------------*/

.call-to-action {
	/*background: url(../images/parallax/call-to.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;*/
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.call-to-action h2 {
	line-height: 30px;
	font-size: 30px;
}

.call-to-action h4 {
	margin-bottom: 40px;
	color: #ccc;
}

.call-to-action .solution1 {
	background: url(../images/solu-bg-1.png) no-repeat;
	height: 310px;
	padding: 20px 60px 20px 15px;
}

.call-to-action .btn-primary {
	padding: 10px;
	font-size: 16px;
	margin-top: 40px;
}

.call-to-action .row .col-md-12 .row .settle {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------*/


/* Start Team Section
/*-----------------------------------------*/

.title_detail {
  opacity: 0.16;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #282727;
  letter-spacing: 0;
  text-align: right;
  text-align: center;
}
.team-member-section {
	padding-top: 80px;
	padding-bottom: 100px;
}

.team-member {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
  width: 47%; 
  /* height: 169.48px; */
  margin-right: 50px;
  margin-top: 55px;
  border-top: 6px solid #840005;
}

.team-member:nth-child(1) {
  margin-top: 0;
}
.team-member:nth-child(2) {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.team-member:nth-child(4) {
  margin-right: 0 !important;
}
#team-section .our-team {
	padding-top: 20px;
}

#team-section .team-member img {
	width: 95%;
	height: auto;
	text-align: center;
}

.team-member .team-details {
  position: absolute;
  top: 0;
  display: flex;
  width: 95%;
  height: 100%;
  color: #fff;
  padding: 0 2px;
  /* opacity: 0; */
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 50px;
	/* -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; */
}
.team-member .team-details .team_text {
 font-size: 24px;
 font-family: PingFangSC-Regular;
}
.team-member .team-details .team_small {
 font-size: 20px;
 font-family: Helvetica;
}

.team-member:hover .team-details {
  /* 解决方案鼠标移入 */
	opacity: 1;
	-webkit-animation: bounceIn;
	animation: bounceIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
} 

.team-member .team-details h3 {
	padding-top: 30%;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
}

.team-member .team-details li {
	display: inline-block;
	padding-top: 20px;
}

.team-member .team-details li a {
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #fff;
	color: #666;
	font-size: 16px;
}

.team-member .team-details li:hover a {
	background: transparent;
	border: 1px solid #ddd;
	color: #fff;
}

.owl-controls {
	margin-top: 35px !important;
}


/*-----------------------------------------*/


/* Start Progress Bar Section
/*-----------------------------------------*/


/* progress bar */

.skill {
	padding-bottom: 5px;
}

.skill p {
	margin-bottom: 7px;
}

.progress {
	background: #fff;
	overflow: visible;
	height: 30px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	float: left;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
	position: relative;
}

.progress-bar-span {
	opacity: 1;
	position: absolute;
	top: -5px;
	background: #ACB2B8;
	padding: 10px 15px;
	color: #FFF;
	border-radius: 0px;
	right: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.skill:hover .progress-bar-span {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


/*-----------------------------------------------*/


/* Start Pricing Table
/*-----------------------------------------------*/

.pricing-section {
	padding: 80px 0;
	background: url(../images/parallax/pricing-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}

.pricing-section .section-title h3 {
	color: #fff;
}

.pricing-table {
	text-align: center;
	background: #fff;
}

.plan-name {
	padding: 15px 0;
}

.plan-name h3 {
	font-weight: 300;
	color: #fff;
}

.plan-price {
	padding: 25px 0;
}

.plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.plan-price .interval {
	line-height: 14px;
}

.plan-list li {
	padding: 13px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
	border-top: 1px solid #eee;
}

.plan-signup {
	padding: 25px 0;
}

.plan-signup a {
	text-transform: uppercase;
	color: #fff;
}

.pricing .owl-buttons {
	padding-top: 30px;
}

.pricing .owl-buttons div {
	color: #fff !important;
}

iframe {
	border: 0;
}


/**** Start Color Switcher ****/

.colors-switcher {
	width: 100px;
	padding: 20px 18px 14px 20px;
	position: fixed;
	z-index: 1993;
	top: 90px;
	right: 0;
	background-color: #fff;
	border-radius: 2px 0 0 2px;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.colors-switcher>p {
	font-size: 11px;
	line-height: 0;
}

.colors-switcher #show-panel {
	position: absolute;
	left: -38px;
	top: 15px;
	width: 38px;
	height: 38px;
	z-index: 1992;
	display: block;
	background-color: #fff;
	border-radius: 2px 0 0 2px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-right: none;
	cursor: pointer;
}

.colors-switcher #show-panel i {
	color: #3D3D3D;
	font-size: 20px;
	line-height: 38px;
	margin-left: 15px;
}

.colors-switcher .colors-list {
	margin: 0;
	padding: 0;
}

.colors-switcher .colors-list li {
	float: left;
	display: block;
	margin-bottom: 2px;
	margin-right: 6px;
}

.colors-switcher .colors-list li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	cursor: pointer;
}

.colors-switcher .colors-list li a:hover {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
}

.colors-switcher .colors-list a.light-red {
	background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
	background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
	background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
	background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
	background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
	background-color: #FED136;
}


/******* Style Loader *******/

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotatee {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes bouncee {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncee {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*
 map style
 * */

.mapTipText {
	width: 280px;
	height: 110px;
	background-color: rgba(0, 0, 0, .7);
}

.mapTipText .mapTipImg {
	height: 66px;
	width: 66px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin: -12px 5px 0 -12px;
}

.mapTipText .mapTipImg img {
	width: 100%;
	height: 100%;
}

.mapTipText .mapTipList {
	float: left;
	margin-left: 4px;
}

.mapTipText .mapTipList h2 {
	text-align: left;
}

.mapTipText .mapTipList h2 a {
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}

.mapTipText .mapTipList h2 a:hover {
	color: #0085d2;
}

.mapTipText .mapTipList h2 a span {
	font-size: 16px;
	margin-left: 3px;
}

.mapTipText .mapTipList ul {
	width: 203px;
	padding-right: 10px;
}

.mapTipText .mapTipList ul li {
	list-style: none;
	float: left;
	padding: 7px 3px 0 3px;
}

.mapTipText .mapTipList ul li a {
	color: #ffffff;
	text-decoration: none;
}

.mapTipText .mapTipList ul li a:hover {
	background-color: #2ebcfe;
	color: #ffffff;
}

.mapTipList h2 {
	margin: 0;
}

.mapTipList h2 a {
	text-decoration: none;
}

.mapTipText .mapTipList h2 a:hover {
	color: #FFFFFF;
}

.mapTipText .mapTipList ul li a {
	font-size: 12px;
}

.mapTipText .mapTipList ul li a:hover {
	background-color: inherit;
	color: #FFFFFF;
}

.service-number {
	overflow: hidden;
}

.service-number span {
	display: inline-block;
	width: 76px;
	height: 89px;
	line-height: 89px;
	background-color: #fff;
	color: #707796;
	font-size: 80px;
	background-color: #f5f5f5;
	text-align: center;
	margin-right: 10px;
}

.service-client h2 {
	margin-bottom: 40px;
}

.secendNav {
  width: 130px;
  text-align: center;
  background-color: #fff;
  display: none;
  margin-top: 3px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: 44px;
  left: 42%;
  display: none;
}

.navbar-default .nav li .secendNav div:focus a,
.navbar-default .nav li .secendNav div:hover a {
  color: #AF0001 !important;
  font-weight: 700;
}

.secendNav a {
  color: #666666 !important;
}

.navbar-default .nav li a {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .nav li:nth-child(2) {
  width: 48px;
  margin-right: 84px;
  padding-right: 0;
}
.navbar-default .nav li {
	text-align: center;
  padding-right: 84px;
}
.navbar-default .nav li:nth-child(5) {
	text-align: center;
	/* width: 130px; */
  padding-right: 0px;
}

.navbar-default .nav li .secendNav div {
	height: 30px;
	line-height: 30px;
}

.navbar-default .nav li .secendNav div a {
	font-size: 14px;
	border: none;
}

.navbar-default .nav li .secendNav div a:hover {
	text-decoration: none;
}


/* list */

.list-list {
	padding-top: 20px;
}

.list-list .row {
	border-radius: 4px;
	margin-bottom: 10px;
}

.list-list .bounceInLeft:hover,
.list-list .bounceInRight:hover {
	-webkit-box-shadow: 5px 0px 20px #DDDDDD;
	box-shadow: 5px 0px 20px #DDDDDD;
	/* transition: all ease .2s; */
}

.list-contents {
	/* padding-top: 30px; */
}

.list-contents .list-name {
	padding: 10px 0 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.list-contents .list-title {
	padding: 0 40px;
	font-size: 30px;
	font-weight: 600;
	color: #4a4a4a;
	text-align: left;
}

.list-contents .list-daohang {
	text-align: right;
	font-weight: 400;
}

.list-contents .list-img img {
	padding: 20px;
	height: 260px;
}

.list-contents .list-words {
	padding: 20px 0;
}

.list-contents .list-words h2 a {
	color: #333333;
	font-size: 26px;
}

.list-contents .list-words h2 a:hover {
	text-decoration: none;
}

.list-contents .list-words p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-right: 20px;
}
/* 左右滑动 */
.bounceInLeft {
	-webkit-animation: bounceInLeft 1s ease-in 100ms both;
	animation: bounceInLeft 1s ease-in 100ms both;
}

.bounceInRight {
	-webkit-animation: bounceInRight 1s ease-in 300ms both;
	animation: bounceInRight 1s ease-in 300ms both;
}

.fenye {
	text-align: center;
}

.fenye .active a {
	background-color: #9F0217 !important;
	border-color: #9F0217 !important;
}

.fenye li a {
	color: #9F0217
}

.fenye li a:hover,
.fenye li a:focus {
	color: #9F0217;
}

.fenye nav ul {
	margin: 30px 0 10px 0;
}

.detail-content h1 {
	font-size: 28px;
	margin: 40px 0;
	text-align: center;
}

.detail-content div p:nth-child(1) {
	font-weight: bold;
	color: #333333;
}

.detail-content div {
	margin-bottom: 20px;
}

.detail-content div p {
	text-indent: 2em;
}
.detail-content div p:nth-child(1){
	text-indent: 0;
}

.detail-content img {
	margin: 20px 0;
}

.more-detail {
	margin-top: 100px;
}

.more-detail h3 {
	font-size: 16px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}

.more-detail .other-case-name p:nth-child(1) {
	padding-top: 5px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
}

.more-detail .other-case-name p:nth-child(2) {
	text-align: left;
	margin-top: 15px;
	color: #BBBBBB;
}

.more-detail ul li {
	margin-bottom: 10px;
}
#allmap{
	height: 400px;
	width: 100%;
}
.map-content{
	margin-top: 30px;
}
.map-content .col-lg-5 p{
	font-size: 24px;
	line-height: 48px;
}
.customer-list ul li{
	overflow: hidden;
	text-align: center;
	margin: 40px 0 20px 0;
}

/* 实施案例 */
.detail-content .sslist{
  padding: 0 0 0 25%;
  font-size: 16px;
}

.detail-content .sslist i{
  margin: 0 20px 10px 0;
  color: #bb4d4d;
}

/* 行业新闻 */
.news_details p{
  font-size: 16px;
  line-height: 30px;
}

.com-intro{
	padding-top: 20px;
}

.com-intro p{
	font-size: 14px;
	text-indent: 2em;
	color: #333333;
	margin-bottom: 10px;
	padding: 0 10px;
}

.active-i{
	border-bottom: 3px solid #9F0217;
}
.active_i{
	border-bottom: 3px solid #9F0217;
}
.carousel-inner .masking {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 245px;
  opacity: 0.9;
  background-image: linear-gradient(102deg, #970005 0%, #6C0004 100%);
  display: flex;
  justify-content: space-evenly;
  color: #fff;
  padding: 0px 100px 0px 130px;
  
}
.carousel-inner .masking .mask_content:hover {
  background: #A80404;
}
.carousel-inner .masking .mask_content {
  width: 100%;
  height: 245px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #D46165;
  padding: 20px 20px 0 23px;
  position: relative;
}
.carousel-inner .masking .mask_content .mask_num {
  font-size:42px ;
}
.carousel-inner .masking .mask_content .mask_text {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #BD9797;
  letter-spacing: 0;
}
.carousel-inner .masking .mask_content .line {
  width: 4px;
  height: 30px;
  background: #FFFFFF;
  position: absolute;
  top: 38px;
  left: -2px;
}
.container_box {
  background: #F9F9F9;
  padding-bottom: 30px;
  position: relative;
  bottom: -25px;
  border-radius: 0 0 30px 30px;
}
.container_box .placeholder{
  height: 25px;
  position: relative;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: #F9F9F9;
}
.jrlist_bottom {
  display: flex;
  margin-top: 10px;
}
.jrlist_bottom .jrlist_left{
  width: 235px;
  height: 829px;
  margin-right: 43px;
  margin-top: 30px
}
.jrlist_bottom .jrlist_left .jrlist_title{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  padding-left: 15px;
}
.jrlist_bottom .jrlist_left .jrlist_detail{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #D8D8D8;
  letter-spacing: 0;
  padding-left: 15px;
}
.jrlist_bottom .jrlist_left .jrlist_line{
  height: 151px;
  border-left: 16px solid #BE0808;
  border-bottom: 16px solid #BE0808;
  position: relative;
  top: -142px;
  left: 0;
}
.jrlist_bottom .jrlist_left .jrlist_img{
  width: 247px;
  height: 664px;
  margin-top: 39px;
}
.jrlist_bottom .jrlist_right{
  flex: 2;
  background: #fff;
  padding: 10px 50px;
}
.listUrl {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.listUrl .listA {
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  text-align: right;
  padding: 10px 0;
  color: #111111;
}
.listUrl .listA:hover {
  border-bottom: 3px solid #9F0217;
}
.container .list_content {
  margin-top: 20px;
}
#list_content .content_none {
display: none;
}
#list_content .content_li .content_png{
  width: 938.45px;
  height: 253px;
  margin-top: 28px;
}
/* 集团企业 */
#list_content .content_li .group_content{
  margin: 38px 0 0 38px;
}
#list_content .content_li .group_box{
  display: flex;
}
#list_content .content_li .group_box .group_circle{
  width: 4.75px;
  height: 4.75px;
  background: #840004;
  position: relative;
  top: 10px;
}
#list_content .content_li .group_box .group_text{
  font-family: PingFangSC-Regular;
  font-weight: 550;
  font-size: 16px;
  color: #840004;
  letter-spacing: 1px;
  border-bottom: 1px solid #840004;
  padding-bottom: 1px;
  margin-bottom: 26.13px;
  margin-left: 15px;
  cursor: pointer;
}

#list_content .content_li .group_bottom{
}
#list_content .content_li .group_bottom .group_nav{
  margin: 23px 0 40px 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  cursor: pointer;
}
#list_content .content_li .group_bottom .group_nav>span:hover{
  color: #9F0217;
  cursor: pointer;
}
#list_content .content_li .group_bottom .group_b_text{
  text-align: center;
  margin-bottom: 26px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
}
#list_content .content_li .group_bottom .group_b_bottom{
  position: relative;   
  padding-left: 36px;
}
#list_content .content_li .group_bottom .group_b_bottom .group_b_title{
  position: absolute;
  top: 6px;
  padding-left: 23px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
}

#list_content .content_li .group_bottom .group_b_bottom .text_indent{
  text-indent: 2em;
}
#list_content .content_li .group_bottom .group_b_bottom .group_b_p{
  margin: 23px 45px 23px 22px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}
#list_content .content_li .group_bottom .group_b_bottom .group_b_p>p{
  position: absolute;
  top: 0px;
  left: 35px;
}
#list_content .content_li .group_bottom .group_b_bottom .group_img{
  width: 100%;
  height: 100%;
  padding: 0 45px 0 22px;
}
#list_content .content_li .group_bottom .group_b_bottom .group_img1{
  width: 100%;
  height: 100%;
  padding: 0 45px 0 22px;
}
#list_content .content_li .group_bottom .group_b_bottom .group_img2{
  width: 100%;
  height: 100%;
  padding: 0 45px 0 22px;
  margin-bottom: 35px;
}
#list_content .content_li .group_bottom .group_b_bottom .group_img3{
  margin-bottom: 35px;
  width: 100%;
  height: 100%;
  padding: 23px 45px 0 22px;
}

#list_content .content_li .group_bottom .group_b_bottom .group_textsmall{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 11.67px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
/* 数字金融 */
#list_content .content_li .digital_content{
  margin: 38px 0 0 38px;
}
#list_content .content_li .group_box{
  display: flex;
}
#list_content .content_li .group_box .group_circle{
  width: 4.75px;
  height: 4.75px;
  background: #840004;
  position: relative;
  top: 10px;
}

#list_content .content_li .digital_bottom{
  
}
#list_content .content_li .digital_bottom .group_nav{
  margin: 23px 0 40px 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  cursor: pointer;
}
#list_content .content_li .digital_bottom .group_nav>span:hover{
  color: #9F0217;
  cursor: pointer;
}
#list_content .content_li .digital_bottom .group_b_text{
  text-align: center;
  margin-bottom: 26px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
}
#list_content .content_li .digital_bottom .group_b_bottom{
  padding-left: 36px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_b_bigtitle{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_b_title{
  position: relative;
  top: -28px;
  left: 25px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
}

#list_content .content_li .digital_bottom .group_b_bottom .text_indent{
  text-indent: 2em;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_b_p{
  margin: 0 45px 0 22px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_b_p>p{
  position: absolute;
  top: 0px;
  left: 35px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12.67px;
  color: #333333;
  letter-spacing: 0;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_img{
  width: 100%;
  height: 100%;
  padding: 0 45px 0 22px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_img1{
  width: auto;
  height: 375px;
  padding-left: 22px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_img3{
  width: 100%;
  height: 100%;
  padding: 20px 45px 20px 22px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_img4{
  width: 100%;
  height: 100%;
  padding: 12px 45px 20px 22px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_img5{
  width: 100%;
  height: 100%;
  padding: 30px 45px 20px 22px;
}

#list_content .content_li .digital_bottom .group_b_bottom .group_img6{
  width: 100%;
  height: 100%;
  padding: 0 45px 20px 22px;
}

#list_content .content_li .digital_bottom .group_b_bottom .group_img7{
  width: 100%;
  height: 100%;
  padding: 0 45px 0 22px;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_textsmall{
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 11.67px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
#list_content .content_li .digital_bottom .group_b_bottom .group_textsmall1{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
/* 智慧园区 */
#list_content .content_li .Smart_content{
  margin: 38px 0 0 38px;
}
#list_content .content_li .group_box{
  display: flex;
}
#list_content .content_li .group_box .group_circle{
  width: 4.75px;
  height: 4.75px;
  background: #840004;
  position: relative;
  top: 10px;
}

#list_content .content_li .Smart_bottom{
}
#list_content .content_li .Smart_bottom .group_nav{
  margin: 23px 0 40px 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  cursor: pointer;
}
#list_content .content_li .Smart_bottom .group_nav>span:hover{
  color: #9F0217;
  cursor: pointer;
}
#list_content .content_li .Smart_bottom .group_b_text{
  text-align: center;
  margin-bottom: 26px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
}
#list_content .content_li .Smart_bottom .group_b_bottom{
  position: relative;
  padding-left: 36px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_b_bigtitle{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_b_title{
  position: absolute;
  top: 6px;
  padding-left: 23px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
}

#list_content .content_li .Smart_bottom .group_b_bottom .text_indent{
  text-indent: 2em;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_b_p{
  margin: 23px 0 23px 22px;
  padding-right: 30px;
  width: 700px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_b_p>p{
  position: absolute;
  top: 0px;
  left: 35px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_img{
  width: 100%;
  height: 100%;
  padding: 0 25px 26px 5px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_img1{
  width: 100%;
  height: 100%;
  padding: 0 25px 0 22px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_img2{
  width: 100%;
  height: 100%;
  padding: 0 25px 0 22px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_img3{
  width: 100%;
  height: 100%;
  padding: 0px 30px 34px 22px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_img4{
  width: 100%;
  height: 100%;
  padding: 0px 30px 0 22px;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_textsmall{
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 11.67px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
#list_content .content_li .Smart_bottom .group_b_bottom .group_textsmall1{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
/* 智慧物联 */
#list_content .content_li .IoT_content{
  margin: 38px 0 0 38px;
}
#list_content .content_li .group_box{
  display: flex;
}
#list_content .content_li .group_box .group_circle{
  width: 4.75px;
  height: 4.75px;
  background: #840004;
  position: relative;
  top: 10px;
}

#list_content .content_li .IoT_bottom{
}
#list_content .content_li .IoT_bottom .group_nav{
  margin: 23px 0 40px 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  cursor: pointer;
}
#list_content .content_li .IoT_bottom .group_nav>span:hover{
  color: #9F0217;
  cursor: pointer;
}
#list_content .content_li .IoT_bottom .group_b_text{
  text-align: center;
  margin-bottom: 26px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
}
#list_content .content_li .IoT_bottom .group_b_bottom{
  position: relative;
  padding-left: 36px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_b_bigtitle{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_b_title{
  position: absolute;
  top: 6px;
  padding-left: 23px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #BE0808;
  letter-spacing: 0;
}

#list_content .content_li .IoT_bottom .group_b_bottom .text_indent{
  text-indent: 2em;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_b_p{
  margin: 23px 0 23px 22px;
  padding-right: 25px;
  width: 700px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_b_p>p{
  position: absolute;
  top: 0px;
  left: 35px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_img{
  width: 100%;
  height: 100%;
  padding: 0px 25px 0 22px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_img1{
  width: 100%;
  height: 100%;
  padding: 0px 25px 0 22px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_img2{
  width: 100%;
  height: 100%;
  padding: 0px 25px 0 22px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_img3{
  width: 100%;
  height: 100%;
  padding: 0px 25px 0 22px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_img4{
  width: 100%;
  height: 100%;
  padding: 0px 25px 0 22px;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_textsmall{
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 11.67px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
#list_content .content_li .IoT_bottom .group_b_bottom .group_textsmall1{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 15.83px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 26px 0;
}
#list_content .content_li .content_p{
  width: 940px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}
#list_content .content_li {
  display: none;
}

/* 业务条线 */
.deveUrl_content {
    display: flex;
}
.deveUrl_content .deveUrl {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-direction: column;
}
.deveUrl_content .deveUrl .deveA {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 250px;
  padding-left: 5px;
}
.deveUrl_content .deveUrl .deveA:nth-child(6) {
  margin-bottom: 0;
}
.deveUrl_content .deveUrl .deveA .deve_left{
  font-size: 50px;
  margin-right: 5px;
}
.deveUrl_content .deveUrl .deveA .deve_right .deve_text{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}
.deveUrl_content .deveUrl .deveA .deve_right .deve_detail{
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 0;
}
.deveUrl_content .deveUrl .deveA:hover {
  width: 250px;
  padding-left: 5px;
  color: #fff !important;
  clip-path: polygon(0px 0, calc(100% - 35px) 0, 100% 100px, 100% calc(100% - 0px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0);
  background-image: linear-gradient(114deg, #AE0006 0%, #840005 100%)
}
.active-deveUrl{
  width: 250px;
  color: #fff !important;
  clip-path: polygon(0px 0, calc(100% - 35px) 0, 100% 100px, 100% calc(100% - 0px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0);
  background-image: linear-gradient(114deg, #AE0006 0%, #840005 100%)
}
/* 详情 */
.deve_content_right {
  padding: 50px;
}
.deve_content_right .deve_content_text {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 10px;
}
.deve_content_right .deve_content_line {
  width: 40px;
  height: 3px;
  background: #840004;
  margin: 0 0 40px 0;
}
.deve_content_right .deve_content_detail {
  width: 736px;
  height: 163px;
  overflow-y: auto;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
}
.deve_content_right .deve_content_img {
  width: 757.5px;
  height: 214px;
  margin-bottom: 26px;
}
.deve_content_right .deve_content_img img {
  width: 100%;
  height: 100%;
}
.deve_content_right .deve_content_p {
  width: 736px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  text-indent: 2em;
} 
.deve_content_right .deve_content_pem {
  width: 736px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
} 
.deve_content_right .deve_content_img1{
  width: 212.51px;
  height: 268px;
  position: relative;
  margin-bottom: 25px;
  top: 0;
  left: 25%;
}
.deve_content_right .deve_content_img3{
  width: 462px;
  height: 257.71px;
  position: relative;
  margin-bottom: 25px;
  top: 0;
  left: 25%;
}
.deve_content_right .deve_content_img2{
  width: 765px;
  /* margin-bottom: 32px; */
}
.deve_content_right .deve_content_title{
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 12px;
  margin-top: 30px;
}
/* 关于我们 */
.proUrl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  margin-right: 150px;
}
.proUrl li {
margin-right: 200px;
}
.proUrl .proA {
  font-family: PingFangSC-Regular;
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  text-align: right;
  padding: 10px 0;
  color: #111111;
}
.proUrl .proA:hover {
  border-bottom: 3px solid #9F0217;
  text-decoration: none;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 18px;
  color: #AA0006;
  letter-spacing: 0;
  
}
.navbar-default_bav {
  height: 65px;
  padding: 0;
  background-color: #9F0217;
}
/* 关于我们 */
.proUrl_div {
  margin: 56px 150px 48px 0;
}
.proUrl_div .proUrl_content{
 display: flex;
}
.proUrl_div .proUrl_content .proUrl_left{
  width: 550px;
  margin-top: 22px;
}
.proUrl_div .proUrl_content .proUrl_left p{
  text-indent: 2em;
  line-height: 30px;
  width: 517.75px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #420E10;
  letter-spacing: 0;
  text-align: justify;
  line-height: 31.67px;
  padding-right: 20px;
}
.proUrl_div .proUrl_content .proUrl_right{
  width: 578px;
  height: 343px
}
.proUrl_div .proUrl_center{
  /* width: 1280px;
  height: 440px;
  background: #B0151B; */
 }
.proUrl_div .proUrl_center .center_content{
  position: relative;
 }
.proUrl_div .proUrl_center .center_content .center_left{
  width: 464px;
  height: 352px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  margin-right: 22px;
  padding: 43px 26px 45px 47px;
 }
.proUrl_div .proUrl_center .center_content .center_right .center_img{
  width: 100%;
  height: 286px;
 }
.proUrl_div .proUrl_center .center_content .center_right .center_bottom{
    position: absolute;
    top: 55px;
    left: 35px;
    width: 464px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
 }
.proUrl_div .proUrl_center .center_content .center_right .center_bottom .center_height{
  height: 20px;
 }
 .proUrl_div  .proUrl_c_b{
  height: 125px;
  font-family: SamaTamil-Book;
  font-weight: Book;
  color: #b0151b0a;
  letter-spacing: 0;
  text-align: justify;
  }
 .proUrl_div .proUrl_bottom{
  width: 1280px;
  margin-top: 30px;
  position: relative;
 }
 .proUrl_div .proUrl_bottom .bottom_title p{
  position: absolute;
  top: 40px;
  left: 46px;
  width: 622.25px;
  height: 190px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14.25px;
  color: #420E10;
  letter-spacing: 0;
  text-align: justify;
  line-height: 31.67px;
 }
.proUrl_div .proUrl_div_content {
display: flex;
flex-wrap: wrap;
}
.proUrl_div .proUrl_div_content .content_item {
  width: 25%;
}
.proUrl_div .proUrl_div_content .content_item_bottom {
  margin-bottom: 60px;
}
.contact_me {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 30px ;
  color: #0A0A0A;
  letter-spacing: 0;
  line-height: 45px !important;
  margin-bottom: 20px;
}
.address_me {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 17px ;
  color: #666666;
  letter-spacing: 0;
  line-height: 25px !important;
}
.deve_content_right_box {
  background-color: #fff;
}