/* CSS Document */

* {
    margin: 0 auto;
    padding: 0;
}

a {
    blr: expression(this.onFocus=this.blur())
}


/*去掉a标签的虚线框，避免出现奇怪的选中区域*/

*html,
*html body
/* 修正IE6振动bug */

{
    background-image: url(about:blank);
    background-attachment: fixed;
}


/*input,textarea{-webkit-appearance: none;}*/


/* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.5;
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #666;
    overflow-x: hidden;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    list-style: none;
}

ul li a {
    display: block;
}

a {
    text-decoration: none !important;
    color: #666;
    outline: none;
    transition: color .6s, border-color .6s, background-color .6s;
}

a:hover {
    transition: color .6s, border-color .6s, background-color .6s;
}

input {
    border: 1px solid #ccc;
    outline: none;
}

textarea {
    border: 1px solid #ccc;
    outline: none;
}

form {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

a,
img {
    border: 0;
}

.clear {
    clear: both;
}

p {
    /**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
    margin: 0;
}

dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.zj_fbq {
    display: table;
    width: 100%;
    height: 100%;
}

.zj_zbq {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.verdana {
    font-family: Verdana, Geneva, sans-serif;
}

.Georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.en {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@font-face {
    font-family: "novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}

.cn {
    font-family: "novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}


/** 以上为全局设置 **/


/** index **/

.warp {
    width: 100%;
    height: auto;
    max-width: 640px;
    padding-bottom: 80px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px 0;
    position: relative;
}

.logo {
    height: auto;
    margin-right: 2rem;
}

.logo img {
    height: 50px;
}

