/* -------------------------------- 
Primary style
中企动力上海第一分公司-赵长国 QQ：24795216
www.sucaijiayuan.com
-------------------------------- */

#NavList_a1.NavList_a1 > ul>li{
    position: relative;
}
#NavList_a1.NavList_a1 > ul>li:Hover>ul{display:block;}
#NavList_a1.NavList_a1 > ul>li>ul{
    position: absolute;
    left: 50%;
    top: 80px;
    width: auto;
    background: rgba(255,255,255,0.8);
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    min-width: 210px;
    padding: 6px 3px;
    display: none;
    transform: translate(-50%, 0px);
    /* width: 100%; */
}
#NavList_a1.NavList_a1 > ul>li>ul>li{
    display: block;
}
#NavList_a1.NavList_a1 > ul>li>ul>li a{
    line-height: 20px;
    height: auto;
    color: #000;
    padding: 5px 6px 5px 10px;
    font-size: 12px;
    text-align: center;
}
#NavList_a1.NavList_a1 > ul>li>ul>li a:before{
    height: 1px;
    opacity: 0;
}
#NavList_a1.NavList_a1{
  text-transform:capitalize;
  overflow: visible !important;
}
#NavList_a1.NavList_a1 > ul{
  text-align:left;
  display:block;
  font-size:0px;
}
#NavList_a1.NavList_a1 a{
  position:relative;
  font-size:16px;
  height:80px;
  line-height:80px;
  padding:0px 30px;
  color:#222;
  display:block;
  transition:0.3s ease 0s;
}
#NavList_a1.NavList_a1 .more:after{
  content:"";
  position:absolute;
  width:1px;
  height:15px;
  display:block;
  background:#ccc;
  top:50%;
  margin-top:-7px;
  right:0px;
}
#NavList_a1.NavList_a1 a:before{
  position:absolute;
  content:'';
  left:50%;
  bottom:0px;
  width:0%;
  height:3px;
  background-color:none;
  transition:all .3s;
}
#NavList_a1.NavList_a1 a:hover:before{
  width:80%;
  left:10%;
  background-color:#007bd0;
}
#NavList_a1.NavList_a1 li{
  position:static;
  display:inline-block;
  color:#fff;
  width:auto;
  vertical-align:top;
}
#NavList_a1 .menu-slide{
  z-index:-1;
  position:absolute;
  background:#007bd0;
  bottom:0px;
  display:none;
  transition:0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
}
#NavList_a1 .swiper-container .swiper-notification{
  position:absolute;
  left:0px;
  top:0px;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}
@media screen and (min-width: 769px){
  
#NavList_a1.NavList_a1 a:hover{
    color:#007bd0;
  }
}
@media screen and (max-width: 1400px){
  
#NavList_a1.NavList_a1 a {
    padding: 0px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px){
  
#NavList_a1.NavList_a1 a {
    padding: 0px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  
#NavList_a1.NavList_a1{
    border-bottom:1px solid #ddd;
  }
#NavList_a1.NavList_a1 a {
    padding: 0px 10px;
    font-size: 14px;
  }
#NavList_a1 .menu-slide {
    display: none;
  }
}
@media screen and (max-width: 880px){
  
#NavList_a1.NavList_a1{
    border-bottom:1px solid #ddd;
  }
#NavList_a1.NavList_a1 ul {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    display: block;
  }
#NavList_a1.NavList_a1 a {
    padding: 0px 20px;
    font-size: 14px;
    height:62px;
    line-height:62px;
  }
#NavList_a1.NavList_a1 a:hover {
    color: #007bd0;
  }
#NavList_a1.NavList_a1 a:active {
    color: #007bd0;
  }
}
#NavList_a1 .active{
  color:#007bd0 !important;
}
#NavList_a1 .active:before{
  width:80% !important;
  left:10% !important;
  background-color:#007bd0 !important;
}






