.enterpriseCultureTop {
    position: relative;
    width: 100%;
    height: 501px;
    background-color: red;
    background: url(../images/h-images/enterpriseCulture.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.enterpriseCultureTop h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.enterpriseCultureFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74px;
    background: linear-gradient(to right, rgba(0, 88, 167, 1), rgba(5, 124, 188, .5));
}

.enterpriseCultureFooter .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.enterpriseCultureFooter .w .left {
    height: 100%;
    display: flex;
    align-items: center;
}

.enterpriseCultureFooter .w .left a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 0 20px;
    /* display: inline-block; */
    font-weight: normal;
}

.h-on {
    font-weight: bold !important;
    background: url(http://127.0.0.1:5500/style/../images/byuan.png) no-repeat;
    background-position: bottom center;
}

.enterpriseCultureFooter .w .left a::after {
    position: absolute;
    content: "";
    display: none;
    background: url(http://127.0.0.1:5500/style/../images/byuan.png) no-repeat;
    bottom: -23px;
    left: 50%;
    width: 42px;
    height: 20px;
    transform: translateX(-50%);
}

.h_colorred {
    color: red !important;
}

.h_borderRed {
    border-bottom: 1px solid #DE2727 !important;
}

.h-block-bold {
    font-weight: bold !important;
    /* display: block !important; */
}

/* .enterpriseCultureFooter .w .left a:hover {
    font-size: 20px;
    font-weight: bold;
} */

.enterpriseCultureFooter .w .left a:hover::after {
    display: block;
}

.enterpriseCultureFooter .w .right {
    height: 100%;
    display: flex;
    align-items: center;

}

.enterpriseCultureFooter .w .right a {
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    color: rgb(255, 255, 255);
    /* padding: 0 20px; */
    display: inline-block;
    font-weight: normal;
}

.enterpriseCultureFooter .w .right a:hover {
    font-weight: bold;
}

.enterpriseCultureFooter .w .right a img {
    margin-right: 10px;
    vertical-align: middle;
}

.duty {
    background: url(../images/huhu.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 140px 0;
}

.duty-title {
    text-align: center;
}

.duty-title h2 {
       font-size: 48px;
    font-weight: bold;
    background: linear-gradient(
113deg
, #0058A7 44%, #0EA3F4 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
}

.duty-nav {}

.duty-nav ul {
    padding-top: 117px;
    display: flex;
    border-bottom: 1px solid #d9d5d5;
}

.duty-nav ul li {
    flex: 20%;
}

.duty-nav ul li a {
    position: relative;
    /*border-bottom: 1px solid #d9d5d5;*/
    padding-bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.duty-nav ul li a .point {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #DE2727;
    border-radius: 50%;
    display: none;
}

.duty-nav ul li a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    overflow: hidden;

}

.duty-nav ul li a p {
    padding-left: 11px;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: bold;
}

.duty-lis {
    padding-top: 71px;
}

.duty-lis ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.duty-lis ul li {
    padding-bottom: 54px;
    width: 32%;
    margin-right: 27px;
}
.duty-lis ul li:nth-child(3n){
	 margin-right: 0px;
}
.duty-lis ul li a {
    background-color: #fff;
    display: block;
    width:auto;
    height:auto;
    /* background-color: red; */
    border-radius: 40px 0px 40px 0px;
}

.duty-lis ul li a .hd .pic {
    width: 100%;
    height:auto;
    border-radius: 40px 0px 0px 0px;
}
.duty-lis ul li a .hd .pic img{
	width: 100%;
}
.duty-lis ul li a .bd {
    box-sizing: border-box;
    margin-top: 5px;
   
    /* width: 100%; */
    width: auto;
    height: 98px;
    border-radius: 0 0 40px 0;
    background: linear-gradient(to right, #dde6f2, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
}

.duty-lis ul li a .bd p {
    /* transition: 1s; */
    font-size: 20px;
    line-height: 45px;
    color: #333;
}

.duty-lis ul li a:hover {
    /*box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.2);*/
}

.duty-lis ul li a:hover .bd {
    background: linear-gradient(#fff, #fff);
    border: 1px solid #de2727;
}

.duty-lis ul li a:hover p {
    font-weight: bold;
    color: #DE2727;
}

.culture {
     padding-top: 24px; 
}
.culture ul li a .main{
	overflow: hidden;
}
.culture ul li a .main .bg{
	transition: all 1s;
}
.culture ul li a .main:hover .bg{
	transform: scale(1.1);
}
.culture ul li a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.culture ul li a .title {
    padding-bottom: 59px;
    padding-top: 46px;
}

.culture ul li a .title h2 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0058A7;
    /* line-height: 22px; */
    opacity: 0.9;

    background: linear-gradient(113deg, #0058A7 0%, #0EA3F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.culture ul li a .main {
    position: relative;
    width: 100%;
    border-radius: 50px 0 0 0;
    /*height: 449px;*/

}

.culture ul li a .main .bg {

    width: 100%;
    height: 100%;
}

.culture ul li a .main .quotationMark {
    position: absolute;
    top: 107px;
    left: 315px;
}

.culture ul li a .main h3 {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    padding-bottom: 26px;
    border-bottom: 1px solid #f5f5f5;
}

.culture ul li a .main p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.culture ul li a .main p span {
    margin-left: 10px;
    letter-spacing: 8px;
}

.culture ul li a .main ul {
    display: flex;
}

.culture ul li a .main ul li {}

.culture ul li a .main ul li a {
    display: block;
    width: 391px;
}
.value .title{
	display: none;
}
.bus-positon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bus-positon .title {
    padding-bottom: 59px;
    padding-top: 46px;
}

.bus-positon .title h2 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0058A7;
    /* line-height: 22px; */
    opacity: 0.9;

    background: linear-gradient(113deg, #0058A7 0%, #0EA3F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bus-positon .main {
    width: 100%
}

.bus-positon .main ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bus-positon .main ul li a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 390px;
    height: 434px;
    /* background-color: black; */
}

.bus-positon .main ul li a p {
    z-index: 20;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    bottom: 94px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.bus-positon .main ul li a h3 {
    z-index: 19;
    text-transform: uppercase;
    font-size: 30px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    opacity: .08;
}

.bus-positon .main ul li a .bigcircle {
    z-index: 19;
    width: 94px;
    height: 94px;
    background-color: #f5f5f5;
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 61px;
}

.bus-positon .main ul li a .smcircle {
    z-index: 21;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 61px;
    left: 50%;
    transform: translateX(-50%);
}

.bus-positon .main ul li a img {
    /*position: absolute;
    top: 0;*/
   transition: all 1s;
}
.bus-positon .main ul li a:hover img{
	transform: scale(1.1);
}

.bus-positon .main ul li a .jianbian {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            #0058a7 30%,
            rgba(255, 255, 255, 0) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.bus-positon .main ul li:nth-of-type(1) a {
    border-radius: 60px 0 0 0;
}

.bus-positon .main ul li:nth-of-type(4) a {
    border-radius: 0 0 60px 0;
}

.culture .value {
    padding-top: 121px;
    display: flex;
    justify-content: space-between;
}

.culture .value .left {
    width: 449px;
    /* background-color: red; */
}

.culture .value .left ul {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.culture .value .left ul li {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    height: 128px;
    /* background-color: pink; */
    display: flex;
    align-items: center;
}

.culture .value .left ul li:nth-of-type(n+2) {
    margin-top: 46px;
}

.culture .value .left ul li .point {
    z-index: 99;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DE2727;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.culture .value .left ul li .icon {
    margin-right: 47px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.culture .value .left ul li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 64px;
}

.culture .value .left ul li .text h3 {
    line-height: 25px;
    font-size: 25px;
    color: #2D2D2D;
}

.culture .value .left ul li .text p {
    line-height: 18px;
    font-size: 18px;
    color: #2D2D2D;
}

.culture .value .right {
    width: 449px;
    /* background-color: red; */
}

.culture .value .right ul li {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    height: 128px;
    align-items: center;
}

.culture .value .right ul li:nth-of-type(n+2) {
    margin-top: 46px;
}

.culture .value .right ul li .icon {
    margin-left: 47px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.culture .value .right ul li .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 64px;
    text-align: right;
}

.culture .value .right ul li .text h3 {
    font-size: 25px;
    line-height: 25px;
    color: #2D2D2D;
}

.culture .value .right ul li .text p {
    font-size: 18px;
    color: #2D2D2D;
    line-height: 18px;
}

.culture .value .right ul li .point {
    z-index: 99;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DE2727;
    position: absolute;
    bottom: -5px;
    left: -5px;
}


























.companyProfile-hd {
    background: url(../images/h-images/companyProfile-hd-top_bg.jpg) no-repeat;
    background-size:cover;
    width: 100%;
    height: 501px;
    position: relative;
}

.companyProfile-hd .title {
    position: absolute;
    left: 244px;
    top: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;

}

.companyProfile-hd .title h3 {
    font-size: 35px;
    /* line-height: 100px; */
    line-height: 35px;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
}

.companyProfile-hd .title a {
    width: max-content;
    margin-top: 33px;
    display: flex;
    align-items: center;
    font-size: 20px;
    vertical-align: middle;
    /* line-height: 100px; */
    border-bottom: 1px solid #F5F5F5;
    font-size: 20px;
    line-height: 19px;
    padding-bottom: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.companyProfile-hd .title a img {
    vertical-align: middle;
    margin-left: 9px;
}

.companyProfile-hd .lis {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right,
            #0058a7,
            rgba(5, 124, 188, .5));
    width: 100%;
    height: 74px;
}

.companyProfile-hd .lis .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companyProfile-hd .lis .w .left {
    height: 100%;
    display: flex;
    align-items: center;
}

.companyProfile-hd .lis .w .left a {
    font-size: 18px;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 0 20px;
    display: inline-block;
    font-weight: normal;
}



.companyProfile-hd .lis .w .left a::after {
    position: absolute;
    content: "";
    display: none;
    background: url(http://127.0.0.1:5500/style/../images/byuan.png) no-repeat;
    bottom: -23px;
    left: 50%;
    width: 42px;
    height: 20px;
    transform: translateX(-50%);
}

.companyProfile-hd .lis .w .left a:hover {
    font-size: 20px;
    font-weight: bold;
}

.companyProfile-hd .lis .w .left a:hover::after {
    display: block;
}

.companyProfile-hd .lis .w .right {
    height: 100%;
    display: flex;
    align-items: center;

}

.companyProfile-hd .lis .w .right a {
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    color: rgb(255, 255, 255);
    /* padding: 0 20px; */
    display: inline-block;
    font-weight: normal;
}

.companyProfile-hd .lis .w .right a:hover {
    font-weight: bold;
}

.companyProfile-hd .lis .w .right a img {
    margin-right: 10px;
    vertical-align: middle;
}

.companyProfile {
    padding-bottom: 151px;
    background: url(../images/h-images/newbj.png) no-repeat;
    background-position: bottom;
    background-size: 100% unset;
    overflow: hidden;
    padding-top: 70px;
}

.companyProfile-main {
    position: relative;
    margin-top: 92px;
    height: 693px;
    /* padding-bottom: 151px; */

}

.companyProfile-main .left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 776px;
    height: 693px;
    background-color: #ffffff;
    border-radius: 0px 100px 0px 0px;
}

.companyProfile-main .left img {
    height: 100%;
}

.companyProfile-main .right {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    
    width: 907px;
    height: 620px;
    box-shadow: 0px 2px 13px rgb(0 0 0 / 6%);
    background:#fff url(../images/xh.png) no-repeat;
    
    border-radius: 100px 0px 0px 0px;
    padding: 117px 105px 124px 95px;
}

.companyProfile-main .right h3 {
    font-size: 25px;
    line-height: 25px;
    color: #de2727;
}

.companyProfile-main .right p {
    padding-top: 72px;
    /* width: 704px; */
    /* height: 89px; */
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 29.6666px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 35px; */
    letter-spacing: 0px;
    color: #666666;
}

.companyProfile-main .right ul {
    padding: 0 18px 0 6px;
    margin-top: 112px;
    display: flex;
}

.companyProfile-main .right ul li {
    /* flex: 25%; */
    margin-right: 88.5px;
}

.companyProfile-main .right ul li .hd {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;

}

.companyProfile-main .right ul li span {
    /* width: 80px; */
    height: 58px;
    font-family: "DIN";
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #de2727;
}

.companyProfile-main .right ul li i {
    /* width: 23px; */
    /* height: 21px; */
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #de2727;
}

.companyProfile-main .right ul li h6 {
    white-space: nowrap;
    margin-top: 21px;
    text-align: center;
    /* width: 106px; */
    /* height: 17px; */
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
}

.productCenter {
    /* background-color: red; */
    position: relative;
    padding-top: 63px;
    height: 768px;
    /* overflow: hidden; */
}

.productCenter .w {
    height: 100%;
}

.productCenter .swiper {
    padding-top: 70px;
     position: relative; 
     overflow: hidden; 
    /* width: 501px; */
    /*height: 439px;*/
    /* background-color: red; */
}

.productCenter .swiper .swiper-wrapper {
    /*overflow: hidden;*/
    height: 439px;
}

.productCenter .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 501px;
    height: 439px;
    /* background-color: pink; */

}
.productCenter .swiper .swiper-wrapper .swiper-slide:hover .detail h3{
	color: #de2727;
}
.productCenter .swiper .swiper-wrapper .swiper-slide:hover .detail p{
	color: #de2727;
}

.productCenter .swiper .swiper-wrapper .swiper-slide .product {
    width: 100%;
    height: 329px;
    background-color: #f5f6f8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productCenter .swiper .swiper-wrapper .swiper-slide .detail {
    padding: 0 40px 0 54px;
    position: absolute;
    bottom: 0;
    left: 50%;
    box-shadow: 0px 2px 13px rgb(0 0 0 / 6%);
    transform: translateX(-50%);
    /* margin: 0 auto; */
    width: 458px;
    height: 158px;
    background-color: #ffffff;
    border-radius: 10px;
}

.productCenter .swiper .swiper-wrapper .swiper-slide .detail h3 {
    text-align: center;
    border-bottom: 1px solid #e3dfdf;
    padding: 36px 0 25px 0;
    font-size: 22px;
    line-height: 22px;
    color: #0058a7;
}

.productCenter .swiper .swiper-wrapper .swiper-slide .detail p {
    font-size: 18px;
    color: #666;
    padding: 18px 0 40px 0;
    text-align: center;
}



.productCenter .w .swiper-pagination {
    padding-top: 50px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.productCenter .w .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #0058a7;
    margin-left: 21px;
}

.productCenter .w .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #de2727;
}

.qualificationHonor {
    background: url(../images/h-images/qualificationHonor-bg.png) no-repeat;
    background-size: 100%;
    height: 800px;
    /*background-color: red;*/
    overflow: hidden;
}

.qualificationHonor .w {}

.qualificationHonor .w .duty-title {
    padding-top: 73px;
}
.dcmids {
    position: relative;
    margin-top: 0px;
}
.shangwu3 {
    padding-top: 80px;
    width: 100%;
    height:auto;
    background: url(../images/h-images/shangwu3bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.shangwu3 .shangwu3hd {
    padding-top: 33px;
    height: 147px;
    display: flex;
    /* align-items: center; */
}

.shangwu3 .shangwu3hd .icon {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    margin-right: 10px;
}
.shangwu3hd img {
    filter: brightness(0.5);
    margin-top: 3px;
}

.shangwu3 .shangwu3hd a {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.shangwu3 .shangwu3bd {
    height: 623px;
    display: flex;
    justify-content: space-between;

}
.rightbar{
	width: 60%;
	padding-left: 100px;
}
.dcmids{
	position: relative;
}
.gallery-thumbs{
	margin: 0 40px;
	position: relative;
	text-align: center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #0058a7;
}
.shangwu3 .shangwu3bd .leftbar {
    /*position: relative;*/
/*    flex: 50%;*/
    width: 40%;
    /*background-color: pink;*/
}
.fixiping{
	margin-top: 90px;
}
.shangwu3 .shangwu3bd .leftbar .bigmain {
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 747px;
    height: 399px;
    /* margin: 0 auto; */
}

.shangwu3 .shangwu3bd .leftbar .bigmain .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.shangwu3 .shangwu3bd .leftbar .bigmain .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.shangwu3 .shangwu3bd .leftbar .bigmain .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.shangwu3 .shangwu3bd .leftbar .swiper .shangwu3 .shangwu3bd .rightbar {
    flex: 50%;
    /* background-color: red;  */
}

.shangwu3 .shangwu3bd .rightbar h1 {
    width: max-content;
    font-size: 35px;
    font-weight: bold;
    color: #0058A7;
    padding-bottom: 46px;
    line-height: 35px;
    border-bottom: 1px solid #BFBFBF;

}

.shangwu3 .shangwu3bd .rightbar .tag {
    padding-top: 32px;
}

.shangwu3 .shangwu3bd .rightbar .tag ul {
    display: flex;
    align-items: center;

}
.gallery-thumbs{
	margin-top: 33px;
}
.gallery-thumbs .swiper-slide{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
}
.shangwu3 .shangwu3bd .rightbar .tag ul li a {
    display: block;
    padding: 13.5px 15px;
    border: 1px solid #DE2727;
    border-radius: 5px;
    margin-right: 6px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.shangwu3 .shangwu3bd .rightbar .explain {
    margin-top: 28px;
    color: #666;
    font-size: 16px;
	text-align: justify;
    font-weight: 400;
}

.shangwu3 .shangwu3bd .rightbar .kefu{
    margin-top: 50px;
    width: 184px;
    height: 52px;
	position: relative;
    border-radius: 10px 0 10px 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background-color: #e03939;

}
.shangwu3 .shangwu3bd .rightbar .kefu:hover .shuhu {
	display: block;
}
.shuhu {
    position: absolute;
    top: -38px;
    width: 77%;
    right: -88%;
	display: none;
}
.shangwu3 .shangwu3bd .rightbar .kefu img {
    margin-right: 10px;
}

.describe {
    width: 100%;
}

.describe .w {
    padding: 0 143px;
}

.describe .w .describehd {
    box-sizing: border-box;
    height: 83px;
}

.describe .w .describehd ul {
    height: 100%;
    display: flex;
    align-items: center;
}
.fixiping-two p{
	
  font-size: 18px;
  
  color: rgb(102, 102, 102);
  text-transform: uppercase;
 


}
.describe .w .describehd ul li {
    height: 100%;
}

.h-red {
    color: #DE2727 !important;
    font-weight: bold;
    border-bottom: 3px solid #DE2727;
}

.describe .w .describehd ul li a {
    margin-right: 48px;
    display: flex;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    font-size: 18px;

    color: #666;
}

.describe .w .describebd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    padding-top: 70px;
    padding-bottom: 70px;
}

.describe .w .describebd p {
    width: 100%;
    height: max-content;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
    padding-top: 42px;
}

.describe .w .describebd img {
    margin-top: 78px;
}

/*  */
.fixiping-two {
    text-align: center;
    border-radius: 20px;
    background: #fff;
    /*height: 400px;*/
    padding: 30px;
    box-shadow: 0px 2px 17px rgb(0 0 0 / 20%);
}

.index-fix-img {
    width: 100%;
}

.fixiping .swiper-slide {
    padding: 15px;
}

.index-fix-img {
    position: relative;
    padding: 0 100px;
}

.index-fixxz-img .swiper-button-prev {
    width: 58px;
    height: 72px;
    /*left: 0px;*/
    /*filter: grayscale(1);*/
    background: url(../images/nn1.png) no-repeat;
}



.index-fix-img .swiper-slide.swiper-slide-active .fixiping-two p {
    opacity: 1;
}

.index-fixxz-img .swiper-button-next {
    width: 58px;
    height: 72px;
    /*right: 0px;*/
    /*filter: grayscale(1);*/
    background: url(../images/nn2.png) no-repeat;
}

.fixiping-two p {

    font-size: 18px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-top: 25px;
}
@media only screen and (max-width: 1700px){
	.culture ul li a .main h3 {
    font-size: 33px;
   
}
.culture ul li a .title h2 {
    font-size: 46px;

}
.bus-positon .main ul li a {
  
    width: 100%;
    height: auto;
   
}
.culture ul li a .main .quotationMark {
   
    top: 93px;
    width: 4%;
    left: 225px;
}
.culture .value .left ul li .icon {
    margin-right: 26px;
  
}
.culture .value .right ul li .icon {
    margin-left: 26px;
  
}

}
@media only screen and (max-width: 1600px){
	.companyProfile-hd .lis {
    
    height: 52px;
}
.duty-lis ul li {
  
    width: 31%;
    
}
.duty-lis ul li a .bd {
  
    height: 77px;
   
}
.duty-lis ul li a .bd p {
  
    font-size: 18px;
   
}
.product img{
	width: 70%;
}
.productCenter .swiper .swiper-wrapper .swiper-slide .detail {
   
    width: 100%;
  
}
.companyProfile-main .right {
  
    right: 0;
    bottom: 0;
   
    width: 69%;
    height: auto;
  
    padding: 6% 6%;
}
.companyProfile-main .right p {
    padding-top: 52px;
   
    font-size: 17px;
   
    color: #666666;
}
.companyProfile-hd {
   
    height: 368px;
   
}
.companyProfile-hd .title {
   
    left: 129px;
    top: 121px;
   
}
}
@media only screen and (max-width: 1200px){
	.culture ul li a .title h2 {
    font-size: 41px;
}
.companyProfile-main .right ul li {
  
    margin-right: 50.5px;
}
.companyProfile-main .right ul li span {
  
    font-size: 62px;
   
}
.companyProfile-main .right ul {
  
    margin-top: 73px;
 
}
.culture ul li a .title {
    padding-bottom: 27px;
    padding-top: 34px;
}
.culture ul li a .main h3 {
    font-size: 27px;
}
.culture ul li a .main .quotationMark {
    top: 93px;
    width: 4%;
 
    left: 180px;
}
.culture ul li a .main p {
   
    text-align: center;
    width: 100%;
   
}
.bus-positon .main ul li a p {
  
    font-size: 25px;
  
}
}
@media only screen and (max-width: 1000px){
#bloc header.fixed {
   
    height: 50px !important;
}
.value .title h2 {
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0058A7;
    text-align: center;
    /* line-height: 22px; */
    opacity: 0.9;
    background: linear-gradient(
113deg
, #0058A7 0%, #0EA3F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dcmids {
    position: relative;
    margin-top: -21px;
}
.value .title{
	width: 100%;
	display: block;
}
.productCenter {
   
    position: relative;
    padding-top: 30px;
    height: auto;
  
}
.qualificationHonor .w .duty-title {
    padding-top: 28px;
}
.fixiping {
    margin-top: 10px;
}
.qualificationHonor {
 
    height: auto;
 
}
.duty {
   
    padding: 30px 0 30px 0;
}
.duty-nav ul {
    padding-top: 20px;
    
}
.duty-nav ul li a .icon{
	display: none;
}
.duty-nav .icon img{
	display: none;
}
.duty-nav ul li a p {
   
    font-size: 19px;
    
}
.productCenter .w .swiper-pagination {
    padding-top: 50px;
    position: absolute;
    bottom: 28px;
    left: 49%;
    transform: translateX(-50%);
}
.duty-nav ul li a {
   
    padding-bottom: 1px;
   
}
.productCenter .swiper {
    padding-top: 30px;
  
}
.duty-lis ul{
	flex-wrap: wrap;
}
.duty-lis ul li {
    width: 100%;
}
.duty-lis ul li a .bd {
    height: 57px;
}
.duty-lis ul li a .bd p {
    font-size: 17px;
}
.duty-lis ul li {
    padding-bottom: 20px;
    width: 100%;
    margin-right: 0;
}
.duty-lis {
    padding-top: 40px;
}
.productCenter .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100% !important;
    height: auto;
    /* background-color: pink; */
}
.companyProfile-hd {
    height: 236px;
}
.companyProfile-hd .title h3 {
    font-size: 16px;
   
    padding-bottom: 4px;
   
}
.companyProfile-hd .title a {
  
    margin-top: 14px;
    display: flex;
   
    font-size: 20px;
  
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 5px;
  
}
.companyProfile-hd .lis {
    height: 40px;
}
.companyProfile-hd .lis .w .left a {
    font-size: 15px;
 
    padding: 0 8px;
   
}
.companyProfile {
  
    padding-top: 30px;
        padding-bottom: 30px;
}
.companyProfile-hd .lis .w .right{
	display: none;
}
.companyProfile-hd .title {
    left: 26px;
    top: 74px;
}
.companyProfile-hd .title a img {
     width: auto; 
}
.duty-title h2 {
    font-size: 27px;
   
}
.shangwu3 {
    padding-top: 50px;
        height: auto;
   
}
.shangwu3 .shangwu3hd {
    padding-top: 23px;
    height: 93px;
    
  
}
.companyProfile-main .left {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 0;
}
.companyProfile-main .right {
    position: relative;
   width: 100%;
    border-radius: 0;
    
}
.companyProfile-main {
    position: relative;
    margin-top: 30px;
    height: auto;
    /* padding-bottom: 151px; */
}
.companyProfile-main .right p {
    padding-top: 18px;
    font-size: 15px;
  
}
.companyProfile-main .right ul {
    padding: 0 6px 0 6px;
  
    display: flex;
    flex-wrap: wrap;
}
.duty-title img{
	width: 32%;
}
.companyProfile-main .right ul li i {
   
    font-size: 17px;
    
}
.companyProfile-main .right ul li h6 {
  
    margin-top: 5px;
   
    font-size: 15px;
 
}
.companyProfile-main .right ul li span {
    font-size: 54px;
}
.companyProfile-main .right ul li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%;
}
.companyProfile-main .right ul {
    margin-top: 30px;
}
.shangwu3 .shangwu3bd .rightbar h1 {
    width: 100%;
       font-size: 26px;

    padding-bottom: 18px;
   
}
.shangwu3 .shangwu3bd .rightbar .tag ul li a {
   
    padding: 6.5px 5px;
   
   
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
   
}
.title {
	text-align: center;
}
.culture ul li a .title h2 {
    font-size: 27px;
    text-align: center;
}
.culture ul li a .main {
   border-radius: 0;
    width: 100%;
   
}
.culture ul li a .main p {
    /* display: none; */
    top: 31%;
    font-size: 13px;
}
.bus-positon .title h2 {
    font-size: 27px;
 
}

.culture ul li a .main .quotationMark {
    top: 34%;
    width: 4%;
    left: 6%;
}
.bus-positon .main ul {
   
    flex-wrap: wrap;
   
}
.bus-positon .main ul li {
    width: 49%;
    margin-left: 3px;
    margin-bottom: 4px;
}
.bus-positon .main ul li a h3 {
    
    font-size: 17px;
    
}
.bus-positon .title {
    padding-bottom: 25px;
    padding-top: 25px;
    	
}
.bus-positon .main ul li a p {
    font-size: 20px;
        bottom: 75px;
}
.culture .value {
    padding-top: 30px;
   padding-bottom: 30px;
   
}
.culture .value .left ul li .text h3 {
    line-height: 34px;
    font-size: 20px;
  
}
.culture .value .right ul li .text h3 {
    text-align: left;
  line-height: 34px;
    font-size: 20px;
}
.culture .value .left ul li .text p {
    line-height: 35px;
    font-size: 14px;
    color: #2D2D2D;
}
.culture .value .left ul li:nth-of-type(n+2) {
    margin-top: 3px;
}
.culture .value .left ul li {
   
    height: 95px;
   
}
.culture .value .right ul li .text p {
    font-size: 14px;
    color: #2D2D2D;
    line-height: 35px;
}
.culture .value .left ul li .icon {
    margin-right: 12px;
}
.culture .value .right ul li .icon {
    margin-left: inherit;
    margin-right: 12px;
}
.culture .value .right ul li {
    flex-direction: inherit;
    height: 95px;
}
.icon img {
    width: 72%;
}
.culture .value .right ul li:nth-of-type(n+2) {
    margin-top: 3px;
}
.culture .value .left ul li .point {
   
    width: 6px;
    height: 6px;
  
    bottom: -4px;
  
}
.culture .value .right ul li .point {
    width: 6px;
    height: 6px;
    bottom: -4px;
    left: inherit;
    right: 0;
}
.culture .value .left ul li .point {
    right: 0;
}
.center{
	display: none;
}
.culture .value {
   
    flex-wrap: wrap;
  
}
.culture ul li a .main h3 {
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
    border: inherit;
    text-align: center;
}
.culture {
    padding-top: 0;
}
.culture ul li a .title {
    padding-bottom: 10px;
    padding-top: 20px;
}
.title img {
    width: 51%;
}
.shangwu3 .shangwu3bd .rightbar .tag ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shangwu3 .shangwu3bd .rightbar .kefu {
    margin-top: 36px;
    margin-bottom: 36px;
    width: 125px;
    height: 40px;
    font-size: 13px;
   
}
.shangwu3 .shangwu3bd .rightbar .kefu img {
   
    width: 20px;
}
.shangwu3 .shangwu3bd .rightbar .explain {
    margin-top: 2px;
  
    font-size: 16px;
    
}
.describe .w .describehd ul li a {
    margin-right: 0;
   
    padding-left: 5px;
    padding-right: 5px;
       height: 34%;
    font-size: 14px;
  
}
.describe .w .describebd p {
    width: 100%;
  
    font-size: 15px;
    color: #666;
    line-height: 28px;
 
    padding-top: 20px;
}
.describe .w .describebd img {
    margin-top: 30px;
}
.describe .w .describebd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    padding-top: 0;
    margin-top: -68px;
    padding-bottom: 30px;
}
.describe .w {
    padding: 30px 4%;
}
.shangwu3 .shangwu3hd a {
   
    font-size: 14px;
    color: #666;
    
}
.shangwu3 .shangwu3bd .leftbar {
    
    width: 100%;
    
}
.gallery-thumbs {
  
    margin: 0 15px;
      margin-bottom: 30px;
    margin-top: 54px;
}
.rightbar {
    width: 100%;
    padding-left: 15px;
}
.shangwu3 .shangwu3bd {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
