img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
*[id] {
  scroll-margin-top: 100px;
}
* {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pb100{
	padding:100px 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}
.fw400{
    font-weight: 400!important;
}
/*==========================
 <--start-Top-header-area -->
===========================*/
.head-top{
	background: #f08200;
}
.head-top .flex{
	justify-content: flex-end;
}
.head-top a{
	height:40px;
	padding:0 15px;
}
.head-top a:last-child{
	padding-right:0;
}
.head-top a span{
	padding-left:10px;
}
.head-top-block-1{
	background: #f08200;
	align-items: center;
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.head-top-block-1:hover{
	color:#505050;
}

.head-top-block-2{
	background: #f08200;
	align-items: center;
	color:#fff;
	font-size:15px;
	font-weight:400;
}
.head-top-block-2:hover{
	color:#505050;
}
.top-header {
    padding: 8px 38px 8px 10px;
    border-bottom: 1px solid #E5E5E5;
}

.top-header-infor ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 35px;
    position: relative;
}

.top-header-infor ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block;
}

.top-header-infor ul li:last-child:before{
    background: transparent;
}

.top-header-infor ul li i {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.top-header-infor ul li a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
}

.top-header-social-icon {
    text-align: right;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	margin-left:23px;
}

.search-button a {
    font-size: 22px;
    display: inline-block;
    color: #505050;
	padding:0;
}

.top-header-social-icon ul li.search-button i:first-child {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.top-header-social-icon ul li {
    display: inline-block;
    position: relative;
}

.top-header-social-icon ul li:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block
}

.top-header-social-icon ul li i {
    display: inline-block;
    font-size: 14px;
    margin-left: 29px;
    transition: 0.5s;
    color: #666;
}

.top-header-social-icon ul li i:hover{
    color:#f08200;
}

/*==========================
 <--start-header-area -->
===========================*/
.header-area {
    padding:0;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	position: fixed;
	width:100%;
	background-color: #fff;
	z-index: 9;
}
.header-area .container-fluid>.flex{
	align-items: center;
}
.head-left{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
.header-logo {
    position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
.head-language{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
.head-language a{
	font-size:16px;
	font-weight:400;
}
.header-logo img{
	width:auto
}
.header-menu ul.nav_scroll>li {
    display: inline-block;
    margin-right:0;
	padding:0 30px;
	/* position: relative; */
}
.header-menu ul.nav_scroll>li:first-child{
	margin-left: 40px;
}
.header-menu .head-active>a{
	color:#f08200;
	box-sizing: border-box;
	position: relative;
	border-bottom:2px solid #f08200;
}
.hover-li-a{
    font-size:18px!important;
	font-weight:800!important;
}
.header-menu li:after{
	/* content:''; */
	display:block;
	left:0;
	bottom:0;
	width:0;
	height:3px;
	background: #f08200;
	transition: 0.5s;
	z-index: 99;
}
.header-menu .head-active:after{
	width:100%;
}
.header-menu a {
    display: inline-block;
    color: #222;
    padding: 27px 0;
    transition: 0.5s;
	font-size:16px;
	font-weight:400;
	position: relative;
	text-transform: uppercase;
}


.header-menu a:hover{
    color:#f08200;
}

.header-menu ul li i {
    display: inline-block;
    color: #555555;
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}

.header-menu a:hover i {
    transform: rotate(-180deg);
    color:#f08200;
}

.header-contact {
    text-align: center;
    position: relative;
}

.header-contact:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 101px;
    right: -5px;
    top: -37px;
    background: #E5E5E5;
    display: inline-block;
}

.header-contact img {
    margin-right: 11px;
}

.header-contact a {
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
    color: #232323;
    
}

.header-cart-button {
    display: inline-block;
    position: relative;
}

.count {
    position: absolute;
    top: -35px;
    left: 15px;
}

.count h5 {
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.count h5:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 22px;
    right: -3px;
    background: #f08200;
    border-radius: 50px;
    z-index: -1;
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.col-lg-2.text-right {
    text-align: right;
}

.header-button a {
    background: #f08200;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    margin-left: 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border:1px solid #f08200;
}

.header-button a:hover{
    color:#f08200;
}

.header-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.header-button a:hover:before{
    transform: scale(1);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    transition: 0s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.nav_scroll li:nth-child(3) .gnb-2dep.show{
    padding-bottom:100px;
}
@media(max-width:1500px){
	.header-menu ul.nav_scroll>li{
		padding: 0 20px;
	}
}
@media(max-width:1200px){
	.header-menu ul.nav_scroll>li{
		padding: 0 10px;
	}
}
@media(max-width:999px){
	.head-top{
		position: fixed;
		width:100%;
		top:0;
		z-index: 9;
	}
	.head-top .container{
		padding:0;
	}
	.head-top a{
		padding:0;
		text-align: center;
	}
	.head-top-block-1{
		width:60%;
	}
	.head-top-block-2{
		width:40%;
	}
	.head-top .flex {
	    justify-content: center;
	}
	.mean-container .mean-bar{
		top:0px;
	}
}
/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    /* position: relative; */
}

.header-menu ul li .sub-menu {
	position: absolute;
	width: 200px;
	display: block;
	text-align: left;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.1s;
	top: 80px;
	z-index: 2;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-top: 4px solid #f08200;
	border-radius: 0;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 80px;
    visibility: visible;
	border-bottom: 1px solid #eee;
}
.header-menu ul li .sub-menu li{
	margin-right:0;
	display: block;
}
.header-menu ul li .sub-menu li a {
    display: block;
    padding: 18px 20px;
	padding: 10px;
    color: #333333;
    font-size:16px;
	text-transform: capitalize;
}

.header-menu ul li .sub-menu li a:hover {
    color: #f08200;
}



.contact-section {
    background: #F8F8F8;
    padding: 0 0 127px;
}

.row.add-bg-imgs {
    background: url(../image/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 36px 50px 69px;
    border-radius: 5px;
}

.contact-form-content {
    margin-bottom: 55px;
}

.contact-form-content h4 {
    font-size: 14px;
    color: #f08200;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -7px;
}

.contact-form-content h1 {
    font-size: 43px;
    margin-top: 0;
}

.form-box input {
    width: 100%;
    border: transparent;
    height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    outline: 0;
	font-weight: 400;
	font-size:15px;
	box-sizing: border-box;
}
/* 下拉菜单样式，与输入框保持一致 */
.custom-select {
	width:calc(100% - 250px);
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border:none;
  border-radius: 4px;
  -webkit-appearance: none;  /* 去掉系统默认箭头，方便自定义 */
  -moz-appearance: none;
  appearance: none;
}

/* 自定义下拉箭头（可选） */
.custom-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 30px;    /* 给箭头留出空间 */
}

/* 聚焦效果 */
.custom-select:focus {
  border-color: none;
  outline: 0;
}
.submit-button button {
    background: #f08200;
    border: transparent;
    color: #fff;
    font-size: 18px;
	font-weight:400;
    padding: 15px 60px;
	line-height: 1;
    border-radius: 30px;
    border: 0px;
	box-sizing:border-box;
    /* text-transform: uppercase; */
    position: relative;
    z-index: 1;
    transition: 0.5s;
	width:100%;
}

.submit-button button:hover{
    color:#fff;
	background: #0283cc;
}

.form-agree{
	font-size:15px;
	color:#333333;
	line-height: 1;
	font-weight:400;
}
.form-radio{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-top:20px;
	justify-content: flex-start;
}
.form-agree{
	padding-left:10px;
	max-width:calc(100% - 20px);
}
/* 把圆形单选框改成方框 */
.contact-form input[type="radio"] {

  border-radius: 0; /* 去掉圆角 = 方框 */
  cursor: pointer;
}
.contact-form input[type="radio"]:checked {

}
.map{
	margin-top:100px;
}
.map img{
	width:100%;
}
@media(max-width:999px){
	.map{
		margin-top:30px;
	}
	.form-radio{
		margin-top:15px!important;
	}
}

a.box-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    border-bottom: 1px solid #23232329;
    display: inline-block;
}

a.box-button:hover{
    border-bottom: 2px solid #f08200;
}

.brand-section {
    padding: 0 0 100px;
    background: #F7F7F7;
}

.brand-title {
    margin-bottom: 46px;
}

.brand-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    
    font-weight: 500;
    position: relative;
}

.brand-title h4:before {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    right: 14px;
    background: #f08200;
    display: inline-block;
}

.brand-title h4:after {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    left: 14px;
    background: #f08200;
    display: inline-block;
}

.brand-thumb {
    background: #fff;
    text-align: center;
    padding: 34px 50px 35px;
    display: inline-block;
    border-radius: 5px;
}

.footer-section {
	background: #f8f8f8;
}
.footer-top{
	padding:80px 0 60px;
}
.footer-logo img{
	width:auto;
}
.footer-widget-desc p {
    color: #fff;
    padding: 12px 0 22px;
    width: 75%;
    opacity: 0.800;
}

.footer-socail-ion ul li {
    display: inline-block;
    color: #fff;
}
.footer-socail-ion{
	color:#fff;
	font-size: 15px;
}
.footer-socail-ion a{
	color:#fff;
	font-size: 15px;
}
.footer-socail-ion a:hover{
	color:##79a4d2;
}
li.text {
    color: #fff;
    font-size: 20px;
    font-weight:400;
}
.footer-socail-ion ul li{
	
}
.footer-socail-ion ul li i {
    display: inline-block;
	width:40px;
	height:40px;
	line-height: 20px;
	text-align: center;
	padding:10px;
	background: #555555;
	border-radius: 50px;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.footer-socail-ion ul li i:hover{
    color:#fff;
	background: #f08200;
}

.footer-section .solar-conatct-box {
    padding: 24px 0 0 0;
}

.footer-section .solar-contact-content p {
    color: #fff;
}

.footer-section .solar-contact-content a {
    color: #fff;
}

.footer-widget-content {
    margin-top: -22px;
}
.col-md-tab{
    flex-shrink: 0;
    flex-grow: 0;
    width: auto;
}
.col-md-tab-2{
	width:180px;
	min-height:320px;
}
.nav-p{
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
}
.nav-p .icon{
	transition: transform 0.3s ease;
}
.nav-p .icon.active {
  transform: rotateX(180deg);
}
.nav3{
	padding-left:10px;
	margin-bottom:20px;
	margin-top:20px;
	overflow: hidden;
	display:none;
}
.nav3-a{
	font-size:13px;
	line-height:1;
	margin-bottom:10px;
	font-weight:400;
	color:#333333;
	display:block;
}
.col-32{
	width:32%;
}
.col-20{
	max-width:15%;
	width: auto;
}
.footer-widget-title {
    margin-bottom: 0px;
}
.footer-t{
	width:100%;
	margin-bottom:50px;
}
.footer-widget-title h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight:400;
}
.footer-widget-title h4 a{
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight:800;
}
.footer-widget-title h4 a:hover{
	color:#f08200;
}
.footer-widget-menu p{
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.footer-widget-menu p span{
	font-weight:400;
}
.footer-widget-menu ul li{
	margin-bottom:15px;
	line-height: 1;
}
.footer-widget-menu ul li span{
	color:#333;
	font-size: 15px;
	line-height: 1;
	color: #333;
	font-weight: 400;
	transition: 0.5s;
}
.footer-widget-menu ul li span a{
	color:#333;
	font-size: 15px;
	line-height: 1;
	color: #333;
	font-weight: 400;
	transition: 0.5s;
}

.footer-widget-menu ul li a{
	color:#333;
	font-size: 14px;
	line-height: 1;
	color: #333;
	font-weight: 400;
	transition: 0.5s;
}
.footer-widget-menu ul li a:hover{
    color:#f08200;
}

.footer-widget-desc-2 p {
    opacity: 0.800;
    color: #ffffff;
    line-height: 27px;
}
.footer-ico{
	justify-content: center;
	margin-top:30px;
}
.footer-ico-tab{
	margin:0 10px;
	border:2px solid #fff;
	border-radius:50%;
	width: 35px;
    height: 35px;
	display:flex;
	justify-content: center;
	align-items:center;
	background: #fff;
}
.footer-ico-tab:hover{
	border:1px solid #ddd;
	background: #ddd;
}
.footer-ico-tab:hover svg path{
	fill:#9ca8b5;
}
.nav-list{
	background: #fff;
	width:100%;
}
.nav-list.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 3;
}

.nav-list .flex{
	justify-content: center;
	border-bottom:1px solid #e6e6e6;
	flex-wrap: nowrap;
	width:100%;
	box-sizing:border-box;
}
.nav-list a{
	position:relative;
	display: inline-block;
	width: auto;
	max-width: none;
	font-size:16px;
	font-weight:400;
	color:#777777;
	line-height: 1;
	padding:20px 55px;
	text-align:center;
	text-decoration: none;
	box-sizing: border-box;
}
.nav-list a:after{
	content:'';
	display:block;
	height:20px;
	width:2px;
	background: #e5e5e5;
	position:absolute;
	top:20px;
	right:0;
}
.nav-list a:last-child:after{
	display:none;
}

.nav-list a.active{
	color:#f08200;
	border-bottom:3px solid #f08200;
}
.nav-list a:hover{
	color:#f08200;
}
@media(max-width:999px){
	.col-md-tab{
		text-align:left;
		display:none;
	}
	.col-md-tab:first-child{
		display: block;
	}
	.footer-widget-title h4{
		font-size:16px;
	}
	.nav-list{
		display: none;
	}
	.col-32{
		width:100%;
	}
	.col-20{
		display: none;
		width:100%;
	}
	.wapdisplay{
		display: inline;
	}
	.footer-top{
		padding:30px 0;
	}
	.footer-t{
		margin-bottom:0;
	}
	.footer-socail-ion{
		display: none;
	}
}
.newsletter-box {
    margin: 28px 0 19px;
}

.newsletter-box input {
    background: transparent;
    border: 1px solid #3A4034;
    height: 45px;
    outline: 0;
    padding: 0 22px;
    width: 100%;
    border-radius: 5px;
    color: #ffff;
}

.newsletter-submit-button button {
    background: #f08200;
    border: transparent;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
}
.footer-bottom{
	
}
.footer-bottom .flex{
	align-items: center;
	
}
.copyright-area {
	border-top:1px solid #cad2da;
    padding:20px 0;
}

.copyright-area span {
    font-size: 13px;
    line-height: 1;
    color: #333333;
	padding:0 4px;
	font-weight:400;
}

.copyright-area a {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #333333;
    padding:0 4px;
    font-weight:400;
}
.copyright-area a:hover {
    display: inline-block;
    color: #f08200;
}

.top-a{
	display:block;
	width:100%;
}
.breadcumb-content{
	position:relative;
}
.breadcumb-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 640px;
	position: relative;
}
@media(min-width:999px){
	.breadcumb-section{
		margin-top:80px;
	}
}
.breadcumb-content ul{
	color: #fff;
	font-size: 16px;
	font-family: '宋体';
	font-weight:800;
}
.breadcumb-pos{
	width:100%;
	position: absolute;
	top:30px;
	left:0;
	box-sizing: border-box;
	z-index:8;
}
.breadcumb-content ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
	font-weight:400;
	padding:0 5px;
	text-transform: uppercase;
}
.breadcumb-content ul a:hover{
	color:#f08200;
}
.breadcumb-content ul i{
    display: inline-block;
    font-size: 15px;
}
@media(max-width:999px){
	.breadcumb-section{
		min-height:200px;
		margin-top:65px;
	}
	.breadcumb-pos{
		display: none;
	}
}
.breadcumb-title h2 {
    font-size:52px;
	font-weight:800;
    color: #fff;
    margin-bottom:40px;
	line-height: 1;
	text-align: center;
}
.breadcumb-title p{
	font-size:16px;
	font-weight:400;
	color: #fff;
	margin-bottom:0px;
	line-height: 1;
	text-align: center;
}


