/*
Theme Name: Oraxis
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Architecture & Interior Html Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */


    .swiper {
      width: 100%;
      height: 100%;
    }

.lh-index-banner{
	height: 100vh;
    overflow: hidden;
    position: relative;
}

.lh-main, .lh-footer{
	transition: cubic-bezier(.8, -.5, .2, 1.4) 1.2s;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.lh-main-hd {
	position: fixed;
	right: 26px !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
    display:inline-block;
}
.lh-main-hd li:first-child {
	margin: 0 0 20px!important;
}
.lh-main-hd li:last-child {
	margin: 20px 0 0!important;
}
.lh-main-hd li {
	margin: 20px 0!important;
	border-radius: 0;
	background: none;
	opacity: 1;
	width: 6px;
	height: 6px;
	position: relative;
	display: block;
	outline: none;
}
.lh-main-hd:before {
	content: '';
	display: none;
	width: 2px;
	height: 100%;
	background: #f15a25;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
}
.lh-main-hd li i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(62, 78, 86, 0.70);
	
}
.lh-main-hd li i:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
    left: 78%;
    top: 86%; 
	transform: translate(-50%, -50%) scale(0);
	border: 1px solid rgba(62, 78, 86, 0.70);
	border-radius: 50%;
	opacity: 0;
	transition: cubic-bezier(.8, -.5, .2, 1.4) 1.2s;
}
.lh-main-hd li.swiper-pagination-bullet-active i:after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.lh-main-hd li span {
	width: 84px;
	height: 34px;
	text-align: center;
	line-height: 34px;
    background: linear-gradient(90deg,#f18d2b,#f9b459);
	border-radius: 3px;
	color: #fff;
	position: absolute;
	left: -108px;
	top: 50%;
	margin-top: -17px;

	transition: cubic-bezier(.8, -.5, .2, 1.4) 1.2s;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	display: none;
}
.lh-main-hd li.swiper-pagination-bullet-active span {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.lh-main-hd li span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #f15a25;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -6px;
}

.swiper-slide-active .wow{
	visibility: visible!important;
}
.swiper-slide-content{
	display: flex;
    height: 100%;
    align-items: center;
	padding-top: 40px;
}

/*header-search button*/
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.cle{*zoom: 1;clear: both; zoom: 1;}
.cle:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0px;}


/*About - Section */
.about-section .about-icon-box{
    width: 100%;
	padding: 60px 0px;
    margin-top: 40px;
	position: relative;
	z-index: 1;
}
.about-section .about-icon-box .about-icon-bg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.about-section .about-icon-box .about-icon-bg img{
	max-width: 100%;
}



.about-icon-box .row{
	margin-right:0;
	margin-left: 0;
}

.about-icon-box-lb{
	padding: 0;
	display: flex;
	position: relative;
}
.about-icon-box-lb:before{
	content: "";
	border-right: 1px solid #adadad;
	height: 100%;
    position: absolute;
	right: 0;
	top: 0;
	transform: skewX(330deg);
}

.about-icon-box-lb .wk{
	display: inline-block;
    margin: 0 auto; 
}
.about-icon-box-lb:nth-child(3) .wk,.about-icon-box-lb:nth-child(3):before{
	border-right:none;
}
.about-icon-box-lb .abouts_titles{
	text-align: left;
}
.abouts_titles h4 {
    font-size: 70px;
    line-height: 1;
    color: #000000;
    font-weight: 700;
	font-family: 'Noto Sans SC', sans-serif;
    margin: 0;
	padding-bottom: 20px;
	display: inline;
	position: relative;
}

.abouts_titles h4 i{
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	top: -5px;
	right: -20px;
	font-style: normal;
}


.abouts_titles p {
    font-size: 20px;
    line-height: 1;
    color: #666;
    font-weight: 200;
    font-family: "Poppins";
    margin: 20px 0 0;
}

.abouts_icon {
	padding-right: 40px;
	display: grid;
    align-items: center;
	height: 100%;
}

.abouts_icon img{
	max-width: 100%;
}


