/*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;
    color: #6d6d6d;
    background: #fff;
    font-size: .3rem;
    padding-bottom: .9rem;
    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;
}

.bottom-fxied {
    position: fixed;
    z-index: 1001;
}

.page-header {
    height: 1.3rem;
    background-color: #ce0402;
}

.page-header > img {
    width: 5.5rem;
   /** height: .78rem;*/
}

.page-topNav {
    height: .8rem;
}

.page-topNav .nav {
    width: 7.1rem;
    float: left;
}

.page-topNav .nav .swiper-slide {
    width: 1.7rem;
    text-align: center;
    font-size: .32rem;
    height: .8rem;
    line-height: .8rem;
}

.page-topNav .nav .swiper-slide a {
    color: #333;
}

.page-topNav .nav .swiper-slide.active a {
    color: #ce0402;
}

.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 {
    text-align: center;
    font-size: 0;
    margin: .5rem 0;
}

.page-page a {
    margin: 0 .05rem;
    display: inline-block;
    font-size: .32rem;
    height: .7rem;
    line-height: .7rem;
    padding: 0 .2rem;
    border: 1px solid #cdcdcd;
    color: #333;
}

.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: 0;
}

.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-2 {
    margin-bottom: .3rem;
}

.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;
}

.list-box {
    margin: 0 .3rem;
}

.list-box .title {
    height: .7rem;
    border-bottom: 1px solid #d3d3d4;
    margin-bottom: .15rem;
}

.list-box .title .tl {
    float: left;
    border-bottom: 1px solid #ff3131;
    font-size: .32rem;
    color: #333;
    line-height: .69rem;
    font-weight: 700;
    margin-right: .2rem;
}

.list-box .title .tl.active {
    color: #ff3131;
}

.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;
}

.article-box {
    margin: .3rem;
}

.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-indent: 2em;
    text-align: justify;
}

.article-box img {
    max-width: 100%;
    margin: .2rem auto;
    display: block;
}

.dwOpen-carousel .swiper-container {
    width: 100%;
}

.dwOpen-carousel .swiper-slide img {
    width: 100%;
    height: 4.21rem;
}

.dwOpen-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;
}

.dwOpen-carousel .desc-txt ul {
    float: left;
    width: 70%;
    overflow: hidden;
    height: .6rem;
}

.dwOpen-carousel .desc-txt ul li {
    color: #fff;
    font-size: .32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dwOpen-carousel .swiper-pagination {
    right: .15rem;
    bottom: 0;
}

.dwOpen-carousel .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: .2rem;
    height: .2rem;
    margin-left: .11rem;
}

.dwOpen-carousel .swiper-pagination-bullet-active {
    background-color: #ce0402;
}

.dwOpen-tab-2 {
    margin-bottom: .3rem;
}

.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;
}

.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 .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 .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;
}

.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;
}

.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: .3rem 0 .15rem;
}

.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 {
}

.inquire-box .inquire-list ul {
    min-height: 5.76rem;
}

.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 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;
}

.cityOverview-video video {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cityOverview-brief {
    margin: 0 .3rem;
}

.cityOverview-brief .title {
    font-size: .34rem;
    color: #ea0b20;
    text-align: center;
    margin: .2rem 0 .1rem;
}

.cityOverview-brief p {
    font-size: .32rem;
    text-indent: 2em;
    line-height: 1.7;
    text-align: justify;
    color: #333;
}

.cityOverview-brief .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;
    margin-top: .3rem;
}

.cityOverview-ico-logo {
    overflow: hidden;
    margin-top: .3rem;
    margin-bottom: .1rem;
}

.cityOverview-ico-logo .item {
    text-align: center;
    float: left;
    margin: 0 .6rem .2rem;
    width: 1.3rem;
}

.cityOverview-ico-logo .item > img {
    width: .64rem;
    height: .62rem;
}

.cityOverview-ico-logo .item p {
    font-size: .32rem;
    color: #221815;
    line-height: 1;
    margin-top: .1rem;
}

.inquire-2 .title .tl{
	border-bottom-color:#d3d3d4;
}

.inquire-2 .title .tl a{
	color: #333;
}