.breadcumb-content ul{
	color: #fff;
	font-size: 16px;
	
	font-weight: 400;
}

.breadcumb-content ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    
	font-weight: 400;
	padding:0 5px;
	text-transform: uppercase;
}
.breadcumb-content ul a:hover{
	color:#f08200;
}
.breadcumb-content ul i{
    display: inline-block;
    font-size: 15px;
}
@media(max-width:999px){
	.breadcumb-section{
		min-height:200px;
		margin-top:64px;
	}
	.breadcumb-title h2{
		font-size:20px;
		margin-bottom:15px;
	}
}

/*================================
 <--start-faqs-section-->
=================================*/
.faqs-section {
    padding: 111px 0 113px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #f08200;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #232323!important;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 20px 25px 30px;
    margin: 0;
    background: rgba(30, 71, 153, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    color: #fff!important;
    border: 1px solid #f08200!important;
    background: #f08200!important;
    border-radius: 5px 5px 0 0;
}

/*================================
 <--start-Service-detaisl-section-->
=================================*/
.service-details {
    background: #F5F5F5;
    padding: 100px 0 100px;
    position: relative;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 0 20px 0;
    outline: 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #f08200;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #f08200;
    border-radius: 5px;
}

ul.sidebar-menu {

    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #f08200;
    color: #fff;
}

.widget-download-box {
    padding: 30px 30px 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.widget-download-box ul li a {
    background: #f08200;
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.widget-download-box ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}


/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../image/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 49px 0 49px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 3px 0 0px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight:400;
    margin-bottom: -13px;
}

h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 28px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 164px;
    right: 0;
    top: 30px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 1px 0 30px;
}

.widget-button a {
    padding: 12px 35px;
    background: #f08200;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-button a:hover{
    color: #f08200;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:#fff;
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%; 
    left: 0;
}

h2.accordion-title {
    font-size: 30px;
    margin-bottom: 23px;
}


.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #fff;
    border: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #ffff;
    border: 0;
    width: 100%;
    outline: 0;
    padding: 20px 22px;
	font-weight: 400;
}

.contact-form.style-two button {
    background: #f08200;
    border: transparent;
    color: #fff;
    padding: 9px 21px;
    margin-top: 20px;
    border-radius: 5px;
}

.contact-information {
    padding: 113px 0 130px;
    background: #F8F8F8;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 10px;
    padding: 39px 37px 24px;
}

.contact-infor-icon i {
    font-size: 38px;
    display: inline-block;
    color: #f08200;
}

.contact-infor-content h4 {
    font-size: 20px;
    font-weight: 500;
    
    margin-top: 0;
}

.contact-infor-content p {
    font-size: 17px;
    line-height: 30px;
}



/*==================================
<---contact-tow-section--->
=================================*/
.contact-form-tow {
    padding: 0;
}

.contact-form-content p {
    font-size: 18px;
    padding: 19px 0 0;
}
.contact-form-tow .form-box{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-form-tow .form-box span{
    width:110px;
    display: block;
    line-height: 45px;
    padding-left:10px;
}
.contact-form-tow .c-form-box .form-box span{
    width:250px;
    display: block;
    line-height: 45px;
    padding-left:10px;
}
.contact-form-tow .form-box input {
    width:calc(100% - 120px);
	color:#555;
}
.contact-form-tow  .c-form-box .form-box input{
    width:calc(100% - 260px);
}

.contact-form-tow .form-box textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: transparent;
    border-radius: 5px;
    outline: 0;
	font-weight: 400;
}



/*=================================
<--shop-section-->
==================================*/
.shop-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6,36,98,0.4);
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #f08200;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight:400;
    
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #f08200;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check p {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #f08200;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark:after {
  display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #f08200;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 30px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}
.product-title{
	padding:10px 0 20px;
}
.products-thumb {
    position: relative;
    z-index: 1;
        border: 1px solid rgba(6,36,98,0.1);
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0.3;
    transition: .5s;
    border-radius: 4px 4px 0 0;
    background-color: #f08200;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    
    line-height: 24px;
    background: #f08200;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #f08200;
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight:400;
    color: #062462;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    
    padding: 14px 0 0px;
    color: #f08200;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 92px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f08200;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}



/*==============================
<--product-details-->
===============================*/
.product-details {
    padding: 124px 0 100px;
    background: #F5F5F5;
}

.products-details-content {
    box-shadow: 0 0 27px rgba(88,88,88,0.1);
    padding: 7px 33px 44px;
}

.products-title h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.products-details-reting ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    color: #FF9D34;
}

.products-details-reting ul li.rating-text {
    color: #222 !important;
    font-size: 16px !important;
}

.pirce-box {
    margin-top: 12px;
}

.pirce-box span {
    display: inline-block;
    margin-right: 11px;
}

.pirce-box span.price {
    font-size: 20px;
    color: #f08200;
    font-weight:400;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.title h5 {
    font-size: 22px;
    margin-right: 22px;
    margin-top: -4px;
}

.point span {
    display: inline-block;
    cursor: pointer;
    margin: 0 -3px;
}

.minus {
    background:#f08200;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight:400;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.num {
    border: 1px solid #f08200;
    font-size: 22px;
    font-weight:400;
    color: #222;
    width: 60px;
    height: 41px;
    line-height: 38px;
    text-align: center;
}

.plus {
    background: #f08200;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight:400;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.products-features span {
    font-size: 18px;
    color: #222;
    font-weight:400;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 11px;
}

.products-features p {
    font-size: 16px;
    width: 85%;
    text-align: justify;
}

.chart-button a {
    display: inline-block;
    background: #f08200;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 37px;
}

.chart-button i {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; 
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}

.tab-content {
  overflow: hidden; 
}

.nav-tabs {
    border: 1px solid #dee2e6;
}

.tab-content img {
width: 100%;
-webkit-animation-name: opacity;
        animation-name: opacity;
-webkit-animation-duration: .3s;
        animation-duration: .3s; 
}

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
        }
 }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    } 
 }

.products-item-title {
    padding: 34px 0 24px;
}



/*=================================
<--portfolio-details-section-->
==================================*/

.portfolio-details {
    padding: 130px 0 127px;
}

h4.portfolio-details-title {
    font-size: 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #DAD9DF;
    width: 90%;
}

.portfolio-details-content {
    margin-top: 52px;
}

p.portfolio-details-desc {
    margin: 32px 0 -5px;
}

.product-details-infor {
    margin-top: 40px;
    border-top: 1px solid #DAD9DF;
    width: 90%;
}

.product-details-infor-content {
    margin-top: 32px;
}

.our-client {
    display: inline-block;
    margin-right: 65px;
}

.project-category p, 
.work-date-line p,
.our-client p {
    text-transform: uppercase;
    font-size: 14px;
    
}

.project-category h4, 
.work-date-line h4, 
.our-client h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.work-date-line {
    display: inline-block;
}

.project-category {
    display: inline-block;
    margin-left: 67px;
}

.product-details-button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #f08200;
    font-weight: 500;
    
    border: 2px solid #f08200;
    width: 90%;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 35px;
}

.project-list-iteam {
    margin-top: 30px;
}

