 

/* CSS Reset */
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p {margin: 0;padding: 0;font-size: unset;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:#bf1313;box-shadow:inset 1px 1px 0 #bf1313,inset 0 -1px 0 #bf1313;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.wow {opacity: 0;}
.wow.zoomIn {opacity: 1;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#333;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center,img.img-center {height:-webkit-min-content;height:-moz-min-content;height:min-content;width: auto;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.img-alt {opacity: 0;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.input-1,.textarea-1{background:none;padding: 2rem 0;box-sizing: border-box;border: none;width: 100%;border-bottom: 1px solid #e7e7e7;color: #000;transition:all .4s ease;}
.input-1:focus,.textarea-1:focus {border-bottom: 1px solid #000;}
.textarea-1 {min-height: 150px;}
.input-1::-webkit-input-placeholder,.textarea-1::-webkit-input-placeholder{ color: #999;} 
.div-container {position: relative;width: 74%;margin: auto;}
.div-content {width: 95%;margin: auto;}
.div-content1 {width: 100%;margin: auto;}
.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: #bb171e url('../images/up1.png') no-repeat center;border-radius: 100%;background-size: 30%;}




/* header */
.header {position:fixed;left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;}
.header::after {content: '';width: 100%;height: 1px;position: absolute;left: 0;bottom: 0;z-index: 1;background: rgba(255,255,255,.2);}
.header * {transition:all .4s ease;}
.header-content {width:100%;height: 8rem;margin: auto;position: relative;z-index: 500;}
.header-nav,.header-nav ul li,.header-nav ul li::after,.header-nav ul a.nav,.header-icon ,.header-icon li {display: inline-block;vertical-align: middle;}
.header-logo {position: absolute;left: 2%;top: 50%;transform: translateY(-50%);z-index: 10;width: 30rem;}
.header-logo a {display: block;background-position: left center;background-repeat: no-repeat;background-size: 100%;filter: grayscale(1) invert(1) brightness(5);}
.header-logo img{display: block;max-width: 100%;} 
.header-logo svg {display: block;width: 100%;height: auto;}
.header-center {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 9;text-align: center;font-size: 0;width: 100%;}
.header-center {left: 60%;}
.header-nav {text-align: center;}
.header-nav ul{list-style: none;margin: 0;padding: 0;font-size: 0;}
.header-nav ul li{list-style: none;margin: 0;position: relative;font-size: 0;z-index: 50;padding: 0;}
.header-nav ul a {color: #fff;}
.header-nav ul a.nav{position: relative; padding: 0 2rem;font-size: 0;}
.header-nav ul a.nav span {position: relative;line-height: 8rem;display: block;font-weight: 500;}
.header-nav ul a.nav span::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom:0;background: #fff; opacity: 0;}
.header-nav ul li.cur a.nav span::after,.header-nav ul li.cur a.nav:hover span::after,.header-nav ul li.on a.nav:hover span::after {opacity: 1;}
.header-right {position: absolute;right: 0;top: 50%;z-index: 521; transform: translateY(-50%);}
.header-right .menu-toggle {margin-right: 2rem;}
.header-right .language,.header-right .menu-toggle{display: inline-block;vertical-align: middle;position: relative;}
.header-right .language {margin-left: 2rem;}
.header-right .language i{display: inline-block;vertical-align: middle;position: relative;width: 2.6rem;height: 2.6rem;}
.header-right .language i img {filter:invert(1);}
.header-right .language span{display: inline-block;vertical-align: middle;margin-left: 1px;}
.show-language {position: absolute;right: -50%;top: 100%;z-index: 111;width: 18rem;margin-right: -6.5rem;display: none;}
.show-language::before {content: ''; width:0;height: 0;border-right:1rem solid transparent;border-left:1rem solid transparent;border-bottom:1rem solid rgba(0,0,0,1);
	position: absolute;left: 50%;top: 1px;margin-left:-1rem;}
.show-language-item {background: rgba(0,0,0,1);padding: 5%;overflow: hidden;position: relative;margin-top: 1rem;}
.show-language-item a {display: block;padding:10%;text-align: left;border-bottom: 1px solid rgba(255,255,255,.2);color: #fff!important;}
.show-language-item a:hover {color: #999!important;}
.show-language-item a:last-child {border: none;}


.index .header {left: 1%;width: 98%;top: 2%;border-radius: 5px;background: #fff;}
.index .header .header-nav ul a {color: #222;}
.index .header .header-nav ul a.nav span::after {background: #bb171e;}
.index .header .header-logo a,.index .header .header-right .language i img,.index .header .menu-toggle {filter: none;}
.header.scroll-down,.header.scroll-top,.header.black,.detail .header {left: 0;width: 100%;top: 0;border-radius: 0;background: #fff;}
.header.scroll-down .header-nav ul a span,.header.scroll-top .header-nav ul a span,.header.black .header-nav ul a span,.detail .header-nav ul a span{color: #222;}
.header.scroll-down .header-nav ul a.nav span::after,.header.scroll-top .header-nav ul a.nav span::after,.header.black .header-nav ul a.nav span::after,.detail .header-nav ul a.nav span::after {background: #bb171e;}
.header.scroll-down .header-logo a,.header.scroll-top .header-logo a,.header.black .header-logo a,.detail .header-logo a,
.header.scroll-down .header-right .language i img,.header.scroll-top .header-right .language i img,.header.black .header-right .language i img,.detail .header-right .language i img,
.header.scroll-down .header-right .menu-toggle,.header.scroll-top .header-right .menu-toggle,.header.black .header-right .menu-toggle,.detail .header-right .menu-toggle {filter: none;}



.header-show-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.6);z-index:-1;opacity: 0;transition:all .4s ease;}
.header-show-mark.cur {display: block;z-index: 100;opacity: 1;}
.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;transition:all .4s ease;}
.header-nav-show.Hide {opacity:0;height: 0;z-index:111;}
.header-nav-show-content {margin-top:8rem;width:100%;position: relative;overflow: hidden;transition:all .4s ease;background: #fff;overflow: hidden;border-top: 1px solid #f5f5f5;}
.header-nav-content {text-align: center;font-size: 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
.header-nav-item {display: inline-block;vertical-align: top;width: 8%;transition:all .4s ease;position: relative;}
.header-nav-item::before {content: '';width: 100%;height: 2px;position: absolute;left: 0;top: 0;background: #bb171e;transition:all .4s ease;opacity: 0;}
.header-nav-item:hover,.header-nav-item.cur {background: #f7f7f7;}
.header-nav-item:hover::before,.header-nav-item.cur::before {opacity: 1;} 
.header-nav-item:first-child:hover {background: none;}
.header-nav-item:first-child:hover::before {opacity: 0;} 
.header-nav-item ul {list-style: none;margin: 0;padding: 5rem 0;overflow: hidden;position: relative;}
.header-nav-item ul::after {content: '';width: 1px;height: 100%;position: absolute;left: 0;top: 0;background: #f5f5f5;}
.header-nav-item:last-child ul::after {display: none;}
.header-nav-item ul a {display: block;padding: 1% 0;color: #454545;}
.header-nav-item ul a:hover {color: #bb171e;}
.header-nav{width: 100%;}
.header.hover .header-nav ul li {width: 8%;}
.header.hover .header-center{left: 0;width: 100%;transform: translate(0,-50%);}
.no-touch .header-nav-show.Hide {opacity:1;height: auto;z-index: 111;}
.no-touch .header-show-mark {display: block;z-index: 100;opacity: 1;}
.no-touch .header {left:0;width: 100%;top: 0;border-radius: 0;background: #fff;}
.no-touch .header .header-center {left: 0;transform: translate(0,-50%);}
.no-touch .header .header-nav ul li {width: 8%;}
.no-touch .header .header-nav ul a {color: #222;}
.no-touch .header .header-nav ul a.nav span::after {background: #bb171e;}
.no-touch .header .header-logo img,.no-touch .header .header-right .language i img,.no-touch .header .menu-toggle {filter: none;}
.no-touch .header-nav ul li.cur a.nav span::after,.no-touch .header-nav ul li.cur a.nav:hover span::after,.no-touch .header-nav ul li.on a.nav:hover span::after {opacity: 0;}
.no-touch .header-nav-content .header-nav-item:first-child {opacity: 0!important;}


.header-nav-mshow {position: relative;padding: 2% 0;display: none;transition: none;}
.header-nav-mshow a {padding: 2% 0;}
.header-nav ul a.nav.mnav::after {content: '';width: .6rem;height: 1.2rem;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);background: url('../images/r1.svg') center no-repeat;background-size: 100%;}
.header-nav ul a.nav.mnav.cur::after {transform: translateY(-50%) rotate(90deg);}
.no-touch .header-nav-mshow {display: none!important;opacity: 0;}



/* menu */
.menu-toggle {display: none;width: 7rem;height: 7rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;filter: invert(1);}
.cd-nav-trigger {display: block;width: 7rem;height: 7rem;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:2.5rem;height:0.15rem;background:#000;position:absolute;top:50%;left:50%;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-0.6rem;transition-delay:0.27s;width: 1.5rem;margin-left:-0.5rem;}
.menu-toggle span.hamburger:before {margin-top:0.4rem;transition-delay:0.2s;margin-left:-1.5rem;}
.menu-toggle span.hamburger {width: 2rem;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#000;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #000;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #000;}
 

 



/* footer */
.footer {background:#333333;position: relative;clear: both; overflow: hidden;color: #fff;}
.footer a {color: #fff;}
.footer a:hover {color: #ff0000;}
.footer ul,.footer li {list-style: none;margin: 0;padding: 0;}
.footer-content-top {padding: 4% 0 4% 0;position: relative;}
.footer-content-top::before,.footer-content-top::after {content: '';width: 50%;height: .8rem;position: absolute;left: 0;top: 0;background: #bb171e;}
.footer-content-top::after {left: auto;right: 0;background: #808080;}
.footer-content {width: 87%;margin: auto;position: relative;}
.footer-top-left {float: left;width: 30%;}
.footer-logo {width: 27%;}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-logo img {display: block;width: 100%;}
.footer-logo .st0 {fill: #fff;}
.footer-contact {}
.footer-social {margin-top: 5%;} 
.footer-social li {display: inline-block;vertical-align: middle;margin-right: 2%;position: relative;}
.footer-social li:first-child {margin-left: -.3%;}
.footer-social li a{position: relative;display: block;width: 2rem;height: 2rem;opacity: .3;}
.footer-social li a:hover {opacity: 1;}
.footer-social li:hover .ewmshow-1{display: block;}
.ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}
.footer-top-right {float: right;width: 70%;}
.footer-nav {overflow: hidden;text-align: right;display: flex;justify-content: space-between;}
.footer-nav ul{display: inline-block;vertical-align: top;text-align: left;}
.footer-nav ul strong {display: block;padding-bottom: 2rem;font-weight: normal;}
.footer-nav li{padding: 2% 0;overflow: hidden;}
.footer-nav a {color: #d5d5d5;}
.footer-content-bottom {clear: both;overflow: hidden;position: relative;}
.footer-content-bottom .footer-content {border-top: 1px solid rgba(255,255,255,.1);padding: 1% 0;}
.footer-copy,.footer-content-bottom a  {color: #999999;}
.footer-content-bottom a:hover {color: #fff;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
  
		




/* index */ 

.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 4000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-text {position: absolute;left: 8.5%;top: 55%;transform: translateY(-50%);z-index: 100;color: #fff;}
.index-banner-text.none {display: none;}
.index-banner-text .title-2 {margin-top: -1rem;} 
.index-banner-swiper .title-1,
.index-banner-swiper .title-2,
.index-banner-swiper .text-1,
.index-banner-swiper .more-2 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);}
.index-banner-swiper .title-1 {transition-delay: .2s;}
.index-banner-swiper .title-2 {transition-delay: .3s;} 
.index-banner-swiper .text-2 {transition-delay: .4s;} 
.index-banner-swiper .more-2 {transition-delay: .5s;} 
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2,
.index-banner-swiper .swiper-slide-active .text-1,
.index-banner-swiper .swiper-slide-active .more-2  {transform: translateY(0px);opacity: 1;}
.index-banner-swiper .more-2 {margin-top: 10%;}
.index-banner-swiper .text-1 {margin-top: 3%;}
.index-banner-swiper .text-1 span {display: block;opacity: .8;padding-left: 3rem;position: relative;margin-left: 1%;}
.index-banner-swiper .text-1 span::before {content: '';width: 2px;height: 100%;background: #fff;position: absolute;left: 0;top: 0;}


.banner-pagination {left: auto!important;bottom:auto!important;right:3%!important;left:auto;top:50%;width: auto!important;color: #fff;transform:translateY(-50%);text-align: center;position: absolute;}
.banner-pagination span{opacity: 1;margin: 5px 0!important;position: relative;width: 30px;height: 30px;background: transparent;display: block;}
.banner-pagination span::before {content: '';width:6px;height:6px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);background: #fff;transition:all .4s ease;opacity: .5;}
.banner-pagination span::after {content: '';width:26px;height:26px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);z-index: 1;border: 2px solid rgba(255,255,255,.5);opacity: 0;transition:all .4s ease;}
.banner-pagination span.swiper-pagination-bullet-active::before {background: #bb171e!important;}
.banner-pagination span.swiper-pagination-bullet-active::after {opacity: 1;}
.banner-pagination span.swiper-pagination-bullet-active .content {opacity: 1;}
.banner-pagination span .content {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 0;transition:all .4s ease;z-index: 11;}
.banner-pagination span .left {left: 0;}
.banner-pagination span .right {right: 0;}
.banner-pagination span .circle {position: absolute;margin: 0;width: 30px;height: 30px;border-radius: 50%;border: 2px solid transparent;transform: rotate(135deg);box-sizing: border-box;}
.banner-pagination span .left-circle {left: 0;border-top-color: #bb171e;border-left-color: #bb171e;}
.banner-pagination span .right-circle {right: 0;border-bottom-color: #bb171e;border-right-color: #bb171e;}
.banner-pagination span.swiper-pagination-bullet-active .left-circle {animation: circleleft 3s linear forwards;}
.banner-pagination span.swiper-pagination-bullet-active .right-circle {animation:circleright 3s linear forwards;}
@keyframes circleright {0% {transform: rotate(135deg);}50%,100% {transform: rotate(315deg);}}
@keyframes circleleft {0%,50% {transform: rotate(135deg);}100% {transform: rotate(315deg);}}



.more-2 {width: 15rem;margin-top: 2%;position: relative;}
.more-2 i{display: block;height: 7rem;width: 7rem;border-radius: 100%;background: #bb171e;}
.more-2 span{display: block;position: absolute;left: 23%;top: 50%;transform: translateY(-50%);color: #fff;}
.more-2 a:hover i{transform: scale(1.1);}
.jcd-title {position: relative;}
.jcd-title.center {text-align: center;}
.jcd-title.right {text-align: right;}
.jcd-title .entitle-1{color: #ccc;}
.jcd-title .title-1{color: #bb171e;}
.jcd-title .title-1 h3{font-weight: 900;color: #ffffff;}
.jcd-title .title-1 h33{font-weight: 900;color: #fff4f4}
.jcd-title .title-3 h3{font-weight: 900;}
.jcd-title .title-2 {color: #222;margin-top: .5%;letter-spacing: -2px;}
.jcd-title .text-2 {color: #f8f8f8;margin-top: 2%;text-align: justify;}

.index-market-application {padding: 2rem 0 2rem 0;overflow: hidden;border-bottom: 1px solid #f5f5f775; border-top: 1px solid #f5f5f775; background:url(../images/bj.jpg) fixed;}
.index-market-application-bottom {overflow: hidden;}
.index-market-application-item { width:24.87%;border-radius: 1rem;float: left;overflow: hidden;margin-bottom: .111%;margin-right: .111%; border: solid 0.1rem #ffffff5e;}
.index-market-application-item.mr0 {margin-right: 0;}
.index-market-application-item a{display: block;position: relative;}
.index-market-application-item .title-1 {position: absolute;left: 6%;bottom: 17%;width: 86%;z-index: 11;}
.index-market-application-item .title-1 h4{color: #fff;}
.index-market-application-item .title-2 {position: absolute;left: 6%;bottom: 8%;width: 86%;z-index: 11;}
.index-market-application-item .title-2 h4{color: #fff;}
.index-market-application-item a:hover .pic {transform: scale(1.03);}

.index-market-application1 {padding: 1rem 0 1rem 0;}
.index-market-application1-bottom {overflow: hidden;}
.index-market-application1-item { width:24.87%;float: left;overflow: hidden;margin-bottom: .111%;margin-right: .111%; border: solid 0.1rem #ffffff5e;}
.index-market-application1-item.mr0 {margin-right: 0;}
.index-market-application1-item a{display: block;position: relative;}
.index-market-application1-item .title-1 {position: absolute;left: 6%;bottom: 17%;width: 86%;z-index: 11;}
.index-market-application1-item .title-1 h4{color: #fff;}
.index-market-application1-item .title-2 {position: absolute;left: 6%;bottom: 8%;width: 86%;z-index: 11;}
.index-market-application1-item .title-2 h4{color: #fff;}
.index-market-application1-item a:hover .pic {transform: scale(1.03);}

.play-1 {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;}
.play-1 i {display: block;width: 10rem;height: 10rem;background: url('../images/play.png') center no-repeat;background-size: 100%;}

.index-about-jcd {overflow: hidden; background: url(../images/bj.jpg) fixed;}
.index-about-jcd-left {float: left;width: 50%;}
.index-about-jcd-left .jcd-title .title-2 {width: 84%;}
.index-about-jcd-left .jcd-title .text-2 {margin-top: 4%;}
.index-about-jcd-right {float: right;width: 48%;} 
.index-about-jcd-video a {display: block;position: relative;} 
.index-about-jcd-video a:hover .pic {transform: scale(1.03);}
.index-about-jcd-bottom {margin-top: 5rem;overflow: hidden;}
.index-about-jcd-data {overflow: hidden;border-top: 2px solid #ebebeb;border-bottom: 2px solid #ebebeb;padding: 2% 0;}
.index-about-jcd-item {float: left;width: 25%;position: relative;}
.index-about-jcd-item .icon-1{width: 2.5rem;height: 3rem;position: absolute;left: 3%;top: 50%;transform: translateY(-100%);}
.index-about-jcd-item .icon-1 img {max-width: 100%;}
.index-about-jcd-item .right-1{float: left;width: 70%;margin-left: 15%;letter-spacing: -2px;}
.index-about-jcd-item .number-1 {position: relative;display: inline-block;}
.index-about-jcd-item .number-1 strong{display: block;letter-spacing: -4px;}
.index-about-jcd-item .number-1 sub{position: absolute;right: -2rem;top: -1.5rem;font-weight: 900;}
.index-about-jcd-item .text-1{overflow: hidden;}

.index-customers {overflow: hidden;position: relative;}
.index-customers-text {position: absolute;right: 9%;top: 50%;transform: translateY(-50%);z-index: 11;width: 20%;color: #fff;}
.index-customers-text .jcd-title .title-2{color: #fff;}
.index-customers-text .jcd-title .title-100 {margin-left: -5%;margin-top: -5%;position: relative;}
.index-customers-text .jcd-title .title-100 strong{letter-spacing: -10px;}
.index-customers-text .jcd-title .title-100 sub {position: absolute;right: -10%;bottom: 20%;}
.index-customers-logo {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.index-customers-row {width: 25%;height: 100%;float: left;overflow: hidden;position: relative;}
.index-customers-row::after {content: '';right: 0;top: 0;width: 1px;height: 100%;background: #fff;opacity: .1;position: absolute;}
.index-customers-list {position: absolute;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.index-customers-logo-item {position: relative;width: 100%;}
.index-customers-logo-item .img-center {opacity: .5;transition:all .4s ease;}
.index-customers-logo-item:hover .img-center {opacity: 1;}


.index-media-news {padding: 5% 0;overflow: hidden;background: #f2f2f2;}
.index-media-new-top {overflow: hidden;}
.index-media-new-bottom {margin-top: 3%;overflow: hidden;position: relative;}
.index-media-new-left {float: left;width: 50%;}
.index-media-new-right {width: 50%;height: 100%;position: absolute;right: 0;top: 0;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;overflow: hidden;box-sizing: border-box;}
.index-media-new-right::after,.index-media-new-right::before{content: '';position: absolute;top: 0;background: #e6e6e6;}
.index-media-new-right::after {width: 1px;height: 100%;left: 50%;}
.index-media-new-right::before {width: 100%;height: 1px;left: 0;top: 50%;}
.index-media-new-item {overflow: hidden;float: left;width: 50%;height: 50%;position: relative;}
.index-media-new-item.cur a {background: #fff;}
.index-media-new-item.cur a::after {opacity: 1;}
.index-media-new-item.cur .text-1 {color: #bb171e;}
.index-media-new-item a {display: block;position: relative;width: 100%;height: 100%;}
.index-media-new-item a::after {content: '';width: 8rem;height: 3rem;position: absolute;right: 0;bottom: 0;background: url('../images/fuzu1.png') center no-repeat;background-size: 100%;opacity: 0;}
.index-media-new-item .text {position: absolute;left: 10%;top: 15%;width: 80%;height: 75%;z-index: 11;}
.index-media-new-item .text-1 {color: #676767;font-weight: 900;}
.index-media-new-item .title-1 {margin-top: 3%;}
.index-media-new-item .date-1 {position: absolute;bottom: 0;left: 0;color: #999999;}
.index-media-new-item img {height: 100%;}





/* about */
.jcd-banner {position: relative;overflow: hidden;}
.jcd-banner .text {position: absolute;color: #fff;top: 55%;transform: translateY(-50%);z-index: 11;width: 50%;left: 8.5%;}
.jcd-banner .title-1 {overflow: hidden;}
.jcd-banner .title-1 h2{font-weight: 900;}
.jcd-banner .text-1 {overflow: hidden;}

.jcd-company-profile {padding: 5% 0 4% 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;background: #f2f2f2;}
.jcd-company-profile-top {overflow: hidden;}
.jcd-company-profile-left {float: left;width: 45%;}
.jcd-company-profile-left .jcd-title .text-2{margin-top: 4%;}
.jcd-company-profile-right {float: right;width: 48%;overflow: hidden;}
.jcd-company-profile-bottom {margin-top: 3%;overflow: hidden;}
.jcd-company-profile-bottom .index-about-jcd-data {border: none;}

.jcd-management-system {padding: 5% 0;overflow: hidden;background: #f2f2f2;}
.jcd-management-system-top {text-align: center;}
.jcd-management-system-bottom {position: relative;}
.jcd-management-system-swiper {padding: 3% 0 5% 0;}
.jcd-management-system-item {position: relative;}
.jcd-management-system-item a {display: block;position: relative;background: #fff;}
.jcd-management-system-item a::before {content: '';width: 100%;height: 100%;box-sizing: border-box;position: absolute;left: 0;top: 0;border: 2px solid #bb171e;opacity: 0;}
.jcd-management-system-item .text{position: absolute;left: 5%;top: 10%;width: 90%;z-index: 11;text-align: center;mix-blend-mode: multiply;}
.jcd-management-system-item .icon-1{position: relative;width: 10rem;height: 7.5rem;margin: auto;}
.jcd-management-system-item .title-1{margin: auto;margin-top: 15%;position: relative;font-weight: 900;}
.jcd-management-system-item .title-1::after {content: '';width: 3rem;height: 2px;background: #bb171e;margin: 10% auto;display: block;}
.jcd-management-system-item .text-1{margin-top: 1%;overflow: hidden;color: #666;}
.jcd-management-system-item a:hover {box-shadow: 0px 0px 50px 0px rgba(191, 11, 20, 0.1);background: #f2f2f2;}
.jcd-management-system-item a:hover::before {opacity: 1;}

.jcd-management-system-button {text-align: center;}
.swiper-button-prev,.swiper-button-next {width: 6rem;height: 6rem;border: 2px solid #999;border-radius: 6px;display: inline-block;vertical-align: middle;position: relative;left: auto;top: auto;transform: none;right: auto;bottom: auto;margin-left: 1rem;transition:all .4s ease;box-sizing: border-box;outline: none;box-sizing: border-box;margin: 0 1rem;}
.swiper-button-next::after ,.swiper-button-prev::after{color: #999;font-weight: 900;font-size: 1.2rem;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;transition:all .4s ease;}
.swiper-button-prev:hover,.swiper-button-next:hover {background: #bf1313;border: #bf1313 2px solid;}
.swiper-button-prev:hover::after,.swiper-button-next:hover::after {color: #fff;}

.jcd-our-honor {overflow: hidden;position: relative;}
.jcd-our-honor .div-content {padding: 5% 0;position: relative;}
.jcd-our-honor-top {text-align: center;}
.jcd-our-honor-bottom {position: relative;z-index: 10;}
.jcd-our-honor-swiper {padding: 2% 0 3% 0;overflow: visible;} 
.jcd-our-honor-item {position: relative;}
.jcd-our-honor-item a.johi1 {opacity: 1;}
.jcd-our-honor-item a {display: block;position: relative;opacity: 0;}
.jcd-our-honor-item a::after {content: '';width: 8rem;height: 3rem;position: absolute;right: 0;bottom: 0;background: url('../images/fuzu1.png') center no-repeat;background-size: 100%;opacity: 0;}
.jcd-our-honor-item a:hover {background: #fff;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);}
.jcd-our-honor-item a:hover::after {opacity: 1;}
.jcd-our-honor-item .text {position: absolute;left: 0;top: 10%;width: 100%;z-index: 11;}
.jcd-our-honor-item .year-1 {color: #333333;font-weight: 900;position: relative;padding-left:10%;width: 80%;}
.jcd-our-honor-item .year-1::before {content: '';width: 4px;height: 50%;background: #bb171e;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.jcd-our-honor-item .text-1 {color: #666666;margin-top: 4%;padding-left:10%;width: 70%;}
.jcd-our-honor-button {text-align: center;}
.jcd-our-honor-line {position: absolute;left: 0;width: 1px;height: 100%;top: 0;background: #eee;z-index: 1;}
.jcd-our-honor-line.l2 {left: 25%;}
.jcd-our-honor-line.l3 {left: 50%;}
.jcd-our-honor-line.l4 {left: 75%;}

.jcd-structure {overflow: hidden;position: relative;padding: 5% 0;background: #eeeeee;}
.jcd-structure-top {text-align: center;}
.jcd-structure-bottom {text-align: center;overflow: hidden;}
.jcd-structure-bottom img {max-width: 100%;}

.jcd-history  {overflow: hidden;position: relative;padding: 5% 0 0 0;background-position: center;background-repeat: no-repeat;background-size: cover;}
.jcd-history-top {text-align: center;}
.jcd-history-top .jcd-title .entitle-1,.jcd-history-top .jcd-title .title-3 h3 {color: #fff;}
.jcd-history-center {overflow: hidden;margin-top: 3%;text-align: center;position: relative;}
.jcd-history-center::after {content: '';width: 2rem;height: 7.8rem;position: absolute;top: 53%;transform: translateY(-50%);right: 20%;background: url('../images/mos.png') center no-repeat;background-size: 100%;}
.jcd-history-year-swiper {height: 28rem;}
.jcd-history-year-swiper .title-1 {overflow: hidden;transition:all .4s ease;position: relative;width: 100%;height: 10rem;}
.jcd-history-year-swiper .title-1 strong{transition:all .4s ease;text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;color: #3e4855;opacity: .4;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;left: 0;}
.jcd-history-year-swiper .swiper-slide-active .title-1 strong{font-size: 10rem;text-shadow:none;color: #fff;opacity: 1;}
.jcd-history-bottom {margin-top: 5%;position: relative;overflow: hidden;}
.jcd-history-bottom::before {content: '';width: 100%;height: 1px;position: absolute;left:0;top: 0;background: #fff;opacity: .1;}
.jcd-history-list-swiper {position: relative;}
.jcd-history-list-swiper .swiper-slide:first-child .jcd-history-item::before{opacity: .1;}
.jcd-history-item {position: relative;}
.jcd-history-item::before {content: '';width: 1px;height: 100%;position: absolute;left: 0;top: 0;background: #fff;opacity: 0;}
.jcd-history-item::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #fff;opacity: .1;}
.jcd-history-item .text{position: absolute;left: 10%;top: 15%;width: 80%;z-index: 1;color: #fff;}
.jcd-history-item .year-1{font-weight: 900;}
.jcd-history-item .text-1{margin-top: 5%;opacity: .7;}

.jcd-culture {overflow: hidden;padding: 5% 0;background: #f5f5f5;}
.jcd-culture-top {text-align: center;}
.jcd-culture-bottom {margin-top: 3%;text-align: center;font-size: 0;}
.jcd-culture-item {position: relative;width: 33%;display: inline-block;vertical-align: top;margin: .111%;}
.jcd-culture-item .text {color: #fff;position: absolute;left: 5%;top: 10%;width: 90%;z-index: 11;}
.jcd-culture-item .title-1 {margin-top: 2rem;}
.jcd-culture-item .title-1 strong{font-weight: 900;}
 
.jcd-social-responsibility {padding: 5% 0;overflow: hidden;}
.jcd-social-responsibility-top {text-align: center;}
.jcd-social-responsibility-bottom {overflow: hidden;margin-top: 2%;position: relative;}
.jcd-social-responsibility-swiper {width: 51.6%;margin: auto .2%;float: left;}
.jcd-social-responsibility-item {position: relative;}
.jcd-social-responsibility-item .title-1{margin-top: 3%;font-weight: 900;color: #333333;}
.jcd-social-responsibility-item .text-1{margin-top: 1%;color: #666;}
.jcd-social-responsibility-btn {float: left;width: 24%;position: relative;cursor: pointer;overflow: hidden;user-select:none;-webkit-user-select:none;}
.jcd-social-responsibility-btn .img::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #bb171e;opacity: .8;}
.jcd-social-responsibility-btn .title-1 {position: absolute;left: 5%;width: 90%;top: 50%;transform: translateY(-50%);z-index: 11;text-align: center;}
.jcd-social-responsibility-btn .title-1 strong{color: #fff;text-align: center;}
.jcd-social-responsibility-btn .title-1 strong::before {content: '';width: 3.3rem;height: 1.7rem;background: url('../images/r1.png') center no-repeat;background-size: 100%;margin: 5% auto;display: block;}
.jcd-social-responsibility-btn.responsibility-next {position: absolute;top: 45.7%;right: 0;}
.jcd-social-responsibility-btn.responsibility-next .img::before{background: #ffaf00;}
.jcd-social-responsibility-btn.responsibility-next .title-1 strong::before {transform: rotate(180deg);}
.jcd-social-responsibility-btn .img{transition:all .4s ease;}
.jcd-social-responsibility-btn:hover .img {transform: scale(1.05);}

.responsibility-prev-click,.responsibility-next-click {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 111;}




/* product */
.jcd-product-nav {text-align: center;padding:3% 0;overflow: hidden;background: #f2f2f2;}
.jcd-product-nav .div-content {width: 90%;}
.jcd-product-nav-swiper {position: relative;}
.jcd-product-nav-item {margin: auto;}
.jcd-product-nav-item a {display: block;position: relative;}
.jcd-product-nav-item i {display: block;position: relative;width: 11rem;height: 9rem;margin: auto;}
.jcd-product-nav-item img {filter: grayscale(1);opacity: .3;}
.jcd-product-nav-item span {display: inline-block;position: relative;padding-bottom: 1%;}
.jcd-product-nav-item span::after {content: '';width: 100%;height: 2px;background: #bb171e;position: absolute;left: 0;bottom: 0;opacity: 0;}
.jcd-product-nav-item a.cur span,.jcd-product-nav-item a:hover span{font-weight: 900;color: #bb171e;}
.jcd-product-nav-item a.cur span::after,.jcd-product-nav-item a:hover span::after {opacity: 1;}
.jcd-product-nav-item a.cur img,.jcd-product-nav-item a:hover img {filter: none;opacity: 1;}

.jcd-product-list {overflow: hidden;padding: 1% 0;background: #f2f2f2;}
.jcd-product-item {float: left;width: 49.5%;margin-bottom: 1%;margin-right: .5%;}
.jcd-product-item.mr0 {margin-right: 0;}
.jcd-product-item a {display: block;position: relative;overflow: hidden;background: #fff;border-radius: 5px;}
.jcd-product-item .img {background:url('../images/dw.png') right center no-repeat;background-size: auto 100%;float: right;width: 47%;}
.jcd-product-item .img-center {mix-blend-mode: multiply;}
.jcd-product-item .text {position: absolute;left: 7%;top: 50%;transform: translateY(-50%);width: 46%;z-index: 11;}
.jcd-product-item .title-1 {position: relative;padding: 4% 0;border-bottom: 2px solid #f2f2f2;}
.jcd-product-item .text-1 {color: #666666;margin: 4% 0;}
.jcd-product-item a:hover .jiantou-1 i {background: #bb171e;border: 2px solid #bb171e;}
.jcd-product-item a:hover .jiantou-1 i::before {filter: invert(1) grayscale(1) brightness(5);}
.jiantou-1 {margin-top: 3%;}
.jiantou-1 i{display: block;width: 6rem;height: 6rem;box-sizing: border-box;border: 2px solid #efefef;border-radius: 100%;position: relative;}
.jiantou-1 i::before {content: '';width: .6rem;height: 1rem;position: absolute;left: 51%;top: 50%;background: url('../images/r1.svg') center no-repeat;background-size: 100%;transform: translate(-50%,-50%);filter: invert(1) grayscale(1);}
 
.jcd-pageturn {text-align: center;margin: 3% auto;overflow: hidden;font-size: 0;}
.jcd-pageturn a {display: inline-block;vertical-align: middle;line-height: 6rem;text-align: center;position: relative;width: 6rem;height: 6rem;border-radius: 100%;overflow: hidden;box-sizing: border-box;background: #e2e2e2;margin: 0 .2%;}
.jcd-pageturn span {color: #b2b2b2;}
.jcd-pageturn i {width: .6rem;height: 1rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;opacity: .2;}
.jcd-pageturn a.prev i {background: url('../images/l3.png') center no-repeat;background-size: 80%;}
.jcd-pageturn a.next i {background: url('../images/r3.png') center no-repeat;background-size: 80%;}
.jcd-pageturn a.prev:hover i,.jcd-pageturn a.next:hover i {filter: invert(1);opacity: 1;} 
.jcd-pageturn a.prev:hover ,.jcd-pageturn a.next:hover {background: #bb171e;}
.jcd-pageturn a.cur,.jcd-pageturn a:hover {background: #bb171e;}
.jcd-pageturn a.cur span,.jcd-pageturn a:hover span{color: #fff;}

.jcd-product-detail {overflow: hidden;padding: 7% 0 5% 0;background: #f5f5f5;}
.jcd-detail-path {overflow: hidden;position: relative;background: #e5e5e5;padding: 1% 2%;}
.jcd-detail-path a{color: #666;}
.jcd-detail-path a:hover ,.jcd-detail-path-right a:hover span{color: #bb171e;}
.jcd-detail-path-left {float: left;width: 50%;}
.jcd-detail-path-left a {font-weight: 900;}
.jcd-detail-path-right {text-align: right;}
.jcd-detail-path-right a {display: inline-block;vertical-align: middle;margin-left: 5rem;}
.jcd-detail-path-right a:first-child {margin: 0;}
.jcd-detail-path-right span {position: relative;}
.jcd-detail-path-right span::after{content: '';width: 100%;height: 1px;background: #bb171e;position: absolute;left: 0;bottom: 0;opacity: 0;}
.jcd-detail-path-right a.cur span {color: #bb171e;}
.jcd-detail-path-right a.cur span::after {opacity: 1;}

.jcd-detail-top {overflow: hidden;margin-top: 2%;}
.jcd-detail-pics {float: left;width: 48%;position: relative;}
.jcd-detail-pics-swiper{mix-blend-mode: multiply;}
.jcd-detail-pics-swiper .swiper-slide {position: relative;}
.jcd-detail-pics-swiper .swiper-slide .img-center {height:-webkit-min-content;height:-moz-min-content;height:min-content;width: auto;}
.jcd-detail-pics4-swiper {width: 50%;margin: auto;}
.jcd-detail-pics4-swiper .swiper-slide {cursor: pointer;}
.jcd-detail-pics4-swiper .swiper-slide .img-center {opacity: .2;height:-webkit-min-content;height:-moz-min-content;height:min-content;width: auto;}
.jcd-detail-pics4-swiper .swiper-slide-thumb-active .img-center {opacity: 1;}
.jcd-detail-right {float: right;width: 42%;margin-right: 5%;}
.jcd-detail-text {margin-top: 15%;}
.jcd-detail-text .title-1 h2 {color: #333;font-weight: 900;}
.jcd-detail-text .text-1 {margin-top: 3%;color: #666666;text-align: justify;}
.jcd-detail-text .share-4 {margin-top: 6%;position: relative;}

.jcd-product-features {padding: 5% 0;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;}
.jcd-product-features-top {text-align: center;}
.jcd-product-features-top .title-1 h3{font-weight: 900;color: #fff;}
.jcd-product-features-bottom {margin-top: 3%;position: relative;}
.jcd-product-features-swiper {position: relative;}
.jcd-product-features-item {overflow: hidden;}
.jcd-product-features-item a {display: block;overflow: hidden;border-radius: 5px;background: rgba(225,234,240,.7);overflow: hidden;backdrop-filter: blur(8px);}
.jcd-product-features-item a::before,.jcd-product-features-item a::after {content: '';height: 100%;position: absolute;right: 0;top: 0;z-index: 2;}
.jcd-product-features-item a::before {width: 50%;background: url('../images/r4.png') right center no-repeat;background-size: auto 100%;opacity: 1;} 
.jcd-product-features-item a::after {content: '';width: 100%;opacity: .05;background:repeating-conic-gradient(#999 0 0.0001%,#fff 0 0.0002%) 40% 40%/1000px 1000px;background-blend-mode: difference;z-index: 1;}
.jcd-product-features-item .text {position: absolute;left: 10%;top: 20%;width: 58%;z-index: 11;}
.jcd-product-features-item .title-2 {color: #39404a;font-weight: 900;} 
.jcd-product-features-item .text-2 {margin-top: 5%;color: #39404a;}
.jcd-product-features-item a:hover {background: #bf1313;}
.jcd-product-features-item a:hover::before {background: url('../images/r2.png') right center no-repeat;background-size: auto 100%;}
.jcd-product-features-item a:hover .title-2,.jcd-product-features-item a:hover .text-2 {color: #fff;}
.jcd-product-features-item a:hover::after {opacity: 0;}
.jcd-features-button {text-align: center;margin-top: 4%;}
.jcd-features-button .features-prev,.jcd-features-button .features-next {border: 2px solid #fff;}
.jcd-features-button .features-prev::after,.jcd-features-button .features-next::after {color: #fff;}
.jcd-features-button .features-prev:hover,.jcd-features-button .features-next:hover {background: #fff;}
.jcd-features-button .features-prev:hover::after,.jcd-features-button .features-next:hover::after {color: #a2a7b6;}

.jcd-specification-parameters {padding: 5% 0;overflow: hidden;}
.jcd-specification-parameters-top {text-align: center;}
.jcd-specification-parameters-bottom {margin-top: 3%;}
.jcd-specification-parameters-pic {float: left;width: 50%;text-align: center;margin-top: 7%;}
.jcd-specification-parameters-right {float: right;width: 50%;}
.jcd-specification-parameters-right .parameters-1 {overflow: hidden;padding: 3% 3%;}
.jcd-specification-parameters-right .parameters-1 li{color: #666666;list-style: none;margin: 0;padding: 0;float: left;width: 60%;}
.jcd-specification-parameters-right .parameters-1 li:first-child{color: #333333;font-weight: 900;float: left;width: 20%;margin-right: 10%;}
.jcd-specification-parameters-right .bg2 {background: #f7f7f7;}





/* market */
.jcd-market-nav {padding: 2% 0;overflow: hidden;}
.jcd-market-nav .div-content {width: 90%;}
.jcd-market-nav-swiper {position: relative;}
.jcd-market-nav-item {text-align: center;}
.jcd-market-nav-item.cur span{color: #bb171e;}
.jcd-market-nav-item.cur img {filter: none;}
.jcd-market-nav-item a{ display: block;}
.jcd-market-nav-item i {display: block;margin: auto;position: relative;width: 8rem;height: 8rem;}
.jcd-market-nav-item img {filter: grayscale(1);}
.jcd-market-nav-item span {display: block;color: #333333;}
.jcd-market-nav-item a:hover span{color: #bb171e;}
.jcd-market-nav-item a:hover img {filter: none;}

.jcd-module-application {padding: 5% 0;overflow: hidden;background: #f7f7f7;}
.jcd-module-application-top {text-align: center;}
.jcd-module-application-top .jcd-title .text-1{margin: auto;margin-top: 1%;width: 35%;color: #333333;}
.jcd-module-application-bottom {margin-top: 3%;}
.jcd-module-application-item {float: left;width: 49%;margin-bottom: 1%;margin-right: 1%;overflow: hidden;}
.jcd-module-application-item a {display: block;}
.jcd-module-application-item .title-1 {position: absolute;left: 5%;bottom: 10%;z-index: 11;width: 90%;color: #fff;font-weight: 900;}




/* news */
.jcd-news-list {padding: 5% 0;overflow: hidden;}
.jcd-news-list-top {overflow: hidden;position: relative;}
.jcd-news-list-swiper {position: relative;float: left;width: 60%;}
.jcd-news-top-item {position: relative;}
.jcd-news-top-item .img {overflow: hidden;}
.jcd-news-list-swiper .banner-pagination {right:5%!important;}
.jcd-news-list-right {position: absolute;right: 0;top: 0;width: 40%;height: 100%;z-index: 1;border-bottom: 1px solid #e7e7e7;box-sizing: border-box;}
.jcd-news-list-item {width: 100%;height: 50%;position: relative;}
.jcd-news-list-item.cur {overflow: hidden;}
.jcd-news-list-item a {display: block;border-top: 1px solid #e7e7e7;padding: 7%;}
.jcd-news-list-item .text{overflow: hidden;}
.jcd-news-list-item .class-1 {color: #bf0b14;font-weight: 900;}
.jcd-news-list-item .title-1 h4{font-weight: normal;margin-top: 1%;}
.jcd-news-list-item .text-1 {margin-top: 3%;color: #333333;}
.jcd-news-list-item .date-1 {margin-top: 6%;color: #999999;}
 
.jcd-news-list-bottom {clear: both;padding: 3% 0 0 0;}
.jcd-news-bottom-top {position: relative;background: #e7e7e7;padding: 2% 3%;box-sizing: border-box;z-index: 15;}
.jcd-news-bottom-top-choice {position: relative;}
.jcd-news-bottom-top-choice a.cur{display: block;position: relative;}
.jcd-news-bottom-top-choice a.cur span{font-weight: 900;color: #333;position: relative;display: inline-block;padding-right: 2rem;}
.jcd-news-bottom-top-choice a.cur span::after {content: '';width: .5rem;height: .8rem;position: absolute;right: 0;top: 50%;background: url('../images/r3.png') center no-repeat;background-size: 80%;margin-top: -.4rem;transform: rotate(90deg);opacity: .5;}
.jcd-news-bottom-top-choice .choice-show-1 {position: absolute;left: 0;top: 100%;z-index: 11;width: 14rem;display: none;}
.jcd-news-bottom-top-choice ul{list-style: none;margin: 5% 0;padding: 0;width: 100%;display: block;box-sizing: border-box;max-height: 16rem;overflow: hidden;overflow-y: auto;background: #fff;box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);}
.jcd-news-bottom-top-choice li{list-style: none;margin: 0;padding: 0;overflow: hidden;}
.jcd-news-bottom-top-choice li a{display: block;cursor: pointer;padding:5% 15%;}
.jcd-news-bottom-top-choice li a:hover {background: #f1f1f1;}
.jcd-news-bottom-top-choice#newstype {position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 23%;} 

.jcd-news-bottom-bottom {overflow: hidden;}
.jcd-news-bottom-bottom .jcd-pageturn {margin: 5% auto auto auto;}
.jcd-news-bottom-list {border-top: 1px solid #e5e5e5;}
.jcd-news-bottom-item {position: relative;overflow: hidden;border-bottom: 1px solid #e5e5e5;padding: 2.5% 0;}
.jcd-news-bottom-item .title-1{position: relative;}
.jcd-news-bottom-item .title-1 li{list-style: none;margin: 0;padding: 0 3%;display: inline-block;vertical-align:middle;width: 28%;color: #454545;transition:all .4s ease;}
.jcd-news-bottom-item .title-1 li:first-child{width: 10%;}
.jcd-news-bottom-item .title-1 li:nth-child(3) {width: 20%;float: right;}
.jcd-news-bottom-item .title-1 i{display: block;width: 1.5rem;height: 1.5rem;position: absolute;right: 3%;top:5%;}
.jcd-news-bottom-item .title-1 i::before,.jcd-news-bottom-item .title-1 i::after{content: '';background: #000;position: absolute;left: 50%;transform: translateX(-50%);}
.jcd-news-bottom-item .title-1 i::before {width: 100%;height: 1px;top: 50%;margin-top: -.5px;}
.jcd-news-bottom-item .title-1 i::after {width: 1px;height: 100%;}
.jcd-news-bottom-item .text-1 {padding: 1% 0;overflow: hidden;display: none;}
.jcd-news-bottom-item .text-1 .pic-1 {margin-left: 19.33%;width: 20%;}
.jcd-news-bottom-item.cur .title-1 li:nth-child(2) {width: 40%;}
.jcd-news-bottom-item.cur .title-1 li:first-child{color: #bb171e;}
.jcd-news-bottom-item.cur .title-1 li a {font-size: 2.8rem;line-height: 3.2rem;}
.jcd-news-bottom-item.cur i::after {display: none;}


.jcd-news-detail {padding: 7% 0 0 0;overflow: hidden;background: #f5f5f5;}
.jcd-news-detail .jcd-detail-path {background: rgba(0,0,0,0.1);z-index: 10;}
.jcd-news-detail-bottom {position: relative;padding-bottom: 5%;}
.jcd-news-detail-bottom::after {content: '';width: 1px;height: 100%;position: absolute;right: 33%;top: 0;z-index: 1;background: #e2e2e2;}
.jcd-news-detail-left {float: left;width: 65%;padding-right: 5%;}
.jcd-news-detail-left .news-title {padding: 4% 0;position: relative;}
.jcd-news-detail-left .news-title::before {content: '';width: 100%;height: 180%;position: absolute;left: -15%;bottom: 0;z-index: 1;background: url('../images/wl.png') left bottom no-repeat;mix-blend-mode: multiply;}
.jcd-news-detail-left .news-title::after {content: '';width: 150%;height: 1px;background: #e2e2e2;position: absolute;right: 0;bottom: 0;z-index: 1;}
.jcd-news-detail-left .title-1 {width: 80%;position: relative;z-index: 11;}
.jcd-news-detail-left .title-1 h1{font-weight: 900;}
.jcd-news-detail-left .date-1 {color: #bb171e;margin-top: 3%;}
.jcd-news-detail-left .social-1 {position: absolute;right: 0;bottom: 15%;z-index: 51;}
.jcd-news-detail-left .social-1 .social-share .social-share-icon {width: 5rem;height: 5rem;}
.jcd-news-detail-main {color: #333333;padding: 3% 0;overflow: hidden;border-bottom: 1px solid #ccc;}
.jcd-news-detail-main img {max-width: 100%;height: auto!important;}
.jcd-news-detail-left .pageturn-1 {margin-top: 4%;}
.jcd-news-detail-left .pageturn-1 a {display: block;position: relative;float: left;width: 45%;}
.jcd-news-detail-left .pageturn-1 a.next-1 {float: left;margin-left: 15%;width: 40%;}
.jcd-news-detail-left .pageturn-1 .text-1 {color: #666666;text-align: left;}
.jcd-news-detail-left .pageturn-1 .title-1 {color: #333333;width: 100%;} 
.jcd-news-detail-left .pageturn-1 a:hover .title-1{color: #bb171e;}
.jcd-news-detail-right {float: left;width: 30%;position: relative;padding-top: 4%;}
.jcd-news-detail-item {margin-bottom: 10%;position: relative;}
.jcd-news-detail-item a {display: block;overflow: hidden;}
.jcd-news-detail-item .title-1 {width: 100%;margin-top: 5%;font-weight: 500;}
.jcd-news-detail-item .date-1 {color: #999999;margin-top: 2%;}
.jcd-news-detail-item a:hover .pic{transform: scale(1.05);}





/* investor */
.jcd-investor-relations {padding: 4% 0;overflow: hidden;}
.jcd-price-of-stock-left {float: left;width: 30%;}
.jcd-price-of-stock {color: #333333;display: inline-block;vertical-align: middle;}
.jcd-price-of-stock .text-1 {font-weight: normal;}
.jcd-price-of-stock .stock-1 {overflow: hidden;}
.jcd-price-of-stock .stock-1 strong{display: inline-block;vertical-align: bottom;}
.jcd-price-of-stock .stock-1 sub{display: inline-block;vertical-align: bottom;font-weight: bold;}
.jcd-price-of-stock .stock-1 i{margin-left: 2rem;}
.jcd-price-of-stock .stock-1 span{color: #bb171e;}
.jcd-price-of-stock-right{float: right;width: 68%;margin-top: 1%;text-align: right;}
.jcd-price-of-stock-item {display: inline-block;vertical-align: middle;text-align: left;width: 80%;}
.jcd-price-of-stock-item li{list-style: none;padding: 0;margin: 0;display: inline-block;vertical-align: middle;width: 23%;}
.jcd-price-of-stock-item span{display: block;color: #333333;}
.jcd-price-of-stock-item strong{display: block;}
.jcd-price-of-stock-link {display: inline-block;vertical-align: middle;}
.jcd-price-of-stock-link a {display: block;border: 2px solid #bb171e;padding: 1.2rem 4rem;}
.jcd-price-of-stock-link span {color: #bb171e;display: inline-block;vertical-align: middle;margin-right: 1rem;}
.jcd-price-of-stock-link i {display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background: url('../images/r1.svg') center no-repeat;background-size: 100%;}
.jcd-price-of-stock-link a:hover {background: #bb171e;}
.jcd-price-of-stock-link a:hover span {color: #fff;}
.jcd-price-of-stock-link a:hover i {filter: invert(1) grayscale(1) brightness(4);}

.jcd-investor-relations-bottom {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.jcd-investor-relations-left {float: left;width: 46%;}
.jcd-investor-relations-list {margin-top: 3%;overflow: hidden;}
.jcd-investor-relations-list li {list-style: none;margin: auto;padding: 0;}
.jcd-investor-relations-list li.ir1 a {background: #ebebeb;}
.jcd-investor-relations-list li a {display: block;position: relative;padding: 3% 0;overflow: hidden;}
.jcd-investor-relations-list li a::after {content: '';width: 1.2rem;height: 1.6rem;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);background: url('../images/d.png') center no-repeat;background-size: 100%;}
.jcd-investor-relations-list li span {display: inline-block;vertical-align: middle;width: 25%;padding-left: 5%;}
.jcd-investor-relations-list li strong {display: inline-block;vertical-align: middle;width: 50%;}
.jcd-investor-relations-right {float: right;width: 46%;}
.jcd-investor-relations-list li a:hover {background: #fff;}





/* contact */
.jcd-contact-us {padding: 4% 0 1% 0;overflow: hidden;}
.jcd-contact-us-list {position: relative;}
.jcd-contact-us-item {float: left;width: 47%;margin-right: 3%;margin-bottom: 3%;overflow: hidden;}
.jcd-contact-us-item.mr0 {margin-right: 0;clear: right;}
.jcd-contact-us-item .text {padding: 3% 0;overflow: hidden;}
.jcd-contact-us-item .title-1 {font-weight: 900;}
.jcd-contact-us-item .text-1 {color: #454545;margin-top: 1%;}
 
.jcd-contact-message {padding: 5% 0;border-top: 1px solid #f2f2f2;}
.jcd-contact-left {float: left;width: 45%;}
.jcd-contact-list {overflow: hidden;}
.jcd-contact-item {overflow: hidden;border-bottom: 1px solid #f2f2f2;padding: 4% 0; }
.jcd-contact-item:first-child {padding: 0 0 4% 0;}
.jcd-contact-item .icon-1 {float: left;width: 16%;height: 8rem;position: relative;}
.jcd-contact-item .icon-1 .img-center {right: auto;bottom:auto;}
.jcd-contact-item .item-1 {float: left;width: 55%;}
.jcd-contact-item .title-1 {font-weight: 900;color: #333333;}
.jcd-contact-item .text-1  {color: #454545;margin-top: 3%;}
 
.jcd-contact-right {float: right;width: 50%;background: #f7f7f7;}
.jcd-contact-message-from {overflow: hidden;}
.jcd-contact-message-from-content {padding: 5% 7%;}
.jcd-contact-message-from .title-1{font-weight: 900;padding-bottom: 2%;}
.from-item-2 {clear: both;padding: 2% 0;}
.from-item-2 li {list-style: none;margin: 0;padding: 0;width: 48%;float: left;position: relative;overflow: hidden;}
.from-item-2 li:last-child {float: right;}
.from-item-2 a{display: block;width: 50%;float: left;background: #333;padding: 3% 0;text-align: center;color: #fff;}
.from-item-2 a:last-child {background: #bb171e;}
.select-1 {width: 100%;height: 100%;display: block;background: #f7f7f7;position: absolute;left: 0;top: 0;border: none;border-bottom: 1px solid #e5e5e5;box-sizing: border-box;color: #999;}

.jcd-contact-map {position: relative;overflow: hidden;}
.jcd-map-content {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;}
.jcd-map-content-list {position: absolute;right: 5%;top: 50%;transform: translateY(-50%);background: #fff;width: 30%;z-index: 11;}
.jcd-map-content-item {padding: 5%;overflow: hidden;}
.jcd-map-content-item a {display: block;overflow: hidden;margin: 5% auto;width: 90%;}
.jcd-map-content-item a i {display: inline-block;vertical-align: middle;width: 7rem;height: 7rem;position: relative;border-radius: 100%;background: #ccc;}
.jcd-map-content-item a i::after {content: '';width: 1.9rem;height: 2.5rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url('../../contact/images/add.png') center no-repeat;background-size: 99%;filter: invert(1);opacity: .5;}
.jcd-map-content-item a div {width: 70%;margin-left: 2rem;display: inline-block;vertical-align: middle;}
.jcd-map-content-item a div strong{display: block;color: #333;}
.jcd-map-content-item a div span{color: #666666;}
.jcd-map-content-item a.cur div strong{color: #bb171e;}
.jcd-map-content-item a.cur i {background: #bb171e;}
.jcd-map-content-item a.cur i::after {filter: none;opacity: 1;}

.BMap_Marker.BMap_noprint::before {content: '';width: 74px;height: 74px;z-index: 11;position: absolute;left: 50%;top: 50%;background: #bb171e;border-radius: 100%;transform: translate(-50%,-50%) scale(0);}
.BMap_Marker.BMap_noprint::after {content: 'JCD';width: 50px;height: 50px;border-radius: 100%;transform: translate(-50%,-50%);background: #bb171e;position: absolute;left: 50%;top: 50%;z-index: 21;text-align: center;color: #fff;font-size: 16px;line-height: 50px;}
.BMap_Marker.BMap_noprint::before {animation: fangdadh1 3000ms infinite ease;}
.BMap_pop,.BMap_shadow {display: none;}
@keyframes fangdadh1{0%{transform: translate(-50%,-50%) scale(0);opacity:1;} 100%{transform: translate(-50%,-50%) scale(1.2);opacity: 0;}}

.jcd-join-us {padding: 5% 0 3% 0;overflow: hidden;border-bottom: 1px solid #f2f2f2;}
.jcd-join-us .jcd-title {text-align: center;}
.jcd-joinus-structure-top {overflow: hidden;margin-top: 2%;}
.jcd-joinus-structure-bottom {overflow: hidden;margin-top: 3%;display: flex;flex-direction: row;flex-wrap: wrap;}
.jcd-joinus-structure-item {float: left;width: 48%;margin-bottom: 3%;margin-right: 3%;background: #f5f5f5;box-sizing: border-box;padding: 5%;}
.jcd-joinus-structure-item.mr0 {margin-right: 0;}
.jcd-joinus-structure-item .title-1 {font-weight: bold;}
.jcd-joinus-structure-item .title-1 strong{color: #bb171e;font-weight: bold;}
.jcd-joinus-structure-item .text-1 {margin-top: 4%;color: #333333;}

.jcd-enterprise-training {padding: 5% 0;overflow: hidden;border-bottom: 1px solid #f2f2f2;}
.jcd-enterprise-training .jcd-title {text-align: center;}
.jcd-enterprise-training-bottom {margin-top: 3%;position: relative;}
.jcd-enterprise-training-content {overflow: hidden;position: absolute;left: 5%;width: 90%;bottom: 5%;z-index: 12;}
.jcd-enterprise-training-swiper {position: relative;}
.jcd-enterprise-training-swiper .swiper-slide {border-radius: 1rem;overflow: hidden;}
.jcd-enterprise-training-swiper .text {color: #fff;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);width: 90%;z-index: 11;}
.jcd-enterprise-training-swiper .title-1 {font-weight: bold;}
.jcd-enterprise-training-swiper .text-1 {margin-top: 1%;}
.jcd-enterprise-training-swiper .swiper-slide img {backdrop-filter: blur(8px);}
.jcd-enterprise-training-swiper .enterprise-pagination {top: auto;position: relative;width: 100%;text-align: center;margin: auto;margin-top: 2%;}
.jcd-enterprise-training-swiper .enterprise-pagination span {background: #fff;}

.jcd-employee-activities {padding: 5% 0;overflow: hidden;}
.jcd-employee-activities .jcd-title {text-align: center;}
.jcd-employee-activities-bottom {margin-top: 3%;position: relative;}
.jcd-employee-activities-swiper {position: relative;}
.jcd-employee-activities-swiper a {display: block;position: relative;overflow: hidden;}
.jcd-employee-activities-swiper .img {overflow: hidden;}
/*.jcd-employee-activities-swiper .pic {filter: grayscale(1);opacity: .8;}*/
.jcd-employee-activities-swiper .img img {opacity: 0;}
.jcd-employee-activities-swiper .text {position: absolute;left: 5%;bottom: 5%;width: 90%;z-index: 11;color: #fff;}
.jcd-employee-activities-swiper .title-1 {font-weight: bold;}
.jcd-employee-activities-swiper .text-1 {opacity: .6;overflow:hidden;display: block;height: 0;}
.jcd-employee-activities-swiper .text-1 p {transform: translateY(200%);transition-delay: .2s;display:block;opacity: 0;}
.jcd-employee-activities-swiper a:hover .text{bottom: 5%;}
.jcd-employee-activities-swiper a:hover .text-1 {display: block;height: auto;margin-top: 5%;}
.jcd-employee-activities-swiper a:hover .text-1 p {transform: translateY(0);opacity: 1;}
.jcd-employee-activities-swiper a:hover .img-block {opacity: 1;}
.jcd-employee-activities-swiper a:hover .pic {filter:none;opacity: 1;transform: scale(1.05);}

.jcd-recruitment-positions {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.jcd-recruitment-positions-content {position: relative;}
.joinus-recruit-top {background: #fff;padding: 3% 5%;overflow: hidden;}
.joinus-recruit-top .title-1 {overflow: hidden;font-weight: bold;}
.joinus-recruit-top .title-1 strong {color: #bb171e;margin-left: 2%;}
.joinus-recruit-type {margin-top: 3%;overflow: hidden;}
.joinus-recruit-item {overflow: hidden;margin-bottom: 1%;}
.joinus-recruit-item .type-1 {overflow: hidden;display: inline-block;vertical-align: middle;font-weight: bold;width: 8%;}
.joinus-recruit-item .item-1 {overflow: hidden;display: inline-block;vertical-align: middle;}
.joinus-recruit-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 3rem;} 
.joinus-recruit-item .item-1 li a{display: block;color: #666;} 
.joinus-recruit-item .item-1 li.cur a {color: #bb171e;}
.joinus-recruit-bottom {overflow: hidden;position: relative;}
.join-us-item {background: #fff;overflow: hidden;margin-top: .8%;}
.join-us-item .title{position: relative;color: #666666;border-bottom: 1px solid #f7f7f7;overflow: hidden;padding: 2% 5%;cursor: pointer;}
.join-us-item .title div {width: 20%;display: inline-block;vertical-align: middle;}
.join-us-item .title-1{font-weight: bold;color: #000;width: 40%;}
.join-us-item div.jia-1{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);width: 3.5rem;height: 3.5rem;}
.join-us-item div.jia-1::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url('../images/add.png') center no-repeat;z-index: 11;}
.join-us-text {padding: 3% 5%;overflow: hidden;clear: both;width: 90%;position: relative;display: none;}
.join-us-text .text-3{overflow: hidden;position: relative;}
.join-us-text .more-1{position: relative;right: auto;bottom: auto;margin: 2% 0 0 0;}
.join-us-text .more-1 a{display: inline-block}
.join-us-text .more-1 span {position: relative;display: inline-block;vertical-align: middle;margin-right: 1rem;color: #bb171e;}
.join-us-text .more-1 i {display: inline-block;vertical-align: middle;background: url('../images/r1.svg') center no-repeat;background-size: 100%;width: .5rem;height: .8rem;}
.join-us-text .more-1 span::after {content: '';width: 100%;height: 2px;background: #bb171e;position: absolute;left: 0;bottom:0;}


.div-recruitment-windows {width: 31%;position: fixed;left: 50%;top: 50%;z-index: 1111;transform: translate(-50%,-250%);background: #fff;box-sizing: border-box;padding: 3% 3%;text-align: center;transition:all .4s ease;}
.div-recruitment-windows.cur {transform: translate(-50%,-50%);}
.div-recruitment-windows-mark {position: fixed;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: rgba(0,0,0,.5);opacity: 0;transition:all .4s ease;}
.div-recruitment-windows-mark.cur {opacity: 1;z-index: 1110;}
.div-recruitment-windows .close-2{position: absolute;right: 2%;top: 2%;z-index: 2;}
.div-recruitment-windows .close-2 i {display: block;width: 50px;height: 50px;position: relative;cursor: pointer;transform: rotate(45deg);transition:all .4s ease;}
.div-recruitment-windows .close-2 i::after {content: '';width: 24px;height: 2px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2 i::before {content: '';width: 2px;height: 24px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2:hover i{transform: rotate(135deg);}
.div-recruitment-windows .title-1{overflow: hidden;font-family: 'Work-Sans-Bold';}
.div-recruitment-from {text-align: left;margin-top:7%;}
.div-recruitment-from li{list-style: none;margin: 0;padding: 0;padding: 1% 0;position: relative;}
.div-recruitment-from li span {display: block;margin-bottom: 5px;}
.div-recruitment-from .input-2{width: 100%;display: block;border: none;background: #fff;box-sizing: border-box;padding: 3% 6%;overflow: hidden;border: 1px solid #dddddd;}
.div-recruitment-from .text-2 {overflow: hidden;}
.div-recruitment-from .text-2 span {color: #999999;}
.div-recruitment-from .input-3 {width: 100%;display: block;border: none;background:none;box-sizing: border-box;padding: 2% 6%;overflow: hidden;}
.div-recruitment-from .upload-2{position: relative;padding: 1% 0;border: 1px solid #e6e6e6;overflow: hidden;}
.div-recruitment-from .button-2{position: absolute;width:20%;display: block;border: none;background: #000;box-sizing: border-box;padding: 2% 3%;overflow: hidden;text-align: center;color: #fff;right: 8px;top: 50%;cursor: pointer;font-size: 12px;transform: translateY(-50%);}
.div-recruitment-from .button-2:hover {background: #000;}
.div-recruitment-from .submit-2 {width: 100%;display: block;border: none;background: #bb171e;box-sizing: border-box;padding: 4% 0;overflow: hidden;text-align: center;color: #fff;cursor: pointer;margin-top: 5%;}
.div-recruitment-from .submit-2:hover {background: #000;color: #fff;}

.jcd-cooperative-partner {padding: 4% 0 2% 0;overflow: hidden;background: #f5f5f5;}
.jcd-cooperative-partner-list {overflow: hidden;background: #fff;}
.jcd-partner-item {float: left;width: 25%;overflow: hidden;position: relative;}
.jcd-partner-item .img-center {max-width: 90%;max-height: 90%;}
.jcd-partner-item::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #ebeaea;}
.jcd-partner-item::before {content: '';width: 100%;height: 1px;position: absolute;left:0;bottom:0;background: #ebeaea;}





/* other */

.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;transform: rotate(45deg);}
.closed::after,.closed::before {content: '';background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.closed:hover {opacity: 0.5;}
.closed::after {width: 26px;height: 2px;}
.closed::before {width: 2px;height: 26px;}
 
.social-share{font-style:normal;display: inline-block;vertical-align: middle;}
.social-share a{position:relative;text-decoration:none;margin-right:10px;display:inline-block;outline:none;border: 1px solid #fff;border-radius: 100%;}
.social-share a:hover::before{opacity: 1;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:50%;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;transform: translateX(-50%);}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;font-size:1.2rem;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share-icon {display: block;width: 6rem;height: 6rem;position: relative;background: #fff;box-sizing: border-box;}
.social-share-icon:hover {opacity: 1;} 
.social-share-icon::before {opacity: .3;content: '';width: 4rem;height:4rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;}  
.icon-share::before{background: url('../images/s1.png') center no-repeat;background-size: 50%;}
.icon-linkedin::before{background: url('../images/s2.png') center no-repeat;background-size: 50%;}
.icon-wechat::before  {background: url('../images/s3.png') center no-repeat;background-size: 50%;} 
.icon-twitter::before {background: url('../images/s4.png') center no-repeat;background-size: 50%;}   




@keyframes fadeInBigs{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:scale(1.0);opacity: 0;}100%{transform:scale(1.1);opacity: 1;}}
.fadeInBigs{-webkit-animation-name:fadeInBigs;animation-name:fadeInBigs;-webkit-animation-duration:.9s;animation-duration:.9s}



@media screen and (max-width: 5120px) { 
	.jcd-specification-parameters-pic img{max-width: 90%;}
	.jcd-management-system-item .text-1 {text-align: justify;}
	.header-nav-mshow {position: absolute;left:0;top: 100%;z-index: 111;width: 18rem;background: rgba(0,0,0,.8);padding:0;display: none;padding: 5% 0;}
	.header-nav-mshow a {display: block;padding: 5% 10%;text-align: left;border-bottom: 1px solid rgba(255,255,255,.2);color: #fff!important;}
	.header-nav-mshow a:hover {border-bottom: 1px solid rgba(255,255,255,1);}
	.header-nav-mshow a:last-child {border-bottom:none;}
}
@media screen and (max-width: 3840px) { 
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	
	.jcd-social-responsibility-btn.responsibility-next {top: 45%;}
 }
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
	.jcd-product-item .text-1 {padding: 0;margin-top: 5%;}
	.jcd-product-item .img-center {max-width: 80%;}
	.jcd-detail-pics-swiper .img-center {max-width: 80%;max-height: 80%;}
	.jcd-specification-parameters-pic{margin-top: 4%;}
}
@media screen and (max-width: 1366px) {
	.keyworld-2 a {width: 23.8%;}
	.menu-toggle span.hamburger:after {margin-top: -5px;top: -2px;}
	.menu-toggle span.hamburger:before {margin-top: 5px;top: 2px;}
}
@media screen and (max-width: 1280px) { 
}
@media screen and (max-width: 1152px) { 
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 980px) {
	 
}
@media screen and (max-width: 860px) { 
	.pcshow,.header-show-nav,.footer-top-right,.customers-bg,.jcd-our-honor-line{display: none!important;}
	.mbshow   {display: block!important;} 
	.header-content {height: 7rem;}
	.header-logo {width: 30%;max-width: 40%;}
	.header-center {position: fixed;left: 0;top: 0;transform: none;width: 100%;height: 100%;overflow: hidden;background: #fff;transform: translateX(100%);}
	.no-touch .header-center {transform: translateX(0);}
 	.header-nav {width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;padding-top: 7rem;}
	.header-nav ul {width: 100%;height: 100%;overflow: auto;}
	.header-nav ul li {display: block;border-top: 1px solid #ccc;}
	.header-nav ul li a {color: #000;} 
	.index .header {top: .5%;}
	.header-right .menu-toggle {margin-right: 0;}
	.header-right .language {margin: 0 2rem;}
	.header-right .language i {width: 3rem;height: 3rem;}
	.no-touch .header .header-nav ul li {width: 100%;}
	.no-touch .header .header-center {left: 0;transform: none;}
	.no-touch.index .header ,.index .header.scroll-down,.index .header.scroll-top  {top: 0;}
	.header-nav ul a.nav span {font-weight: bold;font-size: 2rem;}
	.no-touch .header .header-nav ul a {display: block;}
	.jcd-social-responsibility-btn .title-1 strong,.jcd-news-bottom-item .title-1 i ,.jcd-news-detail-bottom::after{display: none;}
	.jcd-history-year-swiper .swiper-slide-active .title-1 strong {font-size: 7rem;}
	.index-banner-swiper .title-1 strong,.index-banner-swiper .title-2 h2 {font-size: 5rem;}
	.jcd-banner .title-1 h2,.jcd-history-year-swiper .title-1 strong {font-size: 4rem;}
	.index-banner-swiper .text-1 span,.jcd-banner .text-1 .font24 {font-size: 2rem;}
	.index-banner-text {left: 3%;top: 55%;width: 96%;}
	.jcd-contact-item .icon-1 {width: 25%;}
	.jcd-specification-parameters-right .parameters-1 li:first-child {width: 24%;}
	.jcd-product-features-item .text,.jcd-banner .text {width: 80%;}
	.div-content,.footer-content {width: 96%;}
	.jcd-news-bottom-item .title-1 li,.jcd-news-bottom-item.cur .title-1 li:nth-child(2) {width: 60%;}
	.jcd-product-nav .div-content,.jcd-market-nav .div-content,.jcd-module-application-top .jcd-title .text-1,.select-1 option,.joinus-recruit-item .type-1{width: 100%;}
	.index-market-application-item,.index-about-jcd-left,.index-about-jcd-right,.index-media-new-left,.footer-top-left ,.jcd-news-detail-right,.jcd-contact-us-item,.jcd-contact-left,.jcd-contact-right,
	.jcd-company-profile-left,.jcd-company-profile-right,.jcd-detail-path-left{float: none;width: 100%;margin-right: auto;}
	.index-about-jcd-item .right-1,.jcd-our-honor-item .text-1,.jcd-culture-item,.jcd-product-item ,.jcd-detail-pics,.jcd-module-application-item,.jcd-price-of-stock-right,
	.jcd-detail-right,.jcd-detail-pics4-swiper,.jcd-joinus-structure-item{float: none;width: 100%;margin-left: auto;margin: auto;}
	.jcd-specification-parameters-pic,.jcd-specification-parameters-right,.jcd-news-list-swiper,.jcd-news-list-right,.jcd-price-of-stock-item,.jcd-investor-relations-left,.jcd-investor-relations-right,
	.jcd-news-bottom-item .title-1 li:first-child ,.jcd-news-detail-left .title-1,.jcd-price-of-stock-left{width: 100%;float: none;}
	.index-market-application-item {margin-bottom: 0;}
	.index-about-jcd-right,.index-about-jcd-item .right-1,.jcd-company-profile-right,.jcd-management-system-item .title-1,.jcd-module-application-item,
	.jcd-social-responsibility-bottom ,.jcd-product-item,.jcd-detail-pics4-swiper,.jcd-contact-right,.jcd-joinus-structure-item{margin-top: 5%;}
	.jcd-detail-top,.jcd-specification-parameters-right,.jcd-price-of-stock-right,.jcd-price-of-stock-link,.jcd-investor-relations-right{margin-top: 10%;} 
	.index-about-jcd-item .icon-1,.footer-link,.jcd-news-list-right {position: relative;left: auto;top: auto;transform: none;right: auto;bottom: auto;}
	.jcd-detail-path {padding: 5%;}
	.index-about-jcd-data,.footer-content-bottom .footer-content,.jcd-product-nav,.jcd-market-nav {padding: 5% 0;}
	.index-media-new-item a,.footer-content-top,.jcd-company-profile,.jcd-management-system-swiper,.jcd-investor-relations,
	.jcd-enterprise-training,.jcd-employee-activities,.jcd-recruitment-positions {padding: 10% 0;}
	.index-media-news,.jcd-management-system,.jcd-our-honor-swiper,.jcd-structure,.jcd-culture,.jcd-social-responsibility,
	.jcd-specification-parameters,.jcd-investor-relations-bottom,.jcd-contact-message,.jcd-cooperative-partner{padding: 15% 0;}
	.jcd-our-honor .div-content ,.jcd-product-features {padding: 20% 0;}
	.jcd-module-application {padding: 10% 0 20% 0;}
	.index-customers-text {position: relative;right: auto;top: auto;transform: none;width: 100%;color: #000;text-align: center;padding-bottom: 5%;}
	.jcd-history {padding-top: 15%;}
	.index-customers,.jcd-product-list,.jcd-news-list {padding-bottom: 15%;}
	.jcd-pageturn{margin: 5% auto;}
	.jcd-detail-path-right {text-align: left;margin-top: 1%;}
	.jcd-detail-path-right a {margin-left: 2%;}
	.index-customers-text .jcd-title.right {text-align: center;}
	.index-customers-text .jcd-title .title-2 {color: #000;}
	.index-customers-text .jcd-title .title-100 {margin-left: auto;margin-top: auto;}
	.index-customers-text .jcd-title .title-100 sub {position: relative;right: auto;bottom: auto;}
	.index-customers-text .jcd-title .title-100 strong {line-height: 15rem;}
	.index-customers-logo {position: relative;left: auto;top: auto;overflow: hidden;width: 90%;margin: auto;text-align: center;}
	.index-customers-list {position: relative;top: auto;transform: none;}
	.index-customers-logo-item {width: 30%;display: inline-block;vertical-align: middle;margin: 1%;}
	.index-customers-logo-item .img-center {filter: invert(1);max-height: 70%;max-width: 80%;}
	.index-customers-row {width: 100%;height: 100%;float: none;}
	.index-media-new-right {width: 100%;height: 100%;position: relative;right: auto;top: auto;} 
	.index-media-new-item .text {top: 10%;}
	.jcd-our-honor-item a {background: #fff;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);}
	.jcd-our-honor-item a::after {opacity: 1;}
	.jcd-history-center::after {right: 2%;}
	.jcd-social-responsibility-btn {width: 15%;}
	.jcd-social-responsibility-btn .title-1::before {content: '';width: 3.3rem;height: 1.7rem;background: url('../images/r1.png') center no-repeat;background-size: 100%;margin: 5% auto;display: block;}
	.jcd-social-responsibility-btn.responsibility-next .title-1::before {transform: rotate(180deg);}
	.jcd-social-responsibility-swiper {width: 70%;margin: 0;}
	.jcd-social-responsibility-btn.responsibility-next {top: 55%;}
	.jcd-product-item .text-1 {padding: 0;margin-top: 5%;}
	.jcd-product-item .img-center {max-width: 80%;}
	.jcd-product-detail,.jcd-news-detail {padding: 20% 0 15% 0;}
	.jcd-specification-parameters-pic img {max-width: 80%;} 
	.jcd-news-bottom-item .text-1 .pic-1  {width: 80%;margin: 3%;}
	.jcd-news-detail-left {float: none;width: 100%;padding-right: 0;overflow: hidden;}
	.jcd-news-detail-left .social-1 {position: relative;right: auto;bottom: auto;margin-top: 3%;}
	.jcd-news-detail-left .news-title::before {left: 5%;}
	.jcd-price-of-stock-right {text-align: left;}
	.jcd-map-content-list {position: relative;right: auto;top: auto;transform: none;background: #fff;width: 100%;}
	.jcd-enterprise-training-content {position: relative;margin-top: 5%;}
	.jcd-enterprise-training-swiper .swiper-slide {background: #333;padding: 5% 0;}
	.jcd-enterprise-training-swiper .swiper-slide img {opacity: 0;}
	.jcd-enterprise-training-swiper .enterprise-pagination {margin-top: 5%;}
	.jcd-enterprise-training-swiper .enterprise-pagination span {background: #000;}
	.jcd-employee-activities-swiper .text {bottom: 5%;}
	.jcd-employee-activities-swiper .text-1,.joinus-recruit-item {margin-top: 5%;}
	.jcd-employee-activities-swiper .pic {filter: none;opacity: .8;}
	.joinus-recruit-item .item-1{margin-top: 2%;}
	.join-us-item .title .title-1 {width: 40%;}
	.join-us-item .title {padding: 5% 5%;}
	.div-recruitment-windows {width: 90%;}
	.jcd-partner-item {width: 50%;}
	.jcd-partner-item .img-center {max-width: 70%;max-height: 70%;width: auto;}
	.header-nav ul li:last-child {border-bottom: 1px solid #ccc;}
	.header-nav-mshow {position: relative;left:auto;top: auto;z-index: 111;width: 100%;background:none;display: none;padding: 0;}
	.header-nav-mshow a {display: block;padding: 5% 10%;text-align: center;border-bottom: 1px solid rgba(255,255,255,.2);color: #666!important;}
	.header-nav-mshow a:hover {border-bottom: none}
	.no-touch .header-logo a {filter:none;}
	.index-media-new-right::before {display: none;}
	 
}
 

/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
}

/* iPad x*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
/* iPad y */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header-logo {width: 13%;}
}

 
 