* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a:hover {
    text-decoration: none;
    color: #b20101;
}

.mt_10 {
    margin-top: 10px;
}

li {
    list-style: none;
}

.d_flex {
    display: flex;
}

.d_flex_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.j_b {
    justify-content: space-between;
}

.j_a {
    justify-content: space-around;
}

.j_c {
    justify-content: center;
}

.a_c {
    align-items: center;
}

.flex_warp {
    flex-wrap: wrap
}

.flex {
    flex: 1;
    width: 100%;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.bg_fff {
    background-color: #fff;
}

.bg_f9 {
    background-color: #F9F9F9;
}

.col997A52 {
    color: #2558FE!important;
}

@font-face {
    font-family: 'zqjt';
    src: url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/fonts/xqjzt.ttf");
    src: url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/fonts/xqjzt.ttf") format('truetype');
}

@font-face {
    font-family: 'xqzpt';
    src: url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/fonts/xqzpt.ttf");
    src: url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/fonts/xqzpt.ttf") format('truetype');
}

img {
    display: block;
}

body {
    overflow-x: hidden;
}


/*header*/

.header {
    width: 100%;
    height: 126px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img {
    width: 302px;
    height: 54px;
}


/*nav*/

nav {
    width: 100%;
    height: 50px;
    background: #2558FE;
}

.nav {
    width: 900px;
    margin: 0 auto;
    height: 50px;
}

.nav li {
    flex: 1;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav li a {
    display: block;
    color: #ffffff;
    width: 100%;
    text-align: center;
    height: 48px;
    font-size: 14px;
    position: relative;
}

.nav li.active a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #fff;
}


/*footer*/

.footer-section1 {
    width: 100%;
    height: 350px;
    background: #1B1B1B;
    padding: 10px 0;
}

.footer-section1 .con {
    margin: auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

.footer-section1 .con img {
	margin: 70px 0;
    width: 360px;
}

.footer-section1 .con h3 {
    color: #FFBD71;
    font-size: 24px;
    font-family: SimSun;
    margin: 10px 0;
}

.footer-section1 .con .b-tip {
    font-size: 10px;
    color: #FFBD71;
    font-family: SimSun;
}

.footer-section2 {
    background-color: #fff;
}

.footer-section2 .left {
    padding: 72px 222px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #E0DCDB;
}

.bottom-title {
    font-size: 20px;
    color: #323333;
}

.bottom-title .tip {
    color: #004EA1;
    font-size: 24px;
    margin-top: 10px;
}

.footer-section2 .box1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDCDC;
}

.footer-section2 .box1 .more {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.footer-section2 .box1 .more img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.footer-section2 .detail {
    font-size: 12px;
    margin-top: 18px;
}

.footer-section2 .detail h4 {
    margin-bottom: 10px;
}

.footer-section2 .detail p {
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-section2 .right {
    background-color: #E0DCDB;
    padding: 72px 162px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-section2 .right .img-box img {
    margin: 0 14px 0 0;
	width: 25px;
}

.footer-section2 .copy {
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}


/*index*/

.self-pagination i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 3px;
    background-color: #2558FE;
}

.swiper-container img {
    width: 100%;
    max-height: 762px;
}

.self-pagination {
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-radius: 0;
    margin: 0 15px!important;
    opacity: 1!important;
    background-color: transparent;
    border: none;
}

.self-pagination.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 2px solid #2558FE;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 65px!important;
}

.section2 {
    width: 100%;
    height: 510px;
    display: flex;
    justify-content: space-between;
}

.section2 .left {
    width: 720px;
    background: #E2DEDB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section2 .left .left-con {
    width: 300px;
    text-align: left;
}

.section2 .left .tit {
    font-size: 32px;
    font-family: zqjt;
    color: #323333;
    position: relative;
}

.section2 .left .tit::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 118px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/icon1.png) no-repeat;
    background-size: 100% 100%;
}

.section2 .left .tip {
    font-size: 36px;
    color: #323333;
    font-family: zqjt;
}

.section2 .left .desc {
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.section2 .left .more {
    font-size: 14px;
    margin-top: 40px;
    cursor: pointer;
}

.section2 .left .more img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.section2 .right {
    height: 100%;
}

.section2 .right .con {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.section2 .right .con .item {
    text-align: center;
}

.section2 .right .con .item img {
    width:242px;
    height: 65px;
    margin: 0 auto;
}

.section2 .right .con .item .tp {
    margin: 15px 0 20px;
    font-size: 20px;
    color: #2558FE;
}

.section2 .right .con .item .desc {
    color: #323333;
    font-size: 20px;
}

.section3 {
    position: relative;
}

.section3 .bg-img {
    width: 100%;
}

.section3 .con {
    position: absolute;
    width: 460px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px 0 60px;
}

.section3 .con .txt-box {
    color: #FFFFFF;
}

.section3 .con .txt-box h3 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
}

.section3 .con .txt-box .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
    color: #ffffff;
}

.section3 .con .txt-box .more {
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.section3 .pro-items {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 124px;
}

.section3 .pro-items .img-box {
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
}

.section3 .pro-items .img-box .s6 {
    display: inline-block;
    margin: 0 auto;
    width: 236px;
}

.section3 .pro-items .img-box:first-child {
    background: #2558FE;
}

.section4 {
    padding: 100px 222px;
    box-sizing: border-box;
}

.section4 .title-box .title {
    width: 100%;
}

.section4 .title-box .title .tit,
.join-box .info .title .tit {
    font-size: 32px;
    font-family: zqjt;
    color: #323333;
    position: relative;
}

.section4 .title-box .title .tit::after,
.join-box .info .title .tit::after {
    /*content: '';
    position: absolute;
    top: -1px;
    left: 118px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/icon1.png) no-repeat;
    background-size: 100% 100%;*/
}

.section4 .title-box .title .tip,
.join-box .info .title .tip {
    font-size: 36px;
    color: #323333;
    font-family: zqjt;
}

.section4 .title-box .more,
.join-box .info .more {
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.section4 .title-box .more img,
.join-box .info .more img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.news {
    margin-top: 30px;
}

.news li {
    border-bottom: 1px dashed #707070;
    padding: 15px 0;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.news li a {
    font-size: 16px;
    color: #666666;
}

.news li:hover a {
    color: #2558FE;
}

.news li:hover a p {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join-box {
    margin: 100px 0;
    padding: 50px 0 0;
}

.join-box .img-box {
    flex: 1;
    margin-right: 50px;
}

.join-box .img-box img {
    width: 100%;
}

.join-box .desc {
    flex: 1;
    color: #666666;
    font-size: 14px;
    line-height: 2;
    margin: 50px 0;
}


/*about*/

.banner {
    position: relative;
    width: 100%;
}
.banner .ban{
    width: 100%;
}

.banner .hf-y {
    position: absolute;
    top: 49px;
    left: 580px;
    max-height: 80%;
}

.about-nav {
    height: 120px;
    background: #F2F2F2;
}

.about-nav .con {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.about-nav .item {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1B1B1B;
    font-size: 14px;
    cursor: pointer;
}

.about-nav .icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-nav .item.active {
    background: #473528;
    color: #C29460;
}

.nav-detail {
    background-color: #fff;
    /* padding: 50px 0 100px 0; */
    display: none;
}

.nav-detail.active {
    display: block;
}

.nav-detail .detail {
    /*width: 1200px;*/
    margin: 0 auto;
    color: #323333;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.nav-detail .detail .tit {
    font-size: 28px;
    font-family: syst;
    text-align: center;
}

.nav-detail .detail .tip {
    font-size: 24px;
    font-family: zqjt;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.nav-detail .detail .tip::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #2558FE;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.d_fle{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.nav-detail .intro .left {
    /*width: 740px;*/
}

.nav-detail .intro .left .sub-tit {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2558FE;
}

.nav-detail .intro .left .sub-tip {
    color: #666666;
    line-height: 1.8;
    font-size: 14px;
}

.nav-detail .intro .right {
	padding-top: 50px;
    /*width: 392px;*/
    
}


/*subordinate*/

.subordinate-box {
    padding: 20px 0 50px 0;
}

.subordinate-box .item .info {
    padding: 70px 50px 20px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.subordinate-box .title {
    width: 100%;
    margin: 0 auto;
}

.subordinate-box .title .tit {
    font-size: 28px;
    font-weight: bold;
    font-family: syst;
    color: #323333;
}

.subordinate-box .title .tit::after {
    content: '';
    display: block;
    position: relative;
    bottom: -10px;
    width: 40px;
    height: 4px;
    background: #2558FE;
}

.subordinate-box .desc {
    width: 100%;
    color: #323333;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 40px;
}

.subordinate-box .more {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.subordinate-box .more.l {
    justify-content: flex-start;
    align-items: flex-start;
}

.subordinate-box .more img {
    width: 113px;
    height: 10px;
}

.subordinate-box .thumbnail {
    width: 50%;
    position: relative;
}

.subordinate-box .thumbnail .layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.subordinate-box .thumbnail img {
    width: 100%;
}

.bgFDF9EE {
    background: #FDF9EE;
}

.new-nav {
    height: 120px;
    background: #F2F2F2;
}

.new-nav .con {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.new-nav .item {
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1B1B1B;
    font-size: 14px;
    cursor: pointer;
    margin-right: 110px;
    position: relative;
}

.new-nav .item::after {
    position: absolute;
    right: -100px;
    content: '';
    width: 28px;
    margin: 0 30px;
    display: block;
    height: 12px;
    background: url(http://bwxmz.oss-cn-beijing.aliyuncs.com/webStorage/web_16814420201795017.png) no-repeat;
    background-size: 100%;
}

.new-nav .item:last-child::after {
    display: none;
}

.new-nav .item.active {
    background: #2558FE;
    color: #ffffff;
}

.new-content {
    display: none;
    /*background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/new-bg.png) no-repeat;*/
    /*background-size: 100% 100%;*/
}

.new-content.active {
    display: block;
}

.new-content .title,
.join-content .title,
.concat-content .title {
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
    color: #323333;
    font-family: syst;
}

.join-content .title,
.concat-content .title {
    color: #323333;
}
.join-content .title{
    text-align: left;
    padding-top: 20px;
}

.new-content .tip,
.join-content .tip,
.concat-content .tip {
    text-align: center;
    color: #323333;
    font-family: zqjt;
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
}

.join-content .tip,
.concat-content .tip {
    color: #323333;
}
.join-content .tip{
    text-align: left;
}
.new-content .tip::after,
.join-content .tip::after,
.concat-content .tip::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    display: block;
    width: 40px;
    height: 4px;
    background: #2558FE;
}

.join-content .tip::after,
.concat-content .tip::after {
    background: #2558FE;
}
.join-content .tip::after{
    left: 0;
    transform: translateX(0);
}
.new-list .new-item {
    width: 100%;
    height: 258px;
    position: relative;
}
.new-list .new-item.active{
    background: #F2F2F2;
}
.new-list .new-item .layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.new-list .new-item .item-box {
    width: 1200px;
    height: 258px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.new-left {
    flex-direction: column;
    padding-bottom: 20px;
    height: 216px;
}

.new-left .date {
    font-size: 14px;
    color: #323333;
    margin-bottom: 20px;
}

.new-left .tit {
    font-size: 20px;
    color: #323333;
    margin: 20px 0 14px;
}

.new-left .desc {
    font-size: 12px;
    color: #323333;
}

.new-left .more {
    color: #323333;
    font-size: 14px;
    width: 114px;
    text-align: right;
}

.new-left .more p {
    margin-bottom: 5px;
}

.new-right {
    width: 408px;
    height: 216px;
}
.new-right img{
    width: 100%;
    height: 100%;
}

.page-box {
    padding: 40px 0 90px;
}

.page li {
    margin: 0 5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #323333;
    cursor: pointer;
}


.page li.active {
    background: #2558FE;
    color: #ffffff;
}

.page li img {
    width: 12px;
    height: 12px;
    margin: 8px 6px;
}

.join-content {
    display: none;
    background-color: #fff;
    padding: 50px 0 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.join-content.active {
    display: flex;
}
.j-left{
    width: 50%;

}
.btn-join{
    width: 120px;
    height: 40px;
    background: url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/ybtn1.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-join:hover{
    color: #ffffff;
}
.btn-join img{
    width: 12px;
    height: 13px;
    margin-left: 5px;
}
.left-box{
    width: 360px;
    height: 306px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.desc{
    color: #666;
    font-size: 16px;
    width: 300px;
    line-height: 1.8;
}
.txt-box {
    padding-top: 30px;
    line-height: 2;
    color: #666666;
    font-size: 14px;
}

.txt-box p {
    text-align: center;
}

.concat-content {
    display: none;
    padding: 50px 0 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.concat-content.active {
    display: block;
}

.concat-box {
    width: 1200px;
    margin: 0 auto;
}

.s-box1 .item {
    font-size: 30px;
    line-height: 1.5;
    color: #323333;
    font-weight: bold;
}

.zpt {
    font-family: zqjt;
}

.s-box1 .item1 {
    color: #2558FE;
}
.s-box1 .item1.border{
    width: 236px;
    height: 51px;
    border: 1px solid #2558FE;
    border-radius: 26px;
    display: flex;
    justify-content: center;
}

.s-box1 .item1 .line {
    font-size: 30px;
    font-weight: 300;
    color: #707070;
}

.s-box1 .item1 .num {
    font-size: 46px;
    font-weight: bold;
    color: #2558FE;
}
.s-box1 .item1.border .num{
    font-size: 32px;
    font-weight: 400;
}
.s-box1 .item1 .unit {
    padding-top: 10px;
    margin-left: 5px;
    font-size: 18px;
}

.s-box1 .item1 .l {
    margin-right: 16px;
}

.s-box1 .item1 .r {
    font-size: 18px;
    margin-left: 10px;
}

.s-box2 {
    color: #323333;
    margin-top: 35px;
}

.s-box2 p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #323333;
}

.s-box2 p span {
    color: #2558FE;
    font-size: 22px;
    font-weight: bold;
}

.map {
    margin-top: 90px;
}

.wap-header {
    display: none;
}

.wap-header .img {
    height: 50px;
}

.menu {
    width: 30px;
    height: 30px;
}

.wap-nav {
    display: none;
}

.wap-about-nav,
.wap-about-li {
    display: none;
}

.he-link {
    width: 100%;
    justify-content: center;
}

.he-link a {
    display: block;
    width: 20px;
    line-height: 1.5;
    color: #fff;
    margin: 0 16px;
    font-size: 20px;
    text-align: center;
}

.he-link a img {
    margin-bottom: 10px;
}

.bg-url {
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/join-bg.png) repeat;
}

.concat-text {
    width: 560px;
    margin: 60px auto 0px auto;
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

#detail .article-box {
    width: 1200px;
    margin: 0 auto 40px auto;
}

#detail .article-box .article-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    font-family: syst;
    padding: 45px 0;
    width: 812px;
}

.art-left {
    margin-right: 68px;
    flex: 1;
    width: 812px;
}

.art-right {
    width: 320px;
}

.right-conent {
    background: #F2F2F2;
    padding: 0 17px;
}
.right-conent .preview{
    width: 100%;
}
.article-hot{
    cursor: pointer;
}

.art-right h2 {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
}

.art-right h2 img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.art-right p {
    margin-bottom: 14px;
    padding-top: 10px;
    color: #666666;
    font-size: 14px;
}

.art-right .more {
    text-align: center;
    color: #2558FE;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.art-right .more img {
    margin: 10px auto;
}

.intro-box {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.intro-box p {
    font-size: 12px;
    color: #666666;
    margin-right: 25px;
    padding-bottom: 14px;
}

.intro-box p img {
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
}

.intro-box p .see {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

.art-txt p {
    padding: 20px 0;
    color: #666666;
    font-size: 14px;
}

.art-txt img {
    width: 100%;
}

.art-left .share {
    justify-content: flex-end;
    width: 100%;
}

.art-left .share img {
    margin-left: 10px;
}

.art-left .page {
    margin: 44px 0;
}

.art-left .page .btn {
    width: 180px;
    height: 42px;
    background: #F2F2F2;
    border-radius: 28px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.art-left .page .btn.no{
    color: #aaa;
}

.art-left .page .btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.line2 {
    line-height: 2;
}

.content-box .time-box {
    padding: 80px 0;
}

.time-content {
    width: 1132px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.time-content::-webkit-scrollbar {
    display: none;
}

.content-box .time-box ul {
    white-space: nowrap;
    overflow-x: scroll;
    margin-left: 14px;
}

.content-box .time-box ul::-webkit-scrollbar {
    display: none;
}

.content-box .time-box li {
    display: inline-block;
    width: 123px;
    height: 41px;
    margin: 0 15px;
    text-align: center;
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/about-btn1.png)no-repeat;
    background-size: 100% 100%;
    color: #323333;
    font-size: 18px;
    line-height: 41px;
    position: relative;
    cursor: pointer;
}

.prev {
    position: relative;
}

.prev::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 34px;
    height: 1px;
    border-bottom: 1px solid #707070;
    right: -34px;
    margin-top: -1px;
}
.time-content-box{
    overflow: hidden;
    width: 100%;
    height: 240px;
    position: relative;
}
.time-con-i {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 800ms;
    opacity: 0;
    display: flex;
}

.time-con-i.active {
    opacity: 1;
}

.content-box .time-box li::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 34px;
    height: 1px;
    border-bottom: 1px dashed #707070;
    right: -34px;
    margin-top: -1px;
}

.content-box .time-box li.active {
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/about-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

.content-box .time-box li.on::after {
    border-bottom: 1px solid #707070;
}

.time-con-left {
    width: 260px;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.t-desc {
    font-size: 12px;
    color: #323333;
}

.t-tit {
    font-size: 14px;
    color: #323333;
}

.about-logo {
    margin-bottom: 50px;
}

.about-icon {
    align-items: flex-end;
    font-size: 20px;
    font-family: xqzpt;
    color: #323333;
}

.about-icon img {
    margin-right: 12px;
    width: 68px;
    height: 41px;
}

.time-con-left p {
    margin-top: 15px;
}

.time-con .mr-30 {
    margin-right: 30px;
}

.botton-bannar {
    width: 100%;
    position: relative;
}

.botton-bannar .con {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.botton-bannar .con .item {
    text-align: center;
    color: #fff;
}
.botton-bannar .con .item img{
    margin: 0 auto;
    width: 242px;
    height: 65px;
}

.botton-bannar .con .item .tp {
    font-size: 20px;
    margin-top: 15px;
}

.botton-bannar .con .item .desc {
    font-size: 20px;
    margin-top: 24px;
    color: #ffffff;
}

.ry-pages {
    width: 450px;
    height: 694px;
    background: #2558FE;
    flex-direction: column;
    padding: 60px 0;
}

.ry-line {
    position: relative;
    width: 100%;
    height: 100%;
}

.ry-pages ul li {
    width: 20px;
    margin: 0 20px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.ry-pages ul li p {
    width: 22px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box-item {
    display: none;
}

.img-box-item.on {
    display: block;
}

.img-box-item {
    width: 750px;
    height: 694px;
    position: relative;
}

.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
    height: 694px;
    opacity: 0;
    transition: opacity 1500ms;
}

.main-img.active {
    opacity: 1;
}

.ry-pages ul {
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 2s;
}

.ry-pages ul.active {
    display: flex;
    opacity: 1;
}

.ry-pages ul li {
    position: relative;
    z-index: 9;
}

.ry-pages ul li span {
    display: inline-block;
    transform: rotate(90deg) translateY(10px);
    margin-bottom: 10px;
    margin-top: 30px;
}

.ry-pages ul li i {
    width: 20px;
    height: 30px;
    display: inline-block;
    border-left: 1px solid #ffffff;
    margin-top: 4px;
    margin-left: 8px;
}

.ry-page {
    margin-top: 50px;
    font-size: 16px;
}

.ry-page p {
    margin: 0 20px;
    font-size: 16px;
    color: #ffffff;
}

.wh-item.w-l {
    width: 586px;
    height: 810px;
    background: url("http://bwxmz.oss-cn-beijing.aliyuncs.com/webStorage/web_16814538225188131.png")no-repeat;
    background-size: 100% 100%;
    margin-right: 68px;
    padding: 35px 40px 60px 64px;
    box-sizing: border-box;
    border-right: 12px solid #2558FE;
    font-weight: bold;
}

.wh-item.w-l .img {
    width: 29px;
    height: 520px;
    margin-right: 30px;
}

.wh-item.w-l .img-box {
    position: relative;
    padding-left: 40px;
}

.wh-item.w-l .img-box .img2 {
    margin: 20px 0 98px 0;
}

.wh-item.w-l .img-box .img3 {
    position: absolute;
    top: 200px;
    left: 180px;
}

.w-r {
    width: 71px;
    height: 351px;
    margin-right: 14px;
}

.jzg {
    height: 772px;
    margin-top: 40px;
    padding-left: 50px;
    border-left: 1px solid #2558FE;
}

.jzg li {
    font-family: xqzpt;
    width: 20px;
    margin-right: 78px;
    text-align: center;
    color: #323333;
}

.txt1 {
    position: relative;
    top: 100px;
}

.jzg li .bold {
    font-size: 24px;
    text-align: center;
    position: relative;
    left: -2px;
    line-height: 1;
}

.txt2 {
    position: relative;
    top: 210px;
}

.tx {
    border-top: 1px solid #2558FE;
    display: block;
    width: 20px;
    height: 1px;
    margin: 10px 1px 10px;
}

.tc {
    line-height: 1.3;
    font-size: 18px;
}

.space {
    width: 20px;
    height: 20px;
    display: block;
}

.zr-items {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zr-items .zr-item {
    width: 586px;
    height: 272px;
    background: #F2F2F2;
    padding: 34px 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.zr-items .zr-item:nth-child(n+2) {
    margin-bottom: 0;
}

.zr-items .zr-item img {
    width: 126px;
    height: 126px;
    margin-right: 30px;
}

.zr-tit {
    font-size: 20px;
    color: #2558FE;
}

.zr-desc {
    font-size: 14px;
    margin: 12px 0 20px;
    color: #2558FE;
}

.ar-intro {
    color: #1B1B1B;
    font-size: 14px;
    line-height: 2;
}
.safe{
    width: 1200px;
}
.safe .zr-info {
    margin-left: 63px;
    width: 800px;
    flex: 1;
}

.safe .zr-info .zr-desc {
    margin-top: 10px;
    margin-bottom: 0;
}

.safe .ar-intro {
    flex: 1;
    margin-top: 10px;
}

.safe .zr-item {
    margin-bottom: 50px;
    width: 100%;
    height: 234px;
    background: #F2F2F2;
    padding: 0 90px 0 60px;
    box-sizing: border-box;
}

.store-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 760px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0 0 139px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-info .info-box img {
    margin-bottom: 68px;
}

.store-info .info-box .pp-box {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.store-info .info-box .info-intro {
    font-size: 14px;
    line-height: 2;
    width: 330px;
}

/*鍝佺墝椤甸潰*/
.page-title{
    text-align: center;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 28px;
    font-family: syst;
    color: #323333;
}
.page-tip{
    text-align: center;
    padding: 6px 0 64px 0;
    font-size: 24px;
    font-family: xqzpt;
    color: #323333;
    position: relative;
}
.page-tip::after{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #2558FE;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}
.pp-swiper-box{
    width: 1500px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.pp-swiper-box img{
    width: 100%;
    height: 100%;
}
.pp-swiper-box .lm-next{
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background:url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/lm-r.png") no-repeat;
    z-index: 99;
    cursor: pointer;
}
.pp-swiper-box .lm-prev{
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background:url("https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/lm-l.png") no-repeat;
    z-index: 99;
    cursor: pointer;
}
.product{
    margin-top: 100px;
    position: relative;
}
.product .lm-img-box,
.product .lm-img-box1{
    /*width: 1300px;*/
    flex: 1;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .lm-img-box img,
.product .lm-img-box1 img{
    /*width: 1300px;*/
    width: 100%;
    display: none;
}
.product .lm-img-box img.active,
.product .lm-img-box1 img.active
{
    display: block;
}
.pro-info{
    /*position: absolute;*/
    right: 0;
    width: 620px;
    /*height: 100%;*/
    background: #000000;
    padding: 100px 0 0;
    color: #ffffff;
}
.pro-info-con .pro-tit{
    font-size: 28px;
    font-family: xqzpt;
    padding-left: 120px;
}
.pro-info-con .pro-tit p{
    font-size: 24px;
    position: relative;
    margin-bottom: 50px;
}
.pro-info-con .pro-tit p::after{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #2558FE;
    left: 0;
    bottom: -15px;
}
.pro-list .pro-item{
    color: #ffffff;
    position: relative;
    padding: 30px 0 14px 120px;
}
.pro-list .pro-item.bgc{
    background-color: rgba(255,255,255,0.1);
}

.pro-item .pr-logo{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.pro-item.bgc .pr-log{
    opacity: 1;
}
.pro-list .pro-item .sub-tit{
    font-size: 18px;
    margin-bottom: 28px;
}
.pro-list .pro-item .pt,.pro-list .pro-item .pt1
{
    margin-bottom: 16px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
}
.pro-list .pro-item .pt:hover,.pro-list .pro-item .pt1:hover{
    color: #ffffff;
}
.pro-list .pro-item .pt img,.pro-list .pro-item .pt1 img{
    margin-right: 4px;
}
.gz-box{
    padding-top: 150px;
    padding-bottom: 150px;
}
.gz-info{
    background: #ffffff;
    padding-left: 210px;
}
.gz-info .pro-tit{
    font-size: 28px;
    font-family: xqzpt;
    color: #323333;
}
.gz-info .pro-tit h3{
    font-family: syst;
}
.gz-info p{
    margin-top: 5px;
    font-size: 24px;
    position: relative;
    margin-bottom: 60px;
}
.gz-info p:after{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #2558FE;
    left: 0;
    bottom: -15px;
}
.gz-info .img-box img{
    width: 21px;
    height: 21px;
}
.dj{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 180px;
}
.dj img{
    width: 672px;
    height: 300px;
}
.img-box img{
    margin-right: 10px;
}
.code-img{
    display: none;
    margin-top: 15px;
    position: relative;
}
.code-img.active{
    display: block;
}
.code-img::after{
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 5px;
    z-index: 3;
    width: 8px;
    height: 8px;
    border: 1px dashed #707070;
    transform: rotate(45deg);
    background-color: #fff;
}
.code-img span{
    position: relative;
    border: 1px dashed #707070;
    z-index: 2;
    display: inline-block;
    width:84px;
    height: 84px;
}
.code-img img{
    display: inline-block;
    position: absolute;
    width:82px;
    height: 82px;
    top: 1px;
    left: 1px;
    z-index: 5;
    background: #ffffff;
}

.no-data{
    padding: 30px 0 90px;
    text-align: center;
    color: #999;
}
.y-btn-box{
    padding-top: 68px;

}
.y-btn-box .y-btn{
    width: 146px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/ybtn1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 27px;
    cursor: pointer;
}
.y-btn-box .y-btn.active{
    background: url(https://yjhimg.oss-cn-hangzhou.aliyuncs.com/hefu/web/ybtn2.png) no-repeat;
    background-size: 100% 100%;
}
.pro-box{
    display: none;
}
.pro-box.active{
    display: block;
}
.zx-left{
    margin-right: 60px;
}
.zx-tit{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding: 10px 10px;
}
.zx-li{
    display: flex;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
}
.zx-li img{
    width: 31px;
    height: 31px;
    margin-right: 8px;
}

.nav-down-box{
    display: none;
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 99;
    background-color: #fff;
}
.nav-down-box.active{
    display: flex;
}
.nav-down-box .left{
    width: 714px;
    height: 100%;
    background: #2558FE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-down-box .left .box{
    width: 250px;
    margin-left: 100px;
    text-align: left;
}
.nav-down-box .left .box .d-tit{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.nav-down-box .left .box .d-en{
    font-size: 26px;
    font-weight: bold;
    color: #2558FE;
}
.nav-down-box .right ul{
    padding:20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-down-box .right li{
    width: 35%;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-right: 30px;
    position: relative;
    color: #323333;
    cursor: pointer;
}
.nav-down-box .right li::after{
    content: '';
    position: absolute;
    width: 92%;
    right: 0;
    height: 1px;
    display: block;
    border-bottom: 1px solid #E2E2E2;
    bottom: 0px;
}
.nav-down-box .right li .icon{
    width: 9px;
    height: 9px;
    margin-right: 5px;
}
.nav-down-box .right li .arrow{
    width: 18px;
    height: 18px;
}
.nav-down-box .right li .active{
    color: #2558FE;
}
.nav-down-box .right li a:hover{
    color: #2558FE;
}
.wh-item p{
    width: 30px;
    font-size: 41px;
    font-family: xqzpt;
    margin-right: 58px;
    margin-top: 50px;
}

@media screen and (min-width: 1300px)and (max-width:1600px) {
    .footer-section2 .left{
        padding: 72px 50px;
    }
    .footer-section2 .right{
        padding: 72px 50px;
    }
    .section3 .con {
        width: 375px;
        padding: 0 30px;
    }
    .he-link a {
        font-size: 16px;
    }
    .section3 .pro-items .img-box {
        width: 220px;
    }
    .section3 .pro-items .img-box img {
        width: 80%;
    }
    .section3 .pro-items .img-box .s6 {
        width: 180px;
    }
    .section3 .con .txt-box {
        margin-top: -80px;
        padding-top: 0;
    }
    .section2 .right .con .item img{
        width: 121px!important;
        height: 32px!important;
    }
    .section2 .right .con .item.t70{
        width: 135px!important;
    }
    .store-info{
        width: 500px;
        padding: 0 0 0 89px;
    }
}



@media screen and (max-width: 800px) {
    /*闅愯棌閮ㄥ垎鍏冪礌*/
    #header {
        display: none;
    }
    .about-nav,
    .new-nav {
        display: none;
    }
    .wap-about-nav,
    .wap-about-li {
        display: block;
    }
    /*鏄剧ず閮ㄥ垎鍏冪礌*/
    .wap-header {
        display: flex;
        height: 60px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wap-nav {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        transition: all 500ms;
        z-index: 99;
        transform: translateX(110%);
    }
    .wap-nav.active {
        transform: translateX(0);
    }
    .close-box {
        width: 100%;
        text-align: right;
        padding: 10px;
    }
    .close-box img {
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .wap-nav ul {
        padding: 0 15px;
    }
    .wap-nav ul li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eaeaea;
    }
    .wap-nav ul li.active a {
        color: #2558FE;
        font-weight: bold;
    }
    /*鍏朵粬鏍峰紡*/
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px!important;
    }
    .section2 {
        display: block;
    }
    .section2 .left {
        width: 100%;
        padding: 30px 0;
    }
    .section2 .left .desc {
        margin-top: 20px;
    }
    .section2 .left .more {
        margin-top: 20px;
    }
    .section2 .right {
        height: 300px;
        padding: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section2 .right .item img {
        width: 90px;
        height: 32px;
        margin: 0 auto;
    }
    .section2 .right .con .item img{
        width: 90px;
        height: 24px;
    }
    .section2 .right .con {
        width: 100%;
    }
    .section2 .right .con .item .desc {
        font-size: 16px;
        width: inherit;
    }
    .section3 .con {
        width: 100%;
        position: relative;
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section3 .pro-items {
        position: relative;
        flex-wrap: wrap;
        bottom: 0;
        height: 100%;
    }
    .section3 .pro-items .img-box {
        width: 50%;
    }
    .section3 .pro-items .img-box img {
        width: 90%;
    }
    .section3 .pro-items .img-box .s6 {
        width: 80%;
    }
    .section3 .con .txt-box h3 {
        font-size: 24px;
    }
    .section4 {
        padding: 50px 20px;
    }
    .news li{
        cursor: pointer;
    }
    .news li a {
        font-size: 14px;
    }
    .join-box {
        padding: 10px 0;
        margin: 30px 0;
        display: block;
    }
    .join-box .img-box {
        margin-bottom: 30px;
    }
    .join-box .desc {
        margin: 20px;
    }
    .footer-section1 {
        height: 250px;
    }
    .footer-section1 .con img {
        width: 60%;
        height: 100%;
        position: relative;
        z-index: 999;
    }
    .footer-section2 {
        display: block;
    }
    .footer-section2 .left {
        padding: 30px 20px;
    }
    .footer-section2 .right {
        padding: 30px 20px;
    }
    .banner img {
        width: 180%;
    }
    .banner .hf-y {
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        width: 80px;
    }
    .wap-about-nav {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        background-color: #2558FE;
        position: relative;
    }
    .wap-about-nav img {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
    .wap-about-li {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 0 10px;
    }
    .wap-about-li .item {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eaeaea;
        padding: 0 5px;
    }
    .wap-about-li .item.active {
        font-weight: bold;
        color: #2558FE;
    }
    .nav-detail {
        padding: 20px 0 50px;
        display: none;
    }
    .nav-detail.active {
        display: block;
    }
    .nav-detail .detail {
        width: 100%;
    }
    .nav-detail .detail .intro {
        display: block;
    }
    .nav-detail .detail .tip {
        margin-bottom: 30px;
    }
    .nav-detail .intro .left {
        width: 100%;
        padding: 0 20px;
    }
    .nav-detail .intro .right {
        width: 100%;
        padding: 20px;
    }
    .nav-detail .intro .right img {
        width: 100%;
    }
    .subordinate-box .item {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .subordinate-box .item .info {
        width: 100%;
        padding: 10px 20px;
    }
    .subordinate-box .desc {
        width: 100%;
        margin: 10px auto;
    }
    .subordinate-box .more {
        width: 100%;
    }
    .subordinate-box .thumbnail {
        width: 100%;
        padding: 10px 20px;
    }
    .new-list .new-item {
        height: 100%;
        margin-bottom: 40px;
    }
    .new-list .new-item .item-box {
        width: 100%;
        display: block;
        height: 100%;
        padding: 0 20px;
    }
    .new-left {
        height: 100%;
    }
    .new-left .info {
        margin-bottom: 20px;
    }
    .new-right {
        width: 100%;
        height: 100%;
    }
    .new-right img {
        width: 100%;
    }
    .concat-box {
        width: 100%;
    }
    .txt-box {
        width: 100%;
        padding: 0 20px;
    }
    .s-box1 {
        display: block;
    }
    .s-box1 .item1 {
        width: 100%;
        justify-content: center;
        margin: 20px;
    }
    .s-box2 {
        padding: 0 20px;
    }
    .map {
        width: 100%;
        padding: 0 10px;
    }
    .map img {
        width: 100%;
    }
    .concat-text {
        width: 100%;
        padding: 0 20px;
        margin: 60px auto 0px auto;
        font-size: 14px;
        line-height: 2;
        color: #666666;
    }
    #detail .article-box {
        width: 100%;
        display: block;
        margin-bottom: 0px;
    }
    #detail .article-box .article-title {
        width: 100%;
        font-size: 16px;
        padding: 24px 0;
    }
    .article-con {
        display: block;
    }
    .art-left {
        width: 100%;
        padding: 0 20px;
    }
    .art-left .page .btn {
        margin: 0 5px;
    }
    .art-right {
        width: 100%;
        margin: 40px auto 0;
    }
    .art-right img {
        width: 100%;
    }
    .art-right .more {
        padding-bottom: 50px;
    }
    .art-right .more img {
        width: 100px;
    }
    #detail .banner img{
        width: 100%;
    }
    #detail .banner img.hf-y{
        width: 50px;
    }
    .art-txt video{
        width: 100%;
    }
    .store-info{
        position: relative;
        padding: 20px;
        width: 100%;
        height: inherit;
    }
    .pp-swiper-box{
        width: 100%;
        height: inherit;
    }
    #detail .banner .info-box img{
        width: 100px;
        margin-bottom: 20px;
    }
    .product{
        margin-top: 0px;
        display: block;
    }
    .product .lm-img-box1,
    .product .lm-img-box{
        width: 100%;
    }
    .pro-info-con .pro-tit{
        padding-left:20px;
    }
    .pro-list .pro-item{
        padding: 30px 0 14px 20px;
    }
    .concat-content{
        padding: 20px 0;
    }
    .gz-box{
        padding: 20px;
        display: block;
    }
    .gz-info{
        padding-left: 0;
    }
    .gz-img{
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .gz-img img{
        width: 100%;
    }
    .dj{
        padding-right: 0;
    }
    .dj img{
        height: inherit;
    }
    .wap-nav ul li a{
        display: block;
    }
    .join-content.active{
        display: block;
    }
    .concat-box{
        display: block;
    }
    .j-left{
        width: 100%;
        padding: 30px;
    }
    .left-box{
        height: inherit;
    }
    .txt-box img{
        width: 100%;
    }
    .zx-left{
        margin: 0;
        padding: 0 30px;
    }
    .botton-bannar .con{
        width: 100%;
    }
    .botton-bannar .con .item .desc{
        width: inherit;
        font-size: 12px;
    }
    .botton-bannar .con .item img{
        width: 90px;
        height: 32px;
    }
    .safe{
        width: 100%;
    }
    .safe .zr-item{
        padding: 20px;
        height: inherit;
        display: block;
        margin-bottom: 20px;
    }
    .safe .zr-info{
        margin-left: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .wh-item.w-l{
        width: 100%;
        height: inherit;
    }

    .jzg li{
        margin-right: 40px;
    }
    .nav-detail .detail .intro .ry-con{
        display: block;
    }
    .img-box-item{
        width: 100%;
        height: 400px;
    }
    .main-img{
        width: 100%;
        height: inherit;
    }
    .time-con-i.active{
        display: block;
        padding:0 20px;
    }
    .time-content-box{
        height: 600px;
    }
    .mr-30{
        margin: 10px;
    }
    .time-con-i{
        display: block;
    }
    .time-con-left{
        width: 100%;
    }
    .time-con-i .about-icon img{
        width: 68px;
    }
    .time-con-i img{
        margin-right: 20px;
        width: 100%;
    }
    .product .lm-img-box img,
    .product .lm-img-box1 img
    {
        width: 100%;
    }
    .pro-info{
        position: inherit;
    }
    .footer-section2 .detail{
        display: block;
    }
}
.left-box input{
	width: 320px;
	height: 50px;
    background: #F2F2F2;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #999999;
	line-height: 50px;
	text-align: center;
	padding:0px 20px;
	border: none;
	outline: none;
	margin-bottom: 20px;
}
.left-box-btn{
	width: 320px;
	height: 50px;
	background: #2558FE;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	outline: none;
	border: none;
}
.t-box-div{
	display: flex;
    flex-direction: row;
    align-items: center;
    
}
.t-box-span{
	font-size: 14px;
    color: #999999;
    font-family: SimSun;
    margin: 20px 0px 0px 20px;
}
.zhaopaichanpin{
	position: relative;
	background: #FEE8BE;
	padding: 90px 0px;
}
.zhaopaichanpin-img{
	padding-bottom: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.zhaopaichanpin-img img{
    max-width: 450px;
}

.zhaopaichanpin-kong{
	position: absolute;
	width: 100%;
	height: 400px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.lunbotu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 5%;
}
.lunbotu-img{
	width: 100%;
	border-radius: 5px;
}
.lunbotu-img1{
	width: 40px;
}
.renqi{
	background: url('http://bwxmz.oss-cn-beijing.aliyuncs.com/webStorage/web_17096098738338033.png') no-repeat;
	background-size: 100% 100%;
	max-height: 980px;
	padding: 80px;
}
.renqi-img{
	padding-bottom: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.renqi-img img{
	max-width: 450px;
}
.renqilist-img{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.renqilist-img img{
	margin: 390px;
	margin: 10px 5px;
}
.xuanfu{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: rgba(51, 51, 51, 0.9);
	padding: 20px 0px;
	z-index: 100;
}
.xuanfu-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 30px;
}
.xuanfu-item span{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight:400;
	color: #ffffff;
	line-height: 27px;
	padding-right: 5px;
}
.xuanfu-item input{
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight:400;
	color: #333333;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
}
.xuanfu-btn{
	width: 200px;
	height: 34px;
	background: #2558FE;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight:400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	outline: none;
	border: none;
}
.about-swiper-wrapper{
	width: 100%;
}
.swiper-slide{
	width: 100%;
}
.swiper-slide img{
	width: 100%;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 100px 0px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    box-sizing: border-box;
}

.carousel-item img {
    width: 60%;
    display: block;
}
/* 左右箭头样式 */
.carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s ease;
	left: 50px;
}
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    /* padding: 10px; */
    /* cursor: pointer; */
	width: 40px;
	height: 40px;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s ease;
	right: 50px;
}
.carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}
/* 初始加载动画 */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.carousel-inner {
    animation: slideInFromLeft 1s ease-in-out; /* 应用动画 */
}
.swiper-slide-box{
	position: relative;
}
.swiper-slide-box-div{
	position: absolute; /* 绝对定位 */
	top: 50%; /* 上边距 50% */
	left: 50%; /* 左边距 50% */
	transform: translate(-50%, -50%); /* 偏移图片自身宽高的一半 */
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 59px;
}
.carousel-box-title{
	font-family: MiSans, MiSans;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 35px;
	padding: 5%;
}
.caption-content{
	font-family: MiSans, MiSans;
	font-weight: 800;
	font-size: 100px;
	color: #D8DDEF;
	line-height: 117px;
}
.mao-img img{
	width: 100%;
	margin: 0px 10px;
}