.pro_ny {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.pro_ny_1 {
    width: 1200px;
    margin: auto;
}

.jscl_ny_pro_t {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.pro_ny_l {
    float: left;
    width: 250px;
}
.pro_ny_l h1 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #921bd6;
    color: #fff;
}
.cd-accordion-menu {
  width: 100%;
  /* max-width: 600px; */
  background: #414141;
  /* margin: 4em auto; */
  /* box-shadow: 0 4px 40px #70ac76; */
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  background: #000;
  box-shadow: inset 0 -1px #555960;
  color: #ffffff;
  font-size: 16px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #2a2a2a;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(../fonts/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../fonts/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  /* padding-left: 82px; */
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 24px 24px 24px 24px;
    font-size: 16px;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    /* padding-left: 106px; */
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 70px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.about_ny_r {
    float: right;
    width: 920px;
}
.about_ny_r img {
    width: 100%;
}
.about_ny_r p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.tjcp
{
    width: 250px;
    float: left;
    margin-top: 30px;
}
.tjcp_t
{}
.tjcp_t p
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #921bd6;
    color: #fff;
}
.tjcp_b
{}
.tjcp_b li
{margin-bottom: 30px;float: left;}
.tjcp_bm
{
    height: 180px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 99%;
    border: 1px solid #eee;
}
.tjcp_bm img
{
    object-fit: scale-down;
    line-height: 180px;
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.tjcp_b li p
{float: left;width: 100%;background: #000;color: #fff;text-align: center;height: 45px;line-height: 45px;}
.tjcp_b li:hover p {
    background: #921bd6;
}
.lj
{}
.lj_t
{
    border-top: 2px solid #921bd6;
    padding-top: 15px;
    margin-bottom: 15px;
}
.lj_t p
{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.lj_b
{}
.lj_b p
{
    font-size: 14px;
    margin-bottom: 20px;
}
.pro_ny_r1 {
    float: right;
    width: 920px;
}
.lj_b
{}
.lj_b1
{}
.lj_b1 li
{
    margin-bottom: 15px;
}
.lj_bt
{
    height: 35px;
    line-height: 35px;
    background: #00000029;
}
.lj_bt a
{}
.lj_bb
{
    margin-top: 10px;
}
.lj_bb a
{}
.lj_bb1
{
    margin-top: 10px;
}
.lj_bb1 p
{
    background: #000;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0px;
}
.lj_bb1 p a
{
    color: #fff;
}
.pro_ny_r {
    float: right;
    width: 920px;
}
.news_ny_r li
{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 30px;
}
.news_ny_r
{
    float: right;
    width: 920px;	
}
.jscl_ny_news li
{
    width: 100%;
    float: left;
    border-bottom: 1px dashed #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.jscl_ny_news_wz
{
    width: 60%;
    float: left;
}
.xpro
{
	float:right;
}
.xpro1
{
	float: left !important;
}
.jscl_ny_news_wz h1
{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
}
.jscl_ny_news_wz p
{
    line-height: 24px;
    margin-bottom: 15px;
}
.jscl_ny_news_wz span {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ff0000;
}
.jscl_ny_news_wz span a
{
	color: #fff;
}
.jscl_ny_news_img
{
    height: 210px;
    float:right;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 340px;
    border: 1px solid #eee;
}
.jscl_ny_news_img img
{
    object-fit: scale-down;
    line-height: 210px;
    height: 210px;
    width: 100%;
    overflow: hidden;
}
.xwbt
{
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.xwbt h1
{color: #000;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;}
.xwbt img
{
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.xwsx
{
	width:100%;
	float:left;
	border-top: 1px solid #0000001f;
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.xwsx_l
{
    width: 50%;
    float: left;
    font-weight: 600;
}
.xwsx_r
{
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 600;
}
.pro_ny_r li
{
    float: left;
    position: relative;
    margin-right: 22px;
    margin-bottom: 20px;
    width: 290px;
    border: 1px solid #eee;
}
.pro_ny_r li:nth-of-type(3) {
    float: right;
    margin-right: 0px;
}
.pro_ny_r li:nth-of-type(6) {
    float: right;
    margin-right: 0px;
}
.pro_ny_r li:nth-of-type(9) {
    float: right;
    margin-right: 0px;
}
.pro_ny_rimg
{
	height: 290px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.pro_ny_rimg img
{
	object-fit: scale-down;
	line-height: 290px;
	height: 290px;
	width: 100%;
	overflow: hidden;
}
.pro_ny_rwz
{
	position: absolute;
	width: 100%;
	float: left;
	bottom: 0;
	height: 40px;
	background: #921bd6;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

#window{
	/* margin:30px auto 30px; */
	border-radius:6px;
	background:#fff;
	width: 925px;
	/* height:620px; */
	/* overflow:hidden; */
	position:relative;
	float: right;
}
#header{
	background:#e3e5e9;
	height:33px;
	padding-left:18px;
}
#header .circle{
	background:#9fa2a8;
	border-radius:50%;
	float:left;
	width:12px;
	height:12px;
	margin-right:6px;
	margin-top:11px;
}

.thumbs{/* padding:10px 50px 30px 70px; */}
.thumbs p, .thumbs p.floating-thumb{
  background: #e3e5e9;
  width: 155px;
  height: 60px;
  margin: 30px 30px 0 0;
  border-radius: 4px;
  float: left;
  padding-top: 121px;
}

.floating-thumb{
	background: #e3e5e9;
	width: 155px;
	height: 60px;
	border-radius: 4px;
	float: left;
	padding-top: 121px;
	position:absolute;
	top: 156px;
	left: 70px;
	display: none;
}
.floating-thumb.animate{
	width:303px;
	height:80px;
	margin-top:20px;
	padding-top: 326px;	
	top: 146px;
    left: 186px;
	-webkit-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	   -moz-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	    -ms-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	     -o-transition: all 400ms cubic-bezier(0,.93,.33,.99);
		    transition: all 400mscubic-bezier(0,.93,.33,.99);
}
.thumbs p span, p.floating-thumb span{
	display:block;
	height:10px;
	margin:10px 20px;
	background:#d2d4d9;
	border-radius:2px;
}
.thumbs p span.short, p.floating-thumb span.short{width:50px;}
.thumbs p:hover{
	background:#dfe0e5;
	cursor:pointer;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
		    transition: all 100ms ease-out;
	
}
#headline{/* padding:39px 50px 0px 70px; */}
#headline p{

}
#headline p.short{width:220px;}

#grid-selector{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}

#viewCarousel{
	background:#e3e5e9;
	width:20px;
	height:20px;
	float:right;
	border-radius:1px;
}
#viewCarousel:hover{
	cursor:pointer;
}

#viewCarousel:hover, #viewGrid:hover p{
	cursor:pointer;
	background:#cacdd1;
}
#viewCarousel.active, #viewGrid.active p{
	color:#5298fc;
}
#viewGrid{
	width:22px;
	height:20px;
	float:right;
	margin-top:-1px;
	margin-right:5px;
}

#viewGrid p{
	background: #e3e5e9;
	  width: 9px;
	  height: 9px;
	  float: right;
	  border-radius: 1px;
	  margin: 1px;
}
#viewGrid.active p, #viewCarousel.active{
	background:#9fa2a8;
}