.top_dh {
    width: 50px;
    height: auto;
    position: absolute;
    right: 10px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.zongzhan {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    border-left: 1px solid #e5e5e5;
}

.zongzhan p {
    font-size: 1.5rem;
    color: #ffba1f;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.zongzhan a {
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    background-color: #ffdf96;
    display: block;
    border-radius: 35px;
}

.top_dh {
    margin: 0;
}


/** menu **/

.menu {
    height: auto;
    padding: 30px 15px;
}

.menu ul {
    height: auto;
}

.menu ul li {
    height: auto;
    padding: 0 10px;
}

.menu ul li a {
    display: block;
    text-align: center;
}

.menu_tb {
    width: 70px;
    height: 70px;
    background: #f98e35;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}

.menu_bt {
    line-height: 30px;
    font-size: 16px;
    color: #111;
    margin-top: 10px;
}

.menu ul li a:hover .menu_tb {
    background: #437dff;
}

.menu ul li a:hover .menu_bt {
    color: #437dff;
}


/** menu **/


/** baozhang **/

.baozhang {
    height: auto;
    padding: 30px 15px;
    background: #f8f8f8;
}

.tite {
    height: auto;
}

.tite p {
    font-size: 14px;
    color: #8f8f8f;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.tite h3 {
    font-size: 36px;
    color: #f98e35;
    background: url(../images/line.png) no-repeat 50% 50%;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.tite h4 {
    font-size: 16px;
    color: #8f8f8f;
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.baozhang_list {
    height: auto;
    margin-top: 15px;
}

.baozhang_list ul {
    height: auto;
}

.baozhang_list ul li {
    height: auto;
    padding: 0 10px;
}

.baoz_zj {
    height: auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 10px;
}

.baoz_tb {
    height: auto;
    width: 50%;
}

.baoz_cen {
    height: auto;
}

.baoz_bt {
    line-height: 25px;
    font-size: 18px;
    color: #f98e35;
    font-weight: bold;
    margin-top: 5px;
}

.baoz_wz {
    height: auto;
    line-height: 25px;
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}


/** baozhang **/


/** tiao **/

.tiao {
    height: auto;
    background: #f98e35;
    padding: 15px 15px;
}

.tiao_left {
    height: auto;
}

.tiao_bt {
    line-height: 35px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.tiao_wz {
    height: auto;
    margin-top: 5px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.tiao_right {
    height: auto;
}


/** tiao **/


/** dianhua **/

.dianhua {
    height: auto;
}

.dianhua a {
    display: block;
    padding: 5px 15px;
    background: #d76506;
    text-align: center;
}

.dianhua_left {
    height: auto;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.dianhua_left img {
    height: 67px;
}

.dianhua_right {
    height: auto;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.dianhua_bt {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    text-align: left;
}

.dianhua_bt1 {
    line-height: 40px;
    font-size: 36px;
    color: #fff;
    margin-top: 2px;
}


/** dianhua **/


/** service **/

.service {
    padding: 30px 0 15px;
}

.service_list {
    height: auto;
    margin-top: 15px;
}

.service_list ul {
    height: auto;
    padding: 0 7px;
}

.service_list ul li {
    height: auto;
    margin-bottom: 15px;
    padding: 0 8px;
}

.service_tp {
    height: auto;
    position: relative;
}

.service_bt {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(249, 142, 53, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C8f98e35, endColorstr=#C8f98e35);
}


/** service **/


/** fuliuc **/

.fuliuc {
    height: auto;
    padding: 30px 15px;
    background: #f8f8f8;
}

.fuliuc_box {
    height: auto;
    margin-top: 15px;
}

.fuliuc_box ul {
    height: auto;
}

.fuliuc_box ul li {
    height: auto;
    text-align: center;
}

.fuliuc_tb {
    height: auto;
}

.fuliuc_bt {
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    color: #f98e35;
}

.fuliuc_bk {
    height: auto;
    margin-top: 15px;
    padding: 15px 30px;
    border: 1px dashed #f98e35;
    line-height: 25px;
    font-size: 14px;
    color: #444;
}


/** fuliuc **/


/** news **/

.news {
    height: auto;
    padding: 30px 15px;
}

.news_list {
    height: auto;
    margin-top: 20px;
}

.demo {
    width: 100%;
    position: relative;
}

.demo h2 {
    font-size: 16px;
    height: 44px;
    color: #3366cc;
    margin-top: 20px;
}

.demo dl dt {
    font-size: 14px;
    color: #ff6600;
    margin-top: 30px;
    font-weight: 800;
}

.demo dl dt,
.demo dl dd {
    line-height: 22px;
}

.tabbtn {
    height: auto;
    text-align: center;
}

.tabbtn li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
}

.tabbtn li a {
    display: block;
    height: auto;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #aaaaaa;
    border-radius: 30px;
    color: #fff;
    padding: 0 35px;
}

.tabbtn li.current {}

.tabbtn li.current a {
    background: #f98e35;
    color: #fff;
}


/* tabcon */

.tabcon {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.tabcon .subbox {
    position: absolute;
    left: 0;
    top: 0;
}

.tabcon .sublist {
    height: auto;
}

.news_lb {
    height: auto;
}

.news_lb ul {
    height: auto;
}

.news_lb ul li {
    height: auto;
    margin-bottom: 15px;
}

.news_lb ul li a {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.news_date {
    height: auto;
}

.news_riqi {
    height: auto;
    background: #f98e35;
    padding: 10px;
    text-align: center;
}

.news_riqi01 {
    line-height: 55px;
    font-size: 48px;
    color: #fff;
    font-family: impact;
}

.news_riqi02 {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}

.news_nr {
    height: auto;
}

.news_bt {
    line-height: 30px;
    font-size: 18px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
}

.news_wz {
    height: 50px;
    margin-top: 5px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_lb ul li a:hover .news_riqi {
    background: #437dff;
}

.news_lb ul li a:hover .news_bt {
    color: #437dff;
}

.more {
    width: 60%;
    height: auto;
    margin-top: 15px;
}

.more a {
    display: block;
    line-height: 40px;
    border: 1px solid #f98e35;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    color: #f98e35;
}

.more a:hover {
    background: #f98e35;
    color: #fff;
}

.nyxw_fl {
    height: auto;
    margin-top: 15px;
}

.nyxw_fl ul {
    height: auto;
    text-align: center;
}

.nyxw_fl ul li {
    display: inline-block;
    margin: 0 5px 10px;
}

.nyxw_fl ul li a {
    display: block;
    height: auto;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #aaaaaa;
    border-radius: 30px;
    color: #fff;
    padding: 0 35px;
}

.nyxw_fl ul li a:hover {
    background: #f98e35;
    color: #fff;
}

#nyxw_on a {
    background: #f98e35;
    color: #fff;
}

.nyxw_lb {
    height: auto;
    margin-top: 15px;
    padding-bottom: 10px;
}

.news_dot {
    height: auto;
    padding: 30px 15px;
}

.dot_bt {
    line-height: 35px;
    font-size: 24px;
    color: #111;
    text-align: center;
}

.dot_bt1 {
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}

.dot_xq {
    height: auto;
    margin-top: 15px;
    line-height: 28px;
    font-size: 15px;
    color: #444;
    text-indent: 2em;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.dot_xq p {
    margin-bottom: 10px;
}

.dot_spxp {
    height: auto;
    margin-top: 15px;
    padding-bottom: 5px;
}

.dot_spxp p {
    line-height: 28px;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dot_spxp p a {
    color: #666;
}

.dot_spxp p a:hover {
    color: #f98e35;
}


/** news **/


/** zxkf **/

.zxkf {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
}

.zxkf_zj {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    text-align: center; padding-bottom:8.0rem;
}
.zxkf .zxkf_zj{ padding-bottom:0 !important;}
.zxkf .dianhua a {
    background: #ffb310;
}


/** zxkf **/


/** page **/

.page {
    height: auto;
}

.page ul {
    text-align: center;
}

.page ul li {
    display: inline-block;
    margin: 2px 2px;
    font-size: 13px;
    color: #666;
}

.page ul li a {
    border: 1px solid #e0e0e0;
    padding: 5px 15px;
    font-size: 13px;
    color: #666;
}

.page ul li a:hover {
    background: #f98e35;
    color: #fff;
    border: 1px solid #f98e35;
}

#page_on a {
    background: #f98e35;
    color: #fff;
    border: 1px solid #f98e35;
}


/** page **/


/** service **/

.service_tp {
    height: auto;
    margin-top: 15px;
}

.nyfw_dh {
    width: 60%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nyfw_dh a {
    display: block;
    background: #f98e35;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-indent: 0;
    border-radius: 30px;
}

.nyfw_dh a i {
    margin-right: 10px;
    font-size: 20px;
}

.nyfw_dh a:hover {
    background: #d76506;
}

.nyfw_xwbt {
    line-height: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #111;
    font-size: 20px;
    padding-bottom: 5px;
}

.nyfw_xw {
    height: auto;
    margin-top: 20px;
}


/** service **/


/** city **/

.city {
    height: auto;
    padding: 0 15px;
    margin-top: 2rem;
}


/** city **/


/* 大屏幕 */

@media (min-width: 1200px) {}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {}


/** 移动端 **/

@media (max-width: 768px) {
    .menu {
        padding: 15px 15px;
    }
    .menu_tb {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .menu_bt {
        line-height: 25px;
        font-size: 14px;
        margin-top: 5px;
    }
    .baozhang {
        padding: 15px 15px;
    }
    .tite p {
        font-size: 13px;
    }
    .tite h3 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 2px;
    }
    .tite h4 {
        font-size: 14px;
        margin-top: 5px;
    }
    .baozhang_list ul li {
        margin-bottom: 15px;
    }
    .baoz_tb {
        width: 40%;
    }
    .baoz_bt {
        font-size: 16px;
    }
    .baoz_wz {
        height: 44px;
        line-height: 22px;
        font-size: 14px;
    }
    .tiao_left {
        padding: 0 10px 0 0;
    }
    .tiao_right {
        padding: 0;
        margin-top: 7px;
    }
    .tiao_bt {
        line-height: 30px;
        font-size: 20px;
        margin-top: 0;
    }
    .tiao_wz {
        margin-top: 5px;
        line-height: 22px;
        font-size: 13px;
    }
    .dianhua a {
        padding: 3px 10px;
    }
    .dianhua_left {
        text-align: right;
        margin-left: 15px;
    }
    .dianhua_right {
        padding-right: 0;
        margin-left: 10px;
    }
    .dianhua_bt {
        line-height: 20px;
        font-size: 14px;
        margin-top: 5px;
    }
    .dianhua_bt1 {
        line-height: 30px;
        font-size: 28px;
        margin-top: 0;
    }
    .dianhua_left img {
        height: 50px;
    }
    .service {
        padding: 15px 0 0;
    }
    .fuliuc_box ul li {
        padding: 0 8px;
    }
    .fuliuc_bt {
        line-height: 25px;
        font-size: 14px;
        margin-top: 5px;
    }
    .fuliuc_bk {
        margin-top: 15px;
        padding: 10px 15px;
    }
    .news {
        padding: 15px 15px;
    }
    .tabbtn li a {
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px;
    }
    .news_list {
        margin-top: 15px;
    }
    .tabbtn li {
        margin: 0 5px 5px;
    }
    .tabcon {
        margin-top: 10px;
    }
    .news_date {
        padding: 0;
    }
    .news_riqi01 {
        line-height: 40px;
        font-size: 36px;
    }
    .news_riqi02 {
        line-height: 20px;
        font-size: 14px;
    }
    .news_bt {
        font-size: 16px;
    }
    .news_wz {
        height: 44px;
        margin-top: 2px;
        line-height: 22px;
        font-size: 14px;
    }
    .more {
        width: 55%;
        margin-top: 10px;
    }
    .more a {
        line-height: 35px;
        font-size: 14px;
    }
    .warp {
        padding-bottom: 70px;
    }
    .nyxw_fl ul li {
        margin: 0 5px 5px;
    }
    .nyxw_fl ul li a {
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px;
    }
    .nyxw_lb {
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .page ul li a {
        font-size: 12px;
    }
    .dot_bt {
        line-height: 25px;
        font-size: 16px;
    }
    .dot_bt1 {
        line-height: 20px;
        font-size: 13px;
        margin-top: 5px;
    }
    .dot_xq {
        margin-top: 10px;
        line-height: 25px;
        font-size: 13px;
        padding-bottom: 10px;
    }
    .dot_spxp p {
        line-height: 25px;
        font-size: 13px;
    }
    .news_dot {
        padding: 15px 15px;
    }
    .nyfw_dh a {
        font-size: 14px;
        line-height: 35px;
    }
    .nyfw_dh a i {
        margin-right: 5px;
        font-size: 16px;
    }
    .nyfw_xwbt {
        line-height: 25px;
        margin-top: 15px;
        font-size: 16px;
    }
    .nyfw_xw {
        margin-top: 15px;
    }
    .top_dh {
        width: 40px;
        margin-top: 5px;
    }
}


/** 移动端 **/


/** index **/

.news_dot img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

#read-more {
    padding-top: 10px;
    border-top: 4px double #ddd;
    background: #fff;
    color: #333;
}

#read-more a {
    padding-right: 22px;
    background: url() no-repeat 100% 50%;
    font-weight: bold;
    text-decoration: none;
    color: #e53e40;
}