@charset "utf-8";
body {
	font-family: Poppins, "MingLiU", "Source Han Sans CN", "noto sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-weight: 300;
}
body,div,p,span,form,iframe,table,td,th,input,textarea,button,label,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ol, ul{ 
	list-style: none outside none;
}
a{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover,a:focus{
	text-decoration: none;
	color: #5e5141;
}
.container{
	width: 1200px;
}
/*-----------------------------------------------------------*/
.phone-navmain{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 12;
	display: none;
}
.back-box{
	position: absolute;
	left: -70%;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #ffffff;
}
.back-box button{
	position: absolute;
	right: 15px;
	top: 10px;
	background: none;
	border: none;
	color: #333333;
	outline: none;
}
.phone-nav-list{
	margin-top: 30px;
}
.phone-nav-list li{
	display: block;
}
.phone-nav-list li a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.phone-nav-list li dl dd a{
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
}
.phone-header{
	height: 50px;
	background-color: #ebae00;
	display: none;
}
.phone-header img{
	height: 40px;
	float: left;
	margin-top: 5px;
}
.phone-header button{
	float: right;
	background: none;
	border: none;
	outline: none;
	color: #9d5400;
	height: 50px;
	margin-right: 15px;
}
.phone-header button i{
	font-size: 24px;
}
.page-header{
	height: auto;
	background-color: #f1f1f1;
	padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    text-align: center;
}
.page-header-top{
	background-color: #333333;
	height: 36px;
}
.page-header-top p{
	line-height: 36px;
	color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: large;
}
.page-header-bottom{
	background-color: #333333;
	height: 40px;
}
.page-header-logo{
	margin-top: 0px;
}
.page-header-mid{
	position: relative;
	background-color: #6667ab;
	height: 80px;
}
.nav-list ul li{
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.nav-list ul li a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.nav-list ul li a:hover{
	color: #ffffff;
}
.nav-list .active a{
	color: #ffffff;
	font-weight: 500;
}
.nav-list .active{
	color: #ffffff;
	font-weight: 500;
}
.nav-list .active dl dd a{
	color: #ffffff;
}
.nav-list ul li dl{
	position: absolute;
	top: 40px;
	left: -80px;
	background-color: #444444;
	width: 320px;
	display: none;
	z-index: 9;
}
.nav-list ul li dl dd a{
	font-size: 12px;
	border-bottom: 1px solid #555555;
}
.nav-list ul li dl dd:last-child a{
	border-bottom: none;
}
.search-main{
	position: absolute;
	left: 30px;
	top: 25px;
}
.search-box{
	width: 260px;
	margin-bottom: 5px;
}
.search-box input{
	width: calc(260px - 30px);
	float: left;
	height: 30px;
	border: 1px solid #9d5400;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	transition: all 300ms ease;
}
.search-box input:focus{
	border: 1px solid #9d5400;
	transition: all 300ms ease;
}
.search-box button{
	width: 30px;
	height: 30px;
	float: left;
	background-color: #9d5400;
	border: none;
	outline: none;
	color: #ffffff;
	transition: all 300ms ease;
}
.search-box button:hover{
	background-color: #9d5400;
	transition: all 300ms ease;
}
.header-cart{
	position: absolute;
	right: 30px;
	top: 25px;
}
.header-cart-list{
	position: absolute;
	right: 0;
	top: 30px;
	width: 360px;
	height: 300px;
	background-color: #ffffff;
	box-shadow:0 15px 30px rgba(0,0,0,0.15);
	z-index: 9;
	display: none;
}
.header-cart ul{
	padding: 10px;
	width: 100%;
	height: 260px;
	overflow-y: auto;
}
.header-cart-enter{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #484890;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-cart ul::-webkit-scrollbar {
  /*滚动条整体样式*/
	width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.header-cart ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #999999;
}
.header-cart ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}
.header-cart ul li{
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-cart ul li:first-child{
	padding-top: 0;
}
.header-cart ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.header-cart ul li span{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.header-cart ul li img{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 15px;
}
.header-cart ul li p{
	width: calc(100% - 65px);
	float: left;
	text-align: left;
	color: #333333;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 10px;
	height: 34px;
	overflow: hidden;
	margin-top: 6px;
}
.header-cart ul li button{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	text-transform: uppercase;
	width: auto;
	height: 26px;
	width: 26px;
	line-height: 20px;
	background-color: #ffffff;
	color: #484890;
	border: 1px solid #484890;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.header-cart ul li button:hover{
	background-color: #484890;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart{
	display: block;
	position: relative;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
	cursor: pointer;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart:hover{
	background-color: #723d00;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart span{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 10px;
}
.home-phone-banner{
	display: none;
}
.home-video-banner{
	width: 100%;
	position: relative;
	line-height: 0;
}
.home-video-banner video{
	width: 100%;
}
.home-video-banner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	line-height: 0;
	z-index: 1;
}
.home-video-banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 0;
	color: #ffffff;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}
.home-video-banner .text h1{
	text-transform: uppercase;
	font-weight: 700;
}
.home-video-banner .text h2{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
}
.home-midtext{
	padding-top: 40px;
	padding-bottom: 30px;
}
.home-midtext p{
	font-weight: 300;
    text-transform: capitalize;
    font-size: 25px;
    text-align: center;
}
.home-title{
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.home-title h2{
	color: #333333;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 500;
}
.home-title h5{
	color: #999999;
	margin-top: 10px;
	font-weight: 200;
	text-transform: capitalize;
	font-family: 'robotoregular';
}
.home-title a{
	display: inline-block;
	background-color: #484890;
	padding: 5px 20px;
	color: #ffffff;
	margin-top: 10px;
	font-size: 12px;
}
.home-products{
	padding-bottom: 30px;
}
.home-products-item{
	position: relative;
}
.home-products-item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-products-item:hover> .text{
	opacity: 1;
	transition: all 300ms;
	transform: translate(-50%,-50%);
}
.home-products-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.home-products-item .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-10%);
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 300ms;
}
.home-products-item .text h5{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 30px;
}
.home-products-item .text .more-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
}
.home-products-item .text .more-link:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-customer .col-md-4{
	padding: 0;
}
.page-mainimage{
	position: relative;
	margin-bottom: 20px;
}
.page-mainimage p{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
	color: #ffffff !important;
	font-size: 24px !important;
	margin-bottom: 0 !important;
	font-weight: 700;
	text-transform: uppercase;
}
.page-customer{
	margin-bottom: 60px;
}
.page-customer .container{
	width: 1170px;
}
.page-customer .item .text h5{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px !important;
	margin-bottom: 20px;
}
.home-customer .item{
	display: block;
	position: relative;
}
.home-customer .item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-customer .item:hover>.text .more-link{
	opacity: 1;
}
.home-customer .item:hover>.text{
	transform: translate(-50%,-50%);
}
.home-customer .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.home-customer .item .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-30%);
	text-align: center;
	z-index: 2;
	opacity: 1;
	transition: all 300ms;
	z-index: 2;
}
.home-customer .item .text h5{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-customer .item .text .more-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
	opacity: 0;
}
.home-customer .item .text .more-link:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-customer img{
	width: 100%;
}
.home-hot{
	padding-top: 30px;
	position: relative;
}
.home-hot img{
	width: 100%;
}
.home-hot .item{
	position: relative;
}
.home-hot .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.home-hot-text{
	position: absolute;
	top: 20%;
	width: 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	z-index: 2;
	text-transform: uppercase;
}
.home-hot-text h4{
	font-size: 49px;
	color: #ffffff;
}
.home-hot-text h5{
	font-size: 25px;
	color: #ffffff;
	margin-top: 10px;
}
.home-hot-text p{
	padding-right: 350px;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	margin-top: 10%;
}
.home-hot-text a{
	display: inline-block;
	margin-top: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px;
}
.home-hot-text a:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-hot-nav{
	position: absolute;
	bottom: 60px;
	width: 100%;
	z-index: 9;
}
.home-hot-nav ul{
	text-align: right;
}
.home-hot-nav ul li{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 2px solid #484890;
	border-radius: 15px;
	text-align: center;
	line-height: 27px;
	color: #484890;
	cursor: pointer;
	margin-left: 5px;
}
.home-hot-nav .active{
	background-color: #484890;
	color: #ffffff;
}
/*.home-services-full{
	background-image: url(../images/servicesfullbg.jpg);
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 120px;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}*/
.home-services-full-img{
	display: none;
}
.home-services-full{
	position: relative;
}
.home-services-full video{
	width: 100%;
}
.home-services-full:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.home-services-full-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}
.home-services-full-text h5{
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
.home-services-full-text p{
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home-services-full-text a{
	display: inline-block;
	margin-top: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px;
}
.home-services-full a:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-services-two{
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-services-two .item{
	background-color: #484890;
	border-top: 10px solid #2c2c6b;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    transform:translate3d(0px,0px,0px);
	transition: all 300ms;
}
.home-services-two .item:hover{
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.home-services-two .item .text{
	padding: 20px;
}
.home-services-two .item .text h2{
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	text-transform: uppercase;
}
.home-services-two .item .text h5{
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.home-services-two .item .text p{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
/*
.home-services-two-img{
	position: relative;
}
.home-services-two-img:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-services-two-img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms;
}*/
.home-cases{
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-cases img{
	margin-bottom: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0);
    transform:translate3d(0px,0px,0px);
	transition: all 300ms;
}
.home-cases img:hover{
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.home-cases .item{
	margin-bottom: 20px;
}
.home-cases .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
/*.home-cases .item div{
	position: relative;
}
.home-cases .item div:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-cases .item div:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms;
}*/
.bottom-services .item:first-child{
	background-color: #5c5c5c;
}
.bottom-services .item{
	width: 50%;
	height: 200px;
	float: left;
	position: relative;
	background-color: #999999;
}
.bottom-services .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.bottom-services .item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.bottom-services .item .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	padding-left: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	color: #ffffff;
	z-index: 2;
}
.bottom-services .item .text h4{
	font-size: 28px;
	text-transform: uppercase;
}
.bottom-services .item .text h5{
	font-size: 16px;
	margin-top: 5px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: 300;
}
.bottom-services .item .text a{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 5px 20px;
}
.bottom-services .item .text a p{
	font-size: 14px;
	color: #ffffff;
}
.bottom-services .input-box{
	margin-top: 10px;
}
.bottom-services .input-box input{
	background: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	height: 34px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.bottom-services .input-box button{
	background: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	background-color: #999999;
	height: 34px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bottom-services .input-box button:hover{
	background-color: #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bottom-services .input-box button:first-child{
	margin-right: 20px;
}
footer{
	background: url(../images/footerbg3.jpg) center center;
}
.footer-content{
	
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
.footer-content:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
.footer-content .container{
	position: relative;
	z-index: 2;
}
.footer-content h5{
	color: #ffffff;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: right;
}
.footer-content ul li{
	color: #ffffff;
	line-height: 24px;
	font-size: 14px;
	text-align: right;
}
.footer-content img{
	float: right;
	margin-bottom: 10px;
}
.footer-content img:after{
	content: '';
	display: table;
	clear: both;
}
.footer-bottom{
	background-color: rgba(0,0,0,0.9);
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-bottom p{
	text-align: center;
	color: #ffffff;
}
.footer-bottom p a{
	color: #ffffff;
}
.footer-list li{
	line-height: 24px;
	color: #ffffff;
	text-align: left !important;
	text-transform: capitalize;
}
.footer-list li a{
	color: #ffffff;
}
.footer-list li:first-child{
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.proshow-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.proshow-header-img-ul{
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.proshow-header-img-ul:after{
	content: '';
	display: table;
	clear: both;
}
#proShowOwl{
	margin-bottom: 2.5px;
}
.proshow-header-img-ul li{
	float: left;
	width: 12.5%;
	padding: 2.5px;
	cursor: pointer;
}
.proshow-header-info h1{
	font-size: 27px;
	font-weight: 100;
}
.proshow-header-info ul{
	margin-bottom: 20px;
}
.proshow-header-info ul li{
	line-height: 32px;
	color: #666666;
	font-family: 'robotoregular';
	padding-top: 2px;
	border-bottom: 1px solid #eeeeee;
}
/*.proshow-header-info ul li:last-child{
	border-bottom: none;
}*/
.proshow-header-info ul li span:first-child{
	color: #333333;
	width: 130px;
	float: left;
	margin-right: 0px;
	font-weight: bold;
}
.proshow-header-info ul li span:last-child{
	color: #666666;
	width: calc(100% - 130px);
	float: left;
}
.proshow-header-info ul li:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-header-info-app h5{
	margin-bottom: 15px;
}
.proshow-header-info-app:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-header-info-app .item{
	width: 16.6667%;
	float: left;
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.proshow-header-info-app .item .circle i{
	font-size: 60px;
}
.proshow-header-info-app .item .circle{
	border: 1px solid #484890;
	border-radius: 10px;
	text-align: center;
	color: #484890;
	cursor: pointer;
	transition: all 300ms ease;
}
.proshow-header-info-app .item .circle:hover{
	background-color: #484890;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all 300ms ease;
}
.proshow-header-info-btn a{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
}
.proshow-header-info-btn .row{
	margin-left: -5px;
	margin-right: -5px;
}
.proshow-header-info-btn .col-md-6{
	padding-left: 5px;
	padding-right: 5px;
}
.button-default{
	display: inline-block;
	background-color: #484890;
	border: 1px solid #484890;
	color: #ffffff;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
  cursor: pointer;
}
.button-default:hover{
	background-color: #2c2c6b;
	color: #ffffff;
}
.button-default-empty{
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #484890;
	color: #484890;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
  cursor: pointer;
}
.button-default-empty:hover{
	color: #ffffff;
	background-color: #484890;
	border: 1px solid #484890;
}
.proshow-mid{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.proshow-qar{
	border-bottom: 1px solid #d1d1d1;
}
.proshow-qar h5{
	line-height: 40px;
	position: relative;
	cursor: pointer;
}
.proshow-qar h5 i{
	position: absolute;
	right: 0;
	top: 0px;
}
.proshow-reply{
	padding: 10px;
	padding-top: 0;
	line-height: 24px;
	display: none;
}
.proshow-reply::-webkit-scrollbar {
  /*滚动条整体样式*/
	width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.proshow-reply::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #999999;
}
.proshow-reply::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}
.proshow-reply-open{
	display: block;
}
.proshow-other{
	margin-top: 30px;
}
.proshow-other .title{
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.proshow-other-row:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-other-row{
	margin-left: -10px;
	margin-right: -10px;
}
.proshow-other-row .item{
	float: left;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.products-item{
	margin-bottom: 20px;
}
.products-item-img{
	display: block;
	position: relative;
}
.products-item-img:hover>.products-item-imghover{
	opacity: 1;
	transition: all 300ms ease;
}
.products-item-img:hover>.products-item-black{
	opacity: 1;
	transition: all 300ms ease;
}
.products-item-img:hover>.products-item-black a{
	transform: translate(-50%,-50%);
	transition: all 300ms ease;
}
.products-item-black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms ease;
}
.products-item-black a{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-10%);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
	transition: all 300ms ease;
}
.products-item-black a:hover{
	background-color: #ffffff;
	color: #333333;
	transition: all 300ms ease;
}
.products-item h5{
	font-weight: 100;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.products-item-btn{
	text-align: center;
	margin-top: 5px;
}
.products-item-btn a{
	display: inline-block;
	background-color: #eeeeee;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	border-radius: 10px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	text-transform: uppercase;
	font-size: 12px;
  cursor: pointer;
}
.products-item-btn a:hover{
	background-color: #484890;
	color: #ffffff;
}
.products-item-imghover{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 300ms ease;
}
.prolist-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.left-sidebar{
	
}
.left-sidebar h3{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.left-sidebar h5{
	text-transform: capitalize;
	font-family: 'robotoregular';
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	cursor: pointer;
}
.left-sidebar h5 i{
	position: absolute;
	right: 0;
	top: 0;
	font-family: 12px;
}
.left-sidebar ul{
	font-family: 'robotoregular';
	margin-bottom: 20px;
	display: none;
}
.left-sidebar ul li{
	text-transform: capitalize;
}
.left-sidebar ul li:last-child a{
	border-bottom: none;
}
.left-sidebar ul li a{
	color: #999999;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:hover{
	padding-left: 20px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:hover:before{
	opacity: 1;
	-webkit-transition: all 900ms;
	-moz-transition: all 900ms;
	-o-transition: all 900ms;
	transition: all 900ms;
}
.left-sidebar .active a{
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	position: relative;
}
.left-sidebar .active a:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	opacity: 1;
}
.page-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-title{
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 500;
}
.bread-nav{
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: right;
  margin-bottom: 20px;
}
.bread-nav ul li{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.bread-nav ul li:first-child:before{
	display: none;
}
.bread-nav ul li:before{
	content: '>';
	position: absolute;
	left: 5px;
	top: 0;
}
.bread-nav ul li a{
	color: #333333;
}
.cooperate-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.cooperate-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.cooperate-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.cooperate-item{
	margin-bottom: 15px;
}
.cooperate-item .text{
	padding-top: 5px;
}
.cooperate-item .text h5{
	font-size: 24px;
	font-weight: 500;
}
.cooperate-link{
	margin-bottom: 50px;
}
.aboutus-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.aboutus-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.aboutus-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.aboutus-sixbox .item{
	background-color: #f2f4f6;
	margin-bottom: 20px;
}
.aboutus-sixbox .item i{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	font-size: 70px;
	margin-left: 10px;
	margin-top: 10px;
}
.aboutus-sixbox .item .text{
	padding: 20px;
	width: calc(100% - 70px);
	padding-top: 30px;
	min-height: 209px;
	float: left;
}
.aboutus-sixbox .item .text p{
	margin-bottom: 0;
	line-height: 22px;
}
.aboutus-sixbox .item .text h5{
	margin-bottom: 10px;
}
.about-video{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 4px 10px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	cursor: pointer;
}
.about-video:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.about-video p{
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-transform: capitalize;
	z-index: 2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.aboutus-owl{
	margin-bottom: 30px;
	position: relative;
}
#aboutusOwl{
	
}
.aboutus-owl-left{
	position: absolute;
    left: -60px;
    top: 50%;
    background: none;
    outline: none;
    border: none;
    z-index: 9;
    color: #333333;
    margin-top: -30px;
}
.aboutus-owl-left i{
	font-size: 40px;
}
.aboutus-owl-right{
	position: absolute;
    right: -60px;
    top: 50%;
    background: none;
    outline: none;
    border: none;
    z-index: 9;
    color: #333333;
    margin-top: -30px;
}
.aboutus-owl-right i{
	font-size: 40px;
}
.customer-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.customer-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.customer-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.customer-content h5 i{
	margin-right: 10px;
	font-size: 28px;
	font-weight: normal;
}
.shopping-list .item:first-child{
	padding-top: 0;
}
.shopping-list .item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.shopping-list .item{
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopping-list .item .idnumber{
	position: absolute;
	left: 0;
	top: 50%;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	margin-top: -11px;
}
.shopping-list .item img{
	width: 80px;
	height: 80px;
	float: left;
	margin-left: 30px;
}
.shopping-list .item .info{
	width: calc(100% - 110px);
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 90px;
}
.shopping-list .item .info h2{
	font-size: 24px;
	color: #333333;
	font-weight: 300;
	margin-bottom: 5px;
}
.shopping-list .item .info ul li{
	display: inline-block;
	color: #666666;
	margin-right: 30px;
	font-family: 'robotoregular';
}
.shopping-list .item .delbtn{
	position: absolute;
	right: 0;
	top: 50%;
	text-transform: uppercase;
	width: 80px;
	height: 30px;
	line-height: 20px;
	margin-top: -15px;
	background-color: #ffffff;
	color: #484890;
	border: 1px solid #484890;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-list .item .delbtn:hover{
	background-color: #484890;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form{
	margin-bottom: 30px;
}
.shopping-form label{
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.shopping-form input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 10px;
}
.shopping-form input:focus{
	border: 1px solid #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form textarea{
	width: 100%;
	border: 1px solid #999999;
	outline: none;
	padding: 10px;
	height: 233px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form textarea:focus{
	border: 1px solid #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form button{
	display: block;
	margin-left: auto;
	margin-right: auto;
    background-color: #484890;
    border: 1px solid #484890;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form button:hover{
	background-color: #2c2c6b;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.cases-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.cases-select{
	margin-bottom: 20px;
	position: relative;
}
.cases-select:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #eeeeee;
	width: 100%;
	z-index: -1;
}
.cases-select ul li{
	display: inline-block;
	text-transform: uppercase;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
.cases-select .active{
	font-weight: 700;
	color: #333333;
	border-bottom: 1px solid #999999;
}
/*.cases-img .item img{
	padding: 20px;
	background-color: #ebae00;
}*/
.cases-img .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
.cases-video video{
	padding: 10px;
	background: #333333;
}
.cases-video .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
.cases-section section{
	display: none;
}
.cases-section .active{
	display: block;
}
.contact-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.contact-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.contact-form{
	margin-bottom: 30px;
}
.contact-form label{
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 5px;
}
.contact-form input:focus{
	border: 1px solid #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form textarea{
	width: 100%;
	border: 1px solid #999999;
	outline: none;
	padding: 10px;
	height: 385px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form textarea:focus{
	border: 1px solid #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form button{
	float: right;
    background-color: #484890;
    border: 1px solid #484890;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 14px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form button:hover{
	background-color: #2c2c6b;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-item{
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.contact-item li{
	font-family: 'robotoregular';
	line-height: 28px;
	color: #666666;
}
.contact-item li h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-family: Poppins;
	letter-spacing: 2px;
}
.contact-item li span{
	font-weight: 700;
	display: inline-block;
	width: 150px;
	color: #333333;
}
.contact-item iframe{
	margin-top: 10px;
}
.contact-item:hover>.contact-item-btn{
	opacity: 1;
	transition: all 300ms;
}
.contact-item-btn{
	opacity: 0;
	background: none;
	border: none;
	outline: none;
	position: absolute;
	right: 30px;
	top: 20px;
	background-color: #ffffff;
	width: 46px;
	border-radius: 6px;
	box-shadow:0 4px 8px rgba(0,0,0,0.15);
	transition: all 300ms;
	transform:translate3d(0px,0px,0px);
}
.contact-item-btn:hover{
	transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.contact-item-btn i{
	font-size: 32px;
}
.page-list{
	text-align: right;
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-list ul li span{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #484890;
	margin-left: 2px;
	margin-right: 2px;
	color: #484890;
	padding: 5px 10px;
	border-radius: 10px;
}
.page-list ul li a{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #484890;
	margin-left: 2px;
	margin-right: 2px;
	color: #484890;
	padding: 5px 10px;
	border-radius: 10px;
}
.page-list ul li a:hover{
	background-color: #484890;
	color: #ffffff;
}
.page-list .current{
	background-color: #484890;
	color: #ffffff;
}
.page-list .disabled{
	color: #2c2c6b;
	border: 1px solid #2c2c6b;
}
.page-list .active{
	background-color: #484890;
}
.page-list .active a{
	color: #ffffff;
}
.clock-float{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
.clock-float-main{
	width: 500px;
	padding: 30px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-top: 10px solid #9d5400;
}
.clock-float-main h5{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
}
.clock-float-main label{
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.clock-float-main input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 10px;
}
.clock-float-main input:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.clock-float-main button{
	float: right;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 12px;
    margin-top: 10px;
    outline: none;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.clock-float-main button:hover{
	background-color: #723d00;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}




/* 2022年8月29日新增 */
.other-header{
	border-top: 30px solid #6667ab;
	height: 160px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
  	position: relative;
}
.products-header{
	background: url(../images/products_header_bg.jpg) center center;
}
.about-header{
	background: url(../images/about_header_bg.jpg) center center;
}
.cooperate-header{
	background: url(../images/cooperate_header_bg.jpg) center center;
}
.customer1-header{
	background: url(../images/customer1_header_bg.jpg) center center;
}
.customer2-header{
	background: url(../images/customer2_header_bg.jpg) center center;
}
.customer3-header{
	background: url(../images/customer3_header_bg.jpg) center center;
}
.cases-header{
	background: url(../images/cases_header_bg.jpg) center center;
}
.contact-header{
	background: url(../images/contact_header_bg.jpg) center center;
}
.other-nav-list ul li{
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.other-nav-list ul li a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	text-transform: capitalize;
}
.other-nav-list ul li a:hover{
	color: #eeeeee;
}
.other-nav-list .active a{
	color: #eeeeee;
	font-weight: 500;
}
.other-nav-list ul li dl{
	position: absolute;
	top: 40px;
	left: -80px;
	background-color: #444444;
	width: 320px;
	display: none;
	z-index: 9;
}
.other-nav-list ul li dl dd a{
	font-size: 12px;
	border-bottom: 1px solid #555555;
}
.other-nav-list ul li dl dd:last-child a{
	border-bottom: none;
}
.other-products-video{
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 4px 10px rgba(0,0,0,0.3);
}
.page-header-logo{
	margin-top: 10px;
}
.nav-list ul li a{
	text-transform: capitalize;
}
.proshow-mid{
	width: 100%;
}
.proshow-mid-item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 4px 10px rgba(0,0,0,0.3);
}
.proshow-mid-item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.proshow-mid-item:hover p{
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 300ms;
}
.proshow-mid-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.proshow-mid-item p{
	position: absolute;
	left: 50%;
    top: 50%;
    width: 80%;
    text-align: center;
    font-size: 16px;
    transform: translate(-50%, -10%);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 2;
    text-transform: capitalize;
    opacity: 0;
    transition: all 300ms;
}
.dowmload-box{
	margin-top: 10px;
}
.dowmload-box p{
	float: left;
	margin-top: 10px;
	text-decoration: underline;
}
.dowmload-box button{
	background: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	background-color: #999999;
	height: 34px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-left: 20px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.dowmload-box button:hover{
	background-color: #484890;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bottom-contat-dialog-black{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.bottom-contat-dialog{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	border-radius: 6px;
	overflow: hidden;
	display: block;
}
.bottom-contat-dialog-header{
	background-color: #6667ab;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bottom-contat-dialog-header button{
	position: absolute;
	right: 25px;
	top: 10px;
	background: none;
	color: #ffffff;
	border: none;
	outline: none;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.bottom-contat-dialog-header h5{
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	margin-bottom: 5px;
}
.bottom-contat-dialog-header h4{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.bottom-contat-dialog-content{
	padding: 20px;
}
.bottom-contat-dialog-content table{
	margin-bottom: 10px;
}
.bottom-contat-dialog-content .contact-form{
	margin-bottom: 0px;
}
.bottom-contat-dialog-content .contact-form input:focus{
	border: 1px solid #6667ab;
}
.bottom-contat-dialog-content .contact-form button{
	display: block;
	width: auto;
    padding: 5px 40px;
    color: #ffffff;
    border: none;
    background-color: #6667ab;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    transition:all 300ms ease;
    border-radius: 6px;
    line-height: auto;
    height: auto;
}
.bottom-contat-dialog-content .contact-form button:hover{
	background-color: #404184;
	transition:all 300ms ease;
}
.other-nav-list-open{
	position: absolute;
	left: 0;
	top: 40px;
	width: 800px;
	height: auto;
	background-color: #444444;
	z-index: 9;
	padding: 30px;
	display: none;
}
.other-nav-list-open h5{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.other-nav-list-open .item{
	width: 16.666667%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.other-nav-list-open .item p{
	line-height: 14px;
	font-size: 12px;
	padding-top: 10px;
  	color: #ffffff;
}
.other-nav-list-open hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed rgba(255,255,255,0);
}
.other-header .search-main{
    right: 30px;
    bottom: 20px;
    left: auto;
    top: auto;
}
.other-header .header-cart{
    right: 30px;
    bottom: 70px;
    top: auto;
}
.other-header .header-cart .into-cart {
    background-color: #484890;
    border: 1px solid #484890;
}
.other-header .header-cart .into-cart:hover{
	background-color: #2c2c6b;
}
.other-header .search-main .search-box input {
    border: 1px solid #484890;
    background-color: rgba(255,255,255,0.8);
}
.other-header .search-main .search-box button {
    background-color: #484890;
}
.proshow-mid .title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.page-header-mid .search-main{
	right: 30px;
    bottom: 4px;
    left: auto;
    top: auto;
}
.page-header-mid .header-cart{
	right: 30px;
    bottom: 42px;
    top: auto;
}
.page-header-mid .header-cart .into-cart {
    background-color: #484890;
    border: 1px solid #484890;
}
.page-header-mid .header-cart .into-cart:hover{
	background-color: #2c2c6b;
}
.page-header-mid .search-main .search-box input {
    border: 1px solid #484890;
    background-color: rgba(255,255,255,0.8);
}
.page-header-mid .search-main .search-box button {
    background-color: #484890;
}
.about-customer{
	margin-bottom: 60px;
}
.about-customer .item .text h5{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px !important;
	margin-bottom: 20px;
}
.video-text-box{
	position: relative;
}
.video-text-box:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	overflow: hidden;
}
.video-text-box p{
	position: absolute;
	color: #ffffff;
	z-index: 3;
	left: 50%;
    top: 50%;
    width: 80%;
    text-align: center;
    font-size: 26px;
    transform: translate(-50%, -10%);
  	text-transform: capitalize;
}
.products-title{
	font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

/*-----------------------------------------------------------*/
.banner{
	position: relative;
}
.banner img{
	width: 100%;
    height: 50vh;
}
.banner-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: 10;
}
.banner-content h1{
	font-size: 32px;
    color: #ffffff;
    //font-family: "gothamblack";
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-left: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: relative;
}
.banner-content h1:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #6667ab;
}
.banner-content h2{
	font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.about-options{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-options ul{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
}
.about-options ul li{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	margin-right: 40px;
	text-transform: capitalize;
}
.about-options ul li a{
	color: #000000;
}
.about-options .active a{
	color: #c8102e !important;
}
.about-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
}
.about-section1 h2{
	font-size: 35px;
	font-family: "gothamblack";
	color: #000000;
}
.about-section1 h2 span{
	color: #c8102e;
}
.about-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section2{
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-section2 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section2 h5{
	font-size: 28px;
	font-family: "gothamblack";
	color: #000000;
	line-height: 30px;
	font-style: oblique;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-midbar{
	background: url(../images/midbar.jpg) center center no-repeat;
	background-size: 100% 100%;
	height: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about-midbar h2{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom: 230px;
}
.about-section3{
	padding-top: 60px;
	padding-bottom: 30px;
}
.about-section3 h4{
	font-size: 28px;
    font-family: "gothamblack";
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.about-section3 h4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 15px;
	background-color: #c8102e;
}
.about-section3 h5{
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.about-section3 p{
	line-height: 24px;
	padding-left: 20px;
}
.about-section3 .row{
	border-bottom: 1px solid #cdcdcd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section3 .row:last-child{
	border-bottom: none;
}
.about-section4{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section4 .title{
	font-size: 32px;
    font-family: "gothamblack";
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
}
.about-section5{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section5 .title{
	font-size: 32px;
    font-family: "gothamblack";
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
}
.about-section5 img{
	margin-bottom: 30px;
}
.about-section6{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section6 h2{
	font-family: "gothamblack";
    color: #212529;
    text-transform: capitalize;
    font-size: 48px;
}
.about-section6 p{
	line-height: 24px;
	color: #212529;
	margin-top: 10px;
	margin-bottom: 40px;
}
.about-section6 a{
	background: #c8102e;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
}
.about-section6 img{
	margin-top: 40px;
}
.oem-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
}
.oem-section1 h2{
	font-size: 36px;
	font-family: "gothamblack";
	color: #000000;
}
.oem-section1 h2 span{
	color: #c8102e;
}
.oem-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.oem-section4{
	padding-bottom: 30px;
	padding-top: 10px;
}
.oem-section4 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
}
.oem-section2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.oem-section2 h2{
	font-size: 32px;
    font-family: "gothamblack";
    color: #c8102e;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}
.oem-section2 h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.oem-section-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.oem-section-item .item{
	flex：1;
	width: 20%;
	margin-bottom: 20px;
}
.oem-section-item h5{
	font-size: 32px;
	font-family: "gothamblack";
    color: #000000;
}
.oem-section-item p{
	text-transform: capitalize;
	font-size: 12px;
}
.oem-section3{
	padding-top: 30px;
	padding-bottom: 30px;
}
.oem-section3 h2{
	font-size: 32px;
    font-family: "gothamblack";
    color: #c8102e;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}
.oem-section3 h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.oem-section3 .item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.oem-section3 .item:hover>.text{
	top: 45%;
	left: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item:hover>.text p{
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item .text{
	position: absolute;
	width: 100%;
	top: 85%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.oem-section3 .item .text-small{
	top: 75%;
}
.oem-section3 .item .text h5{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-transform: capitalize;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-bottom: 10px;
}
 .oem-section3 .item .text-small h5{
	font-size: 16px;
}
.oem-section3 .item .text p{
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.services-industry-midbar{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
 .index-mid:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.index-mid video{
	object-fit: cover;
}
.services-industry-midbar img{
	width: 100%;
}
.services-industry-midbar .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: 12;
}
.services-industry-midbar h5{
	font-family: "gothamblack";
	color: #ffffff;
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  	line-height: 40px;
}
.services-industry-midbar p{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.services-industry-midbar button{
	background: #c8102e;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 0px;
    text-transform: capitalize;
}

.about-owl{
	position: relative;
}
.about-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.about-owl-left i, .about-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.about-owl .owl-box{
	position: relative;
}
.about-owl .owl-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.about-owl .owl-box p{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #ffffff;
	padding-right: 25px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	z-index: 2;
}


/*---------------------20240918------------------------------*/
.about-options{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-options ul{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
}
.about-options ul li{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	margin-right: 40px;
	text-transform: capitalize;
}
.about-options ul li a{
	color: #000000;
}
.about-options .active a{
	color: #6667ab !important;
}
.about-section1-box{
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
}
.about-section1 h2{
	font-size: 35px;
	font-weight: 800;
	color: #000000;
}
.about-section1 h2 span{
	color: #6667ab;
}
.about-section1 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section1 strong p{
	margin-bottom: 10px;
}
.about-section2{
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-section2 p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.about-section2 strong p{
	margin-top: 8px;
	margin-bottom: 8px;
}
.about-section2 h5{
	font-size: 28px;
	font-weight: 800;
	color: #000000;
	line-height: 30px;
	font-style: oblique;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.about-section2 h5 span{
	color: #6667ab;
}
.about-section3{
	padding-top: 60px;
	padding-bottom: 30px;
}
.about-section3 h4{
	font-size: 28px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}
.about-section3 h4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 15px;
	background-color: #6667ab;
}
.about-section3 h5{
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.about-section3 p{
	line-height: 24px;
	padding-left: 20px;
}
.about-section3 .row{
	border-bottom: 1px solid #cdcdcd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section3 .row:last-child{
	border-bottom: none;
}
.about-section5{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-section5 .title{
	font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px;
}
.about-section5 img{
	margin-bottom: 30px;
}
.services-industry-midbar{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.services-industry-midbar img{
	width: 100%;
}
.services-industry-midbar .container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  z-index: 12;
}
.services-industry-midbar h5{
	font-weight: 800;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  	line-height: 40px;
}
.services-industry-midbar p{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.services-industry-midbar button{
	background: #6667ab;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    border: none;
    outline: none;
    padding: 15px;
    margin-top: 0px;
    text-transform: capitalize;
}
.services-title{
	display: block;
	margin-bottom: 40px;
}
.services-title h1{
	font-weight: 800;
	font-size: 40px;
	color: #6667ab;
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.services-title h2{
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
.services-all{
	padding-top: 60px;
	padding-bottom: 0px;
}
.services-all .item{
	margin-bottom: 40px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-all .item:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-all .item .text{
	border: 1px solid #e1e1e1;
	padding: 30px 24px 80px 24px;
}
.services-all .item .text h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
.services-all .item .text p{
	line-height: 24px;
	color: #000000;
}
.services-industry-doing{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-industry-doing .doing-owl-item{
	position: relative;
}
.services-industry-doing .doing-owl-item .industry-text {
    position: absolute;
    left: 30px;
    top: 100px;
    color: #ffffff;
    font-size: 16px;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    padding-right: 30px;
}

.services-industry-doing .doing-owl-item h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}

.services-industry-doing .doing-owl-item p {
    line-height: 20px;
}
.services-industry-doing .doing-owl-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-industry-doing .doing-owl-item:hover:after{
	opacity: 0.6;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.services-industry-doing-owl{
	position: relative;
}
.services-industry-doing-owl .services-industry-doing-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-doing-owl .services-industry-doing-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-doing-owl-left i, .services-industry-doing-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.services-industry-doing .learn{
	margin-top: 50px;
}
.services-industry-doing .learn h4{
	font-size: 30px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: capitalize;
}
.services-industry-doing .learn h5{
	font-size: 18px;
	color: #6667ab;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-industry-doing .learn p{
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.services-industry-doing .learn button{
	background: #6667ab;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    border: none;
    outline: none;
    padding: 15px;
}
.services-industry-insights{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-industry-insights-owl{
	position: relative;
}
.services-industry-insights-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-insights-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	background: none;
	border: none;
	outline: none;
	color: #000000;
	margin-top: -18px;
}
.services-industry-insights-owl-left i, .services-industry-insights-owl-right i{
	font-size: 36px;
	font-weight: bold;
}
.services-industry-insights-owl .owl-box{
	position: relative;
}
.services-industry-insights-owl .owl-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
  display: none;
}
.services-industry-insights-owl .owl-box .text{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
  display: none;
}
.services-industry-insights-owl .owl-box .text h5{
	display: inline-block;
	color: #ffffff;
	background-color: #6667ab;
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services-industry-insights-owl .owl-box .text p{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	max-height: 56px;
	overflow: hidden;
}
.services-industry-insights-owl .owl-box .text a{
	display: inline-block;
    background-color: #ffffff;
    border-radius: 0;
    color: #6667ab;
    padding: 5px 10px;
    font-weight: 800;
}
.services-industry-insights .learn{
	margin-top: 50px;
}
.services-industry-insights .learn h4{
	font-size: 30px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: capitalize;
}
.services-industry-insights .learn h5{
	font-size: 18px;
	color: #6667ab;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-industry-insights .learn p{
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.services-industry-insights .learn button{
	background: #6667ab;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    border: none;
    outline: none;
    padding: 15px;
}
.services-more-info{
	display: inline-block;
	background: #6667ab;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    outline: none;
    padding: 15px;
    text-transform: capitalize;
    float: right;
}
.services-cooperate-1{
	padding-top: 60px;
	padding-bottom: 30px;
}
.services-cooperate-title{
	margin-bottom: 20px;
}
.services-cooperate-title:after{
	content: '';
	display: table;
	clear: both;
}
.services-cooperate-title h2{
	font-family: "gothamblack";
    font-size: 40px;
    color: #0d56c9;
    text-align: left;
    float: left;
    border-right: 2px solid #0d56c9;
    padding-right: 10px;
}
.services-cooperate-title h3{
	font-family: "gothamblack";
    font-size: 24px;
    color: #000000;
    text-align: left;
    text-transform: capitalize;
    float: left;
    margin-left: 10px;
    padding-top: 3px;
}
.services-cooperate-1 p{
	line-height: 24px;
	margin-bottom: 15px;
}
.services-cooperate-1 h5{
	margin-top: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-cooperate-2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-cooperate-2 p{
	line-height: 24px;
	margin-bottom: 15px;
}

.fixed-image {
    width: 170px;
}

.fixed-video {
    width: 170px;
    border-radius: 7px;
    background-color: white;
    padding: 4px;
}

.whatsapp-lower-left{
	position: fixed;
	left: 40px;
	bottom: 0;
	z-index: 2000000000;
	width: 178px;
	font-size: 0;
}

.video-close{
	position: fixed;
	left: 220px;
	bottom: 220px;
	z-index: 2000000000;
	border: none;
	outline: none;
	background: none;
}