h1{
    font-size: 18px;
    padding-left: 15px;
}
img{
	max-width:100%
}
table.expandable-table>tbody td:first-of-type {
    padding-left: 1.25rem
}

.table.expandable-table>tbody .expander~tr>td:nth-child(1) {
    padding-left: 3.75rem
}

.table.expandable-table>tbody>.expander~tr>td:nth-child(1) {
    padding-left: 2.5rem
}

.table.expandable-table table table th:nth-child(1) {
    padding-left: 3.5rem
}

.table.expandable-table table table .expander~tr>td:nth-child(1) {
    padding-left: 4.5rem!important
}

.table.expandable-table table {
    width: 100%
}

.table.expandable-table table td, .table.expandable-table table th {
    padding-left: 1.25rem
}

.table.expandable-table table td:first-of-type {
    padding-left: 2.5rem
}

.table.expandable-table table tr:nth-last-child(1) td {
    border-bottom: 0
}

.table.expandable-table table tr:nth-child(1):not(.expanded) th {
    border-bottom: 0
}

.table.expandable-table a {
    font-weight: 700
}

.table.expandable-table .expander {
    cursor: pointer
}

.table.expandable-table .expander>th:nth-child(1) {
    text-align: left
}

.table.expandable-table .expander>th:nth-child(1):before {
    content: '';
    display: inline-block;
    background: no-repeat center;
    width: 1em;
    height: 1em;
    background-image: linear-gradient(to top, #000, #000), linear-gradient(to top, #000, #000);
    background-size: 100% .1rem, .1rem 100%;
    margin-right: 1em
}

.table.expandable-table .expander~tr {
    display: none
}

.table.expandable-table .expander~tr>td:first-of-type {
    padding-left: 2em
}

.table.expandable-table .expander~tr>td[colspan] {
    padding: 0!important
}

.table.expandable-table .expander.expanded>th:before {
    background-image: linear-gradient(to top, #000, #000);
    background-size: 100% .1rem
}

.table.expandable-table .expander.expanded~tr:not(.expander) {
    display: table-row
}
.container img{
	max-width:37%
}

/*卡片式：列表——温馨提示*/

.card-item-helper {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, .7);
    font-size: .8rem;
    margin: 0 .25rem;
    vertical-align: bottom;
    font-weight: 700;
    display: inline-block
}

.card-item-helper:after {
    content: "\e68e"
}

.card-item-title {
    margin: 0;
    font-size: 16px;
    color: #0D1C28;
    text-align: left;
    line-height: 26px;
}

.card-item-hd {
    line-height: 1.1rem;
}

.card-item {
    position: relative;
    color: #000;
    height: 14rem;
    width: 19rem;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 1rem 1rem 0 1rem;
    background: #FFFFFF
}

.card-item-ft {
    padding: .8rem 0;
    color: #9EA4A9;
    font-size: 12px;
    line-height: 1rem;
    box-shadow: inset 0 1px 0 0 #DFE1E2;
}

.card-datapanel-line {
    height: 2.2rem;
    padding: 0.5rem;
}

.card-datapanel-border-bottom {
    border-bottom: 1px solid #DFE1E2;
}

.card-datapanel-line .card-datapanel-line-title {
    font-size: 1rem;
    color: #3C4852;
    line-height: 30px;
    display: inline-block;
	font-weight:500
}

.card-datapanel-line .card-datapanel-line-title a {
    color: #000;
}

.card-datapanel-line .card-datapanel-line-title a:hover {
    color: #4293f4
}

.card {
    padding-bottom: .5rem;
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(9, 41, 77, 0.12);
    margin: 1rem;
    margin-bottom: 2rem!important
}

.card-datapanel {
    *zoom: 1;
    line-height: 1;
    padding: 2.85rem 0;
}

.card-datapanel-title {
    font-family: PingFangSC-Regular;
    font-size: .7rem;
    color: #3C4852;
    line-height: 1.2rem;
    text-align: left;
    padding: .5rem 0;
}

.card-datapanel-title12 {
    font-family: PingFangSC-Regular;
    font-size: .6rem;
    color: #3C4852;
    line-height: 1.2rem;
    text-align: left;
    padding: .5rem 0;
}

.card-datapanel-item {
    float: left;
}

.fifty {
    width: 50%;
}

.card-item-bd {
    
}

.card_right_border {
    border-right: 1px solid #DFE1E2;
}

.card-datapanel-column .card-datapanel-data {
    font-size: 1.2rem;
    color: #0D1C28;
    line-height: 24px;
}

.card-datapanel-column .card-datapanel-data span {
    font-size: .7rem;
}

.card-datapanel-highlight {
    color: #36a5ff;
}

.card-datapanel-column .card-datapanel {
    display: table-cell;
    width: 1%;
    padding: .5rem;
    height: 6rem;
}

.card-datapanel-column {
    margin: 0 -.7rem;
    padding: .6rem 0;
}

.gd-row-gutter-30 .gd-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/*卡片带链接*/

.bizcard-col {
    margin-top: 1.5rem
}

.bizcard-item {
    text-align: center;
    display: block;
    padding: 3rem 1.5rem;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 1.5rem rgba(9, 41, 77, .12)
}

.bizcard-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    display: block;
    color: #0d1c28;
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
    margin-bottom: .5rem
}
.bizcard-title2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    display: block;
    color: #0d1c28;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    margin-bottom: .5rem
}
.bizcard-item .icon-spec {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1rem
}

