/*reset s*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
    clear: both;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
    background: #fff;
    font-size: .3rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

form {
    display: inline;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

input, select, button {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 100%;
    vertical-align: middle;
    outline: 0;
    border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

img {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

/*reset e*/
/*.mui-flex s*/
.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.mui-flex, .mui-flex *, .mui-flex:after, .mui-flex:before {
    box-sizing: border-box
}

.mui-flex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.mui-flex.vertical.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mui-flex.vertical .cell {
    width: auto
}

.mui-flex.vertical > .cell > .inner {
    position: absolute;
    width: 100%;
    height: 100%
}

.mui-flex.horizental {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.mui-flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mui-flex.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.mui-flex.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.mui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.mui-flex.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mui-flex.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.mui-flex.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.mui-flex.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.mui-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.mui-flex.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.mui-flex.align-stretch .cell {
    height: auto !important
}

.mui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.mui-flex > .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0 !important;
    position: relative
}

.mui-flex > .cell.fixed {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
    width: auto
}

.mui-flex > .cell.align-start {
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.mui-flex > .cell.align-end {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.mui-flex > .cell.align-center {
    -webkit-align-self: center;
    align-self: center
}

.mui-flex > .cell.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto !important
}

/*.mui-flex e*/
.fl {
    float: left !important;
}

.rt {
    float: right !important;;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
    text-indent: 0 !important;
}

.bottom-fxied {
    position: fixed;
    z-index: 1001;
}

.page-header {
    height: 1.6rem;
    background-color: #ce0402;
}

.page-header > img {
    width: 5.5rem;
    height: .8rem;
}

.page-topNav {
    height: .8rem;
}

.page-topNav .nav {
    width: 7.1rem;
    float: left;
}

.page-topNav .nav .swiper-slide {
    text-align: center;
    font-size: .34rem;
    height: .8rem;
    line-height: .8rem;
    padding:0 .2rem;
    width:auto;
}

.page-topNav .nav .swiper-slide a {
    color: #333;
}

.page-topNav .nav .swiper-slide.active a {
    color: #ce0402;
}

.page-topNav .swiper-button-next {
    float: right;
    width: .4rem;
    height: .8rem;
    background: url(../img/ico-arrow-2.png) no-repeat center;
    -webkit-background-size: .16rem .28rem;
    background-size: .16rem .28rem;
    position: static;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
    z-index: 3;
}

.page-topNav .swiper-button-next:after {
    content: '';
}

.page-search-box {
    margin: .1rem .3rem .3rem;
    border: 1px solid #2a2a2a;
}

.page-search-box .ipt {
    padding: 0 .15rem !important;
    font-size: .32rem;
    color: #333;
    height: .7rem;
    line-height: .7rem;
}

.page-search-box .search-btn {
    width: 1.7rem !important;
    text-align: center;
    line-height: .7rem;
    color: #ce0402;
    font-size: .32rem;
    border-left: 1px solid #2a2a2a;
}

.page-page {
    margin: .5rem 0 .9rem;
}

.page-back{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:.9rem;
	background-color:#f7f7f7;
	border-top:1px solid #e6e6e6;
	text-align:center;
	z-index:99999;
}

.page-back .back{
	width:.21rem;
	height:.39rem;
	background:url(../img/back-left.png) no-repeat;
	background-size:.21rem .39rem;
	display:block;
	margin:0 .6rem;
}

.page-back .advance{
	width:.21rem;
	height:.39rem;
	background:url(../img/back-right.png) no-repeat;
	background-size:.21rem .39rem;
	display:block;
	margin:0 .6rem;
}

.index-carousel .swiper-container {
    width: 100%;
}

.index-carousel .swiper-slide img {
    width: 100%;
    height: 4.21rem;
}

.index-carousel .desc-txt {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    z-index: 3;
    overflow: hidden;
    padding: 0 .15rem;
    height: .6rem;
    line-height: .6rem;
}

.index-carousel .desc-txt ul {
    float: left;
    width: 70%;
    overflow: hidden;
    height: .6rem;
}

.index-carousel .desc-txt ul li {
    color: #fff;
    font-size: .32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-carousel .swiper-pagination {
    right: .15rem;
    bottom: .2rem;
}

.index-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin-left: .11rem;
}

.index-carousel .swiper-pagination-bullet-active {
    background-color: #ce0402;
}

.index-tab {
    margin-top: .3rem;
}

.index-tab .tab-nav {
    overflow: hidden;
    height: .63rem;
    line-height: .63rem;
    background-color: #f1f1f1;
}

.index-tab .tab-nav .item {
    float: left;
    font-size: .38rem;
    color: #595757;
    width: 2.5rem;
    height: .63rem;
    text-align: center;
    cursor: pointer;
}

.index-tab .tab-nav .item.active {
    color: #fff;
    background: url(../img/img-10.jpg) no-repeat left top;
    background-size: 2.5rem .63rem;
}

.index-tab .tab-cnt .tab-panel {
    display: none;
}

.index-tab .tab-cnt .tab-panel ul {
    margin: .15rem .3rem;
    height: 4.32rem;
}

.index-tab .tab-cnt .tab-panel ul li {
    padding: .2rem 0;
}

.index-tab .tab-cnt .tab-panel ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.index-tab .tab-cnt .tab-panel ul li .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-tab .tab-cnt .tab-panel ul li .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.index-tab .tab-cnt .tab-panel .see-more {
    display: block;
    width: 6.2rem;
    background-color: #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #898989;
    border-radius: 3rem;
}

.index-ad {
    width: 6.9rem;
    margin: .3rem auto;
}

.index-ad img {
    width: 100%;
    height: 1.02rem;
}

.index-counties-link {
    margin: .3rem;
    border: 1px solid #d3d3d4;
    height: .75rem;
    background-color: #f3f3f3;
}

.index-counties-link .label {
    font-size: .32rem;
    color: #2e3b58;
    width: 2.9rem !important;
    text-align: center;
}

.index-counties-link .cnt .select {
    width: 95%;
    font-size: .32rem;
    background: url(../img/ico-arrow-3.png) no-repeat right center transparent;
    background-size: .21rem .14rem;
}

.cityOverview-carousel .swiper-container {
    width: 100%;
}

.cityOverview-carousel .swiper-slide img {
    width: 100%;
    height: 3.91rem;
}

.cityOverview-carousel .swiper-pagination {
    bottom: .15rem !important;
}

.cityOverview-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin: 0 .08rem !important;
}

