/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background: #fff;font-family: "Microsoft YaHei";font-family: "HarmonyOS_Regular";text-transform:capitalize;overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover {color:#d9520f;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;max-width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar { display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}



html{font-size:16px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;line-height: 1.2;text-transform:capitalize;}
.title t{color:#d9520f;}
.title p{font-size: 18px;color:#999;}






/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;transition: 0.3s;position: relative;}
.home_head_fixed .head_bg{}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{height:3.5vw;filter: grayscale(100%) brightness(1000%);}
.head_logo li{margin-left:0.7vw;}
.head_logo li b{font-size: calc(15px + 0.7vw);color:#fff;line-height:1.1;text-transform: uppercase;}
.head_logo li p{font-size: calc(9px + 0.5vw);color:rgb(255 255 255 / 75%);}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:65%;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size: calc(10px + 0.4vw);color:#fff;position: relative;transition: 0.3s;font-family: "HarmonyOS_Medium";}
/*固定栏目*/
.head_column li>a:after{content: "";display:block;width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 3;transition:0.3s;transform:scale(0);}
.head_column li:hover>a:after, .head_column li.column_fixed>a:after{transform:scale(1);}
/*下拉*/
.head_column li{position: relative;}
.head_column .nav2{display: none;width:140px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #d9520f solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
/*图标*/
.head_icon{display: flex;align-items: center;}
.head_language a{display:flex;align-items:center;height:100px;padding:0 1vw;}
.head_language a img{width: calc(15px + 0.78vw);}
.head_search{width:60px;height:100px;background: url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165526_1058793489.png)no-repeat center;}
.head_search_div{display: none;position:absolute;top:100px;right:0px;width: 620px;padding:20px;background: rgb(238 238 238 / 0.9);}
.head_search_left{display:flex;flex-wrap:wrap;}
.head_search_left a{display:block;font-size:16px;color:#333;font-weight:lighter;background:#fff;padding:5px 10px;border-radius:5px;}
.head_search_left a:hover{color:#d9520f;}
.head_search_left a+a{margin-left: 10px;}
.search_form{display: flex;margin:0px 0 10px 0;}
.search_input_one{width: 100%;padding:7px 10px;outline:none;font-size:14px;color:#ccc !important;font-weight:lighter;border:none;background:#fff;border-radius:50px 0 0 50px;}
.search_input_two{outline:none;padding:0;width:70px;line-height: 30px;margin-left: 1px;border:none;background:#fff;border-radius:0 50px 50px 0;font-size:16px;color:#333;}



/*栏目经过和固定*/
#head_top{width:100%;position:fixed;top:0;z-index:999;}
.head_move{height: 100px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.head_bg:hover{background: #fff;}
/*logo*/
.head_move .head_logo img, .head_fixed .head_bg:hover .head_logo img{filter: none;}
.head_move .head_logo li b, .head_fixed .head_bg:hover .head_logo li b{color:#333;}
.head_move .head_logo li p, .head_fixed .head_bg:hover .head_logo li p{color:#666;}
/*栏目*/
.head_bg:hover .head_column li>a, .head_move .head_column li>a{color:#333;}
.head_bg:hover .head_column li.column_fixed>a, .head_move .head_column li.column_fixed>a{color:#d9520f;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#d9520f;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #d9520f;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_search, .head_move .head_search{background: url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165602_159393911.png)no-repeat center;}
.head_bg:hover .head_tel p, .head_move .head_tel p{color:#d9520f;}






/*幻灯片*/
.banner{width: 100%;height:945px;background: #d9520f;position: relative;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(51 51 51 / 0.5);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}
/*视频*/
.banner_swiper_video{width: 100%;}
.banner_swiper_video video{width: 100%;margin-top: -100px;}






/* 产品中心 */
.product{height: calc(300px + 15.6vw);margin:10px 10px 10px 10px;position: relative;}
.product_swiper .swiper-slide{display:flex;width:49%;height:calc(300px + 15.6vw);padding:2.5vw;background:url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165635_520595460.jpg)no-repeat center bottom;}
.product_swiper .swiper-slide *{display: block;}
.product_swiper li{}
.product_swiper p{margin: calc(32px + 1.6vw) 0 calc(30px + 1.5vw) 0;font-size:calc(14px + 0.5vw);color:#333;font-weight:bold;}
.product_swiper span{margin:3px 0 calc(30px + 1.5vw) 0;font-size:calc(8px + 0.4vw);color:#666;}
.product_swiper t{font-size:calc(8px + 0.4vw);line-height:1.5vw;color:#666;}
.product_swiper .swiper-slide a{display:flex;justify-content:center;align-items: center;width:calc(75px + 4vw);line-height:calc(22.5px + 1.17vw);margin-top:calc(40px + 2vw);border:1px #ddd solid;border-radius:100px;}
.product_swiper .swiper-slide a:hover{border:1px #d9520f solid;background:#d9520f;color:#fff;}
.product_swiper .swiper-slide a:after{content: "";display: block;width:22px;height:11px;margin-left: 10px;background: url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165635_527799011.png)no-repeat;transition: 0.3s;}
.product_swiper .swiper-slide a:hover:after{margin-left: 30px;background-position-x: right;}
.product_swiper img{height: 26vw;}

/*箭头*/
.product .product_button{width:50px;height:50px;background:#d9520f;transition: 0.3s;top: calc((100% / 2) - 25px) !important;}
.product .product_button:after{font-size:18px;color:#fff;}
.product .product_button_next{right: -10%;}
.product:hover .product_button_next{right:50px;}
.product .product_button_prev{left: -10%;}
.product:hover .product_button_prev{left:50px;}





/* 资质证书 */
.honor_bg{height:770px;margin:0 10px;background:#f5f5f5;}
.honor_title{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:auto;}
.honor_title li{text-align: left;}
.honor_title a{display:block;width:180px;line-height:50px;border-radius:100px;background:#d9520f;font-size:16px;color:#fff;}
.honor_title a:hover{background:#333;}
.honor ul{display: flex;}
.honor li{width: 25%;}
.honor li+li{margin-left: 10px;}
.honor li .web_index_img{display:block;overflow:hidden;}
.honor li .web_index_img img{width:100%;height:auto;transition:0.3s;}
.honor li:hover .web_index_img img{transform: scale(1.2);}
.honor .web_index_text{display: block;background: #fff;position: relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.honor .web_index_text:after{content:"";display:block;width:0%;height:100%;position:absolute;top:0;left:0;background:#d9520f;transition: 0.3s;}
.honor li:hover .web_index_text:after{width:100%;}
.honor .web_index_text a{display:block;line-height:50px;position:relative;z-index:2;text-align:center;}
.honor li:hover .web_index_text a{color:#fff;}






/* 关于我们 */
.about_bg{height:750px;margin:10px;background: url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165710_662543948.jpg)no-repeat center;background-attachment: fixed;}
.about{display:flex;align-items:center;height:100%;}
.about *{display:block;}
/*左边*/
.about_left{width:70%;height:550px;padding: 0 50px;background:#fff;text-align: center;}
.about_left_text b{margin-top:70px;font-size:40px;color:#333;line-height: 1.5;}
.about_left_text t{font-size:18px;color:#666;}
.about_left_text p{margin:40px 0 0px 0;font-size:16px;color:#666;line-height:2;}
.about_left_data{display:flex;justify-content:space-between;margin-top:70px;}
.about_left_data p{font-size:40px;font-weight:bold;color:#d9520f;}
.about_left_data span{margin-top:5px;font-size:18px;color:#333;}
/*右边*/
.about_right{display: flex;flex-wrap: wrap;width:30%;height:550px;background:#d9520f;}
.about_right a{display:flex;align-items:center;justify-content:center;flex-direction: column;width:50%;height:275px;}
.about_right a:nth-child(odd){border-right: 1px rgb(255 255 255 / 10%) solid;}
.about_right a:nth-child(n+1):nth-child(-n+2){border-bottom: 1px rgb(255 255 255 / 10%) solid;}
.about_right p:before{content:"";display: block;width:40px;height:40px;margin-bottom: 20px;background: url(http://login.114my.cn/memberpic/chuangxiao8820452en/uploadfile/image/20250717/20250717165735_2126198681.png)no-repeat;transition: 0.3s;}
.about_right a:nth-child(2) p:before{background-position-x:-40px;}
.about_right a:nth-child(3) p:before{background-position-x:-80px;}
.about_right a:nth-child(4) p:before{background-position-x:-120px;}
.about_right a:hover p:before{margin-bottom:40px;}
.about_right p{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:18px;color:#fff;}







/* 合作客户 */
.cooperation_bg{height:200px;margin:0 10px  10px;background: #f5f5f5;}
.cooperation{display:flex;align-items:center;justify-content: space-between;height:100%;}
/*左边*/
.cooperation_left{flex-shrink:0;}
.cooperation_left b{font-size:40px;color:#333;}
.cooperation_left p{font-size:18px;color:#666;}
/*右边*/
.cooperation_right{width: 1150px;}
.cooperation_right .tempWrap{width: 100% !important;}
.cooperation_right ul{display: flex;height: 110px;}
.cooperation_right ul *{display:block;}
.cooperation_right li{margin-right: 10px;position: relative;overflow: hidden;flex-shrink: 0;}
.cooperation_right .web_index_text{width:100%;height:100%;background:rgb(0 0 0 / 60%);transition:0.3s;position:absolute;top:-100%;left:0;text-align: center;}
.cooperation_right li:hover .web_index_text{top:0%;}
.cooperation_right .web_index_text a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;color:#fff;}



/*版权*/
.wrapper { margin: 0 auto;max-width: 1400px;background: #222;}
.bqtop{width: 100%; background: #f2f2f2;height: 10px; overflow: hidden;position:relative;}

.copy {margin:0 10px;padding:80px 0 60px;background:#222;}
.copy_box {width: 74%;min-width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_con {width:55%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #fff;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 15px;color: #999999;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#fff;transition:0.5s;}
.copy_int {width: 500px;}
.copy_int p {display: flex;font-size: 18px;color: #fff;align-items:  center;    justify-content: center;}
.copy_int p span {font-size: 30px;}
.copy_int ul {display: flex;justify-content: space-between;margin-top: 20px;}
.copy_int li {width:  245px;height: 135px;background: #f5f5f5;padding: 25px;display: flex;justify-content: space-between;align-items:  center;}
.copy_int li i {width: 100px;height: 100px;display:  inline-block;}
.copy_int li i img {width:100px;}
.copy_int li p {margin-left:15px;font-size:18px;line-height: 30px;display: flex;flex-direction: column;color: #333;}
.copy_int li p span {font-size: 16px;}
.copy_int em {font-size: 15px;color: #999;display: flex;justify-content: center;margin-top: 30px;padding-bottom: 20px;font-weight: lighter;}


.copyright{margin: 0 10px;padding:28px 0;overflow:hidden;background: #222;    border-top: 1px solid #353535;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright .con .fl{display:flex;flex-direction:column;align-items:flex-start;line-height:1.5;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}