/*
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;}

.header_a{
	background: none;
}
.header_tab{
	padding: 30px 0;
	background: #fff;
}
.tab_logo{
	display: flex;
	
}
.tab_logo_img {
	padding-right: 30px;
	
}

.tab_logo_img img{
	max-width: 100%;
}
.tab_logo_hr{
	width: 1px;
	height: 30px;
	background: #424242;
	margin: auto 0;
}
.tab_logo_by{
	margin: auto 0;
	padding-left: 30px;
}
.tab_logo_by h4{
	font-family: 'Source Han Serif SC', serif;
	color:#12446e;
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
}

.tab_dhyy{
	display: flex;
    align-items: center;
	gap: 20px;
}


.tab_tel{
	display: flex;
    align-items: center;
    gap: 20px;
}

.tab_tel .icon{
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    border: 2px solid #000;
}

.tab_content{
	
}
.tab_content p{
	font-size: 23px;
	color:#333333;
}
.tab_content h4{
	font-size: 27px;
	font-family: 'Source Han Serif SC', serif;
	color:#000000;
	font-weight: 700;
}

.header_nav{
	width: 100%;
	background:rgb(37 37 37 / 30%);;
}
.header_navlb ul.lb{
	display: flex;
    justify-content: space-evenly;
}
.header_navlb ul.lb li{
	position: relative;
    list-style: none;
    display: inline-block;
   width: 100%;
	text-align: center;
    padding: 30px 0;
}

.header_navlb ul.lb>li::before{
	position: absolute;
    content: "";
	width: 1px;
	height: 30px;
	right: 0;
	background: #b8b8b8;
}


.header_navlb ul li a {
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}



.header_navlb ul li.active::after{
	width: 100%;
}

.header_navlb ul li:hover > .submenu{
	visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header_navlb ul li .submenu{
	position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 100%;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header_navlb ul li .submenu li{
	display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header_navlb ul li .submenu li a{
	position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header_navlb  ul.submenu li:hover a, .header_navlb  ul.submenu li.active a{
	color: var(--theme);
}

.header_navlb ul li .submenu li:hover > a{
	background: var(--theme);
    color: var(--white) !important;

}
.header-1.header-2 .header_a{
	display: block;
}
.header-1.header-2.sticky .header_a{
	display: none;
}


.header-1.header-2.sticky .container-fluid{
	display: block;
}

.header-1.header-2 .container-fluid{
	display: none;
}







/*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: #0870c0;
    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 */
.about-zzzs{
	
}

.zzzs-content .section-title h2{
	padding-top:10px;
}
.zzzs-content-wz p{
	font-size: 18px;
	line-height: 36px;
	color:#000;
} 
.zzzs-img img{
	width: 100%;
}

.zzzs-xspzzs{
 position: relative;
 padding-top:60px;
 padding-bottom: 160px;	
}
.xspzzs_img img{
	width: 100%;
}
.xspzzs-wk{
padding: 0 3%;	
}
.xspzzs-bg{
	position: absolute;
	bottom: 0px;
	display: flex;
    justify-content: center;
	z-index: -1;
}
.xspzzs-bg img{
	width: 100%;
}

.about-zzzry{
	
}
.about-zzzry .section-title h2{
	padding-top: 10px;
	padding-bottom: 30px;
}
.about-zzzry .section-title h5{
	font-size: 32px;
	line-height: 1.8;
}
.zzzry-img .counter-area{
	display: flex;
	margin: 0 -10px;
}
.zzzry-img-lb{
	padding: 0 10px;
}
.zzzry-img-lb img{
width: 100%;
 	
}

.about-zlzs{
	background: url(/uploads/home/zlzs/zlzs_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.mKeBanner,.mKeBanner div{text-align:center;}
.imageflow img{ -webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); }
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%; margin:0 auto}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}
.imageflow .slider{background-image:url(../../Images/Index/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002}
.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}
.imageflow .previous{background:url(../../Images/Index/button_left.png) top left no-repeat; float:left; margin:-7px 0 0 -30px}
.imageflow .next{background:url(../../Images/Index/button_right.png) top left no-repeat; float:right; margin:-7px -30px 0 30px}





/*智能制造 - Section */
.about-znzz{
	
}
.znzz-js{
	padding-right: 60px;
}
.about-znzz h2{
	padding-top: 10px
}
.about-znzz-js p{
	font-size: 18px;
	line-height: 36px;
	padding-top: 10px;
	color:#000;
}
.about-znzz-ys{
	margin-top: 40px;
	margin-left: -4%;
}
.znzz-yswk{
	display: flex;
	width: 100%;
}
.znzz-yslb{
	width: 20%;
	position: relative;
}
.znzz-yslb:before{
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	border-right: 1px solid var(--text);
}

