@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'iconfont';
  src: url('../../font/iconfont.woff2?t=1636008142589') format('woff2'),
       url('../../font/iconfont.woff?t=1636008142589') format('woff'),
       url('../../font/iconfont.ttf?t=1636008142589') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{padding: 0;margin: 0;font:16px/26px Arial,Tahoma, Geneva,Helvetica, sans-serif;color:#333333; overflow-x:hidden;}
*{
    list-style: none;
    text-decoration: none;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}
ul,li{list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
a:link,a:visited,a{color:#333333;text-decoration: none;}
a:hover{ color:#6eb92b;text-decoration: none;}

img {
    border: none;
    display: inline-block; 
    max-width: 100%;
	vertical-align:middle;
}


table {
    border-collapse: collapse;
}

.swip_home .swiper-pagination-bullet,.hot_pro_nr,.hot_pro_img,.more img,.h_revi_nr,.h_news_img img,.h_news_txt h3,.h_why_nr *,.nav>ul>li>a::after,.pro_con,.faq_title_icon img,.faq_more img,.instant_con::after,.contact_fin_nr p,.contact_fin_img,.show_crumbs,.cor_con,.swiper_button img,.taste_numberb_box_r,.fac_bb_img img,.pro_nav_tab2_img img,.h_r_box img,.h_ins_con>a img,.sub_img_box a img,.method_txt,.about_pag_ul p::after,.about_pag_ul p{
	transition: all .6s;
	-moz-transition: all .6s;	/* Firefox 4 */
	-webkit-transition: all .6s;	/* Safari å’Œ Chrome */
	-o-transition: all .6s;	/* Opera */
}
.fullimg{width:100%;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

/* 设置HTML5元素为块 */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
.clearfix:before,.clearfix:after{
content:"";
display:table;
}
.clearfix::after{display:block;clear:both;content:""}
.clearfix:after{
clear:both;}
.clearfix{
*zoom:1;
}


.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fl{float:left;}
.fr{float:right;}
.container{
	width:100%;
    max-width:1200px;
    margin:0 auto;
}

@media (max-width:1200px) {
    .container{
		width:96%;
		padding:0 2%;
    }
}
.flex{
    display: flex;
    justify-content: center;
}

.contentnav{width:96%;max-width:1200px;margin:0 auto;}

/*header头部*/
.pc_header{position: fixed;width:100%;height:100px;padding:8px 0 2px;background: #ffffff;top:0;z-index:10;box-shadow: 0 2px 5px rgb(0 30 7 / 10%);}
.top_header{width: 100%; background: #129780; line-height:2rem;text-align: right;color:#ffffff;}
.top_header a{color:#FFF;}
.top_header a:hover{color:#ffb400;}
.top_header span{color:#20ae95;}
.fa-phone,.fa-service{padding-right:.5rem;}
.ui_topblank{margin-top:100px;}
.headercon{display: flex;justify-content:space-between;}
.logo{text-align:left;padding:.5rem 0; }
.logo .jw_logo{margin-right:10px;padding-right:10px;border-right:#ececec 1px solid;}
div#menu{flex:1;}
.phone{text-align:right;width:100%;line-height:45px;font-size:1.5rem;font-weight:500;color:#666;}
.phone .icon-dianhua-yuankuang{font-size:1.5rem;color:#014099;margin-right:5px;}
#menu #m_content{ text-align:right;}
/*--------一级菜单样式----------------------*/
#m_nav li{display:inline-block; text-align:center;position:relative; z-index:100; list-style:none;margin-left:2.5rem;}
#m_nav li a:link,#m_nav li a:visited{color:#333;font-size:18px;display:block;line-height:50px;}
#m_nav li a:hover {color:#0057a6; font-size:18px;text-decoration:none;}

#m_nav li.cur{color:#014099;}
#m_nav li.cur a{height:50px; color:#014099; display: block;}

#menu_ul li:hover ul{position: absolute;  display:block;z-index:100;}  
/*--------二级菜单样式------- */
#m_nav li ul{list-style:none; position: absolute; left:-1.5rem; top:47px; width:100%; display:none;}
#m_nav li ul li{position:relative;width:120px;  display:block;background-image:none;margin:0;padding:0;line-height:35px;overflow:hidden;}
#m_nav li ul li a:link,#m_nav li ul li a:visited{display:block;background:rgba(255,255,255,.7);font-size:14px; color:#333333;height:35px;line-height:35px;border-bottom:#ececec 1px solid;overflow:hidden;}
#m_nav li ul li a:hover{background:rgba(1,64,153,1);color:#fff;text-decoration:none;font-weight:500;line-height:35px;}


.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;top: 0;box-shadow: 0 2px 5px rgb(0 30 7 / 10%);}
.sp_logo{padding:5px 0 0 10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:45px;}
.sp_phone{float:right;margin-right:1rem;margin-top:1.5rem;width:30%;}
.sp_phone img{width:100%;}

.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav span{display:block;background:#034099;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:#eee;width:100%;height:auto;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:65px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd 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;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:100%;padding-left:20px;}
.sjj_nav ul li ul li a{color:#999;display:block;line-height:35px;text-align:left;padding-left:35px;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#008cd4}
.sjj_nav ul li ul li>ul{margin-left:10px}
.visible-xs-block {
    display:none!important;
	}
@media (min-width:1024px){
	.phone_header{
        display:none;
    }
	.pc_banner{display:block;}
	.phone-banner{display:none;}
	.wp_banner{display:none;}
}
@media (max-width:1199px){
	.pc_header{
        display: none;
    }
	.ui_topblank{margin-top:50px;}
    .visible-xs-block {display: block!important;}
	.company_active{display:none;}

}
/*--首页--*/
.index_about{padding:8rem 0;}
.index_about_content{width:40%;}
.index_about_header{text-align:left;justify-content:left;}
.index_about_title h1{font-size:2rem;color:#222222;margin:0 1rem .5rem 0;}
.index_about_title span{font-size:1rem;color:#999999;}
.index_about_icon{display:inline-block;}
.index_about_text{padding:3rem 0 3rem;line-height:1.725rem;color:#666666;}
.index_about_text h3{display:inline-block;color:#333333;font-weight:600;}
.index_about_button {
    margin-top:1.5rem;
}
.index_about_button .index_public_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.index_public_button {
    width: 8.333vw;
    height: 2.6041666vw;
    padding: 0.26041666vw;
    -webkit-border-radius: 1.30208333vw;
    border-radius: 1.30208333vw;
    overflow: hidden;
    position: relative;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
}

.index_public_button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #6eb92b;
    -webkit-border-radius: 1.30208333vw;
    border-radius: 1.30208333vw;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.index_public_button a {
    position: relative;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.index_public_btn_read {
    width: calc(100% - 2.08333vw);
    text-align: center;
    position: relative;
    justify-content: center;
}

.index_public_btn_content {
    position: relative;
}

.index_public_btn_text {
    color: #000033;
    line-height: 1.041666vw;
    font-size: 0.8333vw;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.index_public_btn_icon {
    width: 2.08333vw;
    height: 2.08333vw;
    position: relative;
    background: #014099;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.index_public_btn_svg {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.index_public_btn_svg svg {
    width: 20%;
    fill: #fff;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.index_public_btn_hover {
    position: absolute;
    left: 0;
    top: 0;

}

.index_public_btn_hover svg {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
/*白底图标*/
.index_color_button:hover:after {
    background: #1d2088;
}

.index_color_button:hover .index_public_btn_icon {
    background: #fff;
}

.index_color_button:hover .index_public_btn_svg svg {
    fill: #1d2088;
}

.index_color_button:hover .index_public_btn_text {
    color: #fff !important;
}

/*图标鼠标经过*/
.index_public_button:hover .index_public_btn_default svg {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_public_button:hover .index_public_btn_hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_public_button:hover .index_public_text_default {
    color: #fff;
}

.index_public_button:hover:after {
    width: 100%;
}

.about_bg{ display:block;background:#cde1f3;width:620px;height:100%;}
.index_about_video{width:50%;text-align:right;position:relative; background:#cde1f3;margin-top:1rem;}
.index_about_video .open-video{position: absolute;right:0;top:0;cursor: pointer;z-index:2; width:620px; height:360px;  background-size: cover; background-position: center center;}
.index_about_video .open-video i{display: block;width: 50px;height: 50px;border-radius: 50%;background:#6eb92b url(../images/Floor002841_btn.png) no-repeat center center;position:absolute;
left:50%;top:50%;margin-left:-25px;margin-top:-25px;z-index: 4;}
.index_about_video .open-video i:before,
.index_about_video .open-video i:after{position: absolute;content: '';border-radius: 50%;background:#6eb92b;opacity: 0.2;-webkit-opacity: 0.2;animation:scale 3s infinite;-webkit-animation: scale 3s infinite;}
.index_about_video .open-video i:before{left: -20px; top: -20px; bottom: -20px;right: -20px; animation-delay: 0.3s;}
.index_about_video .open-video i:after{left: -35px; top: -35px; bottom: -35px;right: -35px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}

.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable{height: 100%;}
.video-box .ytable-cell{ text-align:center;}
.video-box video{ width:90%; max-width:900px;padding-top:2%;}

/*--home-products--*/
.index_products,.index_news{background:#f5f5f5;padding:6rem 0;}
.index_products .index_about_header{margin-bottom:2rem;}
.index_product_content{width:26%;}
.index_product_list{width:74%;}
.index_product_list ul li{background:#eaeaea; border-radius:1.25rem;padding:1rem; text-align:center;margin-left:2rem;}
.index_product_list ul li img{width:100%;margin-bottom:1rem;}
.product_fin_img{overflow:hidden;}
.index_product_list ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.index_product_list ul li p{font-size:18px;padding:.5rem 0;}
.index_product_list ul li h2{color:#02419a;font-size:16px;margin-top:.5rem;}
.products_memo{width:100%;}
.products_memo dl{margin:.5rem 0 1rem;}
.products_memo dl dt{font-size:1rem;line-height:1.35rem;color:#333;font-weight:500;margin:.5rem 0;}
.products_memo dl dd{font-size:0.875rem;color:#666666;line-height:1.25rem;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;}

.index_rd,.index_partner{padding:5rem 0;}
.index_rd_content{width:100%;}
.rd_first{float:left;width:50%;margin-right:10%;}
.rd_first_name{margin:3rem 0 2rem;}
.rd_first_name a{font-size:1.725rem;font-weight:bold;color:#024099;}
.rd_first_name em{ display:inline-block;font-size:2.125rem;padding:0 8px 0 0;}
.rd_first_honor{width:100%;}
.rd_first_honor ul li{float:left;width:32%;margin-right:1.333%;}
.rd_first_honor ul li img{width:100%;}
.rd_second{float:left;width:40%; position:relative;}
.rd_second .indexrd_img{ position:absolute;bottom:0;}
.rd_second_list{padding:0;}
.rd_second_list .rdicon{}

.news_list{padding-top:3rem;}
.news-box{width: 80px;height: 90px;background: #cccccc;}
.news-box .day,.news-box .date{text-align: center;color: #FFFFFF; display:block; font-size:12px;}
.news-box span.day{font-size: 40px;margin:10px 0 5px 0;font-weight: bold; line-height:42px; font-family:Arial, Helvetica, sans-serif;}

.news-left{width:45%;margin-right:5%; position:relative;}
.news_pic{padding-bottom:45%;}
.news_pic .img,.partner_list ul li img,.index_product_list ul li img{
	display:block;
	width:100%;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	-webkit-transform-origin:center center;
	-moz-transform-origin:center center;
	transform-origin:center center;
}
.news_pic:hover .img,.partner_list ul li:hover img,.index_product_list ul li:hover img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);	
}
.news-right{width:50%;}
.news-left .news-box{position: absolute;top: 0;left: 20px;}
.news a{display: block;}
.news-left a .title{padding:11px 0;line-height:28px;text-align: left; display:inline-block; color:#000;}
.news-left a .title:hover{ color:#154590;}
.news-left .title{font-size: 16px;}
.news-left p{overflow: hidden;color: #666666;font-size: 13px;line-height:28px;}
.news-left:hover div.news-box{background: #154590;}
.news-left:hover .title{color: #154590;}


.news-right dt.news-box{width: 78px;height: 88px;background: #cccccc; cursor:default;}
.news-right dl{margin-bottom: 43px;}
.news-right dl:hover dl .news-box{background: #154590;}
.news-right .news-box{float: left;margin-right: 20px;}
.news-right a{color: #000000;display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.news-right a,.news-right dt{overflow: hidden; }
.news-right dd{overflow: hidden;  text-align: left;padding: 0;}
.news-right dd h4{overflow: hidden; padding: 10px 0;font-size: 16px;text-align: left;}
.news-right dd p{color:#666666;line-height:23px ;font-size: 13px; height:46px; overflow:hidden; cursor:default;}
.news-right dl:hover dt.news-box{background: #154590;}
.news-right dl:hover dd span.title a{color: #154590;}
.news-right span.title{ display:block; padding:5px 0; }

.partner_list ul{width:100%;margin:0 -2%;}
.partner_list ul li{float:left;width:21%;margin:1rem 2%;border:#ececec 1px solid; overflow:hidden; box-sizing:border-box;}


/*--nav内页--*/
.bannernav_text{position:absolute;width:100%;top:30%;left:0; display:none;}
.bannernav_textall{width:30%; text-align:center;}
.bannernav_texten{font-size:3.125rem;color:#FFF; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;}
.bannernav_textcn{font-size:1.75rem;color:#FFF;margin:1rem 0; letter-spacing:5px;}
.read-banner-wrap {
    position: relative;
}
.read-banner-wrap img{width:100%;}
.read-mbx-nav {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    height: 51px;
}

.read-mbx-nav .read-mbx-back {
	width:100%;
    height: 51px;
    background: rgba(255,255,255, .8);
    border-bottom: 1px solid #eeeeee;
}

.read-mbx-nav .read-mbx-center {
    height: 51px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #eeeeee;
}

.read-mbx-nav .mbx-nav-fixed {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:100;
}

.read-mbx-nav ul {
    font-size: 0;
    text-align: center;
    display: block;
}

.read-mbx-nav ul li {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding:0 20px;
}

.read-mbx-nav ul li a {
    display: block;
    font-size: 16px;
    color: #000000;
	line-height: 50px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
}

.read-mbx-nav ul li a:after {
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #014099;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.read-mbx-nav ul .mbx-hover a:after {
    width: 100%;
}

.read-mbx-nav ul .mbx-hover a {
    color: #014099;
}

.read-mbx-nav ul li:hover a {
    color: #014099;
}

.read-mbx-nav ul li:hover a:after {
    width: 100%;
}

.nav_header{width:100%;margin:4rem 0 2rem;}
.nav_title h1{font-size:2rem;color:#222222;margin:0 1rem 0 0;}
.nav_header .nav_icon{}
.ncontent{font:16px/28px 'Microsoft Yahei';margin:2rem 0 3rem;}
.ncontent h3{display:inline-block;font-weight:bold;}
.picScroll-left{ width:100%;position:relative;margin-bottom:5rem;}
.picScroll-left .hd{ overflow:hidden; padding:0 10px; position:absolute;bottom:10px;right:10px;}
		/*.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.png") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:1200px;display:block;}
		.picScroll-left .bd ul li .pic a:hover img{}

/*--发展历程--*/
.big_swiper{
    width:100%;
    line-height: 1;
	padding:6rem 0 10rem;
    background: url(../images/img_history_bg.png) center 200px no-repeat#ffffff;
}

.big_swiper .swiper-container-big{
    padding-bottom: 160px;
}
.big_swiper .swiper-slide .number{
    font-size: 56px;
}
.big_swiper .swiper-slide{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.big_swiper .swiper-slide .number span{
    font-size: 56px;
}
.big_swiper .swiper-slide-active .number{
    font-size: 200px;
}
.big_swiper .swiper-slide-active .number span{
    color: #71bd25;
    font-size: 200px;
}
.big_swiper .swiper-slide-prev .number{
    margin-right: 120px;
}
.big_swiper .swiper-slide-next .number{
    margin-left: 120px;
}
.big_swiper .swiper-wrapper{
    align-items: center;
}
.big_swiper .swiper-slide .txt{
    display: none;
}
.big_swiper .swiper-slide-active .txt{
    position: absolute;
    bottom: -80%;
    display: block;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}
.big_swiper .swiper-button-prev::after{
    content: '';
}
.big_swiper .swiper-button-next::after{
    content: '';
}
.big_swiper .swiper-button-prev svg{
    transform: rotate(180deg);
}
.big_swiper .swiper-button-prev,.big_swiper .swiper-button-next{
    width: 56px;
    height: 56px;
    background: #71bd25;
    border-radius: 50%;
}
.big_swiper .swiper-button-next.swiper-button-disabled,.big_swiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    border: 2px solid #e5e5e5;
    background: none;
}
.big_swiper .swiper-button-next.swiper-button-disabled svg, .big_swiper .swiper-button-prev.swiper-button-disabled svg{
    fill: #e5e5e5;
}
.big_swiper .swiper-button-next, .big_swiper .swiper-button-prev{
    top: 30%;
}
.big_swiper .swiper-button-next{
    right: 20%;
}
.big_swiper .swiper-button-prev{
    left: 20%;
}
.swiper-container{
    --swiper-theme-color: #008574;
  }
.swiper-pagination-number{
    justify-content: start;
    font-size: 16px;
    align-items: baseline;
}
.swiper-pagination-number span{
    font-size: 16px;
    color: #666;
}
.swiper-pagination-number span.swiper-pagination-current{
    font-size: 32px;
    font-family: 'Barlow-Bold';
    color: #008574;

}
.swiper-scrollbar{
    height: 3px;
    margin-top: 10px;
}
.swiper-scrollbar-drag{
    background: #008574;
}
@media (max-width:1600px) {
    .big_swiper{
        background-size: contain;
    }
}

@media (max-width:1023px){
    .big_swiper{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .big_swiper h3{
        margin-bottom: 80px;
    }
    .big_swiper .swiper-slide-active .number{
        font-size: 150px;
    }
    .big_swiper .swiper-slide-active .number span{
        font-size: 150px;
    }
    .big_swiper .swiper-slide-active .txt{
        bottom: -88%;
        width: 520px;
    }
    .big_swiper .swiper-button-next, .big_swiper .swiper-button-prev{
        top: 26%;
    }
}
@media (max-width:767px){
    .big_swiper{
        padding: 30px 15px;
    }
    .big_swiper h3{
        margin-bottom: 30px;
        font-size: 28px;
    }
    .big_swiper .swiper-slide-active .number{
        font-size: 100px;
    }
    .big_swiper .swiper-slide-active .number span{
        font-size: 100px;
    }
    .big_swiper .swiper-button-next, .big_swiper .swiper-button-prev{
        top: 20%;
    }
    .big_swiper .swiper-button-prev{
        left: 0%;
    }
    .big_swiper .swiper-button-next{
        right: 0%;
    }
    .big_swiper .swiper-slide-active .txt{
        position: static;
        width: 100%;
        margin-top: 30px;
        font-size: 18px;
    }
    .big_swiper .swiper-button-prev, .big_swiper .swiper-button-next{
        width: 44px;
        height: 44px;
    }
    .big_swiper .swiper-container-big{
        padding-bottom: 0px;
    }
}

/*--honor--*/
.honor_list{margin:4rem 0;}
.honor_list ul{background:url(../images/honor_bg.jpg) top center repeat-y; text-align:center;padding:0;}
.honor_list ul li{ display:inline-block;width:24%;padding:0;}
.honor_img{width:100%; text-align:center;}
.honor_img img{height:240px; width:auto;margin:0 auto;}
.honor_name{line-height:100px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.partner{padding:0 0 3rem;}
.h_revi_con{position: relative;margin-top:2rem;}
.contact_fin_img{background: #fff;position: relative;top: 0;}
.contact_fin_img img{height:auto;width: 100%;border: 0;vertical-align: middle;object-fit: cover; border:#ececec 1px solid;}
.contact_fin_nr:hover p{color: #2CACCE;}
.contact_fin_nr:hover .contact_fin_img{box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.h_revi_con .swiper_button{top: calc(50% - 2.8125rem); background-image:none;}
.h_revi_con .swiper_buttonp{left: -1.875rem;background-image:none;}
.h_revi_con .swiper_buttonn{right: -1.875rem;}
.h_revi_con .sub_h2{margin-bottom: 1.875rem;}
.h_revi_con .swiper-slide{height:auto;}
.h_revi_con .swiper-wrapper{height:auto;}
.swip_but .swiper-button-prev,.swip_but .swiper-container-rtl .swiper-button-next{ background-image:none;}
.swip_but .swiper-button-next,.swip_but .swiper-container-rtl .swiper-button-prev{ background-image:none;}

.swiper_button{background-image: none;width: auto;height: auto;top: 50%;transform: translateY(-50%);margin: 0;}
.swiper_button img{width: 15px;height: auto;}
.swiper_button img:last-child{display: none;}
.swiper_buttonp{left: 0;}
.swiper_buttonn{right: 0;}
.swip_hrevi{padding:1.875rem;}
.swiper_button:hover img:first-child{display: none;}
.swiper_button:hover img:last-child{display: block;}
.swi_scro {
    top: auto !important;
    height: 2px !important;
    display: none;
}
.h_revi_con .swiper-button-next:after, .h_revi_con .swiper-button-prev:after { display:none;}

/*--研发实力--*/
.rdcontent{padding-bottom:4rem;}
.rd_first_list span{display:inline-block;}
.rd_first_list span:nth-child(1){margin-left:-5px;}
.rd_first_list .iconfont{font-size:1rem;color:#090;line-height:31px;margin:0 5px 0 10px;}
.rd_first_list em{font-size:20px;font-weight:bold;font-style:normal;padding:0 2px;}
.tbox_list{width:100%; display:flex;margin-bottom:2rem;}
.tbox_listcon{width:25%;text-align:center;margin-top:4rem;}
.tbox_listcon .tbox_circle{ display:inline-block;width:150px;height:150px; border-radius:50%; background:#ececec;}
.tbox_listcon .iconfont{font-size:4rem;line-height:150px;}
.tbox_listcon:hover .tbox_circle{ background:#6eb92b;transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;}
.tbox_listcon:hover .iconfont{color:#FFF;transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;}
.tbox_listcon .tbox_listext{font-size:.825rem;color:#666666;}
.tbox_listcon .tbox_listext h1{font-size:1.25rem;color:#333;padding:1rem 0;}

.adpic{width:100%;margin:1rem 0;}
.slideGroup{ width:100%; text-align:left;  }
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:0; display:block;width:30px;height:100%;background:url(../images/icoLeft.gif) center center no-repeat; }
.slideGroup .sNext{ left:auto; right:5px; background:url(../images/icoRight.gif) center center no-repeat;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }

.slideGroup ul{ overflow:hidden; zoom:1;   }
.slideGroup ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup ul li .pic{ text-align:center; }
.slideGroup ul li .pic img{ width:245px;display:block; padding:2px; border:1px solid #ccc; }
.slideGroup ul li .pic a:hover img{ border-color:#999;  }
.slideGroup ul li .title{ line-height:24px;   }

/*--合作伙伴--*/
.aboutbj-map{width: 100%;padding:1rem 0 4rem; position:relative;}
.aboutbj-map .container {
    position: relative;
}
.aboutbj-map-bg{width: 100%;object-fit: cover;}
.aboutbj-map-dot{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 4;}
.aboutbj-map-dot .dot{position: absolute;z-index: 6;display: flex;align-items: center;}
.aboutbj-map-dot .dot i{width: 14px;height: 14px;border-radius: 50%;background: #6eb92b;margin-right: 10px;position: relative;}
.aboutbj-map-dot .dot i::before,.aboutbj-map-dot .dot i::after {content: "";display: block;width: 20px;height: 20px;border: 1px solid rgba(110, 185, 43, .7);border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -10px 0 0 -10px;animation: aboutbjRing 1.5s linear infinite;opacity: 0;}
.aboutbj-map-dot .dot i::before {animation-delay: .6s;}
.aboutbj-map-dot .dot i::after {animation-delay: 0s;}
@keyframes aboutbjRing{0%{opacity:0;transform:scale(.8)}5%{opacity:1}to{opacity:0;transform:scale(3.6)}}
.aboutbj-map-dot .dot span{font-size: 14px;color: #6eb92b;position: relative;z-index: 4;}
.aboutbj-map-dot .dot.active{flex-direction: column-reverse;justify-content: center;}
.aboutbj-map-dot .dot.active i{margin-right: 0;background: #0056b8 url('../images/abo2_2.png') no-repeat center;width: 26px;height: 26px;}
.aboutbj-map-dot .dot.active span{color: #0056b8;margin-bottom: 2px;}
.aboutbj-map-dot .dot.active i::before,.aboutbj-map-dot .dot.active i::after {border: 1px solid rgba(0, 86, 184, .7);}
/* -- */
.aboutbj-map-dot .dot.zhongguo{left: 34.5%;top: 38%;}
.aboutbj-map-dot .dot.italy{left:26%;top:45%;}
.aboutbj-map-dot .dot.helan{left:6.6%;top:29.5%;}
.aboutbj-map-dot .dot.ruidian{left:10%;top:20%;}
.aboutbj-map-dot .dot.nuowei{left:8%;top:24%;}
.aboutbj-map-dot .dot.france{left:5%;top:31%;}


.aboutbj-map-dot .dot.xinjiapo{left: 32.7%;top: 54.5%;}
.aboutbj-map-dot .dot.japan{left:38%;top: 45%;}
.aboutbj-map-dot .dot.meiguo{left: 75%;top: 32%;}
.aboutbj-map-dot .dot.canada{left:70%;top:22%;}

/*--产品列表页--*/
.pro_list{ display:block;background:#eaeaea;padding:1px 1px 15px; text-align:center;margin:1.5rem 0;}
.prolist_pic{width:100%;overflow:hidden;}
.prolist_pic img{
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.pro_list:hover img{
	transition: all .25s ease;
    transform: scale(1.15, 1.15);
}
.prolist h3{font-size:1.125rem;margin:1rem 0 .5rem;}
.prolist span{ display:inline-block;margin-bottom:1rem;}
.pro_list:hover{border:#6eb92b 1px solid; cursor:pointer;}
.pro_list:hover a{color:#6eb92b;}
.case_more:link,.case_more:visited{letter-spacing:0px;font-size:1.125rem;font-weight:600;color:#073374;}

.case_list{padding:1rem 0 4rem;}
.caselist{width:100%; background:#FFF;margin:1rem 0;}
.caselist h3{font-size:1rem;line-height:1.5rem;padding:10px;}
.caselist h3 span{color:#6eb929;}

.products_des{padding:4rem 0;}
.proview_img{width:45%;border:#ececec 1px solid;}
.proview_item{width:50%;margin-left:3rem;}
.proview_item h1{font-size:2rem;}
.proviewitem_con{font-size:1rem;line-height:30px;margin:2rem 0;}
.rdicon,.itemlist {
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0;
    font-size:16px;
	line-height:28px;
    color: #666666;
}
.rdicon span{ display:inline-block;padding:0 5px;font-size:20px;font-weight:bold;}
.rdicon:after,.itemlist:after {
    width: 6px;
    height: 6px;
    background: #cbcbcb;
	border-radius:3px;
    content: "";
    position: absolute;
    left: 0;
    top:14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.proviewitem_down{width:100%;margin-bottom:2rem;}
.down_file{
    position: relative;
    width: 100%;
	padding:1rem 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    transition: all 0.6s ease 0s;
}
.down_text {
    font-size: 20px;
    line-height: 38px;
    width: calc(100% - 180px);
}
.down_icon {
    font-size: 26px;
    line-height: 38px;
    margin-right: 40px;
}

.proview_character{padding:1rem 0 5rem;}

.nav_cases{width:100%; background:#f5f5f5;}
/*--productview--*/
.swiper_button{background-image: none;width: auto;height: auto;top: 50%;transform: translateY(-50%);margin: 0;}
.swiper_button img{width: 15px;height: auto;}
.swiper_button img:last-child{display: none;}
.swiper_buttonp{left: 0;}
.swiper_buttonn{right: 0;}
.swip_hrevi{padding:1.875rem;}
.swiper_button:hover img:first-child{display: none;}
.swiper_button:hover img:last-child{display: block;}


.dart{padding:4.5rem 0;}
.dart_box{display: flex;justify-content: space-between;}
.dart_l{width:43%;margin-left:2%;}
.dart_r{width:55%;position: relative;}
.dart_logo{margin-bottom:2rem;padding-top:1.25rem;}
.dart_logo h2{font-size:24px;line-height:35px;font-weight:bold;text-align:left;color:#333333;}
.dart_logo h3{font-size:1.25rem;line-height:2rem;margin:1rem 0;}
.dart_logo img{width:12.25rem;margin-bottom:1.75rem;}
.dart_logo p{font-size:20px;color:#a7b517;font-family:"BarlowCondensed-Medium";margin-bottom:2rem;}
.dart_logo i{width: 30px;height: 2px;background:#014099;display: block;margin-top:2rem;}
.dart_txt{margin-bottom:3.75rem;line-height:32px;}
.dart_txt p{position: relative;padding-left: 18px;font-size: 18px;margin-bottom:1rem;color: #666;}
.dart_txt p::after{content: '';position: absolute;width: 4px;height: 4px;background: #666;border-radius: 50%;left: 0;top: 10px;}
.a_td{width:6.25rem;height:6.25rem;border: 1px solid #ddd;cursor: pointer;position: relative;}
.a_td::after{content: '';position: absolute;width: 100%;height: 0px;background: #a7b517;bottom: 0;left: 0;}
.a_td img{width:100%;height:100%;border: 0;vertical-align: middle;object-fit: cover;}
.dart_banner{width:calc(25rem + 60px);}
.dart_banner .swiper-slide{width:6.25rem!important;}
.swiper-slide-active .a_td::after{height: 2px;}
.dart_r360{height: 100%;}
.dart_r360_box{width: 100%;height: 100%;position: relative;}
.dart_r360_img{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center; border:#ececec 1px solid;}
.dart_r360_img>img{width:37.5rem;height:37.5rem;margin: auto;}
.swip_but .h_revi_prev{left: 3%;}
.swip_but .h_revi_next{right: 3%;}
.dart_r_bj{position: absolute;bottom: 0;left:1.25rem;}
.swip_but .swiper-button-prev,.swip_but .swiper-container-rtl .swiper-button-next{ background-image:none;}
.swip_but .swiper-button-next,.swip_but .swiper-container-rtl .swiper-button-prev{ background-image:none;}
.dart_r .swiper-button-prev:after,.dart_r .swiper-button-next:after{display:none;}
@media (max-width: 1900px) {
  .brand_con_p p ,.link_nr ul li a,.dart_txt p{
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .brand_con_p p ,.link_nr ul li a,.dart_txt p{
    font-size: 14px;
  }
	.dart_txt p::after{top: 9px;}
}

	/* 360度 */
#c-UV10 {
  position: relative;
}

#c-UV10 .pro_alt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
  border-radius: 3px;
  padding: 80px 40px;
  display: none;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt {
    padding: 40px 30px;
    width: 150px;
    height: 100px;
  }
}
#c-UV10 .pro_alt .xian {
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian {
    margin-bottom: 12px;
  }
}
#c-UV10 .pro_alt .xian img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  -webkit-animation: rit 5s linear infinite;
  animation: rit 5s linear infinite;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian img {
    width: 12px;
  }
}
#c-UV10 .pro_alt p {
  text-align: center;
  font-size: 16px;
  color: #00ADBB;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt p {
    font-size: 14px;
  }
}
#c-UV10 .c-mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#c-UV10 .c-mask.on {
  cursor: grab;
}
#c-UV10 .c-bj {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV10 .c-img-box {
  margin: 0 auto;
  position: relative;
  width: 9rem;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-UV10 .c-img-box {
    width: 6rem;
  }
}
#c-UV10 .c-img-box img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: contain;
}
#c-UV10 .c-img-box img.on {
  opacity: 1;
}
/*--solutions--*/
.solutions_list{width:100%;background: rgba(208, 208, 208, 0.2);margin:1rem 0;}
.solutionlist_left{width:45%; overflow:hidden;border:#ececec 1px solid;}
.solutions_list:hover .solutionlist_left img {
    transition: all .25s ease;
    transform: scale(1.15);
}

.solutionlist_right{width:55%;padding:50px 80px;}
.solutionlist_right h3{font-size:24px;margin-bottom:1rem;}
.slink {
    width: 55px;
    height: 2px;
    background: #014099;
    margin: 25px 0;
}
.solution_text{font-size:16px;padding:15px 0;line-height:28px;}
.solu_more {
    width: 100%;
}

.solu_more a {
    width: 140px !important;
    display: block;
    color: #6eb92b;
    text-align: center;
    border: 1px solid #6eb92b;
    border-radius: 10000px;
    margin-top: 25px;
    letter-spacing: 1px;
    position: relative;
    transition: .3s;
    overflow: hidden;

}

.solu_more a:hover {
    color: #ffffff;
    box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5), 7px 7px 20px 0 rgba(0,0,0,.1), 4px 4px 5px 0 rgba(0,0,0,.1);
    transition: all .3s ease;
}
.solu_more a:hover .btn-inner{
    color:#ffffff;
}
.btn2 .btn-inner {
    padding:8px 12px;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    color:#6eb92b;
}

.btn2:hover .btnbg-x {
    width: 140%;
    background: #6eb92b;
}

.btn2 .btnbg-x {
    position: absolute;
    left: -4px;
    width: 0;
    top: -4px;
    right: -4px;
    bottom: -4px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solutionview{font-size:16px;line-height:30px;padding:2rem 0;margin-bottom:2rem;border-bottom:#ececec 1px dotted;}
.solutionview h3{font-size:24px;margin:.5rem 0;}

.ypt_profile{padding:0 5%;line-height:35px; border-bottom:#ececec 1px solid;margin-bottom:1.5rem;}
.ypt_list{width:100%;margin-bottom:4rem;}
.ypt_list ul{display:flex;flex-wrap:wrap;}
.ypt_list ul li{width:46%;text-align:center;margin:1% 2%;}
.ypt_list ul li img{margin-bottom:1rem;}

/*--news--*/
.new_list{
}
.new_list .screen{
	color: #000000;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
	border-bottom: #eeeeee solid 1px;
}
.new_list .screen .tit{
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
.new_list .screen .year{
	float: left;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.new_list .screen .year a{
	display: inline-block;
	margin-right: 60px;
	font-family: arial;
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new_list .screen .year a:hover, .new_list .screen .year a.on{
	color: #19aeae;
}
.new_list ul{
	margin-bottom: 65px;
}
.new_list ul li{
	position: relative;
	border-bottom: #eeeeee solid 1px;
}
.new_list ul li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	border-bottom: #6eb92b solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new_list ul li:hover:before{
	width: 100%;
}
.new_list ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	padding-left: 10%;
	padding-right: 12%;
	box-sizing: border-box;
	font-size: 0;
}
.new_list ul li .img{
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	overflow: hidden;
}
.new_list ul li .img img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new_list ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new_list ul li .text{
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 4.3%;
}
.new_list ul li .text .t1{
	color: #000000;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_list ul li:hover .text .t1{
	color: #6eb92b;
}
.new_list ul li .text .t2{
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new_list ul li .date{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.new_list ul li .date .t1{
	font-family: arial;
	color: #222222;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new_list ul li .date .line{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 15px;
	height: 1px;
	background: #dcdcdc;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new_list ul li .date .t2{
	font-family: arial;
	color: #222222;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new_list ul li:hover .date .t1, .new_list ul li:hover .date .t2{
	color: #6eb92b;
}
.new_list ul li:hover .date .line{
	background: #6eb92b;
}
.new_list ul li .arrow{
	position: absolute;
	right: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 50px;
	border-left: #eeeeee solid 1px;
	background: url(../images/img57.png) center no-repeat;
	background-size: 17px 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new_list ul li:hover .arrow{
	background: url(../images/img57a.png) center no-repeat;
	background-size: 17px 14px;
}


.newsnav_list{padding:0;}
.newsnav_list .row .newslist{
    background: #fff;
    margin-bottom:2rem;
    box-shadow: 0 0 20px rgba(0, 14, 12,0.1);
}
.newsnav_list .row .newslist .newspic{
    position: relative;
    width: 100%;
    padding-bottom:75%;
  }
.newsnav_list .row .newslist .newspic img{
    width: 100%;
    position: absolute;
    height:100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
.newsnav_list .row .newslist .newspic .bg{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    
  }
.newsnav_list .row .newslist:hover .newspic .bg{
    background: rgba(110,185,43,0.5);
  }
.newsnav_list .row .newslist .newscon {
    padding:1.5rem;
  }
  
.newsnav_list .row .newslist .newscon h3{
    font-family: 'BarlowCondensed-Medium';
    font-size: 18px;
    color: #101010;
    line-height: 1.75rem;
    font-weight: normal;
    margin-bottom:1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
.newsnav_list .row .newslist:hover .newscon h3{
    color: #6eb92b;
  }
.newsnav_list .row .newslist .newscon .newsdetail{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }

@media (max-width:1600px) {
 .newsnav_list .row .newslist .newscon{
        padding:1rem;
    }
.newsnav_list .row .newslist .newscon h3{
        margin-bottom:1.125rem;
    }

}
.time{font-size:14px;color:#666; opacity:0.8;}
.time span{font-size:14px;margin-left: 18px;}

/*.newslist{padding:2rem 0;}
.newslist dt.news-box{width: 78px;height: 88px;background: #cccccc; cursor:default;}
.newslist dl{margin-bottom: 43px;}
.newslist dl:hover dl .news-box{background: #154590;cursor:pointer;}
.newslist .news-box{float: left;margin-right: 20px;}
.newslist a{float:left;width:50%;color: #000000;display:inline-block;}
.newslist a,.newslist dt{overflow: hidden; }
.newslist a:nth-child(2n+1) dd{padding-right:20px;}
.newslist a:nth-child(2n) dd{padding-right:0;}
.newslist dd h4{overflow: hidden; padding: 10px 0;font-size: 16px;text-align: left;}
.newslist dd p{color:#666666;line-height:23px ;font-size: 13px; height:46px; overflow:hidden; cursor:default;}
.newslist dl:hover dt.news-box{background: #154590; cursor:pointer;}
.newslist dl:hover dd span.title a{color: #154590;}
.newslist span.title{ display:block; padding:0 0 5px;line-height:24px; }
*/

.view_content{margin:3rem 0 1rem;}
.view_title{width:100%; border-bottom:#d2d2d2 1px dotted;color:#999999; text-align:center;padding-bottom:1rem;}
.view_title span{font-size:20px;line-height:50px;color:#333;}
.view_text{font-size:16px;line-height:35px;padding:20px 0;border-bottom:#d2d2d2 1px solid;}
.newsviewnav{width:100%;padding-bottom:2rem;}
.posts_b .bb{margin-bottom:.725rem;color:#666;}
.newsviewnav .index_about_button{ margin-top:0;}

/*--加入我们--*/
.faq_content{display:flex;margin:3rem 0 5rem;}
.menu_list{width:100%;}
.menu_head{width:100%;cursor:pointer;position:relative;background:url(../images/pro_left.png) center right no-repeat #f2f2f2;padding:3rem 0;margin:3rem 0 0; display:flex;}
.menu_head1{width:100%;cursor:pointer;position:relative;background:url(../images/pro_left.png) center right no-repeat #cdcdcd;padding:3rem 0;margin:3rem 0 0; display:flex;}

.menu_list .joinname{width:20%; font-size:24px; color:#333;display: inline-block;padding-left:5%;}
.menu_list .joincon{width:50%; font-size:14px;color:#666;line-height:24px;display:inline-block;padding:0 5%;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.menu_list .current{background:url(../images/pro_down.png) center right no-repeat #6eb92b;transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;}
.menu_list .current .joinname{color:#FFF;}
.current .joincon{display:none;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px; background:#f2f2f2;padding:5%;}
.menu_body a{display:block;line-height:38px;}
.menu_body a:hover{text-decoration:none;}

/*--服务支持--*/
.he_f1p3bx {width: 100%;position: relative;border-radius: 20px;overflow: hidden; padding:4rem 0px;margin:2rem 0 0;}
.he_f1p3nk {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}
.he_f1p3nja h3{display:inline-block; font-size:24px;color: #ffffff;}

.he_f1p3nja p {
display:inline-block;
    font-size:35px;

    line-height: 1.75;

    color: #ffffff;


}


.he_f1p3nja .icon-dianhuatianchong{color:#6eb92b;font-size:24px;display:inline-block;}



.aftersale-box{margin:50px -15px 4rem -15px;}
.after-item{
	float: left;
	width: 380px;
	margin:0 15px;
	position: relative;
	overflow: hidden;
}
.after-item .m-pic{
	width: 100%;
	height: 276px;
	overflow: hidden;
}
.after-item .m-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.after-item .m-cont{
	background-color:#989898;
	text-align: center;
	padding:20px 10px;
}
.after-item .m-tit{
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
.after-item .m-cont p{
	font-size: 12px;
	color:#FFF;
}
.after-item .m-caption{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
    overflow: hidden;
    color: #fff;
    padding:10px 15px 10px 25px;
    text-align: center;
    background-color: rgba(110,185,43,.9);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
}
.after-item .m-caption .m-tit{
	margin-top:4rem;
	opacity: 0;
	-webkit-transform: translateY(-150px);
	    -ms-transform: translateY(-150px);
	        transform: translateY(-150px);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.after-item .m-des{
	margin-top:1rem;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-150px);
	    -ms-transform: translateY(-150px);
	        transform: translateY(-150px);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.after-item .scrollbar{
	height: 344px;
	padding-right: 10px;
}
.after-item .scrollbar::-webkit-scrollbar-thumb {
  background-color:#333;
}
.after-item:hover .m-caption{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
.after-item:hover .m-caption .m-tit,
.after-item:hover .m-des{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.service_net{width:100%; background:#fff;}

/*--联系我们--*/
.career{width:100%;line-height:30px;margin:-2rem 0 3rem;}
.contact_content{width:100%; background:#f2f2f2;margin-bottom:4rem;}
.contact_text{float:left;width:40%;padding:8% 5%;line-height:35px;}
.contact_text h3{font-size:1.5rem;line-height:2.25rem;font-weight:500;margin-bottom:1rem;}

.contact_map{float:right;width:60%;}
/*--footer--*/
.footer_wrap{ background:#e3e3e3;}
.b_menu{padding:2.25rem 0;}
.bmenu_list{width:80%;}
.bmenu_list dl{flex:1;}
.bmenu_list dl dt{font-size:18px;color:#333;margin-bottom:1rem;}
.bmenu_list .b_pro{flex:2;}
.bmenu_list .b_pro dd{float:left;width:50%;}
.bmenu_list a{font-size:14px;line-height:30px;color:#666 !important;}
.bmenu_list a:hover,.bmenu_list dl dd:hover,.bmenu_list dl dd:hover a{ color:#6eb92b;text-decoration: none;}
.wechat_code{width:20%;}
.wechat_code ul{display:flex;margin-left:-1rem;}
.wechat_code ul li{flex:1; text-align:center;margin-left:1rem;}
.wechat_code ul li img{margin-bottom:.5rem;}
.copyright{background:#cccccc;padding:1rem 0;color:#fff;}
.copyright a{color:#FFF;}
.font14{font-size:14px;}