@font-face {
 font-family:fontDin1;
 src: url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}
/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #52c100;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1400{ max-width:1400px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}

/*间隙*/
.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;}

*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.title{text-align: center;font-size: 40px;color: #333333;}
.title em{color: #52c100;}
.title span{display: block;font-size: 18px; font-weight:lighter; color: #888888;margin: 7px 0 25px 0;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;background:#52c100;}
.title i::after{right: 0px;left: inherit;animation:allTitleAfter 3s infinite linear;}
.title i::before{animation:allTitleBefore 3s infinite linear;}
.title t{width: 30px;height: 5px;background:#df0123;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}
.hovermaincolor a:hover{ color:#52c100;}

/*抬头*/
.header{ height:180px; position:relative;}
.hlogo{ position:absolute; top:0; left:60px; background:#fff;}
.hlogo:after,.hlogo:before{ content:''; display:block; position:absolute; width:0; height:0; top:50px; left:100%;}
.hlogo:after{ border-top:130px solid #52c100; border-right:21px solid transparent;}
.hlogo:before{ border-top:130px solid #52c100; border-left:21px solid transparent; left:auto; right:100%;}
.htop{ height:50px; padding:0 40px 0 290px; background:#52c100;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.htop,.htop a{ font-size:14px; color:#a9fd6a; line-height:24px;}
.htop a:hover{ color:#fff;}
.htop b{ font-size:22px; font-family:Arial, Helvetica, sans-serif; color:#a9fd6a;}
.htop span{ display:inline-block; vertical-align:top; padding:0 25px; border-right:1px solid #a9fd6a;}
.htop span:last-child{ border-right:0; padding-right:0;}
.htop span a,.htop span em{ display:inline-block; padding-left:30px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_2143379450.png) no-repeat left center;}
.htop span:nth-child(2) a{ background-image:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_1374995127.png);}
.htop span:nth-child(3) a{ background-image:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_1671058516.png);}
.hsecond{ height:130px;padding:0 40px 0 290px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.heman{ font-size:18px; color:#888888;}
.heman b{ display:block; font-size:22px; color:#52c100; margin-bottom:5px;}
.nav{ width:60%;}
.nav>ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.nav>ul>li{ position:relative;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{color:#52c100; font-weight:bold;}
.nav>ul>li>a{ display:block; line-height:130px; position:relative; font-size:17px; color:#333231;width: calc(100% + 5px);}
.dropmenu{ position:absolute; width:158px; left:-66%;  z-index:99; text-align:center; transition:all .3s ease; opacity:0; visibility:hidden; top:105%; overflow:hidden; }
.nav>ul>li:hover .dropmenu{top:100%; opacity:1; visibility:visible;}
.dropmenu a{ display:block; line-height:56px; font-size:14px; color:#fff; transition:all .3s ease; background:#333; margin-top:1px;}
.dropmenu a:hover{ background:#52c100; color:#fff;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
@media screen and (max-width:1550px){
	.nav>ul>li>a{ font-size:15px;}
        .heman b{ font-size:21px;}
        .heman{ font-size:16px;}

	}
.nav>ul>li>a:after,.nav>ul>li>a:before{ content:''; display:block; position:absolute; left:0; right:0; margin:0 auto; z-index:9; transition:all .3s ease;}
.nav>ul>li>a:after{ width:18px; height:18px; border:3px solid #fff; background:#52c100; border-radius:50%; top:-7px; transform:scale(0);}
.nav>ul>li>a:before{ width:1px; height:0; background:#52c100; top:8px; z-index:10;}
.nav>ul>li.cur>a:before,.nav>ul>li:hover>a:before{ height:32px;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1;}
.banner-box{ min-width:1400px; height:660px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:660px; background-position: center; background-repeat: no-repeat; background-color: #000}
.banner-box .bd li a{ display:block; background-size:auto;  width: 100%; height: 80%;  position: relative; z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:220px; left: 0; margin-left: 0; height: 415px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_713941867.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_713941867.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #52c100;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*搜索*/
.search{ border-bottom:1px solid #ecedee;}
.search .w1400{ height:88px; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.keyword,.keyword a{ line-height:30px; font-size:14px; color:#666666;}
.keyword span{color:#52c100;}
.keyword{ padding-left:30px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_715782012.png) no-repeat left center;}
.search_bg{ height:88px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
#infoname{ height:88px; background:none; width:205px; border:none; border-left:1px solid #ecedee; padding-left:62px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207141334_2132312824.png) no-repeat left center;}
#soo{ background:#52c100;}

/*产品中心*/
.product{padding-top: 60px;  height: 740px;}
.protab{height: 140px;border-radius: 10px;}
.protab a{ display:inline-block; width:183px; font-size:15px; line-height:36px; text-align:left;color: #484848; transition:all .3s ease; position:relative;font-weight: lighter;}
.protab a:nth-child(7){ margin-left:0px;}
.protab a.on,.protab a:hover{ color:#52c100; line-height:36px;font-weight: lighter;}
.pro_all a.on:before{color:#fff;}
.protab{margin-top:30px;}
.product_bg_c ul{ position:relative;margin-top:30px;}
.proshow tr{ display:-webkit-flex; display:flex; justify-content:space-between; flex-wrap:nowrap; align-items:flex-start;}
.proshow tr+tr{ margin-top:20px;}
.proshow td{ width:336px;  padding:20px !important; box-sizing:border-box;background: #f5f5f5;}
.proshow td>a{ border:1px solid #eee;}
.proshow td>a img{ width:100%; height:auto;}
.proshow td a,.proshow td span{ display:block; overflow:hidden;}
.proshow td br{ display:none;}
.proshow td span{ height:50px; text-align:left; transition:all .3s ease; padding:20px 0;}
.proshow td span a{ display:initial; color:#666; font-size:16px; font-weight:lighter; text-align:left; transition:all .3s ease; margin-left:10px;}
.proshow td span .promore{ display:inline-block; float:right; width:74px; height:28px; color:#fff; font-size:14px; font-weight:lighter; text-align:center; line-height:30px; background:#868686; transition:all .3s ease; margin-right:10px;}
.proshow td:hover span a{ color:#fff;}
.proshow td:hover{ background:#52c100;}
.proshow td:hover span .promore{ color:#52c100; background:#fff;}
.pro_a{width: 1400px;height: 142px;background: #fff;border-radius: 10px; box-shadow: 0px 0px 13.8px 1.2px rgba(51, 51, 51, 0.1);}
.pro_all{padding: 35px 20px 35px 60px;}
.pro_all a{position: relative;}
.pro_all a:before {content: '';display: block;width: 30px;height: 30px;background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208143744_1250746034.jpg)no-repeat center;border-radius: 50%;position: absolute;left: -35px;top: 3px;}


/*优势*/
.adv{background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207151852_282519812.jpg)no-repeat center;width: 100%;height:775px;}
.box{ margin: 0 auto; width: 1400px;  box-sizing: border-box;}
.advcon li{float: left;width: 453px;height: 571px;background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207152037_1498403701.png)no-repeat;color: #fff;text-align: center;padding: 35px 40px 0;}
.advtitle{text-align: center;font-size: 40px;color: #fff;}
.advtitle em{color: #fff;}
.advtitle span{display: block;font-size: 18px; font-weight:lighter; color: #fff;margin: 7px 0 25px 0;}
.advtitle i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.advtitle i::after,.advtitle i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;background:#fff;}
.advtitle i::after{right: 0px;left: inherit;animation:allTitleAfter 3s infinite linear;}
.advtitle i::before{animation:allTitleBefore 3s infinite linear;}
.advtitle t{width: 30px;height: 5px;background:#fff;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
.advcon li:nth-child(2){background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207152037_1498403701.png)no-repeat;}
.advcon li:nth-child(3){background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211207/20211207152037_1498403701.png)no-repeat;}
.advcon li+li{margin-left: 20px;}
.advcon li b{font-size: 30px;display: block;padding: 15px 0 10px; color:#333;}
.advcon li em{display: block;font-size: 14px;text-transform: uppercase;font-weight: 100; color:#666;}
.advcon li em:after{content: "";display: block;width: 40px;height: 2px;background: #52c100;margin: 10px auto;}
.advcon li p{font-size: 14px;line-height: 30px;text-align: left; color:#333;}

/*应用领域*/
.apply_bg{height:885px;}
.apply_page{  width: 1400px;  margin: 0 auto; padding-top:60px;}
.apply_img{ padding-top:30px;}
.t_apply{position: relative;}
.apply_img ul:first-child{display:block;height:295px;margin-bottom:30px;}
.apply_img ul *{display:block;}
.apply_img li{float:left;margin-right: 30px;}
.apply_img li:last-child{margin-right:0px;}
.apply_img li p{line-height:50px;position: relative;}
.apply_img li p:after{content:"+";display:block;width:30px;height:30px;line-height: 25px;border:1px #ccc solid;border-radius:100%;    text-align: center;position:absolute;top: 12px;right: 10px;font-size:17px;color:#666;    transition: all 0.3s;}
.apply_img li:hover p:after{background:#52c100;border: 1px #52c100 solid;color:#fff;}
.apply_img li p:before{content:"";display:block;width:40px;height:2px;background:#52c100;transition: 0.3s;position: absolute;top: 50px;}
.apply_img li:hover p:before{width: 100%;}
.apply_img li p a{font-size:16px;color:#666;}

/*合作客户*/
.project{position:relative;background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208083812_620552763.jpg)no-repeat center; height: 500px; padding-top:60px;}
.project:after{ content:''; display:block; position:absolute; width:100%; height:366px; background:#f3f3f3; bottom:0; left:0; z-index:-1;}
.pjtitl{ text-align:center; font-size:36px; color:#222222;}
.pjtitl b i{ color:#52c100;}
.pjtitl b{ display:block;}
.pjtitl em:after{ content:''; display:block; position:absolute; top:-1px; left:0; right:0; margin:0 auto; background:#52c100; width:40px; height:3px;}
.pjtitl em{ display:inline-block; position:relative; width:122px; height:1px; background:#dcdcdc; margin:15px 0;}
.pjtitl span{ display:block; font-size:18px; color:#666666; font-weight:lighter;}
.pjtop{ margin:26px 0 20px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}

.pjtitle{text-align: center;font-size: 40px;color: #fff;}
.pjtitle em{color: #fff;}
.pjtitle span{display: block;font-size: 18px; font-weight:lighter; color: #fff;margin: 7px 0 25px 0;}
.pjtitle i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.pjtitle i::after,.pjtitle i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;background:#fff;}
.pjtitle i::after{right: 0px;left: inherit;animation:allTitleAfter 3s infinite linear;}
.pjtitle i::before{animation:allTitleBefore 3s infinite linear;}
.pjtitle t{width: 30px;height: 5px;background:#fff;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}

.pjjt{ cursor:pointer; width:40px; height:40px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208085105_1783066310.png) no-repeat left top;}
.pjjt.pjnext{ background-image:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208085105_586081350.png);}
.pjjt:hover{ background-position-y:bottom;}
.pjtab{ width:1300px; overflow:hidden;}
.pjtab table,.pjtab tbody,.pjtab tr{ display:block;}
.pjtab td{ display:inline-block; vertical-align:top; padding:10px !important; width:252px !important; box-sizing:border-box;  margin-right:10px; position:relative; background: rgba(255,255,255,0.7);  border-radius: 100%;}
.pjtab td br{ display:none;}
.pjtab td div{ padding:0 !important;}
.pjtab td a{ display:block; overflow:hidden;}
.pjtab td>a img{ display:block; overflow:hidden; border-radius: 100%; height:232px; width:232px; }
.pjtab td div a{ position:absolute; width:252px; height:252px; box-sizing:border-box; border:5px solid transparent; transition:all .3s ease; transform:scale(0); line-height:250px; font-size:18px; color:#fff; top:0; left:0; right:0; bottom:0; margin:auto; border-radius: 100%; background:rgba(82,193,0,0.6);}
.pjtab td.on div a{ transform:scale(1);}


/*简介*/
.syabout{ padding:60px 0; height:600px; }
.abcon{ height:550px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; border-radius:20px 0 20px 0; overflow:hidden;}
.ableft img{ box-shadow: 0px 0px 13.8px 1.2px rgba(51, 51, 51, 0.1);}
.abright{ width:682px;  padding: 0 0 0 35px;}
.abtop{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.abtop_t{ font-size:40px; color:#f0f0f0; text-transform: uppercase;}
.abtop_t b{ color:#3dc80d;}
.abtop_t span{ display:block; font-size:30px; font-weight:lighter; margin-top:10px; color:#52c100; font-weight:bold;}
.abwa{ margin:30px 0 30px 0;}
.abwa,.abwa a{ font-size:14px; color:#999999; font-weight:lighter; line-height:32px;}
.abwa a:hover{color:#52c100;}
.abbottom{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.abbtn li{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.abbtn li+li{ margin-top:10px;}
.abbtn dl{ position:relative;   width: 320px;}
.abbtn dl+dl{ margin-left:10px;}
.abbtn dl a{ display: block;  background:#3ebf25; padding:30px; font-size:16px; color:#fff; font-weight:lighter;}
.abbtn dl a em{ display:block; font-size:14px; margin-top:3px;  text-transform: uppercase;}
.abbtn dl img{ position:absolute;  right:24px;  top: 30px;}
.abbtn{padding-right: 18px;}

/*新闻中心*/
.news_bj{ background:#f6f6f6;}
.news{ padding:60px 0;}
.newstab a{ display:inline-table; width:200px; height:62px; background:#eee; line-height:62px; font-size:20px; color:#414b4b; padding-left:86px; position:relative; transition:all 0.5s ease;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:16px; left:36px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208105633_1451720530.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab{ width:631px; margin:0 auto;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#52c100; color:#fff;}
.newstab{ margin:30px auto;}
.newscon{padding: 20px 0 0 0;position: relative; border-top:1px solid #e9ebec; border-bottom:1px solid #e9ebec;}
.newscon:after{content: '';display: block;position: absolute;height: 645px;width: 1px;background: #e1e6e1;z-index: 3;left: 858px;top: 0;}
.newsleft{width: 859px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 227px;height: 173px; overflow: hidden; }

.newsleft .news_div_item+.news_div_item{ margin-top:20px;}
.news .news_div_item_pic{overflow: hidden;    border: 1px solid #e5e5e5;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#52c100;}
.newsleft .news_div_item{height: 195px; position: relative;padding-left: 266px;padding-right: 105px; border-bottom:1px solid #e9ebec;}
.newsleft .news_div_item:nth-child(3){border-bottom:0px;}
.newsleft .news_div_item_date{position: absolute;top: 50px;right:55px;padding-top: 45px;text-align: center;}
.newsleft .news_div_item_date>div{display: inline-block;;font-size: 18px;color: #888; font-family:Arial, Helvetica, sans-serif;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 0;left: 0;right: 0;margin: 0 auto;font-size: 40px;font-weight: normal; color: #52c100;}
.newsleft .news_div_item_content{width: 450px;padding-top: 15px;}
.newsleft .news_div_item_a{display: block;font-size: 18px;color: #434344;font-weight: lighter; white-space: nowrap;text-overflow: ellipsis;position: relative;} 

.newsleft .news_div_item_a:after{content: '';display: block;position: absolute;width: 34px;height: 34px;background: url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208103239_638428704.png) no-repeat center; left: 0; top: 110px;}
.newsright{width: 490px;}
.newsright .news_div_item{position: relative;padding-top: 415px;}
.newsright .news_div_item_date{position: absolute;top: 395px;left:0px;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 18px;color: #888; font-family:Arial, Helvetica, sans-serif;}

.newsright .news_div_item_content{width: 500px; padding-top:20px;}
.newsright .news_div_item_a{display: block;font-size: 18px;color: #222222;font-weight: lighter; white-space: nowrap;text-overflow: ellipsis;position: relative;} 
.newsright .news_div_item_pic{position: absolute;left: 0;top: 0;width: 490px;height: 368px; overflow: hidden;}
.news .news_div_item_body{font-size: 14px;color: #aaa;margin-top: 15px;line-height: 30px;}
.newsright .news_div_item_a:after{content: '';display: block;position: absolute;width: 34px;height: 34px;background: url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208103239_638428704.png) no-repeat center; left: 0; top: 120px;}

/*版权*/
.copyright{ background:#222222;}
.end,.end a{ font-size:15px; color:#888888;}
.end a:hover{ color:#fff;}
.end{ border-top:1px solid #000000; line-height:127px;}
.crcon{ padding:75px 0 60px 0; border-bottom:1px solid #383838;}
.crcon .w1400,.kslj{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:20px; color:#ffffff; margin-bottom:18px;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;}
.kslj a:before{ display:inline-block; content:'-'; margin-right:15px; vertical-align:middle;}
.kslj p:before{ content:''; display:inline-block; width:3px; height:16px; background:linear-gradient(to bottom,#52c100 50%,#df0123 50%); margin-right:15px;}
.kslj a:hover{ color:#fff;}
.kslj li+li{ margin-left:110px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft img{ width:166px; height:166px; padding:15px; background:#fff; position:relative; border-radius:5px;}
.crcodeleft>div{ position:relative;}
.crcodeleft>div:after{ content:''; display:block; position:absolute; left:100%; top:16px; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:9px solid #fff;}
.crright{ margin:0 0 0 30px;}
.crcodeleft>div:nth-child(2):after{ top:76px;}
.crcodeleft>div:nth-child(3):after{ top:135px;}
.crright p{ cursor:pointer;  width:205px; height:46px; transition:all .3s ease; padding-left:25px; font-size:16px; color:#545556; font-weight:lighter; line-height:46px; border-radius:23px; background:linear-gradient(to right,#eaf0f5,#fefeff);}
.crright p i{ display:inline-block; vertical-align:middle; transition:all .3s ease; margin-right:15px; width:20px; height:20px; background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208105633_832717211.png) no-repeat center;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background:linear-gradient(to right,#52c100,#222222); color:#fff;}
.crright p.on i{ background-image:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208105633_1165425444.png);}
#newBridge .icon-right-center{top: 38%;width: 54% !important;}

/*友情链接*/
.links_bg{width:100%; height:97px; background:#52c100; overflow:hidden;}
.links{line-height: 100px; font-size: 18px; color: #fff;font-weight: lighter;background:url(//memberpic.114my.cn/sanheat/uploadfile/image/20211208/20211208112255_1490687497.png) no-repeat right center;}
.linkTagcs li a{ font-size:14px; color:fff;}
.links p.fl{ margin-right: 20px;}
.links p.fl span{font-family: impact; text-transform: uppercase;padding: 0 20px 0 10px;border-right: 1px solid #3db943;}