.cityOverview-carousel .swiper-pagination-bullet-active {
    background-color: #ce0402;
}

.cityOverview-tab {
    margin-top: .3rem;
}

.cityOverview-tab > .tab-nav {
    overflow: hidden;
    height: .63rem;
    line-height: .63rem;
    background-color: #f1f1f1;
}

.cityOverview-tab > .tab-nav .item {
    float: left;
    font-size: .38rem;
    color: #595757;
    width: 2.5rem;
    height: .63rem;
    text-align: center;
    cursor: pointer;
}

.cityOverview-tab > .tab-nav .item.active {
    color: #fff;
    background: url(../img/img-10.jpg) no-repeat left top;
    background-size: 2.5rem .63rem;
}

.cityOverview-tab .tab-cnt .tab-panel {
    display: none;
}

.cityOverview-tab .tab-cnt .tab-panel ul {
    margin: .15rem .3rem;
    height: 4.32rem;
}

.cityOverview-tab .tab-cnt .tab-panel ul li {
    padding: .2rem 0;
}

.cityOverview-tab .tab-cnt .tab-panel ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.cityOverview-tab .tab-cnt .tab-panel ul li .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cityOverview-tab .tab-cnt .tab-panel ul li .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.cityOverview-tab .tab-cnt .tab-panel .see-more {
    display: block;
    width: 6.2rem;
    background-color: #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #898989;
    border-radius: 3rem;
}

.cityOverview-ico-logo {
    overflow: hidden;
    margin: .3rem 0 .1rem;
}

.cityOverview-ico-logo .item {
    text-align: center;
    float: left;
    margin: 0 .6rem .2rem;
    width: 1.3rem;
}

.cityOverview-ico-logo .item > img {
    width: .74rem;
    height: .74rem;
}

.cityOverview-ico-logo .item p {
    font-size: .32rem;
    color: #221815;
    line-height: 1;
    margin-top: .1rem;
}

.cityOverview-sec-1 {
    margin: 0 .3rem;
}

.cityOverview-sec-1 .hd {
    border-bottom: 1px solid #c9caca;
    height: .7rem;
}

.cityOverview-sec-1 .hd .tl {
    font-size: .38rem;
    color: #ce0402;
    border-bottom: 1px solid #ce0402;
    float: left;
    line-height: .69rem;
    padding: 0 .15rem;
}

