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

/*公共样式部分*/

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

*{box-sizing: border-box;}

#copy{display: none;}

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

.page{margin:0 auto;width: 1300px;position: relative;}
.bg{ width: 100%; min-width: 1300px;}
.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;}




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






/*抬头*/
.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;width: 1300px;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{height: 1.5vw;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:67%;height:100%;}
.head_column>li>a{display:block;line-height:100px;font-size:16px;color:#333;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column>li>a:after{content: "";display:block;width:10px;height:10px;background:#c00000;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:180px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #c00000 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:45px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background: #e5e5e5;color:#c00000;}
.head_column .nav2 .two_class_box{display:none;}
/*图标*/
.head_icon{display: flex;align-items: center;}
.head_language a{display:block;width:70px;height:100px;background:url(http://login.114my.cn/memberpic/dg17326920296en/uploadfile/image/20250516/20250516145619_768596400.jpg) no-repeat center;}



/*栏目经过和固定*/
#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{}
/*栏目*/
.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, .head_column li.column_fixed>a{color:#c00000;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#c00000;}
.head_bg:hover .head_column>li>a:after, .head_move .head_column>li>a:after{background: #c00000;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_search, .head_move .head_search{background: url(http://login.114my.cn/memberpic/dg173269/uploadfile/image/20250109/20250109164141_2133953886.png)no-repeat center;}

/* 内页导航 */
.ny_head_move .head_logo img{filter: grayscale(100%) brightness(1000%);}
.head_move .ny_head_move .head_logo img, .head_fixed:hover .ny_head_move .head_logo img{filter: none;}
.ny_head_move .head_column li>a{color:#fff;}
.head_move .ny_head_move .head_column li>a{color:#333;}
.head_move .ny_head_move .head_column li.column_fixed>a, .head_move .ny_head_move .head_column li:hover>a{color:#c00000;}




/*幻灯片*/
.banner{height:600px;margin-top: 100px;background: #c00000;}
/* 通过改变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(0 0 0 / 0.3);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;}





/* 搜索 */
.search_bg{border-bottom:1px #f5f5f5 solid;}
.search{display:flex;justify-content:space-between;align-items:center;height: 100px;}
/* 文字 */
.search_text{display: flex;align-items: center;}
.search_text p{font-size:16px;color:#333;}
.search_text li{display:flex;align-items:center;font-size:15px;color:#999;}
.search_text a{display:block;line-height:100px;font-size:15px;color:#999;}
.search_text a:hover{color:#c00000;}
/* 内容 */
.search_content_div{display: flex;}
.search_content_div_one{width:220px;padding:0 0 0 20px;border:none;border-radius:50px 0 0 50px;outline:none;font-size:14px;color:#999;font-weight:lighter;background: #f5f5f5;}
.search_content_div_two{}
/* 搜索结果 */
#search_center .nysearch2021{width: 360px !important;}
#search_center .nysearch2021+.nysearch2021{margin-left: 10px;}
#search_center .nysearch2021:nth-child(4){margin-left:0px;}
#search_center .nysearch2021 img{width: 100%;border: 1px #e5e5e5 solid !important;}
#search_center .nysearch2021 div:nth-child(2){margin-bottom:10px;padding:0 !important;line-height:50px;background:#f5f5f5;}
#search_center .nysearch2021 div:nth-child(2) a{font-size:16px;color:#666;}





/* 产品中心 */
.prod_bg{}
.prod{display: flex;justify-content: space-between;}
.prod_div{width:32.8%}
.prod_div i{display: block;overflow: hidden;border: 1px #eee solid;}
.prod_div img{transition: 0.3s;}
.prod_div a:hover img{transform: scale(1.2);}
/*第一排*/
.prod_one{padding:40px;background:#f5f5f5;border-top:5px #c00000 solid;}
.prod_one i{}
.prod_one i img{width:100%;height:auto;}
.prod_one b{display:block;margin:30px 0 15px 0;font-size:24px;color:#333;}
.prod_one a:hover b{color:#c00000;}
.prod_one p{font-size:16px;line-height:28px;color:#999;font-weight:lighter;}
/*第二排 第三排*/
.prod_unite a{display: block;padding:20px;background:#f5f5f5;}
.prod_unite a+a{margin-top:10px;}
.prod_unite b{display:block;font-size:18px;color:#333;margin:20px 0 10px 0;}
.prod_unite a:hover b{color:#c00000;}
.prod_unite p{font-size:15px;line-height:24px;color:#999;font-weight:lighter;}





/* 应用案例 */
.case{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.case ul{display:flex;justify-content:space-between;}
.case a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;height:220px;border:1px #eee solid;}
.case a:hover{background: #f5f5f5;}
.case p{margin-top:20px;font-size:16px;color:#666;}
.case a:hover p{color:#c00000;}





/* 关于我们 */
.about{display: flex;justify-content: space-between;flex-wrap: wrap;background:#f5f5f5;padding-top:20px;}
/*左边*/
.about_left{width:630px;padding-left: 20px;}
/*右边*/
.about_right{width: 630px;padding: 0px 20px 0 0;}
.about_right b{display:block;margin-bottom: 30px;font-size:24px;color:#c00000;}
.about_right p{font-size: 14px;color:#666;line-height:28px;font-weight:lighter;}
.about_right p+p{margin-top:15px;}
/*下边*/
.about_bottom{display:flex;justify-content:space-between;width:100%;margin-top:20px;padding:0 0% 20px;border-bottom:3px #c00000 solid;}
.about_bottom a{display:block;width:25%;text-align:center;}
.about_bottom a i{}
.about_bottom a p{margin-top:10px;font-size:16px;color:#333;}
.about_bottom a:hover p{    color: #c00000;}




/* 合作客户 */
.cooperation_img .tempWrap{ width:1100px !important;margin:auto;}
.cooperation_img ul{display: flex;}
.cooperation_img li{width: 267px !important;margin-right:10px;}
.cooperation_img li .web_index_img{display:block;}
.cooperation_img li .web_index_img img{border:1px #eee solid;}
.cooperation_img li .web_index_text{display: block;line-height:40px;background:#f5f5f5;text-align:center;}
.cooperation_img li .web_index_text:after{content:"";display:block;width:0%;height:5px;background:#c00000;transition:0.3s;}
.cooperation_img li:hover .web_index_text:after{width:100%;}
.cooperation_img li .web_index_text a{font-size:16px;color:#333;}
.cooperation_img li:hover .web_index_text a{color:#c00000;}

/* 按钮 */
.cooperation_button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border: 1px #eee solid;border-radius: 100%;position: absolute;top: calc(50% - 25px);cursor: pointer;}
.cooperation_button:hover{background:#c00000;border:1px #c00000 solid;}
.cooperation_button:after{content:"";display:block;width:10px;height:20px;background: url(http://login.114my.cn/memberpic/dg173269/uploadfile/image/20250111/20250111163241_1284369341.png) no-repeat;transition: 0.3s;}
.cooperation_button:hover:after{background-position-y: bottom;}
.cooperation_button_left{left:0px;}
.cooperation_button_right{right:0px;transform: rotate(180deg);}





/*版权*/
.copyright_bg{height:80px;line-height: 80px;background:#222;}
.copyright{display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#999;font-weight:lighter;}
.copyright a{font-size:14px;color:#999;font-weight:lighter;}
.copyright a:hover{color:#fff;}