.project-list-iteam ul li i {
    display: inline-block;
    color: #f08200;
    margin-right: 10px;
    font-size: 18px;
}

.project-list-iteam ul li {
    margin-bottom: 10px;
}

.project-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.project-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover{
    color: #fff;
}

.project-social-icon ul li i:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    border-radius: 5px;
    background:#f08200;
    z-index: -1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover:after{
    transform: scale(1);
}


/*==============================
<---blog-list-section--->
==============================*/

.blog-section.style-home-2.blog-list {
    padding: 129px 0 129px;
}

.single-blog-box-3 {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 29px;
}

.single-blog-thumb-3{
    overflow: hidden;
}

.single-blog-thumb-3 img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform: scale(1.1);
}

.blog-content-3 {
    padding: 28px 0 0;
}

.meta-blog-3 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-3 span i {
    color: #f08200;
    font-size: 13px;
    display: inline-block;
    margin-right: 9px;
}

a.blog-title-3 {
    font-size: 36px;
    display: inline-block;
    color: #232323;
    font-weight:400;
    
    line-height: 45px;
    text-transform: unset;
    padding: 14px 0 11px;
    transition: 0.5s;
}

.single-blog-box-3:hover a.blog-title-3{
    color:#f08200;
}

p.blog-desc-3 {
    width: 92%;
    margin-bottom: 22px;
}

.blog-pages-intention {
    margin-top: 20px;
}

.blog-pages-intention ul li {
    display: inline-block;
    margin-right: 14px;
}

.blog-pages-intention ul li i {
    display: inline-block;
    background: #f08200;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
}

.blog-pages-intention ul li a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #f08200;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.blog-pages-intention ul li a:hover{
    color:#fff;
}

.blog-pages-intention ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform:scale(0);
    background:#f08200;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}

.blog-pages-intention ul li a:hover:before{
    transform: scale(1.1);
}















/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f08200;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 60px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #f08200;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f08200;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #f08200;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    background-color: rgba(21,43,99,0.10196078431372549);
    display: inline-block;
}







/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
/*    background-image: linear-gradient(to right, #232353 0%, #232353 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 85%;
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #666666;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0;
    border-radius: 100%;
}
.top-wrap .go-top-button:hover::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #f08200 0%, #f08200 100%);
    background-image: -webkit-linear-gradient(0deg, #f08200 0%, #f08200 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background: #f08200;
    color: #fff; 
  }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }



 /*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #f08200;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #f08200;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
/*page-contact*/
.page-contact{
	background: #fff;
}

.contact-container{
	max-width:1280px;
	padding:0 60px;
}
.page-contact-top{
	width:100%;
	background: #f8f8f8;
}
.page-contact-bottom{
	width:100%;
	background: #fff;
}
.page-contact-p1{
	font-size:30px;
	color:#333333;
	font-weight:800;
	line-height: 1;
	margin-top:0;
	padding-bottom:40px;
	border-bottom:1px solid #dcdcdc;
}
.page-contact-bottom .page-contact-p1{
	border-bottom:0px;
	padding-bottom:0px;
}
.page-contact-p2{
	font-size:16px;
	color:#555555;
	font-weight: 400;
	line-height: 1.6;
	margin-top:40px;
}
.page-contact-bottom .page-contact-p2{
	margin-top:20px;
}
.page-contact-d1{
	margin-top:40px;
}
.page-contact-tab{
	width:calc(100% / 3);
	padding-top:50px;
}
.page-contact-p3{
	font-size:20px;
	color:#333333;
	font-weight:400;
	line-height: 1;
	margin-bottom:20px;
}
.page-contact-p4{
	font-size:15px;
	color:#333333;
	font-weight:400;
	line-height: 1;
	margin-bottom:0px;
}
.page-contact-p4 a{
	color:#333333;
}
/* .page-contact-tab:hover .page-contact-p4{
	color:#f08200;
} */
.page-contact-tab:hover .page-contact-p4 a{
	color:#f08200;
}

.contact-form{
	margin-top:20px;
}
.contact-form .col-md-6{
	margin-top:10px;
}
.contact-form .col-lg-12{
	margin-top:20px;
}
.contact-form span{
	font-size:16px;
	color:#555555;
	font-weight: 400;
}
.form-box{
	margin-top:5px;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
input::placeholder,
textarea::placeholder {
  font-size: 15px;
}
.submit-button{
	margin-top:10px;
}
@media(max-width:999px){
	.page-contact-p3{
		font-size:16px;
		font-weight:600;
	}
	.contact-container{
		padding:0 20px;
	}
	.form-box{
		margin-top:5px;
	}
	.contact-form .col-lg-12{
		margin-top:5px;
	}
	.contact-form .col-md-6 {
	    margin-top: 5px;
	}
	.page-contact-p4{
		font-size:14px;
	}
	.page-contact-p6{
		font-size:14px;
		margin-top: 20px;
	}
}
/*rightnav*/
.online {
    position: fixed;
    z-index: 99;
    top: 40%;
    right:0px;
    margin-top: -150px;
    display: block;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.05);
}
.online li {
    position: relative;
    width: 60px;
    height: 50px;
    margin-bottom: 0px;	
	background: #fff;
	box-sizing: border-box;
}
.online li a{
	width: 60px;
    height: 50px;
	margin:0 auto;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
	border-radius: 0px;
	position:relative;
}
.online li a:after{
    width:40px;
    height:1px;
    position:absolute;
    content:"";
    z-index: 2;
    left:10px;
    bottom:-1px;
    background: #dcdcdc;
}
.online li a:last-child:after{
    display:none;
}
.online li a:last-child{
	border-bottom:none;
}
.online li:first-child{
	border-top-left-radius:15px;
}
.online li:nth-child(1):hover a,
.online li:nth-child(2):hover a{
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}
.online li:nth-child(1):hover a:after,
.online li:nth-child(2):hover a:after{
    display:none;
}
.online li:last-child{
	border-bottom-left-radius:15px;
}
.online li a .icon{
	background: none;
}
.online li:hover a{
	background: #fff;
}
.online li:hover a svg path{
	fill:#f08200;
}
.online li span {
    position: absolute;
    width: 11px;
    height: 6px;
    left: 18px;
    top: -6px;
}

.online1 {
   position: absolute;
   top: 0px;
   right: 50px;
   width: 170px;
   height: 50px;
   line-height: 50px;
   border-top-left-radius: 15px;
   border-bottom-left-radius: 15px;
   font-size: 17px;
   color: #f08200;
   font-weight:800;
   background: #FFF;
   display: none;
   text-align: center;
   border:1px solid #dcdcdc;
   border-right:none;
}
.online2 {
   position: absolute;
   top: 0px;
   right:60px;
   width: 160px;
   height: 50px;
   line-height: 50px;
   border-top-left-radius: 15px;
   border-bottom-left-radius: 15px;
   font-size: 17px;
   color: #f08200;
   font-weight:800;
   background: #FFF;
   display: none;
   text-align: center;
   border:1px solid #dcdcdc;
   border-right:none;
}

.online3 {
    position: absolute;
    top: 0;
    right: 70px;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    font-size: 15px;
    color: #333;
    background: #FFF;
    display: none;
    text-align: center;
	overflow: hidden;
}
.online3 img{
	width:100%;
	height:100%;
}
.online4 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 15px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}
.online5 {
   position: absolute;
   top: 5px;
   right: 70px;
   width: 250px;
   height: 40px;
   line-height: 40px;
   border-radius: 5px;
   box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
   font-size: 15px;
   color: #333;
   background: #FFF;
   display: none;
   text-align: center;
}
/* .online li div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; 
} */
ul {
    list-style-type: none;
}

.online img {
    background-color: rgba(58, 56, 56, 0.48);
}
@media(max-width:999px){
	.online{
		display:none;
	}
}

/*news*/
.news-page{
	background: #f8f8f8;
	padding:80px 0 0;
}
.news-page .container{
	max-width:1400px;
}
.news-top{
	font-size:16px;
	color:#fff;
	font-weight: 400;
	background: #666666;
	line-height: 1;
	margin-top:80px;
	padding:15px 0;
}
.news-top ul{
	font-family: "宋体";
}
.news-top ul a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
	font-family: "微软雅黑";
}
.news-top ul a:hover{
	color: #f08200;
	
}
.news-title{
	font-size:36px;
	color:#333;
	font-weight:400;
	line-height: 1.6;
	margin-top:0;
	text-align:center;
}
.news-title-flex{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-top:25px;
}
.news-t1{
	padding:0 20px;
	border-right:1px solid #333333;
	font-size:14px;
	line-height:1;
	color:#333333;
	font-weight:400;
}
.news-t1:last-child{
	border-right:0;
}
.news-line{
	width:100%;
	height:1px;
	background: #dcdcdc;
	margin-top:50px;
}
.news-line-2{
	width:100%;
	height:1px;
	background: #dcdcdc;
	margin-top:80px;
}
.news-img{
	margin-top:60px;
}
.news-img img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.news-text{
	margin-top:50px;
}
.news-text p{
	margin-bottom:20px;
	color:#222;
	line-height: 2;
	font-weight: 400;
	font-size:15px;
}
.news-text p img{
	max-width:100%;
}
.news-pn{
	padding-top:80px;
	padding-bottom:100px;
}
.news-pn-tab{
	width:100%;
	margin-bottom:15px;
}
.news-pn-tab a{
	width:100%;
	color:#666666;
	line-height: 2;
	font-weight: 400;
	font-size:16px;
}
.news-pn-tab a:hover{
	color:#f08200;
}
.news-content-bottom{
	margin-top:100px;
}
.news-list-1{
	background: #f8f8f8;
	padding:100px 0 0px;
}
.news-list-1 .container{
	border-bottom:1px solid #dcdcdc;
}
.news-list-2{
	background: #f8f8f8;
	padding:60px 0;
}
.news-list-con{
	justify-content: flex-start;
}
.news-list-tab{
	width:calc((100% - 180px) / 3);
	margin-right:90px;
	border-radius:0px;
	overflow: hidden;
	margin-bottom:60px;
}
.news-list-tab:nth-child(3n){
	margin-right:0px;
}
.news-list-tab .news-title-flex{
	justify-content:flex-start;
}
.news-list-tab .news-title-flex .news-t1:first-child{
	padding-left:0;
}
	
.news-list-tab-1{
	width:65%;
	margin-right:90px;
}