.cityOverview-sec-1 .bd {
    overflow: hidden;
    margin-top: .2rem;
}

.cityOverview-sec-1 .bd .item {
    float: left;
    width: 3.35rem;
    height: .95rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    background-color: #f3f5f5;
    line-height: .95rem;
    text-align: center;
    font-size: .3rem;
    color: #727171;
}

.cityOverview-sec-1 .bd .item:nth-child(2n) {
    margin-right: 0;
}

.cityOverview-sec-2 {
    margin: 0 .3rem;
}

.cityOverview-sec-2 .hd {
    border-bottom: 1px solid #c9caca;
    height: .7rem;
}

.cityOverview-sec-2 .hd .tl {
    font-size: .38rem;
    color: #ce0402;
    border-bottom: 1px solid #ce0402;
    float: left;
    line-height: .69rem;
    padding: 0 .15rem;
}

.cityOverview-sec-2 .bd {
    overflow: hidden;
    margin-top: .2rem;
}

.cityOverview-sec-2 .bd .item {
    float: left;
    width: 2.15rem;
    height: .95rem;
    margin-right: .225rem;
    margin-bottom: .225rem;
    background-color: #f3f5f5;
    line-height: .95rem;
    text-align: center;
    font-size: .3rem;
    color: #727171;
    background-size:2.15rem .95rem;
    position:relative;
}

.cityOverview-sec-2 .bd .item span{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,.7);
	height:.36rem;
	line-height:.36rem;
	font-size:.28rem;
	color:#333;
}

.cityOverview-sec-2 .bd .item:nth-child(3n) {
    margin-right: 0;
}

.dwOpen-carousel .swiper-container {
    width: 100%;
}

.dwOpen-carousel .swiper-slide img {
    width: 100%;
}

.dwOpen-carousel .swiper-pagination {
    bottom: .15rem !important;
}

.dwOpen-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin: 0 .08rem !important;
}

.dwOpen-carousel .swiper-pagination-bullet-active {
    background-color: #ce0402;
}

.dwOpen-tab {
    margin-top: .3rem;
}

.dwOpen-tab .tab-nav {
    overflow: hidden;
    height: .63rem;
    line-height: .63rem;
    background-color: #f1f1f1;
}

.dwOpen-tab .tab-nav .item {
    float: left;
    font-size: .38rem;
    color: #595757;
    width: 2.5rem;
    height: .63rem;
    text-align: center;
    cursor: pointer;
}

.dwOpen-tab .tab-nav .item.active {
    color: #fff;
    background: url(../img/img-10.jpg) no-repeat left top;
    background-size: 2.5rem .63rem;
}

.dwOpen-tab .tab-cnt .tab-panel {
    display: none;
}

.dwOpen-tab .tab-cnt .tab-panel ul {
    margin: .15rem .3rem;
    height: 4.32rem;
}

.dwOpen-tab .tab-cnt .tab-panel ul li {
    padding: .2rem 0;
}

.dwOpen-tab .tab-cnt .tab-panel ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.dwOpen-tab .tab-cnt .tab-panel ul li .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dwOpen-tab .tab-cnt .tab-panel ul li .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.dwOpen-tab .tab-cnt .tab-panel .see-more {
    display: block;
    width: 6.2rem;
    background-color: #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #898989;
    border-radius: 3rem;
}

.dwOpen-tab-2 {
    margin-bottom: .3rem;
}

.inquire-box {
    margin: 0 .3rem;
}

.inquire-box .hot-link{
	margin-top:.2rem;
}

.inquire-box .hot-link a{
	font-size:.32rem;
	height:.6rem;
	line-height:.6rem;
	padding:0 .15rem;
	display:inline-block;
	border:1px dashed #ccc;
	border-radius:.1rem;
	color:#2e3b58;
	background-color:#f9f9f9;
	margin-right:.05rem;
}

.inquire-box .title {
    height: .7rem;
    border-bottom: 1px solid #d3d3d4;
    margin-bottom:.15rem;
}

.inquire-box .title .tl {
    float: left;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
    margin-right:.2rem;
}

.inquire-box .title .tl.active{
	border-bottom-color:#ff3131;
}

.inquire-box .title .tl.active a{
	color:#ff3131;
}

.inquire-box .inquire {
    padding: .15rem 0 .1rem;
}

.inquire-box .inquire .item {
    float: left;
}

