.w1800 {
width: 100%;
max-width: 1800px;
margin: 0 auto;
}

.w1600 {
width: 100%;
max-width: 1600px;
margin: 0 auto;
}

.w1400 {
width: 100%;
max-width: 1400px;
margin: 0 auto;
}

.btn-phone,
.full-main-nav {
display: none;
}

.headerbgm {
background: rgba(255, 255, 255, 1);
z-index: 9999;
position: relative;
}

.headfixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
/* background: rgba(0, 0, 0, 0.7); */
/* box-shadow: 0 1px 4px 1px #f1f1f1; */
transition: all 0.5s;
padding: 19px 0;
}

.headfixed.headerbgm {
padding: 5px 0;
}

.headfixed > div {
align-items: center;
}

.headfixed.headerbgm .menu-list h3 a,
.headfixed.headerbgm .language-text {
color: #666666;
}

.headfixed .language-text:hover {
color: #fff;
}

.headfixed.headerbgm .header-button {
background: url(../images/ss-hicon.png) no-repeat center center;
}

.headfixed.headerbgm .logo .logoimg {
display: none;
}

.headfixed.headerbgm .logo .hlogoimg {
display: block;
}

.headfixed .logo {
/* max-width: 154px; */
overflow: hidden;
}

.headfixed .logo .logoimg {
display: block;
}

.headfixed .logo .hlogoimg {
display: none;
}

.headfixed .menu-list {
width: 79%;
align-items: center;
}

.headfixed .menu-list > ul {
width: 88%;
position: relative;
}

.headfixed .menu-list > ul > li {
position: relative;
vertical-align: top;
}

.headfixed .menu-list > ul > li:hover .nav-two {
display: block !important;
}

.headfixed .mobile-nav-box > ul > li > a {
font-size: 14px;
text-align: center;
letter-spacing: 2px;
color: #282828;
}

.headfixed .mobile-nav-box ul li {
width: 100%;
padding: 8px 0px;
border-bottom: 1px solid rgb(221, 221, 221);
}

.headfixed .mobile-nav-box > ul li a {
color: #716b61;
line-height: 30px;
text-align: left;
}

.headfixed1 .mobile-nav-box ul li a {
color: #282828;
}

.headfixed .btn-list {
width: 12%;
text-align: center;
}

.headfixed .btn-list .btn-right {
width: 100%;
align-items: center;
}

.headfixed .btn-menu {
margin: 0 auto;
display: none;
}

.headfixed .btn-menu .mobile-nav {
color: #ffffff;
font-size: 13px;
display: block;
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
}

input::-webkit-input-placeholder {
font-size: 12px;
}

.headfixed .toggle-btn {
width: 100%;
height: 30px;
position: relative;
display: block;
}

.headfixed .toggle-btn span {
width: 26px;
height: 2px;
background: #fff;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.headfixed .toggle-btn span:first-child {
top: 4px;
}

.headfixed .toggle-btn span:nth-child(2) {
top: 41%;
}

.headfixed .toggle-btn span:last-child {
bottom: 8px;
}

.headfixed .toggle-btn.cur span:first-child {
-webkit-transform: translate(-50%, 7px) rotate(45deg);
-ms-transform: translate(-50%, 7px) rotate(45deg);
-o-transform: translate(-50%, 7px) rotate(45deg);
transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
-webkit-transform: translate(-50%, -3px) rotate(-45deg);
-ms-transform: translate(-50%, -3px) rotate(-45deg);
-o-transform: translate(-50%, -3px) rotate(-45deg);
transform: translate(-50%, -3px) rotate(-45deg);
bottom: 14px;
}

.mobile-nav-box {
position: fixed;
top: 70px;
z-index: 99;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
background: rgba(255, 255, 255, 1);
padding: 0 0 60px 0;
border-top: 1px solid rgb(221, 221, 221);
display: none;
}

.headfixed .mobile-nav-box > ul > li > h3 {
position: relative;
padding: 0 30px;
}

.headfixed .mobile-nav-box .head-subnav {
width: 100%;
display: none;
padding: 8px 20px;
background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
text-align: left;
position: relative;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
width: 100%;
line-height: 45px;
text-align: left;
font-size: 15px;
color: #333;
display: block;
}

.headfixed .mobile-nav-box > ul > li > h3 > a {
font-size: 16px;
display: block;
text-align: center;
letter-spacing: 2px;
padding: 5px 0;
color: #333;
text-align: left;
}

.headfixed .mobile-nav-box .head-suba {
display: none;
}

.headfixed .mobile-nav-box .head-suba > a,
.headfixed .mobile-nav-box .head-subnav > a {
font-size: 15px;
display: block;
text-align: center;
letter-spacing: 2px;
color: #333;
text-align: left;
padding: 0 15px;
line-height: 30px;
}

.headfixed .mobile-nav-box > ul > li > h3 > i,
.headfixed .mobile-nav-box .link-tit > i {
position: absolute;
top: 0;
right: 30px;
height: 100%;
width: 80px;
}

.headfixed .mobile-nav-box .link-tit > i {
right: -10px;
}

.headfixed .mobile-nav-box > ul > li > h3 > i::before,
.headfixed .mobile-nav-box .link-tit > i::before {
content: "";
position: absolute;
top: 10px;
right: 0px;
width: 10px;
height: 10px;
border-bottom: solid 1px #aaa;
border-left: solid 1px #aaa;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.btn-search,
.headfixed1 .btn-search {
width: 21px;
height: 21px;
}

.header-button,
.headfixed .header-button {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-indent: -119988px;
overflow: hidden;
text-align: left;
text-transform: capitalize;
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
outline: none;
background: url(../images/ss-icon.png) no-repeat center center;
border: none;
cursor: pointer;
}

.headfixed .header-button {
background: url(../images/ss-icon.png) no-repeat center center;
}

#toggle-search.open:after {
top: 40px;
color: #ffffff;
}

#search-form {
-moz-transition: max-height, 0.5s;
-o-transition: max-height, 0.5s;
-webkit-transition: max-height, 0.5s;
transition: max-height, 0.5s;
position: absolute;
top: 100%;
right: 8.3%;
width: 18%;
max-height: 0;
overflow: hidden;
background: #ffffff;
}

#search-form.open {
max-height: 50px;
border: 1px solid #f1f1f1;
}

#search-form fieldset {
position: relative;
margin: 0 60px 0 0;
padding: 0;
border: none;
z-index: 9;
width: 85%;
}

#search-form input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: 50px;
}

#search-form input[type="search"] {
width: 100%;
padding: 0 5px 0 22px;
background: #ffffff;
border: none;
color: #1688fd;
z-index: 9;
}

#search-form input[type="submit"] {
position: absolute;
bottom: 0;
right: 0;
width: 15%;
margin: 0;
padding: 0;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
background: url(../images/ss-icon.png) no-repeat center #004c92;
border: none;
cursor: pointer;
z-index: 11;
}

.language {
width: 80px;
float: right;
position: relative;
margin-right: 27px;
}

.language-text {
display: block;
color: #fff;
font-size: 18px;
line-height: 36px;
cursor: pointer;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.language-text .icon-down {
display: inline-block;
float: right;
vertical-align: middle;
font-size: 16px;
/* padding-left: 15px; */
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}

.language-list {
position: absolute;
width: 100%;
top: 100%;
right: 0;
z-index: 10;
background: #fff;
padding: 0px 0;
-webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
opacity: 0;
visibility: hidden;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

.language-list a {
display: block;
padding: 10px 20px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
font-size: 18px;
}

.language-list a:hover {
color: #004c92
}

.headfixed.headerbgm .language:hover .language-text {
color: #666;
}

.language:hover .language-text .icon-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.language:hover .language-list {
opacity: 1;
visibility: visible;
}

.app-lanu {
text-align: center;
padding: 20px 0;
}

.app-lanu a {
display: inline-block;
padding: 0 10px;
line-height: 24px;
color: #333;
}

.app-lanu a.active {
color: white;
background: #004c92;
border-radius: 30px;
}

@media (min-width: 1200px) {
.phone {
display: none;
}
}

.menu-list > ul > li.cur h3 a,
.menu-list > ul > li:hover h3 a {
color: #fff;
}

.menu-list > ul > li.cur h3 a::after,
.menu-list > ul > li:hover h3 a::after,
.menu-list > ul > li.active h3 a::after {
/* width: 130%; */
width: 45px;
}

.menu-list > ul > li:hover .head-subnav {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
pointer-events: auto;
opacity: 1;
}

.menu-list h3 {
padding: 0 15px;
}

.menu-list h3 a {
/* height: 109px;
line-height: 109px; */
line-height: 65px;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
color: #fff;
font-size: 18px;
display: block;
}

.menu-list h3 a::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 2px;
width: 0;
background-color: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.headfixed.headerbgm .menu-list h3 a::after {
background-color: #666;
}

.menu-list > ul > li .head-subnav {
display: block !important;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
-o-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
min-width: 180px;
background: rgba(255, 255, 255, 1);
/* padding: 10px 0; */
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border: solid 1px #e4e6ee;
border-top: 0;
}

.menu-list .head-subnav a {
padding: 16px 0;
text-align: center;
color: rgba(40, 40, 40, 0.5);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: block;
font-size: 15px;
background: #fff;
border-bottom: solid 1px#efefef;
}

.menu-list .head-subnav a:last-child {
border-bottom: 0px;
}

.menu-list .head-subnav a:hover {
color: #fff;
background: #004c92;
}

.headfixed .mobile-nav-box > ul > li > h3.cur > i::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.menu-list .lang-box {
top: 100%;
width: 100%;
}

.menu-list .lang-box a {
padding: 8px 0;
}

/* mainer */
.mainer .banner {
/* position: relative; */
overflow: hidden;
background: #fff;
height: 100%;
}

.mainer .swiper-container {
width: 100%;
height: 100%;
}

.mainer .pcimg {
display: block;
/* opacity: 0.45;
filter: alpha(opacity=45); */
overflow: hidden;
}

.mainer .phoneimg {
display: none;
/* opacity: 0.45;
filter: alpha(opacity=45); */
overflow: hidden;
}

.mainer .banner .banner-img {
/* background-color: rgba(0, 0, 0, 1); */
overflow: hidden;
height: 100%;
}

.mainer .swiper-img {
width: 100%;
height: 100%;
}

.mainer .banner .banner-img img {
width: 100%;
height: 100%;
margin: 0 auto;
overflow: hidden;
}

.mainer .banner .swiper-button-next,
.mainer .banner .swiper-button-prev {
display: none;
}

.mainer .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
bottom: 6%;
}

.mainer .banner .swiper-pagination-bullet,
.qhse-tag .swiper-pagination-bullet,
.qhse-zs .swiper-pagination-bullet,
.build .swiper-pagination-bullet,
.hr-story .swiper-pagination-bullet,
.about-mobilhonor .swiper-pagination-bullet,
.about-mobilecooper .swiper-pagination-bullet,
.index-cont5-swiper .swiper-pagination-bullet,
.index-cont6 .swiper-pagination-bullet,
.index-cont-btn li a,
.service-build .swiper-pagination-bullet,
.service-honor .swiper-pagination-bullet,
.service-exper .swiper-pagination-bullet,
.energy-supply .swiper-pagination-bullet,
.energy-honor .swiper-pagination-bullet,
.energy-item .swiper-pagination-bullet {
width: 40px;
height: 4px;
border-radius: 0px;
/* border-radius: unset; */
background: rgba(255, 255, 255, 0.3);
opacity: 1;
}

.about-mobilecooper .swiper-pagination-bullet,
.index-cont6 .swiper-pagination-bullet,
.about-mobilhonor .swiper-pagination-bullet,
.service-build .swiper-pagination-bullet,
.service-honor .swiper-pagination-bullet,
.service-exper .swiper-pagination-bullet,
.energy-supply .swiper-pagination-bullet,
.energy-honor .swiper-pagination-bullet,
.energy-item .swiper-pagination-bullet {
background: rgba(0, 76, 146, 0.5);
}

.index-cont5-swiper .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.3);
}

.mainer .banner .swiper-pagination-bullet-active,
.qhse-tag .swiper-pagination-bullet-active,
.qhse-zs .swiper-pagination-bullet-active,
.build .swiper-pagination-bullet-active,
.hr-story .swiper-pagination-bullet-active,
.about-mobilecooper .swiper-pagination-bullet-active,
.index-cont5-swiper .swiper-pagination-bullet-active,
.index-cont-btn li.active a {
background: #ffffff;
}

.index-cont5-swiper .swiper-pagination-bullet-active {
background: #FFF;
}

.about-mobilecooper .swiper-pagination-bullet-active,
.index-cont6 .swiper-pagination-bullet-active,
.about-mobilhonor .swiper-pagination-bullet-active,
.service-build .swiper-pagination-bullet-active,
.service-honor .swiper-pagination-bullet-active,
.service-exper .swiper-pagination-bullet-active,
.energy-supply .swiper-pagination-bullet-active,
.energy-honor .swiper-pagination-bullet-active,
.energy-item .swiper-pagination-bullet-active {
background: rgba(0, 76, 146, 1);
}

.index-cont5-swiper .swiper-container {
padding-bottom: 50px;
}

.banner .swiper-fontlist {
width: 100%;
z-index: 3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}

.banner .swiper-font {
width: 100%;
text-align: center;
}

.banner .swiper-font .swiper-h2,
.banner .swiper-font .swiper-h2 h2 {
font-size: 70px;
font-family: "AlibabaPuHuiTi-Regular";
color: #ffffff;
letter-spacing: 20px;
font-weight: bold;
}

.banner .swiper-font .swiper-h2 h2 i {
font-weight: 300;
font-style: normal;
}

.banner .swiper-font .swiper-h2 h2 span {
font-family: "PangMenZhengDao";
font-size: 80px;
vertical-align: middle;
}

.banner .swiper-font .swiper-h3 {
margin-top: 10px;
}

.banner .swiper-font .swiper-h3,
.banner .swiper-font .swiper-h3 h3 {
font-family: "AlibabaPuHuiTi-Regular";
font-size: 32px;
line-height: 45px;
color: #ffffff;
/* font-weight: bold; */
}

.banner .swiper-font .swiper-more {
width: 180px;
height: 48px;
border-radius: 4px;
border: solid 2px rgba(255, 255, 255, 0.2);
font-size: 14px;
text-align: center;
line-height: 48px;
color: #ffffff;
display: block;
transition: all 0.5s;
margin-top: 75px;
}

.banner .swiper-font .swiper-more:hover {
border: solid 2px rgba(255, 255, 255, 0.6);
color: #E82F1A;
}

.mainer .banner .swiper-slide-active .swiper-font .swiper-h2 h2 {
-webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.mainer .banner .swiper-slide-active .swiper-font .swiper-h3 h3 {
-webkit-animation: fadeInUp 3.5s;
animation: fadeInUp 3.5s;
}

.banner .swiper-video,
.banner .video {
/* width: 100%;
height: 100%;
object-fit: fill; */
position: absolute;
left: 0;
/* top: 0; */
z-index: 2;
width: 100%;
top: 50%;
transform: translateY(-50%);
}

.index-tit {
text-align: center;
}

.index-tit h3 {
font-size: 48px;
line-height: 70px;
color: #333333;
}

.index-tit p {
font-size: 18px;
line-height: 30px;
color: #666666;
}

.index-cont1 {
position: relative;
/* padding-top: 15px; */
}

.index-cont1 .index-cont1-left,
.index-cont1 .index-cont1-right {
width: 43%;
overflow: hidden;
}

.index-cont1 .index-cont1-icon {
width: 66px;
height: 78px;
display: block;
margin: 0 auto 19px auto;
opacity: 1;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
}

.index-cont1 .index-cont1-tit {
font-size: 30px;
line-height: 30px;
color: #ffffff;
margin-bottom: 8px;
}

.index-cont1 .index-cont1-dec {
font-size: 16px;
line-height: 30px;
color: #ffffff;
opacity: 0;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
}

.index-cont1 .index-cont1-leftimg {
width: 100%;
}

.index-cont1 .index-cont1-leftimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont1 .index-cont1-li {
position: relative;
}

.index-cont1 .index-cont1-font {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

.index-cont1 .index-cont1-li:hover .index-cont1-dec,
.index-cont1 .index-cont1-li:hover .index-cont1-icon {
opacity: 1;
}

.index-cont1 .index-cont1-li {
overflow: hidden;
}

.index-cont1 .index-cont1-li img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont1 .index-cont1-li:hover img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.index-cont1 .flr {
width: 65%;
float: right;
}

.index-cont1 .flr .index-cont1-leftimg img {
/* float: right; */
}

.index-cont1 .index-cont1-right {
align-items: flex-start;
width: 57%;
}

.index-cont1 .index-cont1-rli {
width: 51%;
margin-top: 330px;
}

.index-cont1 .index-cont1-rli1 {
width: 49%;
margin-top: 380px;
}

.index-cont1 .index-tit {
width: 50%;
position: absolute;
text-align: left;
top: 148px;
left: 54%;
z-index: 3;
}

.index-cont2 {
position: relative;
/* background-color: #F6F6F6; */
/* background-size: cover; */
/* height: 100vh; */
/* padding-top: 85px; */
/* height: 100%; */
padding-top: 0%;
}

.section3 {
background-color: #F6F6F6;
}

.index-cont2 .index-cont2-list {
width: 100%;
height: 725px;
position: relative;
overflow: hidden;
margin-top: 60px;
}

.index-cont2 .index-cont2-list .index-cont2-li {
-webkit-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: absolute;
width: 50%;
height: 725px;
z-index: 0;
}

.index-cont2 .index-cont2-li1 {
left: 0%;
}

.index-cont2 .index-cont2-li1:hover {
z-index: 9;
width: 68%;
}

.index-cont2 .index-cont2-li2 {
left: 50%;
}

.index-cont2 .index-cont2-li2:hover {
left: 32%;
width: 68%;
z-index: 9;
}

.index-cont2 .index-cont-btbgm {
display: block;
width: 100%;
height: 100%;
background: url(../images/in-imgbgm1.png)no-repeat center bottom;
background-size: 100%;
position: relative;
}

.index-cont2 .bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7);
}