#carousel{

}
#carousel .innerCarousel{

width: 920px !important;

float: right;
}
.innerCarousel
{}
.innerCarousel li
{
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.xtjia
{}
.xtjia {
    width: 60%;
    float:right;
}
.xtjia h1
{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
}
.xtjia p
{
    line-height: 24px;
    margin-bottom: 15px;
}
.xtjia span {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ff0000;
}
.xtjia span a
{
	color: #fff;
}
.xtjia_img {
    height: 210px;
    float:left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 340px;
    border: 1px solid #eee;
}
.xtjia_img img {
    object-fit: scale-down;
    line-height: 210px;
    height: 210px;
    width: 100%;
    overflow: hidden;
}
#carousel .innerCarousel div{
	/* width:	337px; */
	/* height:448px; */
	/* text-align:center; */
	/* float:left; */
}
#carousel .innerCarousel div p{
  /* background: #e3e5e9; */
  /* width: 220px; */
  /* height: 73px; */
  /* margin: 30px auto 0 auto; */
  /* border-radius: 4px; */
  /* padding-top: 300px; */
  /* margin-top: 38px; */
  /* -webkit-transition: all 300ms cubic-bezier(0,.93,.33,.99); */
  -moz-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  -ms-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  -o-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  /* transition: all 300ms cubic-bezier(0,.93,.33,.99); */
}
#carousel .innerCarousel div p:hover{cursor:pointer;}
#carousel .innerCarousel div p.current:hover{cursor:normal;}

