 
body,div,a,img,p,ul,ol,li,dl,dt,dd,span,h1,h2,h3,h4,h5,table,tr,td,figure{
	margin:0px;
	padding:0px;
	font-size:14px;
	color: #333;
	font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}
img{border:0px;}
ul,ol,li{list-style: none;}
a,a:hover{text-decoration: none;}



::-webkit-scrollbar{
            width: 5px;
            height: 3px;
        }
        /*滚动条的轨道*/
        ::-webkit-scrollbar-track{
            background: #eee;
        }
        /*滚动条的滑块按钮*/
        ::-webkit-scrollbar-thumb{
            background: #ed1c22;
        }
        /*滚动条的上下两端的按钮*/
        ::-webkit-scrollbar-button{
            height: 0px;
            background-color: #ed1c22;
        }


/*视频弹窗*/
.pop-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: rgba(0,0,0,.75);
}

    .pop-video .cont {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 100%;
        max-width: 1200px;
        -webkit-transform: translate(-40%, -40%);
        -ms-transform: translate(-40%, -40%);
        -o-transform: translate(-40%, -40%);
        -moz-transform: translate(-40%, -40%);
        transform: translate(-40%, -40%);
    }

    .pop-video .video1 {
        height: 100%;
        width: 100%;
    }

    .pop-video .tit {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 30;
    }

        .pop-video .tit h4 {
            color: #fff;
            font-weight: normal;
            font-size: 18px;
        }

    .pop-video .close {
        position: absolute;
        top: 15px;
        right: 29px;
        width: 35px;
        height: 35px;
        background: url(../images/close.png) no-repeat center center;
		background-size: 35px;
        cursor: pointer;
        z-index: 2;
    }



.frewq{width: 500px;height: auto;margin: 0 auto}
.frewq img{display: block;width: 100%;height: auto}