.inquire-box .inquire .item label {
    float: left;
    font-size: .32rem;
    color: #333;
    margin: 0 .2rem;
    line-height: .7rem;
}

.inquire-box .inquire .item .select {
    width: 2.4rem;
    height: .7rem;
    border: 1px solid #d3d3d4;
    color: #666;
    border-radius: 0;
    background: url(../img/ico-arrow-3.png) no-repeat 2rem center transparent;
    background-size: .21rem .14rem;
}

.inquire-box .inquire .item-lg {
    overflow: hidden;
    margin-top: .3rem;
    font-size: 0;
}

.inquire-box .inquire .item-lg label {
    float: left;
    font-size: .32rem;
    color: #333;
    margin: 0 .2rem;
    line-height: .68rem;
}

.inquire-box .inquire .item-lg .ipt {
    width: 4.2rem;
    height: .68rem;
    line-height: .68rem;
    border: 1px solid #d3d3d4;
    color: #666;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .32rem;
    border-radius: 0;
    -webkit-appearance: none;
}

.inquire-box .inquire .item-lg .inquire-btn {
    display: inline-block;
    vertical-align: middle;
    width: 1.53rem;
    height: .7rem;
    line-height: .7rem;
    margin-left: .1rem;
    font-size: .32rem;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    background: linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    text-align: center;
    border-radius: .05rem;
}

.inquire-box .inquire-list ul li {
    padding: .2rem 0;
}

.inquire-box .inquire-list ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.inquire-box .inquire-list .video-ul .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: .32rem;
    color: #2e3b58;
}

.inquire-box .inquire-list .video-ul .desc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: .32rem;
    color: #999;
    margin-top:.15rem;
}

.inquire-box .inquire-list ul li a .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inquire-box .inquire-list ul li a .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.inquire-2 .title .tl{
	border-bottom-color:#d3d3d4;
}

.inquire-2 .title .tl a{
	color: #333;
}

.article-box {
    margin: .3rem;
}

.article-box table{
	width:100%!important;
}

.article-box .title {
    font-size: .4rem;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.article-box .meta {
    padding: .2rem 0;
    text-align: center;
    border-bottom: 1px dashed #666;
    margin-bottom: .15rem;
}

.article-box .meta span {
    font-size: .26rem;
    color: #666;
    margin: 0 .05rem;
}

.article-box p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
}

.article-box p img,.article-box img,.article-box table img,.article-box video,.article-box table {
	max-width:100% !important;
	height:auto!important;
	display:block;
    margin: .2rem auto;
}

.article-box .video-video {
    margin: .3rem 0;
}

.article-box .video-video video {
    width: 100%;
}

.article-box .video-list {
}

.article-box .video-list .tl {
    font-size: .34rem;
    border-left: 2px solid #ce0402;
    line-height: 1;
    padding-left: .1rem;
    margin-bottom: .2rem;
}

.article-box .video-list li {
    margin-bottom: .2rem;
}

.article-box .video-list li a {
    display: block;
    overflow: hidden;
    font-size: .32rem;
    color: #2e3b58;
    text-align: justify;
}

.onlineVideo-carousel .swiper-container {
    width: 100%;
}

.onlineVideo-carousel .swiper-slide img {
    width: 100%;
}

.onlineVideo-carousel .swiper-pagination {
    bottom: .15rem !important;
}

.onlineVideo-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin: 0 .08rem !important;
}

.onlineVideo-carousel .swiper-pagination-bullet-active {
    background-color: #ce0402;
}

.onlineVideo-tab {
    margin-top: .3rem;
}

.onlineVideo-tab .tab-nav {
    overflow: hidden;
    height: .63rem;
    line-height: .63rem;
    background-color: #f1f1f1;
}

.onlineVideo-tab .tab-nav .item {
    float: left;
    font-size: .38rem;
    color: #595757;
    width: 2.5rem;
    height: .63rem;
    text-align: center;
    cursor: pointer;
}

.onlineVideo-tab .tab-nav .item.active {
    color: #fff;
    background: url(../img/img-10.jpg) no-repeat left top;
    background-size: 2.5rem .63rem;
}

.onlineVideo-tab .tab-cnt .tab-panel {
    display: none;
}

.onlineVideo-tab .tab-cnt .tab-panel .expert-list .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: .32rem;
    color: #2e3b58;
}

