/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,i,em{margin: 0px; padding: 0px;list-style: none;border: 0px;font-style: normal;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#dc352f;text-decoration: none; border-bottom-style:}
.box{ margin:0 auto;width:90%;min-width: 1400px; box-sizing: border-box;padding: 0 2%;}
.page{width:1400px;min-width:1400px;margin:0 auto;}
.bg{ width: 100%;min-width:1400px;position: relative;}

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

/*左右浮动清除*/
.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;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}

.t{font-weight: normal;text-align: center;padding-top: 80px;margin-bottom: 40px;}
.t p{font-size: 40px;font-weight: bold;color: #222;}
.t dd{font-size:18px;margin-top: 10px;}

/*抬头*/
.head{height: 120px;}
.head .name{margin-left: 20px;}
.head .name p{font-size: 34px;font-weight: bold;color: #222;}
.head .name d{font-size: 14px;letter-spacing: 2.5px;font-family: 'Futura Bk BT';text-transform: uppercase;}
.head_tit{position: relative;padding-left: 40px;}
.head_tit p{font-size: 24px;color: #222;position: relative;letter-spacing: 5px;}
.head_tit d{font-size: 16px;letter-spacing: 3px;color: #999;display: block;margin-top: 5px;}
.head_tit:before{content: '';width: 1px;height: 53px;background: #eee;display: block;position: absolute;left: 20px;top: 5px;}

.head .tel{padding-left: 50px;background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220727/20220727180630_491961340.png)no-repeat center left;}
.head .tel p{font-size: 16px;color: #222;}
.head .tel d{font-size: 28px;color: #dc352f;font-weight: bold;line-height:30px}
.language {font-size: 17.5px !important;color: #666;font-family: 'Futura Md BT';padding-left: 40px;background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220727/20220727180901_1759139608.png)no-repeat center left;margin-left: 40px;display: block;}



/*导航*/
.nav{height:80px;background: rgba(0,0,0,0.1);position: absolute;top: 120px;z-index: 99;}
.nav ul{height:100%;}
.nav li{float: left;position: relative;width: calc(100% / 7);text-align: center;}

.NavCeshi > li {float: left;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}
.NavCeshi > li > a { display: block; text-align: center; color: #fff; transition: 0.2s all ease-in-out;position: relative; width: 100%;height:80px;line-height:80px;font-size: 16px;}
.NavCeshi > li> a{width:100%;}
.NavCeshi > li.navcurrent > a,.NavCeshi > li:hover > a{color:#fff;background:#dc352f;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 80%;}

/*下拉导航*/
.nav2{ position: absolute; top:100%; z-index: 9999; width:500px; height:0; transition:all linear 0.3s; background:rgba(255,255,255,1);overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
#zz0 .nav2,#zz1 .nav2{right: 0px;}
.nav2 a{display: block; width:100%; height:44px; line-height:44px; font-size:15px;  color:#333; text-align:left; transition:all linear 0.3s; }
.nav>ul>li:hover .nav2{ height:auto; z-index:9;padding:40px;}
.nav2 a:hover{background:#dc352f; text-indent:1em; color:#fff;}
.nav2_l{width:40%;}
.nav2_r{width:60%; }
.nav2_r img{width:100%;border:1px solid #eee;}




/*幻灯片*/
.banner-box,.banner-box .bd li{height:580px;}
.banner-box .banner-btn a.prev{background-image:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091051_1850850319.png);}
.banner-box .banner-btn a.next{background-image:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091050_1971321083.png);}
.banner-box .hd ul li.on{background:#dc352f;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:148px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}


/*简介*/
.about_l{width:42rem;height:42rem;border-radius: 50%;border: 18px solid rgba(181,199,247,0.24);overflow: hidden;margin-top: -5rem;}
.about_l img{width: 100%;}
.about_r{width: calc(100% - 48rem);}
.about_r p{font-size: 40px;font-weight: bold;color: #222;margin-top: 40px;}
.about_r d{font-size: 18px;font-weight: lighter;display: block;margin-top: 5px;margin-bottom: 50px;}
.about_r dd{font-size: 16px;line-height: 2vw;color: #999;}
.about_r a{display: inline-block;padding: 0 5px;border-bottom: 2px solid #222;line-height: 40px;margin-top: 80px;}
.about_r a:after{content: '';width: 12px;height: 11px;background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220728/20220728103427_2008989988.png)no-repeat center;display: inline-block;margin-left: 15px;}
.prod_l{width: 250px;}
.prod_r{width: calc(100% - 290px);}

/*产品中心*/
.prod_bg{background:#f8f8f8;}
.prod_l li+li{margin-top:100px;}
.prod_l li a{font-size:16px;color:#222;}
.prod_l li.on a{color:#dc352f;}
.prod_l li a:after{content:'';width:0px;height:2px;display:block;background:#dc352f;margin-top:5px;transition: all 0.3s;}
.prod_l li.on a:after{width:60px;}
.prod_l li dl{display:none;}
.prod_box{overflow: hidden;}
.prod_tt{background: #fff;height: 338px;width: 100%;padding: 0 40px;}
.prod_tit{margin-left: 40px;}
.prod_tit p{font-size: 32px;font-weight: bold;color: #222;}
.prod_tit d{font-size: 14px;color: #999;}
.prod_tit dd{font-size: 15px;line-height: 30px;margin-top: 20px;}
.prod_tit a{width: 100px;height: 34px;line-height: 34px;display: block;background: #dc352f;color: #fff;font-size: 14px;text-align: center;margin-top: 50px;}
.prod_b{margin-top:30px;}
.prod_b li{width:calc((100% - 60px) / 3);margin-right:30px;float:left;border:1px solid #eee;}
.prod_b li br{display:none;}
.prod_b li img{width:100%;height:auto;}
.prod_b li>a{display:block;overflow: hidden;}
.prod_b li>a img{transition: all 0.3s;}
.prod_b li:hover>a img{transform: scale(1.1);}
.prod_b li span{width:100%;display:block;text-align:center;line-height:40px;font-size:15px;background:#fff;padding-bottom: 10px;}



/**/
.ingenuitybg{width:100%;height:850px;background:url(https://memberpic.114my.com.cn/017062/uploadfile/image/20220823/20220823114214_141193612.jpg) center no-repeat;}
.ingenuity{width:1400px; margin:0 auto;}
.ingenuity1{float:right; width:995px; margin-top:80px;padding-top:50px; font-size:43px; line-height:43px; font-weight:bold; color:#333; background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220823/20220823112115_1111546339.png) left top no-repeat;}
.ingenuity1 span{font-size:18px; line-height:48px; font-weight:normal; color:#666;}
.ingenuity2{float:right; width:995px;margin-top:25px;padding-top:25px; background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220823/20220823112115_1695190390.png) left top no-repeat;}
.ingenuity2 p{font-size:16px; line-height:34px;}
.ingenuity2 a{display:block; width:180px; margin-top:35px; text-align:center; font-size:16px; line-height:50px; color:#fff; text-decoration:none; transition:0.8s; background:#dc352f;}
.ingenuity2 a:hover{background:#333;}
.ingenuity3{float:right; margin-top:66px;width:1400px; background:#fff;}
.ingenuity3 dl{float:left; width:20%; text-align:center;     padding: 75px 20px; cursor:pointer;border-right: 1px #eee solid;}
.ingenuity3 dl dt{width:35px;height:35px;margin: auto;background: url(https://memberpic.114my.com.cn/0433121/uploadfile/image/20220809/20220809104808_1363150710.png)no-repeat;transition:all .8s;}
.ingenuity3 dl:nth-child(2) dt{background-position-x: -35px;}
.ingenuity3 dl:nth-child(3) dt{background-position-x: -70px;}
.ingenuity3 dl:nth-child(4) dt{background-position-x: -105px;}
.ingenuity3 dl:nth-child(5) dt{background-position-x: -140px;}
.ingenuity3 dl:hover dt{transform:rotateY(360deg);}
.ingenuity3 dl:hover dt img{margin-top:-37px;}
.ingenuity3 dd{margin-top:40px; font-size:15px; line-height:26px; color:#666;}
.ingenuity3 d{font-size:18px;color:#222;display:block;margin-bottom:10px;}

/*产品优势*/
.padv_bg{background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220804/20220804162128_1194991826.jpg)no-repeat top center;height: 901px;padding-top: 80px;}
.padv{height: calc(100% - 140px);}
.padv_img{width: 30vw;height: 30vw;border-radius: 50%;background: #fff;border: 35px solid rgba(255,255,255,0.3);background-clip: padding-box;min-width: 500px;min-height: 500px;}
.padv_img img{margin-left: -40px;width: 120%;}
.padv_l p{font-size: 40px;font-weight: bold;color: #fff;}
.padv_l d{color: rgba(255,255,255,0.8);font-size: 16px;display: block;margin-top: 40px;line-height: 30px;}
.padv_l a{width: 50px;height: 50px;border: 1px solid #fff;border-radius: 50%;display: block;margin-top: 40px;margin-bottom: 80px;background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220728/20220728203145_1443806991.png)no-repeat center;}
.padv_tel{font-size: 24px;font-weight: lighter;color:#fff;}
.padv_tel span{font-size: 40px;color: #fff;font-weight: bold;}
.padv_r p{font-size: 28px;color: #fff;font-weight: bold;}
.padv_r d{font-size: 15px;color: #fff;line-height: 24px;margin-top: 20px;display: block;}
.padv_r,.padv_l{width: 400px;}
.padv_r li{height: 40px;overflow: hidden;transition: 0.3s ease all;}
.padv_r li+li{margin-top:20px;}
.padv_r li.on{height: 160px;border-bottom: 1px solid rgba(255,255,255,0.2)}



/*feed*/
.mess{background:#fff;box-shadow: 4px -6px 50px 15px rgba(0, 0, 0, 0.1);padding: 40px !important;border-radius: 10px;    position: relative;margin: 70px auto 0;z-index: 5;}
.adbt{}
.adbt i{font-size: 34px;float: left;margin-right: 13px;}
.adbt b{font-size: 30px;display: block;line-height: 30px;color:#222;}
.from_tab{width:100%;display: flex;}
.from_tab>div{width:calc((100% - 3vw) / 4);box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);border-radius: 30px;display: flex;overflow:hidden;}
#feedback_form {margin: 30px 0;height: 60px;}
.col4{float: left;width: 16.7vw;height: 60px;background: #fff;}
.col4+.col4{margin-left: 1vw;}
.col4 em{display: inline-block;font-size: 30px;color: #d2d2d2;margin-top: 16px;margin-left: 24px;}
.col4 input{height: 100%;width: calc(100% - 54px);margin-left: 16px;font-size: 16px;color: #999;border:none;outline:none;}
#tianxieone{float: left;margin-left: 20px;}
#tianxiethree{width:100%;height: 60px;border-radius: 30px;background: #fff;display: flex;align-items: center;justify-content: space-between;}
#tianxiethree em{display: inline-block;font-size: 30px;color: #d2d2d2;margin-top:2px;margin-left: 24px;}
#tianxiethree>input{height: 100%;width: 58px;margin-left: 16px;font-size: 16px;color: #999;line-height: 60px;}
#tianxiethree #authcode{width:calc(100% - 246px);border:none;outline:none;}
.feedback_btn{float:right;width:120px;height: 60px;text-align: center;}
.feedback_btn .btns{line-height: 60px;width: 100%;border-top-right-radius: 30px;border-bottom-right-radius: 30px;background: #d00000;color: #fff;font-size: 16px;border:none;}
.f_wz{color:#999;font-size: 16px;}



.case_box{width: 100%; position: relative;z-index:999; padding: 0px 0 80px 0px;}
.case_con { margin: 0 auto;}
.case_con .divdgweb_new_div {display: flex;justify-content: space-between;}
.case_con .divdgweb_new_div_item { width: 24%;display: flex;  flex-direction: column-reverse;}
.case_con .divdgweb_new_div_item:hover .news_div_item_pic img {transform: scale(1.2);  }
.case_con .divdgweb_new_div_item_content {background: #fff;padding: 14% 14% 28%;display: flex;flex-direction: column;align-items: center; margin-top:3%; box-shadow: 5px 0 15px #eee;}
.case_con .divdgweb_new_div_item_title a {font-size: 24px;font-weight: lighter;line-height: 24px;color: #666;position: relative;}
.case_con .divdgweb_new_div_item_title a:after {content:'查看更多 +';width: calc(100% / 1);position:absolute;bottom: -122px;left: 0;font-size: calc(0.7rem + 0.1vw); border-radius: 40px;padding: 1% 0;text-align: center; background: #dc352f; color: #fff; box-shadow: 0px 0 15px #ddd;}
.case_con .divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_content {background: #fff; margin-top:0px; margin-bottom:3%;}
.case_con .divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_title a,.divdgweb_new_div_item:nth-child(2n) .divdgweb_new_div_item_body {color:#666;}
.case_con .divdgweb_new_div_item_body {font-size: 14px; color: #666;line-height: 24px;padding-top: 7%; font-weight:100;}
.case_con .news_div_item_pic {overflow: hidden;}
.case_con .divdgweb_new_div_item:nth-child(2n) {flex-direction: column;}
.case_con .news_div_item_pic img { width: 100%;height: auto;  transition: 0.5s;}



.honor_r{width:calc(100% - 368px);padding:30px;background: linear-gradient(90deg,#f8f8f8 30%,#fff 70%);box-shadow: 15px 0px 50px rgba(0,0,0,0.1);}
.honor_r{margin-top:-60px;}
.honor_r .tempWrap{width:100% !important;}
.honor_r ul{display:block;}
.honor_r li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;width:calc((100% - 60px) / 5);margin-right:15px;text-align: center;}
.honor_r li p a{color: #333;font-size: 16px;display:block;}
.honor_r li p{height:50px;line-height:50px;position: relative;z-index: 2;background: #f8f8f8;display:none;}


.honor_r li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height: 100%;display: block;}
.honor_r li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}




/*优势*/
.adv_bg{background: #f8f8f8;}
.ysbj{ overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box;width:100%;margin:0 auto;}
.ysbj h2{margin-bottom: 32px;}
.ys{width: 100%;position: relative;}
.ys dl{ height:830px; position:relative;}
.ys dt{height:650px;  position: relative;overflow: hidden;}
.ys dt img{ display:block;width:100%; height:650px;}
.ys dd{width: 1500px;margin: auto;height: 158px; padding-top: 50px; box-sizing: border-box; position: relative;border-bottom: 1px #eee solid;}
.ys dd h3{font:28px "Microsoft YaHei";color:#1a1a1a;line-height:40px;position:relative;text-align: center;float:left;border-right:1px #eee solid;padding-right: 83px;}
.ys dd h3 b{color: #dc352f; display: block; font-weight: bold;}
.ys dd p{width:70%;padding-right: 35px; font:18px "Microsoft YaHei"; line-height:28px; position:relative; color:rgba(25,27,31,0.9); float: right; font-weight:100;}
.ys_nav{width:1500px;position: absolute;top:532px;left: 50%;margin-left: -745px;}
.ys_nav li{width:calc((100% - 30px)/4);background: #f5f5f5;margin-right: 8px;height:118px; float: left;overflow: hidden;cursor: pointer;}
.ys_nav li:last-child{margin-right: 0;}
.ys_nav li em{font-size: 26px; color: #666666; height: 122px; display: block; text-align: center;padding-top: 32px; box-sizing: border-box;}
.ys_nav li em i{display: block;font-size: 9px;line-height: 28px; color: #999999;}
.ys_nav li img{width: 270px;height: 103px; display: block;margin:0 auto;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;opacity: 0;}
.ys_nav li a{text-decoration:none;}
.ys_nav li.cur{background: #dc352f; color: #fff;height: 224px;margin-top: -106px;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.ys_nav li.cur em{height: 110px;}
.ys_nav li.cur em,.ys_nav li.cur em i{color: #fff;}
.ys_nav li.cur img{opacity: 1;}

.ys dl img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.ys dl img:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}






.sb_plist{margin: 0 auto;}
.sb_plist .divdgweb_new_div{overflow:hidden;}
.sb_plist .divdgweb_new_div_item{float:left;width:50%;position:relative;overflow: hidden;}
.sb_plist .divdgweb_new_div_item+.divdgweb_new_div_item{width:25%;margin-left:0%;overflow: hidden;}
.sb_plist .divdgweb_new_div_item:nth-child(n+4){margin-top:0%;}
.sb_plist .news_div_item_pic img{width: 100%;  transition: 0.5s;}
.sb_plist .news_div_item_pic:hover img{ transition: 0.5s; transform: scale(1.2);}
.sb_plist .divdgweb_new_div_item_title{position: absolute;width: 100%;height: 52px;background: rgba(0,0,0,0.1);bottom: 0;left: 0;transition: 0.5s;}
.sb_plist .divdgweb_new_div_item_title a{display: block;line-height:52px;text-align: center;color: #fff;}





/*新闻*/
.news .t{padding-top:0 !important;}
.news_title{text-align:left;float:left;}
.news_tab{margin-top: 30px; text-align:center;float:right;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff;width: 140px; height: 40px; line-height: 40px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on a{color:#dc352f;}

.news_tab li:before{display:block;content:"";width:40px; height:40px; float:left; transition: all 0.3s;background-image:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091051_592884444.png);}
.news_tab li:nth-child(1):before{background-position: 0 0;}
.news_tab li:nth-child(2):before{background-position: -40px 0;}
.news_tab li:nth-child(3):before{background-position: -80px 0;}
.news_tab li.on:nth-child(1):before{background-position: 0 -40px;}
.news_tab li.on:nth-child(2):before{background-position: -40px -40px;}
.news_tab li.on:nth-child(3):before{background-position: -80px -40px;}
.news_tab li.on a{border-bottom:3px solid #dc352f;}

.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: flex;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;flex-flow: wrap-reverse;float: left;    align-content: flex-end;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;display:none;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091051_346148072.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{padding-right: 14px;    margin-top: 30px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';top:150px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';top: 160px;font-size: 43px;background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091051_27061091.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 28px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition:0.3s;overflow: hidden;}
.news_list .news_div_item_pic a{ border:1px solid #eee;display:block;}
.news_list .news_div_item:hover .news_div_item_a{color: #dc352f;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #dc352f;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}

.news_div_item:hover .news_div_item_image{transform: scale(1.2);}



/*footer*/
.footer {display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_bg{width: 100%; color: #fff;background: #131513;position: relative;overflow:hidden;padding: 80px 0 70px;}
.bq_item li{position: relative;}
.bq_item li{ float: left;position: relative;}
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #dc352f;top:24px;left: -22px;}
.bq_item li+li{margin-left:15%;}
.bq_item li a{ display: block;font-size: 15px; line-height: 36px; color: rgba(255,255,255,0.47);font-weight: lighter;}
.bq_item li a:hover{color:#fff;}
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;}
.footer li p img{width:120px;border:10px #fff solid;}
.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px;    padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #dc352f;}
.copy_bg{height: 80px;background: #131513;line-height: 80px;overflow:hidden;border-top: 1px solid rgba(255,255,255,0.1);}
.copy_b{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.copy_bg div{color: rgba(255,255,255,0.47);}
.copy_b div:nth-child(1){width: 65%;}
.copy_bg div a{color: rgba(255,255,255,0.47);font-size:14px;}
.copy_bg div a:hover{color:#fff;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 73%;}
.bq_cl>b, .bq_cr>b, .bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;line-height: 48px;}
.bq_ewm {display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 40px;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 34px;color: #fff;background: #131513;border:1px solid rgba(255,255,255,0.3);}
.bq_ewm li span img{width: 100%;}
.bq_ewm li span:hover{background:#dc352f;border-color:#dc352f;}
.ewm_cc {    text-align: center;width: 120px;}
.bq_r {width: 26%;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bq_lx {line-height: 36px;}
.bq_lx li{font-size: 15px;color: rgba(255,255,255,0.47);}
.bq_ewm li+li {margin-left: 10px;}
.bq_item li:first-child {padding-left: 20px;}
.bq_item li:first-child:before {left: 0;}



.link{ background:#dc352f; line-height:92px; font-size:18px; color:#fff;}
.link p.fl{ background:url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729091051_2015203972.png) no-repeat left center; padding-left:33px;filter: brightness(5);}
.link p.fr a{ font-size:14px; color:#fff; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#666; font-weight:lighter; line-height:70px;}
.links_r{width:90% !important; padding-left:1%;}
.linkTagcs{width:100% !important;}
.linkTagcs li a{font-size:15px;color:#fff !important;}
.linkTagcs li{line-height:22px !important;}

/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/0402971/uploadfile/image/20220729/20220729180332_1126765836.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #dc352f; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
/*咨询*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #dc352f; border-color: #dc352f; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
/*电话*/
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#dc352f; font-size: 18px; }
/*二维码*/
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .y-email-infos {color:#b9b9b9; text-align: left; bottom: 0;}
.y-kefu-box01 .y-email-infos>div {padding: 20px 20px 20px 45px; position: relative; }
.y-kefu-box01 .y-email-infos>div i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .y-email-infos p { color:#dc352f; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .y-email-infos span { color:#b9b9b9; }
.y-kefu-box01 .y-email-infos p { color:#dc352f; font-size: 18px; }
/*回顶*/
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#dc352f; border-color: #dc352f;}
.y-kefu-box01 .hver:hover>p { color: #fff; }

y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*咨询缩小*/
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#dc352f;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }


/*商桥*/
#newBridge .icon-right-center{top:30% !important;}
#newBridge .nb-nodeboard-right-bottom{right:auto !important;}

.head_l .logo {
    margin-bottom: 14px;
}