.sp_header{height:60px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;display: none}
.sp_logo{padding:10px 10px;float:left;height:40px}
.sp_logo img{margin:auto;height: 40px;display: block}
.sp_right{float: right}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav span{display:block;background:#ed1c22;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:rgba(255,255,255,0.98);width:100%;height:calc(100% - 60px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:60px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ccc solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:45px;font-size:15px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:80%;font-size: 15px;display: block}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#ccc;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ccc}
.sjj_nav ul li ul li>ul{margin-left:10px}

.xl_a a{color: #666!important}
.sp_bb{float: left;line-height: 65px;margin-right: 15px}
.sp_bb a{background: url(../images/wlicon.png) no-repeat left center;background-size: 17px;padding-left: 21px;font-size: 16px}

/*-------手机站导航结束----------*/





/* 头部 */
.header_two{width: 85%;position: fixed;top: 0px;left: 0px; z-index:19990000;padding: 0px 7.5%;transition: .5s;background: #fff}
.header_two:hover{background: rgba(255,255,255,1)}
.header_two.header_hide{top: -100px;}

.header_left{float: left;display: flex;align-items: center}
.header_left .nav_logo{width: auto;}
.header_left .nav_logo img{display: block;width: auto;height: 50px}


.nav{width: calc(100% - 0px);height: 85px; margin:0 auto;box-sizing: border-box;display: flex;justify-content: space-between} 


.nav ul{width:65%;display: flex;justify-content: space-between}
.nav ul li{float: left;font-size: 16px;list-style: none; text-align:center;padding: 0 0px;transition: all .3s;position: relative}
.nav ul li >a{color: #333;display: block;line-height:85px;position: relative;font-size:17px;}
.nav ul li >a:after{
	content: "";
	width: 0;
	height: 3px;
	background: #ed1c22;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	transition: .5s;
}
.nav ul li:hover a:after{width: 100%;}
.nav ul li.selected >a:after{width: 100%}
.nav ul li.selected >a{color: #333}

.nav ul li .erji{ background: rgba(255,255,255,0.8);position: absolute;top: 100%;left: 50%;text-align: center;width: 200px;margin-left: -100px;display: none;border-radius: 7px}
.nav ul li .erji .erjiulli{padding: 11px 10px 0}
.nav ul li .erji .erjiulli a{color: #333;line-height: 20px;font-size: 15px;display: block;border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 11px}
.nav ul li .erji .erjiulli a:hover{color: #ed1c22}
.nav ul li .erji .erjiulli:last-child a{border-bottom: 0}

.white{box-shadow: 0px 1px 15px #f7f7f7}
.copytext .copy_a{background: url(../images/wlicon.png) no-repeat left center;background-size: 16px;padding-left: 26px}




.indexbanner{padding-top:85px!important}
.indexbanner img{display: block;width: 100%;height: auto}

.commin_title{padding: 0px 0 30px}
.commin_title .t_e{background: #ed1c22;width: 69px;height: 3px; margin-top: 19px}
.commin_title .t_t{font-size: 38px;font-weight: bold}

.index_about{margin-top: 60px}
.index_about_text{width: 75%;margin: 0 auto;text-align: center;font-size: 16px;line-height: 32px;opacity: 0.8}
.index_about_img{position: relative}
.index_about_img .ac_img{display: block;width: 85%;height: auto;margin: 0 auto;border-radius: 10px;margin-top: 80px;}
.m_about_2_icon{position: absolute;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,00);display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer} 
.m_about_2_icon span{color: #fff;font-size: 17px;margin-top: 20px;display: block}

.ripple img {width: 20px!important;height: 20px!important;position: absolute;z-index: 5;display: block;left: 18px;top: 18px;}
.ripple{
    width: 56px;
    height: 56px;
    background: #ed1c22;
    border-radius: 50%;
    margin: 0 auto 27px;
    position: relative;
	display: block;
	z-index: 9;

	
}

.ripple:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #ed1c22;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
}
.ripple:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #ed1c22;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.5s;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.index_news{width: calc(100% - 0px);padding: 0px 0 0px;overflow: hidden;margin-top: 0px;background: #f8f8f8;padding: 80px 0px;}
.index_newsul{width: calc(85% - 0px);margin: 0 auto;margin-top: 50px;background: #f8f8f8;border-radius: 13px}
.news_li{background: rgba(255,255,255,0);padding: 0;width: 29%;display: flex;justify-content:space-between;align-items: stretch}
.news_li dt{width: 52%;}
.news_li dd{width: 43%;display: flex;flex-direction: column;justify-content: center;align-items: stretch;}
.news_li dd .n11{display: flex;flex-direction: column;justify-content: center;align-items: stretch;}
.news_li_2{color: #999;font-family: "arial";font-size: 15px;margin: 0px 0 10px;display: block}
.news_li_3{font-size: 18px;margin-bottom: 18px;display: block;opacity: 0.8;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
}
.news_tit{display: flex;justify-content: space-between;width: 100%;margin: 0 auto;align-items: center;margin-bottom: 80px}
.news_tit span{font-family: "arial";
    font-size: 30px;
    color: #f4d264;
    margin-bottom: 30px; display: block}

.news_tit i{
	font-size: 18px;
	font-style: normal;
	color: #fff

}

.news_tit .to_more_white{margin-top:0px}
.news_tit .to_more_white a{width: auto}



.index_news .swiper-pagination-bullet-active{background: #ed1c22!important;width: 25px!important;height: 8px!important;}
.index_news .swiper-pagination-bullet{background: #999;width: 8px;height: 8px;border-radius: 8px;margin: 0 6px}
.swiper-pagination-news{text-align: center;margin-top: 50px;}

.indx_news_tuijian{box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);padding: 60px;margin-bottom: 90px;border-radius: 13px}
.indx_news_tuijiancen{display: flex;justify-content: space-between;}
.indx_news_tuijiancen dt{width: 45%;display: flex;flex-direction: column;justify-content: center}
.indx_news_tuijiancen dd{width: 50%;overflow: hidden;border-radius: 0px;}


.news_li_5{font-size: 30px;display: block;opacity: 0.8}
.news_li_6{display: block;font-size: 16px;opacity: 0.5;margin: 20px 0 50px}

.news_li_5:hover{color: #ed1c22}

.imgScale {
    position: relative;
}
.pic {
    font-size: 0;
    overflow: hidden;
    display: block;
    width: 100%;
	border-radius: 8px
}
.pic img {
    height: auto;
    object-fit: cover;
}
.pic img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}

.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}



.pic_big {
    font-size: 0;
    overflow: hidden;
    display: block;
    width: 100%;
	border-radius: 8px
}
.pic_big img {
    height: auto;
    object-fit: cover;
}
.pic_big img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}

.news_li_4 {
	width: 80px;
  display: inline-block;
    line-height: 32px;
    height: 32px;
    border-radius: 27px;
    font-size: var(--fs15);
    color: #999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #ddd;
    padding: 0 12px;
}
.news_li_4:hover {
  color: #fff;
  background: #ee1d23;
  padding: 0 15px;
  box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}
.news_li_4:hover i {
  transform: translateX(14rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../images/right1.png);
}
.news_li_4 i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  background-image: url(../images/right2.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}


.index_js_img {position: relative}
.index_js_img img{display: block;width: 85%;height: auto;margin: 0 auto;border-radius: 10px;margin-top: 90px;margin-bottom: 90px}
.js_text{position: absolute;top: 25%;width: 100%;text-align: center}
.js_text span{font-size: 42px;color: #fff;margin-bottom: 38px;display: block;opacity: 1;line-height: 25px}
.js_text a{display: block;width: 180px;border: 1px solid #fff;border-radius: 7px;margin: 0 auto;color: #fff;padding: 9px 0;font-size: 16px;opacity: 1}

.js_text a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  background-image: url(../images/right1.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}

.js_text a:hover i {
  transform: translateX(0.5);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
	
}


.index_footer {
    background:url(../images/foot_bg.jpg) no-repeat center center;
	margin-top: 0px
}

.index_footer .fp-tableCell {
    height: fit-content !important;
}

.index_footer .joke {
    width: 85%;
    margin:0 auto;
    padding-top: 70px;
}

.index_footer .joke .logo {
    width: 250px;
    margin-bottom: 15px;
}

.index_footer .joke .ft_center {
    display: flex;
    justify-content: space-between;
}




.foot_line{width:140px;height: 1px;background: #666;position: relative;margin: 30px 0}
.foot_line span{display: block;width:70px;position: absolute;height: 2px;background: #ed1c22;top: -1px;transition: all 0.3s}
.qw{overflow: hidden;margin-bottom: 20px;display: flex;align-items: center}
.qw:nth-child(1) span{font-size: 17px;font-family: arial;}
.qw:nth-child(2) span{font-size: 17px;font-family: arial;}
.qw img {
    color: #c6cfdb;
    display: block;
    float: left;
    margin-right: 10px;
    height: 25px;
    width: auto;
}

.qw span{color: #fff;display: block;float: left;font-size: 14px;opacity: 0.8}

.index_footer .joke .ft_center .right ul li span {
    font-size: 17px;
    margin-bottom: 8px;
	color: #fff;
	font-weight: bold;
}
.index_footer .joke .ft_center .right ul li:nth-child(1){margin-bottom: 20px}
.index_footer .joke .ft_center .right ul li a {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    transition: 1s;
	color: #fff;
}

.index_footer .joke .ft_center .right ul li{margin-bottom: 15px}

.index_footer .joke .ft_center .right ul li a:hover {
    opacity: 1;
	color: #ed1c22
}

.index_footer .joke .ft_center .right ul{margin-right: 0px}
.index_footer .joke .ft_center .right ul:last-child(){margin-right: 0}
.index_footer .joke .ft_center .right ul:nth-child(5){width: 400px}
.index_footer .joke .ft_bt {
   text-align: center;
    margin-top: 40px;
    padding-bottom: 30px;
	border-top: 1px solid #666;
	padding-top: 30px;
	font-size: 15px;
    opacity: 0.6;
	color: #fff;
	margin-right: 22px;}

.index_footer .joke .ft_bt  a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.6;
	color: #fff
}
.index_footer .joke .ft_bt  a:hover {
    opacity: 1;
}

.index_footer .joke .ft_bt a {
    font-size: 15px;
    line-height: 30px;
    opacity: 0.6;
    transition: 0.6s;
	color: #fff
}


.yc_ewm{color: #fff;opacity: 0.8;text-align-last: center;padding-top: 10px}
.iuiew{width: 110px;}
.index_footer .joke .ft_center .right ul:nth-last-child(1){margin-right: 0;width: 110px}

.new_con{width: 100%;margin: 0 auto;padding: 0;margin-bottom: 80px}
.new_telst{display: flex;justify-content: space-between;width: 85%;margin: 0 auto;padding: 70px 7.5% 0px;position: relative}
.new_telst li{text-align: center;width: 33.3333333%;padding-bottom: 40px;position: relative;cursor: pointer;transition: all 0.3s}
.new_telst li .zy_2{font-size: 23px;font-weight: bold;margin-top: 20px;opacity: 0.6}
.new_telst::after{position: absolute;content: "";left: 0;bottom: 0px;width: 100%;height: 2px;z-index: 0;background: #e8e8e8}


.new_telst li::after{position: absolute;content: "";left: 50%;bottom: 0px;width: 0;height: 3px;z-index: 10;background: #ed1c22;transform: translateX(-50%);
	transition: .5s;}
.new_telst li:hover::after{width: 100%}

.new_telst li.newon::after{width: 100%}

.zy_ul{display: flex;justify-content: space-between;width: 85%;margin: 0 auto;padding: 80px 0}
.zy_ul_left{width: 45%;}
.zy_ul_left img{display: block;width: 100%;height: auto;border-radius: 10px;}
.zy_ul_right{width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center}
.zy_ul_right h1{font-size: 30px;}
.zy_ul_right .bankuai_text{font-size: 16px;line-height: 35px;margin: 35px 0;opacity: 0.8}



.bankuai_more a {
  display: inline-block;
  line-height: 39px;
  height:39px;
  border-radius: 27px;
  font-size: var(--fs15);
  color: #999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
	border: 1px solid #ddd;
	padding: 0 24px
}
.bankuai_more a:hover {
  color: #fff;
  background: #ee1d23;
  padding: 0 32px;
}
.bankuai_more a:hover i {
  transform: translateX(14rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../images/right1.png);
}
.bankuai_more a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  background-image: url(../images/right2.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}





.l_cebox {
    right: -130px;
    transition: all .9s;
	transform: inherit;
    bottom: 30px;
	position: fixed;
    transform: translateY(-50%);
	z-index: 9999

}
.l_cebox.on{
    right: 20px;
}


.l_ceul {
    height: auto !important;
}



.l_celis {
    top: 0 !important;
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
    position: relative;
    margin-bottom: 4px;
    overflow: visible;
    margin-left: auto;
}

.l_celis_box {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .36s;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.l_celis_box_wrap {
    width: 130px;
	height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
	transition: all 0.3s
}
.l_cerobot img {
    width: 35px !important;
    left: 12.5px !important;
}
.l_celis_box img {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.l_celis_box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.l_cerobot img {
    width: 28px !important;
    left: 16px !important;
}
.l_cerobot span {
    color: #fff;
}
.l_celis_box span {
    font-size: 16px;
    color: #ed1c22;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all .1s;
}


.l_cerobot .l_celis_box::after {
    background: #ed1c22;
}
.l_celis_box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .16s;
    z-index: -1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(25, 17, 64, 0.14);
}


.l_celitop {
    height: 60px;
    margin-left: auto;
    text-align: center;
    cursor: pointer;

}
.l_celi img {
    width: 32px;
    border: none;
    outline: none;
	margin-top: 14px
}

.l_celi {
    width: 60px;
    height: 60px;
    transition: all .36s;
    position: absolute;
    right: 0;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 11px 0px rgba(25, 17, 64, 0.14);
    overflow: hidden;
}



.l_celily:hover span{opacity: 1}
.l_celily:hover .l_celis_box{width: 160px}

.l_celidh:hover span{opacity: 1}
.l_celidh:hover .l_celis_box{width: 180px}
.l_celidh:hover .l_celis_box_wrap{width: 180px;}



.index_ew{width: 100%;padding: 110px 0;
  

}
.index_nav{display: block;width: 85%;height: 690px;z-index: 10;margin: 0 auto;}
.index_bg {width: 100%;height: 100vh;background: url(../images/top_bg.jpg) no-repeat center center;background-size:auto 100vh;overflow: hidden;animation: nyban 5s;-webkit-animation:nyban 5s;}
.index_bg_icon{background:rgba(0,0,0,0.2);position: absolute;top: 0;left: 0;width: 100%;height: 100vh}



.cursor {
  width: 65px;
  height: 65px;
  z-index: 9;
  transition:all 0.4s;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
	
}
.cursor .circle {
  width: 65px;
  height: 65px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
	background: rgba(0,0,0,0.1);
	  backdrop-filter: blur(5px);
	 transition:all 0.4s;
}
.cursor .circle a {
  display: flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cursor .circle a p{color: #fff}
.cursor .circle img {
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 59px;
  transform: translateY(-50%);
}
.index_nav ul li:hover .cursor{
  opacity: 1;
  pointer-events: unset!important;
	margin-top: 30px
}
.cursor:hover .circle{background: #ed1c22;border: 1px solid #ed1c22}

.again_editindex{width: 100%;

    overflow: hidden;}

.index_nav ul li:hover {
  flex: 1 1 20%;
}

.index_nav ul li:hover .again_editindex img {
  width: auto;
  height: 100%;
}


.index_nav ul{display: flex;height: 100%;justify-content: space-between;overflow: hidden;}

.index_nav ul li{;
  overflow: hidden;
  transition: 0.6s;
position: relative;
	border-radius: 8px;
	cursor: pointer;
	
	flex: 1
	
	 
}

.index_nav ul li:nth-child(2){margin: 0 1.9%}
.index_nav ul li:hover .again_editindex img{}




.again_float{display: flex;flex-direction: column;justify-content: center;height: 100%;align-items: center;position: absolute;top: 0;width: 100%;background-color: rgba(0,0,0,0);transition: all 0.3s}

.index_nav ul li:hover .again_float{background-color: rgba(0,0,0,0)}
.index_nav ul li dt{font-size: 32px;color: #fff;text-align: center;position: relative;z-index: 999;letter-spacing: 1.3px;cursor: pointer;transition: all 600ms;padding-top: 30px;font-weight: bold}
.index_nav ul li dt span{display: block;font-weight: normal;font-size: 12.5px;letter-spacing:0.5px;margin-top: 3px;text-transform:capitalize;opacity: 0.7}


.index_nav ul li:nth-child(1) {background:  url(../images/proimg1.png) no-repeat top center;}
.index_nav ul li:nth-child(2) {background:  url(../images/proimg2.png) no-repeat top center;}
.index_nav ul li:nth-child(3) {background:   url(../images/proimg3.png) no-repeat top center;}

.index_nav ul li:hover{;}

.index_nav ul li dt:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.5;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 1s;
}

.index_nav ul li dd {
    pdding-top: 50px;
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    pointer-events: none;
    width: 360px;
	color: #fff;
	margin: 0 auto;
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 15px;
	text-align: center;
	transition: all 0.3s
}

.index_nav ul li:hover dd{opacity: 0.95}
.index_nav ul li:hover dt{padding-top: 0px;}

.b_2{display: flex;justify-content: space-between;width: 85%;margin: 0 auto;align-items: center;padding-bottom: 60px}
.b_2 dt{font-size: 35px;opacity: 0.8;font-weight: bold}
/*.b_2 dd{font-size: 16px;width: 140px;border: 1px solid #999;border-radius: 10px;text-align: center;padding: 10px 0;color: #999}*/

.w_1{width: 100%;background: #fff;text-align: center;}

.w_2{font-size: 35px;opacity: 0.8!important;margin-bottom: 40px;font-weight: bold}
.w_3{font-size: 16px;opacity: 0.8!important;line-height: 34px;width: 78%;margin: 0 auto}

.r_1{width: 85%;overflow: hidden;margin: 0 auto;background: url(../images/bg.jpg) no-repeat bottom center;padding: 90px 7.5% 40px}
.r_1 ul{display: flex;justify-content: space-between;padding-top: 60px}
.r_1 ul li{width: 15%;border: 0px solid #eee;padding: 60px 3%;box-shadow: 0px 2px 10px #e9e9e9;border-radius: 15px;margin: 15px 0;transition: all 0.5s;cursor: pointer}
.r_1 ul li dt{font-size: 28px;opacity: 0.8;margin-top: 15px;transition: all 0.5s}
.r_1 ul li dd{font-size: 17px;line-height: 28px;opacity: 0.5;margin-top: 30px;transition: all 0.3s}
.r_1 ul li:hover{background: #fff;padding: 50px 3% 70px;}



.t_1{width: 85%;overflow: hidden;margin: 0 auto;margin-top: 95px;display: flex;justify-content: space-between}
.t_1_left{width: 61%;float: left;}
.t_1_left img{display: block;width: 100%;height: auto;border-radius: 10px;}
.t_1_right{width: 31%;float: right;background: #f8f8f8;border-radius: 10px;display: flex;justify-content: center;flex-direction: column;padding: 0 3%}
.t_1_right li:nth-child(1){margin-bottom: 30px}
.t_1_right li dt{font-size: 30px;margin-bottom: 12px;opacity: 0.8;font-weight: bold}
.t_1_right li dd{line-height: 26px;opacity: 0.6;font-size: 16px}

.ln_img{border-radius: 10px;display: block;width: 100%;height: auto}


.r_2{width: 85%;overflow: hidden;margin: 0 auto;background: url(../images/bg.jpg) no-repeat bottom center;padding: 90px 7.5%;background-size: 150%}
.r_2 ul{display: flex;justify-content: space-between;padding-top: 60px}
.r_2 ul li{width: 21%;padding: 60px 0%;margin: 15px 0;text-align: left}
.r_2 ul li dt{font-size: 28px;opacity: 0.8;margin-top: 25px}
.r_2 ul li dd{font-size: 17px;line-height: 28px;opacity: 0.5;margin-top: 20px}




.y_1{width: 85%;overflow: hidden;margin: 0 auto;background: url(../images/bg.jpg) no-repeat bottom center;padding: 90px 7.5% 50px;background-size: 150%;background-attachment: fixed}
.y_1_cen{display: flex;justify-content: space-between;width: 95%;margin: 0 auto;box-shadow: 0px 34px 40px 0px rgba(0, 0, 0, 0.06);padding: 0px 0 0px 5%;border-radius: 13px;align-items: center}
.y_1_cen .y_1_cen_left{width: 44%;padding: 0px 0 00px}
.y_1_cen .y_1_cen_right{width: 48%;}

.index_about_img11{position: relative;overflow: hidden;transition: all 0.5s}
.index_about_img11 .ac_img{display: block;width: 100%;height: auto;margin: 0 auto;border-radius: 0px;margin-top: 0px;transition: all 0.5s}
.index_about_img11:hover .ac_img{transform: scale(1.05)}

.fesaa{line-height: 32px;font-size: 16px;opacity: 0.8;margin-bottom: 40px}

.linian {display: flex;justify-content: space-between;padding-top: 60px;width: 100%;margin: 0 auto}
.linian li{width: 15%;border: 0px solid #eee;padding: 60px 3%;box-shadow: 0px 2px 10px #e9e9e9;border-radius: 15px;margin: 15px 0;transition: all 0.3s;cursor: pointer;}
.linian li dt{font-size: 28px;opacity: 0.8;margin-top: 15px;transition: all 0.3s}
.linian li dd{font-size: 17px;line-height: 28px;opacity: 0.5;margin-top: 30px;transition: all 0.3s}

.linian li:hover{background: #fff;padding: 50px 3% 70px;}

.index_banner{width: 100%;height: calc(100vh - 85px);padding-top:85px;}
.index_banner .swiper-container{width: 100%;height: 100%;}
.index_banner .swiper-slide{position: relative;}
.index_banner .swiper-slide .text{ width:100%;position: absolute;top: 30%;left: 7.5%;cursor: pointer;}
.index_banner .swiper-slide img{
	transform:translateY(100px);
	transition:all .3s;
	opacity:0;
}

.index_banner .swiper-slide h2{
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	margin: 65px 0px 45px 0px;
	transform:translateX(200px);
	opacity:0;
	transition:all 1.3s;
	transition-delay: .5s;
	font-weight: bold;
	width: 70%;
}

.index_banner .swiper-slide p{
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	margin: 0px;
    transform:translateX(400px);
	opacity:0;
	transition:all 1.3s;
	transition-delay: .9s;
	width: 70%
}

.index_banner .swiper-slide-active img{
	transform:translateY(0);
	opacity:1;
}
.index_banner .swiper-slide-active h2{
	transform:translateY(0);
	opacity:1;
}
.index_banner .swiper-slide-active p{
	transform:translateY(0);
	opacity:1;
}



.index_banner .swiper-button-next, .swiper-button-prev{color: #fff}
.index_banner .swiper-pagination-bullet{width: 10px!important;height: 10px!important;background: rgba(255,255,255,0.7)!important;opacity: 0.6!important;margin: 0 6px!important}
.index_banner  .swiper-pagination-bullet-active{width: 20px!important;height: 10px!important;background: #ed1c22!important;border-radius: 8px;opacity: 1!important}
 






#page{
	width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 40px;
    box-sizing: border-box;
    text-align: center;
    z-index: 200;
}
#page span{
    display: inline-block;
    width: 22px;
	height: 10px;
	background: url(../images/icon_07.png)center no-repeat;
	opacity: .8;
	margin: 0px 1px;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}
#page span.swiper-pagination-bullet-active{
    background: url(../images/icon_09.png)center no-repeat;
} 
#button{
    width: 260px;
    height: 30px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
#button .swiper-button-prev:after{
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/icon_03.png);
    opacity: .8;
}
#button .swiper-button-prev{
	outline: none;
}
#button .swiper-button-next:after{
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/icon_05.png);
    opacity: .8;
}
#button .swiper-button-next{
	outline: none;
}


.jwb_ny_banner{width: 100%;overflow: hidden;background: #fff;padding-top: 85px;position: relative}
.jwb_ny_banner .ny_banner_img{overflow: hidden;width: 100%;}
.jwb_ny_banner .ny_banner_img img{animation: nyban 5s;-webkit-animation:nyban 5s;width: 100%;height: auto;}
.a_ban{display: block}
.b_ban{display: none}
	@keyframes nyban
	{
		0%   {transform: scale(1.1)}
		100% {transform: scale(1)}
	}
.ny_navlist{margin-top: -95px;width: 100%;z-index: 999;background: #fff}
.ny_navlist_ul{background: #fff;display: flex;justify-content: space-between;overflow: hidden;box-shadow: 1px 8px 15px 0.91px rgb(25 17 64 / 4%);margin: 0 auto;margin-bottom: 20px;flex-wrap: wrap;}
.ny_navlist_ul a{display: block;background: #fff;padding: 35px 0;font-size: 18px;text-align: center;position: relative;cursor: pointer}
.ny_navlist_ul a::after{position: absolute;right: 0;height: 28px;background: #eee;content: "";width: 1px}
.ny_navlist_ul a::before{position: absolute;left: 50%;bottom:0;height: 3px;background: #ed1c22;content: "";width: 0px;transition: all 0.3s;transform: translateX(-50%)}
.ny_navlist_ul a.on::before{width: 100%}
.ny_navlist_ul a:hover::before{width: 100%}
.ny_navlist_ul a:hover{color: #ed1c22;}
.ny_navlist_ul a.on{color: #ed1c22;}
.about_nav{width: 85%}
.about_nav a{width: 20%;}

.trade_nav{width: 85%}
.trade_nav a{width: 16.666666666666%;}

.jinrong_nav{width: 85%}
.jinrong_nav a{width: 12.5%;}

.dichan_nav{width: 85%}
.dichan_nav a{width: 33.3333%;}

.maoyi{width: 100%;margin: 0 auto}
.b_text{position: absolute;top: 45%;left: 0;width: 100%}
.b_text .b_text_cen{width: 85%;margin: 0 auto;}
.b_text .b_text_cen h1{font-size: 48px;font-weight: bold;}
.b_text .b_text_cen .b_text_ms{margin-top: 25px;font-size: 17px;line-height: 35px;background: rgba(255,255,255,0.4);padding: 36px;opacity: 0.9}

.my_title{font-size: 35px;font-weight: bold;margin: 50px 0;text-align: center}
.my1{line-height: 32px;font-size: 16px;width: 85%;margin: 0 auto;}
.my1 span{font-weight: bold;color: rgba(237,28,34,1);font-size: 16px;}
.my2{padding: 20px 0 80px;background: #f8f8f8;margin-top: 60px}
.my2 ul{display: flex;justify-content: space-between;width: 85%;margin: 0 auto}
.my2 ul li{font-size: 17px;background: #fff;padding: 50px 1%;text-align: center;width: 6.5%;align-items: center;justify-content: center;border: 1px solid #eee;border-radius: 10px;box-shadow: 1px 8px 15px 0.91px rgb(25 17 64 / 4%);transition: all 0.3s;cursor: pointer;color: #fff}

.my2 ul li:nth-child(1){background: rgba(237,28,34,0.3)}
.my2 ul li:nth-child(2){background: rgba(237,28,34,0.3)}
.my2 ul li:nth-child(3){background: rgba(237,28,34,0.3)}
.my2 ul li:nth-child(4){background: rgba(237,28,34,0.4)}
.my2 ul li:nth-child(5){background: rgba(237,28,34,0.5)}
.my2 ul li:nth-child(6){background: rgba(237,28,34,0.6)}
.my2 ul li:nth-child(7){background: rgba(237,28,34,0.7)}
.my2 ul li:nth-child(8){background: rgba(237,28,34,0.8)}
.my2 ul li:nth-child(9){background: rgba(237,28,34,0.8)}
.my2 ul li:nth-child(10){background: rgba(237,28,34,0.8)}
.my2 ul li:hover{background:#ed1c22;padding: 40px 1% 60px;color: #fff}

.swiper-container-hezuo{width: 85%;margin: 0 auto;overflow: hidden;padding: 20px 0}
.my3 ul{display: flex;justify-content: space-between;}
.my3 ul li{width: 18%;overflow: hidden;padding: 20px 1%;box-shadow: 1px 8px 15px 0.91px rgb(25 17 64 / 4%);}
.my3 ul li img{display: block;width: 100%;height: auto;transition: all 0.3s;border-radius: 8px;cursor: pointer}
.my3 ul li:hover img{transform: scale(1.1)}
.swiper-pagination-hezuo .swiper-pagination-bullet-active{background: #ed1c22!important;width: 25px!important;height: 8px!important;}
.swiper-pagination-hezuo .swiper-pagination-bullet{background: #999;width: 8px;height: 8px;border-radius: 8px;margin: 0 6px}
.swiper-pagination-hezuo{text-align: center;margin-top: 40px;}


.my4{width: 85%;margin: 0 auto;display: flex;justify-content: space-between;align-items: flex-start;align-items: center}
.my4 dt span{font-weight: bold;color: rgba(237,28,34,1);font-size: 16px;}
.my4 dt{width: calc(100% - 480px);line-height: 27px;font-size: 16px;}
.my4 dd{width: 420px;display: flex;justify-content: space-between}
.my5{background: rgba(237,28,34,1);width: 160px;border-radius: 7px;padding:30px 15px}
.my5 h1{color: #fff;font-weight: bold;font-size: 27px;text-align: center}
.my5 h1 span{color: #fff;font-size: 15px;opacity: 0.8;margin-left: 3px}
.my5 img{display: block;width: 45px;height: auto;margin: 0 auto;margin-bottom: 10px}
.my5 h2{text-align: center;color: #fff;opacity: 0.8}

.my4_ dd{width: 600px}
.my4_ dt{width: calc(100% - 680px)}
.my4 .p1{width: 500px;background:#ed1c22;padding: 10px 10px;color: #fff;font-size: 20px;font-weight: bold;text-align: center;margin: 25px 0 15px;border-radius:  25px 0 25px 0px;}
.my4 .p2{font-size: 16px;}

.p111{width: 700px!important}

.my6{padding: 20px 0 80px;background: #f8f8f8;margin-top: 100px}
.my6 ul{display: flex;justify-content: space-between;width: 85%;margin: 0 auto}
.my6 ul li{width: 18%;overflow: hidden;padding: 20px 1%;}
.my6 ul li img{display: block;width: 100%;height: auto;transition: all 0.3s;border-radius: 8px;cursor: pointer}
.my6 ul li:hover img{transform: scale(1.1)}


.my7{width: 160px;border-radius: 7px;padding:30px 15px;border: 1px double #ed1c22}
.my7 h1{color: #ed1c22;font-weight: bold;font-size: 27px;text-align: center}
.my7 h1 span{color: #ed1c22;font-size: 15px;opacity: 0.8;margin-left: 3px}
.my7 img{display: block;width: 45px;height: auto;margin: 0 auto;margin-bottom: 10px}
.my7 h2{text-align: center;color: #ed1c22;opacity: 0.8}


.my8{font-size: 16px;width: 85%;margin: 0 auto;line-height: 35px}
.my8 span{color: #ed1c22;font-size: 16px;font-weight: bold}
.my9{width: 60%;overflow: hidden;margin: 0 auto;margin-top: 30px}
.my9 img{display: block;width: 100%;height: auto}
.my10{width: 85%;margin: 0 auto;margin-top: 30px;background: #f8f8f8;}
.my10 p{padding: 38px;font-size: 16px;line-height: 35px;}
.my11{width: 60%;margin: 0 auto;display: flex;justify-content: space-between;margin-top: 30px}
.my11 img{display: block;width: 49%;height: auto}





.tel_footer{display: none;background: url(../images/m_foot_bg.jpg) no-repeat center center;}
.tel_footer_center{width: 90%;margin: 0 auto;}
.tel_footer_1{padding: 50px 0 25px}
.tel_footer_2{color: #fff;opacity: 0.8;text-align: center;border-top: 1px solid rgba(255,255,255,0.1);padding: 25px 0;font-size: 15px}
.tel_footer_2 a{color: #fff;opacity: 0.8;font-size: 15px}





.tel_footer_1 .l_tel {
    opacity: 0.85;
	font-size: 15px;margin-bottom: 10px;color: #fff;background:url(../images/a_tel.png) no-repeat left center;background-size: 17px;padding-left: 30px
}
.l_logo{width: 230px;height: auto;}
.l_logo img{width: 230px;height: auto;margin-bottom: 25px}
.l_tel_text{opacity: 0.85;font-size: 15px}
.l_email{opacity: 0.85;font-size: 15px;margin-bottom: 10px;color: #fff;background:url(../images/a_email.png) no-repeat left center;background-size: 17px;padding-left: 30px}
.l_add{
	opacity: 0.85;
	font-size: 15px;
	color: #fff;
	background:url(../images/a_icon.png) no-repeat left center;background-size: 17px;padding-left: 30px
}
.l_ewm img{display: block;width: 120px;height: auto;padding-top: 50px}
.index_footer .joke .ft_center .right {
    display: flex;
	width: calc(100% - 00px);
	justify-content: space-between	
}
.tel_footer_3{width: 100%;margin: 0 auto;padding-bottom: 30px}

.m_l_ewm img {
    display: block;
    width: 100px;
    height: auto;
    padding-top: 0px;
	margin: 0 auto
}
.m_yc_ewm{text-align: center;color: #fff;opacity: 0.8;margin-top: 12px}

.ny_about{padding-top: 40px}


.ny_about_2{background:url(../images/index_banner09.jpg) no-repeat center center;padding: 150px 0 230px;margin-top: 100px;background-attachment: fixed}
.ny_about_2 ul{width: 85%;margin: 0 auto;display: flex;justify-content: space-between}
.ny_about_2 ul li{width: 41%;background: rgba(255,255,255,0.1);padding:80px 4%;border-radius: 7px}
.ny_about_2 ul li dt{font-size: 35px;font-weight: bold;color: #fff;text-align: center}
.ny_about_2 ul li dd{font-size: 17px;line-height: 35px;color: #ddd;margin-top: 15px;text-align: center}
.ny_about_2 ul li span{width: 40px;height: 2px;background: #fff;display: block;margin: 0 auto;margin-top: 25px;margin-bottom: 25px}
.ny_titie{ text-align: center;font-size: 40px;color: #fff;margin-bottom: 110px;font-weight: bold}

.ny_about_3{background: #fff;padding: 100px 0}
.zz_title{ text-align: center;font-size: 40px;margin-bottom: 90px;font-weight: bold}
.ny_about_3cen{width: 85%;overflow: hidden;margin: 0 auto;}
.zz_content{font-size: 16px;line-height: 30px;width: 50%}
.zz_img{width: 48%}
.zz_img img{display: block;width: 100%;height: auto;margin: 0 auto}
.ny_about_3 dl{display: flex;justify-content: space-between;box-shadow: 0px 1px 15px #eee;background: #fff;border-radius: 10px;overflow: hidden;margin: 0 auto;padding: 50px 3%;width: 79%;align-items: center}



.ny_about_4{background:url(../images/ny_about_img3.jpg) no-repeat top center;padding: 150px 0;background-attachment: fixed}
.gq_content{font-size: 16px;line-height: 34px;width: 48%}
.gq_img{width: 45%;}
.gq_img img{display: block;width: 100%;height: auto;margin: 0 auto}

.ny_about_4 dl{display: flex;justify-content: space-between;width: 79%;margin: 0 auto;align-items: center;background: #fff;border-radius: 10px;padding:100px 3%;}

.honor_ul{display: flex;justify-content:space-between;flex-wrap: wrap}
.honor_li{box-shadow: 0px 2px 18px #eee;border-radius: 8px;margin-bottom: 50px;padding: 40px 3%;width: 25%}
.ny_about_5{width: 85%;margin: 0 auto;padding-top: 80px;padding-bottom: 70px}
.honor_li img{display: block;width: 67px;height: auto;margin: 0 auto}
.honor_li span{display: block;text-align: center;font-size: 16px;margin-top: 18px;}

.jinrong{width: 85%;overflow: hidden;margin: 0 auto}
.jinrong_1{font-size: 17px;line-height: 35px;}
.jinrong_1 span{font-weight: bold;color: rgba(237,28,34,1);font-size: 17px}
.jinrong_2 ul{display: flex;width: 1000px;justify-content:space-between;margin: 0 auto;padding: 60px 0}
.jinrong_2 ul li{width: 300px;border-radius: 7px;background: rgba(237,28,34,0.9);padding: 30px 0}
.jinrong_2 ul li dt{font-size: 43px;color: #fff;text-align: center;font-weight: bold}
.jinrong_2 ul li dt span{font-size: 20px;color: #fff;margin-left: 3px}
.jinrong_2 ul li dd{color: #fff;font-size: 15px;margin-top: 10px;text-align: center}


.jinrong_3 ul{display: flex;width: 1000px;justify-content:space-between;margin: 0 auto;padding: 0px 0 60px}
.jinrong_3 ul li{width: 300px;border-radius: 7px;background: #f8f8f8;padding: 30px 0}
.jinrong_3 ul li h1{font-size: 38px;color: rgba(237,28,34,0.99);text-align: center;font-weight: bold;margin: 8px 0}
.jinrong_3 ul li h1 span{font-size: 20px;color: rgba(237,28,34,0.99);margin-left: 3px}
.jinrong_3 ul li h2{color: #333;font-size: 15px;margin-top: 10px;text-align: center;width: 80%;margin: 0 auto;font-weight: normal}
.jinrong_3 ul li img{display: block;width: 50px;height: auto;margin: 0 auto}
.jinrong_4{margin: 50px 0}
.jinrong_4 img{display: block;width: 60%;height: auto;margin: 0 auto}

.jinrong_5{margin-bottom: 30px}
.jinrong_5 li{background: #f8f8f8;border-radius: 5px;padding: 25px;margin-bottom: 15px}
.jinrong_5 li span{display: block;background: url(../images/dot.png) no-repeat left center;background-size: 20px;padding-left: 30px;font-size: 17px;}

.jinrong_6{margin: 50px 0;display: flex;justify-content: space-between;flex-wrap: wrap}
.jinrong_6 li{background: #f8f8f8;border-radius: 5px;padding: 45px 1.5%;margin-bottom: 15px;width: 21%;}
.jinrong_6 li span{display: block;background: url(../images/dot.png) no-repeat left center;background-size: 20px;padding-left: 30px;font-size: 17px;}


.jinrong_7{display: flex;justify-content: space-between;margin-top: 80px}
.jinrong_7 img{display: block;width: 31%;height: auto}


.jinrong_8 ul{display: flex;width: 1000px;justify-content:space-between;margin: 0 auto;padding: 60px 0}
.jinrong_8 ul li{width: 300px;border-radius: 7px;border:2px solid rgba(237,28,34,0.99);padding: 30px 0;background: rgba(237,28,34,0.0)}
.jinrong_8 ul li dt{font-size: 28px;color: rgba(237,28,34,0.99);text-align: center;font-weight: bold}
.jinrong_8 ul li dt span{font-size: 20px;color: rgba(237,28,34,0.99);margin-left: 3px}
.jinrong_8 ul li dd{color: rgba(237,28,34,0.99);font-size: 15px;margin-top: 5px;text-align: center}

.kiuj{width: 380px;background: #ed1c22;padding: 16px 10px;color: #fff;font-size: 20px;font-weight: bold;text-align: center; margin: 25px 0 25px;border-radius:  25px 0 25px 0px;margin-bottom: 40px}
.jinrong_8 img{display: block;width: 500px;height: auto;margin: 0 auto;margin-top: 20px}
.jinrong_9 img{display: block;width: 680px;height: auto;margin: 0 auto}


.jinrong_88 img{display: block;width: 50px;height: auto; margin: 0 auto;}
.jinrong_88 li{background: #f8f8f8!important;border: 2px solid #f8f8f8!important}

.jinrong_888 ul{width: 302px;margin: 0 auto;padding: 0px 0 50px}
.jinrong_888 ul li{width: 100%;border-radius: 7px;border:2px solid rgba(237,28,34,0.99);padding: 30px 0;background: rgba(237,28,34,0.0)}
.jinrong_888 ul li dt{font-size: 43px;color: rgba(237,28,34,0.99);text-align: center;font-weight: bold}
.jinrong_888 ul li dt span{font-size: 20px;color: rgba(237,28,34,0.99);margin-left: 3px}
.jinrong_888 ul li dd{color: rgba(237,28,34,0.99);font-size: 15px;margin-top: 0px;text-align: center}

.my444{width: 100%!important;align-items:center!important}
.bf1{width: 800px}
.bf2{width: 520px}

.kiuj54{width: 720px;background: #ed1c22;padding: 16px 10px;color: #fff;font-size:17px;font-weight: bold;text-align: center; margin: 25px 0 15px;border-radius:  25px 0 25px 0px;margin-bottom: 40px}


.chanyeli img{display: block;width: 100%;height: auto;border-radius: 10px;box-shadow: -4.7px 12px 20px -1.69px rgb(165 165 165 / 25%)}
.chanyeli span{display: block;text-align: center;font-size: 17px;margin-top: 15px}

.swiper-pagination-chanye .swiper-pagination-bullet-active{background: #ed1c22!important;width: 25px!important;height: 8px!important;}
.swiper-pagination-chanye .swiper-pagination-bullet{background: #999;width: 8px;height: 8px;border-radius: 8px;margin: 0 6px}
.swiper-pagination-chanye{text-align: center;margin-top: 30px;}
.swiper-container-chanye{padding-top: 20px!important}
.dichanlist dl {display: flex;justify-content: space-between;background:rgba(237,28,34,0.99) ;border-right: 1px solid #ccc;margin-top: 50px}
.dichanlist dl span{display: block;color: #fff;border-left: 1px solid #ccc;text-align: center;border-top: 1px solid #ccc;padding: 13px 0;font-size: 16px}
.dichanlist dl span.span_1{width: 50px;}
.dichanlist dl span.span_2{width: calc((100% - 215px)/3);}
.dichanlist dl span.span_3{width: 160px;}

.dichanlist ul{border-bottom: 1px solid #ccc}
.dichanlist ul li{display: flex;justify-content: space-between;background:rgba(237,28,34,0) ;border-right: 1px solid #ccc;}
.dichanlist ul span{display: block;color: #333;border-left: 1px solid #ccc;text-align: center;border-top: 1px solid #ccc;padding: 9px 0;font-size: 16px;white-space: normal;word-break: break-all
  }
.dichanlist ul span.span_1{width: 50px;}
.dichanlist ul span.span_2{width: calc((100% - 215px)/3);}
.dichanlist ul span.span_3{width: 160px;}

.k_lg{display: flex;justify-content: space-between;align-items: center}
.k_lg dt{width: 54%;}
.k_lg dt img{display: block;width: 100%;height: auto}
.k_lg dd{width: 30%;}
.k_lg dd img{display: block;width: 100%;height: auto}



.k_oh{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap}
.k_oh dd{width: 700px;display: flex;justify-content: space-between;margin: 0 auto;margin-top: 30px}
.k_oh dt{width: 100%;font-size: 17px;line-height: 35px;}
.k_oh dt span{color: #e62129;font-size: 17px;font-weight: bold}
.k_oh dd .my5{width: 180px}

.k_op{margin: 80px 0 50px;background: #f8f8f8;padding: 100px 0px}
.k_op ul{display: flex;justify-content: space-between;width: 85%;margin: 0 auto}
.k_op li{width: 31%;margin-left: 1%}
.k_op li img{display:block;width: 100%;height: auto;border-radius: 10px;box-shadow: 0px 12px 16px -1.69px rgb(165 165 165 / 25%)}



.fdwer ul{display: flex;justify-content: space-between;padding-top: 30px}
.fdwer ul li{width: 15%}
.fdwer ul li img{display: block;width: 100%;height: auto;box-shadow: 0px 2px 15px #ccc}

.ytre{width: 180px!important;}
.fdfd{width: 670px;margin-top: 50px}

.ny_news{margin-top: 85px}
.ny_news_title{text-align: center;font-weight: bold;font-size: 40px;margin-bottom: 50px}
.ny_news_cen{width: 85%;margin: 0 auto;margin-bottom:50px}
.ny_news_tuijian{background: #f8f8f8;padding: 80px;border-radius: 15px}


.newsul{padding: 50px 0 0;overflow: hidden}
.newsli {
  transition: 0.4s;float: left;width: 30.6666666%;margin-bottom: 25px;background: #fff;
	padding: 45px 0 10px 0;margin-left: 4%
}

.newsli:nth-child(3n+1) {
  margin-left: 0;
}

.newsli .content1 {
  overflow: hidden;
  border-radius: 8px;
}
.newsli .content1 img {
  width: 100%;
  transition: 0.4s;
	 border-radius: 8px;
}
.newsli .content2 {
  padding:30px 0 0;
	
}
.newsli .content3 {
  font-size: 15px;
  color: #999;
  font-family: 'gilroy_regular';
}
.newsli .content3 img {
  margin-right: 0;
  vertical-align: middle;
}
.newsli .content4{height: 60px;margin: 20px 0;}
.newsli .content4 a{
  font-size: 20px;
  color: #333;
  
  transition: 0.4s;
	display: block;
	
}
.newsli:hover .content1 img {
  transform: scale(1.05);
}
.newsli:hover .content4 a{
  color: #ed1c22;
}

.newsli:hover .bankuai_more a {
  color: #fff;
  background: #ee1d23;
  padding: 0 32px;
}

.newsli:hover .bankuai_more a i {
  transform: translateX(14rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../images/right1.png);
}



.pageDiv {
	width: auto;
	display: inline-block !important;
	display: inline;
	margin-bottom: 0px;margin-top: 50px;margin-bottom: 50px
}

.pageDiv a, .pageDiv span {
		margin: 0;
		padding: 0;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		text-align: center;
		line-height: 50px;
		display: block;
		float: left;
		font-size: 15px;
	margin-left: 10px;
	border-radius: 53px;
	background: #f8f8f8
	}
.awh {width: 50px;height: 50px;}
.pnwh {width: 50px;height: 50px;}
.disabled {color: #333 !important;cursor: not-allowed !important;}
.onPage {background-color: #ed1c22!important;color: #fff;}

.pageDiv a:hover{background-color: #ed1c22!important;color: #fff;}


.news_view{overflow: hidden;width: 85%;margin: 0 auto;margin-bottom:70px}
.news_view_left{float: left;width: 66%;overflow: hidden}
.news_view_left h1{color: #333333;font-size: 30px;}
.news_view_left h2{color: #999;font-size: 16px;margin: 22px 0;padding-bottom: 20px;font-weight:normal}

.news_view_left .view_cen{color: #666;font-size: 16px;line-height: 32px;overflow: hidden;padding-bottom: 70px;min-height: 350px}
.news_view_left .view_cen p{color: #666;font-size: 16px;line-height: 32px;}
.news_view_left .view_cen img{max-width: 100%;height: auto}

.news_view_right{float: right;width: 27%;overflow: hidden}
.views_nav{padding: 70px 0 0;overflow: hidden}
.views_nav span{font-size: 15px;margin: 0 10px;display:inline-block!important;color: #ed1c22}
.views_nav a{font-size: 15px;margin: 0 10px;display:inline-block!important}

.news_view_right h1{color: #333333;font-size: 30px;font-weight: bold}
.news_view_right ul{overflow: hidden;margin-top: 50px}
.news_view_right ul li{border-bottom: 1px solid #e5e5e5;padding-bottom: 18px;margin-bottom: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.news_view_right ul li a{font-size: 18px;color: #666}
.news_view_right ul li a:hover{color: #ed1c22}

.news_view_nav{background: #f8f8f8;padding: 35px 0;margin-bottom: 60px}
.news_view_nav>div{width: 85%;margin: 0 auto;font-size: 16px;color: #666}
.news_view_nav a{font-size: 16px;}

.news_view_right dl{margin-bottom: 80px;margin-top: 40px}
.news_view_right dl dt{width: 100%;height: auto}
.news_view_right dl dt img{display: block;width: 100%;height: auto;border-radius: 10px;}
.news_view_right dl dd{margin-top: 19px;}
.news_view_right dl dd a{font-size: 23px;font-weight: bold;color: #666}

.prevlist a{display: block;width: 150px;height: 40px;line-height: 40px;color: #fff;background:#ed1c22;border-radius: 100px;text-align: center;font-size: 16px;margin-top: 30px;transition: all 0.3s}
.prevlist a:hover{width: 160px;}


.nycontact{background: url(../images/con_bg.jpg) no-repeat center center;padding: 80px 0;background-size: 100%;background-attachment: fixed}
.nycontact_cen ul{width: 680px;margin: 0 auto;margin-top: 80px;}
.nycontact_cen ul li{display: flex;align-items: center;margin-bottom: 15px}
.nycontact_cen ul li img{
  display: block;width: 60px;height: auto;margin-right: 10px
}
.nycontact_cen ul li span{display:block;font-size: 18px;}

.mapwz img{display: block;width: 28px!important;height: auto;margin-left: 8px;padding: 3px 0;transition: all 0.5s}
.mapwz img:hover{padding: 1px 0 4px}
.nycontact_cen dl dt{font-size: 45px;font-weight: bold;text-align: center}
.nycontact_cen dl dd{font-size: 30px;color: #ccc;text-align: center;font-family: arial}

.con_ewm{width: 250px;text-align: center;margin: 0 auto;margin-top: 40px}
.con_ewm img{width: 150px;height: 150px;display: block;margin: 0 auto}
.con_ewm span{display: block;text-align: center;font-size: 16px;margin-top: 10px}



.gylicon{display: block;width: 50px;height: auto;margin: 0 auto}

/*广告banner*/
.ban { position: relative; z-index: 3; width: 100%; overflow: hidden;display: none}
.ban img { display: block; width: 100%;transition: all 4s ease;}
.ban .swiper-pagination { bottom: 30px; }
.ban .swiper-pagination-bullet {width: 10px; opacity: 1; height: 10px; margin: 0 5px !important;background: rgba(255,255,255,0.8)}
.ban .swiper-pagination-bullet-active { border-radius: 10px; opacity: 1; background: #ed1c22;width: 18px }

.b_img2{display: none!important}
.ert{width: 100%;display: none}
.ert img{display: block;width: 100%;height: auto}

.kio9{display: block;font-size: 15px;text-align: center;margin-top: 10px}


@media screen and (min-width:2000px) {
	.index_newsul{width: 1730px;}
	.index_js_img img{width: 1730px}
	.index_footer .joke{width: 1730px}
	.index_about_img .ac_img{width: 1730px}
	.index_about_text{width: 1730px}
	.new_telst{width: 1730px;padding: 70px calc((100% - 1730px)/2) 0px}
	.zy_ul{width: 1730px}
	.header_two{width: 1730px;padding: 0px calc((100% - 1730px)/2)}
	.index_nav{width: 1730px;}
	.r_1,.y_1{background-size: 150%;width: 1730px;padding: 90px calc((100% - 1730px)/2) 50px} 
	.index_banner .swiper-slide .text{left:calc((100% - 1730px)/2) }
	.index_banner .swiper-slide{background-size: 120%!important}
	.b_2{width: 1730px;}
	.index_footer{background-size:125%}
	.b_text .b_text_cen{width: 1730px}
	.trade_nav,.my4,.my2 ul,.swiper-container-hezuo,.my6 ul,my10,.ny_about_2 ul,.ny_about_5,.about_nav,.my8,.my10,.jinrong_nav,.jinrong,.dichan_nav,.k_op ul,.ny_news_cen,.news_view_nav>div,.news_view{width: 1730px}
	.ny_about_2,.ny_about_4{background-size: 100%}
	.ny_about_3 dl{width: calc(1730px - 10%);}
	.ny_about_4 dl{width: calc(1730px - 10%)}
	.nycontact{background-size: 115%}
}
@media screen and (max-width:1690px){
	.index_footer .joke .ft_center .right{width: calc(100% - 00px)}
}
@media screen and (max-width:1600px) {
	.pic img {height: 140px;}
	.news_li_3{margin-bottom: 25px}
	.b_text .b_text_cen .b_text_ms{font-size: 16px;line-height: 32px}
	.jinrong_nav a{font-size: 17px}
	.nav ul{width: 71%}
}

@media screen and (max-width:1400px) {
	

	.index_newsul{width: 90%;}
	.index_js_img img{width: 90%}
	.index_footer .joke{width: 90%}
	.index_about_img .ac_img{width: 90%}
	.index_about_text{width: 90%}
	.new_telst{width: 90%;padding: 70px 5% 0px}
	.zy_ul{width: 90%}
	.header_two{width: 90%;padding: 0px 5%}
	.index_nav{width: 90%;height: 580px}
	.r_1,.y_1{background-size: 150%;width: 90%;padding: 90px 5% 50px} 
	.index_banner .swiper-slide .text{left:5% }
	.b_2{width: 90%;}
	
	.y_1 ul li{width: 16.5%;padding: 50px 3%}
	.commin_title .t_t{font-size: 36px}
	.fesaa{font-size: 15px;line-height: 30px}
	.commin_title .t_e{font-size: 28px}
	.nav ul{width: 73%}
	.index_banner .swiper-slide h2{font-size: 42px}
	.my4,.trade_nav,.my2 ul,.b_text .b_text_cen,.my10,.ny_about_5,.ny_about_2 ul,.my6 ul,.my8,.jinrong_nav,.jinrong,.k_op ul,.ny_news_cen,.news_view,.news_view_nav>div{width: 90%}
	.my_title{width: 90%;margin:  60px auto;font-size: 32px}
	.my2 ul li{padding: 35px 1%}
	.my2 ul li:hover{padding: 25px 1% 45px}
	.b_text .b_text_cen .b_text_ms{font-size: 15px;line-height: 30px;padding: 28px}
	.ny_about_4 dl{width: 84%}
	.ny_about_3 dl{width: 80%}
	.my4 dt{line-height: 32px}
	.nycontact{background-size:120%}
}
@media screen and (max-width:1460px) {
	.b_text .b_text_cen .b_text_ms{padding: 30px}
	.b_text{top: 43%}
}
@media screen and (max-width:1260px) {
	.index_footer .joke .ft_center .right ul li span{font-size: 15px}
}


@media screen and (max-width:1200px) {
	
.dichanlist dl span.span_2{width: calc((100% - 185px)/3);}
.dichanlist dl span.span_3{width: 120px;}

.dichanlist ul span.span_2{width: calc((100% - 185px)/3);}
.dichanlist ul span.span_3{width: 120px;}
	
	
	
	
	.dichanlist ul span{font-size: 13px}
	.my6 ul,.my4,.my2 ul,.y_1_cen{flex-wrap: wrap}
	.my6 ul li{width: 31%}
	.my4 dt{width: 100%}
	.my4 dd{width: 420px;margin: 0 auto;margin-top: 35px}
	.my2 ul li{width: 16%;margin-top: 15px}
	.my2 ul li:hover{padding: 35px 1%}
	
	.my4_ dd {
    width: 600px;
}
	.index_newsul{width: 94%;}
	.index_js_img img{width: 94%}
	.index_footer .joke{width: 94%}
	.index_about_img .ac_img{width: 94%}
	.index_about_text{width: 94%}
	.new_telst{width: 94%;padding: 70px 3% 0px}
	.zy_ul{width: 94%}
	.header_two{width: 96%;padding: 0px 2%}
	.index_nav{width: 94%;}
	.r_1,.y_1{width: 94%;padding: 40px 3% 40px} 
	.index_banner .swiper-slide .text{left:3% }
	.b_2{width: 94%;}
	.my_title{width: 94%;}
	.my4,.trade_nav,.my2 ul,.b_text .b_text_cen,.my10{width: 94%}
	.r_1, .y_1{background-size: 180%}
	.b_text .b_text_cen h1{font-size: 40px}
	.nycontact_cen dl dt{font-size: 40px}
	.nycontact_cen dl dd{font-size: 27px}
	.nycontact{background-attachment:inherit;background: url(../images/con_bg_tel.jpg) no-repeat center center;}
	
	.ny_news_cen{width: 94%}
	.ny_news_tuijian{padding: 40px}
	.news_view,.news_view_nav>div,.jinrong,.dichan_nav,.k_op ul,.jinrong_nav,.about_nav{width: 94%}

	.jinrong_4 img{width: 100%}
	.index_footer{display: none}
	.tel_footer{display: block;}
	
	.header_two{display: none}
	.sp_header{display: block}
	.ny_news{padding-top: 60px;margin-top: 0}
	
	.index_banner{height: calc(100vh - 60px);padding-top: 60px}
	.jwb_ny_banner{padding-top: 60px}
	.ny_about_3 dl,.ny_about_4 dl{flex-wrap: wrap}
	.zz_content,.gq_content{width: 100%}
	.zz_img,.gq_img{width: 100%;margin-top: 30px}
	.maoyi{top: 32%}
	}
@media screen and (max-width:1050px) {
	.jinrong_2 ul{width: 100%}
	.jinrong_2 ul li{width: 31%}
	.jinrong_3 ul{width: 100%}
	.jinrong_3 ul li{width: 31%}
	.jinrong_6 li{width: 46%}
	
	.jinrong_8 ul{width: 100%}
	.jinrong_8 ul li{width: 31%}
}
@media screen and (max-width:1024px) {
	.jinrong_nav a{width: 25%}
	.y_1_cen .y_1_cen_left{width: 95%}
	.y_1_cen .y_1_cen_right{width: 95%;margin-top: 35px;margin-bottom: 40px}
	.index_ew{padding: 50px 0}
	.y_1 ul{flex-wrap: wrap}
	.k_op{padding: 20px 0;margin: 40px 0 20px}
	.new_con{margin-bottom: 40px}
	.y_1 ul li{width: 42%}
	
	.about_nav a{width: 33.333333333%}
	.about_nav{justify-content: flex-start}
	
	.atre{top: 35%}
	.diwf{top: 47%}
	
	
}

@media screen and (max-width:1000px) {
	.y_1{background: url(../images/m_bg.jpg) no-repeat bottom center;background-size: 130%}
	.jwb_ny_banner .ny_banner_img img{width: 150%}
	
	.index_nav ul{flex-wrap: wrap}
	.index_nav ul li{width: 100%;flex:auto}
	.index_nav ul li:nth-child(2) {margin: 25px 0;}
	.index_nav{height: 140vh}
	.index_ew{padding: 45px 0}
	
	.b_text .b_text_cen h1{font-size: 40px}
	.b_text .b_text_cen .b_text_ms{font-size: 14px}
	
	.k_oh{flex-wrap: wrap}
	.k_oh dt{width: 100%}
	.k_oh dd{margin: 0 auto;margin-top: 30px}
	.fdwer ul{flex-wrap: wrap}
	.fdwer ul li{width: 31%;margin-bottom: 25px}
	.index_nav ul li dd{opacity: 0.95}
	.bf1{width: 94%;padding: 16px 3%}
	.dichan_nav a{width: 100%;padding: 25px 0;border-bottom: 1px solid #eee}
	.diwf{top: 36%}
	.trade_nav{flex-wrap: wrap}
	.trade_nav a{width: 50%;padding: 25px 0}
	.kiuj54{width: calc(100% - 16px);padding: 12px 8px}
}

@media screen and (max-width:750px) {
	.p111{width: calc(100% - 20px)!important}
	.index_banner{display: none}
	.ban{display: block;padding-top: 60px}
	.newsli{margin-left: 0;margin-right: 3%;width: 48.5%}
	.newsli:nth-child(2n+2){margin-right: 0}
	.news_li_5{font-size: 27px}
	.news_view_left{width: 100%}
	.news_view_right{width: 100%}
	.news_view_nav{margin-bottom: 40px;padding: 30px 0}
	.dichan_nav{width: 94%}

	.k_lg,.k_lg,.k_op ul{flex-wrap: wrap}
	.k_lg dt{width: 100%}
	.k_lg dd{width: 100%;margin-top: 35px}
	.my_title{width: 94%;margin: 0 auto;font-size: 22px;padding: 20px 0}
	.fdfd{width: 95%!important;margin-top: 30px!important;margin-bottom: 10px!important}
	.ny_navlist_ul a{font-size: 14px}
	.jinrong_9 img{width: 100%}
	.my11{width: 94%}
	.b_ban{display: block}
	.a_ban{display: none}
	.jwb_ny_banner .ny_banner_img img{width: 100%}
	.ny_navlist{margin-top: -50px}
	
	.zz_title{font-size: 27px}
	.commin_title .t_t{font-size: 27px}
	.commin_title .t_e{width: 50px;margin-top:15px}
	
	.k_oh dd{width: 100%}
	.k_oh dd .my5{width: 26%}
	.k_oh dt{font-size: 14px;line-height: 24px}
	.nycontact_cen ul{width: 94%}
}
@media screen and (max-width:640px) {
	.my10 p{font-size: 14px;line-height: 24px}
	.my8{width: 94%;font-size: 14px;line-height: 24px}
	.dichanlist{display: none}
	.ert{display: block}
	.bf2{width: 94%;padding: 16px 3%}
	.b_2 dt{font-size: 27px}
	.nycontact_cen ul li img{width: 40px}
	.nycontact_cen ul li span{font-size: 15px}
	.b_text .b_text_cen h1{font-size: 30px;text-align: center;line-height: 30px}
	.nycontact_cen dl dt{font-size: 23px;padding: 0 3%}
	.nycontact_cen dl dd{font-size: 20px}
	.nycontact_cen ul{width: 94%;}
	.indx_news_tuijiancen{flex-wrap: wrap}
	.indx_news_tuijiancen dt{width: 100%}
	.indx_news_tuijiancen dd{width: 100%;margin-top: 30px}
	.ny_news_tuijian{padding: 20px}
	.newsul {padding: 00px 0 0;}
	.newsli{width: 100%;margin-right: 0;padding: 30px 0 0px 0;}
	.newsli .content4{height: auto;margin: 10px 0 16px}
	.awh,.pnwh{width: 40px;height: 40px}
	.pageDiv a, .pageDiv span{line-height: 40px;}
	.k_op li{width: 100%;margin-left: 0;margin-top: 30px}
	.jinrong_2 ul li dt{font-size: 25px}
	.jinrong_2 ul li dt span{font-size: 16px}
	.jinrong_2 ul li dd{font-size: 14px}
	
	.jinrong_3 ul li h1{font-size: 25px}
	.jinrong_3 ul li h1 span{font-size: 16px}
	.jinrong_6{margin:30px 0 0} 
	.jinrong_8 ul li dt{font-size: 22px}
	.jinrong_8 ul li dt span{font-size: 16px}
	.my9{width: 94%}
	.jinrong_3 ul{flex-wrap: wrap;padding: 0px 0 30px}
	.jinrong_3 ul li{margin-bottom: 15px;width: 100%}
	
	
	.ny_navlist_ul a{padding: 12px 0}
	.kiuj{font-size: 15px;width:calc(100% - 25px);padding: 10px 8px}
	
	.jinrong_nav a{width: 50%}
	.jr{top: 30%}
	.jrlist{margin-top: -100px}
	.ny_about{padding-top: 0}
	.fesaa{margin-bottom: 0}
	.index_about_img11 .ac_img{border-radius: 8px}
	.ny_about_2{padding:60px 0 60px;margin-top: 10px;background-attachment:inherit}
	.ny_about_2 ul{flex-wrap: wrap}
	.ny_about_2 ul li{width: 92%;margin-bottom: 20px;padding: 40px 4%}
	.ny_titie{margin-bottom: 60px;font-size: 27px}
	.ny_about_2 ul li dt{font-size: 24px}
	.ny_about_2 ul li dd{font-size: 15px;line-height: 28px}
	.ny_about_3{padding: 40px 0}
	.zz_title{margin-bottom: 40px}
	.ny_about_3 dl{padding: 40px 5%}
	.ny_about_4{padding: 40px 0;background-attachment:inherit}
	.ny_about_4 dl{padding: 40px 5%}
	.ny_about_5{padding-top: 40px;padding-bottom: 30px}
	.honor_li{width: 42%;margin-bottom: 30px;padding: 30px 3%}
	.y_1 ul li img{display: block;width: 80px;height: auto;margin: 0 auto}
	.linian li dt{font-size: 23px;text-align: center;font-weight: bold}
	.linian li dd{font-size: 15px;margin-top: 15px;line-height: 25px}
	.y_1 ul li{padding: 35px 3%}
	.rewq{margin-bottom: 30px;line-height: 27px}
	.index_ew{padding: 45px 0 0}
	.index_news{padding: 40px 0}
	.index_newsul{margin-top: 0}
	.indx_news_tuijian{padding: 30px 25px 40px;margin-bottom: 40px}
	.news_li_6{margin: 10px 0 20px}
	.swiper-pagination-news{margin-top: 30px}
	.index_js_img img{margin-top: 40px;margin-bottom: 40px}
	.js_text span{font-size: 25px;margin-bottom: 12px;font-weight: bold}
	.js_text a{padding: 6px 0;font-size: 15px;width: 160px;background: #ed1c22;border: 1px solid #ed1c22}
	.index_banner .swiper-slide h2{font-size: 35px;line-height: 39px}
	.index_banner .swiper-slide p{font-size: 20px}
	.my6{margin-top: 40px;padding: 0px 0 40px}
	.jinrong_5 li{padding: 15px 15px}
	.jinrong_1{font-size: 14px;line-height: 24px}
	.honor_li img{width: 56px}
	.honor_li span{font-size: 15px}
	.gq_content{font-size: 15px;line-height: 28px}
	.zz_content {
    font-size: 15px;
    line-height: 28px;
}
	.newsli .content2{padding: 10px 0 0}
	.bankuai_more a{height: 34px;line-height: 34px;padding: 0 20px}
	.news_li_5{font-size: 22px;opacity: 1}
	.index_nav ul li{background-size: 140%!important}
	.l_cebox.on{right: 5px}
	.b_img1{display: none!important}
	.b_img2{display: block!important}
	.index_nav ul li dt{font-size: 28px}
	
}
@media screen and (max-width:580px) {
	.jinrong_5 li span{font-size: 14px}
	.jinrong_8 img{width: 100%}
	.my6 ul li{padding: 10px 0}
	.my4 .p1{width: 95%;font-size: 15px}
	.my2 ul li{width: 46%}
	.atre{top: 32%}
	.about_nav a{width: 50%;font-size: 14px}
	.k_oh dd{width: 100%}
	.my5{width: 25%;padding: 25px 12px}
	.jinrong_6 li{width: 97%;padding: 15px 1.5%;margin-bottom: 12px}
	
	.my10 p{padding: 15px}
	.nycontact{padding: 50px 0}
	.nycontact_cen ul{margin-top: 40px}
	.ny_news{padding-top: 25px}
	.news_view_nav{margin-top: 35px;padding: 24px 0}
	.news_view_left .view_cen{min-height: auto;padding-bottom: 40px}
	
	
	.my6 ul li{width: 47%}
	.dichanlist ul span{font-size: 14px}
	.fdwer ul li{width: 48%}
	.y_1 ul li{width: 94%;padding: 25px 3%}
	
	.y_1 {
        background: url(../images/m_bg.jpg)  bottom center;
    }
	.my4 dt{font-size: 14px;line-height: 24px}
	.jinrong_8 ul{flex-wrap: wrap;padding: 15px 0 10px}
	.jinrong_8 ul li{width: 100%;margin-bottom: 15px;padding: 20px 5px}
	.jinrong_2 ul li{width: 100%;margin-bottom: 10px}
	.jinrong_2 ul{flex-wrap: wrap;padding: 19px 0 10px}
	.jinrong_6 li span{font-size: 14px}
	.jinrong_3 ul li h1{margin: 0 0}
	.frewq{width: 100%;}
}
@media screen and (max-width:500px) {
	.gylicon{width: 40px}
	.jinrong_3 ul li img{width: 40px}
	.chanyeli span{font-size: 14px}
	.my4 dd{width: 100%;}
	.my4 .my5,.my7{width: 40%}
	.my4_ .my5{width: 25%}
	.kiuj{line-height: 20px;padding: 10px 3%;font-size: 15px}
	.my5 h1{font-size: 21px}
	.jinrong_7{flex-wrap: wrap;margin-top: 40px}
	.jinrong_7 img{width: 100%;margin-bottom: 20px}
	.my11{flex-wrap: wrap}
	.my11 img{width: 100%;margin-bottom: 20px}
	.my444{margin-bottom: 35px}
	
}