.bizcard-item a {
    color: #45484b;
    white-space: nowrap
}

.bizcard-item a:hover {
    text-decoration: underline
}

.bizcard-item:hover {
    background-color: #4293f4;
    -webkit-transform: translate3d(0, -.3rem, 0);
    transform: translate3d(0, -.3rem, 0);
    box-shadow: 0 .25rem 1.25rem rgba(62, 151, 223, .3)
}

.bizcard-item:hover .icon-spec {
    opacity: .7
}

.bizcard-item:hover .bizcard-desc, .bizcard-item:hover .bizcard-title {
    color: #fff
}

.bizcard-item:hover .bizcard-desc a, .bizcard-item:hover .bizcard-title a {
    color: #fff
}

.support-aside {
    padding: 1.5rem 1.8rem;
    margin-bottom: .75rem;
    border: 1px solid #d5d5d5;
}

.support-aside-hd {
    margin-bottom: .5rem;
}

.support-aside-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1c28;
}

.support-aside-bd {
    font-size: .85rem;
    color: #45484b;
}

.support-aside-bd ol {
    list-style: decimal outside none;
}

.support-aside-bd ol li {
    line-height: 1.4rem;
}

@media screen and (min-width:1024px) {
    .bizcard-item {
        position: relative;
        height: 0;
        padding: 0;
        padding-top: 80%
    }
    .bizcard-item .icon-spec {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -3.7rem;
        margin-left: -1.6rem
    }
    .bizcard-item .bizcard-info {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 0 1.5rem;
        margin-top: .5rem
    }
	.bizcard-item .bizcard-info2 {
        position: absolute;
        top: 67%;
        width: 100%;
        padding: 0 1.5rem;
        margin-top: .5rem
    }
}

