/* 滚动条 */
/* 整个滚动条的样式 */
::-webkit-scrollbar {
    width: 7px; /* 滚动条宽度 */
} 
/* 滚动轨道的样式 */
::-webkit-scrollbar-track {
    background: rgba(220,220,220,0.1); /* 轨道背景颜色 */
} 
/* 滚动滑块的样式 */
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgb(240 241 245); /* 滑块背景颜色 */
}
/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
  background: rgb(220 220 220); 
}

/* 滚动条按钮（上下箭头） */
::-webkit-scrollbar-button {
  display: none; /* 隐藏默认箭头 */
}
/*顶部*/
header{width: 100%;background-color: #FFFFFF;}
.top-box{height: 30px;background-color:#fff;}
.left-box{float: left;}
.left-box .item{padding-left: 24px;background-image: url(../images/top_hi.png);background-repeat: no-repeat;background-position: 0px center;line-height: 30px;}
.top-box span{display: inline-block;}
.right-box{float: right;}
.right-box span{display: inline-block;margin-left: 10px;}
.right-box .phone{background-position: 0px center;background-image: url(../images/top-phone.png);background-repeat: no-repeat;padding-left: 24px;line-height: 30px;}
.right-box .email{background-position: 0px center;background-image: url(../images/top-email.png);background-repeat: no-repeat;padding-left: 24px;line-height: 30px;}
.right-box a:hover{color: #004684;transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
/*logo*/
.logo{float: left;position: relative;padding-top: 15px;padding-bottom: 15px;}
.logo>a{display: block;}
.search{float: right;margin-top: 23px;}
.search form{float: left;background-color: #FFFFFF;border: 1px solid #999;}
.search .key{float: left;width: 152px;padding: 9px;border: medium none;line-height: 14px;color: #666;background-color: transparent;}
.search .go{float: left;width: 30px;height: 32px;border: medium none;text-indent: -9999px;cursor: pointer;background-image: url(../images/search.png);background-repeat: no-repeat;background-position: 0px center;}
/* 导航
nav{background-color: #004684;height: 48px;width: 100%;}
.nav{display:inline-block;height:48px;}
.nav li{float:left;height:48px;line-height:48px;position:relative;padding-top: 0;padding-bottom: 0;padding-right: 17px;padding-left: 17px;z-index: 69;}
.nav li.sub a{color:#fff;text-align: center;}
.nav li.sub:hover,.nav li.sub.cur{background:#002C52;}
.nav li.sub:hover p>a{background-color: #0062b8;}
.nav li .subNav{position:absolute;top:48px;z-index:69;line-height:normal;display:none;background-color: #0062b8;left: 0px;}
.nav li .subNav p a{color:#000;display:block;text-align: left;padding-top: 7px;padding-right: 12px;padding-bottom: 7px;padding-left: 12px;list-style-type: disc;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #00549e;}
.nav li .subNav p a:hover{color:#fff;}
.current{background:#002c52;} */
/*banner*/.topbanner{height: auto;position:relative;width:100%;overflow:hidden;}
/*服务项目*/.fuwu{width: 100%;overflow: hidden;}
.fuwu .fuwu-list{display: block;float: left;height: auto;width: 23%;padding: 1%;background-image: url(../images/fuwu-list-bg.jpg);background-position: 0px 1000px;background-repeat: no-repeat;overflow: hidden;}
.fuwu .item{background-position: center center;height: 180px;width: 180px;border-radius: 50%;background-size:180px 180px;display: block;margin: auto;}
.fuwu .item1{background-image: url(../images/fuwu1.jpg);}
.fuwu .item2{background-image: url(../images/fuwu2.jpg);}
.fuwu .item3{background-image: url(../images/fuwu3.jpg);}
.fuwu .item4{background-image: url(../images/fuwu4.jpg);}
.fuwu .fuwu-title{font-weight: 600;color: #666;text-align: center;margin-top: 15px;margin-bottom: 15px;}
.fuwu p{color: #666;padding-right: 5px;padding-left: 5px;}
/* .fuwu a{display: block;width: 50%;padding-top: 5px;padding-bottom: 5px;border: 2px solid #004684;text-align: center;margin-top: 10px;margin-right: auto;margin-bottom: 10px;margin-left: auto;font-weight: 600;} */
.fuwu .fuwu-list:hover a{color: #fff;background-color: #004684;-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;}
.fuwu .fuwu-list:hover{-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;background-position: 0px 0px;}
.fuwu .fuwu-list:hover .fuwu-title{-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;}
.fuwu .fuwu-list:hover .item{-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;color:#004684;-webkit-transition-delay: .4s;-moz-transition-delay: .4s;-ms-transition-delay: .4s;-o-transition-delay: .4s;transition-delay: .4s;transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
/*产品展示*/.service{width: 100%;overflow: hidden;padding-top: 15px;padding-bottom: 90px;height: auto;}
.service_item_one{margin-left: -5px;}
.custom{color: #666;text-align: center;padding-top: 20px;}
.custom .custom-title{font-size: 34px;
font-weight: 700;
letter-spacing: 0px;
line-height: 60px;
color: rgba(47, 39, 37, 1);
text-align: center;
vertical-align: top;}
.service li{float: left;width: 280px;height: auto;overflow: hidden;border-radius: 3px;background-color: #fff;transition: all .3s linear;cursor: pointer;position: relative;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ebebeb;margin-top: 0px;margin-right: 10px;margin-bottom: 10px;margin-left: 10px;}
.service li:hover{margin-top: 0px;}
.service_img{height: 200px;width: 280px;overflow:hidden;}
.service_img img{margin: auto;height: 200px;width: 280px;border-radius:0px;transition: all 0.5s;}
.service_item_one li:hover .service_img img{transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}
.service_item_one .content{color: #848484;text-align:center;left: 0px;width: 100%;margin-bottom: 10px;}
.service_item_one .content .content_tit{color: #565656;margin-top: 20px;font-weight: 600;}
.service_item_one .content .content_txt{padding: 10px;text-align: left;text-indent: 2em;}
.service_item_one .content a{display: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;color: #FFFFFF;width: 50%;margin-top: 10px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-weight: 600;text-align: center;padding-top: 8px;padding-bottom: 8px;background-color: #004684;}
.service_item_one .content a:hover{background-color: #0033CC;}
.service_item_one li:hover a{display: block;}
.service_item_one li:hover .content .content_tit{color: #004684;}
/*关于*/
.about{background-repeat: no-repeat;background-position: left top;width: 100%;background-color: #d3e2ff;}
.about_content{text-indent: 2em;}
.about_content a{color: #000;margin-left: 25px;}
.friend{height:auto;overflow:hidden;width:1180px;margin-top: 15px;margin-right: auto;margin-bottom: 20px;margin-left: auto;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:28px;width:28px;margin-top: 120px;margin-bottom: 0;margin-left: 0;}
.mr_frUl{float:left;width:1120px;}
.mr_frBtnR{float:left;margin-top:120px;cursor:pointer;width:28px;height:28px;}
.mr_frUl ul li{display:inline;float:left;width:205px;overflow:hidden;position:relative;margin: 10px;}
.mr_frUl ul li a img{display:block;width:205px;}
/*新闻*/.news{background: #fff;padding-bottom: 20px;width: 100%;overflow: hidden;}
.news .news-item{display: block;}
.news .news-item li{display: block;margin-top: 20px;display: block;float: left;width: 49%;margin-left: 1%;}
.news li span{float: left;display: block;color: #999;height: auto;font-size: 14px;}
.news li i{font-size: 16px;line-height: 26px;color: #333;font-style: normal;display: block;}
.news li q{display: block;padding: 10px;background-color: #CCCCCC;color: #000;}
.news li p{display: block;border-left-width: 1px;border-left-style: solid;border-left-color: #ccc;padding-left: 10px;margin-left: 50px;}
.news li .news-title{font-weight: 600;display: block;}
.news li .more{display: block;clear: both;font-weight: 600;text-align: center;width: 120px;margin-top: 10px;margin-bottom: 10px;padding-top: 5px;padding-bottom: 5px;border: 2px solid #004684;text-align: center;}
.news li .more:hover{clear: both;color: #fff;background-color: #004684;-webkit-transition: all .5s ease-in-out 0s;-moz-transition: all .5s ease-in-out 0s;-ms-transition: all .5s ease-in-out 0s;-o-transition: all .5s ease-in-out 0s;transition: all .5s ease-in-out 0s;}
/*友链*/.link{display: block;padding-top: 10px;padding-bottom: 10px;}
.link-tit{font-size: 16px;color: #333;line-height: 32px;}
.link_con a{display: inline-block;margin-right: 10px;line-height: 32px;color: #999;}
.link_con a:hover{color: #ff6600;}
/*底部*/footer{padding-top: 30px;background-color: rgba(71, 90, 99, 1);padding-bottom: 0px;}
.foot{height: auto;width: 100%;overflow: hidden;}
.foot_nav{width:100%;}
.foot_nav dl{float:left;width:25%;margin-bottom:15px;height: auto;}
.foot_nav dt{font-size:15px;color:#FFFFFF;margin-bottom:10px;font-weight: 600;}
.foot_nav dd span{font-size:15px;color:#FFFFFF;font-weight: 600;}
.foot_nav dd{padding-top: 4px;padding-bottom: 4px;}
.foot_nav,.foot_nav dd a{color:#CCCCCC;}
.foot_nav dd a:hover{color:#FFFFFF;text-decoration:underline;}
footer .bottom{text-align: center;color: #CCCCCC;padding-bottom: 8px;padding-top: 8px;background-color: rgba(71, 90, 99, 1);}
footer .bottom a{color: #ccc;text-decoration: none;}
footer .bottom a:hover{color: #FFFFFF;text-decoration: underline;}
.footer img.i-totop{
    margin-top: 50px;
    margin-bottom: 50px;
} 

.foot_nav.fl{
  display:flex;
  justify-content: space-between;
  width: 80%;
  margin-bottom:30px;
}
.foot_nav.fl a:hover{
    color: rgba(236, 183, 49, 1);
}
.foot_nav.fl .sub{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}
.foot_nav.fl .sub.current .sub-menu-text{
    color: rgba(236, 183, 49, 1);
}
.foot_nav.fl .subNav {
  margin-top: 22px;
}
.foot_nav.fl .subNav p{
  margin-bottom: 6px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.addthis_sharing_toolbox{
    border-top: 1px #fff solid  ;
    display:flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
    vertical-align: top;
    margin-bottom: 20px;
}
.addthis_sharing_toolbox p {
    margin-bottom: 0px;
    line-height: 38px;
}
.dingyue{margin-top: 15px;height: 30px;}
.dingyue form{height: 30px;}
.dingyue-key{float: left;height: 28px;line-height: 28px;color: #999;background-color: #4d4d4d;border: 1px solid #4d4d4d;width: 70%;padding-left: 10px;-webkit-border-radius: 0;border-radius: 0;}
.dingyue-go{float: left;width: 60px;height: 30px;border: medium none;cursor: pointer;background-color: #2db578;color: #fff;-webkit-border-radius: 0;border-radius: 0;}
/*手机导航*/
.meun{background-color: #ce2222;display: block;height: 30px;width: 40px;position: absolute;top: 0px;z-index: 99;border-radius: 6px;right: 5px;padding-top: 5px;padding-bottom: 5px;}
.meun-nav{background: transparent;border: none;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;cursor: pointer;}
.meun-nav span{background-color: #fff;display: block;height: 3px;width: 30px;margin-top: 5.25px;margin-right: auto;margin-left: auto;}
.meunCont{background: #fff;display: none;padding-top: 0px;padding-right: 20px;padding-bottom: 0px;padding-left: 20px;position: absolute;z-index: 9999;width: 100%;top: 60px;}
.meunCont dl{border-top: 1px solid #e5e5e5;padding-bottom: 5px;padding-top: 5px;}
.meunCont dt{font-size: 15px;}
.meunCont dt a{color: #333;}
.meunCont dd{font-size: 14px;}
.meunCont dd a{color: #999;margin-top: 8px;margin-right: 8px;display: inline-block;}
.meunCont a:hover{color: #666;}
.wrap{margin-right: auto;margin-left: auto;position: relative;padding: 0px;margin-top: 0;margin-bottom: 0;}
.wrap::after{display: table;clear: both;content: "";}
/*返回顶部*/.fix-nav{display: none;position: fixed;left: 100%;bottom: 60px;width: 100%;margin-left: -60px;z-index:999;}
.fix-nav .fix-nav-wrap{background-color: rgba(0, 70, 132, 0.6);width: 32px;height: 32px;text-align: center;border-radius: 4px;cursor:pointer;}
.fix-nav .i-totop{width: 28px;display: block;margin: 0 auto;}
/*底部浮动*/.social_nav{height: 55px;width: 100%;position: fixed;left: 0px;bottom: 0px;background-color:#fff;z-index: 9999;}
.social_nav a{display: block;height: 55px;width: 25%;float: left;font-size: 13px;color: #333;text-align: center;line-height: 85px;position: relative;}
.social_nav .home{background-image: url(../images/foot1.png);background-repeat:no-repeat;background-size:24px 26px;background-position: center 5px;}
.social_nav .tel{background-image: url(../images/foot66.png);background-repeat:no-repeat;background-size:24px 26px;background-position: center 5px;}
.social_nav .sms{background-image: url(../images/foot3.png);background-repeat:no-repeat;background-size:26px 26px;background-position: center 5px;}
.social_nav .map{background-image: url(../images/foot4.png);background-repeat:no-repeat;background-size:22px 26px;background-position: center 5px;}
.social_nav img{position: absolute;padding-left: 15px;padding-top: 5px;width:24px;height:26px;animation-name: telshow;animation-duration: 1.0s;animation-timing-function: linear;animation-iteration-count: infinite;-webkit-animation-name: telshow;-webkit-animation-duration: 1.0s;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count: infinite;-o-animation-name: telshow;-o-animation-duration: 1.0s;-o-animation-timing-function: linear;-o-animation-iteration-count: infinite;}
@keyframes telshow{0%{transform: rotate(0deg)}
5%{transform: rotate(-13deg)}
10%{transform: rotate(0deg)}
15%{transform: rotate(-13deg)}
20%{transform: rotate(0deg)}
25%{transform: rotate(-13deg)}
100%{transform: roate(0deg)}}
@-webkit-keyframes telshow{0%{-webkit-transform: rotate(0deg)}
5%{-webkit-transform: rotate(-13deg)}
10%{-webkit-transform: rotate(0deg)}
15%{-webkit-transform: rotate(-13deg)}
20%{-webkit-transform: rotate(0deg)}
25%{-webkit-transform: rotate(-13deg)}
100%{-webkit-transform: roate(0deg)}}
@media screen and (min-width:1900px){body{font-size:14px;}
.wrap{width: 1400px;}
.meun,.meunBox,.social_nav{display:none;}
.news li .news-title{font-weight: 600;display: block;white-space: nowrap;overflow: hidden;}}
@media screen and (min-width:2000px){
  .hangyegongyinglianItemHead{
    background-size: 100%;
  }
}
@media screen and (min-width:1600px) and (max-width:1899px){body{font-size:14px;}
.wrap{width: 1400px;}
.meun,.meunBox,.social_nav{display:none;}
.news li .news-title{font-weight: 600;display: block;white-space: nowrap;overflow: hidden;}
}
@media screen and (min-width:1400px) and (max-width:1599px){body{font-size:14px;}
.wrap{width: 1100px;}
.meun,.meunBox,.social_nav{display:none;}
.news li .news-title{font-weight: 600;display: block;white-space: nowrap;overflow: hidden;}
.groupDynamics-content .tabBody .groupDynamicsItem .titleWrap {
  font-size: 12px;
}
.portfolio-section .single-portfolio-wrap .port-info .portfolio-cate a{
  font-size: 12px;
}
.IndustryBGrow .port-info .portfolio-cate{
  padding: 0 8px;
  width: 100%;
}
.ESGWrap .EShuanjingItem .img{
  width: 35%;
}
.ESGWrap .EShuanjingItem .EShuanjingleftContent{
  width: 65%;
}
.ESGWrap .EShuanjingleftContent h3{
  font-size: 14px;
}
.ESGWrap .EShuanjingleftContent p{
  font-size: 12px;
}
}

@media screen and (min-width:992px) and (max-width:1399px){body{font-size:14px;}
.wrap{width: 960px;}
.meun,.meunBox,.social_nav{display:none;}
.nav{width:960px;}
.nav li{padding-right: 7px;padding-left: 7px;}
.fuwu .fuwu-title{min-height:40px;padding-bottom: 0px;margin-top: 5px;margin-bottom: 5px;}
.fuwu p{max-height:63px;overflow:hidden;}
.service li{width: 224px;margin-top: 20px;margin-right: 8px;margin-bottom: 10px;margin-left: 8px;}
.service_img{width: 224px;height:160px;}
.service_img img{width: 224px;height:160px;}
.friend{width:960px;}
.mr_frUl{width:900px;}
.mr_frUl ul li{width:171px;margin:5px;}
.mr_frUl ul li a img{display:block;width:171px;height: 225px;}
.mr_frBtnL,.mr_frBtnR{margin-top:96px;}
.news li .news-title{font-weight: 600;display: block;white-space: nowrap;overflow: hidden;}
.portfolio-section .single-portfolio-wrap .port-info .portfolio-cate a{
  font-size: 12px;
}
.groupDynamics-content .tabBody .groupDynamicsItem .titleWrap {
  font-size: 12px;
}
.IndustryBGrow .port-info .portfolio-cate{
  padding: 0 8px;
  width: 100%;
}
.foot_nav dl{width:25%;}
.ESGWrap .EShuanjingItem .img{
  width: 35%;
}
.ESGWrap .EShuanjingItem .EShuanjingleftContent{
  width: 65%;
}
.ESGWrap .EShuanjingleftContent h3{
  font-size: 14px;
}
.ESGWrap .EShuanjingleftContent p{
  font-size: 12px;
}
}
@media screen and (min-width:768px) and (max-width:991px){body{font-size:13px;}
.wrap{width: 740px;}
.left-box,nav,.search,.social_nav{display:none;}
.logo{margin-top: 10px;margin-bottom: 10px;float:none;}
.logo img{width:208px;
height:40px;}
.meun{top: 40px;}
.fuwu .item{height: 120px;width: 120px;background-size:120px 120px;}
.fuwu .fuwu-title{min-height:40px;padding-bottom: 0px;margin-top: 5px;margin-bottom: 5px;}
.service_item_one{width:740px;overflow:hidden;}
.service li{width: 230.66px;margin-top: 20px;margin-right: 8px;margin-bottom: 10px;margin-left: 8px;}
.service_img{width: 230.66px;height:165px;}
.service_img img{width: 230.66px;height:165px;}
.mr_frUl{width:680px;overflow:hidden;}
.mr_frUl ul li{width:160px;margin:5px;}
.mr_frUl ul li a img{display:block;width:160px;height: 210px;}
.mr_frBtnL,.mr_frBtnR{margin-top:90px;}
.news li .news-title{font-weight: 600;display: block;white-space: nowrap;overflow: hidden;}
.dingyue-key{width: 60%;}
}
@media screen and (min-width:320px) and (max-width:767px){body{font-size:13px;}
.wrap{max-width:640px;}
.left-box,nav,.search,.right-box .phone,.right-box .email,.friend,.foot_nav_hidd,.top-box{display:none;}
.logo{padding-top: 10px;padding-bottom: 10px;float:none;}
.logo img{width:208px;
height:40px;}
.meun{top: 10px;}
.fuwu .fuwu-list{width: 46%;padding: 2%;}
.fuwu .item{height: 80px;width: 80px;background-size:80px 80px;}
/* .fuwu a{width: 80%;} */
.fuwu .fuwu-title{min-height:40px;padding-bottom: 0px;margin-top: 2px;margin-bottom: 2px;}
.fuwu p{max-height:55px;overflow:hidden;}
.service{padding-bottom: 15px;}
.service_item_one{width:100%;overflow:hidden;margin-left: 0px;}
.service li{width: 100%;margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:10px;}
.service li:hover{margin-top: 0px;}
.service_img,.service_item_one .content{width: 90%;height:auto;margin:auto;padding-top:2%;}
.service_img img{width: 100%;}
.service_item_one .content a{display: block;margin-bottom:15px;}
.about{height: auto;}
.about{padding-bottom:10px;}
.news .news-item li{width: 96%;margin:auto;float:none;}
footer .bottom{padding-bottom: 65px;}
.link,.foot_nav,.foot_nav dl,.about_content,.custom,.foot_nav dl{width:90%;margin:auto;float:none;}
.dingyue{margin-top: 0px;margin-bottom:8px;}
.dingyue-key{width: 60%;}
.foot_nav dt{padding-left:35px;}
.foot_nav .lianxi_icon{background-image:url(../images/contact_bg.png);background-repeat:no-repeat;}
.foot_nav .lianxi_tel{background-position:0 -3px;}
.foot_nav .lianxi_mobile{background-position:0 -33px;}
.foot_nav .lianxi_email{background-position:0 -63px;}
.foot_nav .lianxi_address{background-position:0 -93px;}
.foot_nav dd{padding-top: 4px;padding-bottom: 4px;padding-left:30px;}}

.utonjituanMain .custom-title{
  line-height: 100px;
}
.utonjituanDesc{
  display: flex;
  justify-content: space-between;
}
.utonLeft{
  width: 38%;
}
.utontitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 70px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  
}
.utondesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.utonmore{
  width: 98px;
  height: 32px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(190, 83, 39, 1);
  text-align: center;
  margin-top: 30px;
}
.utonmore a{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 15.24px;
  color: rgba(190, 83, 39, 1);
}
.utonmore a:hover,.utonmore a:active{
  color:#792f10;
}
.utonRight{
  width: 54%;
  position: relative;
  right: -30px;
}
.utonImg{
  height: 304px;
}


/* 客户导向型 */
.Customer{
  width: 100%;
  height: 680px;
  background: rgba(220, 221, 221, 0.4);
}
.Customer .section-title .custom-title{
  margin-top: 16px;
}
.Customer .section-title .sub-title{
  line-height: 50px;
}
.Customer .custom{
  padding-top: 40px;
}
.Customer .content{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 0px;
  padding: 40px 0 ;
}
.Customer .content .content-item{
  width: 49%;
  height: 190px;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  /* transition: all 0.08s; */
}
.content-item .iconmain{
  width: 20%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
}
.content-item .iconmain .icon-border{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(229, 229, 229, 1);
}
.content-item .iconmain .iconfont{
  /* width: 30px;
  height: 30px;
  margin-top: 14px; */
  font-size: 28px;
  line-height: 56px;
  text-align: center;
}

.content-item .desc{
  width: 40%; 
  margin-top: 56px;
}
.content-item .desc .desc-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.content-item .desc .desc-subtitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.content-item .item-num{
  width: 40%;
  position: relative;
}
.content-item .item-num span{

  position:absolute;
  bottom: 38px;
  right:4px ;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 0px;
  color: rgba(229, 229, 229, 1);
  text-align: center;
  vertical-align: top;
}
.content-item:hover{
  box-shadow: 0px 4px 12px  rgba(0, 0, 0, 0.15);
}
.content-item:hover .iconfont{
  color: rgba(190, 83, 39, 1);
}
.content-item:hover .desc-title{
  color: rgba(190, 83, 39, 1);
}
.content-item:hover  .item-num span{
  color: rgba(236, 183, 49, 0.4);
  cursor: default;  
}

/* 电商云仓 */
.E-Warehouse {
  height: 590px;
}
.E-Warehouse .custom .custom-title{
  line-height: 100px;
  margin-top: 10px;
}
.E-Warehouse .EWarehouse-content{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.EWarehouse-content .desc-main{
  width: 65%;
}
.EWarehouse-content .desc-main h3{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  padding-left: 48px;
}
.EWarehouse-content .desc-main .desc-content{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.EWarehouse-content .desc-main .desc-content .desc-content-item{
  position: relative;
  width: 33%;
}
.EWarehouse-content .desc-main .desc-content .desc-content-item .twoborder::before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 80%;
  border-left:  1px solid rgba(229, 229, 229, 1);
}
.EWarehouse-content .desc-main .desc-content .desc-content-item .twoborder::after{
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  height: 80%;
  border-right:  1px solid rgba(229, 229, 229, 1);
}
.EWarehouse-content .desc-main .desc-content .icon{
  color:rgba(190, 83, 39, 1);
  text-align: center;
  font-size: 24px;
  
}
.EWarehouse-content .desc-main .desc-content .icon .iconfont{
   font-size: 24px;
}
.EWarehouse-content .desc-main .desc-content .desc-content-item{
  padding: 0px 48px;
}
.EWarehouse-content .desc-main .desc-content .desc-content-item h4{
  font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 24px;
color: rgba(47, 39, 37, 1);
text-align: justify;
vertical-align: top;
}
.EWarehouse-content .img-main{
  margin-top: 30px;
}
.E-Warehousemore{
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(190, 83, 39, 1);
  vertical-align: top;
  padding-right: 48px;
  padding-top: 48px;
}
.E-Warehousemore a:hover{
  color:rgba(236, 183, 49, 1);
}
/* 全国仓储 */
.nationalStorage{
  /* background: url("{Stl.SiteUrl}/images/nationalStorageBG.png"); */
  background-image: url(../images/nationalStorageBG.png);
  background-repeat: no-repeat;
  /* background-position: 50% 50%; */
  background-position: 100% 100%;
  height: 560px;
  position: relative;
}
.nationalStorage::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(71, 90, 99, 0.95);
}
.nationalStorage .wrap{
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.nationalStorage .nationalStorage-content{
  display: flex;
  justify-content: space-between;
}
.nationalStorage .nationalStorage-content .img-main{
  position: relative;
  width: 538px;
  height: 406px;
  z-index: 10;
}
.nationalStorage .nationalStorage-content .dianwei1Item .dianweiimg {
  position: absolute;
  right: 16%;
  top: 47%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei1Item .dianweiimgshow{
  position: absolute;
  right: 16%;
  top: 47%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei1Item .dianweidesc{
  position: absolute;
  z-index: 6; 
  right: -54%;
  top: 12%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.nationalStorage .nationalStorage-content .dianwei1Item :hover + .dianweidesc{
  opacity: 1;
  visibility:visible;
}
.nationalStorage .nationalStorage-content .dianwei1Item:hover .dianweiimg{
  opacity: 0;
}
.nationalStorage .nationalStorage-content .dianwei1Item:hover .dianweiimgshow{
  opacity: 1;
}
.nationalStorage .nationalStorage-content .dianwei1Item .dianweidesc:hover{
  opacity: 1;
  visibility:visible;
}
.nationalStorage .nationalStorage-content .dianweidesc{
  padding: 12px;
  padding-right: 0;
  /* color: #fff; */
  width: 460px;

}
.nationalStorage .nationalStorage-content .dianweidesc h4{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
}
.nationalStorage .nationalStorage-content .dianweidesc .strongArea{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
.nationalStorage .nationalStorage-content .dianweidesc p{
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
  margin-bottom: 0;
}
.nationalStorage .nationalStorage-content .dianwei2Item .dianweiimg {
  position: absolute;
  right: 24%;
  top: 27%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei2Item .dianweiimgshow{
  position: absolute;
  right: 24%;
  top: 27%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei2Item .dianweidesc{
  position: absolute;
  z-index: 3; 
  right: -47%;
  top: -8%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.nationalStorage .nationalStorage-content .dianwei2Item :hover + .dianweidesc{
  opacity: 1;
  visibility:visible;
}
.nationalStorage .nationalStorage-content .dianwei2Item:hover .dianweiimg{
  opacity: 0;
}
.nationalStorage .nationalStorage-content .dianwei2Item:hover .dianweiimgshow{
  opacity: 1;
}
.nationalStorage .nationalStorage-content .dianwei2Item .dianweidesc:hover{
  opacity: 1;
  visibility:visible;
}

.nationalStorage .nationalStorage-content .dianwei3Item .dianweiimg {
  position: absolute;
  right: 36%;
  top: 32%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei3Item .dianweiimgshow{
  position: absolute;
  right: 36%;
  top: 32%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei3Item .dianweidesc{
  position: absolute;
  z-index: 3; 
  right: -32%;
  top: -2%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.nationalStorage .nationalStorage-content .dianwei3Item :hover + .dianweidesc{
  opacity: 1;
  visibility:visible;
}
.nationalStorage .nationalStorage-content .dianwei3Item:hover .dianweiimg{
  opacity: 0;
}
.nationalStorage .nationalStorage-content .dianwei3Item:hover .dianweiimgshow{
  opacity: 1;
}
.nationalStorage .nationalStorage-content .dianwei3Item .dianweidesc:hover{
  opacity: 1;
  visibility:visible;
}

.nationalStorage .nationalStorage-content .dianwei4Item .dianweiimg {
  position: absolute;
  right: 35%;
  top: 60%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei4Item .dianweiimgshow{
  position: absolute;
  right: 35%;
  top: 60%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.nationalStorage .nationalStorage-content .dianwei4Item .dianweidesc{
  position: absolute;
  z-index: 3; 
  right: -34%;
  top: 26%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.nationalStorage .nationalStorage-content .dianwei4Item :hover + .dianweidesc{
  opacity: 1;
  visibility:visible;
}
.nationalStorage .nationalStorage-content .dianwei4Item:hover .dianweiimg{
  opacity: 0;
}
.nationalStorage .nationalStorage-content .dianwei4Item:hover .dianweiimgshow{
  opacity: 1;
}
.nationalStorage .nationalStorage-content .dianwei4Item .dianweidesc:hover{
  opacity: 1;
  visibility:visible;
}

.nationalStorage .nationalStorage-content .desc-main {
  width: 53%;
}
.nationalStorage .nationalStorage-content .desc-main .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 42px;
  color: rgba(255, 255, 255, 1);
  vertical-align: top;
  position: relative;
  top: -20px;
}
.nationalStorage .nationalStorage-content .desc-main .sub-title{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(255, 255, 255, 1);
  vertical-align: top;
}
.nationalStorage .nationalStorage-content .desc-main .desc-content{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-top: 40px;
}
.nationalStorage .nationalStorage-content .desc-main .desc-content p{
  width: 33%;
}
.nationalStorage-content .desc-main .desc-content p .num{
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 86.88px;
  color: rgba(236, 183, 49, 1);
  vertical-align: top;
}
.nationalStorage-content .desc-main .desc-content p span.word{
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  position: relative;
  bottom: 18px;
  left: 8px;
}
.nationalStorage-content .desc-main .desc-content p.righttext{
  padding-left: 54px;
}
.nationalStorage-content .desc-main .desc-content p.lasttwoText{
  width: 40%;
}
.nationalStorage-content .desc-main .desc-content p.lasttwoText .word{
    display: inline-block;
    bottom: 16px;
}
.nationalStorage-content .desc-main .desc-content p.lasttwoText i{
    font-weight: 400;
}
.nationalStorage-content .desc-main .desc-content p.lastText{
  width: 60%;
  padding-left: 0px;
}
.nationalStorageMore{
  padding-top: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(255, 255, 255, 1);
  vertical-align: top;
}
.nationalStorageMore a:hover{
  color: rgba(236, 183, 49, 1);
}

/* 合作客户 */
.cooperativeClient{
  height:520px ;
}
.cooperativeClient .custom-title{
  margin-top: 30px;
  
}
.cooperativeClient-content .hadeMain{
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.cooperativeClient-content .hadeMain .li{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.cooperativeClient-content .hadeMain .li.active::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(190, 83, 39, 1);
  left: 0;
  bottom: -10px;
}
.cooperativeClient-content .tabBody{
  /* display: flex;
  justify-content: left;
  flex-wrap: wrap; */
  margin-top: 50px;
}
.cooperativeClient-content .tabBody .imgWrap {
  width: 16%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  max-width: 224px;
  max-height: 76px;
}
.cooperativeClient-content .tabBody .imgWrap img {
  max-width: 224px;
  max-height: 76px;
}

/* 集团动态 */
.groupDynamics{
  height:710px ;
  background: rgba(220, 221, 221, 0.4);
}
.groupDynamics .custom-title{
  margin-top: 30px;
  
}
.groupDynamics-content .hadeMain{
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.groupDynamics-content .hadeMain .li{
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  position: relative;
}
.groupDynamics-content .hadeMain .li.groupactive::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(190, 83, 39, 1);
  left: 0;
  bottom: -10px;
}
.groupDynamics-content .tabBody{
  
  margin-top: 60px;
}
.groupDynamics-content .tabBody .groupDynamicsItemwrap{
  display: flex;
  /* justify-content: space-between; */
}
.groupDynamics-content .groupDynamicsItem{
  width: 22%;
  background: rgba(255, 255, 255, 1);
  height: 370px;
  position: relative;
  top: 0;
  transition: all 0.3s;
  margin: 0 2%;
}
.groupDynamics-content .groupDynamicsItem:hover{
  top: -10px;
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.groupDynamics-content .groupDynamicsItem:hover .titleWrap{
  color:rgba(190, 83, 39, 1)
}
.groupDynamics-content .groupDynamicsItem a{
  display: block;

}
.groupDynamics-content .tabBody .imgWrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
}
.groupDynamics-content .tabBody .imgWrap img{
  width: 100%;
  height: 230px;
}
.groupDynamics-content .tabBody .titleWrap{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(47, 39, 37, 1);
  display: block;
  padding: 0px 20px;
  position: relative;
}
.groupDynamics-content .tabBody .line{
  position: absolute;
  bottom: 64px;
  left: 13px;
  width: 89%;
  height: 1px;
  background: rgba(229, 229, 229, 1);
}
.groupDynamics-content .tabBody .addDateWrap{
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18.82px;
  color: rgba(128, 128, 128, 1);
  display: block;
}
/* 行业供应链解决方案  化工行业 */
.hangyegongyinglianItemHead{
  width: 100%;
  height: 400px;
}
.hangyegongyinglianItemHead.huagonghangyeHead{
  background-image: url(../images/huagonghangyeBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;

}

.hangyegongyinglianItemHead .hangyegongyinglianItemWrap{
  background-image: url(../images/hangyeHeadBg.png);
  background-repeat: no-repeat;
  height: 100%;
}
.hangyegongyinglianItemHead .headTitle{
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 81.09px;
  color: rgba(47, 39, 37, 1);
  vertical-align: top;
  padding-top: 140px;
}
.hangyegongyinglianItemHead .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: left;
  vertical-align: top;
}
.hangyegongyinglianItemjianjie{
  height: 520px;
}
.hangyegongyinglianItemjianjie .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 60px;
  margin-bottom: 14px;
}
.hangyegongyinglianItemjianjie .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-bottom: 50px;
}
.jianjiecontent{
  display: flex;
  justify-content: space-between;
}
.jianjiecontent .jianjiecontentItem{
  width: 31%;
  height: 220px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 8px  rgba(0, 0, 0, 0.15);
  padding: 36px;
  transition: all 0.3s;
  cursor: pointer;
}
.jianjiecontentItem .jianjietitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  margin-bottom: 12px;
}
.jianjiecontentItem .jianjieitemdesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.jianjiecontentItem:hover{
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.jianjiecontentItem:hover .jianjietitle{
  color: rgba(190, 83, 39, 1);
}
.hangyegongyinglianItemyingyong{
  height: 720px;
  background: rgba(220, 221, 221, 0.4);
}
.hangyegongyinglianItemyingyong .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 60px;
  margin-bottom: 14px;
}
.hangyegongyinglianItemyingyong .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-bottom: 50px;
}
.yingyongcontent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yingyongcontent .yingyongcontentItem{
  width:22% ;
  height: 190px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
 box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 60px;
  padding-top: 36px;
  transition: all 0.3s;
  cursor: pointer;
}
.yingyongcontent .yingyongcontentItem .iconfont{
  font-size: 42px;
  color: rgba(196, 196, 196, 1);
}
.yingyongcontent .yingyongcontentItem:hover {
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.yingyongcontent .yingyongcontentItem:hover .iconfont{
  color: rgba(190, 83, 39, 1);
}
.yingyongcontent .yingyongcontentItem .jianjieitemdesc{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
}

/* .hangyegongyinglianItemAnli{
  height: 1190px;
} */
.hangyegongyinglianItemAnli .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 60px;
  margin-bottom: 14px;
}
.anlicontentItem{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 54px;
  padding-top: 54px;
}
.anlicontentItem:last-child{
  margin-bottom: 120px;
}
.anlicontentItem.anliborder{
  border-top:1px solid rgba(229, 229, 229, 1);
}
.anlicontentItem .anliimg{
  width: 35%;
}
.anlicontentItem .anliimg img{
  width:100%
}
.anlicontentItem  .anliDesc{
  width: 60%;
}
.anlicontentItem .descTitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 46px;
  color: rgba(190, 83, 39, 1);
  text-align: justify;
  vertical-align: top;
  position: relative;
}
.anlicontentItem .descTitle::after{
  content: '';
  position: absolute;
  bottom: -25%;
  left: -5%;
  width: 106%;
  height: 1px;
  background:rgba(229, 229, 229, 1);
}
.anlicontentItem .descContent{
  padding-top: 30px;
}
.descContent .subTitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(37, 43, 58, 1);
  text-align: justify;
  vertical-align: top;
}

/* 新能源 */
.hangyegongyinglianItemHead.xinnengyuanHead{
  background-image: url(../images/xinnengyuanhangyeBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;

}
.hangyegongyinglianItemHead.kuaixiaopinHead{
  background-image: url(../images/kuaixiaopinBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.hangyegongyinglianItemHead.shebeihangyeHead{
  background-image: url(../images/shebeihangyeBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
/* 客户导向型 */
.hangyegongyinglianItemHead.kehudaoxiangHead{
  background-image: url(../images/kehudaoxiangBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.kehudaoxiangTabHead .hadeMain{
  width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.kehudaoxiangTabHead .hadeMain .li{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.kehudaoxiangTabHead .hadeMain .li.active::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(190, 83, 39, 1);
  left: 0;
  bottom: -10px;
}
.kehudaoxiang .top_content{
  height: 300px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
  cursor: pointer;
  transition: all 0.3s;
}

.kehudaoxiang .top_content .top_left{
  padding: 60px 52px ;
  width: 40%;
}
.kehudaoxiang .top_content .top_right{
  height: 300px;
  width: 59%;
}
.kehudaoxiang .top_content .top_right img{
  height: 100%;
}
.kehudaoxiang  .top_left .top_lefttitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.kehudaoxiang .top_content:hover{
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.kehudaoxiang .top_content:hover .top_lefttitle{
  color: rgba(190, 83, 39, 1);
}
.kehudaoxiang  .top_left .top_leftContent{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: left;
  vertical-align: top;
}
.xianchangtupian{
  background: rgba(220, 221, 221, 0.4);
}

.xianchangtupian .xianchangtupiantitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 120px;
  padding-top: 16px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
}
.xianchangtupian .tupianContent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.xianchangtupian .tupianItem{
  height: 400px;
  width: 31%;
  position: relative;
  cursor: pointer;
}
.xianchangtupian .tupianItem img{
  height: 100%;
  width: 100%;
}
.xianchangtupian .tupianItem .tupiantitle{
  position: absolute;
  bottom: -5px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  background: rgba(71, 90, 99, 0.7);
}
.xianchangtupian .tupianItem:hover .tupiantitle{
  background: rgba(190, 83, 39, 0.7);
}
.kehudaoxiang.shuzi .top_content{
  margin-bottom: 80px;
}
.shuzi_wrap .top_lefttitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
   margin-bottom: 40px;
}
.shuzi_wrap .shuzi_content{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.shuzi_wrap .shuzi_content .shuzi_contentItem{
  width: 18%;
}
.shuzi_wrap .shuzi_contentItem .iconfont{
  font-size: 60px;
  color: rgba(190, 83, 39, 1);
  text-align: center;
  margin-bottom: 0;
}
.shuzi_wrap .shuzi_contentItem .shuzi_contentItemTitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-bottom: 22px;
}
.shuzi_wrap .shuzi_contentItem .shuzi_contentItemDesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.chanpin_content .chanpin_contentItem{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 1);
  height: 250px;
  margin-bottom: 46px;
}
.chanpin_content .chanpin_contentItem:last-child{
  margin-bottom: 100px;
}
.chanpin_content .chanpin_contentItem .chanpin_left{
  width: 57%; 
  padding: 40px;
  
}
.chanpin_content .chanpin_contentItem .chanpin_left .chanpin_lefttitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(190, 83, 39, 1);
  text-align: justify;
  vertical-align: top;
  margin-bottom: 22px;
}
.chanpin_content .chanpin_contentItem .chanpin_left .chanpin_leftContent{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.chanpin_content .chanpin_contentItem .chanpin_right{
  width: 40%; 
  height: 250px;
}
.chanpin_content .chanpin_contentItem .chanpin_right img{
  height: 100%;
  width: 100%;
}
.kehudaoxiang.zengzhifuwu .top_content{
  margin-bottom: 68px;
}
.kehudaoxiang.zengzhifuwu .top_content:last-child{
  margin-bottom: 120px;
}
/* 电商云仓 */
.hangyegongyinglianItemHead.dianshangyuncangHead{
  background-image: url(../images/dianshangyuncangBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.dianshangyuncangtiaozhan .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 58px;
  padding-bottom: 38px;
}
.dianshangyuncangtiaozhan .tiaozhancontent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dianshangyuncangtiaozhan .tiaozhancontent .tiaozhancontentItem{
  width: 31%;
  height: 148px;
  box-shadow: 0px 3px 8px  rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  padding: 32px 40px;
  margin-bottom: 60px;
  cursor: pointer;
}
.dianshangyuncangtiaozhan .tiaozhancontent .tiaozhancontentItem:hover{
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.dianshangyuncangtiaozhan .tiaozhancontent .tiaozhancontentItem .jianjietitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  transition: all 0.3s;
}
.dianshangyuncangtiaozhan .tiaozhancontent .tiaozhancontentItem:hover .jianjietitle{
  color: rgba(190, 83, 39, 1);
}
.dianshangyuncangtiaozhan .tiaozhancontent .tiaozhancontentItem .jianjieitemdesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.dianshangyuncangfuwujieshao .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 60px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
}
.dianshangyuncangfuwujieshao .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
.dianshangyuncangfuwujieshao .fuwujieshaocontent{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.dianshangyuncangfuwujieshao .fuwujieshaocontentItem{
  width: 30%;
}
.fuwujieshaocontentItem .fuwujieshaoItemHead{
  width: 100%;
  height: 50px;
  background: rgba(190, 83, 39, 1);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuwujieshaocontentItem .fuwujieshaoItemHead .icon{
  line-height: 45px;
  display: inline-block;
  width: 14%;
  text-align: center;
}
.fuwujieshaocontentItem .fuwujieshaoItemHead .icon i{
  font-size: 28px;
  color: #fff;
  
}
.fuwujieshaocontentItem .fuwujieshaoItemHead .fuwujieshaotitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  background-color: rgba(220, 221, 221, 1);
  width: 86%;
}
.fuwujieshaocontentItem .fuwujieshaocontentItemimg{
  text-align: center;
  height: 220px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.fuwujieshaocontentItem .fuwujieshaocontentItemimg img{
  height: 100%;
}
.fuwujieshaocontentItem .fuwujieshaodesc{
  padding:0 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.dianshangyuncangxuanze{
  height: 546px;
  background-image: url(../images/xuanzeyoutongBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.dianshangyuncangxuanze .xuanzemask{
  height: 100%;
  background: rgba(71, 90, 99, 0.8);
}
.dianshangyuncangxuanze .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 70px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 48px;
}
.dianshangyuncangxuanze .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
}
.xuanzecontent{
  border-radius: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px  rgba(0, 0, 0, 0.15);
  height: 220px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding:72px 94px;
  margin-top: 66px;
}
.xuanzecontent .xuanzeItem{
  width: 18%;
  text-align: center;
}
.xuanzecontent .xuanzeItem .jianjietitle{
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(190, 83, 39, 1);
  text-align: center;
  vertical-align: top;
}
.xuanzecontent .xuanzeItem .jianjietitle i{
  font-size: 26px;
}
.xuanzecontent .xuanzeItem .jianjieitemdesc{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 54px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
}
.rucangquanyi .headTitle{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 60px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-top: 60px;

}
.rucangquanyi .headsubTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
}
.quanyicontent{
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.quanyiItem{
  width: 22%;
  height: 420px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.15);
  padding: 64px 28px 56px 28px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.quanyiItem:hover{
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
}
.quanyiItem .num{
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 104.26px;
  color: rgba(236, 183, 49, 0.4);
  position: absolute;
  right: 0;
  bottom: -12px;
}
.quanyiItem .icon{
  text-align: center;
}
.quanyiItem .iconfont{
  font-size: 44px;
  color: rgba(190, 83, 39, 1);
}
.quanyiItem .quanyiItemTitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  margin-bottom: 26px;
}
.quanyiItemDesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  margin-bottom: 0;
}
/* 集团介绍 */
.hangyegongyinglianItemHead.jituanjieshaoHead{
  background-image: url(../images/zoujinyoutong-jituanjieshao.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 300px;
}
.hangyegongyinglianItemHead.jituanjieshaoHead .headTitle{
  padding-top: 100px;
}
.jituanjieshao .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 40px;
  padding-bottom: 38px;
}
.jituanjieshao .top_content{
  height: 360px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 12px 40px  rgba(10, 4, 60, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jituanjieshao .top_content .top_left{
  width: 48%;
  height: 360px;
}
.jituanjieshao .top_content .top_left img{
  width: 100%;
  height: 100%;
}
.jituanjieshao .top_content .top_right{
  width: 50%;
  padding:60px 132px 60px 40px
}
.jituanjieshao  .top_right .top_lefttitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
  padding-bottom: 6px;
}
.jituanjieshao  .top_right .top_leftContent{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.jituanjieshao .title.jituanjiagoutitile{
  padding-top: 84px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.jituanjiagoumain{
  text-align: center;
  height: 620px;
  width: 1182px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
}
.company{
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: #46576a;
  text-align: center;
  vertical-align: top;
}
.company01{
  left: 4%;
  top: 24%;
}
.company02{
  left: 3%;
  top: 57%;
}

.company03{
  right: 4%;
  top: 24%;
}
.company04{
  right: 3%;
  top: 57%;
}
.company05{
  right: 36%;
  bottom: 6%;
}


.jituanjiagouImg{
  width: 100%;
  height: 100%;  
}
.qiyewenhuaMain{
  position: relative;
  width: 100%;
  height: 700px;
}
.qiyewenhuaMain::after{
  content: '';
  position: absolute;  
  background: rgba(71, 90, 99, 0.5);
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 0;

}
.qiyewenhuaMain .qiyewenhuaContent{
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #fff;
  height:700px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  
}
.qiyewenhuaMain .qiyewenhuaItem{
  width: 33%;
  height:700px;
  border-right: 1px solid #fff;
  padding:142px 40px;
  transition: all 0.3s;
}
.qiyewenhuaItem .title{
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
}
.qiyewenhuaItem .desc{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
  padding-top: 68px;
  opacity: 0;
  /* width: 0;
  height: 0; */
  /* visibility:hidden;
  overflow: hidden; */
  transition: all 0.3s;
  

}
.qiyewenhuaMain .qiyewenhuaItem:hover,
.qiyewenhuaMain .qiyewenhuaItem.hover{
  width: 45%;
}
.qiyewenhuaMain .qiyewenhuaItem:hover .desc,
.qiyewenhuaMain .qiyewenhuaItem.hover .desc{
  /* visibility: visible; */
  opacity: 1;
  /* width: 100%;
  height: 100%;; */
}
.qiyewenhuaBg .qiyewenhuaItemImg{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  height: 700px;
  z-index: -2;
  opacity: 0;
  transition: all 0.3s;
  
}
.qiyewenhuaBg .qiyewenhuaItemImg.active{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  height: 700px;
  opacity: 1;
  z-index: -1;
}

.fazanlicheng .title{
  padding-bottom: 64px;
  padding-top: 84px;

}
.fazanlicheng .jituanjiagouImg{
  padding-bottom: 124px;

}
.fuwuzhandian{
  background: rgba(240, 241, 245, 1);
  padding-bottom: 100px;
}
.jituanjieshao.fuwuzhandian .fuwuzhandian_top_content{
  height: auto;
}
.jituanjieshao .fuwuzhandian_top_content .contentItem{
  display: flex;
  justify-content: space-between;
  height: 270px;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 26px;
}
.contentItem .contentItemLeft{
  width: 64%;
  padding: 30px 20px;
}
.contentItem .contentItemLeft .contentItemLeftTitle{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(190, 83, 39, 1);
  text-align: justify;
  vertical-align: top;
}
.contentItem .contentItemLeft .contentItemLeftBody{
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 20px;
  overflow: auto;
  height: 80%;
}
.contentItem .contentItemLeft .contentItemLeftBody p{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  vertical-align: top;
  margin-bottom: 2px;
  text-align: left;
  /* width: 49%; */
  margin-left: 100px;
}
.contentItem .contentItemRight{
  width: 36%;
  height: 270px;
}
.contentItem .contentItemRight img{
  width: 100%;
  height: 270px;
}
/* ESG */
.hangyegongyinglianItemHead.ESG{
  background-image: url(../images/ESGbg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 300px;
}
.hangyegongyinglianItemHead.ESG .headTitle{
  padding-top: 100px;
}
.ESGjianjie .esgContent{
  display: flex;
  justify-content: space-around;
  padding-top: 90px;
  padding-bottom: 60px;
}
.esgContent .esgImg{
  width: 42%;
  height: 520px;
  position: relative;
}
.esgImgdesc{
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
}
.esgImgdesc.esgtixi{
  top: 80px;
  left:37%;
}
.esgImgdesc.esghuanjing{
  top: 170px;
  left:35%;
}
.esgImgdesc.esgshehui{
  top: 286px;
  left:42%;
}
.esgImgdesc p{
  margin-bottom: 2px;
}
.esgImgdesc.esgzhili{
  bottom: 66px;
  left:44%;
}
.esgContent .esgRight{
  width: 56%;
}
.esgRight .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: left;
  vertical-align: top;
  position: relative;
}
.esgRight .title::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: -30px;
  right: 0;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.esgRight .topDesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  /** 文本2 */
  margin-top: 50px;
}
.esgRight .bottomDesc{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(190, 83, 39, 1);
  /** 文本2 */
  margin-top: 30px;
}
.iconWrap{
  margin-top: 40px;
}
.iconWrap .iconfont{
  margin-right: 50px;  
  font-size: 60px;
  color: rgba(67, 207, 124, 1);
  padding:10px;
  border:4px solid rgba(67, 207, 124, 1);
  border-radius: 50%;
}

.EShuanjing{
  height: 650px;
  background-color: rgba(220, 221, 221, 0.4);
}
.EShuanjing .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 62px;
  padding-bottom: 70px;
}
.EShuanjing .esgContent{
  display: flex;
  justify-content: space-around;
  

}
.EShuanjing .esgContent .EShuanjingItem{
  display: flex;
  justify-content: space-around;
  width: 46%;

}
.EShuanjingItem .img{
  width: 40%;
  position: relative;
  top: 20px;
}
.EShuanjingItem .img img{
  height: 304px;
}
.EShuanjingItem .EShuanjingleftContent{
  width: 55%;
}
.EShuanjingleftContent h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(190, 83, 39, 1);
  text-align: justify;
  vertical-align: top;
}
.EShuanjingleft .EShuanjingleftContent h3{
  padding-bottom: 20px;
}
.EShuanjingright .EShuanjingleftContent h3{
  padding-bottom: 6px;
}
.EShuanjingleftContent p{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: justify;
  vertical-align: top;
}
.ESGyoutongqqqingWrap{
  background-image: url(../images/ESGqingnengyuanBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 450px;
  width: 100%;
}
.ESGyoutongqqqingWrapBg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 186, 173, 0.85);
}
.ESGyoutongqqqingWrap .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 70px;
}
.ESGyoutongqqqingWrap .subTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}
.ESGyoutongqqqingWrap .ESGyoutongqqqingContent{
  width: 58%;
  margin:0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.qingContentItem span{
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 86.88px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  top:20px;
}
.qingContentItem i{
  font-size: 26px;
}
.qingContentItem p{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 34.75px;
  color: rgba(255, 255, 255, 1);
}

.ESGyoutonglvseWrap .title{
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 49.23px;
  color: rgba(47, 39, 37, 1);
  text-align: center;
  vertical-align: top;
  padding-top: 82px;
  padding-bottom: 8px;
}
.ESGyoutonglvseWrap .subTitle{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: rgba(37, 43, 58, 1);
  text-align: center;
  vertical-align: top;
  padding-bottom:26px ;
}
.ESGyoutonglvseContent{
  padding-bottom: 100px;
}
.ESGyoutonglvseContent .lvseContentItem{
  display: flex;
  justify-content: space-between;
  height: 334px;
  margin-bottom: 14px;
}
.lvseContentItem .lvseimg{
  width: 45%;
  height: 334px;
}
.lvseContentItem .lvseimg img{
  width: 100%;
  height: 334px;
}
.lvseContentItem .lvseDesc{
  width: 54%;
  height: 334px;
  padding: 56px 66px;
  position: relative;
}
.lvseContentItem .lvseDesc h4{
  padding-right: 43%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  text-align: justify;
  vertical-align: top;
}
.lvseContentItem .lvseDesc h3{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  text-align: justify;
  vertical-align: top;
  padding-bottom: 20px;
}
.lvseContentItem .lvseDesc.lvseDesc04 h4{
  padding-right: 16%;
}

.lvseContentItem .lvseDesc span{
  position: absolute;
  bottom: -6px;
  right: 10px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 104.26px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  vertical-align: top;
}
.lvseContentItem .lvseDesc01{
  background-color: rgba(190, 83, 39, 0.9);
}
.lvseContentItem .lvseDesc02{
  background-color: rgba(236, 183, 49, 0.9)
}
.lvseContentItem .lvseDesc03{
  background-color: rgba(106, 100, 97, 0.8)
}
.lvseContentItem .lvseDesc04{
  background-color: rgba(67, 207, 124, 0.9)
}
.lvseContentItem .lvseDesc05{
  background-color: rgba(237, 188, 164, 0.8)
}
/* 新闻资讯 */
.hangyegongyinglianItemHead.xinwenzixunwrap{
  background-image: url(../images/xinwenzixunBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 300px;
}
.xinwenzixunwrap .headTitle{
  padding-top: 100px;
}
.groupDynamics-content .hadeMain.xinwenzixunTabHead{
  margin-top: 64px;
}
.groupDynamics-content .hadeMain.xinwenzixunTabHead .li.groupactive::after{
  bottom:-18px;
}
.xinwenzixunTabHeadHR{
  margin-top: 18px;
}
.groupDynamics-content .xinwenzixunItemwrap .wrap{
  margin: 0 auto;
  width: 70%;
}
.groupDynamics-content .tabBody.xinwenzixuntabBody .groupDynamicsItemwrap{
  display:block ;
}
.groupDynamics-content .xinwenzixunItemwrap  .xinwenzixunItem a{
  width: 100%;
  display: flex;
  justify-content: space-between;

}
.groupDynamics-content .xinwenzixunItemwrap  .xinwenzixunItem .imgWrap{
  width: 29%;
  height: 220px;
}
.groupDynamics-content .xinwenzixunItemwrap  .xinwenzixunItem .imgWrap img{
  width: 100%;
  height: 220px;
}
.groupDynamics-content .xinwenzixunItemwrap  .xinwenzixunItem .descWrap{
  width: 68%;
}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .titleWrap{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  /* text-align: justify; */
  vertical-align: top;
  padding: 20px 0px;
  
}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .xinwenzixunItem:hover .titleWrap{
  color: rgba(190, 83, 39, 1);
}

.groupDynamics-content .tabBody .xinwenzixunItemwrap .summaryWrap{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(47, 39, 37, 1);
  text-align: left;
  vertical-align: top;
}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .xinwenzixunItem{
  position: relative;
  margin-bottom: 30px;
}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .authorWrapaddDateWrap{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18.82px;
  color: rgba(128, 128, 128, 1);
  text-align: justify;
  vertical-align: top;
  position: absolute;
  bottom: 15%;
  width: 100%;

}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .authorWrapaddDateWrap .fengexian{
  padding: 0 12px;
}
.groupDynamics-content .tabBody .xinwenzixunItemwrap .addDateWrap{
  position: static;
  display: inline-block;
  
}
.pageWrap{
  text-align: right;
  margin-bottom: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(204, 204, 204, 1);
}
.p_page a{
  padding: 4px 12px;
  background:#f5f5f5;
  margin-left: 8px;
}
.p_page a.a_cur{
  background: rgba(190, 83, 39, 1);
  color: #fff;
}

.bannerCon{
  background-image: url(../images/zoujinyoutong-jituanjieshao.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 280px;
}
.hangyegongyinglianItemHead.lianxiyoutong{
  background-image: url(../images/lianxiyoutongBG.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 300px;
  
}
.hangyegongyinglianItemHead.lianxiyoutong .headTitle{
  padding-top: 100px;
}
.lianxiyoutongMain {
  background-color: rgba(249, 250, 251, 1);
  padding: 40px;
  padding-left: 500px;
}
.lianxiyoutongMain img{
  /* width: 100%; */
}
.lianxiyoutongMain .positonWrap{
  width: 700px;
  height: 450px;
  position: relative;
  margin: 0;
}
.lianxiyoutongMain .positonWrap .dianweiimg{
  position: absolute;
  left: 52%;
  top: 36%;
  font-size: 35px;
  color: red;
  text-shadow: 1px 1px 14px rgba(255, 0, 0, 1);
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