.znzz-yslb:nth-child(5):before{
	display: none;
}

.znzz-yslb .wk{
display: flex;
justify-content: center;	
}
.znzz-yslb img{
	width: 40px;
}
.znzz-yslb p{
	font-size: 20px;
	padding-bottom: 0;
    padding-left: 10px;
    line-height: 1;
    display: inline-block;
    margin: auto 0;
}



.znzz-sccj{
	
}
.znzz-bt{text-align: center;}
.znzz-bt h2{
	font-size: 30px;
	color:#000;	
}
.znzz-bt h2 span{
	font-weight: 300;
	padding-left: 20px;
	text-transform: uppercase;
}
.znzz-sccj-nr{
	padding-top: 40px;
}
.znzz-sccj_img img{
	width: 100%;
}

.znzz-znyy{}
.znzz-znyy-nr{
	margin-top: 20px;
}
.znyy-nrwz{
	text-align: center;
	padding: 0 20%;
}
.znyy-nrwz p{
	font-size: 18px;
    line-height: 36px;
	padding-top: 10px;
	color:#000;
}

.znyy-nrimg{
	margin-top: 20px;
}


/*质量控制 - Section */
.about-zlkz{}
.zlkz-js{
	padding-right: 60px;
}
.about-zlkz h2{
	padding-top: 10px
}
.about-zlkz-js p{
	font-size: 18px;
	line-height: 1.8;
	padding-top: 10px;
	color:#000;
}
.zlkz-image-items{
	position: relative;
	z-index: 1;
}
.zlkz-image-1{
	text-align: right;
}
.zlkz-image-items img{
	width: 90%;
	border: 4px solid #fff;
	box-shadow: var(---box-shadow);
}

.zlkz-image-2{
	position: absolute;
	left: -30px;
	bottom: -30px;
	z-index: 2;
	
}
.zlkz-image-2 img{
	width: 60%;
	box-shadow: var(---box-shadow);
	border: 4px solid #fff;
}


.zlkzlc{
	
}

.zlkzlc_nr{
	display: flex;
    justify-content: space-between;
	width: 100%;
}

.zlkzlc_nr.b{
    flex-direction: row-reverse;
	margin-top: 80px;
}


.zlkzlc_lb{

  text-align: center;
	width: 25%;
	float: left;
	padding: 10px 80px 0 10px;
}


.zlkzlc_lbbt p{
	font-size: 20px;
	font-weight: 600;
	color:#666;
	margin-bottom: 10px;
}

.zlkzlc_lbjs{
	border: 1px solid #d4d3d3;
	border-radius: 5px;
	position: relative;	
	display: block;
	
}
.zlkzlc_lbjs .zlkzlc_lbimg{
	position: absolute;
    right: -50px;
    bottom: 20%;
	
}

.zlkzlc_lb:nth-child(4) .zlkzlc_lbjs .zlkzlc_lbimg{
	 right: 40%;
     bottom: -90%;
	 transform: rotate(90deg); 
}
.zlkzlc_nr.b .zlkzlc_lb:nth-child(4)  .zlkzlc_lbjs .zlkzlc_lbimg{
	display: none;
}
.zlkzlc_nr.b .zlkzlc_lbjs .zlkzlc_lbimg{
	right:auto;
	left: -50px;
	transform: rotate(-180deg); 
}


.zlkzlc_lbjs .zlkzlc_lbimg img{
	width: 40px;
}


.zlkzlc_lbjs .wk{
	margin: 4px;
	padding: 15px 10px;
	border-radius: 5px;
	background: linear-gradient(to right, rgb(255 255 255), rgb(223 227 234));
}

.zlkzlc_lbjs p{
	font-size: 16px;
	color:#333;
	margin-bottom: 0;
}




.dnkz{}
.dnkz .row{
	padding-left: calc(var(--bs-gutter-x)* 4);
}

.dnkz_nr .znzz-bt{
	text-align: left;
}

.dnkz_nrwz{
	padding-right: 40px;
}
.dnkz_nrwz_p p{
	font-size: 18px;
    line-height: 36px;
    padding-top: 10px;
    color: #000;
}
.dnkz_nrwz_p img{
	max-width: 100%;
}

.dwkz_nrwz{
	padding-top: 30px;
	padding-right: 40px;
}


.dnkz_img{
	height: 100%;
	margin: auto 0;
}
.dnkz_img img{
	width: 100%;
}





/*业务体系 - Section */