.onlineVideo-tab .tab-cnt .tab-panel .expert-list .desc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .32rem;
    color: #999;
    margin-top:.15rem;
}

.onlineVideo-tab .tab-cnt .tab-panel ul {
    margin: .15rem .3rem;
    height: 4.32rem;
}

.onlineVideo-tab .tab-cnt .tab-panel ul li {
    padding: .2rem 0;
}

.onlineVideo-tab .tab-cnt .tab-panel ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.onlineVideo-tab .tab-cnt .tab-panel ul li .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.onlineVideo-tab .tab-cnt .tab-panel ul li .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.onlineVideo-tab .tab-cnt .tab-panel .see-more {
    display: block;
    width: 6.2rem;
    background-color: #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #898989;
    border-radius: 3rem;
}

.onlineVideo-talentHeTao-film {
    margin: .15rem .3rem .3rem;
}

.onlineVideo-talentHeTao-film .hd {
    height: .7rem;
    border-bottom: 1px solid #d3d3d4;
}

.onlineVideo-talentHeTao-film .hd .tl {
    float: left;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
}

.onlineVideo-talentHeTao-film .bd {
    padding-top: .25rem;
}

.onlineVideo-talentHeTao-film .bd video {
    width: 100%;
}

.onlineVideo-talentHeTao-film .see-more {
    display: block;
    width: 6.2rem;
    background-color: #e4e3e3;
    margin-left: auto;
    margin-right: auto;
    margin-top: .3rem;
    margin-bottom: .3rem;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #898989;
    border-radius: 3rem;
}

.cityOverviewDetail-box {
    margin: 0 .3rem .3rem;
}

.cityOverviewDetail-box .title {
    height: .7rem;
    text-align: center;
}

.cityOverviewDetail-box .title .tl {
    display: inline-block;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
}

.cityOverviewDetail-box .tab-nav {
    margin-top: .3rem;
}

.cityOverviewDetail-box .tab-nav .item {
    width: 1.4rem;
    height: .9rem;
    background-color: #fafafa;
    border: 1px dashed #dcdcdd;
    background-repeat: no-repeat;
    background-position: center .1rem;
    -webkit-background-size: .37rem .34rem;
    background-size: .37rem .34rem;
    text-align: center;
    margin-bottom: .3rem;
    cursor: pointer;
}

.cityOverviewDetail-box .tab-nav .item span {
    font-size: .3rem;
    color: #000;
    margin-top: .48rem;
    display: block;
    line-height: 1;
}

.cityOverviewDetail-box .tab-nav .item.active span {
    color: #ea0b20;
}

.cityOverviewDetail-box .tab-nav .item.one {
    background-image: url(../img/ico-gray-4.png);
}

.cityOverviewDetail-box .tab-nav .item.one.active {
    background-image: url(../img/ico-red-4.png);
}

.cityOverviewDetail-box .tab-nav .item.two {
    background-image: url(../img/ico-gray-2.png);
}

.cityOverviewDetail-box .tab-nav .item.two.active {
    background-image: url(../img/ico-red-2.png);
}

.cityOverviewDetail-box .tab-nav .item.three {
    background-image: url(../img/ico-gray-3.png);
}

.cityOverviewDetail-box .tab-nav .item.three.active {
    background-image: url(../img/ico-red-3.png);
}

.cityOverviewDetail-box .tab-nav .item.four {
    background-image: url(../img/ico-gray-1.png);
}

.cityOverviewDetail-box .tab-nav .item.four.active {
    background-image: url(../img/ico-red-1.png);
}

.cityOverviewDetail-box .tab-nav .item.five {
    background-image: url(../img/ico-gray-6.png);
}

.cityOverviewDetail-box .tab-nav .item.five.active {
    background-image: url(../img/ico-red-6.png);
}

.cityOverviewDetail-box .tab-nav .item.six {
    background-image: url(../img/ico-gray-5.png);
}

.cityOverviewDetail-box .tab-nav .item.six.active {
    background-image: url(../img/ico-red-5.png);
}

.cityOverviewDetail-box .tab-nav .item.seven {
    background-image: url(../img/ico-gray-8.png);
}

.cityOverviewDetail-box .tab-nav .item.seven.active {
    background-image: url(../img/ico-red-8.png);
}

.cityOverviewDetail-box .tab-nav .item.eight {
    background-image: url(../img/ico-gray-7.png);
}

.cityOverviewDetail-box .tab-nav .item.eight.active {
    background-image: url(../img/ico-red-7.png);
}

