


 @font-face {font-family: "Num";src: url("../font/Num.ttf") format("truetype");} 


 

*{padding: 0px;margin: 0px;}
*, ::after, ::before { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td { margin: 0; padding: 0; list-style: none; font-family: 'Noto Sans SC', Arial; font-size:12px; font-weight: normal;}
html{ background-color:#fff; }
h3,h4,h5,h6,a,span,p{ display: block;}
img { display: block;}
li {list-style: none;}
a {text-decoration: none; display: block;}
body,html {height: 100%;width: 100%;font-size: 10px;}
.imgbox {overflow: hidden;position: relative;}
 

input{ -webkit-appearance:none; } 
html *:focus{ outline:none; }

.more{ width: 120px; height: 40px; background: #fff; border: 2px solid #9fc426; display: flex ; align-items: center; justify-content: space-around; transition: all .3s;    padding: 0 20px;  }
.more .mt{display: block; color: #9fc426; font-size: 14px; } 
.more .fa{display: block; color: #9fc426; font-size: 16px; }
.more:hover{ background: #9fc426;     padding: 0 10px; }
.more:hover .mt,.more:hover .fa{ color: #fff; }



.icenter { width:1500px; margin:0 auto; }





.dh2{position: fixed; width: 100%; background:none;  height: 80px; top: 0; left: 0; z-index: 99999;}
.dh2 .icenter{display: flex; justify-content: space-between; align-items: center;    height: 80px;}
.dh2 .icenter .logo{}
.dh2 .icenter .logo img{display: block;  height: 50px; filter: none; filter: grayscale(1) brightness(1000);}
.dh2 .icenter .pcnav{display: flex; justify-content: space-between; align-items: center;}
.dh2 .icenter .pcnav dd span{}
.dh2 .icenter .pcnav dd span a{display: flex; color: #fff; height: 80px; justify-content: center; align-items: center; font-size: 18px;     font-weight: bold; cursor:pointer; padding: 0 20px;}
.dh2 .icenter .rh{display: flex; align-items: center;}



.dh2 .icenter .rh .global{cursor:pointer;position: relative; }
.dh2 .icenter .rh .global span{display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff;     height: 80px;}
.dh2 .icenter .rh .global span img{filter: brightness(0) invert(1); display: block; width: auto; height: 20px; margin: 0 5px 0 0;}
.dh2 .icenter .rh .global span i{display: block; font-size: 18px; margin: 0 0 0 5px;}
.dh2 .icenter .rh .global:hover span,.dh2 .icenter .rh .global:hover i{color: #9fc426 !important;}
.dh2 .icenter .rh .global p{display: block; position: absolute; top: 80px; background: #fff; width:180px; box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);   text-align: center; opacity: 0; visibility: hidden; transition: all .1s;     overflow: hidden; right:0; padding:10px 0; }
.dh2 .icenter .rh .global:hover p{opacity: 1;visibility: visible;}
.dh2 .icenter .rh .global p a{display: block; color: #333; font-size: 14px; line-height: 20px; padding: 10px 0; position: relative;}
.dh2 .icenter .rh .global p a:after{ content: ""; position: absolute; width: 2px; height: 100%; top: 0; right: 0; background: #9fc426; opacity: 0; }
.dh2 .icenter .rh .global p a:hover{color: #9fc426; background: #f2f2f2;}
.dh2 .icenter .rh .global p a:hover:after{opacity: 1;}

.dh2 .icenter .pcnav .navhref{ display: flex ; color: #fff; height: 80px; justify-content: center; align-items: center; font-size: 18px; font-weight: bold; cursor: pointer; padding: 0 20px;}
.dh2:hover .icenter .pcnav .navhref,.dh2_1 .dh2 .icenter .pcnav .navhref{color:#333; }
.dh2 .icenter .pcnav .navhref:hover{color: #9fc426; }
.dh2_1 .dh2 .icenter .pcnav .navhref:hover{color: #9fc426; }

.dh2_1 .dh2,.dh2:hover{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); }
.dh2_1 .dh2 .icenter .logo img,.dh2_1 .dh2 .icenter .rh .global span img,.dh2:hover .icenter .logo img,.dh2:hover .icenter .rh .global span img{ filter: initial; }
.dh2_1 .dh2 .icenter .pcnav dd span a,.dh2_1 .dh2 .icenter .rh .global span,.dh2:hover .icenter .pcnav dd span a,.dh2:hover .icenter .rh .global span{color: #333;}

.dh2 .icenter .pcnav dd{position: relative;}
.dh2 .icenter .pcnav dd:hover span a{color: #9fc426; }

 
.dh2 .icenter .pcnav dd .downav{ position: fixed; width: 100%; padding: 0; background: rgba(0, 0, 0, .4); top: 80px; height: calc(100% - 80px); left: 0; display: none;  }
.dh2 .icenter .pcnav dd .downav .webnavd_code{ box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05); border-top: 1px solid #eee; padding: 50px 0; display: block; background: #fff; position: relative;  }
.dh2 .icenter .pcnav dd .downav .webnavd_code:after{ content: ""; position: absolute; width: 30%; height: 100%; background:#fafafa; top: 0; left: 0; z-index: 1;  }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter{ height: auto; position: relative; z-index: 5;  display: flex ; align-items: flex-start; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf{ display: block; width: 25%; padding-right: 5%;}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf strong{ display: block; color: #666; font-size: 24px; font-weight: normal; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf span { display: block; color: #666; font-size: 14px; margin: 20px 0;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;  line-height: 24px; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf .more{ zoom: 0.8; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh{  display: flex ; justify-content: space-between; width: 70%; overflow: hidden; align-items: flex-start;  }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca{  width: 70%; display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 24px; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p{ display: block;      margin-bottom: 20px; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p a{ display: block; color: #333; font-size: 14px; line-height: 20px; font-weight: bold; margin: 0 0 14px 0;}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p font{}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p font a{ font-size: 18px;  color:#666; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p a:hover{ color: #9fc426; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .cb{ display: block; width: 26%; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .cb img{display: block; width: 100%;}

.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca{ max-height: 500px;overflow-y: auto;}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca::-webkit-scrollbar { width: 6px; height: 6px; }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca::-webkit-scrollbar-track{border-radius: 2px;-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.1);background: rgba(0,0,0,0.1);scrollbar-arrow-color:red;        }
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.1);border-radius: 0;background: #9fc426;}

 
 
.dh2 .icenter .pcnav dd .downav_pro{}
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code{ padding: 0; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter{ display: flex ; justify-content: space-between; align-items: flex-start; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_lf{  display: block; width: 30%; padding: 50px 0; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_lf a{ color: #333; height:50px; font-size: 16px; display: flex ; align-items: center; cursor:pointer; padding-left: 20px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_lf a.actpro{ background: #eee; color: #9fc426;}
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh{  display: block; width: 70%; padding: 50px 0 50px 5%;  border-left: 1px solid #eee;min-height: 600px;  }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist{display: none;}
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist:nth-child(1){ display: block; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .d_tb{display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 60px; margin: 30px 0; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .icodetoa{ margin: 0 0 26px 0;; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .icodetoa .a1{ display: block; color: #666; border-bottom: 1px solid #eee; font-size: 18px; margin: 0 0 10px 0; font-weight: bold;  }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .icodetoa .a1:hover{ color: #9fc426; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b{}
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b a{ display: flex ; align-items: center; margin: 14px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b a .fa{ display: block; color: #333; font-size: 14px; margin-right: 5px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b a span{ display: block; color: #666; font-size: 16px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b a:hover .fa,.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist .inc_b a:hover span{ color: #9fc426; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code:after{ display:none; }

.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist.d1 h3,.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist h3{ display: block; color: #666; font-size: 28px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist.d1 h4{ display: block; color: #666; font-size: 14px; margin: 20px 0; line-height: 24px; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist.d1 .more{ zoom: 0.8; }
 

.banner{ position: relative; width: 100%;  height:calc(100% - 140px); display: flex ; align-items: center; justify-content: center; }
.banner video{ display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.banner::after{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: 0.3; }
.banner .mm_home{display: block; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}

 
.home_bar_search{ width: 640px; z-index: 9; transition: all .6s; }
.home_bar_search.on{ width:960px;}
.home_bar_search .ca{ z-index: 9999; position: relative; }
.home_bar_search .ca .ta{ display: flex ; justify-content: space-around; margin-bottom: 16px; padding: 0 30px; }
.home_bar_search .ca .ta a{ display: block; color: #fff; font-weight: bold; font-size: 20px; position: relative; cursor:pointer; }
.home_bar_search .ca .ta a::after{ content: ""; content: ""; display: block; width: 0; height: 2px; background: #fff; transition: all .3s; opacity: 0;}
.home_bar_search .ca .ta a.active::after,.home_bar_search .ca .ta a:hover::after{background: #9fc426; width: 100%; opacity: 1;}
.home_bar_search .ca .tb{}
.home_bar_search .ca .tb .b1{ display: none;}
.home_bar_search .ca .tb .b1:nth-child(1){display: block;}
.home_bar_search .ca .tb .b1 form{display: flex ; justify-content: space-between; align-items: flex-start; width: 100%;}
.home_bar_search .ca .tb .b1 form label{ width: calc(100% - 50px); }
.home_bar_search .ca .tb .b1 form input{ display: block; border: 0; height: 60px; padding-left: 20px; color: #333; font-size: 20px; width: 100%; transition: all .6s;}
.home_bar_search .ca .tb .b1 form .btnsubmit{cursor: pointer; display: flex ; justify-content: center; align-items: center; transition: all .6s; width:60px; height:60px; background: #fff; border: 0;}
.home_bar_search .ca .tb .b1 form .btnsubmit img{display: block; width: auto; height: 26px;}
.home_bar_search .cb{ background: rgba(0, 0, 0, .66); height: 100%; left: 0; opacity: 0; visibility: hidden;  position: fixed; top: 0; transition: opacity .5s ease; width: 100%; z-index: 999; }
.home_bar_search.on .cb{ opacity: 1;visibility: visible;}
.home_bar_search.on .ca{}
.home_bar_search.on .ca .tb .b1 form input,.home_bar_search.on .ca .tb .b1 form .btnsubmit{ height:80px;}
 



 
.banner_text{background: #9fc426;   display: block; overflow: hidden; position: relative; height: 140px; display: flex ; align-items: center; justify-content: center; }
.banner_text .icenter{ display: flex ; justify-content: space-between; align-items: center; }
.banner_text .lf{color: #fff; font-size: 40px; font-weight: bold; line-height: 40px; width: 260px; position: relative;  }
.banner_text .lf:after{ content:""; width: 1px; display: block; height: 100%; position: absolute; background: #fff; top: 0; right: 0; }
.banner_text .rh{ display: flex ; align-items: center; justify-content: space-between; width: calc(100% - 300px); }
.banner_text .rh span{ display: block; color: #fff; font-size: 28px;}
.banner_text .rh .more{background: #9fc426; border: 2px solid #fff;}
.banner_text .rh .more .mt,.banner_text .rh .more .fa{color:#fff; }




.incompany{ padding: 100px 0 0; display: block; overflow: hidden; position: relative; }
.incompany .tt{display: block; overflow: hidden; margin-bottom: 50px;}
.incompany .tt h3{ color: #9fc426; display: block; text-align: center; font-size: 40px; font-weight: bold; }
.incompany .tt h4{ display: block; color: #333; text-align: center; font-size:16px; width: 800px; margin: 12px auto; }
.incompany .tt .more{ margin: 20px auto 0; } 
.incompany .in_co_bum{ display: block; overflow: hidden; position: relative; }
.incompany .in_co_bum .lf{}
.incompany .in_co_bum .lf dl{ display: block; width: 50%; margin:0 0 60px; }
.incompany .in_co_bum .lf dl dd{display: block; overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 24px; margin-bottom: 24px;}
.incompany .in_co_bum .lf dl dd:last-child{ border: 0; margin-bottom: 0; padding-bottom: 0; }
.incompany .in_co_bum .lf dl dd p{display: flex ; align-items: center;}
.incompany .in_co_bum .lf dl dd p span{ font-size: 80px; line-height: 80px; font-family: "Num"; color: #9fc426;  }
.incompany .in_co_bum .lf dl dd p i{color: #9fc426; display: block; font-style: inherit; font-size: 26px; margin: 0 0 0 10px; }
.incompany .in_co_bum .lf dl dd font{ display: block; color: #333; font-size: 18px; }
.incompany .in_co_bum .rh{position: absolute; width: 50%; top: 0; right: 0; height: 100%; display: block; overflow: hidden; }
.incompany .in_co_bum .rh img{ display: block; width: 100%; height: 100%; object-fit: cover; transition: all .9s; }
.incompany .in_co_bum .rh:hover img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }

 

.inshcode{ display: block; overflow: hidden; position: relative; background: #f9f9f9;   }
.inshcode .lfimg{ position: absolute; width: 50%; height: 100%; top: 0; left: 0; object-fit: cover;}
.inshcode .act{ position: relative; z-index: 9; display: flex ; justify-content: space-between; align-items: center; }
.inshcode .lf{ display: flex ; width: 50%; }
.inshcode .lf .more{ width: 180px; height: 60px; margin: 0 35px 0 0; background: rgba(255, 255, 255, .6);     border: 0; }
.inshcode .lf .more .mt,.inshcode .lf .more .fa{ font-size: 22px; color: #fff; }
.inshcode .lf .more:hover{   background:#fff; }
.inshcode .lf .more:hover .mt,.inshcode .lf .more:hover .fa{ color: #9fc426; }
.inshcode .rh{ display: block; width: 50%; padding:40px 0 40px 80px; overflow: hidden; }
.inshcode .rh h3{ font-size: 40px; line-height: 40px; font-weight: bold; color: #9fc426; margin-bottom: 4px; }
.inshcode .rh h4{ font-size: 28px;  color: #9fc426; margin-bottom: 10px;  display: flex ; align-items: flex-end; }
.inshcode .rh h4 span{ font-family: Arial; margin:0 0 0 5px; }
.inshcode .rh dt{  display: flex ; align-items: center; overflow: hidden; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 12px 0; margin: 12px 0; }
.inshcode .rh dt .b{display: block; color: #333; line-height:80px; font-family: 'Num'; font-size: 80px;}
.inshcode .rh dt span{ text-transform: uppercase; font-size: 16px; margin: 0 10px; }
.inshcode .rh dt font{ font-size: 12px;  color: #333; }
.inshcode .rh dd{ display: flex ; align-items: center; justify-content: space-between; }
.inshcode .rh p{}
.inshcode .rh p span{display: block; color: #333; font-size: 14px;}
.inshcode .rh p font{font-family: "Num"; font-size: 28px; color: #333;}
.inshcode .rh .tags{display: flex ; color: #666; font-size: 12px; margin-top: 20px;}
.inshcode .rh .tags span{ margin: 0 5px;color: #333;}
 



.home_tt{display: flex ; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.home_tt .lf{}
.home_tt .lf span{ display: block; font-size: 40px; font-weight: bold; color: #333; }
.home_tt .lf font{ display: block; color: #333; font-size: 16px;}
.home_tt .more{}



.newsinfo{ display: flex; justify-content: space-between; align-items: flex-start; overflow: hidden; margin-bottom: 24px; }
.newsinfo p{display: block; overflow: hidden; border-radius: 2px; width: 32%;}
.newsinfo p img{ display: block; width: 100%; transition: all .3s;  }
.newsinfo:hover p img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.newsinfo dl{ width: 64%;}
.newsinfo dl strong{ display: block; color: #333; font-size: 22px; }
.newsinfo:hover dl strong,.newsinfo:hover dl span{color: #9fc426;}
.newsinfo dl span{display: block; color: #666; font-size: 14px; margin: 16px 0;}
.newsinfo dl .nt{ display: flex; align-items: center; position: relative; padding-bottom: 4px;  width: 86px;}
.newsinfo dl .nt .t{ display: block; color: #9fc426; font-size: 16px;}
.newsinfo dl .nt .fa{ display: block; color: #9fc426; font-size: 16px; margin-left: 10px; transition: all .3s; left: 0; position: relative; }
.newsinfo:hover dl .nt .fa{ left: 5px;}
.newsinfo dl .nt:hover .t,.newsinfo dl .nt:hover .fa{}
.newsinfo dl .nt::after{  content: ""; position: absolute; width: 0%; height: 1px; background: #9fc426; left: 0; bottom: 0; transition: all .3s; }
.newsinfo:hover dl .nt::after{ width: 100%; }


.innews{ padding:100px 0; display: block; overflow: hidden; }
.innews .i_n_a_list{  display: flex ; position: relative; overflow: hidden; justify-content: space-between;}
.innews .i_n_a_list .lf{ display: block; overflow: hidden; width: 40%; }
.innews .i_n_a_list .lf .newsinfo{ display: block; margin-bottom: 0; }
.innews .i_n_a_list .lf .newsinfo p{ width: 100%; margin-bottom: 40px;     border: 1px solid #eee; }
.innews .i_n_a_list .lf .newsinfo dl{ width: 100%;}

.innews .i_n_a_list .rh{ display: block; overflow: hidden; width: 60%;  padding-left:30px; position: absolute; top: 0; right: 0; height: 100%;}
.innews .i_n_a_list .rh .newsinfo{  position: relative; height: 100%;  margin-bottom: 0;}
.innews .i_n_a_list .rh .newsinfo p{ position: relative; height: 100%;   overflow: hidden;  border: 1px solid #eee;}
.innews .i_n_a_list .rh .newsinfo p img{ position: relative; height: 100%; }
.innews .i_n_a_list .rh .innews_swiper{ height: 100%; overflow: hidden; position: relative; padding-right: 10px; }
.innews .i_n_a_list .rh .innews_swiper .newsinfo dl{ padding-right: 30px;}
.innews .i_n_a_list .rh .innews_swiper .swiper-slide{    }
.innews .i_n_a_list .rh .newsscrollbar{ position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; cursor:pointer; }
.innews .i_n_a_list .rh .newsscrollbar .swiper-scrollbar-drag{ width: 7px; background: linear-gradient(#9fc426, #52660f) !important; border-radius: 4px 4px 4px 4px; z-index: 33;}
.innews .i_n_a_list .rh .newsscrollbar:after{ content: ""; position: absolute; top: 0; left: 50%; background-color: #E6E6E6; width: 3px; height: 100%; border-radius: 2px;}

.newsscrollbar_pagination{ display: none;}




 

.inpro{ display: block; padding: 100px 0 50px; }
.inpro .home_tt{ margin-bottom: 60px; }
.prolisttable{  display: block; position: relative;  }
.prolisttable dl{ float: left; width:12.5%; }
.prolisttable dl .ta{ display: block; position: relative; }
.prolisttable dl .ta i{}
.prolisttable dl .ta i img{ display: block; width: auto; height:96px; margin: 0 auto; transition: all .2s; }
.prolisttable dl:hover .ta i img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.prolisttable dl .ta span{ display: block; text-align: center; color: #333; font-size:16px; margin: 10px 0; position: relative; font-weight: bold;}
.prolisttable dl .ta:after{ content: ""; display: block; width:0; height:2px; background: #fff; margin-top: 16px; transition: all .3s;  }
.prolisttable dl:hover .ta span{  color: #9fc426; }
.prolisttable dl:hover .ta:after{ background: #9fc426; width:100%; }
.prolisttable dl dd{ overflow: hidden; z-index: 11; position: absolute; width: 100%; box-shadow: 0px 10px 15px 0px rgba(37, 37, 37, .16); border-top: 1px solid #eee;  left: 0; background: #fff; padding: 50px 0; opacity: 0;visibility: hidden;transition: all .1s; }
.prolisttable .ica{ overflow-x: clip; display: flex ; flex-wrap: wrap; justify-content: center; }
.prolisttable dl:hover dd{ opacity: 1; visibility: visible;}

.prolisttable dl dd .icenter{ display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 0 40px;}
.prolisttable dl dd .icenter .icodetoa{}
.prolisttable dl dd .icenter .icodetoa .a1{display: block; font-size: 16px; color: #333; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 20px;}
.prolisttable dl dd .icenter .icodetoa .inc_b{}
.prolisttable dl dd .icenter .icodetoa .inc_b a{ display: flex ; align-items: center; margin:20px; }
.prolisttable dl dd .icenter .icodetoa .inc_b a .fa{ display: block; color: #333; font-size: 14px; margin-right: 5px; }
.prolisttable dl dd .icenter .icodetoa .inc_b a span{ display: block; color: #666; font-size: 16px; }

.prolisttable dl dd .icenter .icodetoa .inc_b a:hover .fa,.prolisttable dl dd .icenter .icodetoa .inc_b a:hover span,.prolisttable dl dd .icenter .icodetoa .a1a:hover{  color: #9fc426;  }
 




 

.home_info{ background: #eceff3; padding: 100px 0; display: block; overflow: hidden; position: relative; }
.home_info .h_i_a{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 36px; }
.home_info .h_i_a dl{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.1); padding:40px 24px; }
.home_info .h_i_a dl i{display: block; overflow: hidden; margin-bottom: 10px;}
.home_info .h_i_a dl i img{ display: block; width: auto; height: 36px; margin: 0 auto;}
.home_info .h_i_a dl h3{ display: block; text-align: center; color: #333; font-weight: bold; font-size: 24px; position: relative; margin-bottom:40px; }
.home_info .h_i_a dl h3::after{ content:""; display: block; background: #e9ecee; width: 50px; height: 2px; margin: 10px auto; }
.home_info .h_i_a dl dd{}
.home_info .h_i_a dl dd a{ overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 18px; margin-bottom: 18px; display: flex ; justify-content: space-between; align-items: flex-start;  }
.home_info .h_i_a dl dd a:hover{ border-bottom: 1px solid #ddd; }
.home_info .h_i_a dl dd a img{ display: block; height: auto; width: 46px; }
.home_info .h_i_a dl dd a p{ display: block; width: calc(100% - 60px); overflow: hidden; }
.home_info .h_i_a dl dd a p span{display: block; color: #333; font-weight: bold; font-size: 14px;}
.home_info .h_i_a dl dd a p font{ display: block; color: #666; font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.home_info .h_i_a dl dd a:hover p span{ color: #9fc426; }
 







 

.home_esg{ margin: 100px auto; display: flex ; justify-content: space-between; align-items: center;}
.home_esg a{ display: block; overflow: hidden; width: 32%; background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);}
.home_esg a i{  display: block; overflow: hidden; }
.home_esg a i img{ display: block; width: 100%; transition: all .6s;}
.home_esg a dd{ display: flex ; align-items: center; justify-content: space-between; padding: 36px; }
.home_esg a dd strong{ display: block; color: #333; font-size: 28px; }
.home_esg a:hover dd .more{ padding: 0 10px; background: #9fc426; }
.home_esg a:hover dd .more .mt,.home_esg a:hover dd .more .fa{ color:#fff; }
.home_esg a:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);  }
.home_esg a:hover dd strong{ color: #9fc426; }
 






 
  


 
.inapp{display: block; overflow: hidden; position: relative; background: #ebeef2; padding: 100px 0; width: 100%; }
.inapp .inevent_swiper{ overflow: hidden; position: relative; margin:40px 0; width: calc(100% - (100% - 2500px) / 2); left: calc((100% - 1500px) / 2);  /* width:1500px; margin:40px auto; */} 
.inapp .swry{display: flex; align-items: center; justify-content: space-between; overflow: hidden;}
.inapp .swry .fa{cursor: pointer; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 0; font-size: 24px; color: #9fc426;}
.inapp .swry .fa:hover{background: #9fc426; color: #fff;}
.inapp .swry .inevent_swiper_pagination{display: block; width: calc(100% - 130px); position: relative; height: 2px; background: #ccc;}
.inapp .swry .inevent_swiper_pagination span{ background: #9fc426;}
.inapp .home_tt .more{ background: #ebeef2;  }
.inapp .home_tt .more:hover{ background: #9fc426;  }

.app_a_more{ display: block; overflow: hidden; position: relative; border-radius: 0; }
.app_a_more i{ display: block; overflow: hidden; max-height: 450px;   }
.app_a_more i img{display: block; width: 100%; transition: all .6s;}
.app_a_more:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.app_a_more .txt{ position: absolute; width: 80%;  top:15%; left: 10%;   }
.app_a_more .txt strong{display: inline-block; color: #fff; font-size: 36px; line-height: 42px; position: relative;   }
.app_a_more .txt strong:after{ content: ""; display: block; width: 50px; height: 2px; background: #fff; margin-top: 10px; transition: all .3s;  }
.app_a_more:hover .txt strong:after{background: #9fc426; width:100px; }
.app_a_more:hover .txt strong{color: #9fc426; }
.app_a_more .txt font{ display: block; color: #fff; font-size: 18px; margin: 26px 0;   }
.app_a_more .txt dd{}
.app_a_more .txt dd .more{ width: auto; float: left; margin: 0 10px 10px 0; padding: 0 20px; border: 0;  }
.app_a_more .txt dd .more .mt{font-size: 16px; margin-right: 10px;}
/* 
.app_a_more:hover .txt dd .more{ background: #9fc426; }
.app_a_more:hover .txt dd .more .mt,.app_a_more:hover .txt dd .more .fa{ color: #fff; }
*/

 

.webprolist{ display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px; margin-bottom: 100px; }
.webprolist dl{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.1); padding: 40px 24px; margin: 0 0 40px 0; }
.webprolist dl h3{ display: block;   color: #333; font-size: 24px; margin: 10px 0; position: relative; font-weight: bold;  }
.webprolist dl h3 a{color: #333;}
.webprolist dl .img{ display: block; width: auto; height: 120px; margin: 0 auto; }
.webprolist dl dd{}
.webprolist dl dd .icodetoa{ display: block; margin: 12px 0; }
.webprolist dl dd .icodetoa .a1{ display: block; color: #333; font-size: 16px; font-weight: bold; }
.webprolist dl dd .icodetoa .a1:hover{ color: #9fc426; }
.webprolist dl dd .icodetoa .inc_b{}
.webprolist dl dd .icodetoa .inc_b a{ display: flex ; align-items: center; margin: 12px 0; }
.webprolist dl dd .icodetoa .inc_b a .fa{ display: block; color: #666; margin: 0 5px 0 0; }
.webprolist dl dd .icodetoa .inc_b a span{ display: block; color: #666; font-size: 14px; font-weight: bold;}
.webprolist dl dd .icodetoa .inc_b a:hover .fa,.webprolist dl dd .icodetoa .inc_b a:hover span,.webprolist dl h3 a:hover{ color: #9fc426; }
 


.adfooter{ display: block; overflow: hidden; padding: 60px 0; border-top: 1px solid #ddd; }
.adfooter .tb{ display: flex ; align-items: center; justify-content: center; margin-top: 30px; }
.adfooter .tb p,.adfooter .tb a{ display: block; color: #333; font-size: 14px;}
.adfooter .tb a{ margin-left: 30px; color: #666;   }
.adfooter .tb a:hover{ color:#9fc425; }

.adfooter .ta{display: flex ; justify-content: space-between; align-items: flex-start; }
.adfooter .ta .lf{}
.adfooter .ta .lf .flogo{display: block; margin-bottom: 20px;}
.adfooter .ta .lf .flogo img{ display: block; width: auto; height: 50px; }
.adfooter .ta .lf .lf_a{ margin-bottom: 26px;}
.adfooter .ta .lf .lf_a strong{ display: block; color: #333; font-size: 16px; margin-bottom: 12px; }
.adfooter .ta .lf .lf_a dl{ display: flex; }
.adfooter .ta .lf .lf_a dl a{ width: 40px; height: 40px; margin-right: 20px; display: flex ; justify-content: center; align-items: center; background: #eee; border-radius: 50%; overflow: hidden; }
.adfooter .ta .lf .lf_a dl a img{ display: block; width: auto; height: 24px; }
.adfooter .ta .lf .lf_a dl a:hover{ background: #9fc425;  }
.adfooter .ta .lf .lf_a dl a:hover img{filter: brightness(0) invert(1);}
.adfooter .ta .lf .lfb{}
.adfooter .ta .lf .lfb dl{ display: block; overflow: hidden; margin-bottom:20px; }
.adfooter .ta .lf .lfb dl strong{display: block; color: #333; font-size: 16px;margin-bottom:6px; }
.adfooter .ta .lf .lfb dl p{ display: block; color: #333; font-size: 12px; line-height: 18px; max-width: 260px;  }

.adfooter .ta dl{}
.adfooter .ta dl dt{}
.adfooter .ta dl dt a{display: block; color: #666; font-weight: bold; font-size: 20px; margin-bottom: 20px;}
.adfooter .ta dl dd{}
.adfooter .ta dl dd a{ display: block; color: #333; font-size: 16px; margin: 0 0 20px; }
.adfooter .ta dl dt a:hover,.adfooter .ta dl dd a:hover{  color:#9fc425;}

 
.pagebanner{ width: 100%; overflow: hidden; position: relative; margin: 0 0 0 0;  }
.pagebanner img{ display: block; width: 100%;     animation: mysacle 4s ease both;}
.pagebanner .text{ position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); }
.pagebanner .text h3{ display: block; font-size:50px; color: #fff; font-weight: bold;}
.pagebanner .text h3:after{ content: ""; display: block; width: 100px; height: 4px; background: #9fc425; margin-top: 20px; }

@keyframes mysacle {0% {transform: scale(1.15);}}

.mbx{ background: #f2f2f2; display: block; overflow: hidden;    width: 100%;  }
.mbx .ct{ display: flex ; padding: 20px 0; align-items: center; }
.mbx .ct a,.mbx .ct .fa,.mbx .ct span{display: block; color: #666; font-size: 14px;}
.mbx .ct .fa{margin: 0 10px; font-size: 12px; color: #aaa;}
.mbx .ct span{ color: #333;}
.mbx .ct a:hover{ color:#9fc425; }

.websearch{border-bottom: 1px solid #eee;}
.websearch .lf{background: #9fc425; width: 40%; float: left; height: 50px;   display: flex ; justify-content: flex-end;  position: relative;}
.websearch .lf dl{ overflow: hidden; height: 50px; display: block; position: relative; width: 200px; }
.websearch .lf dl.exp{ overflow: inherit;}
.websearch .lf dd{ display: flex ; flex-direction: column; list-style-type: none;  adding: 0; margin: 0; position: absolute; top: 0; right: 0; cursor: pointer; background:#9fc425; z-index: 1;}
.websearch .lf dd a{ display: flex ; align-items: center; justify-content: flex-end; gap: .5rem;   height: 50px; color: #fff; font-size: 16px; padding: 0 50px;  }
.websearch .lf dd a .fa{ display: block; margin: 0 0 0 6px; }
.websearch .rh{  width: 60%; float: left; position: relative;  }
.websearch .rh .pkn{ display: none;    width: 70%; }
.websearch .rh .pkn .in{ float: left; display: block; width:calc(100% - 50px); height: 50px; border: 0; font-size: 16px; color: #333; padding-left: 20px; }
.websearch .rh .pkn .b_s_t{ float: left;  width: 50px; height: 50px; border: 0; display: flex ; justify-content: center; align-items: center; background: #fff;cursor:pointer;  }
.websearch .rh .pkn .b_s_t img{ display: block; width: auto; height: 22px; }

.websearch .lf dd a.on { order: -1;  }
.websearch .rh .pkn {display: none;}
.websearch .rh .pkn.show {display: block;}

 

.n_l_12{ display: grid ; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px;     margin: 50px auto; }
.newsinfo_weblist{ display: flex ; flex-direction: column; background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); margin-bottom: 40px;} 
.newsinfo_weblist p{ width: 100%; height: 240px; overflow: hidden; border: 1px solid #eee; }
.newsinfo_weblist p img{ height: 100%; }
.newsinfo_weblist dl{ width: 100%; padding: 36px; }

 
 
.newsshowtt{ display: block; overflow: hidden; padding: 50px 0; border-bottom: 1px solid #ddd; margin-bottom: 100px; }
.newsshowtt .ic{}
.newsshowtt .ic dl{ display: block; overflow: hidden; width: 70%; max-width:1000px; margin: 0 auto; }
.newsshowtt .ic h3{display: block; color: #333; font-weight: bold; font-size: 36px; line-height: 38px; text-align: left; margin-bottom: 20px;}
.newsshowtt .ic dd{display: flex ; align-items: center;}
.newsshowtt .ic dd p{ display: flex ; align-items: center; font-size: 14px; color: #666;     margin: 0 30px 0 0;}
.newsshowtt .ic dd p span{}

.newsshow_content{ display: block; overflow: hidden; margin: 100px auto; position: relative; }
.newsshow_content .i_ca{display: block; overflow: hidden; width: 70%; max-width:1000px; margin: 0 auto;}
.newsshow_content .i_ca img{ display: block; width: auto; height: auto; max-width: 90%; margin: 20px auto; }

.newsshow_content .i_ca .alignleft{ margin: 20px 0; }
.newsshow_content .i_ca * {font-size: 16px; line-height: 30px; color: #333; text-align: justify;}

.newsshow_content .i_ca figure{ width:100% !important; }
.newsshow_content .i_ca .wp-caption-text{ display: block; text-align: center; color: #333; font-size: 14px; }
 

.news_pn{ display: block; overflow: hidden; padding: 50px 0; background: #f8f8f8; }
.news_pn .icenter{display: flex ; justify-content: space-between;}
.news_pn .lf{}
.news_pn .lf a{ display: inline-block; margin: 10px 0; }
.news_pn .lf a span{display: block; color: #333; font-size: 18px; font-weight: bold;}
.news_pn .lf a font{display: block; color: #666; font-size: 16px; margin: 5px 0;}
.news_pn .lf a:hover font{color: #9fc426; text-decoration-line: underline;}
.news_pn .rh{}
.news_pn .rh .more{}


.newsshow_list{ display: block; overflow: hidden; padding: 100px 0; }



 

.newfy{margin: 50px auto; display: flex ; align-items: center; justify-content: center;}
.newfy a{border-radius: 50%; width: 46px; height: 46px; background: #f5f5f5; display: flex ; justify-content: center; align-items: center; font-size: 14px; color: #333; margin: 0 5px; cursor: pointer; }
.newfy a:hover,.newfy .active{background: #9fc426; color: #fff;}

 
.newsyear{margin: 50px auto; position: relative;  height: 36px;}
.newsyear .y_ato{display: block; width: 126px; background: #eee; border-radius: 0; overflow: hidden; position: absolute; height: 36px;}
.newsyear .y_ato dl{display: flex ; flex-direction: column; list-style-type: none; padding: 0; margin: 0; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 1; width: 100%;}
.newsyear .y_ato dl a{display: flex ; align-items: center; justify-content: center; gap: .5rem; height:32px; color: #666; font-size:14px; padding: 0; background: #f8f8f8; font-family: num;     border-bottom: 1px solid #eee; }
.newsyear .y_ato dl a:hover,.newsyear .y_ato .active{ color: #333; background: #eee; }

.newsyear .y_ato .active{ height:36px;   order: -1;}
.newsyear .card_y{overflow: inherit; } 
 




 

.page_tt{margin:50px auto; display: block; overflow: hidden;}
.page_tt h3{display: block; font-size: 40px; font-weight: bold; margin-bottom: 20px;}
.page_tt h4,.page_tt p{ display: block; color: #333; font-size: 18px; text-align: justify;  }

.web_contact_swip{background: none; padding: 0; margin-bottom: 150px;}
.web_contact_swip .app_a_more{border: 2px solid #eee;}
.web_contact_swip .app_a_more i{display: block; overflow: hidden; position: relative;}
.web_contact_swip .app_a_more i .pic{}
.web_contact_swip .app_a_more i .bg{ position: absolute; bottom: 0; left: 0; transition: all .6s; -webkit-filter: grayscale(100%); opacity: 0.9; }
.web_contact_swip .app_a_more i strong{ position: absolute; bottom: 20px; left: 20px; color: #fff; font-size:80px; font-style: initial; font-family: num; z-index: 9; opacity: 0.5; text-transform: uppercase; transition: all .6s;  }

.web_contact_swip .app_a_more .c_txt{ display: block; overflow: hidden; padding: 40px; }
.web_contact_swip .app_a_more .c_txt h3{display: block; color: #333; font-weight: bold; font-size: 36px; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 30px; transition: all .6s;}
.web_contact_swip .app_a_more .c_txt dd{}
.web_contact_swip .app_a_more .c_txt dd p{ display: flex ; justify-content: space-between; align-content: flex-start; margin: 22px 0;  }
.web_contact_swip .app_a_more .c_txt dd p font{ display: flex ; justify-content: center; align-items: center; width: 24px; height: 20px; overflow: hidden; margin-right: 6px; }
.web_contact_swip .app_a_more .c_txt dd p font img{display: block; width: auto; height: 100%;}
.web_contact_swip .app_a_more .c_txt dd p a{display: block; color: #333; font-size: 16px; line-height: 20px; width: calc(100% - 30px); }

.web_contact_swip .swiper-slide-active .app_a_more i strong{ opacity:1; }
.web_contact_swip .swiper-slide-active .app_a_more i .bg{   -webkit-filter: grayscale(0%);  opacity: 1;   }
.web_contact_swip .swiper-slide-active .app_a_more .c_txt h3{ color: #9fc425;  border-bottom: 2px solid #9fc425;  }

.web_contact_swip .swry .fa{ background: #f5f5f5; }


 
 

.responsibility_piclist{ display: block; overflow: hidden; border: 1px solid #eee; } 
.responsibility_piclist dl{ display: block; position: relative; overflow: hidden;    height: 500px; }
.responsibility_piclist dl i{ display: block; width: 50%; position: absolute; top: 0; left: 0;     height: 100%; }
.responsibility_piclist dl i img{ display: block; width: 100%;    height: 100%; }
.responsibility_piclist dl dd{ height: 500px;  margin: 0 auto; position: relative; display: flex ; align-items: center; justify-content: flex-end; }
.responsibility_piclist dl dd p{display: block; width: 50%;    padding: 0 0 0 100px;}
.responsibility_piclist dl dd p strong{color: #9fc425; display: block; font-size: 36px; margin: 0 0 10px 0;}
.responsibility_piclist dl dd p span{ display: block; color: #333; font-size: 18px; text-align: justify;  }

.responsibility_piclist dl:nth-child(2n) i{ left: 50%; }
.responsibility_piclist dl:nth-child(2n) dd{display: flex ; justify-content: flex-start;}
.responsibility_piclist dl:nth-child(2n) dd p{ padding: 0 100px 0 0; }

.responsibility_swiper{  background: #fff; }
.responsibility_swiper .swry .fa{ background: #f5f5f5; }
.responsibility_swiper .inevent_swiper{ width: 1548px; left: 0; margin: 40px auto; padding: 24px; }

.responsibility_swiper .swiper-slide{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);}
.responsibility_swiper .app_a_more i{   height: 360px; display: block; overflow: hidden; }
.responsibility_swiper .app_a_more i img{}
.responsibility_swiper .app_a_more .r_sd_text{ display: block; overflow: hidden; padding: 40px; }
.responsibility_swiper .app_a_more .r_sd_text strong{display: block; color: #333; font-size: 24px;}
.responsibility_swiper .app_a_more .r_sd_text span{ display: block; color: #666; font-size: 14px; margin: 16px 0;}
.responsibility_swiper .app_a_more:hover .r_sd_text strong{ color: #9fc426;  }
.responsibility_swiper .app_a_more .r_sd_text  .nt{ display: flex; align-items: center; position: relative; padding-bottom: 4px;  width: 86px;}
.responsibility_swiper .app_a_more .r_sd_text  .nt .t{ display: block; color: #9fc426; font-size: 16px;}
.responsibility_swiper .app_a_more .r_sd_text  .nt .fa{ display: block; color: #9fc426; font-size: 16px; margin-left: 10px; transition: all .3s; left: 0; position: relative; }
.responsibility_swiper .app_a_more:hover .r_sd_text .nt .fa{ left: 5px;}
.responsibility_swiper .app_a_more .r_sd_text .nt::after{  content: ""; position: absolute; width: 0%; height: 1px; background: #9fc426; left: 0; bottom: 0; transition: all .3s; }
.responsibility_swiper .app_a_more:hover .r_sd_text .nt::after{ width: 100%; }

 

 

.inverstment_bottom{ display: block; overflow: hidden; position: relative; margin: 100px auto;background: url(/style/img/banner_contact.jpg); background-size: cover; }
.inverstment_bottom dd{display: block; overflow: hidden; padding: 100px; position: relative; z-index: 3; }
.inverstment_bottom dd h3{display: block; color: #fff; font-weight: bold; font-size: 40px;}
.inverstment_bottom dd p{display: block; color: #fff; font-size: 20px; line-height: 36px; margin: 20px 0 0 0;}
.inverstment_bottom:after{ content: ""; background: linear-gradient(90deg, rgba(159, 196, 37, 1) 0%, rgba(159, 196, 37, 0) 100%); position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.inverstment_pdf{background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; margin: 100px auto; padding: 30px;}

.inverstment_code{background: #fff;}
.inverstment_code .act{background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); padding: 30px;   margin: 100px auto 20px; display: flex ; align-items: flex-start; }
.inverstment_code .rh{ padding:10px 50px 0 10px; }
.inverstment_code .rh_dm{display: block; width: 50%;}

 
 
.invest_info_2{ background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; margin: 100px auto; padding: 30px; }
.invest_info_2 h3{ display: block; color: #333; font-size: 32px; margin: 0 0 30px 0; font-weight: bold; }
.invest_info_2 .tables{}
.invest_info_2 .tables dd{display: flex ; align-items: center; justify-content: space-between; background: #9fc425; }
.invest_info_2 .tables dd font,.invest_info_2 .tables dd span{ color: #fff; font-size: 16px; font-weight: bold; height: 50px; display: flex ; align-items: center; padding-left: 36px; width: 7%; }
.invest_info_2 .tables dd span{     border-left: 1px solid #fff;    width: 31%; }
.invest_info_2 .tables dl{}
.invest_info_2 .tables dl dt{ display: flex ; align-items: center; justify-content: space-between; background: #f5f5f5; margin-bottom: 1px; }
.invest_info_2 .tables dl dt font,.invest_info_2 .tables dl dt span{color: #333; font-size: 16px; font-weight: bold;  height: 70px; display: flex ; align-items: center; padding:0 36px; width: 7%; }
.invest_info_2 .tables dl dt span{   border-left: 1px solid #fff;    width: 31%; }
.invest_info_2 .tables .oft{}
.invest_info_2 .tables .oft span{font-size: 20px; font-weight: bold; color: #000;}

.invest_info_1{ background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; margin: 100px auto; padding: 30px;  }
.invest_info_1 h3{ display: block; text-align: center; font-weight: bold; color: #333; font-size: 18px; margin: 0 0 20px 0; }
.invest_info_1 .tbs{}
.invest_info_1 .tbs dd{display: flex ; align-items: center; justify-content: space-between; background: #9fc425;}
.invest_info_1 .tbs dd span{ color: #fff; font-size: 16px; font-weight: bold; height: 50px; display: flex ; align-items: center;   border-left: 1px solid #fff; width: 33.33%; justify-content: center; }
.invest_info_1 .tbs dl{}
.invest_info_1 .tbs dl dt{ display: flex ; align-items: center; justify-content: space-between; background: #f5f5f5; margin-bottom: 1px; }
.invest_info_1 .tbs dl dt span{ border-left: 1px solid #fff; width: 33.33%; font-size: 18px; height: 56px; display: flex ; align-items: center; justify-content: center; }
 

 

.invest_teamlist{display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 50px; margin: 100px auto;}
.invest_teamlist dd{background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: block; padding: 30px; overflow: hidden; margin-bottom: 50px; }
.invest_teamlist dd h3{display: block; color: #333; font-size: 32px;font-weight: bold;}
.invest_teamlist dd h4{display: block; color: #000; font-size: 16px; margin: 20px 0;}
.invest_teamlist dd h5{display: block; color: #666; font-size: 16px; text-align: justify;}
.invest_teamlist dd:hover h3{color: #9fc426; }
 

 

.in_finalist{ background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: flex ; justify-content: space-between;     align-items: center; margin: 100px auto 50px; padding: 30px; }
.in_finalist .tab{ display: block; color: #333; font-weight: bold; font-size: 26px; width: 32%;}
.in_finalist .years{ width: 65%; height: 50px; overflow: hidden; position: relative; }
.in_finalist .years .down{ width: 400px; background: #f5f5f5; display: flex ; flex-direction: column; list-style-type: none; margin: 0; position: absolute; top: 0; left: 0; cursor: pointer;  z-index: 1;}
.in_finalist .years .down li{ height: 50px; display: flex ; align-items: center; padding-left: 40px;  font-weight: bold; font-size: 20px; color: #333; background: #f8f8f8; border-bottom: 1px solid #eee; }
.in_finalist .years .down li .fa{ margin: 0 0 0 30px; }

.in_finalist .taa{    overflow: inherit;}
.in_finalist .taa .down{}
.in_finalist .years .down li.act{ order: -1;  background: #9fc425; color: #fff; }

.in_fina_dl{ background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: flex ; justify-content: space-between; align-items: center; margin: 0px auto 100px; padding: 30px; }
.in_fina_dl .pdflist{ display: none;     width: 100%; }
.in_fina_dl .pdflist .box{ display: block; overflow: hidden; margin-bottom: 50px; }
.in_fina_dl .pdflist .box .tt{ display: block; overflow: hidden; border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; position: relative; cursor:pointer; }
.in_fina_dl .pdflist .box .tt span{ display: block; color: #333; font-size: 24px; float: left; }
.in_fina_dl .pdflist .box .tt a{float: right; width: 136px; height: 40px; display: flex ; justify-content: center; align-items: center; background: #9fc425; color: #fff; font-size: 16px;}
.in_fina_dl .pdflist .box .tt a img{display: block; width: auto; height:16px; margin: 0 5px 0 0;}
.in_fina_dl .pdflist .box iframe{ display: none; width: 100%; }

.in_fina_dl .showse{  display: block; }

.in_fina_dl .pdflist .box:nth-child(1) iframe{  display: block;  }

.in_fina_dl .pdflist .box .tt span .fa{ transition: all .6s; transform: rotate(-90deg); margin: 0 0 0 20px;  }
.in_fina_dl .pdflist .box .top_k span .fa{ transform: rotate(0deg); }

.in_fina_dl .pdflist .box .top_k span{ color:#9fc425; }
 

 

.inves_Box_communication1,.inves_Box_communication2{ background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15);  margin: 100px auto 100px; padding: 30px; }

  
.abhistroy{ display: block; overflow: hidden; margin: 0 0 100px 0; position: relative;  z-index:3; padding-bottom: 50px;  }
.abhistroy .abhis{ display: block; position: relative; z-index: 3;  }
.abhistroy .abhis li{ background: #f8f8f8; overflow: hidden; margin: 0 0 80px 0; }
.abhistroy .abhis li i{ display: block; width: 50%; position: relative; overflow: hidden; }
.abhistroy .abhis li i img{ display: block; width: 100%; transition: all .6s; }
.abhistroy .abhis li i:after{  content: ""; position: absolute; border: 24px solid; border-color: transparent transparent #f8f8f8; display: block; top: 50%; right: 0; margin-top: -24px; transform: rotate(-90deg); transition: all .6s; }
.abhistroy .abhis li:hover i:after{ border-color: transparent transparent #9fc425; }
.abhistroy .abhis li:hover i img{   -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.abhistroy .abhis li dd{ display: block; width: 50%; position: relative; padding: 0 6%; }
.abhistroy .abhis li dd strong{ display: block; font-family: num; font-size: 100px; color: #9fc425; }
.abhistroy .abhis li dd span{ display: block; color: #333; font-size: 18px; text-align: justify; }
.abhistroy .abhis li dd img{ position: absolute; top: 50%; right: 20px; transform: translate(0%, -50%); height:200px; opacity: 0.1; }
.abhistroy .abhis li:hover dd img{ filter: brightness(0) invert(1); opacity: 0.4;}
.abhistroy .abhis li dl{  display: flex ; justify-content: space-between; align-items: center; transition: all .6s; }
.abhistroy .abhis li:hover dl{  background: #9fc425;  }
.abhistroy .abhis li:hover dd strong,.abhistroy .abhis li:hover dd span{ color: #fff; }

.abhistroy .his_line{ content: ""; position: absolute; width: 1px; height:calc(100% - 50px); top: 0; left: 50%; background: #9fc425; }

.abhistroy .bo_hist{ position: relative; transition: all .6s; cursor: pointer; width: 60px; height: 60px; background: #9fc425; border-radius: 50%; color: #fff; z-index: 3; font-size: 40px; margin: 0 auto; display: flex ; align-items: center; justify-content: center; }
.abhistroy .bo_hist font,.abhistroy .bo_hist span{ position: absolute; color: #9fc425; font-size: 18px; text-align: center; width: 120px; bottom: -30px;   }

 
 
.abhistroy .abhis li:nth-child(n+7) {display: none;}
.abhistroy .abhis li i{ display: block; width: 50%; position: relative; overflow: hidden; }
.abhistroy .bo_hist span{ display: none; }
.abhistroy .bo_hist.overs font {  display: none;  }
.abhistroy .bo_hist.overs span{  display: block;  }
 


 

.company_clture{ margin: 100px auto; display: block; overflow: hidden; position: relative;  padding:100px 0;     border-radius: 10px;  }
.company_clture h3{     position: relative; color: #fff; z-index: 9; text-align: center; width: 100%; font-size: 36px; font-weight: bold;}
.company_clture dl{}
.company_clture dl dd{}
.company_clture dl dd img{ position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; display:none;  }
.company_clture dl dt{ width:80%; margin: 50px auto; position: relative; z-index: 9; display: flex ; align-items: center; justify-content: space-between; }
.company_clture dl dt p{ display: block; background: rgba(255, 255, 255, 0.4); padding: 50px; border-radius: 10px; width: 30%;  }
.company_clture dl dt p strong{ display: block; text-align: center; color: #fff; font-size: 36px; }
.company_clture dl dt p span{display: block; color: #fff; font-weight: bold; font-size: 20px; text-align: center; margin: 30px 0 0 0;}
.company_clture dl dd img:nth-child(1){ display: block; }
.company_clture dl dt .active{    background: #9fc425;}

.ab_company{ margin: 100px auto 0; display: flex ; justify-content: space-between; }
.ab_company .lf{    width: 40%;}
.ab_company .lf strong{ color: #9fc426; display: block; font-size: 50px; margin-bottom: 20px;}
.ab_company .lf span{ display: block; color: #333; font-size: 26px; line-height: 38px; }
.ab_company .rh{ display: block; color: #333; font-size: 18px; text-align: justify; width: 50%; line-height: 36px; }
 

 

.pageapplist{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 40px; margin: 100px auto; }
.pageapplist .app_a_more{ margin:0 0 40px 0; }
 



 

.app_show_pro{ display: block; overflow: hidden; padding: 100px 0; }
.app_show_pro .icenter{}
.app_show_pro .icenter h3{ display: block; color: #333; font-weight: bold; font-size: 32px; }
.app_show_pro .icenter .pro_l{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 40px; margin: 20px 0 0 0; }
.app_show_pro .icenter .pro_l li{ margin-bottom:0; }
.app_show_pro .icenter .pro_l li strong{ display: block; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.app_show_pro .icenter .pro_l li strong a{ color: #666;  font-size: 18px; }
.app_show_pro .icenter .pro_l li strong a:hover{   }
.app_show_pro .icenter .pro_l li p{}
.app_show_pro .icenter .pro_l li p a{ display: block; color: #333; font-size: 16px; margin: 12px 0; }
.app_show_pro .icenter .pro_l li p a:hover{  color:#9fc425;   }

.appshow_pic{ display: block; overflow: hidden; padding: 100px 0; background: #f5f5f5; position: relative; }
.appshow_pic .acpic{ display: flex ; justify-content: space-between; }
.appshow_pic .acpic .lf{ display: block; width: 64%; }
.appshow_pic .acpic .rh{ display: block; width: 32%; }
.appshow_pic .acpic .lf strong,.appshow_pic .acpic .rh strong{ display: block; color: #333; font-weight: bold; font-size: 32px; border-bottom: 1px solid #ddd; margin-bottom: 20px; }
.appshow_pic .acpic .rh dd{ display: block; color: #333; font-size: 16px; line-height: 26px;}

.appshow_pic .acpic .lf .a1{ display: block; width: 100%; transition: all .6s; }
.appshow_pic .acpic .rh dd p{padding: 10px 16px; position: relative;}
.appshow_pic .acpic .rh dd p:after{ content: ""; position: absolute; width: 6px; height: 6px; background: #999; border-radius: 50%; top: 22px; left: 0; }
.appshow_pic .acpic .rh dd p i{font-style: initial; font-weight: bold; font-size: 16px;}
.appshow_pic .acpic .rh dd p span{display: block; color: #333; font-size: 14px; line-height: 20px;}
 

.a_p_list_table{display: block; overflow: hidden; margin: 26px 0; border: 1px solid #eee; border-bottom: 0;}
.a_p_list_table .taa{ background: #f5f5f5; display: flex ; justify-content: space-between; align-items: stretch;}
.a_p_list_table .taa span{color: #333; height: 40px; font-size: 14px; font-weight: bold; display: flex ; align-items: center; padding: 0 20px; border-right: 1px solid #ddd;    border-bottom: 1px solid #ddd;}
.a_p_list_table .taa span:nth-child(1),.a_p_list_table .tbb span:nth-child(1){ width: 20%; }
.a_p_list_table .taa span:nth-child(2),.a_p_list_table .tbb span:nth-child(2){ width: 40%;}
.a_p_list_table .taa span:nth-child(3),.a_p_list_table .tbb span:nth-child(3){ width: 20%;}
.a_p_list_table .taa span:nth-child(4),.a_p_list_table .tbb span:nth-child(4){ width: 20%;}
.a_p_list_table .tbb{ display: flex ; justify-content: space-between; align-items: stretch;overflow: hidden; border-bottom: 1px solid #eee;}
.a_p_list_table .tbb:hover{background:#eef1e3;}
.a_p_list_table .tbb span{color: #333; min-height: 40px; font-size: 16px; display: flex ; align-items: flex-start; padding: 8px 20px; border-right: 1px solid #eee; word-break: break-all; flex-wrap: wrap;}
.a_p_list_table .tbb span a{color: #333; text-decoration-line: underline; margin: 0 10px 6px 0; float: left; display: block;}
.a_p_list_table .tbb span a:hover{ color:#9fc425; }


.a_p_list_table .taa span:last-child,.a_p_list_table .tbb span:last-child{  border-right: 0 solid #ddd; }
 






 

.proshow_jcsearch{ padding: 100px 0; display: block;}
.proshow_jcsearch .jxf{background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); padding: 50px; width: 70%; max-width: 800px; }
.proshow_jcsearch .jxf h3{ display: block; color: #333; font-weight: bold; font-size: 32px; margin-bottom: 26px; }
.proshow_jcsearch .jxf h4{ display: block; color: #333; font-size: 14px; margin: 20px 0 0 0; }
.proshow_jcsearch form{display: block; width: 100%; position: relative;}
.proshow_jcsearch form input{ display: block; width: 100%; background: #f5f5f5; height: 70px; border: 0; font-size: 16px; padding: 0 0 0 20px; color: #333;}
.proshow_jcsearch form .btnsubmit{ cursor: pointer; display: block; position: absolute; width: 70px; height: 70px; top: 0; right: 0; border: 0; display: flex ; align-items: center; justify-content: center; background: none; }
.proshow_jcsearch form .btnsubmit img{display: block; width: auto; height: 26px;}


.proshowdata2{ display: block; overflow: hidden; padding: 100px 0; background: #f5f5f5; position: relative;    width: 100%; }
.proshowdata2 .icenter{}
.proshowdata2 .icenter h3{ display: block; color: #333; font-weight: bold; font-size: 32px; margin-bottom: 26px;  }
.proshowdata2 .icenter ul{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 20px; }
.proshowdata2 .icenter ul li{display: block; background: #fff; margin: 0 0 20px 0;}
.proshowdata2 .icenter ul li:hover{     box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); }
.proshowdata2 .icenter ul li a{ display: flex ; align-items: center; justify-content: space-between; width: 100%;  padding: 20px;  }
.proshowdata2 .icenter ul li a span{ width: calc(100% - 200px); display: block; font-size: 16px; color: #333; text-decoration-line: underline;     font-weight: bold;}
.proshowdata2 .icenter ul li a font{ display: flex ; align-items: center; width: 100px; font-size: 16px; color: #333; justify-content: space-between; }
.proshowdata2 .icenter ul li a font img{display: block; filter: brightness(0.5); width: auto; height: 24px; }
.proshowdata2 .icenter ul li a i{font-style: inherit; color: #666; font-size: 16px;width: 100px;    text-align: right;}
.proshowdata2 .icenter ul li:hover a span{ color:#9fc425; }

.proshowdoc{display: block; padding: 100px 0; overflow: hidden;  }
.proshowdoc h3{display: block; color: #333; font-weight: bold; font-size: 32px; margin-bottom: 26px; }
.proshowdoc dl{}
.proshowdoc dl a{ display: flex ; align-items: center; justify-content: space-between; border: 1px solid #f5f5f5; margin: 0 0 16px; padding: 20px; }
.proshowdoc dl a strong{display: block; color: #333; font-size: 16px; text-decoration-line: underline; width: calc(100% - 260px);}
.proshowdoc dl a span{display: block; color: #666; font-size: 16px; }
.proshowdoc dl a img{ -webkit-filter: grayscale(100%); display: block; opacity: 0.8; width: auto; height: 24px; }
.proshowdoc dl a:hover strong{ color: #9fc425; }

.datasx{display: block; background: #fff; padding: 50px 6px; border-bottom: 1px solid #ddd;}

.protabto{display: block; overflow: hidden; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #f5f5f5; /* position: -webkit-sticky; position: sticky; top: 80px; */  z-index: 3;  }
.protabto .icenter{ display: flex; }
.protabto .icenter a{ color: #333; font-weight: bold; cursor:pointer;  height: 60px; display: flex ; align-items: center; justify-content: center;     flex-direction: column; position: relative; margin: 0 60px 0 0; font-size: 18px; }
.protabto .icenter a:after{content: ""; background: #9fc425; display: block; width: 0%; height: 2px; position: absolute; bottom: 8px;  }
.protabto .icenter .active,.protabto .icenter a:hover{color: #9fc425;}
.protabto .icenter .active:after,.protabto .icenter a:hover:after{  width: 100%;  }
 
 

.proshow_tt{}
.proshow_tt dl{ width:70%; margin:80px auto; display: flex ; align-items: flex-start; justify-content: space-between;  }
.proshow_tt dl .lf{display: block; width: 300px;}
.proshow_tt dl .lf img{display: block; width: 100%; height: auto;}
.proshow_tt dl .rh{width: calc(100% - 320px)}
.proshow_tt dl .rh h3{ display: block; color: #333; font-weight: bold; font-size: 36px; margin: 0 0 16px 0; }
.proshow_tt dl .rh h4,.proshow_tt dl .rh h4 p{ display: block; color: #333; font-size: 16px; text-align: justify; line-height: 30px;   }
 




/*******************protable start******************************/

.prolr{ display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: top;-webkit-align-items: top;    position: relative;}

.prolr .tableon{ opacity: 0;  width: 0;  }
.prolr .rton{ width: 100%;}
 

table.dataTable thead th, table.dataTable thead td{    padding: 0 10px;}

 

.proshowpic{margin: 80px auto;    overflow: hidden;}
.proshowpic p{ display: block;overflow: hidden;padding: 20px;float: left;width: 159px;border: 1px solid #ddd;}
.proshowpic p img{ width: auto;max-width: 100%;margin: 0 auto;}
.proshowpic dd{ display: block;overflow: hidden;float: right;width: calc(95% - 200px);}
.proshowpic dd h3{ display: block;color: #333;font-size: 36px;line-height: 1em;margin-bottom: 20px;}
.proshowpic dd h4{ display: block;color: #333;font-size: 16px;line-height: 26px;margin-bottom: 30px;}
.proshowpic dd .proa{ display: block;border: 2px solid #9fc426;width: 150px;height: 36px;border-radius: 2em; display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: center;-webkit-align-items: center;}
.proshowpic dd .proa .fa{color: #9fc426;display: block;font-size: 20px;    margin-left: 20px;}
.proshowpic dd .proa span{ display: block;font-size: 14px;color: #9fc426;     margin-right: 20px;}
.proshowpic dd .proa:hover{background: #9fc426;}
.proshowpic dd .proa:hover .fa,.proshowpic dd .proa:hover span{color:#fff; }
 

.dtsp-verticalContainer table.dataTable.nowrap th,.dtsp-verticalContainer table.dataTable.nowrap td{font-size: 12px;    line-height: 1em;    color: #333;    border-right: 1px solid #ddd;}
.dtsp-verticalContainer table.dataTable.nowrap th{ font-weight: normal; font-size: 12px;   line-height: 1em;  background:#9fc426; color: #fff;}
.dtsp-verticalContainer table.dataTable.nowrap th span{ font-size: 12px;position: relative;bottom: -2px; color: #fff; zoom: 0.7; margin:0 2px; display: inline-block; }
.dataTables_wrapper .dataTables_scroll{border: 1px solid #ddd;} 
.dtsp-verticalContainer .sidebar__container--active .sidebar{ width:100%;margin-top: 0;border-radius: 0; border: 0; padding: 0; box-shadow: none; background: #fff;}
div.dtsp-verticalContainer{margin: 0;position: relative; /* overflow-x: hidden; */}
.dtsp-verticalContainer .ifx-accordion__header__label{color: #9fc426;    font-weight: normal;      text-align: left;  font-size: 12px;    line-height: 1em;}
.dtsp-verticalContainer .ifx-accordion__header__label span{ position: relative; font-size: 12px; bottom: -0.25em;zoom:0.8; }
.dtsp-verticalContainer .ifx-accordion__header__label br{display:none;}
.dtsp-verticalContainer .sidebar__container{margin-right:0;width:180px;transition: all .3s; }

.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:after,.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{    opacity: 0.5;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:before{ opacity:1; }
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{opacity:1; }

.dtsp-verticalContainer .filter-tab{height:auto; max-height:auto;    max-height:600px;overflow-y: auto;}
 
.ifx-accordion__header__icon{zoom:0.8;}
 

.dtsp-verticalContainer .ifx-checkbox{display: block;overflow: hidden;cursor:pointer; margin: 3px 0;}
.ifx-checkbox label{ display: block; float: left; line-height: 20px; font-size: 12px; color: #333;cursor:pointer; text-align: left; width: calc(100% - 18px);      padding-left: 3px;  font-family: Arial;}
.ifx-checkbox input{ display: block; float: left; line-height: 20px; margin: 3px 0px 0 0;cursor:pointer;-webkit-appearance: checkbox;}

.dtsp-verticalContainer .active label{ color: #9fc426;}
.dtsp-verticalContainer .active .ifx-checkbox-static{} 

.filter-tab .ifx-filter:after{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: #ddd; }
    

.dtsp-verticalContainer .show__column__btn{ font-size: 12px; border: 1px solid #ddd; background: #fff; color: #999;  zoom:0.8;   padding: 0;width: 40px;text-align: center;}
.dtsp-verticalContainer .hide__column{ color: #9fc426;border: 1px solid #7fa4ce;}
.dtsp-verticalContainer .show__column:before{content:"Close";}
.dtsp-verticalContainer .hide__column:before{content:"Open";}


.dtsp-verticalContainer .ifx-search-reset-row{height: auto; position: relative;    z-index: 9;}
.dtsp-verticalContainer .ifx-pt-search-reset{    float: none;    margin: 0;    border: 0;    border-radius: 0;    background: none;}
.dtsp-verticalContainer .ifx-pt-search-reset span{ display: block; border: 0 solid #7ca2cd; text-align: center; font-size: 12px; width: 30px; position: relative; bottom: -4px; float: right; margin-right: 0; color: #666; line-height: 20px;}

.dtsp-verticalContainer .ifx-accordion{ border-top: 1px solid #eee; padding: 8px 5px;}
.dtsp-verticalContainer .ifx-inputRange__inputContainer{ margin: 0;z-index: 9;}
/* .dtsp-verticalContainer .ifx-inputRange__inputContainer__input{    height: 20px;    font-size: 12px;    text-align: center;    padding: 0;    color: #9fc426;    border: 1px solid #bdcad8;} */
/* .dtsp-verticalContainer .ifx-inputRange__inputContainer__unit{ margin: 0;    position: relative;    left: 50%;    width: 20px;    text-align: center;    margin-left: -10px;    font-size: 12px;    color: #1f5fa9;} */
/* .dtsp-verticalContainer .ifx-inputRange{ width: 90%;margin: 0 auto;height: auto; display: block;    padding-top: 30px;} */
.dtsp-verticalContainer .ifx-inputRange__range__track--active{}

.dtsp-verticalContainer .sidebar__controls{box-shadow: none;height: auto;margin: 0;}
.dtsp-verticalContainer .sidebar__controls__container{padding: 0;}
.dtsp-verticalContainer .sidebar__controls__container__closeButton, .sidebar__controls__container__resetLink{}
.dtsp-verticalContainer .sidebar__controls__container__resetLink .glyphicon{ padding: 0; top: auto; font-size: 12px; line-height: 30px; display: block; width: 50%; text-align: center; background: #eee; border: 1px solid #789fcb; margin: 30px auto;}
.dtsp-verticalContainer .sidebar__controls__container__resetLink .fa-refresh:before{  margin-right: 5px;  font: normal normal normal 14px/1 FontAwesome;}
/*.dtsp-verticalContainer  .active label{color: #3793ff;}*/
.dtsp-verticalContainer .ifx-checkbox label .ifx-checkbox-static{background: #eee; color: #777;       font-family: Arial;  display: inline-block;  border-radius: 1em;    zoom: 0.8;    padding: 1px 5px;    margin-left: 5px;}

 


.dtsp-verticalContainer .ifx-pt-search{ margin:0 auto 20px; width: calc(100% - 10px); position: relative; }
.dtsp-verticalContainer .ifx-pt-search__input{ display: block; border: 0; background: #eee; height: 30px; width: 100%; border-radius: 0; padding: 0; text-indent: 1em;    font-size: 12px; color: #9fc426;}
.dtsp-verticalContainer .ifx-pt-search .glyphicon{ font: normal normal normal 14px/1 FontAwesome; position: absolute; top: 0; right: 0; line-height: 30px; background: #175ea9; color: #fff; padding: 0; border-radius: 0; display: block; }

.dataTables_wrapper .bottom{ display: flex ; align-items: center; justify-content: center; width: 100%; padding: 30px 0; }
.dataTables_wrapper .bottom .dataTables_length{display: block; order: 2; margin: 0 30px; }
.dataTables_wrapper .bottom .dataTables_length label{font-size: 14px;    float: right;        display: block;    color: #666;}
.dataTables_wrapper .bottom .dataTables_length label select,.dataTables_wrapper .bottom .dataTables_length label option{  border: 1px solid #ddd; color: #666;  border-radius: 0; padding: 0;font-size: 14px; width: 60px; height: 24px;}
.dataTables_wrapper .dataTables_info{ display: block; padding: 0; float: none; font-size: 14px; color: #666; order:3;  }



.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate{    padding: 0;}
.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate .paginate_button{display: inline-block; font-size: 12px; border-radius: 0; box-shadow: none; height: 30px; width: 30px; border-radius: 50%; border: 0; line-height: 30px; padding: 0 10px; margin: 0 5px; height: 30px;}
.dtsp-verticalContainer table.dataTable tbody .even{background-color: #fff;}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover{border: 0;background: #ddd;min-width: auto;color: #333!important;}


.proshowtitletabletop .global_reset__but .glyphicon:hover,.dtsp-verticalContainer div.dt-buttons a.dt-button:hover,.dtsp-verticalContainer .sidebar__controls__container__resetLink .glyphicon:hover{ background: #9fc426; color: #fff;}


div.dtsp-verticalContainer div.container{ flex-basis: calc(100% - 260px);max-width: 100%;   }


 
.proshowtitletabletop{  height: 50px; padding: 16px 0;}
.proshowtitletabletop .filter-tab{ float: left; width: 550px; margin-left: 0; margin-right: 50px; position: relative; overflow: hidden;}
.proshowtitletabletop .filter-tab .ifx-gl-search{    margin: 0;    margin-top: 0;    position: relative;}
.proshowtitletabletop .filter-tab .ifx-pt-search__input{    display: block;    overflow: hidden;    border: 1px solid #eee;outline: none; height: 40px;    background: #fff;    width: 100%;    padding: 0;    text-indent: 10px; font-size: 12px;   color: #333;}
.proshowtitletabletop .filter-tab .glyphicon{font: normal normal normal 14px/1 FontAwesome;position: absolute;width: 40px;text-align: center;height: 100%;line-height:40px;color: #333;background: #eee;font-size: 12px;top: 0;right: 0;left: auto;}
 
.proshowtitletabletop .global_reset__but .glyphicon{ display:block; height:30px; font: normal normal normal 14px/1 FontAwesome; line-height:30px; margin-top:9px;border: 1px solid #9fc426; top: auto; padding: 0; text-align: center; font-size: 12px; color: #9fc426;}
.proshowtitletabletop .global_reset__but .glyphicon:before{margin-right:5px;}

.dataTables_wrapper .top{ position: absolute;top: -57px;left: 630px;}
.dtsp-verticalContainer div.dt-buttons{ }
.dtsp-verticalContainer div.dt-buttons a.dt-button{ display: block; width: 120px; text-align: center; font-size: 12px; color: #9fc426; background: none; border: 1px solid #9fc426; border-radius: 0; padding: 0; line-height: 30px; margin: 0; }
.dtsp-verticalContainer div.dt-buttons a.dt-button .fa{margin-right:5px; }
 


.dtsp-verticalContainer .filter-tab::-webkit-scrollbar,.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar {width: 6px;    height: 2px;scrollbar-arrow-color:red;}
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #9fc426;scrollbar-arrow-color:red;        }
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}


.dataTables_scrollBody{  }

.dtsp-verticalContainer table.dataTable tbody tr td{position: relative; padding: 10px 10px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .aat,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .aat{color: #333;  color: #9fc426; text-decoration-line: underline;      padding-left: 20px;  padding-right: 0px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .aat:hover,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .aat:hover{ color: #9fc426;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:before{opacity: 0.6;zoom: 0.6;margin-bottom:15px;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:after{opacity: 0.6;zoom: 0.6;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_desc:before{opacity: 1;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{opacity: 1;z-index: 3;}

.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1),.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2){position: relative;}

.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa{ cursor: pointer;   font-size: 16px;  color: #9fc426; margin:4px 0 0 20px;   box-sizing: border-box; }
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .pic{ margin-left: 10px; }
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa:hover{color:#9fc426;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa img{display: block; width: auto; height:16px;}

table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{ -webkit-box-shadow: none!important;  box-shadow: none!important;}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{  box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.0)!important;  -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.0)!important;}
table.dataTable.display>tbody>tr>.sorting_1,.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th:nth-of-type(1) {position: -webkit-sticky!important; position: sticky!important;}


.datasx .dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1){ }

.datasx table.dataTable.display>tbody>tr.even>.sorting_1:nth-child(1),.datasx table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1:nth-child(1){  }

 
div.tableon .sidebar__container{width: 0;opacity: 0;}
 

.tableon .dataTables_wrapper .top{left:890px;}

.dataTable th{overflow: hidden;position: relative;}
.dataTable th i{ position: absolute; width: 20px; height: 100px; background:#749700; top: 0; right: 0; z-index: 1; }


/* ---------------------------------- */
 
.prolr .t_table{ transition: all .3s; width:100%;  margin: 0; padding-top: 0;}
/* ����ɸѡ */
.choose {position: relative;}
.choose .top {display: flex;align-items: center;margin-bottom: 20px;}

.choose .top .op {display: flex;align-items: center;    margin-left: 3rem;}
.choose .top .op  a {font-size: 14px;color: #666;margin-right: 3rem;}
.choose .top .op a:hover ,.choose .top .op a.tt_more:hover i,.choose .top .op a.tt_more:hover  span {color:#9fc426;}
 


.choose .title {color: #666; font-size:20px; line-height: 1; }
 .choose .content {  display: grid ; grid-template-columns: repeat(8, 1fr); grid-gap: 0 40px;}
 .choose .content a {  display: flex;align-items: center;  cursor: pointer;  text-align: center; display: flex;justify-content: flex-start;align-items: center;margin-right: 1rem; margin-bottom: 6px;}
 .choose .content a:nth-of-type(1){display: none;}
 .choose .content a input {    pointer-events: none ; -webkit-appearance: checkbox; margin-right: 5px;}
 .choose .content a span {    color: #333; font-weight: normal; text-align: left; font-size: 12px;line-height: 20px;    font-family: Arial;}
/* �м�ģ�� */
.dataTables_scrollHead.on {margin-bottom: 170px!important;}
.dataTables_scrollHead {margin-bottom: 8px!important; position: -webkit-sticky; position: sticky !important; top: 80px; z-index: 9999; }
.dtsp-verticalContainer .sidebar__container.on  .filter-tab {height: 170px; max-height: 170px;}
.dtsp-verticalContainer .sidebar__container{margin-right:0;width:100%;transition: all .3s; position: absolute; top: 67px;z-index: 13;}
.dtsp-verticalContainer .filter-tab{  height: 8px; max-height: 8px;  display: flex;  width: 100%; overflow-y: hidden;}
.dtsp-verticalContainer .ifx-accordion{    width: 180px; box-sizing: border-box; padding: 0px 0px 0 5px;}
.dtsp-verticalContainer .ifx-pt-search { margin: 0 auto 0px; width: calc(100% - 0px); position: relative; overflow: auto;max-height: 160px;}
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar { height: 0px;}
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar { width: 3px; height: 3px; }
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar-track{border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: rgba(0,0,0,0.2);scrollbar-arrow-color:red;        }
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2) ;border-radius: 0;background:#9fc426;}
.dtsp-verticalContainer .ifx-search-reset-row { display: block;position: absolute;top: 0;right: 0;}
.ifx-accordion__header {display: none;}
.ifx-accordion__body {display: block;}
.filter-tab .ifx-filter.on {left: 0px;position: sticky; position: -webkit-sticky; z-index: 10; background-color: #fff; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar{width: 6px;    height: 10px;scrollbar-arrow-color:red;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #9fc426;scrollbar-arrow-color:red;        }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}
/* ���ص�һ�� */
.filter-tab .ifx-filter:nth-of-type(1) .ifx-accordion{opacity: 0; pointer-events: none;}
.sidebar__container {position: relative;}
.sidebar__container .collapse-bar { cursor: pointer; width: 100%; height: 8px; background: #c0c0c0; z-index: 90; position: absolute; bottom: 0px; }
.collapse-bar .arrow { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; cursor: pointer; }
.collapse-bar.on .arrow { border-bottom: 6px solid #c0c0c0; top: -6px; border-top: 0px;}
.collapse-bar .arrow { border-top: 6px solid #c0c0c0; bottom: -6px;border-bottom: 0px; top: auto;}
.sidebar__container {overflow: unset;}




.dataTables_wrapper .dataTables_paginate span{      color: #666;  display: inline-block;}

/* ��ͷ �� ���� ��ʽ���� */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{ width: max-content!important; }
.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th {    height: 67px!important; }
.dataTables_scrollHeadInner {width: max-content!important;}
/* .dataTables_scrollHead table.dataTable.on {width: max-content!important;} */
.dataTables_scrollHead table.dataTable thead {width: max-content}
div.dataTables_scrollBody>table,div.dataTables_scrollBody>table tbody,table.dataTable tbody tr {width: max-content!important;}

.dtsp-verticalContainer table.dataTable tbody tr td {  font-family: Arial; }

.dtsp-verticalContainer.on table.dataTable tbody tr td,.dtsp-verticalContainer table.dataTable tbody tr td{ max-width: 160px;min-width: 160px; width: 160px!important;  box-sizing: border-box;  }


table.dataTable.display tbody tr:hover>.sorting_1:hover {z-index: 10;}
.dataTable th i { height: 67px; }
.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th.on {z-index: 4;}
.sidebar__controls__container__resetLink { font-size: 16px; width: fit-content; float: left; width: 120px; height: 40px; display: flex; justify-content: center; align-items: center; color: #9fc426; background-color: #f5f5f5; top: 0; position: relative;}
.sidebar__controls__container__resetLink:hover{ background: #9fc426; color: #fff;}


.ifx-inputRange { width: calc(61%); }
.ifx-inputRange__inputContainer--max { text-align: start; width: 80%; left: 22px!important; }
.ifx-inputRange__inputContainer { margin-top: 20px; width: 85%; left: 22px!important; }
.ifx-inputRange { width: 118px!important; }
.dataTables_wrapper .top { display: none; }
/* excel */
.dtsp-verticalContainer div.dt-buttons { display: none; }
.tt_excel { cursor: pointer;  width: 120px; text-align: center; font-size:16px; color:#9fc426; background:#f5f5f5;  border-radius: 0; padding: 0; line-height: 38px; margin: 0; float: left; margin-left: 44px; top: 0; position: relative;}
.tt_excel:hover {background: #9fc426;  color: #fff;}
.tt_excel:hover span { color: #fff;}
.tt_excel span {margin-left: 5px; display: inline-block; color: #9fc426;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1).dataTables_empty {text-align: start;  font-size: 16px; color: #666; padding: 100px 50px;}


.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar{width: 6px;    height: 10px;scrollbar-arrow-color:#f00;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #9fc426;scrollbar-arrow-color:#f00;        }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}


.datasx table.dataTable.stripe>tbody>tr.odd>*, .datasx table.dataTable.display>tbody>tr.odd>*{ box-shadow: inherit; } 
 


.datasx table.dataTable.row-border tbody th, .datasx table.dataTable.row-border tbody td, .datasx table.dataTable.display tbody th, .datasx table.dataTable.display tbody td{     box-shadow: initial; }

.datasx table.dataTable.hover>tbody>tr:hover>*, .datasx table.dataTable.display>tbody>tr:hover>* {    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);}
.dtsp-verticalContainer table.dataTable tbody tr td input { -webkit-appearance: checkbox; position: absolute; left: 10px; top: 10px;  cursor:pointer;  }

/* compare 比较 */
.t_compare {cursor: pointer; display: flex; text-align: center; font-size: 12px; background: none; border: 1px solid #ddd; border-radius: 0; padding: 0; margin: 0; float: left; margin-right: 44px; top: 0; position: relative; height: 38px; align-items: center; justify-content: center; width: 120px;}
.t_compare img {width: 20px;transition: 0s;height: auto;}
.t_compare:hover img {filter: grayscale(10) brightness(10);}
.t_compare:hover {background: #9fc426;border: 1px solid #9fc426; }
.t_compare:hover span { color: #fff;}
.t_compare span {margin-left: 5px; font-size: 16px; display: inline-block; color: #666;}


.datasx table.dataTable tbody tr.selected>*{ box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0); }


 
.datasx *{ box-sizing: initial;}

/*******************protable end******************************/
 




 

.quality_webtt{display: block; font-size: 40px; font-weight: bold; margin-bottom: 20px;}

.quality_1{display: block;   padding: 100px 0; }
.quality_1 .icode{display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 30px;}
.quality_1 .icode li{background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; position: relative; min-height: 460px;}
.quality_1 .icode li:after{ content:""; position: absolute; width: 100%; height: 100%; background: url(/style/img/quality_1bg.png); background-size: cover; top: 0; opacity: 0.8;transition: all .6s;  }
.quality_1 .icode li:hover:after{ opacity: 1; background:rgba(0, 0, 0, .75); }
.quality_1 .icode li i{}
.quality_1 .icode li i img{ display: block; position: relative; width: 100%; height: 100%; object-fit: cover; transition: all .6s; }
.quality_1 .icode li:hover i img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.quality_1 .icode li dd{position: absolute; width: 80%; left: 10%; top:300px; z-index: 3;  transition: all .6s;}
.quality_1 .icode li dd strong{ display: block; color: #fff; font-size: 36px; margin: 0 0 10px 0; color: #9fc426; }
.quality_1 .icode li dd strong:after{  content: ""; display: block; width: 70px; height: 1px; background: #fff; transition: all .6s; margin: 10px 0; }
.quality_1 .icode li dd span{display: block; color: #fff; font-size: 18px; transition: all .6s; opacity: 0; }
.quality_1 .icode li:hover dd{ top: 180px;  }
.quality_1 .icode li:hover dd span{ opacity:1; color: #9fc426; }
.quality_1 .icode li:hover dd strong:after{ width:100%; background: #9fc426; }
 

.quality_2{ display: block; overflow: hidden; padding: 100px 0; background: #f5f5f5; }


.ablscss {display: block;position: relative;}
.ablscss dd {display: block; border-top: 4px solid #fff; padding-top: 10px; position: relative; margin-bottom: 20px;}
.ablscss dd a {cursor: pointer; float: left; color: #666; font-size: 20px; margin-right: 40px; position: relative;     font-weight: bold;}
.ablscss dd .active {color: #9fc426;}
.ablscss dd a:after {content: ""; position: absolute; width: 0%; height: 4px; background: #9fc426; top: -14px; left: 0;}
.ablscss dd .active:after {width: 100%;}
.ablscss dl {display: block;  width: 100%; padding-top: 30px;}
.ablscss dl dt {display: none;    margin-top: 28px; }
.ablscss dl dt:nth-child(1) {display: block;} 
.ablscss dl dt a{display: block; float: left; width:18.4%; margin: 0 2% 2% 0; position: relative; padding: 10px; background: #fff; box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.15); overflow: hidden;}
.ablscss dl dt a:nth-child(5n){ margin-right:0; }
.ablscss dl dt a i{   width: 100%; height:280px; position: relative; display: flex ; justify-content: center; align-items: stretch; overflow: hidden; }
.ablscss dl dt a i img{display: block; width: auto; max-width: 100%; transition: all .6s; }
.ablscss dl dt a span{display: block; color: #333; text-align: center; font-size: 16px; margin: 20px 0;}
.ablscss dl dt a:hover i img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.ablscss dl dt a:hover span{ color:#9fc426; }

.quality_pic{ display: block; overflow: hidden; margin: 0 auto 50px; }
.quality_pic h3{ display: block; overflow: hidden; font-size: 28px; font-weight: bold; margin:20px 0; }
.quality_pic .act{ display: grid ; grid-template-columns: repeat(2, 1fr); grid-gap: 0 40px; }
.quality_pic .act .lf{display: block; overflow: hidden; background: #000;  position: relative; border: 1px solid #eee; }
.quality_pic .act .lf img{ position: relative; display: block; width: 100%; transition: all .6s;}
.quality_pic .act .lf dd{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%;   z-index: 3;  }
.quality_pic .act .lf dd strong{display: block; color: #333; font-size: 24px; margin: 0 0 20px;}
.quality_pic .act .lf dd p{display: block; color: #333; font-size: 20px;}
.quality_pic .act .lf:after{  content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(90deg, rgba(255, 255, 255) 30%, rgb(0, 0, 0, 0) 100%); transition: all .6s; }

.quality_pic .act .lf:hover img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.quality_pic .act .lf:hover:after{ background:linear-gradient(90deg, rgba(159, 196, 38) 30%, rgb(0, 0, 0, 0) 100%); }

.quality_pic .act .lf:hover dd strong,.quality_pic .act .lf:hover dd p{color: #fff;}



.quality_3{  background: #fff ; }
.quality_3 .ablscss dd{     border-top: 4px solid #eee; }

 


 
	
.joblist{display: block;  margin: 100px auto;}
.joblist .jb_le{display: block; overflow: hidden; background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); margin: 0 0 36px; border-radius: 4px;}
.joblist .jb_le .tp{display: flex; padding: 26px; overflow: hidden; border-radius: 4px; justify-content: space-between; align-items: center;cursor:pointer;transition: all .3s;}
.joblist .jb_le .on{ background: #9fc425; }
.joblist .jb_le .tp .lf{ display: block; width: calc(100% - 100px); overflow: hidden;}
.joblist .jb_le .tp .lf h3{ display: block; color: #333; font-size:24px; font-weight: bold; border-bottom: 1px solid #eee; margin: 0 0 10px 0; padding-bottom: 10px; transition: all .3s;}
.joblist .jb_le .tp .lf dd{display: flex; align-items: center;}
.joblist .jb_le .tp .lf dd p{display: block; width: 26%;}
.joblist .jb_le .tp .lf dd p span,.joblist .jb_le .tp .lf dd p font{display: block; float: left; color: #666; font-size: 14px; font-weight: bold; transition: all .3s;}
.joblist .jb_le .tp .lf dd p font{    color: #333;}
.joblist .jb_le .tp .rh{width: 40px; height: 40px; background: #9fc425; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 24px; position: relative;}
.joblist .jb_le .tp .rh span,.joblist .jb_le .tp .rh font{display: block; position: absolute; opacity: 1; transition: all .3s; }
.joblist .jb_le .tp .rh font{opacity: 0;}
.joblist .jb_le .on .rh span{opacity: 0;}
.joblist .jb_le .on .rh font{ opacity: 1; }
.joblist .jb_le .on .rh{background:#fff;}
.joblist .jb_le .on .rh span,.joblist .jb_le .on .rh font{color:#9fc425;}
.joblist .jb_le .on .lf h3,.joblist .jb_le .on .lf dd p span,.joblist .jb_le .on .lf dd p font{ color:#fff;}
.joblist .jb_le .on .lf h3{border-bottom: 1px solid #b7d25d; }
.joblist .jb_le .bt{ display: none; padding: 26px; overflow: hidden;}
.joblist .jb_le .bt dt{}
.joblist .jb_le .bt dt p{display: block; overflow: hidden; margin: 0 0 30px 0;}
.joblist .jb_le .bt dt p span{display: block; color: #333; font-size: 16px; line-height: 30px; font-weight: bold;}
.joblist .jb_le .bt dt p font{display: block; color: #666; font-size: 14px; line-height: 26px;}
.joblist .jb_le .bt .jobbt{display: block; overflow: hidden; position: relative;     margin: 40px 0; }
.joblist .jb_le .bt .jobbt font{ color: #333; font-size: 16px; display: flex;}
.joblist .jb_le .bt .jobbt font a{color: #9fc425; display: block; margin: 0 0 0 5px;}
.joblist .jb_le .bt .jobbt font a:hover{ text-decoration: underline;}
  


 

.pagecrosssearch{ width: 800px; margin: 50px auto 16px; overflow: hidden; position: relative; display: block; }
.pagecrosssearch h3{color: #9fc425; display: block; text-align: center; font-size: 40px;}
.pagecrosssearch h4{text-align: center; display: block; margin:10px 0 20px; font-size: 14px; color: #666;}
.pagecrosssearch form{ display: flex ; align-items: center; justify-content: space-between; overflow: hidden; }
.pagecrosssearch form input{display: block; width: 100%; height: 50px; border: 1px solid #eee; padding: 20px; font-size: 14px; color: #333;}
.pagecrosssearch form button{ border: 0; cursor:pointer;  width: 50px; height: 50px; padding: 14px; background: #eee;}
.pagecrosssearch form button img{display: block; width: 100%;}

.cross_s_tip{text-align: center; display: flex ; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.cross_s_tip span{color: #9fc425;  margin: 0 0 0 10px; font-size: 18px;}

.corss_prolist{display: block;  margin: 50px auto;background-color: rgb(255, 255, 255); box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.08);}
.corss_prolist dd{ display: flex ; justify-content: space-between; align-items: center; background: #9fc426; position: -webkit-sticky; top: 80px; position: sticky; }
.corss_prolist dd span{display: block; width: 33.33%; font-size: 14px; font-weight: bold; padding: 12px 26px; border-right: 1px solid #ddd; color: #fff; }
.corss_prolist dd span:last-child{ border-right:0; }
.corss_prolist dt{ display: flex ; align-items: center; justify-content: space-between; }
.corss_prolist dt span{display: block; width: 33.33%; padding: 12px 26px; color: #333; font-size: 14px; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.corss_prolist dt span:last-child{ border-right:0; }
.corss_prolist dt span a{ display: inline-block; color: #333; text-decoration-line: underline;font-weight: bold;}
.corss_prolist dt span a:hover{ color:#9fc425; }
.corss_prolist dt i{position: absolute; opacity: 0;}

.webcross_bottom{ margin-bottom: 150px; display: block; overflow: hidden; }
.webcross_bottom .c_p_404{display: flex ; align-items: center;}
.webcross_bottom .c_p_404 font{display: block; color: #333; font-size: 16px;}
.webcross_bottom .c_p_404 i{color: #9fc425; display: block; font-size: 20px; font-style: initial; font-weight: bold; margin: 0 0 0 10px; }

.corss_nodata{display: block; text-align: center; font-size: 24px; color: #f00; margin: 50px auto;}

 

 

.websearch .rh .webs_procat,.home_bar_search .ca .tb .b1 .webs_procat{ position: absolute; z-index: 9; background: #fff;     }
.websearch .rh .webs_procat dd,.home_bar_search .ca .tb .b1 .webs_procat dd{ display: block; overflow: hidden; border-bottom: 1px solid #f5f5f5; padding-bottom: 10px;  margin: 0 0 10px 0;}
.websearch .rh .webs_procat dd i,.home_bar_search .ca .tb .b1 .webs_procat dd i{}
.websearch .rh .webs_procat dd i a,.home_bar_search .ca .tb .b1 .webs_procat dd i a{display: block; color: #666; font-style: initial;  font-size: 14px;}
.websearch .rh .webs_procat dd p,.home_bar_search .ca .tb .b1 .webs_procat dd p{}
.websearch .rh .webs_procat dd p a,.home_bar_search .ca .tb .b1 .webs_procat dd p a{display: block; color: #666; font-size: 14px; margin: 10px;}
.websearch .rh .webs_procat dd i a:hover,.websearch .rh .webs_procat dd p a:hover,.home_bar_search .ca .tb .b1 .webs_procat dd i a:hover,.home_bar_search .ca .tb .b1 .webs_procat dd p a:hover{ color:#9fc425; }
.websearch .rh .webs_procat .protp,.home_bar_search .ca .tb .b1 .webs_procat .protp {display: flex ; background: #fff; align-items: center; justify-content: space-between; padding: 0 20px; overflow: hidden; cursor: pointer; height: 50px; }
.websearch .rh .webs_procat .protp span,.home_bar_search .ca .tb .b1 .webs_procat .protp span{display: block; color: #666; font-size: 16px;  }
.websearch .rh .webs_procat .protp .fa,.home_bar_search .ca .tb .b1 .webs_procat .protp .fa{display: block; color: #333; font-size: 16px;  }
.websearch .rh .webs_procat .protb,.home_bar_search .ca .tb .b1 .webs_procat .protb{ display: none; overflow-y: auto; height: 360px; padding: 18px 26px;box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);  }
.websearch .rh .webs_procat .protp.on span,.websearch .rh .webs_procat .protp.on .fa{  color:#9fc425; }
 


.home_bar_search .ca .tb .b1 .webs_procat{ position: relative;   width: 100%;}
.home_bar_search .ca .tb .b1 .webs_procat .protp{ height:80px; }
.home_bar_search .ca .tb .b1 .webs_procat .protp span,.home_bar_search .ca .tb .b1 .webs_procat .protp .fa{ font-size:20px;}
.home_bar_search .ca .tb .b1 .webs_procat .protb{ display: none; position: absolute; background: #fff; width: 100%; z-index: 99999; }
.home_bar_search .ca .tb .b1 .webs_procat .protp.on span, .home_bar_search .ca .tb .b1 .webs_procat .protp.on .fa{  color:#9fc425; }
 




 

.pro_pagesearch_tt{ display: flex ; align-items: center; justify-content: space-between; font-size: 24px; font-weight: bold; color: #333;   margin: 0 auto 20px; }
.pro_pagesearch_tt .more{ zoom: 0.9; }

.taov{ display: block; overflow-x: auto;  margin: 0 auto 100px; box-shadow: 0px 13px 36.86px 1.14px rgba(40, 43, 109, 0.2); width: 98%;}
.searchtb{ background: #fff;  display: block;   margin-bottom: 30px; box-sizing: inherit;}
.searchtb thead{display: block;  }
.searchtb thead tr{display: flex ; align-content: space-between; justify-content: space-between;}
.searchtb thead tr th{ background: #9fc425; color: #fff; overflow: hidden; padding: 10px; line-height: 14px; font-size: 12px;     border-right: 1px solid #eee;    text-align: left;}
.searchtb .tblist{ display: block;}
.searchtb .tblist tr{ display: flex ; justify-content: space-between; align-items: stretch; }
.searchtb .tblist tr td{ padding:6PX 10px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; font-size: 12px; color: #333;}
.searchtb .tblist tr td .aat{margin: 0 0 5px 0; color: #9fc425; text-decoration-line: underline;}
.searchtb .tblist tr td p{ display: flex;}
.searchtb .tblist tr td p a{ display: block; margin: 0 10px 0 0; }
.searchtb .tblist tr td p a img{ display: block; width: auto; height: 20px; }


.searchtb thead tr th:nth-child(1),.searchtb .tblist tr td:nth-child(1){ display: block; position: -webkit-sticky; left: 0; position: sticky; background: #fff;  }
.searchtb thead tr th:nth-child(1){ background: #9fc425; }

.searchnews{ display: grid ; grid-template-columns: repeat(4, 1fr); grid-gap: 0 20px; margin: 50px auto; }
.searchnews .newsinfo_weblist{ margin-bottom: 20px; }
.searchnews .newsinfo_weblist p{}
.searchnews .newsinfo_weblist dl{ padding: 20px;}
.searchnews .newsinfo dl strong{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 18px; }


.taov::-webkit-scrollbar{width: 6px;    height: 10px;scrollbar-arrow-color:#f00;}
.taov::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #9fc426;scrollbar-arrow-color:#f00;        }
.taov::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}


.searchtb thead tr th span,.searchtb .tblist tr td span{display: inline; zoom: 0.7; margin: 0 2px; }

  
 
.totop{  position: fixed; z-index: 99; right: 30px; bottom: 240px; cursor: pointer; -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12); box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12); background: #fff; width: 46px; height: 46px; display: none; overflow: hidden; border-radius: 50%; }
.totop img{ display: block; width: 24px; margin:12px;}
 


.privacy_se{ position: fixed; width: 460px; bottom: 20px; right: 20px; z-index: 9999; background: #fff; -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22); box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .22); background-color: #fff; padding: 26px; border-radius: 4px;}
.privacy_se .icenter{  width: auto; }
.privacy_se .icenter p{  display: block; color: #000; font-size: 14px; width: calc(100% - 0px); text-align: justify; }
.privacy_se .icenter p a{ text-decoration: underline; color: #fff;}
.privacy_se .icenter p a:hover{ color: #9fc426; }
.privacy_se .icenter button{display: block; width: 120px; border-radius: 2px; height: 36px; background: #9fc426; border: 1px solid #9fc426; color: #fff; font-size: 14px;cursor:pointer; margin: 20px auto 0;}
.privacy_se .icenter button:hover{ opacity: 0.8; }
 
 


 

.pro_pic_ta{ display: block; margin: 60px auto; position: relative; }
.pro_pic_ta .power_ictable_aa{ display: flex ; border-bottom: 1px solid #eee; padding: 0 0 0 0; margin-bottom: 30px; }
.pro_pic_ta .power_ictable_aa a{ display: block; color: #666; font-size: 22px; margin: 0 60px 0 0; font-weight: bold; border-bottom: 2px solid #fff; cursor:pointer; padding-bottom: 10px; }
.pro_pic_ta .power_ictable_aa .active{ color:#9fc425;  border-bottom: 2px solid #9fc425;  }
.pro_pic_ta .power_ictable_bb{}
.pro_pic_ta .power_ictable_bb dl{ display: none; color: #333; font-size: 14px; line-height: 22px; min-height: 400px;  }
.pro_pic_ta .power_ictable_bb dl:nth-child(1){ display: block; }
.pr_more{ display: flex ; justify-content: flex-end; }
 
 
.propoweric_1{ display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #eee; position: relative; }
.propoweric_1 .taov{ margin-bottom: 40px; }
.propoweric_1 .searchtb .tblist tr td p a img{ height:16px; }
.searchtb .tblist tr td .aat a{ color: #9fc425; }

.se_tb_7 thead tr th,.se_tb_7 .tblist tr td{width: 14.2857%; }
.se_tb_8 thead tr th,.se_tb_8 .tblist tr td{width: 12.5%; }
.se_tb_9 thead tr th,.se_tb_9 .tblist tr td{width: 11.1111%; }
.se_tb_10 thead tr th,.se_tb_10 .tblist tr td{width: 10%; }
.se_tb_14 thead tr th,.se_tb_14 .tblist tr td{width: 7.148%; }
.se_tb_15 thead tr th,.se_tb_15 .tblist tr td{width: 6.66%; }
.se_tb_16 thead tr th,.se_tb_16 .tblist tr td{width: 6.25%; }

.se_tb_8{ min-width:1260px; }
.se_tb_9{ min-width:1300px; }
.se_tb_10{ min-width:1500px; }
.se_tb_14{ min-width:1800px; }
.se_tb_15{ width:2000px; }
.se_tb_16{ width:2200px; }
 
 








@media only screen and (max-width: 1600px){

.icenter{ width: 1260px; }

.more{ width: 110px; height: 34px; }
.more .mt{ font-size: 12px; }
.more .fa{    font-size: 14px;}


.mbx .ct{ padding: 14px 0; }

.abhistroy .abhis li dd strong{ font-size: 80px; }

.adfooter .ta .lf .flogo img,.dh2 .icenter .logo img{ height:46px; }
.pagebanner .text h3,.inshcode .rh h3,.ab_company .lf strong,.incompany .tt h3{ font-size: 36px; }
.page_tt h3,.inverstment_bottom dd h3,.quality_webtt,.quality_1 .icode li dd strong,.app_a_more .txt strong,.home_tt .lf span,.proshow_tt dl .rh h3,.company_clture h3,.banner_text .lf,.pagecrosssearch h3{ font-size: 32px; }
.inshcode .rh h4,.invest_info_2 h3,.invest_teamlist dd h3,.appshow_pic .acpic .lf strong, .appshow_pic .acpic .rh strong,.app_show_pro .icenter h3,.proshowdata2 .icenter h3,.proshow_jcsearch .jxf h3,.responsibility_piclist dl dd p strong,.company_clture dl dt p strong,.home_esg a dd strong,.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist.d1 h3, .dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh .dlist h3{font-size:26px;}
.banner_text .rh span{ font-size:24px; }
.web_contact_swip .app_a_more .c_txt h3,.home_info .h_i_a dl h3,.webprolist dl h3,.joblist .jb_le .tp .lf h3,.ab_company .lf span,.incompany .in_co_bum .lf dl dd p i,.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf strong{font-size:20px; }
.adfooter .ta dl dt a,.newsinfo dl strong,.company_clture dl dt p span{ font-size: 18px;}
.page_tt h4,.news_pn .lf a span,.invest_info_2 .tables .oft span,.invest_info_1 .tbs dl dt span,.protabto .icenter a,.responsibility_piclist dl dd p span,.abhistroy .abhis li dd span,.abhistroy .bo_hist font, .abhistroy .bo_hist span,.ab_company .rh,.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p font a,.dh2 .icenter .pcnav .navhref,.dh2 .icenter .pcnav dd span a{ font-size: 16px;}
.adfooter .ta dl dd a,.adfooter .ta .lf .lf_a strong,.adfooter .ta .lf .lfb dl strong,.news_pn .lf a font,.invest_info_2 .tables dl dt font, .invest_info_2 .tables dl dt span,.invest_teamlist dd h5,.ablscss dl dt a span,.quality_1 .icode li dd span,.app_a_more .txt dd .more .mt,.a_p_list_table .tbb span,.dh2 .icenter .rh .global span{ font-size: 14px; }
.adfooter .tb p, .adfooter .tb a{ font-size:12px;}


.page_tt p{font-size: 16px;}

.proshowdata2{    padding: 60px 0;}


.dh2 .icenter .pcnav dd .downav .webnavd_code:after{ width: 25%;}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .cb{ width: 24%;}
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca{ width:72%; }
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_lf a{ height: 38px;}
.dh2 .icenter .pcnav dd .downav_pro .webnavd_code .icenter .pronav_rh{ min-height: 460px;}
.dh2 .icenter .rh .global span img{ height:16px; }
.dh2 .icenter .rh .global p a{padding: 6px 0;}
.dh2 .icenter .rh .global p{ width: 160px; }


.adfooter .ta dl dd a{ margin: 0 0 16px; }
.adfooter .ta dl dt a{ margin-bottom: 16px; }

.adfooter .ta .lf .lf_a dl a{width: 36px; height: 36px; margin-right: 12px;}

.web_contact_swip .app_a_more .c_txt dd p{ margin: 18px 0; }
.web_contact_swip .app_a_more i strong{ font-size: 60px; }
.inapp .inevent_swiper{ width: calc(100% -(100% - 2200px) / 2); left: calc((100% - 1260px) / 2); }
.web_contact_swip .app_a_more .c_txt h3{ margin-bottom: 20px; }

.pagebanner .text h3:after{ margin-top: 10px; width: 70px; }

.newsinfo_weblist p{ height: 220px;}
.newsyear .y_ato dl a{ height: 28px; }

.newsshowtt .ic h3{ font-size: 32px; line-height: 36px; margin-bottom: 12px; }

.news_pn{ padding: 30px 0; }
.news_pn .lf a font{    margin: 0;}


.inverstment_bottom dd{ padding: 60px; }
.inverstment_bottom dd p{ font-size: 18px; line-height: 30px;}
.invest_info_2 .tables dl dt font, .invest_info_2 .tables dl dt span{ height:60px; }
.invest_teamlist dd{ margin-bottom:36px; padding: 26px; }
.invest_teamlist{ grid-gap: 0 36px; }
.in_fina_dl .pdflist .box .tt a{    zoom: 0.8;}

.quality_pic .act .lf dd{ width: 90%;}
.quality_pic .act .lf dd strong{ font-size: 20px; margin: 0 0 10px; }
.quality_pic .act .lf dd p{ font-size: 16px; }
.quality_pic .act{ grid-gap: 0 30px;}
.ablscss dl dt a i{ height: 260px;}
.quality_1 .icode li{ min-height: 400px; }
.quality_1 .icode li dd{ top: 280px;}
.quality_1 .icode{ grid-gap: 0 20px; }

.app_a_more i{    max-height: 360px;}
.app_a_more .txt{ width: 88%;  left: 6%;}

.home_info .h_i_a dl i img{    height: 30px;}
.home_info .h_i_a dl dd a{ padding-bottom: 12px; margin-bottom: 12px; }
.home_info .h_i_a dl h3{ margin-bottom: 30px; }

.webprolist dl .img{ height: 100px; }
.proshow_tt dl .lf{ width: 270px; }


.proshowdata2 .icenter ul li a{ padding: 14px; }

.choose .content{grid-template-columns: repeat(5, 1fr); grid-gap: 0 30px;}
.protabto .icenter a{ height:50px; }

.responsibility_piclist dl dd p{ padding: 0 50px 0 50px; }
.responsibility_piclist dl:nth-child(2n) dd p{    padding: 0 50px;}
.abhistroy .bo_hist{ zoom: 0.9; }


.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .lf span{ font-size: 14px;  -webkit-line-clamp: 2; }

.incompany .in_co_bum .lf dl dd p span{font-size: 66px; line-height: 66px;}

.company_clture dl dt p{ padding: 40px; }
.company_clture dl dt p span{ margin: 16px 0 0 0; }
.company_clture{ padding: 80px 0 50px; }

.inshcode .lf .more .mt, .inshcode .lf .more .fa{ font-size: 20px; }

.banner_text .lf{width: 200px; }
.banner_text .rh{width: calc(100% - 236px);}


.corss_prolist dt span{padding: 10px 26px;}

.newsinfo_weblist dl{ padding: 26px;}
.newsinfo dl strong{ min-height: 52px;}
.newsinfo dl .nt{ zoom: 0.9; }


 
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca p a{ font-size: 12px; margin: 0 0 6px 0; } 
.dh2 .icenter .pcnav dd .downav .webnavd_code .icenter .rh .ca{ max-height: 360px;overflow-y: auto;}


.proshowtitletabletop .filter-tab{ width: 360px; margin-right: 20px; }
.tt_excel{    margin-left: 20px;}



}
 
 