/*选择我们的理由 - Section */
.xzwmly-section{
	background: url(/uploads/home/index/sy_xzwmly_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.xzwmly_bt{
	text-align: center;
}

.xzwmly_bt h4{
font-size: 30px;
font-weight: 200;	
color:#fff;
	
}

.xzwmly_wznr{
	text-align: center;
	margin-top: 60px;
}



.xzwmly_wznr h5{
	font-size: 40px;
	color:#fff;
	line-height: 60px;
	font-weight: 500;
}

.xzwmly_icolb{
	display: grid;
    justify-content: center;
	margin-top: 90px;
}

.xzwmly_iconnr {
	display: inline-block;
	text-align: center;
	padding-right: 60px;
}
.xzwmly_iconnr:nth-child(4){
	padding-right: 0px;
}
.xzwmly_iconimg{
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
    border-radius: 50%;
	display: grid;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease-in-out;
}
.xzwmly_iconimg:hover{
	border: 1px solid #0075ce;
	background: #0075ce;
}
.xzwmly_iconimg img{
	max-width: 100%;
}


.xzwmly_iconnr p{
	font-size: 20px;
	color:#fff;
	padding-top: 20px;
	transition: all 0.4s ease-in-out;
}
.xzwmly_iconnr:hover p{
	color:#1198ff;
}
.xzwmly_ljgd{
	text-align: center;
	position: relative;
	margin-top: 130px;
}

.xzwmly_ljgd a{
	display: flex;
    color: #fff;
    font-size: 20px;
    justify-content: center;
	transition: all 0.4s ease-in-out;
}

.xzwmly_ljgd :before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;	
	border: 1px solid #ffffff;
    border-radius: 50%;
	top:-30px;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.xzwmly_ljgd ::after{
	position: absolute;
	content: "";
	height: 10px;
	width: 1px;
	top:-20px;
	background: #fff;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}

.xzwmly_ljgd:hover a{
	color:#e85511;
}
.xzwmly_ljgd:hover :before {
	border: 1px solid #e85511;
	top:-20px;
	opacity: 0;
}
.xzwmly_ljgd:hover ::after{
	background: #e85511;
	top:-00px;
	opacity: 0;
}

/*分公司 - Section */
.nyfgs-section{
	background: url(/uploads/home/fgs/fgs_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	display: block;
}

.nyfgs-section-lb{

}
.nyfgs-section-lb .wk{
	background: #fff;
	padding: 20px;
	box-shadow: var(---box-shadow);
}

.nyfgs-nrimg{
	border: 1px solid #d9d9d9;
}

.nyfgs-nrimg img{
	max-width: 100%;
}
.nyfgs-nrwz{
	text-align: center;
	margin-top: 20px;
	height: 180px;
}
.nyfgs-nrwz h2{
	text-align: center;
	background: linear-gradient(to right, rgb(0 135 211), rgb(22 74 161));
	border-radius:30px;
	width: 220px;
    height: 40px;
	font-size: 15px;
    color: #fff;
    line-height: 40px;
	display: inline-block;
	box-shadow: 0px 5px 8px rgb(48 70 175 / 50%);
}



.nyfgs-nrwz p{
	font-size: 16px;
	line-height: 30px;
	color:#000;
	margin-top: 20px;
	
}

.nyfgs-nrwz h5{
	padding-top: 10px;
	font-size: 14px;
	color:#666;
	font-weight: 300;
}
/*发展历程 - Section */
.nyfzlc-section{
	position: relative;
	background: url(/uploads/home/fzlc/nyfzlc_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	
}
.nyfzlc-section .swiper{
	padding: 80px 0 40px;
}

.nyfzlc-section .hero-content{
	 background: linear-gradient(to bottom, #6a81c7 20%, #2236a8 80%);
	 padding: 155px 0 155px 15%;
}

.nyfzlc-section .hero-content h5{
	font-family: 'Source Han Serif SC', serif;
	text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #a7b6f0 20%, #ffffff 80%);
	font-size: 26px;
	font-weight: 800;
	padding: 40px 0px;
}
.nyfzlc-section.hero-3 .hero-content h1{
	margin-bottom: 0px;
	color:#fff;
	font-size: 40px;
}
.nyfzlc-section.hero-3 .hero-content span{
	font-size: 16px;
	font-weight: 200;
	color:#fff;
	margin-bottom: 20px;
	display: block;
}

.nyfzlc-section.hero-3 .hero-slider-items{
	margin-right:-20%;
	transform:rotate(-15deg);
	position: relative;
	padding: 155px 0;
}
.nyfzlc-section.hero-3 .hero-slider-items:before{
	position: absolute;
	content: "";
	width: 40%;
    height: 130%;
    z-index: 3;
    transform: rotate(15deg);
    top: -30%;
    left: -80px;
    background: linear-gradient(to right, #ffffff 30%, #ffffff00 60%);
} 
.nyfzlc-section.hero-3 .hero-slider-items:after{
	position: absolute;
	content: "";
	width: 60%;
    height: 100%;
    z-index: 3;
    transform: rotate(15deg);
    top: -30%;
    right: -80px;
    background: linear-gradient(to left, #ffffff 30%, #ffffff00 60%);
} 


.nyfzlc-section .swiper-slide:nth-child(odd) .nyfzlc-lb{
	border-top: 1px solid #6c83c8;
	border-left: 1px solid #6c83c8;
}

.nyfzlc-section .swiper-slide:nth-child(even) .nyfzlc-lb{
	border-top: 1px solid #6c83c8;
	border-left: 1px solid #6c83c8;
}


.nyfzlc-lb{
	position: relative;
	
	padding: 20px;
	transform:rotate(15deg);
	height: 240px;	
}


.nyfzlc-nr{
	
	
}
.nyfzlc-nr h3{
	color:#000;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.nyfzlc-nr p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
	
}
.nyfzlc-nr h5{
	padding-bottom: 20px;
	margin-top: 0px;
	padding-left: 40px;
	font-size: 26px;
	font-weight: 500;
	background: linear-gradient(90deg, #6a81c7, #354ab0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}



.nyfzlc-lb-img{
	position: absolute;
	left: -30px;
	top: -30px;
}

.nyfzlc-lb-img img{
	width: 60px;
	max-width: 100%;
}
/*组织架构 - Section */
.nyzzjg-section{
	
}
.zzjg_nr{
	
}
.zzjg_nr img{
	max-width: 100%;
}
/*企业优势 - Section */
.nyqyys-section{
	background: #f0f0f7;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.nyqyys_lb{}
.nyqyys_lb .wk{
	padding: 30px;
	background: #fff;
	box-shadow: var(---box-shadow);
	position: relative;
	margin: 0 10px;
}
.nyqyys_lb .wk:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(180deg, #687ec8, #354baf);
}


.nyqyys_sz{
	background: #f4f6fa;
	position: relative;
	width: 230px;
	height: 230px;
	border-radius: 50% ;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px auto 0;
}
.nyqyys_sz:before{
	position: absolute;
	content: "";
	width: 80%;
	height: 80%;
	border-radius: 50% ;
	background: linear-gradient(90deg, #687ec8, #354baf);
}
.nyqyys_sz h6{
	position: relative;
	color:#fff;
	font-size: 50px;
	text-align: center;
	line-height: 230px;
	z-index: 4;
}

.nyqyys_wz{
	text-align: center;
}
.nyqyys_wz h2{
	font-size: 35px;
	color:#000;
	margin-bottom: 40px;
	margin-top: 35px;
}
.nyqyys_wz p{
	font-size: 24px;
	line-height: 1.8;
	color:#333;
	padding: 0 20px;
}
/*合作平台 - Section */
.hzpt-section{
	background: #f8f8f8;
}

.hzpt-section .section-title h6{
	font-size: 45px;
	color:#3744a4;
	font-family: 'Source Han Serif SC', serif;
	font-weight: 200;
	
}

.hzpt-section .section-title p{
	font-size: 18px;
	font-weight: 200;
	color:#333;
}



.hzpt-section .brand-wrapper .brand-image img{
	max-width: 100%;
}
.brand-wznr{
	margin-top: 25px;
	padding: 40px 0;
	text-align: center;
	background: #6b7699;
}
.brand-wznr h5{
	color:#fff;
	font-size: 30px;
}
.hzpt-section-nr .swiper-slide:nth-child(even) .brand-wznr{
	background: #3e455d;
}
/*品牌介绍 - Section */
.ppjs_dgpp{
	padding-top: 88px;
}
.ppjs_bt{
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left center;
	height: 500px;
}

.ppjs_bt .container{
	height: 100%;
} 


.ppjs_btwz{
	display: flex;
    height: 80%;
    align-items: flex-end;
}
.ppjs_btwz h2{
	font-size: 50px;
	line-height: 1;
	color:#fff;
	font-family: 'Source Han Serif SC', serif;
	
}
.ppjs_btwz p{
	padding-left: 40px;
	font-family: 'Source Han Serif SC', serif;
	font-size: 26px;
	color:#fff;
	text-transform: uppercase;
	width: 70%;
	
}

.ppjs_jj{
	margin: 40px 0;
}
.ppjs_jjdgpp_logo{
	text-align: center;
}
.ppjs_jjdgpp_logo img{
	max-width: 100%;
}
.ppjs_jjdgpp_nr{
	margin-top: 60px;
	text-align: center;
	padding: 0 10%;
}

.ppjs_jjdgpp_nr p{
	font-size: 20px;
	color:#000;
	line-height: 1.8;
}

.ppjs_jjdgpp_img{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ppjs_jjdgpp_img img{
	max-width: 100%;
}

.ppjs_jj_zs{
	padding: 20px;
    background: #fff;
    margin-top: -10%;
    display: inline-block;
    height: 100%;
    z-index: 2;
    position: relative;
	box-shadow: var(---box-shadow);
}
.ppjs_jj_zs img{
	max-width: 100%;
}
.ppjs_jj_img2{
	margin-top: 40px;
}
.ppjs_jj_img2 img{
	width: 100%;
}
/*品牌展示 - Section */

.ppzs-section{
	background: url(/uploads/home/index/sy_ppzs_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	display: block;
	
}
.ppzs-section .section-title h2{
	color: #fff;
}

.sy_ppzs_logo{
	position: relative;
}

.ppzs_logolb{
	margin-bottom: 20px;
	
}
.ppzs_logolb .wk{
background: rgb(0 124 219 / 74%);
text-align: center;
padding: 30px 0 40px 0;	
}
.ppzs_logolb .wk img{
	
	height: 100px;
}
.ppzs_logolb .wk p{
	margin-top: 30px;
	font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
	
}

.ppzs_logolb1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: grid;
    align-items: center;
    justify-content: center;
}

.ppzs_logolb1 .wk{
    padding: 20px 20px;
    display: inline;
    position: relative;
    overflow: hidden;
    clip-path: ellipse(50% 50% at 50% 50%);
}

.ppzs_logolb1 .wk img{
	max-width: 380px;
    background: #fff;
    clip-path: ellipse(50% 50% at 50% 50%);
    padding: 30px 60px;
}
.ppjs_jjdgpp_zslb{
padding-bottom: 60px;	
}
.ppjs_jjdgpp_zslb  .testimonial-wrapper .testimonial-area{
	max-width: 870px;
}
.ppjs_jjdgpp_zslb .swiper{
	padding: 20px 10px;
}
.ppjs_jjdgpp_zslb .testimonial-wrapper .testimonial-items{
	padding: 10px;
	box-shadow: var(---box-shadow);
}
.ppjs_jjdgpp_zslb .testimonial-wrapper .testimonial-items img{
	max-width: 100%;
}

.ppjs_jjdgpp_zslbwz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
    align-items: center;
}
.ppjs_jjdgpp_zslbwz .wk{
	padding-left: 30px;
}
.ppjs_jjdgpp_zslbwz h2{
	color:#fff;
	font-size: 30px;
	padding-bottom: 20px;
	font-family: 'Source Han Serif SC', serif;
}
.ppjs_jjdgpp_zslbwz p{
	font-size: 18px;
	color:#fff;
	font-family: 'Source Han Serif SC', serif;
}


.ppjs_mgpp_img{
	
}
.ppjs_mgpp_img .section-title h2{
	line-height: 1.8;
	font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Source Han Serif SC', serif;
}
.ppjs_mgpp_img .achievement-wrapper .counter-area .counter-item img{
	max-width: 100%;
}
.ppjs_mgpp_img .achievement-wrapper .counter-area .counter-item{
	padding: 10px;
}
.ppjs_mgpp_zs .swiper{
	padding: 30px 10px;
}
.ppjs_mgpp_zs .brand-image{
	box-shadow: var(---box-shadow);
}
.ppjs_mgpp_zs .brand-image img{
	max-width: 100%;
}

/*技术优势 - Section */
.jsys-section{
	background: url(/uploads/home/index/sy_jsyys_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	display: block;
}
.jsys-section .sy_project_bt{
	margin-bottom: 40px;
}
.jsys-nr{
	position: relative;
    padding-bottom: 50px;
}  

.jsys-nr_imglb{
	text-align: center;
}
.jsys-nr_imglb img{
	max-width: 100%;
}

.jsys-nr_img .swiper-dot{
	margin-top: 20px;
    margin-bottom: 20px;
    text-align: right !important;
    padding-right: 240px;
}
.jsys-nr_img .swiper-dot .swiper-pagination-bullet{
	width: 8px;
    height: 8px;
	background-color: #bad9f8;
}
.jsys-nr_img  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1546ae;
}
.jsys-nr_wz{
	position: absolute;
	bottom: 0;
	left: 180px;
    z-index: 1;
	padding: 80px 60px 60px 60px ;
	background: #fff;
	box-shadow: var(---box-shadow);
	display: block;
	width: 450px;
	border-radius: 0px 50px 0px 50px;
}

.jsys-nr_wzlb{
	
}
.jsys-nr_wzlb h1{
	color:#0054a5;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight:800; 
	font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

.jsys-nr_wzlb h3{
	color:#000;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}
.jsys-nr_wzlb p{
	font-size: 18px;
	color:#333333;
	line-height: 35px;
}

.jsys-nr_wz .array-button{
	margin-top: 20%;
	justify-content: flex-start;
}
.jsys-nr_wz .array-button.radius-none .array-prev, .jsys-nr_wz .array-button.radius-none .array-next{
	border-radius: 50% !important;
	color: #fff;
	border: 1px solid #007cdb;
	background: #007cdb;
}

/*合作专家 - Section */
.hzzj-section{
	background: url(/uploads/home/index/sy_hzzj_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	display: block;
}



.hzzj-section .section-title h3{
	font-size: 60px;
	margin-bottom: -60px;
}

.hzzj-section .sy_project_bt{
	margin-bottom: 40px;
}
.hzzj-section .single-team-items .team-image{
	height: 326px;
	overflow: hidden;
}
.hzzj-section .single-team-items .team-image img{
	transition: ease .65s;
}
.hzzj-section .single-team-items .team-image:hover  img{
	transform: scale(1.1);
}


.hzzj-section .single-team-items{
	margin-top: 0px;
	border-radius:30px;
}

.hzzj-section_nr{
	position: relative;
}
.hzzj-section_nr .array-button{
	position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    top: 45%;
    width: 100%;
}

.hzzj-section_nr .array-button.radius-none .array-prev{
	margin-left: -70px;
    border-radius: 50% !important;
}
.hzzj-section_nr .array-button.radius-none .array-next{
	margin-right: -70px;
    border-radius: 50% !important;
}


.team-hzzjnr{
	background: #fff;
	padding: 60px 30px 30px 30px;
	position: relative;
}
.team-hzzjnr-bt{
	position:absolute;
	top: -20px;
	left: 30px;
	width: 195px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(to right, rgb(0 135 211), rgb(22 74 161));
}



.team-hzzjnr-bt h5{
	font-size: 15px;
	color:#fff;
	line-height: 40px;
}
.team-hzzjnr-wz{
height: 90px;	
}
.team-hzzjnr-wz p{
	font-size: 16px;
	color:#666;
	line-height: 35px;
}
.team-hzzjnr-xq{
	margin-top: 30px;
}

.team-hzzjnr-xq a i{
	font-size: 27px;
	color:#0066cc;
	font-weight: 100;
	
	
}


/*销售展示 - Section */

.omxszs-section{

	background: url(/uploads/home/index/sy_omxs_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	display: block;

}

.omxszs-section .sy_project_bt{
	margin-bottom: 40px;
}

.omxszs-section .single-team-items{
	margin-top: 0px;
}


.omxszs-section .section-title h3{
	font-size: 60px;
	margin-bottom: -60px;
}

.omxszs-section .team-image{
	overflow: hidden;
	border-radius: 30px;
}

.omxszs-section .team-image img{
	width: 100%;
    height: 100%;
    border-radius: 0px;
    transition: ease .65s;
}

.omxszs-section .team-image:hover img{
	transform: scale(1.1);
} 



.omxszs-section_nr{
	position: relative;
}
.omxszs-section_nr .array-button{
	position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    top: 40%;
    width: 100%;
}

.omxszs-section_nr .array-button.radius-none .array-prev{
	margin-left: -70px;
    border-radius: 50% !important;
}
.omxszs-section_nr .array-button.radius-none .array-next{
	margin-right: -70px;
    border-radius: 50% !important;
}

.omxszs-section_nr .swiper-dot .swiper-pagination-bullet{
	width: 8px;
    height: 8px;
	background-color: #bad9f8;
}
.omxszs-section_nr  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1546ae;
}

.omxszs-section_nr .swiper-dot{
	margin-top: 20px;
}

/*企业优势 - Section */




.sy_cccd{
	height: 100vh;
	position: relative;
}


.sy_cccd .mySwiper2{
	height: 100%;
    width: 100%;
}
.sy_cccd_nr{
	position: relative;
}

.cccd_nrlb{
width: 100%;
    height: 100%;
    

}
.cccd_nrlb .container{
	 height: 100%;
	display: flex;
}
.cccd_nrwk{
	margin: auto 0;
}

.sy_cccd_bt{
	position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    z-index: 11;
}
.sy_cccd_bt .section-title span{
	color:#fff;
	font-size: 45px;
	font-weight: 600;
}

.cccd_nrtxt{
	width: 46%;
}

.cccd_nrtxt h3{
	font-size: 30px;
	color:#fff;
	font-weight: 500;
}
.cccd_nrtxt p{
	color:#fff;
	font-size: 18px;
	line-height: 40px;
	margin-top: 40px;
}
.cccd_nrtxt ul{
	margin-top: 20px;
}
.cccd_nrtxt ul li{
	font-size: 18px;
	color:#fff;
	font-weight: 200;
	margin-bottom: 10px;
}
.cccd_nrtxt ul li .far{
	display: none;
}

.cccd_button{
	margin: auto 0 auto auto;
}


.cccd_button .theme-btn::before,.cccd_button .theme-btn::after{
	background-color: #fc6501;
	border-radius:0;
}

.cccd_button .theme-btn:hover::before, .cccd_button .theme-btn:hover::after{
	background: #fc6501;
	
}


.sy_cccd_dh{
	width: 33.33%;
	height: 100%;
	position: absolute;
	left: 0;
	border-right: 1px solid #999999;
	z-index: 2;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
}
.cccd_dh_nav{
	position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
	
}
.cccd_dh_nav .swiper-slide{
	height: 80px;
}

.sy_cccd_dh .section-title{
	margin-top: 100px;
}
.sy_cccd_dh .section-title span{
	color:#fff;
}

.sy_cccd_dh .section-title h3{
	font-size: 36px;
	color:#fa7000;
	font-weight: 500;
	line-height: 1;
	padding-top: 0px 
}
.sy_cccd_dh .section-title .dhbt_1{
	padding-top: 30px 
}
.sy_cccd_dh .section-title .dhbt_2{
	padding-top: 20px;
	color:#fff;
}

.sy_cccd_dh .section-title a{
	color:#fff;
	margin-top: 40px;
	display: block;
}


.cccd_dh_container{
	padding-left: 20%;
}
.cccd_nav{
	background: rgb(0 0 0 / 60%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;	
	width: 100%;
}

.cccd_nav_lb{
	padding: 20px 0px;
	position: relative;
	width: 100%;
	cursor: pointer;
	z-index: 1;
}
.cccd_nav_lb:hover::before{
	width: 100%;
}
.cccd_nav_lb::before{
	content: "";
    opacity: 0.86;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
	background: linear-gradient(to right, rgba(252, 101, 1, 1), rgba(255, 166, 51, 1));
}

.cccd_nav_lb .wk{
	border-right: 1px solid #999999;
	padding: 20px 30px 20px 20%;
	display: flex;
	
}
.cccd_nav_lb .wk .img{
	margin: auto 0;
	padding-right: 50px;
}
.cccd_nav_lb .wk .img img{
	max-width: 100%;
}

.cccd_nav_lb .wk h3{
	font-size: 20px;
	color:#fff;
	line-height: 35px;
	font-weight: 500;
}

.cccd_nav_lb .wk p{
	font-weight: 100;
	font-size: 14px;
	color:#fff;
	line-height: 1;
}
.cccd_nav_lb:hover .wk .fa-long-arrow-right{
	opacity: 1;
}
.cccd_nav_lb .wk .fa-long-arrow-right{
	color:#fff;
	margin: auto 0 auto auto;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

/*产品展示 - Section */
.sy_project_bt{
	margin-bottom: 40px;
}

.sy_project_bt .dhbt_1{
	color:#fff;
	margin-top: 0;
	padding-top: 0;
}
.sy_project_bt h4{
	font-size: 30px;
	color:#fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sy_project_bt .section-title{
	margin-bottom: 0px;
    margin-top: 0px;
	text-align: center;
}
/*设备展示 - Section */
.sy_sbzs{
	background: url(/uploads/home/index/sy_sbzs_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.sbzs_nr{
	
}

.sbzs_nav{
	
}
.sbzs_nav_lb{
	cursor: pointer;
	position: relative;
	border-top: 1px solid #999999;
	text-align: center;
}

.sbzs_nav_lb{
	
}

.sbzs_nav_lb::after{
	position: absolute;
    content: "";
    top: -1px;
    width: 0;
    height: 2px;
	background: #e95f23;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.swiper-slide-thumb-active .sbzs_nav_lb::after,
.sbzs_nav_lb:hover::after{
	width: 100%;
}

.swiper-slide-thumb-active .sbzs_nav_lb .wk p,
.sbzs_nav_lb:hover .wk p{
	color:#e95f23;
}

.sbzs_nav_lb .wk p{
	font-size: 20px;
	color:#000;
	padding-top: 30px;
}

.sbzs_nrlbnr{
display: flex;

}


.sbzs_nrlb_img{
	width: 50%;
	height:auto;
	background-size: cover!important;
    background-position: center bottom!important;
    background-repeat: no-repeat!important;
}

.sbzs_nrlb_img img{
	width: 100%;
}

.sbzs_nrlb{
	margin-top: 50px;
}

.sbzs_nrlb_txt{
	width: 50%;
	background: #fff;
	height:auto;
	position: relative;
}
.sbzs_nrlb_txt::after{
	position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 6px;
	background: #e95f23;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sbzs_nrlb_txt .wk{
	margin: 10% 12%;
	position: relative;
	height: 100%;
	
}

.nrlb_txt_sz{
	position: absolute;
	top: 0;
    right: 0;  
	color:#e9e9e9;
	font-size: 150px;
	font-family: 'Noto Serif SC', serif;
}

.nrlb_txt_wz{
	margin-top: 30px;
}
.nrlb_txt_wz h3{
	font-size: 30px;
	font-weight: 600;
	color:#e95f23;
}
.nrlb_txt_wz p{
	margin-top: 40px;
	font-size: 18px;
	width: 80%;
	color:#333333;
	line-height: 34px;
	height: 68px;
}

.nrlb_txt_gd{
	margin-top: 50px;
}
.nrlb_txt_gd a{
	font-size: 16px;
	color:#eb703b;
}

/*公司业绩 - Section */

.sy_gsyj{
	background: url(/uploads/home/index/sy_gsyj_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sy_gsyj_bt{
	
}
.sy_gsyj_gd{
	display: flex;
}

.sy_gsyj_nr{
	margin-top: 50px;
}
.gsyj_nrfl{
	padding-right: 0;
}
.gsyj_nrfl a{
	display: block;
	padding: 10px;
}
.gsyj_nrfl a .wk{
	overflow: hidden;
}
.gsyj_nrfl:hover img{
	transform: scale(1.1);
}
.gsyj_nrfl img{
	width: 100%;
	transition: 0.5s;
}

.gsyj_nrfr{
	padding-left: 0;
}
.gsyj_nrfr_nr{
	width: 50%;
}
.gsyj_nrfr_nr a{
	display: block;
	padding: 10px;
}
.gsyj_nrfr_nr a .wk{
	overflow: hidden;
}
.gsyj_nrfr_nr:hover img{
	transform: scale(1.1);
}
.gsyj_nrfr_nr img{
	width: 100%;
	transition: 0.5s;
}

/*产品生产线 - Section */
.nycp_scx{
	border-top: 1px solid rgb(0 0 0 / 14%);
}
.nycp_scx.section-padding{
	padding: 120px 0 0;
}


/*专利证书 - Section */
.sy_zlzs{
	background: url(/uploads/home/index/sy_zlzs_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sy_zlzs_nr{
	
}

.sy_zlzs_nr img{
	max-width: 100%;
}

/*环境展示 - Section */

.hjzs-section{
	background: #f6f6f6;
}

.hjzs-image{
	background: #fff;
	padding: 40px 20px;
	border-radius:5px;
	transition: all 0.4s ease-in-out;
}
.hjzs-image img{
	max-width: 100%;
}
.hjzs-content{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;

}

.hjzs-content h3{
	font-size: 25px;
	color:#000;
	font-weight: 500;
	transition: all 0.4s ease-in-out;
}

.hjzs-image:hover{
	background: #ff6e1b;
}

.hjzs-image:hover .hjzs-content h3{
	color:#fff;
}


/*新闻动态 - Section */
.sy_news{
	background: url(/uploads/home/index/sy_news_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/*底部 - Section */
.footer-top{
	padding: 0;
	
}

.footer-top img{
	height: 58px;
}


.footer-dh .list-items{
	margin-top: 30px;
}

/*简介页 - Section */

.ny_about{
	
}

.ny_about .about-wrapper .about-content{
	margin-right: 40px;
	margin-left: 0px;
}

.ny_about .about-wrapper .about-left-items .about-image-2{
	max-width: 90%;
}

.ny_about .about-wrapper .about-left-items .about-counter-items h5 span{
	font-size: 18px;
	padding-top: 20px;
	font-weight: 100;
	display: block;
}
.ny_about .about-wrapper .about-content .counter-area .counter-item{
	background-color: var(--white);
    text-align: center;
    padding: 20px;
	box-shadow: var(---box-shadow);
}
.ny_about .about-wrapper .about-content  .counter-area .counter-item .icon{
	text-align: center;
	margin-bottom: 10px;
}
.ny_about .about-wrapper .about-content  .counter-area .counter-item .icon img{
	width: 48px;
	max-width: 100%;
}
.ny_about .about-wrapper .about-content .counter-area .counter-item .content h2{
	font-size: 16px;
	font-weight: 300;
}
.ny_about .about-wrapper .about-content .counter-area .counter-item .content h2 span{
	font-size: 26px;
	font-weight: 600;
}
.ny_about .about-wrapper .about-content .counter-area .counter-item .content p{
	font-size: 16px;
}


.language_web{
	display: inline-block;
	margin: 0 0px 0 20px;
}

#head .top{ width:100%; height:30px; line-height:30px; color:#fff; background-color: #686868; }
.language_web .langu{ position:relative; padding:0 14px 0 10px; cursor:pointer; transition:all .3s;}
.language_web .langu img{ 
	margin-top:-3px;
    vertical-align: middle;
    border-style: none;
	width: 25px;
}
.language_web .langu span{ padding:0 4px; color:#333; }
.language_web .langu:after{ position:absolute; content:"";top:50%; right:0; margin-top:-8px; border:6px solid #fff; border-color:transparent transparent #333 transparent ; }
.language_web .langu:hover span{ color:#e85511; transition: all .3s; }
.language_web .langu:hover:after{ margin-top:-2px; border:6px solid #e85511; border-color: #e85511 transparent transparent transparent;transition: all .3s; }
.langu .languageBox{ display:none; position:absolute; width:114px; left:50%;transform:translateX(-50%);top:30px; text-align:center;z-index:10; }
.langu .language{ width:100%; margin-top:6px;border: 1px solid #e6e6e6;background-color: #fff; }
.langu .language a{ display:block; padding:6px 0; color:#808080;text-decoration: none; }
.langu .language a:hover{ color:#333; background-color: #f5f5f5; transition:all .3s; }
.language_web .langu:hover .languageBox{ display:block; transition:all .3s; }



.ny_nav{
	background-color: #f4f4f4;
    text-align: center;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.ny_nav_a{
	font-size: 16px;
    color: #585858;
	padding: 25px 40px 25px;
	text-decoration: none;
	display:inline-block;
}
.ny_nav_a.on{
	background-color: #fff;
}

/*
<!-- ============================================================== -->
<!-- hendrio Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 20px 15px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
	width:100%;
	display: block;
}

.tabs_item {
    margin-bottom: 10px;
}

.tab_content {
    margin-top: 0px;
}

.tabs_item img {
    width: 100%;
	max-width: 100%;
}

.tabs_itemt {
    display: inline-block;
}

.tabs_items {
    display: inline-block;
}

ul.tabs.active li {
	width: 100%;
    list-style: none;
	margin-bottom: 10px;
    display: inline-block;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current::before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #FD8F14;
}

ul.tabs.active li img{
	width: 100%;
}
.cpxq_slt_nav{
	
}
.cpxq_slt_zs{
	margin-bottom: 20px;
}
.cpxq_slt_zs img{
width: 100%;	
}
.cpxq_slt_nav .wk{
	border: 1px solid rgba(6, 36, 98, 0.1);
}
.cpxq_slt_nav .swiper-slide-thumb-active .wk{
	border: 1px solid #FD8F14;
}


.cpxq_slt_nav img{
	width: 100%;
}



@media (max-width: 1699px) {
	.header-1 .mega-menu-wrapper .header-main .header-left{
		gap: 60px;
	}
	.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper{
		width: 68%;
	}
	.header-1.header-2 .mega-menu-wrapper .header-right .icon-items{
		gap: 10px;
	}
	
	.header-1.header-2 .mega-menu-wrapper .header-right .icon-items .icon{
		width: 40px;
    height: 40px;
    line-height: 40px;
	}
	
	.header-1.header-2 .mega-menu-wrapper .header-right .icon-items .content h4{
		font-size: 24px;
	}
	
	.header-1 .mega-menu-wrapper .header-main .header-left .logo{
		width: 25%;
	}
	
	.about-wrapper .about-left-items .dot-shape{
		right: auto;
	}
	.about-icon-box-lb .wk{
		
	}
	.swiper-dot{
		margin-top: 60px;
		margin-bottom:20px
	}
	.sy_zzzs .team-slider{
		margin: 0;
	}
	.team-section .light-shape{
		bottom:40px;
	}
	.ppjs_jjdgpp_zslb  .testimonial-wrapper .testimonial-area{
	max-width: 670px;
}
	
}

@media (max-width: 1480px){
	.header-1.header-2 .mega-menu-wrapper .header-main .header-right{
		gap: 10px;
		width: 30%;
	}
	.header-1 .mega-menu-wrapper .header-main .header-left{
		width: 68%;
		gap: 70px;
	}
	.header-1.header-2 .mega-menu-wrapper .header-right .icon-items .content h4{
		font-size: 20px;
	}
	.header-main .main-menu ul li{
		margin-inline-end: 20px;
	}
	
	
	.about-wrapper .about-left-items .about-counter-items{
		padding: 30px 20px;
	}
	.about-wrapper .about-left-items .about-counter-items h2{
		font-size: 36px;
	}
	.about-section .syjj_nr p{
		font-size: 16px;
		line-height: 30px;
	}
	.about-wrapper .about-left-items .about-counter-items h5{
		font-size: 18px;
	}
	.ny_about .about-wrapper .about-left-items .about-counter-items h5 span{
		font-size: 16px;
    padding-top: 10px;
	}
	.achievement-section .achievement-content p{
		font-size: 16px;
		line-height: 30px;
	}
	.shop-details-section .container{
		max-width: 100%;
	}
	.team-section .light-shape{
		bottom: 50px;
	}
	.description-items .description-content img{
		max-width: 100%;
	}
}
@media (max-width: 1300px){
	.header-1 .mega-menu-wrapper .header-main .header-left{
		width: 78%;
	}
	.header-1.header-2 .mega-menu-wrapper .header-main .header-right{
		width: 20%;
		gap: 30px;
	}
	
}

@media (max-width: 991px) {

	.header-main{
		padding: 5px 0px 10px 0;
	}
	.header-1.header-2 .container-fluid{
		padding: 0 10px;
	}
	.header-1.header-2 .mega-menu-wrapper .header-main .header-right{
		gap: 20px;
		width: 100%;
	}
	.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper{
		display: none;
	}
	.hero-1{
		height: 400px;
		padding: 0px 0;
		margin-bottom: 0px;
	}
	.sy_banner{
		height: 40vh!important;
		margin-top: 66px;
	}
	.pc_banner{
		display: none;
	}
	.m_banner{
		display: inherit;
	}
	.swiper-slide-content{
		padding-top: 0px;
		display: block;
	}
	.sy_cccd_dh{
		background:none;
		
	}
	.cccd_nrlb{
		width: 100%;
		padding: 0 10px 0 10px;

		
	}
	.cccd_dh_nav{
		position: relative;
		padding-top: 30px;
	}
	.cccd_nrtxt ul li{
		margin-bottom: 0px;
		font-size: 16px;
	}
	.sbzs_nav  .swiper-free-mode>.swiper-wrapper{
		display: inline-block;
	}
	.sbzs_nav .swiper-backface-hidden .swiper-slide{ 
		width: 24%!important;
		display: inline-block;
	}
	.sbzs_nav_lb{
		border-top: none;
		border-bottom: 1px solid #999999;
	}
	.sbzs_nav_lb::after{
		bottom: -1px;
		top:auto;
	}
	.nrlb_txt_sz{
		top: 0px;
		line-height: 1;
		color: #e9e9e94a;
	}
	.gsyj_nrfl{
		padding-right: 0;
        padding-left: 0;
	}
	.gsyj_nrfr{
		padding-right: 0;
        padding-left: 0;
	}
	
	.sy_gsyj_nr{
		margin-top: 30px;
	}
	.video-container:after{
		z-index: -1;
	}
		.sy_cccd{
		height: 660px;
	}
	.cccd_nav_lb .wk{
		padding: 20px 20px 20px 20px;
	}
	.cccd_nav_lb .wk h3{
		font-size: 18px;
	}
	.cccd_nav_lb .wk .img{
		padding-right: 10px;
	}
	.cccd_nav_lb{
		height: auto;
	}
	.about-wrapper .about-left-items .dot-shape{
		bottom: 0px
	}
	
	.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon{
		display: flex;
	}
	.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon img{
		width: 130px;
	}
	
	.shop-details-wrapper .product-details-content .details-info a{
		margin-left: 90px;
	}
	.ny_nav_a{
		padding: 10px 15px 10px;
		font-size: 14px;
	}
	.about-icon-box-lb .wk{
		
	}
	.cccd_nrtxt{
		width: 100%;
	}
	.cta-banner-wrapper .content h2{
		font-size: 30px;
	}
	
	
	
}
@media (max-width: 768px) {

	.header-1 .mega-menu-wrapper .header-main .header-left{
		gap:0;
		width: 90%;
	}
	.header-1 .mega-menu-wrapper .header-main .header-left .logo{
		width: 100%;
	}
	.offcanvas__logo img{
		width: 180px;
	}
	.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li{
		font-size: 15px;
	}
	.section-padding{
		padding: 40px 0;
	}

	
	.lh-index-banner{
		height: auto;
	}
	.sy_index.swiper-wrapper{
		display: block;
	}
	.sy .about-section .syjj_nr{
		width: 100%;
	}
	.about-wrapper{
		margin-top: 0px;
	}
	.about-wrapper .about-content{
		margin-right: 0px;
	}
	.section-title{
		margin-bottom: 20px;
	}
	.section-title h3{
		padding-top: 0px;
		font-size: 26px;
		margin-bottom: -10px;
	}
	.section-title h2{
		font-size: 22px;
		padding-top: 0px;
	}
	.about-section .syjj_nr p{
		font-size: 16px;
		line-height: 30px;
	}
	.about-icon-box-lb{
		width: 33.33%;
	}
	.about-icon-box-lb:before{
		right: -10px;
		transform: skewX(339deg);
	}
	.abouts_icon{
		padding-right: 10px;
		float: none;
		display: inline-block;
        height: auto;
	}
	.abouts_icon img{
		width: 30px;
	}
	.about-icon-box-lb .abouts_titles{
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	
	.abouts_titles h4{
		font-size: 24px;
	}
	.abouts_titles h4 i{
		font-size:12px;
	}
	.abouts_titles p{
		font-size: 12px;
		line-height: 1;
		margin: 10px 0 0;
	}
	.about-section .about-icon-box{
		padding: 40px 0px;
        margin-top: 0px;
		text-align: center;
	}
	
	
	
	.about-wrapper .about-left-items{
		padding-top: 60px;
		margin-bottom: 40px;
	}
	
	.xzwmly_wznr{
		margin-top: 20px;
	}
	.xzwmly_wznr h5{
		font-size: 16px;
		line-height: 30px;
	}
	.xzwmly_icolb{
		margin-top: 20px;
	}
	.xzwmly_iconnr{
		padding-right: 30px;
	}
	.xzwmly_iconimg{
		width: 50px;
		height: 50px;	
	}
	.xzwmly_iconimg img{
		padding: 10px;
	}
	.xzwmly_iconnr p{
		font-size: 16px;
        padding-top: 10px;
	}
	.xzwmly_ljgd{
		margin-top: 60px;
	}
	
	.project-wrapper .array-button.radius-none .array-prev{
		margin-left: 0px;
	}
	.project-wrapper .array-button.radius-none .array-next{
		margin-right: 0px;
	}
	
	.ppzs_logolb1{
		position: relative;
	}
	.ppzs_logolb{
		width: 50%;
	}
	.ppzs_logolb1 .wk{
		clip-path:none;
	}
	.ppzs_logolb1 .wk img{
		max-width: 100%;
		
	}
	.ppzs_logolb .wk img{
		width: 80%;
		height: auto;
	}
	.ppzs_logolb .wk p{
		margin-top: 10px;
    font-size: 20px;
	}
	.jsys-nr{
		padding-bottom: 20px;
	}
	.jsys-nr_img .swiper-dot{
		display: none;
	}
	.jsys-nr_wz{
		position: static;
		padding: 30px 20px;
		width: auto;
	}
	.jsys-nr_wzlb h1{
		font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
	}
	.jsys-nr_wzlb h3{
		font-size: 24px;
        margin-bottom: 20px;
	}
	
	.jsys-nr_wzlb p{
		font-size: 16px;
		line-height: 30px;
	}
	.jsys-nr_wz .array-button{
		margin-top: 20px;
	}
	.hzzj-section .section-title h3{
		padding-top: 0px;
    font-size: 26px;
    margin-bottom: -10px;
	}
	
	.hzzj-section .single-team-items .team-image{
		height: auto;
	}
	.hzzj-section .single-team-items{
		border-radius:10px;
	}
	.team-hzzjnr{
		padding: 40px 20px 20px;
	}
	.team-hzzjnr-wz p{
		font-size: 15px;
		line-height: 28px;
	}
	
	.omxszs-section .section-title h3{
				padding-top: 0px;
    font-size: 26px;
    margin-bottom: -10px;
	}
	
	
	
	
	.ny_about .about-wrapper .about-left-items .about-image-2{
		max-width: 100%;
	}
	
	.sy_cccd_bt{
		top: 10%;
	}
	.sy_cccd_dh{
		width: 100%;
		height: 50%;
	}
	.cccd_nrwk{
		margin: 35% 0 auto 0;
	}
	.cccd_button{
		margin: 20px 0 auto auto;
	}
	.cccd_dh_container{
		padding-left: 20px;
	}
	.sy_cccd_dh .section-title{
		margin-top: 40px;
	}
	.sy_cccd_dh .section-title .dhbt_1{
		padding-top: 10px;
	}
	.sy_cccd_dh .section-title h3{
		padding-top: 10px;
		font-size: 26px;
	}
	.section-title h3.dhbt_1 span{
		font-size: 26px;
	}
	.cccd_dh_nav .swiper-slide{
		height: 60px;
	}
	.cccd_nav_lb{
		height: auto;
		
	}
	.cccd_nrtxt p{
		font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
	}
	.cccd_nav_lb .wk{
		
		padding: 10px 10px 10px 10px;
	}
	.cccd_nav_lb .wk .img{
		padding-right: 5px;
		margin: 0 0;
	}
	.cccd_nav_lb .wk .img img{
		max-width: 20px;
	}
	
	.cccd_nav_lb .wk h3{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.sbzs_nrlbnr{
		display: block;
	}
	.sbzs_nrlb_img{
		width: 100%;
		height: 300px;
	}
	.sbzs_nrlb_txt{
		width: 100%;
	}
	.sbzs_nrlb_txt .wk{
		margin: 0;
		padding: 20px 10px;
	}
	.nrlb_txt_wz p{
		margin-top: 20px;
		width: 100%;
	}
	.nrlb_txt_icon img{
		width: 60px;
    height: auto;
	}
	.nrlb_txt_wz{
		margin-top: 20px;
	}
	.nrlb_txt_gd{
		margin-top: 20px;
		padding-bottom: 10px;
	}
	
	.ppjs_dgpp{
		padding-top: 66px
	}
	.ppjs_bt{
		height: 200px;
	}
	.ppjs_btwz{
		height: 82%;
	}
	.ppjs_btwz h2{
		font-size: 26px;
		width: 40%;
	}
	.ppjs_btwz p{
		padding-left: 10px;
		font-size: 12px;
        line-height: 1.2;
		width: 60%;
	}
	.ppjs_btwz p br{
		display: inherit;
	}
	
	.about-wrapper .about-left-items .about-image-2 .client-items{
		top: -40px;
		width: 80%;
        left: 0;
	}
	.ny_about .about-wrapper .about-content{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.nyfzlc-section{
		
	}
	.nyfzlc-section .hero-content{
		padding: 25px 0 25px 0;
	}
	.nyfzlc-section .hero-content h5{
		padding: 10px 0px;
	}
	.nyfzlc-section.hero-3 .hero-slider-items{
		padding: 40px 10px;
		margin-right: 0;
	}
	.nyfzlc-nr h3{
		font-size: 18px;
		padding-bottom:10px;
	}
	.nyfzlc-nr h5{
		padding-left:0;
	}
	.nyfzlc-section.hero-3 .hero-slider-items:after{
		top: 0%;
		right: -20px;
	}
	.nyfzlc-lb{
		padding: 30px 60px 30px 10px;
		margin-left: 10px;
	}
	
	
	.hzpt-section .section-title h6{
		font-size: 25px;
	}
	.hzpt-section .section-title p{
		font-size: 14px;
	}
	.brand-wznr{
		margin-top:15px;
		padding:10px 0;
	}
	.brand-wznr h5{
		font-size: 18px;
	}
	
	.nyqyys_sz{
		width: 130px;
    height: 130px 
	}
	.nyqyys_sz h6{
		font-size: 30px;
	}
	.nyqyys_wz h2{
		margin-top: 25px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.nyqyys_wz p{
		font-size: 16px;
		padding: 0;
	}
	
	.ppjs_jjdgpp_nr{
		margin-top: 40px;
		padding: 0 0;
		text-align: left;
	}
	.ppjs_jjdgpp_nr p{
		font-size: 16px;
	}
	.ppjs_jj_zs{
		padding: 15px;
		margin-top: -2%;
	}
	
	.ppjs_jjdgpp_zslbwz{
		top: 15%;
		height: auto;
	}
	.ppjs_jjdgpp_zslbwz .wk{
		padding-left: 0;
	}
	.ppjs_jjdgpp_zslbwz h2{
		font-size: 30px;
	}
	.ppjs_jjdgpp_zslbwz p{
		font-size: 16px;
	}
	
	.ppjs_mgpp_img .section-title h2{
		font-size: 20px;
    padding-bottom: 0px;
	}
	
	
	
	
	
	.breadcrumb-wrapper .page-heading{
		margin-top: 90px;
		margin-bottom: 20px;
	}
	.contact-info-wrapper .contact-info-content{
		padding: 40px 10px;
	}
	.contact-info-wrapper .contact-info-content h2{
		font-size: 26px;
		padding-bottom: 10px;
	}
	.contact-info-wrapper .contact-info-content .contact-info-area .contact-info-items{
		display: flex;
		}
	.contact-info-wrapper .contact-info-content .contact-info-area .contact-info-items .icon{
	margin: auto 0;	
	}
	.contact-info-wrapper .contact-info-content .contact-info-area .contact-info-items .content{
		margin: auto 0 auto 15px;
	}
	.contact-info-wrapper .contact-info-content h3{
		font-size: 18px;
	}
	.contact-wrapper-3 .contact-content{
		padding: 40px 10px 40px 10px;
	}
	.footer-widgets-wrapper.style-2 .single-footer-widget{
		margin-top: 10px;
    margin-bottom: 20px;
	}
	.footer-dh{
		display: none;
	}
	.footer-section .shape-img{
		bottom: 110px;
		opacity: 0.3;
	}
	.footer-section .shape-img img{
		height: 180px;
	}
	.footer-widgets-wrapper .single-footer-widget .footer-content h3{
		font-size: 25px;
        margin-bottom: 20px;
	}
	.swiper-dot{
		margin-top: 20px;
    margin-bottom: 20px;
	}
	.shop-card-items .shop-nr{
		padding: 20px 15px;
	}
	.shop-nr_logo img{
		height: 55px;
	}
	.shop-card-items .shop-nr p{
		font-size: 18px;
	}
	.single-team-items .team-image{
		height:auto;
	}
	.omxszs-section .team-image{
		border-radius: 10px;
	}
	.achievement-section .achievement-content p{
		font-size: 16px;
		line-height: 30px;
	}
	.about-image-items{
	  margin-top: 40px;	
	}
	.project-nav{
		display: block;
	}
	
	.project-nav_a{
		padding: 10px 10px;
		border-radius: 10px;
		margin: 0 5px 10px 5px;
	}
	.cccd_nrtxt{
		width: 100%;
	}
	.cta-banner-wrapper .content h2{
		
		font-size: 26px;
	}
	.cta-banner-wrapper .content p{
		font-size: 14px;
	}
	.section-title span{
		font-size: 14px;
	}
	.footer-top img{
		height: auto;
		max-width: 100%;
	}
	
	.sy_gsyj_bt .cccd_button{
		margin: 0;
	}
	
	.shop-card-items .shop-nr p span{
		display: none;
	}
	
}