#index_types{
    overflow: hidden;
}
#index_types ul{}
#index_types ul li{
    width: calc((100% - 60px)/3);
    float: left;
    position: relative;
    margin: 10px;
}
#index_types ul li img{
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    /* top: 50%; */
    /* width: auto; */
    max-width: 100%;
    height: 360px;
    width: 100%;
}
#index_types ul li a{
    display: block;
    text-align: center;
    padding: 0 0 0 0%;
}
#index_types ul li .pic{
    position: relative;
    /* padding: 0 0 0 66%; */
    width: 100%;
    overflow: hidden;
}
#index_types ul li .title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(23,54,93,0.5);
    width: 100%;
}
#index_types ul li .title a{
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    padding: 10px 5px;
}

@media screen and (max-width: 1400px){
#index_types ul li img{height: 330px;}
}

@media screen and (max-width: 768px){
#index_types ul li{
    width: calc((100% - 10px)/1);
    margin: 5px 5px 10px 5px;
}
#index_types ul li .title{
    position: relative;
}
#index_types ul li .title a{
    font-size: 15px;
    line-height: 1.2;
    /* min-height: 96px; */
    padding: 8px 0;
}
#index_types ul li img{height: 290px;}
}





.c_portalResnav_main-01001006 .js-m.js-m-2 .type3 li{
    width: 100%;
}
.c_portalResnav_main-01001006 .js-m.js-m-2 .type3 li a{
    font-size: 12px;
    padding: 0 6px;
    /* text-align: center; */
    display: block;
    width: 100%;
    line-height: 36px;
}
.c_portalResnav_main-01001006 .js-m.js-m-2 .type3{
    position: absolute;
    left: 100%;
    top: 0;
    width: 110%;
    background: rgba(255,255,255,0.8);
    z-index: 99999;
    display: none;
}




#c_portalResNews_list-15676481687094439 .p_news{
  width:100%;
  margin:0 auto;
}
#c_portalResNews_list-15676481687094439 .newPicBox{
  width:165px;
  height:110px;
}
#c_portalResNews_list-15676481687094439 .newPicLink{
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}
#c_portalResNews_list-15676481687094439 .newPic{
  width:100%;
  height:100%;
  transform:scale(1);
  transition:all .5s ease;
  border-radius:4px;
}
#c_portalResNews_list-15676481687094439 .newList{
  display:flex;
  padding:30px;
  /* border-bottom:1px dotted #ddd; */
  background:#fff;
  margin-bottom:20px;
}
#c_portalResNews_list-15676481687094439 .leftTime{
  width:100px;
  position:relative;
  width: 100%;
  clear: both;
  padding: 0 0 10px 0;
  overflow: hidden;
}
#c_portalResNews_list-15676481687094439 .sort_type{
    padding: 5px;
    color: #1D3985;
    background: #C8D6EC;
    margin: 4px 0px 0px 0;
    line-height: 24px;
    display: inline;
    height: auto;
}
#c_portalResNews_list-15676481687094439 .newTime{
  display:block;
  color: #1D3985;
  font-size: 1.1rem;
  font-weight:normal;
  margin: 0px 14px 0px 0;
  transition:all .5s ease;
  width: auto;
  float: left;
}
#c_portalResNews_list-15676481687094439 .newIcon{
  padding:6px 11px;
  border:1px solid transparent;
  transition:all .5s ease;
  color:#ccc;
}
#c_portalResNews_list-15676481687094439 .newList:hover .newTitleLink{
  color:#005bac;
}
#c_portalResNews_list-15676481687094439 .rightC{
  position:relative;
  width:calc( 100% - 100px);
  transition:all .5s ease;
  width: 100%;
  clear: both;
}
#c_portalResNews_list-15676481687094439 .newTitle{
  margin-bottom: 10px;
  border-bottom: 1px #999 solid;
  padding: 0 0 6px 0;
}
#c_portalResNews_list-15676481687094439 .newTitleLink{
  display:block;
  width:100%;
  font-size: 20px;
  color:#333;
  overflow:hidden;
  font-weight: normal;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:1.5;
}
#c_portalResNews_list-15676481687094439 .newMs *{color:#222;}
#c_portalResNews_list-15676481687094439 .newMs{
  line-height:24px;
  /* height:48px; */
  font-size:15px;
  overflow:hidden;
  color: #222;
  transition:600ms;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 999999;
  -webkit-box-orient:vertical;
}
@media only screen and (min-width: 769px){
  
#c_portalResNews_list-15676481687094439 .content{
  /* display:flex; */
  width:calc( 100% - 165px );
  width: 100%;
}
#c_portalResNews_list-15676481687094439 .newPicBox:hover  .newPic{
  transform:scale(1.1);
}
#c_portalResNews_list-15676481687094439 .rightC{
  padding: 0 0px 0 0px;
}
#c_portalResNews_list-15676481687094439 .rightC::before{
  content:'';
  position:absolute;
  left:0px;
  top:1rem;
  display:block;
  width:40px;
  height:1px;
  background:#aaa;
  transition:all .5s ease;
  opacity: 0;
}
#c_portalResNews_list-15676481687094439 .newTitleLink{
  transition:all .5s ease;
}
#c_portalResNews_list-15676481687094439 .newList{
  /* display:flex; */
  padding: 20px 20px 15px;
  /* border-bottom:1px dotted #DDD; */
  background:#fff;
  margin-bottom: 15px;
}
#c_portalResNews_list-15676481687094439 .newList:hover .rightC::before{
  width:60px;
}
#c_portalResNews_list-15676481687094439 .newList:hover .rightC{
  /* padding-left:80px; */
}
#c_portalResNews_list-15676481687094439 .newList:hover .newTime{
  color:#333;
}
#c_portalResNews_list-15676481687094439 .newList:hover  .newIcon{
  border-color:#005bac;
  margin-top:10px;
  background:#005bac;
}
}
@media only screen and (max-width: 768px){
  
#c_portalResNews_list-15676481687094439 .content {
    /* display:flex; */
    padding-top: 20px;
    width:100%;
  }