.index-cont2 .index-cont2-font {
width: 100%;
overflow: hidden;
padding: 0 261px 0 70px;
position: absolute;
bottom: 54px;
width: 1100px;
}

.index-cont2 .index-cont2-fontiti {
font-size: 24px;
line-height: 35px;
color: #ffffff;
margin-bottom: 11px;
}

.index-cont2 .index-cont2-fontdec {
font-size: 16px;
line-height: 28px;
color: rgba(255, 255, 255, 0.8);
/* border-left: 1px solid rgba(242,242,242,0.8); */
padding-left: 20px;
position: relative;
}

.index-cont2 .index-cont2-fontdec::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 1px;
height: 45px;
background-color: rgba(242, 242, 242, 0.8);
}


.index-cont3 {
position: relative;
width: 100%;
height: 100%;
}

.index-cont3 .index-cont3-swiper {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}

.index-cont3 .index-cont3-swiper::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/in-imgbgm2.png)no-repeat center center;
background-size: cover;
z-index: 3;
}

.index-cont3 .index-cont3-swiperimg {
width: 100%;
height: 100%;
}

.index-cont3 .index-cont3-swiperimg img {
width: 100%;
height: 100%;
}

.index-cont3 .index-cont3-font {
width: 570px;
overflow: hidden;
position: absolute;
top: 50%;
left: 160px;
transform: translateY(-50%);
z-index: 9;
padding-bottom: 2px;
}

.index-cont3 .index-cont3-menu {
position: relative;
margin-top: 94px;
padding-left: 48px;
/* border-left: 1px solid rgba(255, 255, 255, 0.1); */
}

.index-cont3 .index-cont3-menu::before {
content: "";
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
width: 1px;
height: 180px;
background-color: rgba(255, 255, 255, 0.1);
}

.index-cont3 .index-cont3-menu li {
position: relative;
}

.index-cont3 .index-cont3-menu li::before {
content: "";
position: absolute;
top: 50%;
left: -48px;
transform: translateY(-50%);
width: 3px;
height: 23px;
background-color: transparent;
}

.index-cont3 .index-cont3-menu a {
font-size: 20px;
line-height: 52px;
display: inline-block;
color: #bed5ec;
position: relative;
}

.index-cont3 .index-cont3-menu a::after {
content: "";
position: absolute;
top: 50%;
right: -46px;
transform: translateY(-50%);
width: 26px;
height: 18px;
background: url(../images/in-jticon.png)no-repeat center center;
opacity: 0;
}

.index-cont3 .index-tit {
text-align: left;
}

.index-cont3 .index-tit h3,
.index-cont3 .index-tit p {
color: #fff;
}

.index-cont3 .index-tit h3 {
margin-bottom: 25px;
}

.index-cont3 .index-cont3-menu li.active::before,
.index-cont3 .index-cont3-menu li:hover:before {
background-color: #fff;
}

.index-cont3 .index-cont3-menu li.active a,
.index-cont3 .index-cont3-menu li:hover a {
color: #ffffff;
}

.index-cont3 .index-cont3-menu li.active a::after,
.index-cont3 .index-cont3-menu li:hover a::after {
opacity: 1;
}

.gdal .more,
.index-cont3 .more,
.index-cont4 .more,
.new-hotright .more,
.new-bot .more,
.innew .more {
margin-top: 52px;
display: inline-block;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
position: relative;
width: 120px;
height: 45px;
line-height: 45px;
text-align: center;
z-index: 9;
}

.gdal {
text-align: center;
}

.gdal .more {
margin-top: 0px;
}

/* .new-hotright .more::after,
.index-cont3 .more::after,
.index-cont4 .more::after,
.new-bot .more::after,
.innew .more::after{
bottom: 0;
right: 0;
border-right: 1px solid #2071bc;
border-bottom: 1px solid #2071bc;
} */
.gdal .more::before,
.new-hotright .more::before,
.index-cont3 .more::before,
.index-cont4 .more::before,
.new-bot .more::before,
.innew .more::before {
content: " ";
position: absolute;
top: 1px;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: #eeeeee;
transition: 0.3s ease-out;
}

/* .new-bot .more::before,
.index-cont3 .more::before{
background-color: #fff;
} */

.gdal .more:hover::before,
.new-hotright .more:hover::before,
.index-cont3 .more:hover::before,
.index-cont4 .more:hover::before,
.new-bot .more:hover::before,
.innew .more:hover::before {
transition: 0.2s 0.1s;
height: 0px;
}

.gdal .more i,
.index-cont3 .more i,
.index-cont4 .more em,
.new-hotright .more i,
.new-bot .more i,
.innew .more i {
position: relative;
width: 50px;
height: 50px;
background-color: #2071bc;
border-radius: 50%;
text-align: center;
vertical-align: middle;
display: none;
}

.gdal .more span,
.index-cont3 .more span,
.index-cont4 .more span,
.new-hotright .more span,
.new-bot .more span,
.innew .more span {
width: 100%;
height: 100%;
font-family: ;
font-size: 16px;
color: #ffffff;
vertical-align: middle;
display: inline-block;
z-index: 5;
position: relative;
transition: 0.2s 0.1s;
display: inline-block;
border: 1px solid #eeeeee;
animation: none;
opacity: 1 !important;
}

.new-bot .more span,
.index-cont3 .more span {
border: 1px solid #eeeeee;
}

.index-cont3 .more::before,
.gdal .more::before {
background-color: #2071BC;
}

.index-cont3 .more span,
.gdal .more span {
border: 1px solid #2071BC;
}

.new-bot .more::before {
background: rgba(242, 242, 242, 0.3);
}

.index-cont4 .more span,
.gdal .more span {
color: #fff;
}

.gdal .more:hover span {
color: #2071BC;
}

.index-cont4 .more::before,
.gdal .more::before {
background-color: #004c92;
}

.index-cont4 .more span {
border: 1px solid #004c92;
}

.index-cont3 .more:hover span {
border: 1px solid #fff;
}

/* .index-cont3 .more:hover span,
.index-cont4 .more:hover span,
.new-hotright .more:hover span,
.new-bot .more:hover span,
.innew .more:hover span {
margin-left: -30px;
} */

.index-cont4 {
position: relative;
}

.section5 {
background: url(../images/in-bgm1.png)#fafafa no-repeat left bottom;
/* background-size: calc(100% - 20px); */
}

.index-cont4 .index-cont4-fontimg {
margin-bottom: 100px;
display: none;
}

.index-cont4 .index-cont4-fontimg img {
margin: 0;
}

.index-cont4 .index-tit {
text-align: left;
}

.index-cont4 .index-tit h3 {
padding-bottom: 35px;
position: relative;
}

.index-cont4 .index-cont4-list {
align-items: center;
}

.index-cont4 .index-cont4-left {
width: 36%;
}

.index-cont4 .index-cont4-right {
width: 64%;
}

.index-cont4 .index-tit h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 4px;
background-color: #4568b1;
}

.index-cont4 .index-tit p {
font-size: 22px;
color: #004c92;
margin-top: 33px;
}

.index-cont4 .index-cont4-dec {
font-size: 16px;
line-height: 30px;
color: #666666;
margin-top: 30px;
}

.index-cont4 .more em,
.innew .more i {
background-color: #eeeeee;
position: relative;
}

.index-cont4 .more em::before,
.innew .more i::before {
background-color: #1b1b1b;
}

.innew .more span {
color: #333333;
}

.index-cont4 .more:hover span,
.new-hotright .more:hover span,
.innew .more:hover span {
color: #004c92;
}

.index-cont4 .qswl-num {
width: 64%;
float: right;
}

.index-cont4 .ul-num {
flex-wrap: wrap;
}

.index-cont4 .ul-num li {
width: 40%;
margin-right: 126px;
margin-top: 88px;
}

.index-cont4 .ul-num li:nth-child(1),
.index-cont4 .ul-num li:nth-child(2) {
margin-top: 0px;
}

.index-cont4 .ul-num li:nth-child(2n) {
margin-right: 0px;
}

.index-cont4 .law-num-info span,
.about .law-num-info span {
font-family: ;
font-size: 100px;
line-height: 85px;
color: #004c92;
}

.index-cont4 .law-num-info sup,
.about .law-num-info sup {
font-size: 20px;
color: #004c92;
vertical-align: top;
}

.index-cont4 .ul-num-dec,
.about .ul-num-dec {
font-size: 18px;
line-height: 30px;
color: #666666;
margin-top: 7px;
}


.index-cont5 .index-tit h3,
.index-cont5 .index-tit p {
color: #fff;
}


.index-cont6 {
width: 100%;
position: relative;
/* padding-top: 15px; */
}

.index-cont6 .index-cont6-listleft {
width: 59%;
position: relative;
}

.index-cont6 .index-cont6-listleft .swiper-slide:hover .index-cont6-swipertit {
color: #004c92;
}

.index-cont6 .index-cont6-swiper {
align-items: center;
}

.index-cont6 .index-cont6-listright {
width: 41%;
}

.index-cont6 .index-tit {
text-align: left;
}

.index-cont6 .index-tit h3 {
color: #333333;
}

.index-cont6 .index-tit p {
color: #666666;
}

.index-cont6 .index-cont6-top {
align-items: center;
}

.index-cont6 .index-cont6-menu {
width: 70%;
}

.index-cont6 .index-cont6-menu a {
display: block;
width: 100%;
font-size: 18px;
color: #666666;
line-height: 30px;
font-weight: bold;
}

.index-cont6 .index-cont6-menu li {
margin-right: 47px;
border-bottom: 3px solid transparent;
}

.index-cont6 .index-cont6-menu li:last-child {
margin-right: 0px;
}

.index-cont6 .index-cont6-menu li.active a,
.index-cont6 .index-cont6-menu li:hover a {
color: #004c92;
}

.index-cont6 .index-cont6-menu li.active,
.index-cont6 .index-cont6-menu li:hover {
border-bottom: 3px solid #004c92;
}

.index-cont6 .index-cont6-bot {
margin-top: 50px;
position: relative;
}

.index-cont6 .index-cont6-swiperimg {
width: 54.5%;
overflow: hidden;
}

.index-cont6 .index-cont6-swiperimginf {
width: 100%;
overflow: hidden;
display: block;
max-height: 515px;
}

.index-cont6 .index-cont6-swiperimginf img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont6 .index-cont6-swiperimginf:hover img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.index-cont6 .index-cont6-swiperfont {
width: 45.5%;
padding: 38px 90px 30px 52px;
}

.index-cont6 .index-cont6-swiperfonttit {
font-size: 20px;
line-height: 30px;
color: #004c92;
}

.index-cont6 .index-cont6-swiperfontdec {
font-size: 16px;
line-height: 26px;
color: #888888;
margin-top: 16px;
}

.index-cont6 .index-cont6-more {
width: 116px;
height: 40px;
border: solid 1px #b8b8b8;
overflow: hidden;
text-align: center;
font-size: 16px;
line-height: 40px;
display: block;
margin-top: 36px;
color: #888888;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont6 .index-cont6-more:hover {
border: solid 1px #004c92;
color: #004c92;
}

.index-cont6 .index-cont6-swipertit {
width: 54.5%;
font-size: 20px;
line-height: 30px;
color: #333333;
padding-right: 100px;
margin-top: 25px;
}

.index-cont6 .index-cont6-listright ul {
width: 100%;
/* height: 589px; */
background-color: #f6f6f6;
padding: 40px 46px 13px 46px;
}

.index-cont6 .index-cont6-listright ul li {
border-bottom: 1px solid #e1e1e1;
padding-bottom: 16px;
position: relative;
padding-top: 20px;
}

.index-cont6 .index-cont6-listright ul li:last-child {
border-bottom: 1px solid transparent;
}

.index-cont6 .index-cont6-listright ul li:first-child {
padding-top: 0px;
}

.index-cont6 .index-cont6-listright ul li::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: #004c92;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont6 .index-cont6-listright ul li:hover::before {
width: 100%;
}

.index-cont6 .index-cont6-listrighttit {
font-size: 20px;
line-height: 30px;
padding-right: 50px;
margin-bottom: 10px;
color: #333333;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont6 .index-cont6-listrightdec {
font-size: 16px;
line-height: 26px;
color: #888888;
}

