@charset "utf-8";
/* CSS Document */
.s24_nav {
    width: 100%;
    float: left;
    position: initial;
}
.cd-accordion-menu {
  width: 100%;
  /* max-width: 600px; */
  background: #d9b33d;
  /* 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: #0979cf;
  /* box-shadow: inset 0 -1px #555960; */
  color: #ffffff;
  font-size: 1.6rem;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background:  #abdbff;
}
.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(../img/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(../img/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; */
  padding-left: 50px !important;
}
.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: 12px 24px 12px 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;
}

.pro_ny
{
	width:100%;
	float:left;
	margin-top: 0px;
}
.pro_ny_1
{
	width:1200px;
	margin:auto;
}
.pro_ny_l
{
    float: left;
    width: 250px;
}
.pro_ny_r
{
    float: right;
    width: 920px;
}
.about_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;	
}
.about_ny_r img
{
	width:100%;
}
.about_ny_r p
{
line-height: 24px;
}
.pro_ny_l h1
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #0e87e3;
    color: #fff;
}
.pro_ny_r li
{
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 290px;
    border: 1px solid #eee;
}
.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: #1583d7;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.pro_ny_rwz p
{
    font-size: 16px;
}


.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;
}
.jscl_ny_news_wz h1
{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}
.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;
}
.fyc{width: 820px;float: left;background: #fff;margin-top: 0px;}
   
.fy{width: 90%;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: 3.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: 3.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: 3.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;background: #fff;cursor:pointer;}
.fy .inputbox{width: 5% !important;height: 3.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: 3.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}
}
.jscl_ny_pro_t {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

@media screen and (max-width: 64rem){
.pro_ny_1 {
    width: 95%;
    margin: auto;
}
.pro_ny_l {
    float: left;
    width: 100%;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 18px 18px 18px 64px;
    background: #065dab;
    /* box-shadow: inset 0 -1px #555960; */
    color: #ffffff;
    font-size: 14px;
}
.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;
}
.about_ny_r {
    float: left;
    width: 100%;
}
.pro_ny_r li {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #eee;
}
}


.new_box .p1{
    width:80%;
    margin:2% auto 0 auto;
    overflow: hidden;
    line-height: 5rem;
    font-size:30px;
    color:#555;
    text-align: center;
}
.new_box .p2{
    width:80%;
    margin:0.5% auto 0 auto;
    font-size:14px;
    color:#999;
    text-align: center; 
}
.new_box .p3{
    width:95%;
    margin:1% auto 1% auto;
    overflow: hidden;
    color:#737373;
    font-size:16px;
    line-height: 36px;
    border-bottom:1px solid #eee;
    padding-bottom:1%;
}
.new_box .shang{
    float:left;
    color:#999999;
    font-size:16px;
    margin-left:2%;
    width:20%;
    overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis;
    margin-bottom: 2%;
    transition: 0.5s;
}
.new_box .shang:hover{
    color:#01742f;
    transition: 0.5s;
}
.new_box .xia{
    float:right;
    margin-right:2%;
    font-size:16px;
    color:#999;
    width:20%;
        overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis;
        margin-bottom: 2%;
    transition: 0.5s;
}
.new_box .xia:hover{
    color:#01742f;
    transition: 0.5s;
}