#c_portalResNews_list-15676481687094439 .newList {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding:10px;
    border-bottom:none;
  }
#c_portalResNews_list-15676481687094439 .newPicBox {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:70%;
  }
#c_portalResNews_list-15676481687094439 .newPicLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
#c_portalResNews_list-15676481687094439 .newTitle {
    margin:0px 0 10px 0;
  }
}




#index_types{
    overflow: hidden;
}
#index_types ul{}
#index_types ul li{
    width: calc((100% - 60px)/3);
    float: left;
    position: relative;
    margin: 10px;
}
#index_types ul li img{
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    /* top: 50%; */
    /* width: auto; */
    max-width: 100%;
    height: 360px;
    width: 100%;
}
#index_types ul li a{
    display: block;
    text-align: center;
    padding: 0 0 0 0%;
}
#index_types ul li .pic{
    position: relative;
    /* padding: 0 0 0 66%; */
    width: 100%;
    overflow: hidden;
}
#index_types ul li .title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(23,54,93,0.5);
    width: 100%;
}
#index_types ul li .title a{
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    padding: 10px 5px;
}





@media screen and (max-width: 1400px){
#index_types ul li img{height: 330px;}
}

@media screen and (max-width: 768px){
#index_types ul li{
    width: calc((100% - 10px)/1);
    margin: 5px 5px 10px 5px;
}
#index_types ul li .title{
    position: relative;
}
#index_types ul li .title a{
    font-size: 15px;
    line-height: 1.2;
    /* min-height: 96px; */
    padding: 8px 0;
}
#index_types ul li img{height: 290px;}
}



html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-container {
  width: 90%;
  max-width: 768px;
  height:3000px;
  margin: 2em auto;
  display:block
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  header {
    /* height: 200px; */
  }
  header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    /* padding-top: 2.6em; */
  }
}
main p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 14px;
    font-size: 1rem;
  }
}
.cd-top:hover {
  background: rgba(187, 187, 187, 0.95) url(/img/top.png) no-repeat center 50%;
  /* background-size: contain; */
  }
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #e0e0e0  url(/img/top.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: contain;
  /* border-radius: 50%; */
  background-size: 20px auto;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 99999999;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 26px;
    bottom:60px;
  }
}
@media only screen and (max-width: 1300px) {
body .cd-top {
    height: 46px;
    width: 46px;
    right: 22px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 20px;
    bottom: 120px;
  }
}