.cityOverviewDetail-box .article .tit {
    font-size: .32rem;
    color: #ea0b20;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 .2rem;
    line-height: 1;
}

.cityOverviewDetail-box .article .bd p {
    font-size: .3rem;
    color: #333;
    text-align: justify;
    line-height: 1.7;
}

.economyDevelop-box {
    padding: 0 .3rem;
}

.economyDevelop-box .tit {
    height: .7rem;
    text-align: center;
    margin-bottom: .3rem;
}

.economyDevelop-box .tit .tl {
    display: inline-block;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
}

.economyDevelop-box .tab-nav .item {
    width: .5rem;
    height: 1.95rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    line-height: 1;
    padding: .14rem .05rem;
    transition: all .3s;
    cursor: pointer;
}

.economyDevelop-box .tab-nav .item.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.economyDevelop-box .article .title {
    font-size: .32rem;
    color: #333;
    text-align: center;
    margin-top: .3rem;
    margin-bottom: .2rem;
}

.economyDevelop-box .article .meta {
    text-align: center;
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    border-bottom: 1px dashed #666;
}

.economyDevelop-box .article .meta span {
    font-size: .26rem;
    color: #666;
    margin: 0 .05rem;
}

.economyDevelop-box .article .bd {
    padding-bottom: .2rem;
}

.economyDevelop-box .article .bd p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
}

.specNxPro-box .tit {
    height: .7rem;
    text-align: center;
}

.specNxPro-box .tit .tl {
    display: inline-block;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
}

.specNxPro-box .classify-list {
    padding: .3rem .3rem 0;
    overflow: hidden;
}

.specNxPro-box .classify-list .item {
    float: left;
    position: relative;
    margin-right: .28rem;
    margin-bottom: .28rem;
}

.specNxPro-box .classify-list .item:nth-child(3n) {
    margin-right: 0;
}

.specNxPro-box .classify-list .item img {
    width: 2.11rem;
    height: 1rem;
}

.specNxPro-box .classify-list .item p {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    line-height: 1.3;
    color: #ff2600;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.specNxPro-box .classify-list .item.active p {
    color: #fff;
    background: rgba(255, 35, 0, .8);
}

.specNxPro-box .detail {
    padding: 0 .3rem .3rem;
}

.specNxPro-box .detail .title {
    font-size: .32rem;
    color: #333;
    text-align: center;
    margin-bottom: .26rem;
    margin-top: .1rem;
}

.specNxPro-box .detail .meta {
    text-align: center;
}

.specNxPro-box .detail .meta span {
    font-size: .26rem;
    color: #666;
    margin: 0 .05rem;
}

.specNxPro-box .detail .bd {
    border-top: 1px dashed #666;
    margin-top: .2rem;
    padding-top: .2rem;
}

.specNxPro-box .detail .bd p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
}

.specNxPro-box .detail .bd img{
	display:block;
	margin:.1rem auto;
	max-width:100%;
}

.modernRuralCity-box {
    margin: 0 .3rem;
}

.modernRuralCity-box .title {
    text-align: center;
    margin: .3rem 0;
}

.modernRuralCity-box .title > img {
    width: 100%;
}

.modernRuralCity-box .intro {
    margin-bottom: .2rem;
}

.modernRuralCity-box .intro .desc {
    margin-top: .1rem;
    height: 4.9rem;
    overflow: hidden;
}

.modernRuralCity-box .intro .desc p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
}

.modernRuralCity-box .intro .see-more-btn {
    padding: .2rem 0;
}

.modernRuralCity-box .intro .see-more-btn span {
    width: 1.6rem;
    height: .5rem;
    line-height: .5rem;
    display: block;
    margin: 0 auto;
    font-size: .3rem;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    background: linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    text-align: center;
    border-radius: .05rem;
    cursor: pointer;
}

.modernRuralCity-tab {
}

.modernRuralCity-tab .tab-nav {
    border-bottom: 1px solid #edeeee;
    height: .75rem;
}

.modernRuralCity-tab .tab-nav .item {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .38rem;
    color: #333;
    line-height: .75rem;
    cursor: pointer;
    font-weight:700;
}

.modernRuralCity-tab .tab-nav .item.active {
    color: #ff3131;
    border-bottom: 1px solid #ff3131;
}

.modernRuralCity-tab .tab-cnt {
    margin-bottom: .3rem;
}