.index-cont6 .index-cont6-listrighttime {
font-family: ;
font-size: 14px;
line-height: 26px;
color: #888888;
display: block;
margin-top: 20px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont6 .index-cont6-listright ul li:hover .index-cont6-listrighttit {
color: #004c92;
}

.index-cont6 .swiper-pagination {
font-family: ;
font-size: 16px;
color: #666666;
width: 54px;
height: 43px;
/* left: 45%; */
bottom: 112px;
}

.index-cont6 .swiper-pagination span {
/* display: block; */
display: inline-block;
}

.index-cont6 .swiper-pagination-current {
position: absolute;
left: 9px;
top: 2px;
}

.index-cont6 .swiper-pagination-total {
position: absolute;
right: 8px;
bottom: 2px;
}

.index-cont6 .swiper-pagination em {
width: 1px !important;
height: 43px !important;
display: inline-block;
background: #B8B8B8;
color: #B8B8B8;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

.index-cont6 .index-cont6-bot .index-cont6-cont {
display: none;
}

.index-cont6 .index-cont6-bot .index-cont6-cont:first-child {
display: block;
}

/* footer */
.footer {
background: #004C92;
padding-top: 98px;
padding-bottom: 68px;
overflow: hidden;
position: relative;
}

.footer .foot-left {
width: 22%;
}

.footer .foot-left-lo img {
margin: 0;
}

.footer .foot-left-addr h2 {
font-size: 20px;
line-height: 26px;
color: #ffffff;
margin-top: 15px;
}

.footer .foot-left-addr dd em {
display: inline-block;
font-size: 15px;
line-height: 26px;
color: rgba(255, 255, 255, 0.5);
vertical-align: top;
}

.footer .foot-left-addr dd p {
display: inline-block;
}

.footer .foot-left-addr dd p span {
display: block;
font-size: 15px;
line-height: 26px;
color: rgba(255, 255, 255, 0.5);
}

.footer .foot-right h3,
.footer .foot-ewm h3 {
font-size: 18px;
line-height: 26px;
color: #ffffff;
}

.footer .foot-ewm {
width: 10%;
}

.footer .foot-ewm h3 {
text-align: right;
}

.footer .foot-cen {
/* width: 55%; */
flex: 1;
}

.footer .foot-cen li {
align-items: center;
width: 33.33%;
padding-right: 7%;
}

.footer .foot-cen li:last-child {
padding-right: 0px;
}

.footer .foot-cen h4 {
font-size: 18px;
line-height: 30px;
color: #ffffff;
padding-bottom: 3px;
}

.footer .foot-cen h3 {
font-family: ;
font-size: 24px;
line-height: 30px;
color: rgba(255, 255, 255, 0.6);
font-weight: bold;
}

.footer .foot-cen .foot-cen-font p,
.footer .foot-cen .email {
font-size: 16px;
line-height: 24px;
color: rgba(255, 255, 255, 0.6);
}

.footer .foot-cen .email:hover {
color: #fff;
}

.footer .foot-cen li:last-child .foot-cen-font p:nth-child(2) {
font-family: ;
font-size: 18px;
}

.footer .foot-cen-icon {
padding-right: 13px;
}

.footer .foot-cen-icon em {
font-size: 30px;
color: #ababab;
opacity: 0.3;
}

.search-box {
position: relative;
width: 184px;
margin-top: 37px;
}

.search-box .search-input {
width: 100%;
height: 52px;
background-color: #ffffff;
border: solid 1px #004c92;
padding: 0 90px 0 15px;
font-size: 16px;
color: #333;
}

.search-box .search-btn {
position: absolute;
top: 0;
right: 0;
width: 77px;
height: 52px;
background-color: #004c92;
font-size: 16px;
line-height: 26px;
color: #ffffff;
cursor: pointer;
background-size: 15px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.search-box .search-btn:hover {
background-color: rgba(0, 76, 146, 0.8);
}

.footer .foot-right {
width: 7%;
}

.foot-share,
.footer .foot-ewm .foot-ewm-img {
margin-top: 12px;
}

.foot-ewm .foot-ewm-img img {
text-align: right;
float: right;
}

.foot-share a {
font-size: 18px;
color: #ffffff;
opacity: 1 !important;
margin: 0 !important;
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
border-radius: 2px;
background: rgba(255, 255, 255, 0.2);
display: block;
float: left !important;
margin-right: 15px !important;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.foot-share a:last-child {
margin-right: 0px !important;
}

.foot-share a:hover {
color: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.5);
}

.footer .foot-botaddr {
font-family: ;
font-size: 14px;
line-height: 26px;
color: rgba(255, 255, 255, 0.3);
}

.footer .foot-botaddr a {
font-size: 14px;
line-height: 26px;
color: rgba(255, 255, 255, 0.3);
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.footer .foot-botaddr a:hover,
.footer .footer-list-botmenu a:hover {
color: rgba(255, 255, 255, 1);
}

.footer .footer-list-botmenu a {
font-size: 18px;
line-height: 26px;
color: #ffffff;
padding-left: 0px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.footer .footer-list-bot {
margin-top: 100px;
}


.headfixed1 {
background: #fff;
padding: 14px 0;
}

.headfixed1 .logo .logoimg {
display: none;
}

.headfixed1 .logo .hlogoimg {
display: block !important;
}

.headfixed1 .language-text,
.headfixed1 .menu-list h3 a,
.headfixed1 .menu-list > ul > li.cur h3 a,
.headfixed1 .menu-list > ul > li:hover h3 a,
.headfixed1 .language-text:hover {
color: #666666;
}

.headfixed1 .menu-list h3 a::after {
background-color: #666;
}

.headfixed1 .header-button {
background: url(../images/ss-hicon.png) no-repeat center center;
}

.pub-banner,
.product {
position: relative;
margin-top: 100px;
}

.pub-banner1 {
margin-top: 0px;
}

.pub-banner .pub-banner-font {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
text-align: left;
color: #ffffff;
z-index: 9;
}

.pub-banner .pub-banner-font .pub-banner-fonttit,
.product .product-do-font .pub-banner-fonttit {
font-size: 48px;
line-height: 55px;
font-weight: bold;
color: #ffffff;
}

.pub-banner .pub-banner-font .pub-banner-fonttitec,
.product .product-do-font .pub-banner-fonttitec {
font-family: ;
font-size: 48px;
line-height: 55px;
color: #ffffff;
}

.pub-banner .pub-banner-font .pub-banner-fonttith5 {
font-family: "AlibabaPuHuiTi-Regular";
font-size: 30px;
line-height: 50px;
color: #ffffff;
}

.pub-banner .pub-banner-font .pub-banner-fontdec {
font-size: 18px;
line-height: 28px;
color: #ffffff;
margin-top: 18px;
}

.pub-banner .pub-banner-img {
position: absolute;
right: 10.5%;
bottom: 0;
transform: translateX(-10.5%);
}

.pub-banner .pub-banner-img1 {
right: 9%;
transform: translateX(-9%);
}

.pub-pcbanner,
.pub-mbanner {
width: 100%;
}

.pub-pcbanner {
display: block;
}

.pub-mbanner {
display: none;
}

/* QHSE */
.qhse-policy {
position: relative;
padding-top: 6%;
padding-bottom: 10%;
}

.qhse-manage > div {
align-items: center;
}

.qhse-policy .qhse-policy-left,
.qhse-policy .qhse-policy-right,
.qhse-manage .qhse-manage-left,
.qhse-manage .qhse-manage-right {
width: 51.5%;
position: relative;
}

.qhse-policy .qhse-policy-right,
.qhse-manage .qhse-manage-right {
width: 48.5%;
padding-left: 160px;
padding-right: 3%;
/* border: 1px solid #000; */
}

.qhse-policy .qhse-policy-right {
padding-top: 6%;
padding-left: 8%;
}

.qhse-policy .qhse-policy-right::after {
content: " ";
position: absolute;
bottom: -80px;
left: 130px;
width: 384px;
height: 384px;
background: url(../images/qh-fimg.png)no-repeat center center;
background-size: 100%;
z-index: -1;
}

.qhse-policy .qhse-policy-leftimg {
overflow: hidden;
}

.qhse-policy .qhse-policy-leftimg1 {
float: left;
position: relative;
z-index: 2;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.qhse-policy .qhse-policy-leftimg:hover .qhse-policy-leftimg1 {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.qhse-policy .qhse-policy-leftimg2 {
position: absolute;
bottom: -85px;
padding-left: 265px;
z-index: 1;
}

.qhse-policy .qhse-policy-right h3,
.qhse-manage .qhse-manage-right h3,
.qhse-hse .qhse-hse-font h3 {
font-size: 48px;
line-height: 50px;
color: #004c92;
}

.qhse-policy .qhse-policy-rightdec,
.qhse-manage .qhse-manage-rightdec {
font-size: 17px;
line-height: 28px;
color: #666666;
margin-top: 5%;
text-align: justify;
}


.qhse-manage {
position: relative;
background-color: #f7f7f7;
padding: 79px 0 76px 0;
/* padding: 259px 0; */
/* height: 901px; */
}

.qhse-manage .qhse-manage-right h4,
.qhse-hse .qhse-hse-font h4 {
font-size: 20px;
line-height: 34px;
color: #333333;
font-weight: bold;
margin-top: 60px;
}

.qhse-manage .qhse-manage-right {
padding-left: 0px;
padding-right: 10%;
}

.qhse-manage .qhse-manage-rightdec {
margin-top: 14px;
}

.qhse-manage .qhse-manage-right h3 {
color: #333333;
}


.qhse-manage .qhse-manage-left .qhse-mali {
width: 432px;
height: 432px;
background-color: rgba(27, 172, 140, 0.8);
border-radius: 50%;
text-align: center;
position: absolute;
}

.qhse-manage .qhse-manage-left .qhse-mali1 {
top: 0%;
left: 50%;
transform: translate(-50%, 0%);
z-index: 2;
}

.qhse-manage .qhse-manage-left .qhse-mali2 {
background-color: rgba(82, 194, 231, 0.9);
bottom: 0%;
left: 5%;
transform: translate(-5%, 0%);
z-index: 3;
}

.qhse-manage .qhse-manage-left .qhse-mali3 {
background-color: rgba(236, 187, 102, 0.9);
bottom: 0%;
right: 0.3%;
transform: translate(-0.3%, 0%);
z-index: 1;
}

.qhse-manage .qhse-manage-leftfont {
width: 280px;
text-align: center;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.qhse-manage .qhse-manage-leftfont h3 {
font-size: 20px;
line-height: 34px;
color: #ffffff;
font-weight: bold;
}

.qhse-manage .qhse-manage-leftfont .qhse-manage-leftdec {
font-size: 16px;
line-height: 26px;
color: #ffffff;
margin-top: 15px;
padding: 0 16px;
}

.qhse-total {
position: relative;
padding-top: 113px;
padding-bottom: 73px;
}

.qhse-total .qhse-total-tit {
text-align: center;
font-size: 20px;
line-height: 34px;
color: #333333;
}

.qhse-total .qhse-total-list {
align-items: center;
margin-top: 50px;
position: relative;
}

.qhse-total .qhse-total-listleft,
.qhse-total .qhse-total-listright {
width: 47.6%;
position: relative;
overflow: hidden;
}

.qhse-total .qhse-total-listleft {
margin-right: 104px;
}


.qhse-hse {
position: relative;
background-color: #1bac8c;
padding: 62px 0 53px 0;
}

.qhse-hse > div {
align-items: center;
}

.qhse-hse .qhse-hse-left {
width: 67.5%;
padding-left: 10%;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.qhse-hse .qhse-hse-right {
width: 55.5%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.qhse-hse .qhse-hse-font h3,
.qhse-hse .qhse-hse-font h4 {
color: #fff;
}

.qhse-hse .qhse-hse-leftul {
margin-top: 24px;
flex-wrap: wrap;
}

.qhse-hse .qhse-hse-leftul li {
position: relative;
width: 41.5%;
padding-left: 22px;
padding-bottom: 43px;
margin-right: 37px;
}

.qhse-hse .qhse-hse-leftul li:nth-child(2n) {
margin-right: 0px;
}

.qhse-hse .qhse-hse-leftul h4 {
font-size: 20px;
line-height: 34px;
position: relative;
color: #ffffff;
}

.qhse-hse .qhse-hse-leftul h4::before,
.qhse-zs .qhse-zs-ul h4::before {
content: "";
position: absolute;
top: 14px;
left: -22px;
width: 8px;
height: 8px;
background-color: #ffffff;
border-radius: 50%;
}

.qhse-hse .qhse-hse-leftulp {
font-size: 16px;
line-height: 28px;
color: #ffffff;
margin-top: 5%;
}

.qhse-hse .qhse-hse-font h4 {
margin-top: 52px;
}

.qhse-tag {
position: relative;
padding: 100px 0 55px 0;
}

.qhse-tag > div {
position: relative;
}

.qhse-tag .qhse-tag-tit {
font-size: 20px;
font-weight: bold;
line-height: 34px;
color: #333333;
}

.qhse-tag .qhse-tag-swiper {
margin-top: 24px;
}

.qhse-tag .qhse-tag-swiperimg {
overflow: hidden;
}

.qhse-tag .qhse-tag-swiperimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.qhse-tag .qhse-tag-swipertit {
font-size: 16px;
line-height: 30px;
color: #666666;
padding: 10px 0;
}

.qhse-tag .swiper-slide:hover .qhse-tag-swiperimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.qhse-tag .swiper-container {
padding-bottom: 30px;
width: 93%;
margin: 0 auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 1;
}

.qhse-tag .swiper-button-next,
.qhse-zs .swiper-button-next {
background: url(../images/in-hnext.png)no-repeat center center;
right: 0px;
background-size: 100%;
width: 18px;
height: 34px;
}

.qhse-tag .swiper-button-prev,
.qhse-zs .swiper-button-prev {
background: url(../images/in-hprev.png)no-repeat center center;
left: 0px;
background-size: 100%;
width: 18px;
height: 34px;
}

.qhse-tag .swiper-pagination {
display: none;
}

.qhse-zs {
position: relative;
padding: 100px 0 93px 0;
background-color: #f6f6f6;
}

.qhse-zs .qhse-zs-tit {
font-size: 20px;
font-weight: bold;
line-height: 34px;
color: #333333;
}

.qhse-zs .qhse-zs-ul {
position: relative;
padding-top: 30px;
}

.qhse-zs .qhse-zs-ul li {
padding-left: 22px;
margin-right: 116px;
}

.qhse-zs .qhse-zs-ul li:last-child {
margin-right: 0px;
}

.qhse-zs .qhse-zs-ul h4 {
font-size: 20px;
line-height: 34px;
color: #333333;
position: relative;
}

.qhse-zs .qhse-zs-ul h4::before {
background-color: #509fe8;
}

.qhse-zs .qhse-zs-ulp {
font-size: 16px;
line-height: 30px;
color: #666666;
margin-top: 1px;
}

.qhse-zs .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
transition: 300ms;
}

.qhse-zs .swiper-wrapper {
align-items: center;
}

.qhse-zs .swiper-container {
padding-bottom: 40px;
padding-top: 25px;
width: 93%;
margin: 0 auto;
}

.qhse-zs .swiper-pagination {
display: none;
}

.qhse-zs .qhse-zs-swiper {
width: 100%;
position: relative;
}

.qhse-zs .qhse-zs-swiperimg {
width: 100%;
}

.qhse-zs .qhse-zs-swiperimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.qhse-zs .swiper-slide:hover .qhse-zs-swiperimg img {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
}

.team {
position: relative;
padding-top: 109px;
padding-bottom: 115px;
}

.team .team-success {
padding-bottom: 64px;
}

.team .team-success-tit {
text-align: center;
}

.team .team-success-tit h3 {
font-size: 48px;
line-height: 62px;
color: #333333;
margin-bottom: 27px;
}

.team .team-success-tit h4 {
font-size: 30px;
font-weight: bold;
line-height: 50px;
color: #1bac8c;
}

.team .team-exper {
background-color: #1bac8c;
padding-top: 79px;
padding-bottom: 71px;
text-align: center;
}

.team .team-exper h3 {
font-size: 22px;
line-height: 35px;
color: #ffffff;
}

.team .team-exper-p {
font-size: 18px;
line-height: 26px;
color: #ffffff;
margin-top: 10px;
}

.team .team-stand {
padding-top: 79px;
}

.team .team-standtit {
font-size: 22px;
line-height: 35px;
text-align: center;
color: #333333;
}

.team .team-stand-table {
position: relative;
/* min-width: 960px; */
overflow-x: auto;
overflow-y: hidden;
margin: 46px auto 0 auto;
}

.team .team-stand-table table {
margin: 0 auto;
}

.team .team-stand-table th {
background-color: #509fe8;
font-size: 20px;
line-height: 56px;
text-align: center;
overflow: hidden;
color: #ffffff;
border-right: 1px solid #d7d7d7;
}

.team .team-stand-table th:last-child {
border-right: none;
width: 192px;
}

.team .team-stand-table th:first-child {
width: 203px;
}

.team .team-stand-table th:nth-child(2) {
width: 305px;
}

.team .team-stand-table th:nth-child(3) {
width: 258px;
}

.team .team-stand-table td {
font-size: 16px;
padding-left: 66px;
line-height: 22px;
height: 60px;
overflow: hidden;
color: #666666;
border: 1px solid #d7d7d7;
}

.team .team-stand-table .blue {
color: #509fe8;
font-weight: bold;
line-height: 24px;
}

.team .team-stand-table .green {
color: #1bac8c;
}

.technology {
position: relative;
padding-top: 104px;
padding-bottom: 20px;
}

.technology .technology-top li {
width: 33.333%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.technology .technolog-topicon {
width: 100%;
height: 100px;
position: relative;
text-align: center;
}

.technology .technolog-topicon img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
position: static;
}

.technology .technology-topfont {
margin-top: 29px;
}

.technology .technology-topfont h3 {
font-size: 20px;
font-weight: bold;
line-height: 34px;
color: #333333;
text-align: center;
}

.technology .technology-topfontp {
font-size: 18px;
line-height: 34px;
color: #666666;
padding-left: 31px;
margin-top: 29px;
padding-right: 60px;
}

.technology .technology-topfontp p {
position: relative;
}

.technology .technology-topfontp p::before,
.technology .technology-botleft-fontdec p::before {
content: " ";
position: absolute;
top: 13px;
left: -31px;
width: 8px;
height: 8px;
background-color: #509fe8;
border-radius: 50%;
}

.technology .technology-top li:hover .technolog-topicon img {
top: -35px;
}

.technology .technology-top li:hover .technology-topfont h3 {
color: #509fe8;
}

.technology .technology-bot {
margin-top: 108px;
}

.technology .technology-botleft {
width: 45%;
overflow: hidden;
}

.technology .technology-botleft-img img,
.build .build-swiperimg img,
.hr .hr-story-swiperimg img,
.hr .hr-join-leftimg img,
.new .new-bot .new-botimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.technology .technology-botleft-img:hover img,
.build .build-bot .swiper-slide:hover .build-swiperimg img,
.hr .swiper-slide:hover .hr-story-swiperimg img,
.hr .hr-join-leftimg:hover img,
.new .new-bot ul li:hover .new-botimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.technology .technology-botright {
width: 55%;
padding-left: 84px;
padding-right: 104px;
}

.technology .technology-bot li {
padding: 117px 0 114px 0;
}

.technology .technology-bot li > div {
align-items: center;
}

.technology .technology-bot li:first-child,
.build .build-top li:nth-child(2) {
background-color: #1bac8c;
}

.technology .technology-bot li:nth-child(3) {
background-color: #509fe8;
}

.technology .technology-botright h3 {
font-size: 20px;
line-height: 34px;
font-weight: bold;
color: #666666;
margin-bottom: 33px;
}

.technology .technology-botleft-fontdec {
font-size: 16px;
line-height: 28px;
color: #333333;
padding-left: 30px;
}

.technology .technology-botleft-fontdec p {
position: relative;
padding-bottom: 14px;
}

.technology .technology-botleft-fontdec p::before {
background-color: #509fe8;
top: 11px;
}

.technology .technology-bot li:nth-child(odd) .technology-botleft-fontdec,
.technology .technology-bot li:nth-child(odd) .technology-botright h3,
.build .build-top li:nth-child(even) .technology-botleft-fontdec,
.build .build-top li:nth-child(even) .technology-botright h3 {
color: #fff;
}

.technology .technology-bot li:nth-child(odd) .technology-botleft-fontdec p::before,
.build .build-top li:nth-child(even) .technology-botleft-fontdec p::before {
background-color: #fff;
}

.build {
padding-top: 0px;
padding-bottom: 0px;
}

.build .build-top {
margin-top: 3px;
}

.build .build-top li:nth-child(3),
.build .build-top li:nth-child(1) {
background-color: #fff;
}

.build .build-top li:nth-child(odd) .technology-botright h3 {
color: #666666;
}

.build .build-top li:nth-child(odd) .technology-botleft-fontdec {
color: #333333;
}

.build .build-top li:nth-child(odd) .technology-botleft-fontdec p::before {
background-color: #509fe8;
}

.build .build-bot {
background-color: #f6f6f6;
padding: 100px 0 55px 0;
}

.build .build-swiperimg,
.hr .hr-join-leftimg,
.new .new-bot .new-botimg {
overflow: hidden;
}

.build .build-swiperimg img {
width: 100%;
}

.build .build-swiperfont {
margin-top: 52px;
}

.build .build-swiperfont h3 {
font-size: 20px;
font-weight: bold;
line-height: 34px;
color: #333333;
}

.build .build-swiperfont .build-swiperfont-dec {
font-size: 16px;
line-height: 28px;
color: #666666;
margin-top: 12px;
}

.build .build-bot .swiper-slide:hover .build-swiperfont h3 {
color: #509fe8;
}

.build .build-bot .swiper-container {
padding-bottom: 60px;
}

.build .build-bot .swiper-pagination {
display: none;
}


.hr {
position: relative;
padding-top: 109px;
}

.hr .hr-tit {
font-size: 40px;
line-height: 50px;
color: #333333;
}

.hr .hr-ul {
margin-top: 100px;
}

.hr .hr-ul li {
width: 44%;
margin-right: 191px;
padding-right: 124px;
}

.hr .hr-ul li:last-child {
margin-right: 0px;
}

.hr .hr-ulicon {
margin-bottom: 34px;
}

.hr .hr-ulicon img {
margin: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.hr .hr-titdec {
font-size: 16px;
line-height: 28px;
color: #666666;
margin-top: 12px;
}

.hr .hr-titdec a {
font-family:;
font-weight: bold;
font-size: 18px;
color: #fff;
}

.hr .hr-ulfont h3 {
font-size: 30px;
line-height: 45px;
color: #004c92;
}

.hr .hr-ulfont .hr-ulfontdec {
font-size: 16px;
line-height: 28px;
color: #666666;
margin-top: 18px;
}

.hr .hr-ul li:hover .hr-ulicon img {
transform: translateY(-20px);
}

.hr .hr-ul li:hover .hr-ulfont h3 {
color: #1bac8c;
}

.hr .hr-join {
margin-top: 115px;
}

.hr .hr-join-left {
width: 50%;
position: relative;
}

.hr .hr-join-leftimg img {
width: 100%;
}

.hr .hr-join .hr-join-leftfont {
width: 100%;
position: absolute;
bottom: 67px;
left: 0;
padding-left: 16%;
padding-right: 30px;
}

.hr .hr-join .hr-join-leftfont .hr-tit,
.hr .hr-join .hr-join-leftfont .hr-titdec {
color: #fff;
}

.hr .hr-join-right {
width: 50%;
background-color: #49a8ff;
position: relative;
overflow: hidden;
background: linear-gradient(to top, #71baff, #49a8ff);
}

.hr .hr-join-right .hr-jbgm {
position: absolute;
background-color: #49a8ff;
width: 100%;
height: 330px;
left: 15.8%;
bottom: 0px;
transform: translateY(-15.8%);
margin-left: -150px;
margin-top: -128px;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
z-index: 9;
display: none;
}

.hr .hr-join-right ul {
width: 705px;
padding-left: 96px;
height: 453px;
position: absolute;
top: 50%;
transform: translateY(-50%);
overflow-x: hidden;
overflow-y: auto;
z-index: 5;
}

.hr .hr-join-right ul::-webkit-scrollbar,
.index-cont3 .index-cont3-menu::-webkit-scrollbar,
.product .product-do-menu ul::-webkit-scrollbar,
.hr .hr-story-swiperfont h4::-webkit-scrollbar,
.footer .foot-links > ul::-webkit-scrollbar {
width: 2px;
/* height: 30px; */
background-color: rgba(255, 255, 255, 0.2);
z-index: 5;
}

.hr .hr-join-right ul::-webkit-scrollbar-track,
.index-cont3 .index-cont3-menu::-webkit-scrollbar-track,
.product .product-do-menu ul::-webkit-scrollbar-track,
.hr .hr-story-swiperfont h4::-webkit-scrollbar-track,
.footer .foot-links > ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.2);
}

.hr .hr-join-right ul::-webkit-scrollbar-thumb,
.index-cont3 .index-cont3-menu::-webkit-scrollbar-thumb,
.product .product-do-menu ul::-webkit-scrollbar-thumb,
.hr .hr-story-swiperfont h4::-webkit-scrollbar-thumb,
.footer .foot-links > ul::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
background-color: rgba(255, 255, 255);
width: 3px;
/* height: 30px; */
}

.hr .hr-story-swiperfont h4::-webkit-scrollbar,
.footer .foot-links > ul::-webkit-scrollbar {
background-color: rgba(0, 76, 146, 0.2);
}

.hr .hr-story-swiperfont h4::-webkit-scrollbar-track,
.footer .foot-links > ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(12, 12, 12, 0.2);
}

.hr .hr-story-swiperfont h4::-webkit-scrollbar-thumb,
.footer .foot-links > ul::-webkit-scrollbar-thumb {
background: #004c92;
}

.hr .hr-join-right ul li {
align-items: center;
cursor: pointer;
margin-bottom: 55px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.hr .hr-join-right ul li:last-child {
margin-bottom: 0px;
}

.hr .hr-join-right ul li:nth-child(1) .hr-join-rightfont h3,
.hr .hr-join-right ul li:nth-child(1) .hr-join-rightfont p,
.hr .hr-join-right ul li:nth-child(2) .hr-join-rightfont h3,
.hr .hr-join-right ul li:nth-child(2) .hr-join-rightfont p,
.hr .hr-join-right ul li:nth-child(3) .hr-join-rightfont h3,
.hr .hr-join-right ul li:nth-child(3) .hr-join-rightfont p {
opacity: 1;
}

.hr .hr-join-right ul li:hover {
z-index: 13;
}

.hr .hr-join-right ul li:hover .hr-join-rightfont h3,
.hr .hr-join-right ul li:hover .hr-join-rightfont p {
opacity: 1;
}

.hr .hr-join-rightmore {
width: 148px;
height: 46px;
line-height: 46px;
display: block;
background-color: #004c92;
border-radius: 23px;
padding-left: 23px;
font-size: 16px;
color: #ffffff;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
transform: translateX(200px);
}

.hr .hr-join-rightfont {
width: 68%;
}

.hr .hr-join-righta {
width: 32%;
}

.hr .hr-join-rightmore::after {
content: " ";
position: absolute;
top: 50%;
right: 21px;
transform: translateY(-50%);
width: 17px;
height: 16px;
background: url(../images/h-jticon.png)no-repeat center center;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.hr .hr-join-rightfont h3 {
font-size: 24px;
line-height: 28px;
color: #ffffff;
margin-bottom: 15px;
opacity: 0.45;
}

.hr .hr-join-rightfont p {
font-size: 16px;
line-height: 28px;
color: #ffffff;
opacity: 0.45;
}

.hr .hr-join-rightmore:hover {
background: rgba(0, 76, 146, 0.8);
}

.hr .hr-join-rightmore:hover::after {
right: 30px;
}

.hr .hr-join-right ul li:hover .hr-join-rightmore {
opacity: 1;
transform: translateX(0px);
}

.hr .hr-story {
position: relative;
padding-top: 109px;
padding-bottom: 60px;
}

.hr .hr-story-swiperfont {
padding: 40px 25px 60px 25px;
background-color: #ffffff;
box-shadow: 0px 0px 54px 0px rgba(21, 21, 22, 0.09);
}

.hr .hr-story-swiperfont h3 {
font-size: 24px;
line-height: 35px;
color: #333333;
}

.hr .hr-story-swiperfonth4 {
position: relative;
}

.hr .hr-story-swiperfont h4 {
position: relative;
height: 67px;
background-color: #dfeaf4;
font-size: 18px;
line-height: 67px;
color: #004c92;
margin-top: 24px;
padding: 0 45px;
}

.hr .hr-story-swiperfonth4::before {
content: " ";
position: absolute;
top: -15px;
left: 0;
width: 28px;
height: 26px;
font-family: ;
font-size: 108px;
line-height: 75px;
color: #004c92;
z-index: 5;
background: url(../images/dh.png)no-repeat center center;
}

.hr .hr-story-swiperfont a {
display: block;
margin-top: 25px;
}

.hr .hr-story-swiperfont a span,
.hr .hr-story-swiperfont a img {
display: inline-block;
vertical-align: middle;
}

.hr .hr-story-swiperfont a span {
font-size: 16px;
color: #666666;
padding-right: 7px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.hr .hr-story-swiper {
padding-top: 56px;
}

.hr .swiper-container {
padding-bottom: 60px;
}

.hr .hr-story-swiperimg {
overflow: hidden;
}

.hr .swiper-slide:hover .hr-story-swiperfont h3 {
color: #004c92;
}

.hr .hr-story-swiperfont a:hover span {
padding-right: 14px;
}

.videobox {
display: block;
}

.popvideo iframe {
width: 100%;
height: 600px;
}

.popvideo video {
width: 100%;
height: 600px;
object-fit: fill;
}

.popvideobg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(0, 0, 0, 0.6);
display: none;
}

.popvideobox {
position: absolute;
top: 50%;
width: 100%;
height: 600px;
left: 50%;
transform: translate(-50%, -50%);
}

.popvideo {
max-width: 1000px;
margin: 0px auto;
padding: 0px 20px;
position: relative;
}

.close-video-btn {
display: block;
width: 25px;
height: 25px;
position: absolute;
right: 15px;
top: -5px;
cursor: pointer;
margin: -20px -20px 0 0;
z-index: 9;
}

.close-video-btn::after {
content: '';
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #FFF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.close-video-btn::before {
content: '';
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #FFF;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.hr-story .swiper-pagination {
display: none;
}

/* new */
.new {
position: relative;
padding-top: 80px;
padding-bottom: 100px;
}

.cases {
padding-top: 6%;
}

.new .new-tit {
font-size: 30px;
line-height: 35px;
text-align: center;
color: #253a79;
font-weight: bold;
}

.cases .new-tit {
text-align: left;
margin: 2% 0 3% 0;
font-weight: 100;
}

.new .new-ppt {
background-color: #3da3ff;
width: 100%;
padding: 90px 0 94px 0;
margin-top: 66px;
}

.new .new-ppt h3 {
font-size: 24px;
line-height: 29px;
color: #ffffff;
text-align: center;
}

.new .new-ppt a {
width: 348px;
height: 58px;
background-color: #3da3ff;
border-radius: 2px;
border: solid 1px #ffffff;
display: block;
padding-left: 22px;
line-height: 58px;
font-size: 16px;
color: #ffffff;
margin: 29px auto 0 auto;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.new .new-ppt a::after {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 21px;
width: 17px;
height: 16px;
background: url(../images/ne-jticon.png)no-repeat center center;
background-size: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.new .new-ppt a:hover {
border: solid 1px rgba(255, 255, 255, 0.6);
padding-left: 32px;
}

.new .new-ppt a:hover::after {
right: 31px;
}

.new .new-hot {
padding-top: 100px;
}

.new .new-hotleft {
width: 52.5%;
overflow: hidden;
}

.new .new-hotleft .new-hotleft-img img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.new .new-hotright {
width: 47.5%;
background-color: #ffffff;
box-shadow: 0px 0px 54px 0px rgba(21, 21, 22, 0.09);
position: relative;
}

.new .new-hotright a {
display: block;
width: 100%;
height: 100%;
padding-left: 112px;
padding-right: 231px;
padding-top: 110px;
}

.new .new-hotright .tag {
font-family: ;
font-size: 14px;
color: #888888;
vertical-align: middle;
}

.new .new-hotright .tag span {
font-family: "MicrosoftYaHei";
font-size: 16px;
color: #666666;
}

.new .new-hotright .tag b {
font-size: 16px;
color: #253a79;
vertical-align: middle;
}

.new .new-hotright .tit {
font-size: 22px;
font-weight: bold;
line-height: 30px;
color: #333333;
margin-top: 16px;
}

.new .new-hotright .new-hotright-dec {
font-size: 16px;
line-height: 26px;
color: #888888;
margin-top: 12px;
}

.new-hotright .more i {
background-color: #eeeeee;
}

.new-hotright .more i::before {
background-color: #1b1b1b;
}

.new-hotright .more span {
color: #1b1b1b;
}

.new .new-hotright a:hover .tit {
color: #253a79;
}

.new .new-bot {
padding-top: 110px;
}

.new .new-bot-ygdt {
padding-top: 0px;
}

.cases .cases-bot {
padding-top: 0px;
}

.new .new-bot ul li {
width: 33.333%;
position: relative;
overflow: hidden;
}

.new .new-bot .new-botimg img {
width: 100%;
}

.new .new-bot .new-botfont time,
.new .new-bot .new-hbotfont time {
font-size: 16px;
line-height: 25px;
color: #666666;
vertical-align: middle;
}

.new .new-bot .new-botfont time span,
.new .new-bot .new-hbotfont time span {
font-family: ;
font-size: 14px;
vertical-align: middle;
color: #888888;
}

.new .new-bot .new-botfont h3,
.new .new-bot .new-hbotfont h3 {
font-size: 22px;
font-weight: bold;
line-height: 26px;
color: #333333;
margin-top: 14px;
height: 60px;
}

.new .new-bot .new-botfontdec {
font-size: 16px;
line-height: 26px;
margin-top: 10px;
color: #888888;
height: 76px;
}

.new .new-bot .new-botfont {
border: 1px solid #d9d9d9;
padding: 68px 56px 70px 56px;
}

.new .new-bot .new-hbotfont {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
right: 0;
top: 0;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-ms-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
background: #1bac8c;
opacity: 0;
}

.new .new-bot .new-hbotfont .new-botfontdec,
.new .new-bot .new-hbotfont h3,
.new .new-bot .new-hbotfont time span,
.new .new-bot .new-hbotfont time {
color: #fff;
}

.new-bot .more i {
background: rgba(255, 255, 255, 0.3);
}

.new-bot .more {
margin-top: 62px;
background: transparent;
}

.new .new-bot ul li:hover .new-hbotfont {
opacity: 1;
}

.new .new-bot .new-hbotfont a {
display: block;
width: 100%;
height: 100%;
padding: 60px 54px 20px 60px;
}

.new .new-botul {
-moz-column-count: 3;
/* -webkit-column-count: 3; */
/* column-count: 3; */
-moz-column-gap: 0em;
-webkit-column-gap: 0em;
column-gap: 0em;
margin-bottom: 100px;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
}

.new .new-botul li {
-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
}

.paging {
flex-wrap: wrap;
}

.paging a {
display: block;
font-family: ;
width: 40px;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #253a79;
margin-bottom: 8px;
position: relative;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
border-bottom: 2px solid transparent;
overflow: hidden;
margin-right: 5px;
}

.paging a img {
vertical-align: middle;
line-height: 27px;
display: inline-block;
}

.paging a:last-child {
margin-right: 0px;
}

.paging .paging-icon {
width: 52px;
}

.paging a.active,
.paging a:hover {
color: #1bac8c;
font-weight: bold;
}

.paging p {
display: flex;
flex-direction: row;
justify-content: left;
font-family: ;
font-size: 20px;
line-height: 41px;
color: #999999;
padding-left: 15px;
}

.paging .pagin-tonum {
width: auto;
height: auto;
border: none;
}

.paging p a:first-child {
padding-left: 14px;
margin-right: 0px;
}

.paging .no-iconprev {
opacity: 0.5;
}

.paging .paging-iconprev,
.paging .paging-iconnext {
font-family: "MicrosoftYaHei";
font-weight: bold;
}

/* newinfo */
.newinfo {
padding-top: 50px;
padding-bottom: 80px;
}

.newinfo .newinfo-list-left {
width: 65%;
padding-right: 80px;
}

.newinfo .newinfo-list-lefttit h3 {
font-size: 30px;
line-height: 46px;
font-weight: bold;
color: #333333;
}

.newinfo .newinfo-list-lefttit time {
font-size: 14px;
line-height: 26px;
display: inline-block;
margin-top: 5px;
color: #888888;
}

.newinfo .newinfo-list-lefttit time span {
font-family: ;
}

.newinfo .newinfo-list-right {
width: 35%;
padding-right: 110px;
padding-left: 71px;
}

.newinfo .new-share {
margin-top: 18px;
margin-bottom: 56px;
}

.newinfo .new-share a {
width: 32px;
height: 32px;
font-size: 20px;
text-align: center;
line-height: 32px;
border-radius: 50%;
background-color: #da3c3c;
color: #fff;
margin-right: 18px;
}

.newinfo .new-share a:last-child {
margin-right: 0px;
}

.newinfo .new-share a:nth-child(2) {
background-color: #21ba41;
}

.newinfo .new-share a:nth-child(3) {
background-color: #3e91ee;
}

.newinfo .new-share a:nth-child(4) {
background-color: #f4c50b;
}

.newinfo .new-share a:hover {
opacity: 0.8;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.newinfo .newinfo-list-leftcont {
font-size: 16px;
line-height: 26px;
color: #666666;
}

.newinfo .newinfo-list-leftcont p {
/* margin-top: 37px; */
line-height: 28px;
margin-bottom: 1.5%;
text-align: justify;
}

.newinfo .newinfo-list-leftcont img {
margin-top: 48px;
margin: 2% 0;
display: inline-block;
}

.newinfo .newinfo-page {
margin-top: 30px;
}

.newinfo .newinfo-page a {
font-size: 16px;
line-height: 26px;
display: block;
color: #666666;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.newinfo .newinfo-page a span {
color: #888888;
}

.newinfo .newinfo-page a:hover,
.newinfo .newinfo-page a:hover span {
color: #004c92;
}

.newinfo .newinfot-right-searchbox {
position: relative;
width: 375px;
height: 58px;
}

.newinfo .search-input {
width: 100%;
height: 58px;
background-color: #ffffff;
border: solid 1px #dbdbdb;
padding: 0 55px 0 11px;
font-size: 16px;
color: #333;
}

.newinfo .search-btn {
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 58px;
background: url(../images/ss-hicon.png)no-repeat center center;
font-size: 16px;
line-height: 26px;
color: #666666;
cursor: pointer;
background-size: 15px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.newinfo .search-btn:hover {
opacity: 0.7;
}

.newinfo .search-input::-webkit-input-placeholder {
font-size: 16px;
color: #666666;
}

.newinfo .search-input::-webkit-input-placeholder {
font-size: 16px;
color: #666666;
}

.newinfo .search-input::-moz-placeholder {
font-size: 16px;
color: #666666;
}

.newinfo .search-input:-moz-placeholder {
font-size: 16px;
color: #666666;
}

.newinfo .search-input:-ms-input-placeholder {
font-size: 16px;
color: #666666;
}

.newinfo .newinfot-right-search h3,
.newinfo .newinfo-recomm h3 {
font-size: 24px;
line-height: 35px;
color: #333333;
margin-bottom: 18px;
}

.newinfo .newinfot-right-menu {
margin-top: 37px;
}

.newinfo .newinfot-right-menu li {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
border-bottom: 1px solid #e4e4e4;
padding: 35px 10px;
}

.newinfo .newinfot-right-menu a {
display: block;
width: 100%;
height: 100%;
font-size: 18px;
position: relative;
color: #888888;
padding-left: 35px;
}

.newinfo .newinfot-right-menu a::before {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
border-radius: 50%;
width: 6px;
height: 6px;
background-color: #cecece;
}

.newinfo .newinfot-right-menu li.active a {
color: #333333;
}

.newinfo .newinfot-right-menu li:hover a {
color: #004C92;
}

.newinfo .newinfo-recomm {
margin-top: 67px;
}

.newinfo .newinfo-recomm-left {
width: 43%;
overflow: hidden;
}

.newinfo .newinfo-recomm-leftimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.newinfo .newinfo-recomm li:hover .newinfo-recomm-leftimg img,
.product .swiper-slide:hover .product-do-swiperimg img,
.product .product-exper-left:hover .product-exper-leftimg img,
.product-detail .product-detail-leftimg:hover img,
.product .product-case-ul li:hover .product-case-leftimg img,
.product .product-story-ul li:hover .product-story-img img,
.new .new-hotleft .new-hotleft-img:hover img,
.service-exper .swiper-slide:hover .service-exper-img img,
.energy-item .swiper-slide:hover .service-exper-img img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.newinfo .newinfo-recomm li {
margin-bottom: 20px;
}

.newinfo .newinfo-recomm li a {
align-items: center;
}

.newinfo .newinfo-recomm-right {
width: 57%;
padding-left: 22px;
}

.newinfo .newinfo-recomm-right h4 {
font-size: 20px;
line-height: 24px;
color: #333333;
}

.newinfo .newinfo-recomm-right time {
font-family: ;
font-size: 14px;
line-height: 26px;
display: inline-block;
margin-top: 20px;
color: #888888;
}

.newinfo .newinfo-recomm li:hover .newinfo-recomm-right h4 {
color: #004c92;
}

/* product */
.product .product-do {
position: relative;
}

.product .product-do-left {
width: 34.78%;
/* padding-top: 115px; */
padding-right: 20px;
}

.product .product-do-menu {
margin-top: 21px;
}

/* .product .product-do-menu ul {
height: 350px;
overflow-x: hidden;
overflow-y: auto;
} */

.product .product-do-menu li {
position: relative;
}

.product .product-do-menu li::before {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ffffff;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-do-menu li.active::before,
.product .product-do-menu li:hover::before {
opacity: 1;
}

.product .product-do-menu a {
font-size: 28px;
line-height: 70px;
color: #ffffff;
padding-left: 27px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-do-menu li.active a,
.product .product-do-menu li:hover a {
font-weight: bold;
}

.product .product-do-right {
width: 65.22%;
}

.product .product-do-swiperimg img {
width: 100%;
float: right;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-exper {
padding-top: 52px;
}

.product .product-exper > div,
.product .product-detail > div {
align-items: center;
}

.product .product-exper-left,
.product .product-exper-right {
width: 50%;
position: relative;
overflow: hidden;
}

.product .product-exper-left {
padding-left: 20px;
}

.product .product-exper-left .product-exper-leftimg img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-exper-right {
padding-right: 130px;
padding-left: 76px;
}

.product .product-exper-righttit {
margin-bottom: 40px;
}

.product .product-exper-righttit h3 {
font-size: 28px;
line-height: 42px;
color: #333333;
}

.product .product-exper-righttit h3 span {
font-family: ;
font-size: 46px;
color: #253a79;
}

.product .product-exper-rightdec {
font-size: 16px;
line-height: 30px;
color: #777777;
}

.product .product-exper-rightdec p:first-child {
margin-bottom: 34px;
}

.product .product-num {
background-color: #1bac8c;
padding-bottom: 164px;
padding-top: 171px;
}

.product .qswl-num {
width: 92%;
margin: 0 auto;
}

.product .law-num-info span {
font-family: ;
font-size: 100px;
line-height: 82px;
color: #fff;
}

.product .law-num-info sup {
font-size: 16px;
color: #fff;
vertical-align: top;
}

.product .ul-num-dec {
font-size: 16px;
line-height: 30px;
color: #fff;
margin-top: 3px;
}

.product .product-detail {
padding: 120px 0;
position: relative;
}

.product .product-detail .product-detail-left {
width: 43%;
overflow: hidden;
}

.product .product-detail .product-detail-leftimg img,
.product .product-case-left .product-case-leftimg img,
.product .product-story-img img,
.service-exper .service-exper-img img,
.energy-item .service-exper-img img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-detail .product-detail-right {
width: 57%;
padding-left: 150px;
}

.product .product-detail-tit {
font-size: 30px;
font-weight: bold;
line-height: 42px;
color: #333333;
}

.product .product-detail .product-detail-right ul {
margin-top: 45px;
position: relative;
padding-left: 10px;
}

.product .product-detail .product-detail-right ul li {
position: relative;
padding-left: 27px;
margin-bottom: 5px;
overflow: hidden;
cursor: pointer;
}

.product .product-detail .product-detail-right ul li:last-child {
margin-bottom: 0px;
}

.product .product-detail .product-detail-right ul li::before {
content: " ";
position: absolute;
top: 12px;
left: 0px;
width: 8px;
height: 8px;
background-color: #63a8dc;
border-radius: 50%;
}

.product .product-detail .product-detail-right ul h4 {
font-size: 16px;
line-height: 30px;
color: #777777;
}

.product .product-detail .product-detail-right .product-detail-rightdec {
font-size: 16px;
color: #777777;
display: none;
}

.product .product-detail .product-detail-right ul li:first-child .product-detail-rightdec {
display: block;
}

.product .product-detail .product-detail-rightdec p {
position: relative;
line-height: 30px;
font-size: 16px;
color: #777777;
padding-left: 15px;
}

.product .product-detail .product-detail-rightdec p::before {
content: " ";
position: absolute;
top: 12px;
left: 0px;
width: 7px;
height: 7px;
border: solid 1px #acacac;
border-radius: 50%;
}

.product .product-detail .product-detail-right ul li:hover .product-detail-rightdec {
opacity: 1;
height: auto;
}

.product .product-case {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 98px 0 89px 0;
position: relative;
display: none;
}

.product .product-case-left {
width: 31%;
}

.product .product-case-left {
overflow: hidden;
}

.product .product-case-right {
width: 69%;
padding-left: 30px;
}

.product .product-case-right h3 {
font-size: 22px;
font-weight: bold;
line-height: 35px;
color: #253a79;
position: relative;
padding-left: 40px;
margin-bottom: 15px;
}

.product .product-case-right h3::before,
.product .product-story-font h3::before,
.service-exper .service-exper-font h3::before,
.energy-item .service-exper-font h3::before {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 17px;
height: 16px;
background: url(../images/ne-next.png)no-repeat center center;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.product .product-case-rightdec,
.product .product-story-fontdc,
.service-exper .service-exper-fontdec,
.energy-item .service-exper-fontdec {
font-size: 16px;
line-height: 29px;
color: #777777;
padding-left: 40px;
}

.product .product-case-rightdec p,
.product .product-story-fontdc p,
.service-exper .service-exper-fontdec p,
.energy-item .service-exper-fontdec p {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.product .product-case-list {
width: 982px;
padding-left: 8%;
padding-top: 89px;
padding-bottom: 89px;
padding-right: 70px;
background-color: #ffffff;
}

.product .product-case-tit,
.product .product-story-tit {
font-size: 40px;
line-height: 50px;
color: #333333;
}

.product .product-case-ul {
padding-top: 54px;
}

.product .product-case-ul li {
margin-bottom: 44px;
}

.product .product-case-ul li:last-child {
margin-bottom: 0px;
}

.product .product-case-ul li:hover .product-case-right h3::before,
.product .product-story-ul li:hover .product-story-font h3::before,
.service-exper .swiper-slide:hover .service-exper-font h3::before,
.energy-item .swiper-slide:hover .service-exper-font h3::before {
left: 20px;
}

.product .product-case-ul li:hover .product-case-right h3,
.product .product-story-ul li:hover .product-story-font h3,
.service-exper .swiper-slide:hover .service-exper-font h3,
.energy-item .swiper-slide:hover .service-exper-font h3 {
color: #1bac8c;
}

.product .product-story {
padding-top: 109px;
position: relative;
padding-bottom: 43px;
}

.product .product-story-ul {
margin-top: 73px;
flex-wrap: wrap;
}

.product .product-story-ul li {
width: 30%;
margin-right: 80px;
margin-bottom: 80px;
}

.product .product-story-ul li:nth-child(3n) {
margin-right: 0px;
}

.product .product-story-img {
width: 100%;
max-height: 300px;
overflow: hidden;
}

.product .product-story-font,
.service-exper .service-exper-font,
.energy-item .service-exper-font {
padding-top: 40px;
}

.product .product-story-font h3,
.service-exper .service-exper-font h3,
.energy-item .service-exper-font h3 {
font-size: 22px;
line-height: 35px;
color: #253a79;
font-weight: bold;
position: relative;
padding-left: 39px;
margin-bottom: 14px;
}

.product .product-story-fontdc,
.service-exper .service-exper-font .service-exper-fontdec,
.energy-item .service-exper-font .service-exper-fontdec {
padding-left: 39px;
}

/* about */
.about .about-who {
position: relative;
align-items: center;
}

.about .about-who-left,
.about .about-who-right {
width: 50%;
padding-top: 20px;
padding-bottom: 6%;
}

.about .about-who-left {
background-color: #f7f7f7;
padding-left: 8%;
padding-top: 6%;
}

.about .about-who-right {
/* background-color: #FFFFFF; */
padding-right: 8%;
z-index: 9;
}

.about .about-who-leftfont {
width: 68%;
}

.about .about-tit {
font-size: 48px;
line-height: 62px;
color: #333333;
margin-bottom: 34px;
}

.about .about-who-leftdec {
font-size: 16px;
line-height: 26px;
color: #666666;
}

.about .about-who-leftdec p:first-child {
padding-bottom: 24px;
}

.about .about-who-rightsp {
width: 551px;
height: 310px;
overflow: hidden;
position: relative;
float: right;
}

.about .about-who-rightsp .bg {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.about .about-who-rightsp .bg .icon {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 9%;
cursor: pointer;
}

.about .about-who-rightsp .bg .icon .spot {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}

.about .about-who-rightfont {
position: absolute;
top: 80%;
right: 8%;
}

.about .about-who-rightfont img {
/* float: right; */
margin-top: 60px;
}

.about .about-who-rightfont h3 {
font-size: 18px;
letter-spacing: 9px;
color: #333333;
/* text-align: right; */
position: relative;
}

.about .about-who-rightfont h3::after {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 277px;
height: 106px;
background: url(../images/ab-fontimg.png)no-repeat center center;
background-size: 100%;
}

@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
}
}

@keyframes spin {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.about .about-who-ceimg {
position: absolute;
bottom: -10px;
left: 53.5%;
transform: translateX(-53.5%);
opacity: 0.55;
}

.about .about-who-ceimg img {
width: 80%;
}

.about .about-select {
position: relative;
padding-top: 87px;
padding-bottom: 100px;
}

.about .about-select .about-tit {
text-align: center;
}

.about .qswl-num {
width: 88%;
margin: 100px auto 5px auto;
}


.H001B-interactive-segment-split {
overflow: hidden;
position: relative;
height: 600px;
width: 100%;
color: #fff;
margin: 0 auto
}

.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
z-index: -1;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 133.333333333%;
content: "";
/* background-color: #000; */
opacity: .5
}

.H001B-interactive-segment-split .image-container img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1
}

.H001B-interactive-segment-split h3 {
font-size: 1.6875em;
line-height: 1.1851851852em;
}

.H001B-interactive-segment-split h3 p {
margin: 0
}

.H001B-interactive-segment-split .teaser-text {
font-size: 1.3125em;
line-height: 1.4761904762em
}

.service-item .H001B-interactive-segment-split .teaser-text {
font-size: 16px;
line-height: 28px;
}

.H001B-interactive-segment-split .link,
.H001B-interactive-segment-split .link--icon-arrow {
font-size: 18px;
display: block;
text-align: left;
line-height: 34px;
color: #ffffff;
}

.service-item .H001B-interactive-segment-split .link,
.service-item .H001B-interactive-segment-split .link--icon-arrow {
font-size: 16px;
line-height: 28px;
}

.H001B-interactive-segment-split .slide {
position: absolute;
overflow: hidden;
z-index: 1
}

.H001B-interactive-segment-split .left-slide .slide-content--default {
padding-top: 85px
}

.H001B-interactive-segment-split .slide-content {
position: absolute;
text-align: center;
z-index: 10
}

.H001B-interactive-segment-split .slide-content--default {
opacity: 1;
color: #fff
}

.H001B-interactive-segment-split .slide-content--default h3 {
margin-bottom: 30px;
text-align: left;
}

.service-item .H001B-interactive-segment-split .slide-content--default h3 {
margin-bottom: 20px;
margin-top: 35px;
}

.H001B-interactive-segment-split .slide-content--default .heading-content {
max-width: 320px;
margin-left: auto;
margin-right: auto
}

@media (min-width:345px) {
.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 100%;
content: ""
}
}

@media (min-width:500px) {
.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 75%;
content: ""
}
}

@media (min-width:660px) {
.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 60%;
content: ""
}
}

@media (min-width:735px) {
.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 56.25%;
content: ""
}
}

@media (min-width:767px) {
.H001B-interactive-segment-split h3 {
font-size: 48px;
line-height: 62px;
color: #ffffff;
}

.service-item .H001B-interactive-segment-split h3 {
font-size: 26px;
line-height: 36px;
color: #ffffff;
}

.H001B-interactive-segment-split .slide-content--default .heading-content {
max-width: 480px
}

.service-item .H001B-interactive-segment-split .slide-content--default .heading-content {
max-width: 490px;
}

.H001B-interactive-segment-split .left-slide .slide-content--default {
padding-top: 55px
}
}

@media (max-width:1279px) {
.H001B-interactive-segment-split {
-webkit-transition: height .2s ease-in-out;
transition: height .2s ease-in-out
}

.H001B-interactive-segment-split > .image-container {
position: absolute;
bottom: 0;
width: 100%
}

.H001B-interactive-segment-split .slide-content,
.H001B-interactive-segment-split .slide .image-container {
-webkit-transform: skewY(11deg);
-ms-transform: skewY(11deg);
transform: skewY(11deg)
}

.H001B-interactive-segment-split .slide-content--active,
.H001B-interactive-segment-split .slide-content--inactive {
display: none
}

.H001B-interactive-segment-split .slide-content--default {
height: 100%;
width: 100%
}

.H001B-interactive-segment-split .slide-content--default h3 {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}

/* .H001B-interactive-segment-split .slide-content--default:hover:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
opacity: .2
} */

.H001B-interactive-segment-split .slide {
height: 600px;
left: 0;
right: 0;
-webkit-transform: skewY(-11deg);
-ms-transform: skewY(-11deg);
transform: skewY(-11deg)
}

.H001B-interactive-segment-split .left-slide {
/* border-bottom: 6px solid #fff; */
top: -263px;
background-color: #1bac8c;
}

.service-item .H001B-interactive-segment-split .left-slide {
top: -210px;
}

.H001B-interactive-segment-split .left-slide .image-container {
top: 236px
}

.H001B-interactive-segment-split .left-slide .slide-content--default {
top: 16rem
}

.H001B-interactive-segment-split .right-slide {
bottom: -264px;
background-color: #0861b3;
}

.service-item .H001B-interactive-segment-split .right-slide {
bottom: -190px;
}

.service-item .H001B-interactive-segment-split .right-slide {
background-color: transparent;
}

.H001B-interactive-segment-split .right-slide .slide-content--default {
bottom: 16rem;
padding-top: 330px
}

.service-item .H001B-interactive-segment-split .right-slide .slide-content--default {
padding-top: 360px;
}
}

@media (min-width:1280px) {
.H001B-interactive-segment-split {
height: 600px
}

.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
width: 100vw;
position: absolute;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 40%;
content: ""
}

.H001B-interactive-segment-split .slide-content,
.H001B-interactive-segment-split .slide .image-container {
-webkit-transform: skew(11deg);
-ms-transform: skew(11deg);
transform: skew(11deg)
}

.H001B-interactive-segment-split .cta-buttons {
margin-top: 50px
}

.H001B-interactive-segment-split nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
position: absolute;
bottom: 0;
width: 100%
}

.H001B-interactive-segment-split nav a {
color: #fff;
font-size: .75em;
padding: 10px 10px 18px 0;
margin: 0 20px;
opacity: 0;
position: relative;
width: 25%
}

.H001B-interactive-segment-split nav a:hover {
color: #fff
}

.H001B-interactive-segment-split nav a:hover:after {
border-color: #fff
}

.H001B-interactive-segment-split nav a:after {
border-color: #fff;
position: absolute;
margin-top: 6px
}

.H001B-interactive-segment-split .slide-content--default {
width: 480px;
top: 38.5%;
margin-top: -80px;
cursor: default;
-webkit-transition: opacity .6s ease-in-out 1s;
transition: opacity .6s ease-in-out 1s
}

.service-item .H001B-interactive-segment-split .slide-content--default {
width: 490px;
}

.H001B-interactive-segment-split .slide {
bottom: 0;
height: 600px;
top: 0;
-webkit-transform: skew(-11deg);
-ms-transform: skew(-11deg);
transform: skew(-11deg);
-webkit-transition: width .8s ease-in-out .2s;
transition: width .8s ease-in-out .2s;
width: calc(50% + 112px);
}

.H001B-interactive-segment-split .slide[data-state=active] {
width: calc(50% + 462px)
}

.H001B-interactive-segment-split .slide[data-state=active] .slide-content--active .heading-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}

.H001B-interactive-segment-split .slide[data-state=active] .slide-content--default {
opacity: 0;
-webkit-transition: opacity .4s ease-in-out, visibility 0s ease 1s;
transition: opacity .4s ease-in-out, visibility 0s ease 1s;
visiblity: hidden
}

.H001B-interactive-segment-split .slide[data-state=active] nav a {
opacity: 1;
-webkit-transition: opacity .6s ease;
transition: opacity .6s ease;
-webkit-transition-delay: 2s;
transition-delay: 2s
}

.H001B-interactive-segment-split .slide[data-state=active] .slide-content--active {
opacity: 1;
-webkit-transition: all .6s ease-in-out .6s;
transition: all .6s ease-in-out .6s;
visibility: visible
}

.H001B-interactive-segment-split .slide[data-state=inactive] {
width: calc(50% - 238px)
}

.H001B-interactive-segment-split .slide[data-state=inactive] .slide-content--default {
opacity: 0;
-webkit-transition: opacity .4s ease-in-out, visibility 0s ease 1s;
transition: opacity .4s ease-in-out, visibility 0s ease 1s;
visiblity: hidden
}

.H001B-interactive-segment-split .slide[data-state=inactive] .slide-content--inactive {
opacity: 1;
-webkit-transition: opacity .6s ease-in-out 1.8s, visibility 0s;
transition: opacity .6s ease-in-out 1.8s, visibility 0s;
visibility: visible
}

.H001B-interactive-segment-split .left-slide {
/* border-right: 6px solid #fff; */
left: -111px;
background-color: #1bac8c;
}

.H001B-interactive-segment-split .left-slide .image-container {
left: 112px
}

.H001B-interactive-segment-split .left-slide nav {
margin-left: -5%
}

.H001B-interactive-segment-split .left-slide .slide-content--default {
right: 19.8rem;
padding-top: 0
}

.H001B-interactive-segment-split .left-slide .slide-content--active {
right: 55px
}

.H001B-interactive-segment-split .left-slide .slide-content--active .heading-content {
-webkit-transform: translateX(1.5rem);
-ms-transform: translateX(1.5rem);
transform: translateX(1.5rem)
}

.H001B-interactive-segment-split .left-slide .slide-content--inactive {
top: 50%;
left: 30%;
}

.H001B-interactive-segment-split .right-slide {
right: -113px;
background-color: #0861b3;
}

.service-item .H001B-interactive-segment-split .right-slide {
bottom: -264px;
background-color: transparent;
}

.H001B-interactive-segment-split .right-slide .image-container {
right: 113px
}

.H001B-interactive-segment-split .right-slide .slide-content--default {
left: 10.5rem
}

.H001B-interactive-segment-split .right-slide .slide-content--active {
left: 55px
}

.H001B-interactive-segment-split .right-slide .slide-content--active .heading-content {
-webkit-transform: translateX(-1.5rem);
-ms-transform: translateX(-1.5rem);
transform: translateX(-1.5rem)
}

.H001B-interactive-segment-split .right-slide .slide-content--inactive {
top: 50%;
left: 25%;
}
}

@media (min-width:1370px) {
.H001B-interactive-segment-split .image-container {
position: relative;
overflow: hidden;
position: absolute;
height: 100%;
}

.H001B-interactive-segment-split .image-container:before {
display: block;
padding-top: 37.5%;
content: ""
}
}

.text-wrapper {
color: #fff;
}

.H001B-interactive-segment-split .slide-content--active {
height: 100%;
opacity: 0;
top: 0;
-webkit-transition: opacity .4s ease-in-out, visibility 0s ease 1s;
transition: opacity .4s ease-in-out, visibility 0s ease 1s;
visibility: hidden;
width: 980px;
}

.service-item .H001B-interactive-segment-split .slide-content--active {
width: 990px;
}

.H001B-interactive-segment-split .slide-content--active h3 {
width: 770px;
margin: 0 auto 1rem
}

.H001B-interactive-segment-split .slide-content--active .heading-content {
padding: 0 100px;
width: 100%;
position: absolute;
top: 30%;
transform: translateY(-30%);
left: 0;
-webkit-transition: -webkit-transform .2s ease-out 1s;
transition: -webkit-transform .2s ease-out 1s;
transition: transform .2s ease-out 1s;
transition: transform .2s ease-out 1s, -webkit-transform .2s ease-out 1s
}

.H001B-interactive-segment-split .slide-content--inactive {
opacity: 0;
visibility: hidden;
word-wrap: break-word;
overflow-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}

.H001B-interactive-segment-split .slide-content--inactive .link {
font-size: 48px;
letter-spacing: -.0125em;
line-height: 1.125rem;
pointer-events: none;
text-transform: capitalize
}

.service-item .H001B-interactive-segment-split .slide-content--inactive .link {
font-size: 26px;
}

.H001B-interactive-segment-split .slide-content--inactive .link p {
margin: 0
}

.H001B-interactive-segment-split [data-state=active] nav a:first-child {
-webkit-transition-delay: 1s;
transition-delay: 1s
}

.H001B-interactive-segment-split [data-state=active] nav a:nth-child(2) {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s
}

.H001B-interactive-segment-split [data-state=active] nav a:nth-child(3) {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s
}

.H001B-interactive-segment-split [data-state=active] nav a:nth-child(4) {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s
}

.about .about-select-icon {
margin-bottom: 13px;
margin-top: 50px;
position: relative;
}

.about .about-select-icon img {
margin: 0;
}

.H001B-interactive-segment-split .slide-content--active .about-select-icon {
margin-bottom: 18px;
}

.H001B-interactive-segment-split .slide-content--active .about-select-icon img {
margin: 0 auto;
}

.about .about-progress {
position: relative;
padding-top: 78px;
padding-bottom: 90px;
}

.about .about-progress .about-tit {
text-align: center;
margin-bottom: 17px;
}

.about .about-progress .about-bigswiper-list {
box-shadow: 0px 5px 35px 0px rgba(57, 58, 59, 0.11);
}

.about .about-progress .about-bigswiper-left {
width: 50%;
overflow: hidden;
}

.about .about-progress .about-bigswiper-leftimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about .swiper-slide:hover .about-bigswiper-leftimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.about .about-progress .about-bigswiper-right {
width: 50%;
padding: 0 49px;
background-color: #ffffff;
position: relative;
}

.about .about-progress .about-bigswiper-rightfont {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding-right: 40px;
}

.about .about-bigswiper-rightfont h3 {
font-family: ;
font-size: 50px;
line-height: 60px;
color: #004c92;
}

.about .about-bigswiper-fontdec {
font-size: 18px;
line-height: 30px;
color: #333333;
}

.about .about-progress-bigswiper .swiper-container {
width: 95%;
margin: 0 auto;
padding: 30px 0;
/* margin-left: 55px; */
}

.about .about-progress .about-progress-bigswiper {
width: 100%;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.about .about-progress .about-progress-smallswiper::after {
content: " ";
position: absolute;
top: 28%;
transform: translateY(-28%);
left: 0px;
width: 100%;
height: 1px;
background: #e3e3e3;
}

.about .about-progress .about-progress-smallswiper {
width: 90%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
position: relative;
margin: 0 auto;
}

.about .about-progress .about-progress-smallswiper .swiper-container {
padding: 65px 0 40px 0;
width: 100%;
}

.about .about-progress .swiper-slide {
position: relative;
}

.about .about-progress .about-progress-smallswiper .swiper-slide {
cursor: pointer;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about .about-progress .about-progress-smallswiper .swiper-slide::after {
content: " ";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 12px;
height: 12px;
right: auto;
left: 50%;
top: -27px;
transform: translateX(-50%);
background-color: #1bac8c;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-radius: 50%;
}

.about .about-progress .about-progress-smallswiper .swiper-slide.active::after {
opacity: 1;
}

.about .about-progress .about-progress-smallswiper .swiper-slide.active .about-progress-time {
color: #1bac8c;
}

.about .about-progress-time {
font-family: ;
font-size: 36px;
line-height: 50px;
display: block;
color: #cacaca;
text-align: center;
}

.about .about-progress .about-progress-swiper {
align-items: center;
flex-wrap: wrap;
margin-top: 30px;
}

.about .about-honor {
height: 645px;
overflow: hidden;
padding-top: 70px;
position: relative;
}

.about .about-honor > img {
z-index: 1;
position: relative;
}

.about .about-honor .about-tit,
.about .about-cooper .about-tit {
text-align: center;
}

.about .about-pchonor ul {
width: 100%;
}

.about .about-pchonor ul li {
position: absolute;
z-index: 3;
}

.about .about-pchonor ul li img,
.about .about-mobilhonor .about-mobilhonor-img img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about .about-pchonor ul li:hover img,
.about .about-mobilhonor .swiper-slide:hover .about-mobilhonor-img img {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
}

.about .about-pchonor ul li:hover {
z-index: 9 !important;
}

.about,
.banner,
.mainer,
.footer {
position: relative;
max-width: 1920px;
width: 100%;
margin: 0 auto;
overflow-y: hidden;
}

.about .about-mobilhonor {
display: none;
}

.about .about-mobilhonor .swiper-container {
padding-bottom: 50px;
}

.about .about-mobilhonor .swiper-wrapper {
align-items: center;
}

.about .about-cooper {
position: relative;
padding-top: 98px;
padding-bottom: 100px;
}

.about .about-mobilecooperimg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about .about-mobilecooperimg {
background-color: #ffffff;
width: 100%;
height: 100px;
position: relative;
box-shadow: 0px 0px 15px #eeeeee
}

.about .about-progress-smallswiper .swiper-button-next,
.about .about-progress-bigswiper .swiper-button-next {
background: url(../images/in-hnext.png)no-repeat center center;
background-size: 100%;
width: 18px;
height: 34px;
top: -20%;
right: 0px;
opacity: 1;
z-index: 9;
}

.about .about-progress-smallswiper .swiper-button-prev,
.about .about-progress-bigswiper .swiper-button-prev {
background: url(../images/in-hprev.png)no-repeat center center;
background-size: 100%;
width: 18px;
height: 34px;
top: -20%;
left: 0px;
opacity: 1;
z-index: 9;
}

.equipment {
position: relative;
padding-top: 80px;
}

.equipment .equipment-top {
margin-bottom: 35px;
}

.equipment .equipment-top-left {
width: 66%;
overflow: hidden;
}

.equipment .equipment-top-leftimg img,
.equipment .equipment-botimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.equipment .equipment-top-leftimg:hover img,
.equipment .equipment-bot li:hover .equipment-botimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.equipment .equipment-top-right {
width: 34%;
padding-left: 78px;
padding-top: 86px;
}

.equipment .equipment-top-righth3 {
margin-bottom: 31px;
}

.equipment .equipment-top-righth3 h3 {
font-size: 30px;
line-height: 42px;
color: #333333;
font-weight: bold;
}

.equipment .equipment-top-rightdec {
font-size: 16px;
line-height: 26px;
color: #666666;
}

.p25 {
padding-top: 25px;
}

.equipment .equipment-bot {
margin-bottom: 90px;
}

.equipment .equipment-botfont {
font-size: 16px;
line-height: 30px;
color: #666666;
padding: 20px 30px;
background-color: #f7f7f7;
overflow: hidden;
}

.equipment .equipment-botimg {
overflow: hidden;
}

.equipment .equipment-botimg img {
width: auto;
}

.equipment .equipment-botnum {
/* width: 511px; */
height: 395px;
background-color: #1bac8c;
padding-left: 80px;
padding-top: 50px;
}

.equipment .equipment-botnum.blue {
background-color: #509fe8;
}

.equipment .equipment-botnum.green {
background-color: #1bac8c;
}

.equipment .law-num-info span,
.equipment .law-num-info sup,
.equipment .ul-num-dec {
color: #fff;
}

.equipment .equipment-botnum-li:first-child {
margin-bottom: 62px;
}

.equipment .equipment-bot-ul li:hover .equipment-botfont {
color: #509fe8;
}

.equipment .equipment-bot-ul {
-moz-column-count: 3;
/* Firefox */
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 35px;
-webkit-column-gap: 35px;
column-gap: 35px;
position: relative;
}

.equipment .equipment-bot-ul li {
margin-top: 35px;
-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
}

.equipment .equipment-bot-ul li:first-child {
margin-top: 0px;
}

.mt30 {
margin-top: -50px !important;
position: relative;
}

.contact {
position: relative;
}

.contact .contact-top {
position: relative;
padding-top: 44px;
padding-bottom: 85px;
margin: 0 auto;
border-bottom: 1px solid #e8e8e8;
}

.contact .contact-top li {
flex: 1;
padding-left: 122px;
}

.contact .contact-top-lefticon img {
margin: 0;
}

.contact .contact-top-leftfont {
margin-top: 19px;
padding-left: 12px;
}

.contact .contact-top-leftfont h3 {
font-family: ;
font-size: 56px;
color: #333333;
}

.contact .contact-top li:hover .contact-top-leftfont h3,
.contact .contact-cen li:hover .contact-cenfont {
color: #004C92;
}

.contact .contact-top-leftfont p {
font-size: 18px;
line-height: 30px;
color: #666666;
}

.contact .contact-topimg {
position: absolute;
top: 99%;
left: 45%;
transform: translate(-45%, -99%);
}

.contact .contact-cen {
width: 100%;
position: relative;
padding: 85px 100px 106px 122px;
}

.contact .contact-cen li {
/* width: 40%; */
align-items: center;
}

.contact .contact-cenimg img,
.contact .contact-methodimg img,
.contact .contact-top-lefticon img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.contact .contact-cen li:hover .contact-cenimg img,
.contact .contact-method li:hover .contact-methodimg img,
.contact .contact-top li:hover .contact-top-lefticon img {
transform: translateY(-20px);
}

.contact .contact-cenfont {
font-size: 18px;
line-height: 30px;
color: #333333;
}

.contact .contact-cenfont {
/* width: 85%; */
padding-left: 25px;
}

/* .contact .contact-map{
width: 100%;
overflow: hidden;
height: 545px;
} */
.contact .contact-method {
position: relative;
width: 100%;
background-color: #1bac8c;
padding: 79px 0;
}

.contact .contact-method li {
width: 33.3333%;
align-items: center;
border-right: 1px solid rgba(255, 255, 255, 0.4);
padding: 7px 70px;
}

.contact .contact-method li:nth-child(1) {
padding: 0px;
}

.contact .contact-method li:last-child {
border-right: none;
}

.contact .contact-method li:nth-child(2) .contact-methodfont p,
.contact .contact-method li:last-child .contact-methodfont p {
text-align: right;
}

.contact .contact-methodfont p {
font-size: 16px;
color: #ffffff;
vertical-align: middle;
line-height: 46px;
}

.contact .contact-methodfont p b {
font-family: ;
font-size: 40px;
color: #ffffff;
vertical-align: -1.5px;
padding-right: 8px;
}

.contact .contact-methodimg {
width: 30%;
}

.contact .contact-methodfont {
width: 70%;
padding-left: 96px;
}

.contact .contact-form {
position: relative;
padding: 120px 0;
}

.contact .contact-formleft {
width: 50%;
overflow: hidden;
}

.contact .contact-formleft img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.contact .contact-formleft:hover img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.contact .contact-formright {
width: 50%;
padding-left: 146px;
padding-right: 33px;
padding-top: 18px;
}

.contact .contact-formright h3 {
font-size: 30px;
line-height: 26px;
color: #333333;
margin-bottom: 52px;
}

.contact .contact-formright ul {
flex-wrap: wrap;
}

.contact .contact-formright ul li {
width: 46.5%;
margin-right: 41px;
border-bottom: 1px solid #dbdbdb;
padding-bottom: 20px;
margin-bottom: 16px;
}

.contact .contact-formright ul li input {
width: 100%;
font-size: 16px;
color: #757575;
}

.contact .contact-formright ul li:nth-child(2n) {
margin-right: 0px;
}

.contact .contact-formright ul label {
font-family: ;
font-size: 16px;
line-height: 28px;
display: block;
color: #333333;
padding-bottom: 18px;
}

.contact .contact-formright ul input::-webkit-input-placeholder {
font-size: 14px;
color: #757575;
}

.contact .contact-formright ul input::-webkit-input-placeholder {
font-size: 14px;
color: #757575;
}

.contact .contact-formright ul input::-moz-placeholder {
font-size: 14px;
color: #757575;
}

.contact .contact-formright ul input:-moz-placeholder {
font-size: 14px;
color: #757575;
}

.contact .contact-formright ul input:-ms-input-placeholder {
font-size: 14px;
color: #757575;
}

.contact .contact-formright ul li:nth-child(5) {
width: 100%;
margin-right: 0px;
}

.contact .contact-formright textarea {
width: 100%;
height: 70px;
}

.contact .contact-formright ul li:last-child {
border: none;
}

.contact .contact-formright ul .sub {
width: 120px;
height: 45px;
background-color: #004c92;
border-radius: 23px;
text-align: center;
line-height: 45px;
font-size: 16px;
cursor: pointer;
color: #ffffff;
margin-top: 5px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.contact .contact-formright ul .sub:hover {
background-color: #1BAC8C;
}

.supply {
position: relative;
width: 100%;
max-width: 1616px;
overflow: hidden;
margin: 0 auto;
padding-top: 107px;
}

.supply .supply-font {
text-align: center;
}

.supply .supply-font h3 {
font-size: 48px;
line-height: 62px;
color: #333333;
}

.supply .supply-font .supply-fonth4 {
margin-top: 26px;
margin-bottom: 32px;
}

.supply .supply-font .supply-fonth4 h4 {
font-size: 30px;
line-height: 50px;
color: #1bac8c;
font-weight: bold;
}

.supply .supply-fontdec {
width: 73%;
margin: 0 auto;
font-size: 16px;
line-height: 30px;
color: #666666;
text-align: justify;
}

.supply .supply-img {
position: relative;
margin-top: 67px;
align-items: flex-end;
}

.contact .contact-cen li:nth-child(2) .contact-cenimg {
display: none;
}

.product-do-list {
padding-left: 155px;
align-items: center;
}

.section6 .index-cont5-swiperimg {
border: 1px solid rgba(255, 255, 255, 0.3);
height: 100px;
position: relative;
overflow: hidden;
}

.section6 .index-cont5-swiperimg img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}

.banner .swiper-slide {
position: relative;
}

.banner .swiper-slide .fd {
background: rgba(57, 123, 183, 0.51);
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 3;
}

.paging a.prev {
width: auto;
margin-left: 10px;
}


/* 20211014 */
.hr .hr-story-swiperfont a {
display: none;
}

.hr .hr-story-swiperfont h4 {
overflow-y: auto;
overflow-x: hidden;
text-overflow: initial;
white-space: initial;
height: 113px;
line-height: 32px;
padding: 10px 45px;
}

.innew {
position: relative;
padding-top: 100px;
padding-bottom: 85px;
}

.innew .innew-list {
padding-bottom: 50px;
}

.innew .innew-list li {
background-color: #ffffff;
box-shadow: 0px 0px 54px 0px rgba(21, 21, 22, 0.09);
margin-bottom: 45px;
}

.innew .innew-list li a {
align-items: center;
}

.innew .innew-listimg {
width: 33.5%;
overflow: hidden;
}

.innew .innew-listimgif img {
width: 100%;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
}

.innew .innew-list li a:hover .innew-listimgif img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.innew .innew-listcont {
width: 66.5%;
padding: 10px 80px 10px 50px;
align-items: center;
}

.innew .innew-listcont-ct h3 {
font-size: 22px;
font-weight: bold;
line-height: 28px;
color: #333333;
}

.innew .innew-listcont-ctdec {
font-size: 16px;
line-height: 26px;
margin-top: 15px;
color: #8888
}

.innew .innew-listcont-ct {
width: 80%;
}

.innew .innew-time {
text-align: center;
align-items: center;
}

.innew .innew-time span {
font-family: ;
font-size: 70px;
line-height: 55px;
padding-bottom: 10px;
color: #333333;
display: block;
position: relative;
}

.innew .innew-time span::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, -100%);
width: 100%;
height: 2px;
background: #333333;
}

.innew .innew-time em {
font-size: 24px;
line-height: 30px;
font-family: ;
color: #333333;
margin-top: 8px;
display: block;
}

.innew .innew-list li a:hover .innew-listcont-ct h3,
.innew .innew-list li a:hover .innew-time span,
.innew .innew-list li a:hover .innew-time em {
color: #004c92;
}

.innew .innew-list li a:hover .innew-time span::after {
background: #004c92;
}

.team-stand {
display: none;
}

.team-pro {
position: relative;
padding-top: 90px;
padding-bottom: 108px;
}

.team-pro .team-proleft {
width: 50%;
height: 478px;
overflow: hidden;
background-color: #409bfe;
position: relative;
padding-left: 86px;
}

.team-pro .team-proleft .team-proleft-font {
width: 56%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.team-pro .team-proleft .team-proleft-font h3 {
font-size: 30px;
line-height: 50px;
color: #ffffff;
position: relative;
padding-bottom: 25px;
}

.team-pro .team-proleft .team-proleft-font h3::before {
content: "";
position: absolute;
width: 61px;
height: 1px;
background-color: #ffffff;
top: 100%;
left: 0;
transform: translateY(-100%);
}

.team-pro .team-proleft-fontdec {
font-size: 18px;
line-height: 30px;
color: #ffffff;
padding-top: 27px;
}

.team-pro .team-proright {
overflow: hidden;
width: 64.3%;
position: absolute;
right: 0px;
top: 20%;
}

.index-cont5-swiper {
width: 100%;
max-width: 1600px;
margin: 0 auto;
padding-top: 80px;
}

.index-cont5-swiper .index-cont5-swiperimg img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont5-swiper .swiper-slide:hover .index-cont5-swiperimg img {
transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
}


/* 20211027 */
.new-menu {
position: relative;
background-color: #fff;
height: 62px;
border-bottom: 1px solid #e2e2e2;
}

.new-menu li {
margin-right: 80px;
}

.new-menu li:last-child {
margin-right: 0px;
}

.new-menu a,
.about .about-pcmenu ul li a {
width: auto;
height: 62px;
line-height: 60px;
padding: 0;
color: #666;
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 550;
}

.about .about-pcmenu ul li a {
font-weight: normal;
}

.about .about-pcmenu ul li a {
padding-left: 0px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about .about-pcmenu ul li:hover a,
.about .about-pcmenu ul li.active a {
padding-left: 22px;
font-weight: 550px;
}

.new-menu a::before,
.about .about-pcmenu ul li a:before {
transition: all 0.5s;
content: "";
display: inline-block;
width: 0%;
height: 3px;
background: #253a79;
position: absolute;
bottom: -1px;
right: 0%;
}

.about .about-pcmenu ul li a:before {
width: 3px;
height: 22px;
right: auto;
left: 0px;
top: 50%;
transform: translateY(-50%);
}

.new-menu li:hover a::before,
.new-menu li.active a::before {
width: 100%;
left: 0%;
right: auto;
}

.new-menu li:hover a,
.new-menu li.active a,
.about .about-pcmenu ul li:hover a,
.about .about-pcmenu ul li.active a {
color: #0861b3;
}

.about .about-pcmenu ul li a::before {
background: #0861b3;
height: 0px;
}

.about .about-pcmenu ul li:hover a::before,
.about .about-pcmenu ul li.active a::before {
height: 22px;
}

.headfixed {
/* background: url(../images/hbgm.png)no-repeat center center; */
}

.headfixed1 {
background: #fff;
}

.about .about-pchonor .about-pclist,
.about .about-mobilhonor .about-mobilelist {
display: none;
}

.about .about-pchonor .about-pclist:first-child,
.about .about-mobilhonor .about-mobilelist:first-child {
display: block;
}

.about .about-pcmenu ul li a {
font-size: 22px;
color: #666;
}

.about .about-honor {
height: 940px;
}

.about .about-honor-top {
align-items: center;
margin-bottom: 40px;
}

.jzt-list {
position: relative;
width: 100%;
}

.jzt-listbgm {
/* clip-path: polygon(50% 0, 15% 100%, 85% 100%);
-webkit-clip-path: polygon(50% 0, 15% 100%, 85% 100%); */
}

.jzt-list .jzt-listbg {
margin: 0 auto;
border-top: 0 solid transparent;
border-right: 100px solid transparent;
border-left: 100px solid transparent;
border-bottom-width: 150px;
border-bottom-style: solid;
box-sizing: content-box;
border-bottom-color: rgba(27, 172, 140, 0.8);
}

.jzt-list .jzt-listbg.bg1 {
width: 0px;
border-bottom-color: rgba(27, 172, 140, 0.8);
}

.jzt-list .jzt-listbg.bg2 {
width: 200px;
border-bottom-color: rgba(82, 194, 231, 0.9);
}

.jzt-list .jzt-listbg.bg3 {
width: 400px;
border-bottom-color: rgba(236, 187, 102, 0.9);
}

.jzt-list .jzt-listfont {
width: 100%;
}

.jzt-list .jzt-listfont h3 {
font-size: 20px;
line-height: 34px;
color: #fff;
font-weight: bold;
}

.qhse-manage .qhse-manage-left ul li {
position: absolute;
top: 19%;
left: 44%;
}

.qhse-manage .qhse-manage-left ul li:nth-child(1) {
top: 19%;
left: 44%;
}

.qhse-manage .qhse-manage-left ul li:nth-child(2) {
top: 46%;
left: 45%;
}

.qhse-manage .qhse-manage-left ul li:nth-child(3) {
top: 80%;
left: 33.5%;
}



/* 20211108 */
.about-pccooper {
position: relative;
margin-top: 75px;
}

.about-pccooper .about-pccplist {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about-pccooper .about-pccplist ul {
flex-wrap: wrap;
}

.about-pccooper .about-pccplist li {
width: 18%;
position: relative;
margin-right: 35px;
margin-bottom: 35px;
}

.about-pccooper .about-pccplist li:nth-child(5n) {
margin-right: 0px;
}

.about-pccooper .about-pccooperimg {
background-color: #ffffff;
width: 100%;
height: 130px;
position: relative;
box-shadow: 0px 0px 15px #eeeeee;
overflow: hidden;
}

.about-pccooper .about-pccooperimg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.about-pccooper .about-pccplist li:hover .about-pccooperimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.about-mobilecooper {
display: none;
}

.about-pccooper .about-pccooper-btn li a {
display: inline-block;
width: 40px;
height: 4px;
border-radius: 0px;
background: rgba(0, 76, 146, 0.5);
margin-right: 10px;
cursor: pointer;
}

.about-pccooper .about-pccooper-btn li.active a {
background: rgba(0, 76, 146, 1);
}

.index-cont6 .index-cont6-swipertit {
width: 100%;
}

.index-cont6 .swiper-pagination {
width: auto;
/* left: 30%;
transform: translateX(-30%); */
}

.index-cont6 .swiper-container {
padding-bottom: 30px;
}

.index-cont6 .swiper-pagination {
bottom: 0px;
height: auto;
width: 100%;
position: static;
margin-top: 3%;
text-align: left;
}

.index-cont6 .index-cont6-bot .index-cont6-cont > div {
align-items: center;
}

.index-cont6 .swiper-pagination-bullet {
width: 10px;
height: 10px;
border-radius: 50%;
text-align: left;
}

.index-cont6 .swiper-pagination span {
text-align: left;
}

.about-pccooper .about-pccplist:first-child li:last-child {
margin-right: 0px;
}

.about .about-honor-top {
width: 20%;
}

.about .about-honor .about-tit {
text-align: left;
}

.about .about-pcmenu ul li {
display: inline-block;
}

.about .about-pcmenu ul {
display: flex;
flex-direction: column;
justify-content: flex-start;
}

.about .about-pchonor ul li:nth-child(1) {
left: 40%;
top: 17%;
transform: translate(-40%, -21%);
}

.about .about-pchonor ul li:nth-child(2) {
left: 52%;
top: 16%;
transform: translate(-53%, -21.5%);
}

.about .about-pchonor ul li:nth-child(3) {
left: 65%;
top: 18%;
transform: translate(-65%, -16.5%);
}

.about .about-pchonor ul li:nth-child(4) {
left: 78%;
top: 21%;
transform: translate(-77%, -21%);
}

.about .about-pchonor ul li:nth-child(5) {
left: 91%;
top: 16%;
transform: translate(-91%, -23%);
}

.about .about-pchonor ul li:nth-child(6) {
top: 75%;
transform: translateY(-72.5%);
}

.about .about-pchonor ul li:nth-child(7) {
left: 21%;
top: 74.7%;
transform: translate(-21%, -74.7%);
}

.about .about-pchonor ul li:nth-child(8) {
left: 34%;
top: 73%;
transform: translate(-34%, -74%);
}

.about .about-pchonor ul li:nth-child(9) {
left: 46.5%;
top: 74.5%;
transform: translate(-46.5%, -72.5%);
}

.about .about-pchonor ul li:nth-child(10) {
left: 60%;
top: 74.5%;
transform: translate(-59%, -73%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(2) {
left: 53%;
top: 18%;
transform: translate(-53%, -23%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(3) {
left: 66%;
top: 24%;
transform: translate(-66%, -24.5%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(4) {
left: 78%;
top: 3%;
transform: translate(-77%, -14.5%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(5) {
left: 91%;
top: 22%;
transform: translate(-91%, -25%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(6) {
top: 76%;
transform: translateY(-74.5%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(7) {
left: 20%;
top: 72%;
transform: translate(-21%, -67%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(8) {
left: 33%;
top: 76%;
transform: translate(-34%, -76%);
}

.about .about-pchonor .about-pclist:last-child ul li:nth-child(9) {
left: 46.5%;
top: 75%;
transform: translate(-46.5%, -73.5%);
}

.index-cont5-cont {
border-radius: 30px;
margin-top: 4%;
background: #ffffff;
}

.index-cont5-contli ul {
flex-wrap: wrap;
}

.index-cont5-contli li {
width: 20%;
border-right: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
position: relative;
/* background: #fff; */
}

.index-cont5-contli li:nth-child(5) {
border-radius: 0px 30px 0px 0px;
}

.index-cont5-contli li:nth-child(11) {
border-radius: 0px 0px 0px 30px;
}

.index-cont5-contli li:nth-child(15) {
border-radius: 0px 0px 30px 0px;
}

.index-cont5-contli:first-child li:nth-child(11) {
border-radius: 0px;
border-left: 1px solid #D9D9D9;
}

.index-cont5-img {
position: relative;
height: 160px;
overflow: hidden;
}

.index-cont5-img img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.index-cont5-contli li:hover .index-cont5-img img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.index-cont-btn {
position: relative;
margin-top: 30px;
}

.index-cont-btn li:first-child {
margin-right: 10px;
}

.index-cont-btn li a {
display: inline-block;
}

.footer .foot-cen ul {
align-items: flex-start;
}

.footer .foot-cen li:hover h3,
.footer .foot-cen li:hover .foot-cen-font p:nth-child(2) {
color: rgba(255, 255, 255, 1);
}

.input-on {
border-bottom: none !important;
}

/* 20211111 */
.footer .foot-links {
position: relative;
}

.footer .foot-links .foot-firendship {
width: 240px;
height: 44px;
line-height: 42px;
text-indent: 20px;
overflow: hidden;
background: url(../images/yqljicon.png) #1b64a6 no-repeat right 12px center;
float: right;
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
cursor: pointer;
box-sizing: border-box;
position: relative;
}

.footer .foot-links > ul {
position: absolute;
bottom: 42px;
right: 0;
z-index: 5;
width: 239px;
/* height: 220px; */
/* overflow-x: hidden; */
/* overflow-y: auto; */
background: rgba(255, 255, 255, 1);
border: solid 1px rgba(255, 255, 255, 0.2);
box-sizing: border-box;
display: none;
}

.footer .foot-links > ul > li {
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.footer .foot-links > ul > li:last-child {
border-bottom: none;
}

.footer .foot-links > ul > li > a {
display: block;
line-height: 42px;
height: 42px;
font-size: 16px;
color: #84868a;
padding: 0 12px;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
}

.footer .foot-links > ul > li > a:hover {
color: #004c92;
}

.footer .foot-sbt {
margin-top: 45px;
}


/* 20211115 */
/* service */
.pub-banner .pub-banner-font .pub-banner-fontdec1 {
font-size: 20px;
}

.pub-banner .pub-banner-font .pub-banner-fonttit {
font-weight: normal;
}

.ga-more {
position: relative;
width: 71px;
height: 71px;
border: solid 1px rgba(246, 246, 246, 0.5);
border-radius: 50%;
text-align: center;
line-height: 71px;
display: block;
margin-top: 2.6%;
animation: move 2s infinite;
}

.ga-more img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

@-webkit-keyframes move {
0% {
transform: translateY(0)
}

70% {
transform: translateY(10px)
}

100% {
opacity: 0;
transform: translateY(0)
}
}

@-o-keyframes move {
0% {
transform: translateY(0)
}

70% {
transform: translateY(10px)
}

100% {
opacity: 0;
transform: translateY(0)
}
}

@-moz-keyframes tip {
0% {
transform: translateY(0)
}

70% {
transform: translateY(10px)
}

100% {
opacity: 0;
transform: translateY(0)
}
}

@keyframes move {
0% {
transform: translateY(0)
}

70% {
transform: translateY(10px)
}

100% {
opacity: 0;
transform: translateY(0)
}
}

.service {
position: relative;
padding-top: 5%;
}

.service .service-build .swiper-slide {
overflow: hidden;
position: relative;
}

.service .service-build-swp {
position: relative;
padding-top: 3.4%;
}

.service .service-build-img {
position: relative;
width: 100%;
}

.service .service-build-img img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.service .service-build .swiper-slide:hover .service-build-img img,
.service-honor .swiper-slide:hover .service-honor-img img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.service .service-build-img::after {
content: " ";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 100%;
background: url(../images/ga-bgm.png)no-repeat bottom center;
}

.service .service-build .tit {
font-size: 24px;
line-height: 18px;
color: #ffffff;
font-weight: bold;
position: absolute;
padding: 30px;
z-index: 3;
bottom: 0px;
left: 0px;
}

.service-build .swiper-pagination {
display: none;
}

.service .service-qhse {
position: relative;
margin-top: 4.5%;
}

.service-qhse .service-qhse-li {
background: rgb(18, 103, 196);
padding: 4% 0;
position: relative;
margin-top: 3%;
}

.service-qhse .service-qhse-li > div {
width: 70%;
margin: 0 auto;
align-items: center;
}

.service-qhse .service-qhse-left {
width: 62%;
position: relative;
}

.service-qhse .service-qhse-item {
width: 600px;
height: 600px;
position: relative;
margin: 0 auto;
}

.service-qhse .service-qhse-icon {
width: 56px;
height: 56px;
background-color: #f6f6f6;
border-radius: 50%;
position: relative;
animation: myMove8 2s linear 1;
}

.service-qhse .service-qhse-icon img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.service-qhse .service-qhse-font {
font-size: 22px;
line-height: 83px;
font-weight: bold;
color: #1bac8c;
text-align: center;
width: 83px;
height: 83px;
background-color: #f6f6f6;
border-radius: 50%;
animation: myMove8 2.5s linear 1;
}

@keyframes myMove8 {
0% {
transform: scale(0)
}

100% {
transform: scale(1)
}
}

.service-qhse .service-qhse-cont li {
position: absolute;
z-index: 5;
}

.service-qhse .service-qhse-cont li:nth-child(1) {
top: 0;
left: 47%;
}

.service-qhse .service-qhse-cont li:nth-child(2) {
top: 16%;
left: 62%;
}

.service-qhse .service-qhse-cont li:nth-child(3) {
top: 40.5%;
left: 80.3%;
}

.service-qhse .service-qhse-cont li:nth-child(4) {
top: 69%;
left: 66.5%;
}

.service-qhse .service-qhse-cont li:nth-child(5) {
top: 78%;
left: 46%;
}

.service-qhse .service-qhse-cont li:nth-child(6) {
top: 72%;
left: 25%;
}

.service-qhse .service-qhse-cont li:nth-child(7) {
top: 52%;
left: 11%;
}

.service-qhse .service-qhse-cont li:nth-child(8) {
top: 22%;
left: 27%;
}

.service-qhse .quan1 {
width: 60%;
height: 60%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: url(../images/ga-quan1.png)no-repeat center center;
z-index: 2;
animation: rotaterotate 70s infinite linear;
}

.service-qhse .quan2 {
width: 80%;
height: 80%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: url(../images/ga-quan2.png)no-repeat center center;
z-index: 2;
animation: rotaterotate1 70s infinite linear;
background-size: 100%;
}

@keyframes rotaterotate {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

@keyframes rotaterotate1 {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(-360deg);
}
}

.service-qhse .quan3 {
width: 90%;
height: 90%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: url(../images/ga-quan3.png)no-repeat center center;
z-index: 2;
animation: rotaterotate 70s infinite linear;
}

.service-qhse .quan4 {
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: url(../images/ga-quan4.png)no-repeat center center;
z-index: 2;
animation: rotaterotate1 70s infinite linear;
}

.service-qhse .service-qhse-item > div {
position: absolute;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
}

.service-qhse .service-qhse-item .img {
width: 100%;
height: 100%;
}

.service-qhse .service-qhse-item .img img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.service-qhse .service-qhse-right {
width: 38%;
padding-left: 1.5%;
padding-right: 4.5%;
}

.service-qhse .service-qhse-rightfont h3 {
font-size: 30px;
line-height: 46px;
color: #ffffff;
}

.service-qhse .service-qhse-rightdec {
font-size: 16px;
line-height: 28px;
color: #ffffff;
margin-top: 3.5%;
}

.service-qhse .service-qhse-rightimg {
margin-bottom: 8%;
}

.service-qhse .service-qhse-rightimg img {
margin: 0;
}

.service .service-quilty {
position: relative;
margin-top: 4.5%;
}

.service-quilty .service-quilty-cont {
position: relative;
padding-top: 3%;
width: 100%;
}

.service-quilty .num {
font-size: 45px;
color: rgba(255, 255, 255, 0.3);
font-weight: bold;
}

.service-quilty .service-quilty-num li h3 {
font-size: 20px;
line-height: 30px;
font-weight: bold;
color: #ffffff;
}

.service-quilty .service-quilty-item {
width: 503px;
height: 503px;
position: relative;
margin: 0 auto;
}

.service-quilty .service-quilty-num li {
position: absolute;
}

.service-quilty .service-quilty-num li:nth-child(1) {
top: 24%;
left: 11%;
}

.service-quilty .service-quilty-num li:nth-child(2) {
top: 18%;
right: 14%;
}

.service-quilty .service-quilty-num li:nth-child(3) {
bottom: 9%;
left: 38%;
}

.service-quilty .service-quilty-num li:nth-child(1)::before {
content: " ";
position: absolute;
left: -185px;
top: 30px;
width: 141px;
height: 29px;
background: url(../images/ga-sjx1.png)no-repeat center center;
}

.service-quilty .service-quilty-num li:nth-child(2)::before {
content: " ";
position: absolute;
right: -185px;
top: 30px;
width: 141px;
height: 29px;
background: url(../images/ga-sjx2.png)no-repeat center center;
}

.service-quilty .service-quilty-num li:nth-child(3)::before {
content: " ";
position: absolute;
right: -277px;
bottom: 55px;
width: 141px;
height: 29px;
background: url(../images/ga-sjx3.png)no-repeat center center;
}

.service-quilty .service-quilty-ct li {
width: 20%;
font-size: 16px;
line-height: 28px;
color: #666666;
position: absolute;
}

.service-quilty .service-quilty-ct .service-quilty-ctg {
font-size: 16px;
line-height: 28px;
color: #666666;
}

.service-quilty .service-quilty-ct li:nth-child(1) {
top: 34.5%;
left: 5%;
}

.service-quilty .service-quilty-ct li:nth-child(2) {
top: 29%;
right: 6%;
}

.service-quilty .service-quilty-ct li:nth-child(3) {
top: 75.5%;
right: 7.5%;
}

.service-quilty .snum {
display: none;
}

.service .service-item {
position: relative;
padding: 4.5% 0;
}

.service-item .about-select-icon img {
margin: 0;
}

.service-item .H001B-interactive-segment-split {
margin-top: 3%;
}

.service .service-honor {
position: relative;
margin-bottom: 4.5%;
}

.service-honor .service-honor-swp {
position: relative;
margin-top: 3%;
}

.service-honor .swiper-wrapper {
align-items: center;
}

.service-honor .swiper-container {
padding-bottom: 5%;
}

.service-honor .service-honor-img img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.service .service-exper {
position: relative;
background: #F6F6F6;
padding: 4.5% 0;
}

.service-exper .service-exper-swp,
.energy-item .service-exper-swp {
position: relative;
padding-top: 3%;
}

.service-exper .service-exper-img,
.energy-item .service-exper-img {
overflow: hidden;
}

.service-exper .swiper-container,
.energy-item .swiper-container {
padding-bottom: 5%;
position: relative;
}



/* 20211127 */
.energy .energy-supply-swiper {
position: relative;
padding-top: 3%;
}

.energy .energy-supply .swiper-container {
width: 95%;
margin: 0 auto;
}

.energy .energy-supply .swiper-slide {
position: relative;
overflow: hidden;
border-radius: 100%;
}

.energy .energy-supply-font {
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
background: url(../images/en-fbgm.png)no-repeat bottom center;
background-size: cover;
width: 100%;
height: 80px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: center;
z-index: 3;
}

.energy-supply .energy-supply-swiperimg img {
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy .energy-supply-font h4 {
font-size: 24px;
line-height: 18px;
font-weight: bold;
color: #ffffff;
line-height: 80px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy .energy-supply .swiper-pagination {
display: none;
}

.energy .energy-supply .swiper-slide:hover .energy-supply-font {
background-size: cover;
height: 120px;
}

.energy .energy-supply .swiper-slide:hover .energy-supply-font h4 {
line-height: 120px;
}

.energy .energy-supply .swiper-slide:hover .energy-supply-swiperimg img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.energy .energy-qhse {
position: relative;
padding-top: 3.5%;
}

.energy-qhse .energy-qhse-list {
position: relative;
margin-top: 3.4%;
}

.energy-qhse .energy-qhse-left {
width: 45.5%;
background-color: #1bac8d;
position: relative;
margin-right: 1.3%;
}

.energy-qhse .energy-qhse-left::before {
content: " ";
position: absolute;
top: 3%;
right: 7%;
width: 384px;
height: 384px;
background: url(../images/en-icon1.png)no-repeat right center;
background-size: 100%;
}

.energy-qhse .energy-qhse-right {
width: 54.5%;
position: relative;
}

.energy-qhse .energy-qhse-ft {
width: 100%;
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
padding: 8% 15% 8% 6%;
text-align: justify;
}

.energy-qhse .energy-qhse-ft h4 {
font-size: 30px;
line-height: 40px;
color: #ffffff;
}

.energy-qhse .energy-qhse-font {
font-size: 16px;
line-height: 28px;
color: #ffffff;
margin-top: 3.5%;
}

.energy-qhse .mrpt {
margin-top: 4%;
}

.energy-qhse .energy-qhse-right .energy-qhse-ft {
padding: 8% 15% 4.5% 6%;
}

.energy-qhse .energy-qhse-righttp {
height: 372px;
background-color: #69c4b0;
position: relative;
}

.energy-qhse .energy-qhse-righttp::before {
content: " ";
position: absolute;
top: 5%;
right: 5.4%;
width: 420px;
height: 420px;
background: url(../images/en-icon2.png)no-repeat right center;
background-size: 100%;
}

.energy-qhse .energy-qhse-rightbt {
margin-top: 2.5%;
background-color: #64b0e5;
position: relative;
}

.energy-qhse .energy-qhse-rightbt::before {
content: " ";
position: absolute;
top: 10%;
right: 10%;
width: 380px;
height: 380px;
background: url(../images/en-icon3.png)no-repeat right center;
background-size: 100%;
}

.energy .energy-rel,
.energy .energy-team,
.energy .energy-honor {
position: relative;
padding-top: 4.5%;
}

.energy .energy-rel {
padding-top: 5.5%;
}

.energy-rel .energy-rel-list {
margin-top: 2.8%;
position: relative;
}

.energy-rel .energy-rel-img {
position: relative;
height: 640px;
width: 100%;
}

.energy-rel .energy-rel-font {
width: 35%;
padding-top: 3.7%;
margin-right: 9.4%;
float: right;
}

.energy-rel .energy-rel-font .num {
font-size: 60px;
line-height: 70px;
font-weight: bold;
color: #ffffff;
opacity: 0.2;
margin-left: -80px;
}

.energy-rel .rel-font-tit h4 {
font-size: 30px;
line-height: 45px;
color: #ffffff;
margin-top: -45px;
z-index: 3;
position: relative;
}

.energy-rel .rel-font-dec {
font-size: 16px;
line-height: 28px;
color: #ffffff;
opacity: 0.8;
text-align: justify;
margin-top: 3%;
}

.energy-rel .energy-rel-font li {
margin-top: 2%;
}

.energy-rel .energy-rel-font li:first-child {
margin-top: 0px;
}

.energy-rel .energy-rel-icon {
width: 191px;
height: 191px;
background-color: #ffffff;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 50%;
left: 42%;
transform: translate(-42%, -50%);
border: 17px solid #EBEFF2;
}

.energy-rel .energy-rel-icon1,
.energy-rel .energy-rel-icon2,
.energy-rel .energy-rel-icon3 {
width: 24px;
height: 80px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.energy-rel .energy-rel-icon1 {
top: 28%;
}

.energy-rel .energy-rel-icon2 {
width: 110px;
height: 100px;
animation: scaled 3.5s infinite;
}

.energy-rel .energy-rel-icon3 {
width: 114px;
height: 100px;
top: -21%;
animation: 8s linear 0s normal none infinite running myCircle;
-webkit-animation: 8s linear 0s normal none infinite running myCircle;
}

.energy-rel .energy-rel-icon3 img {
width: 90px;
}

@-webkit-keyframes myCircle {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes myCircle {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes myMove {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

@-webkit-keyframes myMove {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

@keyframes scaled {
0% {
transform: scale(1);
opacity: 0.9;
}

100% {
transform: scale(1.3);
opacity: 0;
}
}

.energy-team .energy-team-left {
width: 58%;
position: relative;
padding-right: 8%;
}

.energy-team .energy-team-left li:first-child {
margin-bottom: 11%;
}

.energy-team .energy-team-right {
width: 42%;
position: relative;
}

.energy-team .energy-team-icon {
width: 175px;
height: 100px;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy-team .energy-team-icon img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.energy-team .energy-team-font {
width: calc(100% - 175px);
position: inherit;
}

.energy-team .energy-team-font h3 {
font-size: 30px;
line-height: 42px;
color: #333333;
}

.energy-team .energy-team-left li:hover .energy-team-font h3 {
color: #1bac8d;
}

.energy-team .energy-team-left li:hover .energy-team-icon {
transform: translateY(-20px);
}

.energy-team .energy-team-font .dec {
font-size: 16px;
line-height: 28px;
color: #666666;
margin-top: 3%;
text-align: justify;
}

.energy-team .energy-team-img1,
.energy-team .energy-team-img2,
.energy-add .energy-add-img1,
.energy-add .energy-add-img2 {
overflow: hidden;
}

.energy-team .energy-team-img1 img,
.energy-team .energy-team-img3 img,
.energy-add .energy-add-img1 img,
.energy-add .energy-add-img3 img {
margin: 0px;
}

.energy-team .energy-team-img2 {
/* float: right; */
margin-left: 13%;
}

.energy-team .energy-team-img2 {
margin-top: -12%;
z-index: 3;
overflow: hidden;
position: relative;
}

.energy-team .energy-team-img3 {
margin-left: 10%;
bottom: -18px;
overflow: hidden;
position: absolute;
}

.energy-team .energy-team-img1 img,
.energy-team .energy-team-img2 img,
.energy-team .energy-team-img3 img,
.energy-honor .energy-honor-swiperimg img,
.energy-add .energy-add-img1 img,
.energy-add .energy-add-img2 img,
.energy-add .energy-add-img3 img {
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy-team .energy-team-img1:hover img,
.energy-team .energy-team-img2:hover img,
.energy-honor .swiper-slide:hover .energy-honor-swiperimg img,
.energy-add .energy-add-img1:hover img,
.energy-add .energy-add-img2:hover img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.energy .energy-honor {
margin-top: 7.5%;
padding-bottom: 2.8%;
background-attachment: fixed !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}

.energy-honor .swiper-container {
padding-bottom: 5%;
padding-top: 3.5%;
position: relative;
}

.energy .energy-item {
background: #ffffff;
padding: 4.8% 0 4.5% 0;
}

.energy-team .energy-team-list {
position: relative;
margin-top: 3.5%;
align-items: center;
}

.energy .energy-rel-simg {
display: none;
}

.mainer {
overflow-y: hidden;
}

.service .index-tit h3 {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px !important;
}

.service .index-tit h3::before {
content: " ";
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
width: 66px;
height: 3px;
background: #1e82d7;
}

.energy .index-tit h3::before {
background: #1bac8d;
}

/* 20211208 */
.energy-add {
position: relative;
padding-top: 3.4%;
align-items: center;
}

.energy-add .energy-add-left {
width: 54%;
padding-left: 2.5%;
padding-right: 8%;
position: relative;
}

.energy-add .energy-add-icon {
width: 70px;
height: 70px;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy-add .energy-add-font {
width: calc(100% - 70px);
position: relative;
padding-left: 7.5%;
}

.energy-add .energy-add-font h4 {
font-size: 30px;
line-height: 46px;
color: #333333;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.energy-add .energy-add-font .dec {
font-size: 16px;
line-height: 28px;
color: #666666;
margin-top: 3%;
text-align: justify;
}

.energy-add .energy-add-right {
width: 46%;
position: relative;
}

.energy-add .energy-add-img2 {
float: right;
margin-top: -20%;
position: relative;
z-index: 3;
}

.energy-add .energy-add-img3 {
margin-left: 34%;
bottom: -18px;
position: absolute;
overflow: hidden;
}

.energy .energy-qhse {
background-color: #f6f6f6;
padding-bottom: 5.5%;
margin-top: 7%;
padding-top: 5%;
}

.energy-add .energy-add-left:hover .energy-add-icon {
transform: translateY(-15px);
}

.energy-add .energy-add-left:hover .energy-add-font h4 {
color: #1BAC8D;
}

.ldybd {
display: none;
}


.yssm {
margin-top: 120px;
margin-bottom: 50px;
}

.yssm-bt {
margin-bottom: 30px;
text-align: center;
}

.yssm-ms {
}

.yssm-ms p {
}

.yssm h2, .yssm span, .yssm p {
font-family: "sans-serif";
/* color: #666666; */
font-size: 16px !important;
}

.yssm-ms table {
width: 100%;
}

.yssm-ms td {
border: 1px solid rgba(158, 158, 158, 0.86) !important;
}

.yssm-ms tr {
}

.yssm-bt h2 {
font-size: 28px !important;
font-weight: bold;
/* color: red; */
color: black;
}


@media screen and (max-width: 767px) {
.yssm {
margin-top: 80px;
margin-bottom: 30px;
}

.yssm-bt h2 {
font-size: 20px !important;
line-height: 28px;
}
}


.hjbh {
margin: 120px 0px 60px;
}

.hjbh-head {
text-align: center;
margin-bottom: 30px;
}

.hjbh-head h5 {
font-size: 32px;
}

.hjbh-body {
}

.hjbh-body table {
width: 100%;
}

.hjbh-body table tr {
}

.hjbh-body table td {
border: 1px solid #9e9e9e;
border-color: #9e9e9ea3 !important;
padding: 10px !important;
width: auto;
}

.hjbh-body table td span {
}

.hjbh-body table td p {
}

.hjbh-body table td img {
max-width: 100%;
}

.hjbh-body p, .hjbh-body p span, .hjbh-body table td, .hjbh-body table td p, .hjbh-body table td, .hjbh-body table td span {
font-family: "sans-serif";
font-size: 16px !important;
line-height: 26px;
}

.hjbh-body table .img1 {
padding: 2%;
text-align: center;
}

.hjbh-body table .img1 img {
width: 40%;
display: inline-block;
margin: 0 1%;
}

.hjbh-body table .img2 {
}

.hjbh-body table .img2 img {
display: block;
width: 60%;
margin: auto;
margin-bottom: 20px;
}

.hjbh-body table .img3 {
}

.hjbh-body table .img3 img {
display: block;
width: 60%;
margin: auto;
margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
.hjbh {
margin: 80px 0px 40px;
}

.hjbh-head h5 {
font-size: 24px
}

.hjbh-body p, .hjbh-body p span, .hjbh-body table td, .hjbh-body table td p, .hjbh-body table td, .hjbh-body table td span {
font-size: 14px !important;
line-height: 24px;
}

.hjbh-body table td {
padding: 5px !important;
}

.hjbh-table {
width: 100%;
overflow-x: scroll;
}

.hjbh-body table {
width: 1200px;
}

.hjbh-head {
margin-bottom: 20px;
}
}



.wblist {
padding: 55px 0;
box-sizing: border-box;
background: linear-gradient(to left, #f4fbfd, #f3f6fb);
margin-top: 100px;
}

.wblist-left {
width: 30%;
float: left;
margin-top: 2%;
position: relative;
}

.hzlogo {
position: absolute;
right: 10%;
/* display: none; */
bottom: 0%;
}

.wblist-left-logo {
text-align: left;
}

.wblist-left-logo img {
display: inline-block;
}

.wblist-left-logo h5 {
display: inline-block;
font-size: 15px;
vertical-align: -webkit-baseline-middle;
margin-left: 0px;
color: #00498f;
}

.wblist-right {
width: 70%;
float: right;
}

.wblist-ul {
}

.wblist-ul li {
width: 29.333%;
float: left;
margin: 1.5%;
position: relative;
}

.wblist-ul li a {
}

.wblist-ul li a img {
border-radius: 8px;
}

.wblist-ul-ms h5 {
font-size: 22px;
margin-bottom: 10px;
}

.wblist-ul-ms p {
font-size: 14px;
line-height: 18px;
height: 36px;
}

.wblist-ul-ms botton {
color: black;
margin-top: 6%;
display: inline-block;
padding: 8px 10px;
background: url(/pc/wblist/k9.png) no-repeat 5px 7px;
background-color: white;
background-size: 22px;
padding-left: 28px;
font-size: 16px;
}

.wblist-ul-ms {
position: absolute;
bottom: 0px;
width: 100%;
color: white;
padding: 10% 15px;
background-color: rgb(0 0 0 / 51%);
height: 100%;
border-radius: 8px;
}

.wblist-ul-ms2 {
position: absolute;
top: 25%;
width: 100%;
left: 0;
height: 100%;
text-align: center;
}

.wblist-ul-ms2 h5 {
display: inline-block;
color: white;
font-size: 18px;
padding: 10px 10px;
background-color: rgb(0 0 0 / 32%);
}

.wblist-left-ms {
margin-top: 14px;
}

.wblist-left-ms h5 {
font-size: 32px;
color: #00498f;
}

.wblist-left-ms p {
font-size: 12px;
line-height: 36px;
color: #00498f;
}

.wblist-left-ms2 {
margin-top: 10%;
}

.wblist-left-ms2 a {display: inline-block;background-color: white;padding: 15px 10%;font-size: 18px;margin-bottom: 15px;background: url(/pc/wblist/k9.png) no-repeat 18px 12px;background-color: white;background-size: 28px;padding-left: 55px;position: relative;}

.wblist-left-ms2 a:hover {
color: #00498f;
}

.wblist-ul-ms botton:hover {
color: #00498f;
}

@media screen and (max-width: 1366px) {
.wblist-ul-ms h5 {
font-size: 20px;
}

.wblist-ul-ms botton {
display: inline-block;
padding: 5px 8px;
background: url(/pc/wblist/k9.png) no-repeat 7px 4px;
background-color: white;
background-size: 18px;
padding-left: 25px;
font-size: 14px;
margin-top: 5%;
}

.wblist-ul-ms p {
font-size: 13px;
line-height: 16px;
height: 32px;
}
}

@media screen and (max-width: 760px) {
.wblist-left {
width: 100%;
float: none;
text-align: center;
margin-bottom: 30px;
}

.wblist-right {
width: 100%;
float: none;
}

.wblist-ul li {
width: 97%;
margin-bottom: 15px;
}

.wblist {
}

.wblist-left-logo {
text-align: center;
}

.wblist-left-logo h5 {
font-size: 20px
}

.wblist-left-ms h5 {
font-size: 28px;
}

.wblist-left-ms p {
font-size: 16px;
line-height: 32px;
}

.wblist-left-ms2 a {
}


.wblist-ul-ms h5 {
font-size: 22px;
}
}