.news-list-tab-2-box{
	width:calc(35% - 90px);
}
.news-list-tab-2{
	width:100%;
	margin-right:0;
}
.view-more3{
	margin-top:20px;
	padding:15px 50px;
	display:inline-block;
	padding:12px 20px;
	border:1px solid #666666;
	background:none;
	box-sizing:border-box;
	font-weight:400;
	color:#666666;
	font-size:14px;
	line-height:1;
	border-radius:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.view-more3:hover{
	border:1px solid #f08200;
	background: #f08200;
	color:#fff;
}
.news-list-img{
	display:block;
	width:100%;
	border-radius: 10px;
	overflow:hidden;
}
.news-list-img img{
	width:100%;
	display: block;
}
.news-list-text{
	padding:30px 0px 0px;
}
.news-list-time{
	font-size:16px;
	color:#333;
	line-height:1;
	font-weight: 400;
	margin-top:0px;
}
.news-list-title{
	font-size:24px;
	color:#333;
	line-height:35px;
	font-weight:800;
	margin-top:0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-list-title:hover{
	color:#f08200;
}
.news-list-des{
	font-size:15px;
	color:#222;
	line-height:2;
	font-weight:400;
	margin-top:30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
}
.news-list-more{
	margin-top:25px;
	justify-content: flex-start;
	align-items: center;
}
.news-list-more span{
	font-size:16px;
	color:#333;
	line-height:1;
	font-weight:400;
	margin-top:0px;
	padding-right:20px;
	transition:0.5s;
}
.news-list-more img{
	transition:0.5s;
}
.news-list-tab:hover span{
	padding-right:40px;
}
.news-list-bottom{
	margin-top:100px;
}
.news-list-bottom-title{
	width:100%;
	font-size:30px;
	color:#333;
	line-height:1;
	font-weight:400;
}
.news-list-bottom-con{
	width:100%;
	margin-top:40px;
}
.news-list-bottom-a{
	display: block;
	width:calc((100% - 90px) / 4);	
}

.news-list-bottom-a img{
	border-radius:0px;
	overflow: hidden;
	display: block;
	width:100%;
	transition: transform 0.3s ease;
}
.news-list-bottom-a p{
	font-size:18px;
	color:#707070;
	line-height:1.5;
	font-weight:400;
	margin-top:20px;
	margin-bottom:20px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.news-list-bottom-a:hover p{
	color:#f08200;
}
.news-list-time{
	margin-top:25px;
	font-size:15px;
	color:#f08200;
	line-height: 1;
	font-weight:400;
}
.pagelist{
	margin-top:20px;
}
.pagelist ul {
	text-align: center;
	padding: 30px 0;
}

.pagelist a {
	display: inline-block;
	margin: 0 5px;
	color: #222222;
	width:40px;
	height:40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
}
.pagelist a:hover svg path{
	fill:#fff;
}
.pagelist a svg{
	transform: translate(0px,-3px);
}
.page-num-current{
	border-color: #f08200;
	background: #f08200;
	color: #fff!important;
}
.pagelist  a:hover {
	border-color: #f08200;
	background: #f08200;
	color: #fff;
}

.pagelist .active a {
	border-color: #f08200;
	background: #f08200;
	color: #fff;
}

.prevLink,.nextLink {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.prevLink a,.nextLink a {
	font-size: 16px;
}
@media(max-width:1700px){
	.news-list-tab .news-title-flex .news-t1{
		padding:0 10px;
	}
	.news-list-tab .news-title-flex .news-t1:last-child{
		display:none;
	}
}
@media(max-width:999px){
	.pagelist{
		margin-top:0;
	}
	.pagelist ul{
		padding:20px 0;
	}
	.news-list-1{
		padding:30px 0;
	}
	.news-list-tab-2-box{
		width:100%;
	}
	.news-list-2{
		padding:30px 0;
	}
	.news-page{
		padding-top: 64px;
	}
	.news-top{
		display: none;
	}
	.news-title{
		margin-top:26px;
		font-size: 26px;
		line-height:1.6;
	}
	.news-t1{
		padding:0 10px;
		margin-bottom:20px;
	}
	.news-line{
		margin-top:20px;
	}
	.news-line-2{
		margin-top:20px;
	}
	.news-pn{
		padding:20px 0;
	}
	.news-list-tab{
		width:100%;
		margin-right:0;
	}
	.news-text img{
		max-width:100%;
	}
	.news-content-bottom{
		margin-top:20px;
	}
	.news-list-bottom-a{
		width:calc(50% - 10px);
		margin-bottom:20px;
	}
}
/*news alert windows*/
/* 触发按钮 */
#shareLink {
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: background 0.2s;
	cursor: pointer;
	user-select: none;
}


/* ---- 遮罩层 ---- */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(2px);
}

/* ---- 弹窗卡片 ---- */
#popup {
	position: relative;
	width: 300px;
	max-width: 85vw;
	background: #ffffff;
	border-radius: 16px;
	padding: 40px 20px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: popIn 0.3s ease-out;
}

@keyframes popIn {
	from {
		opacity: 0;
		transform: scale(0.9) translateY(20px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* ---- 关闭按钮 (右上角) ---- */
#closeBtn {
	position: absolute;
	top: 10px;
	right: 16px;
	font-size: 28px;
	font-weight: 400;
	color: #999;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s;
}
#closeBtn:hover {
	color: #333;
}

/* ---- 提示文字 ---- */
#popup p {
	font-size: 16px;
	color: #333;
	margin-bottom: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
#popup p::before {
	content: "📱 ";
}

/* ---- 二维码图片 ---- */
#qrcode {
	width: 180px;
	height: 180px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 8px;
	background: #fff;
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
}

/* 小屏适配 */
@media (max-width: 400px) {
	#popup {
		padding: 20px 16px 16px;
	}
	#qrcode {
		width: 140px;
		height: 140px;
	}
	#closeBtn {
		font-size: 24px;
		top: 6px;
		right: 12px;
	}
}

.videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.videobox i {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: round 10s linear infinite;
    -moz-animation: round 10s linear infinite;
    animation: round 10s linear infinite
}

.videobox .play:before {
    background: #f08200
}

.videobox .play:after {
    background: #f08200
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}