.modernRuralCity-tab .tab-panel {
    display: none;
}

.modernRuralCity-tab .target-position {
    padding-top: .1rem;
}

.modernRuralCity-tab .target-position p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
}

.modernRuralCity-tab .target-position .list {
    overflow: hidden;
    margin: .2rem 0 .3rem;
}

.modernRuralCity-tab .target-position .list li img {
    width: .82rem;
}

.modernRuralCity-tab .three-base {
    padding-top: .1rem;
}

.modernRuralCity-tab .three-base p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
    margin-bottom: .1rem;
}

.modernRuralCity-tab .key-strategy {
    padding-top: .1rem;
}

.modernRuralCity-tab .key-strategy p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
    margin-bottom: .1rem;
}

.modernRuralCity-tab .key-strategy .list {
    margin-bottom: .1rem;
    overflow: hidden;
}

.modernRuralCity-tab .key-strategy .list li img {
    width: 100%;
}

.modernRuralCity-tab .key-strategy .list li {
    margin-bottom: .1rem;
    float: left;
    width: 50%;
    text-align: center;
}

.modernRuralCity-tab .key-strategy .list li:last-child {
    width: 100%;
}

.modernRuralCity-tab .key-strategy .list li:last-child img {
    width: 100%;
}

.modernRuralCity-carousel .swiper-container {
    width: 100%;
}

.modernRuralCity-carousel .swiper-slide {
    position: relative;
}

.modernRuralCity-carousel .swiper-slide img {
    width: 100%;
}

.modernRuralCity-carousel .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #C42A1A;
    color: #fff;
    font-size: .3rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
}

.modernRuralCity-carousel .swiper-pagination {
    bottom: .15rem !important;
    text-align: right;
    padding-right: .15rem;
}

.modernRuralCity-carousel .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin: 0 .08rem !important;
}

.modernRuralCity-carousel .swiper-pagination-bullet-active {
    background-color: #333;
}

.modernRuralCity-tab .key-project {
    padding-top: .1rem;
}

.modernRuralCity-tab .key-project > p {
    font-size: .32rem;
    line-height: 1.7;
    text-align: justify;
    text-indent: 2em;
    color: #333;
    margin-bottom: .1rem;
}

.list-box {
    margin: 0 .3rem;
}

.list-box ul {
    max-height: 7.2rem;
}

.list-box ul li {
    padding: .2rem 0;
}

.list-box ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.list-box ul li a .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-box ul li a .time {
    float: right;
    font-size: .32rem;
    color: #999;
}

.pic-list-box {
    padding: .1rem .3rem .1rem;
}

.pic-list-box .pic-list {
    overflow: hidden;
}

.pic-list-box .pic-list .item {
    width: 50%;
    float: left;
    margin-bottom: .1rem;
}

.pic-list-box .pic-list .item:nth-child(2n) .inner {
    margin-left: .15rem;
    margin-right: 0;
}

.pic-list-box .pic-list .item .inner {
    margin-right: .15rem;
    display: block;
}

.pic-list-box .pic-list .item .inner > img {
    width: 100%;
    height: 2.01rem;
}