.about-ywtx{
	
}
.ywtx-js{
	padding-right: 30px;
}
.about-ywtx h2{
	padding-top: 10px
}
.about-ywtx-js p{
	font-size: 18px;
	line-height: 1.8;
	padding-top: 10px;
	color:#000;
}

.ywtx-ywmk{
	
}
.ywtx-ywmk .znzz-bt{
	text-align:left;
}
.ywtx-ywmk .znzz-bt h5{
	font-size: 22px;
	font-weight: 300;
	color:#666;
	margin-top: 20px;
}

.ywmk_nr{
	margin-top: 40px;
}
.ywmk_nrlb{
	height: 100%;
}

.ywmk_lb{
	background-color: var(--white);
    padding: 20px;
	display: grid;
	
}
.ywmk_nrlb:nth-child(2) .ywmk_lb,
.ywmk_nrlb:nth-child(4) .ywmk_lb{
	justify-items: end;
}


.ywmk_lb_bt{
	padding: 15px 20px 15px 30px;
    position: relative;
    border-radius: 0.8rem;
    background: linear-gradient(to right, #265ca9, #fff);
    z-index: 1;
	width: max-content;
}

.ywmk_lb_bt:before{
	content: "";
    position: absolute;
    margin: 1px;
    z-index: -1;
    border-radius: 0.7rem;
    background: #fff;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
}

.ywmk_lb_bt h3{
	position: relative;
	font-size: 20px;
	line-height: 1;
	padding-left: 30px;
}

.ywmk_lb_bt h3:before{
	content: "";
    position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2rem;
	background: linear-gradient(to bottom,#fff,#265ca9 );
}
.ywmk_lb_wz{
	padding-top: 20px;
	
}
.ywmk_lb_wz p{
	font-size: 16px;
	line-height: 30px;
	color:#666;
}
.ywtx-ys {
	margin-top: 30px;
}
.ywtx-yslb{
	border: 1px solid #d4d3d3;
    border-radius: 5px;
    position: relative;
    display: inline-block;
	margin-right: 5px;
    margin-top: 10px;
}

.ywtx-yslb p{
	font-size: 16px;

	color:#333;
	margin: 4px;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(to right, rgb(255 255 255), rgb(223 227 234));
    display: inline-block;
}
.ywtx-qyzc{
	position: relative;
}
.qyzc_txt{
	
}
.qyzc_txt .wk{
	padding-left: 40px;
}
.ywtx-qyzc{
	
}
.qyzc_imgwk{
	display: flex;
	align-items: center;
	height: 100%;
}
.qyzc_imgwk img{
	width: 100%;
}

.qyzc_bg{
	position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
	transform: rotate(180deg);
}


.qyzc_lb_bt{
	padding: 15px 20px 15px 30px;
    position: relative;
    border-radius: 1.4rem;
    background: linear-gradient(to right, #265ca9, #fff);
    z-index: 1;
	width: max-content;
}

.qyzc_lb_bt:before{
	content: "";
    position: absolute;
    margin: 1px;
    z-index: -1;
    border-radius: 1.3rem;
    background: #fff;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
}

.qyzc_lb_bt h3{
	position: relative;
	font-size: 20px;
	line-height: 1;
	padding-left: 30px;
}

.qyzc_lb_bt h3:before{
	content: "";
    position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2rem;
	background: linear-gradient(to bottom,#fff,#265ca9 );
}

.qyzc_lb{
	margin-bottom: 40px;
}
.qyzc_lb:nth-child(3){
	margin-bottom: 0;
}
.qyzc_lb_wz{
	padding-left: 60px;
	padding-top: 20px;
}

.qyzc_lb_wz p{
	font-size: 16px;
	line-height: 30px;
	color:#000;
}

.ywtx-hzhb{
	
}

.hzhb_nr{

margin-top: 40px;	
}

.hzhb_nrlb{
	width: 20%;
	padding: 30px 10px;
	border-bottom: 1px solid #dddddd;
}
.hzhb_nrlb img{
	width: 100%;
    overflow: hidden;
    border-radius: 0.7rem;
    padding: 5px 10px;
    background: #fff;
}

/*企业文化 - Section */
.about-qywh  .znzz-bt{
	margin-bottom: 60px;
}




/*选择我们的理由 - 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 .array-button{
	justify-content: flex-start;
	padding-top: 30px;
}

.nyfzlc-section .array-button .array-next{
	width: 50px;
    height: 50px;
    line-height: 50px;
	border-radius: 50%!important;
	border: 1px solid #fff;
	color:#fff;
}
.nyfzlc-section .array-button .array-prev{
	width: 50px;
    height: 50px;
    line-height: 50px;
	border-radius: 50%!important;
	border: 1px solid #fff;
	color:#fff;
}
.nyfzlc-section .array-button .array-next:hover{
	border: 1px solid #144265;
	background: #144265;
}
.nyfzlc-section .array-button .array-prev:hover{
	border: 1px solid #144265;
	background: #144265;
}

.nyfzlc-section .swiper{
	padding: 80px 0 40px;
}

.nyfzlc-section .hero-content{
	 background: linear-gradient(to bottom, #6a9bc7 20%, #0d5885 80%);
    padding: 155px 0 155px 15%;
	height: 100%;
}

.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: 0%;
    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: 10px;
	margin-top: 20px;
	padding-left: 0px;
	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: 60px;
	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: 20px;
	color:#fff;
	text-transform: uppercase;
}

.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 */

.whtx-section{
	background: url(/uploads/home/index/sy_whtx_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px;
}
.whtx-nr{
	width: 100%;
	height: 100%;
}
.whtx-nr-lb{
	width: 25%;
	height: 100%;
	position: relative;
	border-right: 1px solid #595f68;
	z-index: 1;
	transition: 0.5s;
	cursor: pointer;
}
.whtx-nr-lb::before{
	content: "";
    opacity: 0.86;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
	background: rgb(0 0 0 / 54%);
}


.whtx-nr-lb .lbwk{
	height: 100%;
	width: 100%;
	display: flex;
}
.whtx-nr-lb:hover {
	border-right: 1px solid #00000082;
}
.whtx-nr-lb:hover::before {
	height: 100%
}

.whtx-nr-lb .wk{
	margin: auto;
	padding: 0 10%;
}

.whtx-lbbt{
	text-align: center;
}

.whtx-lbbt img{
	max-width: 100%;
	transition: 0.5s;
}
.whtx-lbbt .a{
	display: inline-block;
	
}
.whtx-lbbt .b {
	display: none;
}

.whtx-nr-lb:hover .lbwk .whtx-lbbt .a{
	display: none;
}
.whtx-nr-lb:hover .lbwk .whtx-lbbt .b{
	display: inline-block;
}

.whtx-lbbt h4{
	font-size: 35px;
	font-weight: 500;
	color:#fff;
	margin-top: 30px;
}

.whtx-wz{
	opacity: 0;
	display: none;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	margin-top: 30px;
}

.whtx-nr-lb:hover .whtx-wz{
	display:inline-block;
	margin-top: 30px;
	opacity: 1;
	
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.whtx-wznr p{
	font-size: 16px;
	color:#fff;
	font-weight: 200;
}

.whtx-button{
	text-align: center;
    margin-top: 90px;
}


/*技术优势 - 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 */


.h_left {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: var(---box-shadow);	
}
.cp_type .hd {
  
  width: 100%;
  height: auto;
  margin: 0 auto 0px;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}
.cp_type .hd p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 0px;
  padding: 0
}
.cp_type .hd p img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px 10px 3px 0;
  padding: 0;
  float: left
}
.cp_type .hd span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #aaa;
  font-size: 14px
}
.cp_type .hd em {
  display: block;
  width: 50px;
  height: 2px;
  margin: 6px 0 0;
  padding: 0;
  background: url(../image/line05.png) 0 0 no-repeat
}
.cp_type .hd i {
  display: none
}
.cp_type .bd {
  padding: 0
}
.cp_type .bd ul li {
 background-color: #0D599B;
    padding: 0;
    
}
.cp_type .bd ul li p {
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  position: relative;
  border-bottom: 1px dashed rgba(241, 241, 241, 0.3);
  background: url(../image/ico13.png) 20px 28px no-repeat;
  transition: all .4s ease
}
.cp_type .bd ul li p a {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.cp_type .bd ul li p span {
  display: block;
  width: 40px;
  height: 100%;
  background: url(../image/mulu1.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px
}
.cp_type .bd ul li div {
  display: none;
  padding: 15px 40px;
  background: #053b68;
}
.cp_type .bd ul li div a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: rgb(255 255 255 / 60%);
  font-size: 15px;
  border-top: 0px solid #eaeaea;
  padding: 0 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../image/ico14.png) 8px 10px no-repeat;
  transition: all .4s ease
}
.cp_type .bd ul li div a:hover,.cp_type .bd ul li div a.on {
  color: rgba(255, 255, 255, 1)
}
.cp_type .bd ul li div a:first-child {
  border-top: 0
}
.cp_type .bd ul li:hover p, .cp_type .bd ul li.on p {
  background-color: #12446e;
}
.cp_type .bd ul li:hover p a, .cp_type .bd ul li.on p a {
  color: #fff
}
.cp_type .bd ul li:hover p span {
  background: url(../image/mulu1.png) center center no-repeat
}
.cp_type .bd ul li.expanded p span {
  background: url(../image/mulu2.png) center center no-repeat
}
.cp_type .bd ul a.ckqb {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  background: #f1f1f1;
  width: 92%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}
.cp_type .bd ul a.ckqb:hover {
  background: #4121c7;
  color: #fff
}


@media screen and (max-width:1079px) {
  .h_left {
    margin: 0 auto 20px
  }
  .cp_type .hd {
    display: block
  }
  .cp_type .hd {
    margin: 0 auto;
    padding: 20px;
    position: relative
  }
  .cp_type .hd p:before {
    display: none
  }
  .cp_type .hd p {
    font-size: 22px;
    margin: 0 auto 2px
  }
  .cp_type .hd p img {
    width: 22px;
    height: 22px;
    margin: 4px 10px 4px 0
  }
  .cp_type .hd span {
    height: 20px;
    line-height: 20px
  }
  .cp_type .hd i {
    display: block;
    width: 40px;
    height: 40px;
	font-size: 18px;
	color:#fff;
	line-height: 40px;  
    margin: 0;
    padding: 0;
	background: #0870c0 url(../image/mulu1.png) center center no-repeat;  
    position: absolute;
    top: 30px;
    right: 20px;
	text-align: center; 
	  font-style: normal
  }
  .cp_type .hd.on i {
    background: #0870c0 url(../image/mulu2.png) center center no-repeat
  }
  .cp_type .bd {
    display: none
  }
  .cp_type .bd ul li p span {
    right: 15px
  }
  .proall a {
    padding: 0 15px
  }
  .proall a i {
    right: 15px
  }
  .eyxgwz .eyxgwz_title {
    padding: 15px
  }
  .eyxgwz_title p img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 3px 10px 3px 0;
    padding: 0;
    float: left
  }
  .eyxgwz .eyxgwz_list {
    padding: 10px 15px
  }
}



.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;
}

.project-section .swiper-dot .swiper-pagination-bullet{
	width: 8px;
    height: 8px;
	background-color: #fff;
}
.project-section  .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #feed00;
}