@media screen and (max-width:599px) {
    .bizcard-col {
        margin-top: 1rem
    }
    .bizcard-item {
        position: relative;
        height: 0;
        padding: 0;
        text-align: left
    }
    .bizcard-item .icon-spec {
        position: absolute;
        top: 50%;
        left: 50px;
        width: 2.4rem;
        height: 2.4rem;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .bizcard-item .bizcard-info {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        padding-left: 99px;
        padding-right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .bizcard-item .bizcard-info2 {
        position: absolute;
        left: 0;
        top: 70%;
        width: 100%;
        padding-left: 99px;
        padding-right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .bizcard-item .bizcard-info a {
        pointer-events: none
    }
}

/*列表标题*/

.portal-mod {
    margin-top: 5rem
}

.portal-mod-title {
    line-height: 1.91666667;
    border-bottom: .2rem solid #0d1c28;
    font-size: 1.2rem;
    width: 100%;
    color: #0d1c28;
    text-indent: .25rem
}

@media screen and (max-width:767px) {
    .portal-mod-title {
        font-size: 18px
    }
}

@keyframes load {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
/*banner*/
.trent-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.t-slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: .65s;
}

.trent-slider img{
    min-width: 100%;
}

.t-slider-controls .t-dots-container {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    min-width: 350px;
}

.t-slider-controls .t-slide-dots-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.t-slider-controls .t-slide-dots {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    content: "";
    clear: both;
}

.t-slider-controls .t-slide-dots .t-dot {
    background: #fafafa;
    width: 8px;
    height: 8px;
    margin: 5px;
    float: left;
    border-radius: 50%;
    transition: .65s;
}

.t-slider-controls .t-slide-dots .t-dot.current-dot, .t-slider-controls .t-slide-dots .t-dot:hover {
    transform: scale(1.65);
    cursor: pointer;
}
.tip_box {
    color: #ffffff;
    width: 360px;
    position: absolute;
    left: 5%;
    top: 100px;
}
.tip_box .tip_1{
    font-size: 42px;
    line-height: 45px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.tip_box .tip_3 {
    display: block;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 38px;
}
/*服务事项*/
.note-item{
   padding:30px 15px
}
.note-item p{
    line-height: 28px;
    color:#0d1c28;
    font-size:22px
}
.note-item p span{
    color:#f13939;
    font-weight: 600;
}
/* imgtip 容器 */
.imgtip {
    position: relative;
    display: inline-block;
}
.imgtip .imgtiptext {
    visibility: hidden;
    width: 300px;
	height:300px;
	top: -100px;
    left: 45%; 
    position: absolute;
    z-index: 100;
}

.imgtip:hover .imgtiptext {
    visibility: visible;
}
/* 弹窗 */ 
.popup {
	 background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup-inner {
 border:1px solid #e6e6e6;
  position: relative;
  max-width: 45%;
  background-color: #fff;
  border-radius: 6px;
  padding: 2em;
}
.popup_title {
  padding: 1rem 0 .5rem 3rem;
	border-bottom:1px solid #e6e6e6
}
.popup-inner .popup_code {
    padding:10px;
	width:30%;
	display: inline-block
}
.popup-inner .popup_code p {
	text-align: center;
	line-height:20px;
	color:#696d79;
	font-size: .8em;
}
.popup-inner .popup_code .pic{
	text-align: center;
	max-width:100%;
}
.popup-inner ul{
	padding:1.2em
}
.popup-inner ul li{
	line-height: 1.8em
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: .3rem;
  top: .3rem;
  z-index: 4;
  color: #8A8A8A;
  padding:5px 10px;  
  cursor: pointer;
}
.popup__close::before {
  content: "\2715";
  font-size: 15px;
  display: inline-block;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.popup__close:hover::before {
  color:#000;
  transform: rotate(90deg);
}
@media screen and (max-width:599px) {
.popup-inner {
  max-width: 90%;
}
.popup-inner .popup_code {
	width:45%;
}
}
/*在线申报新增样式*/
.title {
    height: 30px;
}
.title h1 {
    color: #005f75;
    float: left;
}
.title p {
    color: #005f75;
    float: right;
    margin-right: 20px
}
.title p span {
    background: #005f75;
    color: #fff;
    font-size: 12px;
    font-family: 微软雅黑;
    margin-right: 5px;
    border-radius: 50px;
    padding: 3px 5px;
}
.title h1 span {
    background: #005f75;
    color: #fff;
    font-size: 12px;
    font-family: arial;
    margin-right: 5px;
    border-radius: 50px;
    padding: 4px 8px;
}
.ftitle{
	color:#005f75;
	line-height: 30px;
	padding-left:40px;
}
.tab_main{
	padding:0 2%
}
.other-s{
	width:13%;
	text-align: center
}
.icon {
    background-color: #E6E6E6;
    fill: #006579;
    padding: 14px;
    width: 74px;
    height: 74px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 12px;

}
.icon svg{
	width: auto;
	height:45px;
}
.tabs-content .menu {
	padding-top:15px;
	margin-left:12px;
	margin-bottom:30px;
}
.tabs-content .menu li{
	line-height:29px;
	border-bottom:1px solid #f8f8f8;
	padding-left:12px;
	position: relative
}
.tabs-content .menu li a{
	color:#888687;
	margin-left:12px;	
}
.tabs-content .menu li::before{
	content: "";
    display: block;
	position: absolute;
	top:9px;
	left:5px;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left-color: #005f75
}
.tab p{
    font-size: 16px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 10px;
}
.ytb{
	margin-top:10px;
	margin-left:53px;
    	margin-bottom:12px;	
}