.pic-list-box .pic-list .item .inner .tl {
    font-size: .3rem;
    color: #000;
    text-align: center;
    display: block;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hetaoCulture-box {
    margin: 0 .3rem;
}

.hetaoCulture-box .tit {
    height: .7rem;
    text-align: center;
}

.hetaoCulture-box .tit .tl {
    display: inline-block;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
}

.hetaoCulture-box .tab-nav {
    margin-bottom: .2rem;
    padding-top: .1rem;
}

.hetaoCulture-box .tab-nav .item {
    position: relative;
    margin-top: .65rem;
    cursor: pointer;
}

.hetaoCulture-box .tab-nav .item img {
    width: 2.18rem;
}

.hetaoCulture-box .tab-nav .item .headline {
    position: absolute;
    width: .88rem;
    left: 50%;
    transform: translate(-50%, -60%);
    height: .88rem;
    background-size: .88rem .88rem;
    background-repeat: no-repeat;
}

.hetaoCulture-box .tab-nav .one .headline {
    background-image: url(../img/ht-red-1.png);
}

.hetaoCulture-box .tab-nav .two .headline {
    background-image: url(../img/ht-red-2.png);
}

.hetaoCulture-box .tab-nav .three .headline {
    background-image: url(../img/ht-red-3.png);
}

.hetaoCulture-box .tab-nav .four .headline {
    background-image: url(../img/ht-red-4.png);
}

.hetaoCulture-box .tab-nav .five .headline {
    background-image: url(../img/ht-red-5.png);
}

.hetaoCulture-box .tab-nav .six .headline {
    background-image: url(../img/ht-red-6.png);
}

.hetaoCulture-box .tab-nav .active.one .headline {
    background-image: url(../img/ht-gray-1.png);
}

.hetaoCulture-box .tab-nav .active.two .headline {
    background-image: url(../img/ht-gray-2.png);
}

.hetaoCulture-box .tab-nav .active.three .headline {
    background-image: url(../img/ht-gray-3.png);
}

.hetaoCulture-box .tab-nav .active.four .headline {
    background-image: url(../img/ht-gray-4.png);
}

.hetaoCulture-box .tab-nav .active.five .headline {
    background-image: url(../img/ht-gray-5.png);
}

.hetaoCulture-box .tab-nav .active.six .headline {
    background-image: url(../img/ht-gray-6.png);
}

.hetaoCulture-box .list ul {
    max-height: 7.2rem;
}

.hetaoCulture-box .list ul li {
    padding: .2rem 0;
}

.hetaoCulture-box .list ul li a {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.hetaoCulture-box .list ul li a .tl {
    font-size: .32rem;
    color: #2e3b58;
    float: left;
    width: 5.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hetaoCulture-box .list ul li a .time {
    float: right;
    font-size: .32rem;
    color: #999;
}
.directory-box{
    margin: 0 .3rem;
}
.directory-box .tab-nav{
    height: .7rem;
    border-bottom: 1px solid #d3d3d4;
    padding: 0 .6rem;
}
.directory-box .tab-nav .item{
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    padding: 0 .2rem;
}
.directory-box .tab-nav .item.active{
    border-bottom: 1px solid #ce0402;
    color:#ce0402;
}
.directory-box .search{
    margin-top: .3rem;
    margin-bottom: .25rem;
}
.directory-box .search .item{
    overflow: hidden;
    margin-bottom: .2rem;
    font-size: 0;
}
.directory-box .search .item label{
    float: left;
    font-size: .32rem;
    color: #333;
    margin-right: .1rem;
    line-height: .7rem;
}
.directory-box .search .item .select{
    height: .7rem;
    border: 1px solid #d3d3d4;
    color: #666;
    border-radius: 0;
    background: url(../img/ico-arrow-3.png) no-repeat transparent;
    background-size: .21rem .14rem;
    font-size: .32rem;
}
.directory-box .search .item .search-btn{
    display: inline-block;
    vertical-align: middle;
    width: 1.62rem;
    height: .7rem;
    line-height: .7rem;
    margin-left: .1rem;
    font-size: .32rem;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    background: linear-gradient(90deg, #FF9867 1%, #ff655f 100%);
    text-align: center;
    border-radius: .05rem;
}
.directory-list{}
.directory-list .item{
    margin-bottom: .25rem;
}
.directory-list .item .first{
    font-size: .32rem;
    color: #000;
    text-align: justify;
    padding-bottom: .25rem;
    border-bottom: 1px solid #ccc;
}
.directory-list .item .second{}
.directory-list .item .second .i-item{
}
.directory-list .item .second .i-item .tl{
    color: #ce0402;
    background: url(../img/ico-arrow-blue-1.jpg) no-repeat left .3rem;
    background-size: .21rem .21rem;
    padding: .2rem 0 .2rem .3rem;
    border-bottom: 1px dashed #ccc;
}
.directory-list .item .second .i-item .list{display: none;}
.directory-list .item .second .i-item .list li{
    border-bottom: 1px dashed #ccc;
}
.directory-list .item .second .i-item .list li a{
    overflow: hidden;
    display: block;
    line-height: 2.2;
}
.directory-list .item .second .i-item .list li .tit{
    width: 4.8rem;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.directory-list .item .second .i-item .list li .time{
    width: 2rem;
    float: right;
    text-align: right;
    color: #666;
}
.ztlist-box .ztlist{
	margin: .2rem .3rem 0;
}
.ztlist-box .ztlist .item{
	display:block;
	width:100%;
	height:2.39rem;
	margin-bottom:.3rem;
	border:1px solid #d3d3d4;
}
.ztlist-box .ztlist .item > img{
	width:100%;
	height:100%;
}