.project-section .swiper-dot{
	margin-top: 20px;
}


.sy_cpzs_bt{
	margin-top: 60px;
    margin-bottom: 40px;
	position: relative;
}

.sy_cpzs_bt .col-lg-4{
	display: flex;
}

.project-section .sy_cpzs_bt .hendrio-button{
	margin: auto 0;
	text-align: right;
}

.sy_cpzs_bt .cpzx_nav_fr{
	display: flex;
	position: absolute;
	z-index: 1;
	right: 0;
}

.project-section .sy_cpzs_bt .section-title h1{
	font-size: 40px;
	color:#fff;
	line-height: 1.2;
	margin: 0;
    font-weight: 700;
}
.project-section .sy_cpzs_bt .section-title h1 span{
	padding-left: 0px;    
	font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.sy_cpzx_nav{
	margin: auto 0 auto auto;
	padding-top: 30px;
}
.sy_cpzx_nav ul li{
	display: inline-block;
	padding-left: 10px;
}
.sy_cpzx_nav ul li a{
	font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding: 10px 35px;
    letter-spacing: .025em;
    display: inline-block;
	border-radius: 0px;
    text-decoration: none;
	border: 1px solid #fff;
	
}

.sy_cpzx_nav ul .on a, .sy_cpzx_nav ul li:hover a{
	color: #fff;
    border: 1px solid #ff6c00;
    background: #ffa900;
}

.portfolio-area .sy_cpzs_bt .hendrio-button{
	margin: auto 0;
	text-align: right;
}

.ny_Shop .single-sidebar-widget{
	margin-bottom: 20px;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
    width: 100%;
}
table.category-table tbody{
	width: 100%;
    display: block;
}
table.category-table td.table-title {
    font-size: 16px;
    color: #ff9900;
    font-weight: 500;
}
table.category-table tr{
	border: 1px solid rgba(6, 36, 98, 0.1);
    width: 100%;
    display: flex;
}
table.category-table tr td {
    padding: 12px 25px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 600;
    border-right: 1px solid rgba(6, 36, 98, 0.1);
    width: 30%;
}

table.category-table td.table-text {
    color: #000;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    width: 70%;
}




/*设备展示 - 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;
}
.sy_news_bt{
	height: 100%;
	position: relative;
}

.sy_news_bt h2{
	font-size: 40px;
	color:#000;
	line-height: 1;
}
.sy_news_bt h4{
	font-size: 40px;
	color:#0870c0;
	width: 50%;
	margin-top: 30px;
}
.sy_news_bt p{
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.8;
	color:#666666;
	width: 80%;
}
.sy_news .array-button{
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
}
.sy_news .array-button .array-next{
    width: auto;
    line-height: 1;
	border: none;
	color:#000;
}
.sy_news .array-button .array-prev{
	width: auto;
	 line-height: 1;
	border: none;
	color:#000;
}

.sy_news .array-button .array-prev:hover{
	background: none;
	color: #007cdb;
}

.sy_news .array-button .array-next:hover{
	background: none;
	color: #007cdb;
}
.sy_news .swiper-pagination-current{
	color:#ffcc00;
}

.sy_news .swiper-pagination{
z-index: -1;
display: contents;	
}

.news-slider .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
}

.hzzj-section_nr .swiper-horizontal{
	padding-left: 50px;
}
.news-button{
	position: absolute;
	right: 0;
	top:0;	
	display: inline-block;
}

.sy_news .swiper-slide-content{
	padding-top: 80px;
}
/*合作伙伴 - Section */
.sy_hzhb{
	background: url(/uploads/home/index/sy_hzkh_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sy_hzhb .sy_project_bt .section-title{
	display: inline-block;
    width: 100%;
}
.sy_hzhb .sy_project_bt h2{
	font-size: 35px;
	position:relative;
	padding-bottom: 30px;
}

.sy_hzhb_bthr{
	width: 100px;
    background: #ffcc00;
    height: 6px;
    margin: auto;
}


.sy_hzhb_nr{
	margin-top: -120px;
}
.sy_hzhb_nr img{
	width: 100%;
}

.hzhbt-button{
	margin-top: -60px;
	text-align: center;
}


/*底部 - 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;
	color:#0870c0;
}
.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: 35%;
	}
	.header-1 .mega-menu-wrapper .header-main .header-left{
		width: 65%;
		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: 1025px) {
	.tab_logo{
		width: 60%;
	}
	.tab_logo_img{
		padding-right: 20px;
	}
	.tab_logo_by{
		padding-left: 20px;
	}
	
	.tab_logo_by h4{
		font-size: 20px;
	}
	.tab_dhyy {
		width: 40%;
		gap: 10px;
	}
	.tab_content h4{
		font-size: 22px;
	}
	.tab_content p{
		font-size: 18px;
	}
	
	
	
}


@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.header-2 .header_a{
		display: none;
	}
	.header-1.header-2 .container-fluid{
		display: block;
	}
	.header-1.header-2 .mega-menu-wrapper .header-right .search-icon{
		display: none;
	}
	

	.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;
	}
	.about-section.section-padding{
		padding:0 0 40px 0;
	}
	.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-section .sy_cpzs_bt .section-title h1{
		font-size: 22px;
	}
	.sy_cpzs_bt{
		margin-top: 0px ;
	}
	.sy_cpzs_bt .cpzx_nav_fr{
		position: relative;
	}
	.sy_cpzx_nav{
		margin: auto 0 auto -10px;
	}
	.sy_cpzx_nav ul li{
		padding-left: 10px;
    padding-bottom: 10px;
	}
	.sy_cpzx_nav ul li a{
		font-size: 14px;
		padding: 10px 10px;
	}
	.main-sidebar{
		display: none;
	}
	.ny_Shop .ny_nav{
		display: none;
	}
	.project-wrapper .array-button.radius-none .array-prev{
		margin-left: 0px;
	}
	.project-wrapper .array-button.radius-none .array-next{
		margin-right: 0px;
	}
	.project-section .swiper-dot{
		display: none;
	}
	
	
	.whtx-nr-lb{
		width: 50%;
		padding:60px 0px;
		border-bottom: 1px solid #f7f7f7;
	}
	.whtx-nr-lb:nth-child(3),.whtx-nr-lb:nth-child(4){
		border-bottom:none;
	}
	.whtx-lbbt img{
		max-width: 50px;
	}
	.whtx-lbbt h4{
		font-size: 20px;
    margin-top: 10px;
	}
	.whtx-nr-lb:hover .whtx-wz{
		display: none;
	}

	
	
	
	.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;
	}
	.sy_news .swiper-slide-content{
		padding-top: 20px;
	}
	.sy_news_bt h2{
		font-size: 22px;
	}
	.sy_news_bt h4{
		font-size: 22px;
		margin-top: 10px;
	}
	.sy_news_bt p{
		width: 100%;
		margin-top: 20px;
        font-size: 14px;
	}
	.sy_news .array-button{
		position: relative;
	}
	.news-button{
		position: relative;
		width: 100%;
        text-align: center;
	}
	.hzzj-section_nr .swiper-horizontal{
		padding-left: 20px;
	}
	.news-card-items .news-content h3{
		font-size: 14px;
	}
	
	.sy_hzhb_nr{
		margin-top: 0;
	}
	.hzhbt-button{
		margin-top:20px;
	}
	.sy_hzhb .sy_project_bt h2{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.sy_hzhb_bthr{
		width: 50px;
		height: 2px;
	}
	.sy_project_bt{
		margin-bottom: 20px;
	}
	
	.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: 100%;
		align-items: center;
	}
	.ppjs_btwz h2{
		font-size: 20px;
	}
	.ppjs_btwz p{
		padding-left: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 200;
    font-family: "Noto Sans SC", "Montserrat", sans-serif;
	width: 70%;	
	}
	.ny_Shop .ppjs_btwz p{
		display: none;
	}
	.ppjs_btwz p br{
		display: inherit;
	}
	
	.about-wrapper .about-left-items .about-image-2 .client-items{
		top: -40px;
		width: 60%;
        left: 0;
	}
	.ny_about .about-wrapper .about-content{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.portfolio-wrapper-3 .portfolio-content p{
		font-size: 16px;
		line-height: 30px;
	}
	
	
	.nyfzlc-section{
		padding-top: 0px;
	}
	.nyfzlc-section .hero-content{
		padding: 25px 0 25px 0;
	}
	
	.nyfzlc-section.hero-3 .hero-content h1{
		font-size: 22px;
	}
	
	.nyfzlc-section .hero-content h5{
		padding: 10px 0px;
		font-size: 20px;
	}
	.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;
		font-size: 22px;
		margin-top: 10px;
	}
	.nyfzlc-section.hero-3 .hero-slider-items:after{
		top: 0%;
		right: -20px;
	}
	.nyfzlc-section .swiper{
		padding: 80px 20px 80px;
	}
	.nyfzlc-lb{
		padding: 30px 60px 30px 10px;
		margin-left: 10px;
	}
	.nyfzlc-nr p{
		font-size: 15px;
	}
	
	.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;
	}
	
	.znzz-bt h2{
		font-size: 22px;
	}
	.znzz-bt h2 span{
		font-size: 14px;
	}
	
	.ywtx-js{
		padding-right: 10px;
		margin-top: 0!important;;
	}
	.about-zlkz-js p{
		font-size: 16px;
		line-height: 30px;
	}
	
	.ywtx-ys{
		margin-bottom:20px;
		margin-top: 20px;
	}
	.ywtx-yslb p{
		font-size: 14px;
		padding: 5px 5px;
	}
	
	.ywtx-ywmk{
		margin-top: 40px;
	}
	.ywtx-ywmk .znzz-bt h5{
		font-size: 16px;
		margin-top: 10px;
	}
	.ywmk_lb_bt{
		padding: 10px 10px 10px 20px;
	}
	.ywmk_lb_bt h3:before{
		width: 10px;
        height: 10px;
		margin-top: 3px;
	}
	.ywmk_lb_bt h3{
		font-size: 16px;
		padding-left: 20px
	}
	.ywmk_nrlb:nth-child(2) .ywmk_lb, .ywmk_nrlb:nth-child(4) .ywmk_lb{
		justify-items: left;
	}
	.ywmk_lb_wz p{
		font-size: 14px;
        line-height: 26px;
	}
	
	.qyzc_img{
		padding-bottom: 40px;
	}
	
	.qyzc_txt .wk{
		padding-left: 0;
	}
	.qyzc_lb_bt{
		border-radius: 0.4rem;
		padding: 15px 20px 15px 10px;
	}
	.qyzc_lb_bt:before{
		border-radius: 0.3rem;
	}
	.qyzc_lb_bt h3:before{
		width: 10px;
        height: 10px;
		margin-top: 3px;
	}
	
	.qyzc_lb_bt h3{
		font-size: 16px;
		padding-left: 20px
	}
	.qyzc_lb_wz{
		padding-left: 0px;
	}
	.qyzc_lb_wz p{
		font-size: 14px;
        line-height: 26px;
	}
	
	.hzhb_nrlb{
		width: 33.33%;
		padding: 20px 5px;
	}
	
	
	.zlkz-js{
		padding-right: 10px;
		margin-top:0px!important;
	}
	.zlkz-image-items{
		padding-top: 40px;
	}
	.zlkz-image-2{
		left: 0px;
	}
	.zlkzlc_nr{
		display: block;
	}
	.zlkzlc_lb{
		width: 50%;
		padding: 10px 20px 0 10px;
	}
	.zlkzlc_lbbt p{
		font-size: 15px;
	}
	.zlkzlc_lbjs p{
		font-size: 14px;
	}
	.zlkzlc_lbjs .wk{
		padding: 15px 0px;
	}
	.zlkzlc_lbjs .zlkzlc_lbimg img{
		width: 30px;
	}
	.zlkzlc_lbjs .zlkzlc_lbimg{
		right: -30px;
    bottom: 20%;
    z-index: -1;
	}
	.zlkzlc_lb:nth-child(2){
		padding: 10px 10px 0 20px;
	}
	.zlkzlc_lb:nth-child(2)  .zlkzlc_lbjs .zlkzlc_lbimg{
		right: 40%;
    bottom: -40%;
    transform: rotate(90deg);
	}
	
	.zlkzlc_lb:nth-child(3){
		float: right;
		margin-top: 30px;
		padding: 10px 10px 0 20px;
	}
	.zlkzlc_lb:nth-child(3) .zlkzlc_lbjs .zlkzlc_lbimg{
		left: -30px;
		right: auto;
		transform: rotate(180deg);
	}
	
	.zlkzlc_lb:nth-child(4){
		margin-top: 30px;
	}
	.zlkzlc_lb:nth-child(4) .zlkzlc_lbjs .zlkzlc_lbimg{
		bottom: -40%;
	}
	
	.zlkzlc_nr.b{
		margin-top: 30px;
	}
	.zlkzlc_nr.b  .zlkzlc_lb:nth-child(1) .zlkzlc_lbjs .zlkzlc_lbimg{
		right: -30px;
		left: auto;
		transform: rotate(0deg);
		
	}
	.zlkzlc_nr.b  .zlkzlc_lb:nth-child(2) .zlkzlc_lbjs .zlkzlc_lbimg{
		left: auto;
	}
	
	.dnkz .row{
		    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    margin: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
	}
	.dnkz_nrwz{
		padding-right: 0px;
	}
	.dnkz_nrwz_p p{
		font-size: 16px;
    line-height: 30px;
	}
	.dwkz_nrwz{
		padding-right: 0;
	}
	.dnkz_img{
		margin: 40px 0 0;
	}
	.znzz-js{
		padding-right: 10px;
	}
	.about-znzz-js p{
		font-size: 16px;
    line-height: 30px;
	}
	.about-znzz-ys{
		margin-left: 0;
		margin-bottom: 40px;
	}
	.znzz-yswk{
		display: inline-block;
	}
	.znzz-yslb{
		width: 50%;
		float: left;
        margin-bottom: 10px;
        margin-top: 10px;
	}
	.znzz-yslb:nth-child(2):before,
	.znzz-yslb:nth-child(4):before
	{
		display: none;
	}
	
	.znyy-nrwz{
		text-align: left;
    padding: 0 0%;
	}
	.znyy-nrwz p{
		font-size: 16px;
		line-height: 30px;
	}
	
	.zzzs-img{
		margin-top: 40px;
	}
	
	.xspzzs-wk{
		padding: 0 ;
	}
	.zzzs-xspzzs{
		padding-bottom: 60px;
	}
	
	.about-zzzry .section-title h2{
		padding-bottom: 20px;
	}
	
	.about-zzzry .section-title h5{
		font-size: 18px;
    line-height: 1.8;
	}
	
	
	.shop-details-wrapper .product-details-content h2{
		font-size: 26px;
	}
	
	.shop-details-wrapper .product-details-content .mb-3 p{
		font-size: 14px;
        line-height: 1.6;
	}
	.shop-details-wrapper .product-details-content .details-info span{
		font-size: 14px;
	}
	
	.shop-details-wrapper .product-details-content .details-info a{
		font-size: 14px;
		margin-left: 60px;
	}
	.shop-details-wrapper .single-tab .nav{
		padding-bottom: 0px;
		margin-bottom: 20px!important;
	}
	
	
	.BMap_bubble_content{
		font-size: 15px;
		
	}
	.BMap_bubble_content br{
		display: inline;
	}
	.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-info-content p{
		font-size: 14px;
	}
	
	.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: 10px 10px;
	}
	.shop-nr_logo img{
		height: 55px;
	}
	.shop-card-items .shop-nr p{
		font-size: 16px;
	}
	.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;
	}
	
}