#carousel .innerCarousel div p.current{
	width:303px;
	height:80px;
	margin-top:20px;
	padding-top: 326px;	
	-webkit-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	   -moz-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	    -ms-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	     -o-transition: all 300ms cubic-bezier(0,.93,.33,.99);
		    transition: all 300ms cubic-bezier(0,.93,.33,.99);
}
#carousel .innerCarousel span,
p.floating-thumb.animate span{
	/* height:10px; */
	/* display:block; */
	/* margin:10px 30px; */
	/* height:12px; */
	/* background:#d2d4d9; */
	/* border-radius:3px; */
}
#carousel .innerCarousel span.short,
p.floating-thumb.animate span.short{width:170px;}
.title{
	position:absolute; 
	top:152px;
	left:0;
	width:100%;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	   -moz-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	    -ms-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	     -o-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
		    transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
}

.pro_lb
{
    width: 100%;
    float: left;
    border-top: 2px solid #921bd6;
    padding-top: 20px;
}
.pro_lb h1
{
    color: #000;
    margin-bottom: 10px;
}
.pro_lb p
{
    line-height: 30px;
    font-size: 14px;
    color: #000;
}
.bf
{
    position: absolute;
    left: 40%;
    top: 40%;
}
.bf img
{}
@media screen and (max-width: 64rem){
#window {
    /* margin: 30px auto 30px; */
    border-radius: 6px;
    background: #fff;
    width:100%;
    /* height: 620px; */
    /* overflow: hidden; */
    position: relative;
}
#grid-selector {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    margin-top: 30px;
}
#carousel .innerCarousel {
    width: 100% !important;
    float: left;
}
.xtjia_img {
    height: 210px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}
.xtjia {
    width: 100%;
    float: left;
    margin-top: 20px;
}
}
.fyc{width: 820px;float: left;/* background: #fff; */margin-top: 0px;}
   
.fy{width: 100%;margin-bottom: 1%;margin-top: 1%;float: left;/* padding-left: 20px; */}
.fy a{max-width: INITIAL;min-width:2%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;padding: 0 1%;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;}

.fy a:hover{transition: 0.5s;border: 1px solid #db0918;background: #db0918;color: #fff;}
.fy .cpb{width: 2%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;padding: 0 1%;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;border: 1px solid #FD9700;background: #FD9700;color: #fff;}
@media only screen and (max-width: 48em) {
    .fy a{padding:0 3%;max-width: initial;}
    .fy .cpb{padding:0 3%;}

}
@media only screen and (max-width: 40em) {
    .fy a{padding: 0 2%;width: auto;}
    .fy .cpb{    padding: 0 3.4%;}
}
.fy .btnGo{width: 10%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;background: #fff;cursor:pointer;}
.fy .inputbox{width: 5% !important;height: 2.5rem;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;background: #fff;}
#fy2{display: none}
@media only screen and (max-width: 40em) {
    .fy .inputbox{display: none}
    .fy .btnGo{display: none}
}
@media screen and (max-width: 64rem){
.pro_ny_1 {
    width:95%;
    margin: auto;
}
.about_ny_r {
    float: right;
    width: 100%;
}
.pro_ny_l {
    float: left;
    width: 100%;
}
.tjcp {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.pro_ny_r {
    float: right;
    width: 100%;
}
.news_ny_r {
    float: left;
    width: 100%;
}
.jscl_ny_news_wz {
    width: 100%;
    float: left;
}
.jscl_ny_news_img {
    height: 210px;
    float: right;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}
.fyc {
    width: 100%;
    float: left;
    /* background: #fff; */
    margin-top: 0px;
}
.pro_ny_r li {
    float: left;
    position: relative;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #eee;
}
.pro_ny_r1 {
    float: left;
    width: 100%;
}
}