.contact-bottom{	
	padding:100px 0;
	background-image: url(../image/contact-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.contact-bottom .container{
	max-width:900px;
}
.contact-page{
	padding:0px;
	box-sizing:border-box;
	width:100%;
}
.contact-left{
	width:36%;
}

.contact-page .contact-form{
	margin-top: 30px;
}
.contact-page-2{
	margin-top:160px;
	width:100%;
}
.contact-p1{
	font-size:40px;
	color:#fff;
	line-height:1;
	font-weight: 800;
	margin-top:0px;
	width:100%;
	text-align: center;
}
.contact-p2{
	font-size:14px;
	color:#fff;
	line-height:1;
	font-weight: 400;
	margin-top:30px;
	width:100%;
	text-align: center;
}
.contact-page-tab{
	display: flex;
	flex-direction: column;
}
.contact-p3{
	font-size:20px;
	color:#fff;
	line-height:1;
	font-weight: 800;
	margin-top:0px;
	width:100%;
	text-align: center;
}
.contact-p4{
	font-size:14px;
	color:#fff;
	line-height:1;
	font-weight: 400;
	margin-top:20px;
	width:100%;
	text-align: center;
}
.contact-p5{
	margin-top:30px;
}
.view-more{
	display:inline-block;
	padding:12px 20px;
	border:1px solid #f08200;
	background: #f08200;
	box-sizing:border-box;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:1;
	border-radius:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.view-more:hover{
	border:1px solid #0085ce;
	background: #0085ce;
	color:#fff;
}
.view-more2{
	display:inline-block;
	padding:12px 20px;
	border:1px solid #fff;
	background:none;
	box-sizing:border-box;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:1;
	border-radius:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.view-more2:hover{
	border:1px solid #f08200;
	background: #f08200;
	color:#fff;
}
.contact-form .submit-button{
	max-width:200px;
}
.contact-page-tab-line{
	width:1px;
	height:125px;
	background:#999999;
}
@media(max-width:999px){
	.contact-page{
		padding:20px 0px;
	}
	.contact-bottom{
		padding:30px 0;
	}
	.contact-left{
		width:100%;
	}
	.contact-right{
		width:100%;
	}
	.contact-p1{
		font-size: 24px;
		line-height:1.6;
	}
	.contact-p2{
		margin-top:10px;
	}
	.contact-page-2{
		margin-top:20px;
	}
	.contact-page-tab{
		width:100%;
		margin-bottom:20px;
	}
	.contact-page-tab-line{
		display:none;
	}
}


.contact-index-title {
    font-size: 40px;
    color: #333333;
    font-weight:400;
    line-height: 1;
}
.foot-page-block{
	margin-top:40px;
}
.foot-page-block p{
	margin-bottom: 20px;
	line-height: 2;
}
.swiper-button-next{
	background: #fff!important;
	height:56px!important;
	width:56px!important;
	line-height: 56px!important;
	text-align: center!important;
	border-radius: 50%!important;
}

.swiper-button-next:after{
	font-size:20px!important;
	color:#000!important;
}
.swiper-button-next:hover{
	background: #f08200!important;
}
.swiper-button-next:hover:after{
	color:#fff!important;
}

.swiper-button-prev{
	background: #fff!important;
	height:56px!important;
	width:56px!important;
	line-height: 56px!important;
	text-align: center!important;
	border-radius: 50%!important;
}

.swiper-button-prev:after{
	font-size:20px!important;
	color:#000!important;
}
.swiper-button-prev:hover{
	background: #f08200!important;
}
.swiper-button-prev:hover:after{
	color:#fff!important;
}
@media(max-width:999px){
	.swiper-button-prev{
		height: 30px !important;
		width: 30px !important;
		line-height: 30px !important;
	}
	.swiper-button-next{
		height: 30px !important;
		width: 30px !important;
		line-height: 30px !important;
	}
	.swiper-button-prev:after {
	    font-size: 14px !important;
	}
	.swiper-button-next:after {
	    font-size: 14px !important;
	}
}



/*head*/
.head-box{
	display: none;
	position: fixed;
	z-index:99999;
	top:120px;
	left:0;
	width:100vw;
	background: #fff;
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid #dcdcdc;
	box-sizing: border-box;
	box-shadow: 0px 8px 6px -6px rgba(6, 6, 6, 0.09);
}	

.head-design-tab{
	width:50%;
}
.header-menu .head-p1{
	display: block;
	font-size:15px;
	font-weight:400;
	color:#333333;
	line-height: 1;
	margin-top:0;
	text-align:left;
	padding:0;
}
.head-p2-con{
	margin-top:40px;
}
.header-menu .head-p2{
	display: block;
	font-size:15px;
	font-weight: 400;
	color:#333333;
	line-height: 1;
	margin-top:15px;
	text-align:left;
	padding:0;
	text-transform: none;
}


/*product content*/
.pro-content-top{
	padding:60px 0 80px;
	background: #666666;
}
.pro-content .container{
	max-width:1400px;
}
.pro-content-img{
    width:100%;
	box-sizing: border-box;
}

.swiperpro2{
    width:100px;
	max-height:500px;
}
.swiperpro2 .swiper-slide{
    width:100px;
    box-sizing:border-box;
}
.swiperpro2 .swiper-slide .pro-content-img-b1{
    width:100px;
    height:100px;
    border:2px solid #dcdcdc;
	box-sizing:border-box;
}
.swiperpro2 .swiper-slide-thumb-active .pro-content-img-b1{
    border:2px solid #f08200;
}
.swiperpro2 .swiper-slide img{
    width:100%;
    display: block;
}
.swiperpro{
    max-width:500px;
	width:calc(100% - 90px);
}
.swiperpro-next{
	display:none;
}
.swiperpro-prev{
	display:none;
}
@media(max-width:999px){
	.swiperpro-next{
		width: 30px !important;
		height:30px !important;
		border:2px solid #f08200 !important;
		border-radius:50% !important;
		display:flex;
	}
	.swiperpro-next:after{
		font-size:16px !important;
		color:#f08200 !important;
	}
	.swiperpro-prev{
		width:30px !important;
		height:30px !important;
		border:2px solid #f08200 !important;
		border-radius:50% !important;
		display:flex;
	}
	.swiperpro-prev:after{
		font-size:16px !important;
		color:#f08200 !important;
	}
}

@media(max-width:1500px){
	.swiperpro{
	    width:calc(100% - 100px);
	}
}
@media (max-width: 999px) {
    .swiperpro {
        width: calc(100% - 10px);
    }
}
.pro-content-img1{
	display: block;
	width:100%;
}
.pro-content-1{
    width:100%;
}
.pro-content-left{
    width:50%;
}
.pro-content-right{
    width:50%;
    padding-left:60px;
    box-sizing:border-box;
}
.pro-content-p1{
	width:100%;
	font-size: 36px;
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	margin-top:0;
}

.pro-content-p2{
	width:100%;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	margin-top:40px;
}

.pro-content-p4{
    width:100%;
    margin-top:40px;
    justify-content: flex-start;
}
.pro-content-p4 .list-view-more{
    margin-top:0;
    font-size:15px;
}
.list-view-more{
	min-width:150px;
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #f08200;
    background: #f08200;
    box-sizing: border-box;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 25px;
    text-align: center;
    transition: 0.3s;
	margin-right:10px;
}
.list-view-more1{
	min-width:150px;
    display: inline-block;
	padding: 12px 20px;
	border: 1px solid #fff;
	background: none;
	box-sizing: border-box;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	border-radius: 25px;
	text-align: center;
	transition: 0.3s;
	margin-right:10px;
}
.list-view-more:hover{
    background: #0085ce;
	color: #fff;
	border: 1px solid #0085ce;
}
.list-view-more1:hover{
	background: #f08200;
	color: #fff;
	border: 1px solid #f08200;
}
.pro-content-pn{
	margin-top:70px;
	width:100%;
	color:#fff;
}
.pro-content-pn-tab{
	width:100%;
	color:#fff;
}
.pro-content-pn-tab a{
	width:100%;
	color:#fff;
	line-height: 2;
	font-weight:400;
	font-size:16px;
}
.pro-content-pn-tab a:hover{
	color:#f08200;
}

.pro-list-bottom-con{
	margin-top:30px;
	margin-bottom:80px;
}
.pro-list-bottom-a{
	width:100%;
	display:block;
}
.pro-list-bottom-a img{
	width:100%;
	display:block;
}

.pro-content-center{
	padding:80px 0;
    background: #f8f8f8;
}
.pro-content-center .container{
	border-radius: 20px;
	background: #fff;
	padding:60px;
}
.pro-content-center-div{
	margin-top:20px;
}

.pro-content-center td {
	padding:10px 15px;
    box-sizing: border-box;
    color: #707070;
    font-size: 16px;
    background: #fff;
    transition:0.3s;
	font-weight: 400;
	border:1px solid #dcdcdc;
}
.pro-content-center tr:nth-child(1) td {
    background: #fff;
	color:#333333;
	font-weight:400;
}
.pro-content-center tr:nth-child(2n+2) td {
    background: #f8f8f8;
}
.pro-content-center td:hover{
    background: #ddd!important;
    color:#333333;
}
.pro-content-center td p{
	transition:0;
}
.pro-content-center td:hover p{
    background: #f08200!important;
    color:#fff;
}
.pro-list-bottom.pt-100{
    padding-top:100px;
    padding-bottom:100px;
}


.pro-title{
	padding-top:0px;
	color: #333333;
	font-size: 24px;
	transition:0.3s;
	font-weight: 800;
	line-height: 1;
	margin-bottom:40px;
}
.pro-content-p5{
	width:100%;
    padding-top:0px;
    color: #333333;
    font-size: 24px;
    transition:0.3s;
    font-weight: 800;
    line-height: 1;
}
.pro-content-1 .pro-title .pro-content-p5{
	border-bottom:2px solid #e6e6e6;
	padding-bottom:20px;
}
.pro-list-bottom-con .swiper-slide{
	padding:2px;
	box-sizing: border-box;
}
.pro-list-bottom-a{
	display:block;
	width:100%;
	border-radius: 20px;
	overflow: hidden;
}

.pro-list-bottom-a:hover{
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.pro-list-bottom-a p{
	text-align:center;
	color: #333333;
	font-size: 15px;
	transition:0.3s;
	font-weight: 400;
	line-height: 1;
}
.pro-list-bottom-a-more{
	justify-content: center;
	align-items: center;
	align-content:center;
	padding-top:25px;
	padding-bottom:30px;
}
.pro-list-bottom-a-more span{
	padding-right:30px;
	color: #333333;
	font-size: 14px;
	transition:0.3s;
	font-weight: 400;
	line-height: 1;
}
.pro-list-bottom-a:hover span{
	color:#f08200;
}
.pro-list-img-box{
	width:100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition:0.3s;
}

.pro-list-a:hover p svg path{
	fill:#f08200;
}

.pro-list-img-box img{
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	
}
.pro-list-bottom-a:hover img {
	transform: scale(1.05);
}
.pro-list-a:hover img {
	transform: scale(1.05);
}

@media(max-width:999px){
	.pro-content-center td{
		font-size: 14px;
		padding:5px 10px;
	}
	.pro-content{
		padding-top:64px;
	}
	.pro-content-center{
		padding:0 ;
	}
	.pro-content-center .container{
		padding:20px;
		border-radius:0;
	}
    .pro-content-left{
        width:100%;
    }
    .pro-content-right{
        width:100%;
        margin-top:20px;
		padding-left: 0px;
    }
    .swiperpro2{
        display: none;
    }
    .pro-content-p1-1{
        margin-top: 10px;
    }
	.pro-content-p1{
		font-size:24px;
	}
	.pro-content-p4 .list-view-more{
		margin-top:10px;
	}
	.pro-content-top{
		padding:30px 0;
	}
	.pro-nav-tab{
		padding:10px 15px;
		width:calc(50% - 10px);
		font-size:14px;
		margin-bottom:10px;
	}
}
/*pro list*/
.product-list-page{
	
	padding-bottom: 100px;
}
.product-list-more.flex{
	text-transform: capitalize;
	justify-content: center;
	border:1px solid #f08200;
	max-width:300px;
	align-items: center;
	transition:0.3s;
	font-size:16px;
	color:#333333;
	line-height:1;
	font-weight:800;
	background: #f08200;
	color:#fff;
	text-align: center;
	line-height: 50px;
	height:50px;
	width:260px;
}

.product-list-more.flex span{
	padding-right:10px;
	
}
.product-list-more:hover {
	background: #fff;
	color:#f08200;
}
.product-list-more:hover svg path{
	fill:#f08200;
}
.product-list-more img{
	 filter: brightness(0) invert(1);
}
.product-list-more:hover img{
	 filter: none;
}
.product-list-tab{
	padding-top:100px;
	padding-bottom: 100px;
}
.product-list-img{
	width:62%;
	position:relative
}
.product-list-text{
	width:38%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.product-list-img-bg{
	width:calc(100% - 50px);
	max-width:640px;
	height:400px;
	background: #fff;
	border-radius: 25px;
}
.product-list-img img{
	position: absolute;
	top:50px;
	right:30px;
	z-index: 3;
	max-width:90%;
}
.product-list-title{
	font-size:40px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-bottom:0px;
}
.product-list-description{
	font-size:17px;
	color:#333333;
	line-height:1.6;
	font-weight:200;
	margin-top:30px;
}
.product-list-tab:nth-child(2) .product-list-img{
	display: flex;
	justify-content: flex-end;
}
.product-list-tab:nth-child(2) .product-list-img img{
	left:30px;
}
.pro-list-a{
	display:block;
	width:100%;
	border-radius: 20px;
	overflow: hidden;
}

.pro-list-a:hover{
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}

.pro-list-a-more{
	justify-content: center;
	align-items: center;
	align-content:center;
	padding-top:25px;
	padding-bottom:30px;
}
.pro-list-a-more span{
	padding-right:30px;
	color: #333333;
	font-size: 14px;
	transition:0.3s;
	font-weight: 400;
	line-height: 1;
}
.pro-list-a:hover span{
	color:#f08200;
}
.pro-list-img-box{
	width:100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition:0.3s;
}

.pro-list-a:hover p svg path{
	fill:#f08200;
}

.pro-list-img-box img{
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	
}
.pro-list-a:hover img {
	transform: scale(1.05);
}
.pro-list-a:hover img {
	transform: scale(1.05);
}

@media(max-width:999px){
	.product-list-tab{
		padding:30px 0 0;
	}
	.product-list-img-bg{
		max-width:100%;
	}
	.product-list-img{
		width:100%;
	}
	.product-list-text{
		width:100%;
		padding-top: 50px;
	}
	.product-list-img img{
		max-width: calc(100% - 40px);
		right:20px;
		top:20px;
	}
	.product-list-img-bg{
		height:250px;
	}
	.product-list-title{
		font-size:26px;
	}
	.product-list-tab:nth-child(2) .product-list-img{
		margin-top:20px;
	}
	.product-list-page{
		padding-bottom: 30px;
	}
}
.pro-list{
	background: #f8f8f8;
	padding:100px 0;
}
.pro-list-left{
	width:250px;
}
.pro-list-left-nav{
	border-radius:0;
	overflow: hidden;
}
.pro-list-left-title{
	font-size:26px;
	color:#333333;
	line-height:1;
	font-weight:800;
	margin-top:0px;
	padding:0 0 20px;
	border-bottom: 1px solid #c8c8c8;
}
.pro-list-nav-div{
	padding:15px 0;
	border-bottom: 1px solid #c8c8c8;
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:16px;
	color:#333333;
	line-height:1;
	font-weight:400;
	align-items: center;
}
.pro-list-nav-div span{
	display: block;
	cursor: pointer;
	font-size: 22px;
}
.pro-list-nav-a{
	display:block;
	width:calc(100% - 20px);
	color:#333;
}
.pro-list-nav-div.pro-list-nav-active{
	color:#f08200;
}
.pro-list-nav-div.pro-list-nav-active .pro-list-nav-a{
	color:#f08200;
}
.pro-list-nav li dl{
	display: none;
}
.pro-list-nav li dl dd a{
	display:block;
	padding:15px 10px;
	font-size:14px;
	color:#707070;
	line-height:1;
	font-weight:400;
	box-sizing: border-box;
	position:relative;
}

.pro-list-nav li dl dd a:hover{
	color: #f08200 !important;
}
.pro-list-nav li dl dd a.pro-list-nav-active2{
	color: #f08200 !important;
}
.pro-list-nav li dl{
	margin-bottom:0;
}
.pro-list-nav li dd{
	margin-bottom:0;
}
.pro-list-nav-div:hover{
	color:#f08200;
}
.pro-list-nav-div.pro-list-nav-active:hover{
	color:#f08200;
}
.pro-list-right{
	width:calc(100% - 300px);
	background: #fff;
	border-radius:20px;
	padding:60px;
}
.pro-list-right-title{
	font-size:18px;
	color:#707070;
	line-height:1.6;
	font-weight:200;
	margin-top:0px;
}
.pro-list-con{
	justify-content: flex-start;
}
.pro-list-a{
	display: block;
	width:calc((100% - 60px) / 4);	
	margin-right:20px;
	margin-bottom:20px;
}

.pro-list-a:nth-child(4n){
	margin-right:0px;
}
.pro-list-a img{
	overflow: hidden;
	display: block;
	width:100%;
}
.pro-list-a p{
	font-size:16px;
	color:#333333;
	line-height:1.6;
	font-weight:400;
	text-align:center;
}
.pro-list-a:hover p{
	color:#f08200;
}
@media(max-width:999px){
	.pro-list-con{
		justify-content: space-between;
	}
	.pro-list{
		padding:30px 0;
	}
	.breadcumb-title h1{
		line-height: 1.2;
	}
	.breadcumb-title h2{
		font-size:28px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.pro-list-left{
		width:100%;
		max-width:100%;
	}
	.pro-list-right{
		width:100%;
		margin-top:20px;
		padding:20px 15px;
	}
	.pro-list-a{
		width:calc(50% - 5px);
		margin-right:0px!important;
	}
	.pro-list-bottom-a{
		width:calc(50% - 5px);
		width:100%;
	}
	.pro-list-bottom-a:nth-child(3n) {
	}	
	.pro-list-bottom-a:nth-child(2n){
		margin-right:0px;
	}
	.pro-list-bottom{
		margin-top:30px;
	}

	.pro-list-img{
		max-width:100%;
	}
	.pro-list-img img{
		max-width:100%;
	}
}
/*case*/
.case-page-top{
	background: #fff;
	padding:80px 0;
}
.case-page .container{
	max-width:1400px;
	box-sizing: border-box;
}
.case-left-1{
	width:50%;
}
.case-right-1{
	width:50%;
	padding-left:50px;
	box-sizing: border-box;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
}
.case-content-img-b{
	overflow: hidden;
}
.case-content-img{
	width:100%;
	display:block;
	border-radius:15px;
}
.case-pn{
	margin-top:100px;
}
.case-p1{
	font-weight:800;
	font-size:36px;
	color:#333;
}
.case-pn-tab a{
	font-weight:400;
	font-size:14px;
	color:#333;
}
.case-pn-tab a:hover{
	color:#f08200;
}
.swipercase2{
	margin-top: 10px;
}
.case-content-img-b1{
	cursor: pointer;
}
.case-content-img-b1 img{
	width:100%;
	display:block;
	border-radius:15px;
}
.case-page-bottom{
	background: #f8f8f8;
	padding:80px 0;
}
.case-page-bottom-1{
	background: #fff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:60px;
	box-sizing:border-box;
}
.case-p2{
	font-weight:800;
	font-size:24px;
	color:#333;
	line-height:1;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	align-content:center;
}
.case-p2 img{
	margin-right:5px;
	transition:0.3s;
}
.case-p2:hover img{
	transform:rotate(360deg);
}
.case-page-con-1{
	margin-top:40px;
	margin-bottom:60px;
}
.case-page-con-1 .flex{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #dcdcdc;
}
.case-page-con-1 .flex:nth-child(2n){
	background: #f8f8f8;
}
.case-p3{
	font-weight:800;
	font-size:16px;
	color:#333;
	line-height:1.6;
	position:relative;
}
.case-p4{
	font-weight:400;
	font-size:15px;
	color:#333;
	line-height:1.6;
	position:relative;
}
.case-left-2{
	padding-left: 20px;
	width:25%;
	box-sizing: border-box;
}
.case-right-2{
	width:75%;
	padding-right: 20px;
	box-sizing: border-box;
}


.case-page-con-2{
	margin-top:40px;
}
.case-page-con-2 h1{
	padding-left: 30px;
	font-weight:800;
	font-size:18px;
	color:#333;
	line-height:1;
	position:relative;
}
.case-page-con-2 h1:after{
	content:'';
	display:block;
	background: #000;
	border-radius:5px;
	height:10px;
	width:10px;
	transition:0.3s;
	position:absolute;
	top:5px;
	left:0;
}

.case-page-con-2 h1:hover::after{
	background: #f08200;
}
.case-page-con-2 p{
	padding-left: 30px;
	font-weight:400;
	font-size:15px;
	color:#333;
	line-height:1.6;
	position:relative;
	margin-top:15px;
	margin-bottom:25px;
}
.case-page-bottom-2{
	background: #f08200;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:60px;
	box-sizing:border-box;
	text-align:center;
}

.view-more4{
	display:inline-block;
	padding:12px 20px;
	border:1px solid #fff;
	background:none;
	box-sizing:border-box;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:1;
	border-radius:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.view-more4:hover{
	background: #fff;
	color:#f08200;
}
.case-p5{
	font-weight:800;
	font-size:30px;
	color:#fff;
	line-height:1;
	position:relative;
	margin-bottom:20px;
}
.case-p6{
	font-weight:400;
	font-size:15px;
	color:#fff;
	line-height:1;
	position:relative;
	margin-bottom:25px;
}
@media(max-width:999px){
	.case-content-img-b1 img{
		border-radius:5px;
	}
	.case-page-con-1 .flex{
		padding:10px 0;
	}
	.case-page-top{
		padding-bottom:20px;
	}
	.case-left-1{
		width:100%;
	}
	.case-right-1{
		width:100%;
		padding-left:0px;
	}
	.case-p1{
		font-size:26px;
		line-height:1.6;
	}
	.case-pn{
		margin-top:20px;
	}
	.case-page-bottom{
		padding:20px 0; 
	}
	.case-page-bottom-1{
		padding:20px 15px;
	}
	.case-page-con-1{
		margin:20px 0 20px;
	}
	.case-left-2{
		padding-left:10px;
		width:30%;
	}
	.case-right-2{
		padding-right:10px;
		width:70%;
	}
	.case-page-bottom-2{
		padding:30px 20px;
	}
}

/*case list*/

.case-list{
	background: #f8f8f8;
	padding:80px 0;
}
.case-list .flex{
	justify-content:flex-start;
}
.case-list-tab{
	width:calc((100% - 60px) / 3);
	margin-right:30px;
	margin-bottom:30px;
}
.case-list-tab:nth-child(3n){
	margin-right:0px;
}
.case-list-img{
	width:100%;
	overflow: hidden;
	display:block;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.case-list-img img{
	display:block;
	width:100%;
	transition:0.3s;
}
.case-list-tab:hover .case-list-img img{
	transform: scale(1.1);
}
.case-list-text{
	background: #fff;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:30px;
}
.case-list-title{
	position:relative;
	font-weight:800;
	font-size:20px;
	color:#333333;
	line-height:1;
	margin-bottom:25px;
}
.case-list-title:hover{
	color:#f08200;
}
.case-title-flex{
	margin-top:10px;
}
.case-t1{
	position:relative;
	font-weight:400;
	font-size:15px;
	color:#333333;
	line-height:1.6;
	margin-bottom:0px;
}
.case-t1 span{
	position:relative;
	font-weight:800;
	font-size:15px;
	color:#333333;
	line-height:1.6;
}
@media(max-width:999px){
	.case-list{
		padding:30px 0;
	}
	.case-list-tab{
		margin-right:0;
		width:100%;
	}
}
/*app page*/
.app-page{
	background: #f8f8f8;
	padding:80px 0;
}
.app-page .container{
	max-width:1400px;
}
.app-page-con{
	padding:60px 60px 40px;
	border-radius:20px;
	background: #fff;
}
.app-p1{
    font-weight: 800;
    font-size: 24px;
    color: #333;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.app-page-con-1{
	font-weight: 400;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	position: relative;
	margin-top: 30px;
	text-align:justify;
}
.app-p1 img {
    margin-right: 5px;
    transition: 0.3s;
}
.app-p1:hover img {
    transform: rotate(360deg);
}
.app-page-text-1{
	margin-bottom:40px;
}
.app-page-text-1:last-child{
	margin-bottom:0;
}
.app-page-con-1 table{
	margin-top:30px;
}
.app-page-con-1 p{
	font-size:16px;
}

.app-page-con-1 td {
	padding:10px 15px;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
    background: #fff;
    transition:0.3s;
	font-weight:200;
	border:1px solid #fff;
}
.app-page-con-1 tr:nth-child(1) td {
    background: #fff;
	color:#333333;
	font-weight:400;
}
.app-page-con-1 tr:nth-child(2n+2) td {
    background: #f8f8f8;
}
.app-page-con-1 td:hover{
    background: #ddd!important;
    color:#333333;
}
.app-page-con-1 td p{
	transition:0;
}
.app-page-con-1 td:hover p{
    background: #a7b4c2!important;
    color:#fff;
}
.app-page-con-1 .pro-list-bottom-con{
	margin-bottom:0;
}
@media(max-width:999px){
	.app-page{
		padding:20px 0
	}
	.app-page-con{
		padding:20px;
	}
	.app-page-con-1 td{
		padding:5px 10px;
		font-size:14px;
	}
}
/*app list*/
.app-list{
	background: #f8f8f8;
}

.app-list-top{
	padding-top:100px
}
.app-list-bottom{
	padding-top:80px;
	padding-bottom:100px;
}
.app-p2{
    font-weight: 800;
    font-size: 40px;
    color: #333;
    line-height: 1;
	text-align:center;
}
.app-p3{
	margin-top:40px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
	text-align:center;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
.app-list-top-con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
	
}
.app-list-grid {
	flex: 0 0 16%;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition:0.3s;
	height: 650px;
}
.app-list-grid.active{
	flex: 0 0 calc(52% - 6px);
}
.app-list-grid:after{
	content:'';
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.4);
	z-index:2;
}
.app-list-grid.active:after{
	display:none;
}
.app-list-image-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index:1;
}

.app-list-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	transition: 0.5s;
}
.app-list-content {
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	box-sizing: border-box;
	padding: 40px 20px;
	width:100%;
	text-align: center;
}

.app-list-title {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.app-list-title:hover{
	color:#f08200;
}
.app-list-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	font-weight:400;
	margin-top: 20px;
	margin-bottom: 30px;
	display:none;
}
.app-list-grid.active .app-list-title {
	font-size: 30px;
}
.app-list-grid.active .app-list-desc {
	display:block;
}
.app-list-content .view-more{
	display:none;
}
.app-list-grid.active .app-list-content .view-more{
	display:inline-block;
}


@media (max-width: 999px) {
	.app-list-grid{
		flex: 0 0 100%;
		margin-bottom:20px;
		height:350px;
	}
	.app-list-grid.active{
		flex: 0 0 100%;
		width:100%;
	}
	.app-list-top{
		padding-top:30px;
	}
	.app-p2{
		font-size:26px;
	}
	.app-p3{
		font-size:14px;
	}
}
.app-list-bottom-con{
	margin-top:40px
}
.app-p4{
    font-weight: 800;
    font-size: 40px;
    color: #333;
    line-height: 1;
	text-align:left;
}
.app-c{
	min-height:440px;
	background: #fff;
	padding:40px;
	box-sizing: border-box;
	width:calc((100% - 60px) / 4);
	margin-bottom: 20px;
	flex-direction: column;
	transition:0.3s;
}
.app-t{
	align-items: center;
	align-content: center;
}
.app-t img{
	transition: 0.3s;
}
.app-t span{
	font-size:30px;
	color:#333;
	font-weight:400;
	line-height: 1;
	transition:0.3s;
}
.app-b1{
	font-size:24px;
	color:#333;
	font-weight:800;
	line-height: 1.6;
	transition:0.3s;
}
.app-b2{
	margin-top:30px;
	font-size:16px;
	color:#333;
	font-weight:400;
	line-height: 1.6;
	text-align:justify;
	transition:0.3s;
}
.app-c:hover{
	background: #f08200;
}
.app-c:hover .app-t span{
	color:#fff;
}
.app-c:hover .app-t img{
	filter:brightness(100);
	filter: brightness(0) invert(1);
	transform: rotateY(180deg);
}
.app-c:hover .app-b1{
	color:#fff;
}
.app-c:hover .app-b2{
	color:#fff;
}
.app-img{
	width:calc((100% - 20px) / 2);
	min-height:440px;
	height:440px;
	overflow: hidden;
	position: relative;
}
.app-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
@media(max-width:1500px){
	.app-img{
		min-height:480px;
	}
		
	.app-c{
		min-height:480px;
	}
}
@media(max-width:999px){
	.app-img{
		min-height:280px;
		height:280px;
		width:100%;
		margin-bottom:20px;
	}
		
	.app-c{
		min-height: 320px;
		width:100%;
		padding:20px;
	}
	.app-list-bottom{
		padding:30px 0
	}
	.app-p4{
		font-size:26px;
		text-align:center;
	}
	.app-t img{
		max-width:40px;
	}
	.app-b1{
		font-size:20px;
	}
	.app-b2{
		font-size:14px;
		margin-top:20px;
	}
	.app-t span{
		font-size:24px;
	}
}
/*about*/
.about-breadcumb-section{
	min-height:900px;
}
.about-head{
	margin-top: 160px;
}
.about-head-tab-1{
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.about-span-2{
	display:block;
	font-size:34px;
	font-weight:800;
	color:#f08200;
	transform: translate(0px,3px);
}
.about-span-1{
	font-family:"Roboto";
	display:block;
	font-size:72px;
	font-weight:800;
	line-height: 1;
	color:#f08200;
}
.about-head-tab-2{
	margin-top:15px;
	font-weight:800;
	font-size:20px;
	color:#fff;
}
.about-head-tab-3{
	margin-top:20px;
	font-weight:400;
	font-size:15px;
	color:#fff;
}
@media(max-width:999px){
	.about-head {
	    margin-top: 20px;
	}
	.about-head-tab{
		width:50%;
		margin-bottom:25px;
		padding-right:5px;
		box-sizing: border-box;
	}
	.about-head-tab:nth-child(1),
	.about-head-tab:nth-child(2),
	.about-head-tab:nth-child(3){
		width:32%;
	}
	.about-span-1{
		font-size:30px;
	}
	.about-span-2{
		font-size:14px;
	}
	.about-head-tab-2{
		font-size:14px;
		margin-top:5px;
	}
	.about-head-tab-3{
		font-size:12px;
		margin-top:2px;
	}
	.about-breadcumb-section{
		min-height:200px;
	}
}



.about1{
	padding-top:80px;
}
.about-left{
	width:75%;
}
.about-right{
	width:16%;
}
.about-p1 p{
	font-weight:400;
	font-size:15px;
	color:#333333;
	margin-bottom:20px;
	line-height:2;
}

.about1-img{
	width:100%;
}
.about1-img img{
	width:100%;
	display:block;
}
.about1-x{
    padding-top:80px;
}
.about1-x .about-p2{
    text-align:center;
}
.about1-vr{
	width:100%;
	padding-top:40px;
}
.about1-vr iframe{
	width:100%;
	display:block;
}
.about1-vr img{
	width:100%;
	display:block;
}
.about1-x-top{
	padding-bottom:50px;
}
.about-p2{
	font-weight:800;
	font-size:40px;
	color:#333333;
	margin-bottom:0px;
	line-height:1;
}
.about-left-2{
	width:360px;
}
.about-left-2 img{
	margin-left:40px;
}
.about-right-2{
	width:calc(100% - 450px);
	display: flex;
	align-content: flex-end;
}
@media(max-width:999px){
	.about1 {
	    padding-top: 30px;
	}
	.about-left{
		width:100%;
	}
	.about-right{
		width:100%;
		display:none;
	}
	.about-right img{
		width:30px;
	}
	.about1-vr{
		padding-top: 30px;
	}
	.about1-x{
		padding-top:30px;
	}
	.about-left-2 img{
		display: none;
	}
	.about-right-2{
		width:100%;
		margin-top:20px;
	}
	.about1-x-top{
		padding-bottom: 10px;
	}
}
.about2{
	padding:80px 0;
	background-image: url(../image/about2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100% auto;
}
.about2swiper{
	margin-top:60px;
}
.about2-text{
	height:150px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.about2-text-1{
	font-family:'Roboto';
	font-weight:800;
	font-size:36px;
	color:#333333;
	margin-top:0px;
	line-height:1;
	width:100%;
}
.about2-text-2{
	width:100%;
	font-weight:400;
	font-size:15px;
	color:#333333;
	margin-top:30px;
	line-height:2;
	min-height:60px;
	padding-right:20px;
	box-sizing:border-box;
}
.about2-img{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: column;
	padding-right:50px;
	height:320px;
	width:100%;
	box-sizing:border-box;
}
.about2-img img{
	max-width:100%;
}
.about2-line{
	margin:40px 0;
	height:1px;
	width:100%;
	background: #e6e6e6;
	position: relative;
}
.about2-line:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	background: #f08200;
	border-radius:50px;
	position: absolute;
	top:-7px;
	left:0px;
}
.about2-line:before{
	content:'';
	display:block;
	width:0px;
	height:3px;
	background: #f08200;
	border-radius:50px;
	position: absolute;
	top:-2px;
	left:0;
	transition:0.3s;
}
.about2swiper .swiper-slide:hover .about2-text-1{
	 color:#f08200;
}
.about2swiper .swiper-slide:hover .about2-line:before{
	width:100%;
}
.about-p3{
	font-weight:400;
	font-size:15px;
	color:#333333;
	margin-top:30px;
	line-height:1.4;
}
@media(max-width:999px){
	.about2swiper{
		margin-top:10px;
	}
	.about2{
		padding:30px 0;
	}
	.about-p2{
		font-size:26px;
		font-weight:400;
		color:#333333;
	}
	.about-p3{
		margin-top:15px;
		line-height:1.6;
	}
	.about2-img{
		height:180px;
	}
	.about2-text-1{
		font-size:26px;
	}
	.about2-text-2{
		margin-top:10px;
		font-size:14px;
	}
}
.about3{
	padding:80px 0;
}
.about3 .about-p2{
	text-align:center;
}
.about3 .about-p3{
	text-align:center;
	width:100%;
	max-width:100%;
}
.about3-box{
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
	width:100%;
	border-bottom:1px solid #e9e9e9;
}
.about3-con{
	margin-top:50px;
	text-align:center;
}
.about3-con img{
	max-width:100%;
	display:none;
	margin:0 auto;
}
.about3-con img:first-child{
	display:block;
}
.about3-tab{
	padding-bottom:35px;
	width:25%;
	font-size:20px;
	font-weight:400;
	color:#333333;
	text-align: center;
	cursor: pointer;
}
.about3-tab.active{
	border-bottom:2px solid #f08200;
}
@media(max-width:999px){
	.about3{
		padding:30px 0;
	}
	.about3-tab{
		padding-bottom: 5px;
		font-size: 14px;
	}
}
.about4{
	padding:80px 0;
	background-image: url(../image/about4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.about4 .about-p2{
	color:#fff;
}
.about4 .about-p3{
	color:#fff;
	max-width:50%;
}
.about4-con{
	margin-top:50px;
}
.about4-left{
	width:50%;
}
.about4-right{
	width:50%;
	padding-left:50px;
	box-sizing: border-box;
}
.about4swiper1 img{
	width:100%;
	display:block;
}
.about4swiper1-pagination{
	bottom:20px!important;
}
.about4swiper1-pagination .swiper-pagination-bullet{
	height: 10px !important;
	width:10px!important;
	background: #fff!important;
	border:1px solid #fff!important;
	opacity: 1!important;
}
.about4swiper1-pagination .swiper-pagination-bullet-active{
	background: transparent!important;
}
.about4-text{
	margin-top:120px;
}
.about4-text-1{
	font-size:36px;
	font-weight:800;
	color:#fff;
	line-height:1;
}
.about4-text-2{
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:1.8;
	margin-top:30px;
}
.about4-img{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	margin-top:100px;
}
.about4swiper2-next{
	top: 30px !important;
	right:0 !important;
	background: none!important;
	width:45px!important;
	height:45px!important;
	line-height: 45px!important;
	border:1px solid #fff!important;
}
.about4swiper2-next:after{
	display: none!important;
}
.about4swiper2-next svg path{
	fill:#fff!important;
}
.about4swiper2-next:hover{
	background: #fff!important;
	border:1px solid #fff!important;
}
.about4swiper2-next:hover svg path{
	fill:#f08200!important;
}

.about4swiper2-prev{
	top: 30px !important;
	right:100px !important;
	left: auto !important;
	background: none!important;
	width:45px!important;
	height:45px!important;
	line-height: 45px!important;
	border:1px solid #fff!important;
}
.about4swiper2-prev:after{
	display: none!important;
}
.about4swiper2-prev svg path{
	fill:#fff!important;
}
.about4swiper2-prev:hover{
	background: #fff!important;
	border:1px solid #fff!important;
}
.about4swiper2-prev:hover svg path{
	fill:#f08200!important;
}
.about4swiper2-pagination{
	bottom: auto !important;
	width: 120px!important;
	top:0!important;
	left:0!important;
	text-align:left;
	font-size:20px;
	font-weight:400;
	color:#fff;
	line-height:1;
	font-family: "Roboto";
}
.about4swiper2-pagination .swiper-pagination-current{
	font-size:48px;
	font-weight:800;
}
@media(max-width:999px){
	.about4{
		padding:30px 0;
	}
	.about4-left{
		width:100%;
	}
	.about4-right{
		width:100%;
		padding-left:0;
		padding-top:20px;
	}
	.about4-text{
		margin-top:80px;
	}
	.about4-img{
		margin-top:20px;
	}
	.about4-img div{
		width:100%;
	}
	.about4-img img{
		width:100%;
	}
	.about4-text-1{
		font-size:26px;
	}
	.about4-text-2{
		font-size:14px;
		text-align:justify;
	}
}
.about5{
	padding:80px 0;
}
.about5-con{
	justify-content: flex-start;
	margin-top:50px;
}
.about5-con img{
	display:block;
	width:calc((100% - 140px) / 8);
	margin-right:20px;
	margin-bottom:20px;
}
.about5-con img:nth-child(8n){
	margin-right:0px;
}
@media(max-width:999px){
	.about5{
		padding:30px 0;
	}
	.about5-con img{
		width:calc((100% - 20px) / 2);
	}
	.about5-con img:nth-child(2n){
		margin-right:0;
	}
}

/*head down*/
/* #gnbBg {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    background: #F5F5F5;
    z-index: 98;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    transition: height 0.3s;
}

#gnbBg.open {
    height: 365px;
    border-top: 1px solid #e5e5e5;
} */

.gnb-2dep {
    visibility: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 80px;
    min-height: 365px;
    z-index: 99;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    transition: all 0s 0s;
	
}

.gnb-2dep.show {
	border-top:1px solid #e6e6e6;
	background: #fff;
    visibility: visible;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    -webkit-transition: all 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    -ms-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
	padding-top:60px;
	padding-bottom:60px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.gnb-2dep-inner{
	max-width:1460px;
	margin:0 auto;
}
.gnb-2dep-menu-list {
    float: left;
    width: 50%;
    padding-top:0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnb-2dep-menu-list .gnb_mleft {
    width: 638px;
    max-width: 100%;
    float: right;
}
.gnb-2dep-menu-list .gnb_mleft .gnb_mleft-p1{
    font-weight:800;
    font-size:30px;
    color:#000;
    margin-bottom:30px;
}
.gnb-2dep-menu-list .gnb_mleft ul.clearfix{
	position:relative;
}
.gnb-2dep-menu-list .gnb_sub {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 21px;
    color: #333333;
}

.gnb-2dep-menu-list li {
    float: left;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gnb2 .gnb-2dep-menu-list li {
    max-width: 50%;
	
}
.gnb-2dep-menu-list .nav-2{
	width:320px;
	height:50px;
	border-bottom:1px solid #dcdcdc;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	/* margin-bottom:15px; */
}
.gnb-2dep-menu-list li a {
    display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    width: 100%;
	height:100%;
    padding:0px;
    color: #333333;
	font-size:16px;
	line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	
}

.gnb-2dep-menu-list .nav-2:hover{
	border-bottom:2px solid #f08200;
	background: #fef6ee;
	border-radius: 5px;
}

.gnb-2dep-menu-list .nav-2:hover a em svg path{
	fill:#f08200;
}
/* .gnb-2dep-menu-list li a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
} */

.gnb-2dep-menu-list li a span {
    display: inline-block;
    color: inherit;
    vertical-align: bottom;
    font-size: 15px;
	color:#333333;
	min-width:150px;
}
.gnb-2dep-menu-list li a:hover span{
	color:#f08200;
}
.gnb-2dep-menu-list li a .gnb-icon {
    font-size: 18px;
}

.gnb-2dep-menu-list li a:hover .gnb-icon{
	color:#f08200;
}

.gnb-2dep-menu-list li a:hover .gnb-icon svg path{
	fill:#f08200;
}

.gnb-2dep-menu-list li a:hover {
    color: var(--main-color);
}

.gnb-2dep-menu-list li a:hover:before {
    width: 100%;
}

.gnb-2dep-menu-list li.active a:hover {
    width: 100%;
}

.gnb-2dep-menu-list .gnb_mleft ul.clearfix.nav-3{
	position:absolute;
	top: 0;
	left: 330px;
}

.nav-3{
	display:none;
}
.nav-3 li{
	padding:8px 20px;
	width:230px;
	display:block;
	background: #f8f8f8;
	margin-bottom:1px;
}
.nav-3 li a{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.nav-3 li a span{
	font-size:13px;
	color:#333333;
}

.nav-3 li:hover{
	background: #f08200;
}
.nav-3 li:hover a span{
	color:#fff;
}
.nav-3 li:hover a span svg path{
	fill:#fff;
}
.gnb-2dep-menu-txt {
    float: left;
    width: 50%;
    background-color: #fff;
	
}
.gnb-2dep-menu-txt .gnb-2dep-menu-img {
    width: 100%;
	max-width:100%;
	border-radius:0px;
	overflow: hidden;
    float: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gnb-2dep-menu-img img{
    width:100%;
}
.gnb-2dep-menu-txt .gnb-left {
    float: left;
    width: 45%;
    padding-right: 15px;
    padding-top: 38px;
}

.gnb-2dep-menu-txt .gnb-left .gnb_text {
    font-size: 26px;
    line-height: 1.2;
    color: var(--main-color);
    min-height: 100px;
    margin-bottom: 35px;
}

.gnb-2dep-menu-txt .gnb-left p {
    font-size: 16px;
    line-height: 28px;
}
/*service*/
.service-nav{
	margin-top:50px;
	justify-content: center;
}
.service-nav-2{
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width:180px;
	height:46px;
	line-height:46px;
	text-align: center;
	border:1px solid #fff;
	border-radius:30px;
	color:#fff;
	font-size:16px;
	margin: 0 15px;
}
.service-nav-2:hover{
	background: #fff;
	color:#f08200;
	font-weight:800;
}
.service-nav-2:hover svg path{
	fill:#f08200;
}
.service1{
	padding-top:100px;
	background: #f8f8f8;
}
.service2{
	padding-top:100px;
	background: #f8f8f8;
}
.service3{
	padding-top:100px;
	background: #f8f8f8;
}
.service4{
	padding-top:100px;
	background: #f8f8f8;
	padding-bottom:100px;
}
.service-p1{
	font-size:30px;
	color:#333333;
	font-weight:800;
	line-height:1;
}
.service-p2{
	font-size:15px;
	color:#333333;
	font-weight:400;
	line-height:1.6;
	margin-top:30px;
}
.service-con1{
	margin-top:20px;
	border-bottom: 1px solid #dcdcdc;
	padding:20px 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.service-tab{
	padding:0px 50px;
	border-right:1px solid #dcdcdc;
	font-size:16px;
	color:#777777;
	position: relative;
	cursor:pointer;
}
.service-tab:after{
	transition:0.3s;
	width:0px;
	height:3px;
	background: #f08200;
	content:"";
	display:block;
	position: absolute;
	left:0;
	bottom:-20px;
}
.service-tab:last-child{
	border-right:none;
}
.service-tab.active{
	color:#333333;
}
.service-tab.active:after{
	width:100%;
}
.service-con2{
	background: #fff;
	margin-top:30px;
	border-radius:20px;
	padding:30px;
}

.service-tab2{
	display:none;
}
.service-tab2.active{
	display:block;
}
.service-tab2-a{
	padding:20px 30px;
	border-bottom:1px solid #dcdcdc;
	align-items: center;
	align-content:center;
}
.service-left1{
	justify-content:start;
}
.service-title1{
	padding-left:20px;
}
.service-text1{
	font-size:16px;
	color:#333333;
	line-height:1;
}
.service-text2{
	font-size:13px;
	color:#333333;
	line-height:1;
	margin-top:10px;
}
.service-tab2-a:hover .service-text1{
	color:#f08200;
}
.service-wd {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	margin-bottom:20px;
	transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.service-wd.active {
	border-color: #f08200;
	background: #fff;
}

.service-text3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	cursor: pointer;
	user-select: none;
	min-height: 60px;
	transition: background 0.2s;
}


.question-text {
	font-size: 18px;
	font-weight: 800;
	color: #333;
	line-height:1;
	flex: 1;
}
.service-wd.active .service-text3 .question-text{
	color:#f08200;
}
.arrow-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #faf4ed;
	transition: background 0.25s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	color: #f08200;
}

.service-wd.active .arrow-icon {
	background: #f08200;
	color: #ffffff;
}

.arrow-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-wd.active .arrow-icon svg {
	transform: rotate(180deg);
}

.service-text4 {
	max-height: 0;
	padding: 0 22px;
	overflow: hidden;
	opacity: 0;
	color: #3d4e6b;
	font-size: 15px;
	line-height: 1.7;
	transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		padding 0.35s ease,
		opacity 0.3s ease;
}

.service-wd.active .service-text4 {
	max-height: 400px;
	padding: 0 22px 22px 22px;
	opacity: 1;
}

@media (max-width: 600px) {
	.faq-wrapper {
		padding: 20px 16px;
	}
	.service-text3 {
		padding: 14px 16px;
		min-height: 52px;
	}
	.question-text {
		font-size: 15px;
	}
	.service-text4 {
		font-size: 14px;
	}
	.service-wd.active .service-text4 {
		padding: 0 16px 18px 16px;
	}
	.arrow-icon {
		width: 28px;
		height: 28px;
	}
	.arrow-icon svg {
		width: 15px;
		height: 15px;
	}
}

.service-left2{
	width:calc(50% - 20px);
}
.service-right2{
	width:calc(50% - 20px);
}
.service3-div{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	padding:20px 0;
	background: #f8f8f8;
}
.service3-div:nth-child(2n){
	background: #fff;
}
.service3-1{
	width:230px;
	box-sizing:border-box;
	padding-left:30px;
	font-size:16px;
	font-weight:800;
	line-height:1;
	color:#333333;
}
.service3-2{
	position:relative;
	width:auto;
	box-sizing:border-box;
	padding-left:50px;
	font-size:16px;
	font-weight:400;
	line-height:1;
	color:#333333;
}
.service3-2:after{
	content:'';
	display:block;
	width:8px;
	height:8px;
	background: #f08200;
	border-radius:5px;
	position: absolute;
	top:5px;
	left:20px;
}
.service-p3{
	font-size:24px;
	font-weight:800;
	line-height:1;
	color:#f08200;
	width:100%;
}
.service4-1{
	padding-top:30px;
	border-bottom: 1px solid #dcdcdc;
}
.service4-1:last-child{
	border-bottom:none;
}
.service4-con{
	padding:30px 0;	
}
.service4-tab{
	align-items: center;
	align-content:center;
}
.service4-tab img{
	transition:0.5s;
}
.service4-tab:hover img{
	transform: rotate(360deg);
}
.service4-tab span{
	font-size:18px;
	font-weight:400;
	line-height:1;
	color:#333;
	padding-left:20px;
}
.service-p4 {
	margin-top:50px;
}
.service-p4 img{
	display:block;
	width:100%;
}
.service4-tab2{
	width:calc((100% - 40px) / 3);
	margin-bottom:20px;
	margin-right:20px;
	border-top:1px solid #dcdcdc;
}
.service4-tab2:nth-child(1),
.service4-tab2:nth-child(2),
.service4-tab2:nth-child(3),
.service4-tab2:nth-child(4){
	width:calc((100% - 60px) / 4);
}
.service4-tab2:nth-child(4){
	margin-right:0px;
}
.service4-tab2:nth-child(7){
	margin-right:0px;
}
.service4-tab2:nth-child(10){
	margin-right:0px;
}
.service4-a1{
	margin-top:30px;
	font-size:20px;
	font-weight:800;
	line-height:1;
	color:#333;
}
.service4-a2{
	margin-top:15px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:800;
	line-height:1;
	color:#333;
}
.service4-a3{
	margin-bottom:0px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#333;
}

@media(max-width:999px){
	.service-nav-2{
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin-bottom:10px;
	}
	.service-tab{
		padding:0;
		text-align:center;
		width:25%;
	}
	.service-con2{
		padding:20px 15px;
	}
	.service-tab2-a{
		padding:10px 0;
	}
	.service-title1{
		box-sizing:border-box;
		width:calc(100% - 40px);
		padding-left: 10px;
	}
	.service-left1{
		width:calc(100% - 20px);
	}
	.service1{
		padding-top:30px;
	}
	.service2{
		padding-top:30px;
	}
	.service3{
		padding-top:30px;
	}
	.service4{
		padding-top:30px;
		padding-bottom:30px;
	}
	.service-left2{
		width:100%;
	}
	.service-right2{
		width:100%;
	}
	.service3-1{
		display:none
	}
	.service4-tab{
		width:100%;
		margin-bottom:20px;
	}
	.service4-tab img{
		width:40px;
	}
	.service4-tab span{
		display:block;
		width:calc(100% - 40px);
		line-height:1.6;
		font-size:14px;
	}
	.service4-tab2{
		width: 100% !important;
		margin-right:0!important;
	}
	.service4-a2{
		font-size:18px;
		line-height:1.6;
	}
	.service4-a3{
		font-size:14px;
		margin-bottom: 5px;
	}
	.service-nav{
		margin-top:20px;
		margin-bottom:20px;
	}
}

/*产品栏目新增 lm-con*/
.lm-con{
	width:100%;
}
.lm-p1{
	font-weight: 800;
	font-size: 24px;
	color: #333;
	line-height: 1;
	padding:20px 0;
	width:100%;
	margin-bottom:50px;
}
.bb{
	border-bottom:3px solid #e6e6e6;
}

.lm-p2{
	width:100%;
	font-weight: 800;
	font-size: 24px;
	color: #333;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.lm-p2 img{
	margin-right:20px;
}	
.lm-d1{
	width:100%;
	margin-top:25px;
	margin-bottom:40px;
	line-height:1.6;
	font-size:16px;
	color:#333;
}
.lm-d1-img{
	width:100%;
}
.lm-d2{
	width:100%;
	margin-top:25px;
	margin-bottom:40px;
	border-top:1px solid #e6e6e6;
}
