
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff6300;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none \9;
}


/*for IE9*/

.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999px;
}

.header {
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .24);
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.logo {
    float: left;
    margin-top: 20px;
}

.nav {
    float: right;
    position: relative;
    overflow: hidden;
}

.nav li {
    float: left;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(../image/xx1.png) right center no-repeat;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.nav li:last-of-type {
    background: none;
}

.nav li a {
    display: block;
}

.nav li a.on {
    color: #ff6300;
}

.nav_bg {
    position: absolute;
    left: -200px;
    bottom: 14px;
    width: 60px;
    height: 3px;
    background: #ff6300;
    transition: all 0.5s;
    z-index: 8;
}

.header_dh {
    float: right;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    margin: 24px 0 0 22px;
    background: url(../image/dh1.png) left center no-repeat;
    font-size: 22px;
    color: #666;
    font-family: arial;
}

.index_header .logo {
    opacity: 0;
    position: relative;
    left: -150px;
    transition: all 0.6s ease-out;
}

.index_header .nav,
.index_header .header_dh {
    opacity: 0;
    position: relative;
    right: -150px;
    transition: all 0.6s ease-out;
}

.mT70 {
    margin-top: 70px;
}

.i_banner {
    height: 580px;
    position: relative;
}

.i_banner .swiper-slide a {
    display: block;
    height: 100%;
}

.i_banner_pagination {
    position: absolute;
    bottom: 66px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.i_banner_pagination .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 0 4px;
    opacity: .4;
    cursor: pointer;
}

.i_banner_pagination .swiper-active-switch {
    background: #fff;
    opacity: 1;
}

.i_gsdt_box {
    height: 90px;
    margin: -45px 0 40px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 6px #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    opacity: 0;
    top: -150px;
    transition: all 0.6s ease-out;
}

.i_gsdt {
    float: left;
    width: 30.333%;
    margin: 0 1.5%;
}

.i_gsdt_t {
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_gsdt_b {
    height: 24px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_tit {
    padding: 0 5px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #444;
    position: relative;
    letter-spacing: 1px;
}

.i_tit span {
    padding-left: 12px;
    font-size: 12px;
    color: #888;
    font-family: arial;
}

.i_tit .more {
    position: absolute;
    right: 5px;
    bottom: 4px;
    font-size: 12px;
    color: #888;
}

.i_tit .more:hover {
    color: #ff6300;
}

.i_cpfw_box {
    max-height: 9999px;
    margin: 0 -30px 20px 0;
}

.i_cpfw {
    float: left;
    width: 380px;
    margin: 0 30px 60px 0;
}

.i_cpfw_img {
    height: 190px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.i_cpfw_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_cpfw:hover .i_cpfw_img img {
    transform: scale(1.1);
}

.i_cpfw_b {
    height: 169px;
    border: 1px solid #E5E5E5;
    border-top: 0;
    text-align: center;
    overflow: hidden;
    letter-spacing: 1px;
}

.i_cpfw_tit {
    margin-top: 25px;
    font-size: 24px;
}

.i_cpfw_desc {
    margin-top: 9px;
    font-size: 18px;
    color: #666;
}

.i_cpfw_link {
    margin-top: 17px;
}

.i_cpfw_link a {
    display: inline-block;
    width: 122px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #888;
    border-radius: 100px;
    font-size: 14px;
    color: #888;
    transition: all 0.2s;
}

.i_cpfw:hover .i_cpfw_link a {
    border-color: #ff6300;
    background: #ff6300;
    color: #fff;
}

.i_slsj_box {
    height: 245px;
    background: #F5F5F5;
    overflow: hidden;
}

.i_slsj {
    max-height: 9999px;
}

.i_slsj_info {
    float: left;
    width: 300px;
    margin-top: 24px;
    text-align: center;
    background: url(../image/xx2.png) right center no-repeat;
}

.i_slsj_info:last-of-type {
    background: none;
}

.i_slsj_t {
    font-size: 48px;
    color: #db0909;
}

.i_slsj_t2 {
    color: #4730ed;
}

.i_slsj_t3 {
    color: #890bb3;
}

.i_slsj_t4 {
    color: #1e81f1;
}

.i_slsj_t span {
    padding-left: 2px;
    font-size: 18px;
}

.i_slsj_b {
    margin-top: 4px;
    font-size: 16px;
    color: #666;
}

.i_slgs {
    padding: 30px;
    margin: -85px 0 60px;
    background: #fff;
    box-shadow: 0 0 10px #e4e4e4;
    max-height: 9999px;
    position: relative;
}

.i_slgs_l {
    float: left;
    width: 352px;
}

.i_slgs_r {
    float: right;
    width: 760PX;
}

.i_slgs_tit {
    margin: 2px 0 20px;
    font-size: 18px;
}

.i_slgs_tit span {
    font-size: 14px;
    color: #999;
    font-family: arial;
    position: relative;
    top: -4px;
}

.i_slgs_info {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.i_slgs_more {
    margin-top: 18px;
    text-align: right;
}

.i_slgs_more a {
    display: inline-block;
    width: 113px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    font-size: 14px;
    color: #999;
}

.i_slgs_more a:hover {
    border-color: #ff6300;
    color: #ff6300;
}

.i_sldt_box {
    margin-bottom: 60px;
    max-height: 9999px;
}

.i_sldt_l {
    float: left;
    width: 565px;
}

.i_sldt_big {
    width: 513px;
    margin-bottom: 22px;
}

.i_sldt_big img {
    display: block;
    width: 100%;
    height: 322px;
}

.i_sldt_big_name {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_sldt_info {
    max-height: 9999px;
    margin-bottom: 30px;
}

.i_sldt_info_l {
    float: left;
    width: 65px;
    font-size: 20px;
    font-family: arial;
    text-align: right;
}

.i_sldt_info_l span {
    font-size: 16px;
    color: #888;
    position: relative;
    top: -2px;
}

.i_sldt_info_r {
    float: right;
    width: 470px;
}

.i_sldt_info_name {
    height: 28px;
    line-height: 28px;
    margin-bottom: 6px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_sldt_info_desc {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
    text-indent: 28px;
}

.i_sldt_r {
    float: right;
    width: 565px;
}

.footer_consult {
    height: 285px;
    background: url(../image/i_lxwm.jpg) no-repeat center center;
}

.footer_consult .box {
    box-sizing: border-box;
    padding: 90px 145px 0 145px;
}

.footer_consult_left {
    float: left;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    line-height: 45px;
}

.footer_consult_left i {
    margin-left: 15px;
}

.footer_consult_right {
    float: left;
}

.footer_consult_right a {
    width: 200px;
    height: 45px;
    background: #ff6400;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    border-radius: 23px;
    font-size: 20px;
    margin: 23px 0 0 125px;
}

.footer_consult_right a:hover {
    background: #fe3306;
}

.footer {
    padding: 20px 0;
    background: #181818;
    font-size: 12px;
    color: #888;
}

.footer_t {
    margin-top: 15px;
    max-height: 9999px;
}

.footer_t_info {
    float: left;
    width: 16%;
    margin-right: 4%;
    letter-spacing: 1px;
}

.footer_t_t {
    font-size: 13px;
    color: #ddd;
    font-weight: bold;
}

.footer_t_t a {
    color: #ddd;
}

.footer_t_b {
    margin-top: 15px;
}

.footer_t_b a {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #888;
    font-size: 12px;
    overflow: hidden;
}

.footer_t_b a:hover {
    color: #ff6300;
}

.footer_b {
    margin-top: 30px;
    padding-top: 30px;
    max-height: 9999px;
    border-top: 1px solid #383838;
}

.footer_b_l {
    float: left;
    margin-top: 29px;
    width: 750px;
    line-height: 26px;
}

.footer_b_l br {
    display: none;
}

.footer_b_l a {
    color: #888;
}

.footer_b_l a:hover {
    text-decoration: underline;
    color: #888;
}

.footer_b_r {
    float: right;
    width: 340px;
    position: relative;
}

.footer_b_r p {
    line-height: 26px;
}

.footer_b_r_ewm {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.i_sldt_more {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.i_sldt_more a {
    display: inline-block;
    width: 154px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    color: #777;
    font-family: arial;
}

.i_sldt_more a:hover {
    border-color: #ff6300;
    color: #ff6300;
}

.about_banner {
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
}

.o_tit {
    height: 90px;
    line-height: 90px;
    width: 950px;
    padding: 0 20px;
    background: #fff;
    margin: -45px auto 0;
    font-size: 19px;
    letter-spacing: 1px;
    box-shadow: 0 0 6px #ddd;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s 0.1s;
}

.o_tit span {
    font-size: 13px;
    color: #aaa;
    font-family: arial;
    padding-left: 15px;
}

.o_tit_dh {
    transform: rotateX(90deg) skewX(15deg);
}

.o_box {
    margin: 30px 0;
    max-height: 999999px;
}

.o_l {
    float: left;
    width: 220px;
}

.o_nav {
    width: 220px;
}

.o_nav_xf {
    position: fixed;
    top: 85px;
    z-index: 9;
    background: #fff;
}

.o_nav_t {
    padding: 20px;
    background: #ff6300;
    color: #fff;
    font-size: 18px;
}

.o_nav_t_b {
    margin-top: 4px;
    font-size: 12px;
    color: #f1cab1;
    font-family: arial;
}

.o_nav_b {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 0 20px;
}

.o_nav_b a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}

.o_nav_b a:last-of-type {
    border-bottom: 0;
}

.o_nav_b a i {
    font-weight: bold;
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin-right: 6px;
}

.o_nav_b a:hover,
.o_nav_b a.on {
    color: #ff6300;
}

.o_nav_b a:hover i,
.o_nav_b a.on i {
    color: #ff6300;
}

.o_r {
    float: right;
    width: 920px;
    margin: 10px 0 0 0;
}

.about_js {
    margin-bottom: 40px;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.about_js img {
    max-width: 100%;
}

.about_tit {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #ff6300;
    font-size: 16px;
}

.about_tit span {
    font-size: 12px;
    color: #aaa;
    font-family: arial;
    padding-left: 15px;
}

.about_qyln_box {
    max-height: 9999px;
    margin: 0 -50px 15px 0;
}

.about_qyln {
    float: left;
    width: 290px;
    margin: 0 25px 25px 0;
}

.about_qyln_img {
    height: 165px;
}

.about_qyln_img img {
    width: 100%;
    height: 100%;
}

.about_qyln_b {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px 15px;
}

.about_qyln_txt1 {
    margin-bottom: 4px;
    font-size: 16px;
}

.about_qyln_txt2 {
    font-size: 12px;
    color: #999;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}


/* 20210812 */


/* 20220613 */

.about_fzlc_box {
    margin: 40px 0;
    position: relative;
    background: url(../image/gysl_fzlcbg.png) no-repeat center;
    height: 1580px;
}

.fazlc_txt1,
.fazlc_txt2,
.fazlc_txt3,
.fazlc_txt4,
.fazlc_txt5,
.fazlc_txt6,
.fazlc_txt7,
.fazlc_txt8,
.fazlc_txt9,
.fazlc_txt10,
.fazlc_txt11,
.fazlc_txt12 {
    position: absolute;
    z-index: 1;
    left: 82px;
    bottom: 173px;
    width: 222px;
    font-size: 14px;
    color: #666;
}

.fazlc_txt2 {
    left: 75px;
    bottom: 0px;
}

.fazlc_txt3 {
    left: 630px;
    bottom: 112px;
}

.fazlc_txt4 {
    left: 78px;
    bottom: 433px;
}

.fazlc_txt5 {
    left: 75px;
    bottom: 270px;
}

.fazlc_txt6 {
    left: 630px;
    bottom: 397px;
}

.fazlc_txt7 {
    left: 75px;
    bottom: 510px;
}

.fazlc_txt8 {
    left: 630px;
    bottom: 660px;
}

.fazlc_txt9 {
    left: 75px;
    bottom: 775px;
}

.fazlc_txt11 {
    left: 630px;
    bottom: 920px;
}

.fazlc_txt12 {
    left: 75px;
    bottom: 1062px;
}

.fazlc_txt10 {
    left: 397px;
    bottom: 1579px;
}


/* 20220613 */


/* 20210812 end */

.about_fzlc_tit {
    margin-bottom: 25px;
    line-height: 28px;
    font-size: 16px;
    color: #888;
}

.about_fzlc {
    max-height: 9999px;
    margin-bottom: 10px;
}

.about_fzlc_img {
    float: left;
    width: 220px;
    border: 1px solid #e6e6e6;
}

.about_fzlc_img img {
    display: block;
    width: 100%;
    height: 120px;
}

.about_fzlc_img_b {
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about_fzlc_info {
    float: left;
    margin-left: 30px;
    width: 500px;
}

.about_fzlc_info_t {
    margin: 50px 0 6px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.about_fzlc_info_b {
    font-size: 14px;
    color: #888;
    line-height: 26px;
}

.about_fzlc_r .about_fzlc_img {
    float: right;
}

.about_fzlc_r .about_fzlc_info {
    float: right;
    margin: 0 30px 0 0;
    text-align: right;
}

.about_qxjg_box {
    margin: 0 -40px 22px 0;
    max-height: 9999px;
}

.about_qxjg {
    float: left;
    width: 215px;
    margin: 0 20px 18px 0;
}

.about_qxjg_img {
    height: 100px;
}

.about_qxjg_img img {
    width: 100%;
    height: 100%;
}

.about_qxjg_name {
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about_lxwm {
    margin: 40px 0 40px;
    padding: 0;
}

.about_lxwm_l {
    float: left;
    width: 463px;
}

.about_lxwm_l_t {
    margin-bottom: 10px;
    font-size: 22px;
}

.about_lxwm_l_t span {
    padding-left: 20px;
    font-size: 12px;
    color: #999;
}

.about_lxwm_l_b {
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

.about_lxwm_l_b p {
    position: relative;
    box-sizing: border-box;
    padding-left: 86px;
    margin-bottom: 8px;
}

.about_lxwm_l_b span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #999;
    width: 80px;
    text-align: right;
}

.about_lxwm_l_gz {
    font-size: 16px;
    color: #999;
}

.about_lxwm_l_gz a {
    position: relative;
}

.about_lxwm_l_gz a:hover {
    z-index: 2;
}

.about_lxwm_l_gz a i {
    display: inline-block;
    width: 40px;
    height: 18px;
    margin: 0 10px -4px 10px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 24px;
    vertical-align: top;
    color: #999;
    text-align: center;
}

.about_lxwm_l_gz_wb i {
    background: url(../image/wb1.png) center 4px no-repeat;
}

.about_lxwm_l_gz_wb:hover i {
    background: url(../image/wb.png) center 4px no-repeat;
}

.about_lxwm_l_gz_wx i {
    background: url(../image/wx1.png) center 4px no-repeat;
}

.about_lxwm_l_gz_wx:hover i {
    background: url(../image/wx.png) center 4px no-repeat;
}

.about_lxwm_l_qywx i {
    background: url(../image/qywx1.png) center 4px no-repeat;
}

.about_lxwm_l_qywx:hover i {
    background: url(../image/qywx22.png) center 4px no-repeat;
}

.about_lxwm_l_gz a.about_lxwm_l_qywx i {
    margin-left: 0;
}

.about_lxwm_l_gz a img {
    display: none;
    position: absolute;
    left: 35px;
    top: -95px;
    width: 120px;
}

.about_lxwm_l_gz a:hover img {
    display: block;
}

.about_lxwm_r {
    float: right;
    width: 430px;
    height: 250px;
}

.ywtx_box .i_cpfw_b {
    height: auto;
}

.ywtx_box .i_cpfw_tit {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 20px;
    text-align: left;
}

.ywtx_box .i_cpfw_desc {
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-align: left;
    letter-spacing: 0;
}

.i_cpfw_btn {
    margin-top: 15px;
    padding: 15px 120px 15px 15px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_cpfw_btn1 {
    background: url(../image/wangzhi.png) left center no-repeat;
    padding-left: 24px;
    color: #888;
    letter-spacing: 0;
}

.i_cpfw_btn2 {
    position: absolute;
    right: 15px;
    top: 11px;
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #888;
    border-radius: 2px;
    font-size: 12px;
    color: #888;
    transition: all 0.2s;
    text-align: center;
}

.i_cpfw:hover .i_cpfw_btn2 {
    border-color: #ff6300;
    background: #ff6300;
    color: #fff;
}

.zzry_box {
    max-height: 9999px;
    margin: 0 -30px 20px 0;
}

.zzry {
    float: left;
    width: 378px;
    margin: 0 30px 40px 0;
    border: 1px solid #E5E5E5;
}

.zzry_img {
    height: 190px;
    line-height: 190px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.zzry_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.zzry:hover .zzry_img img {
    transform: scale(1.1);
}

.zzry_b {
    height: auto;
    border-top: 1px solid #E5E5E5;
    text-align: center;
    overflow: hidden;
}

.zzry_tit {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
}

.zzry_desc {
    padding: 0 15px;
    margin: 8px 0 15px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: left;
}

.news_box {
    max-height: 9999px;
}

.news {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.news_img {
    display: block;
    float: left;
    width: 255px;
    height: 160px;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.news:hover .news_img img {
    transform: scale(1.08);
}

.news_r {
    float: right;
    width: 640px;
}

.news_name {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_name a {
    color: #000;
}

.news_name a:hover {
    color: #ff6300;
}

.news_time {
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

.news_desc {
    margin-top: 18px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.page {
    text-align: center;
    margin: 30px 0;
}

.page a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin: 0 2px;
    background: #fff;
    color: #666;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
}

.page a:hover,
.page a.active,
.page a.active:hover {
    background: #f60;
    border-color: #f60;
    color: #fff;
}

.page a.disible {
    background: #EBEBEB;
    color: #888;
}

.page a.disible:hover {
    background: #EBEBEB;
    color: #888;
    border-color: #dcdcdc;
}

.page span {
    color: #888;
    font-size: 14px;
}

.path {
    line-height: 60px;
    color: #777;
}

.path a {
    color: #777;
}

.path a:hover {
    color: #ff6300;
}

.path i {
    padding: 0 8px;
}

.news_d_box {
    max-height: 999999px;
    margin-bottom: 40px;
}

.news_d_l {
    float: left;
    width: 90px;
}

.news_d_time {
    padding: 15px 0;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 26px;
}

.news_d_time_b {
    font-size: 14px;
    color: #999;
}

.news_d_type {
    display: block;
    background: #F2F2F2;
    border: 1px solid #e4e4e4;
    border-top: 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.news_d_type:hover {
    background: #ff6300;
    color: #fff;
}

.news_d_cz {
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
}

.news_d_dy {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    color: #666;
    position: relative;
}

.news_d_dy:hover {
    color: #ff6300;
}

.news_d_dy i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/dayin2.png);
}

.news_d_dy:hover i {
    background: url(../image/dayin1.png);
}

.news_d_fx {
    position: relative;
    cursor: pointer;
}

.news_d_fx i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/fenxiang2.png);
}

.news_d_fx:hover i {
    background: url(../image/fenxiang1.png);
}

.pf_fx_info {
    display: none;
    position: absolute;
    left: 60px;
    top: -30px;
    padding: 0 10px;
}

.news_d_fx:hover .pf_fx_info {
    display: block;
}

.news_d_c {
    float: left;
    width: 790px;
    margin-left: 30px;
}

.news_d_tit {
    margin-top: 25px;
    padding-bottom: 25px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: bold;
    color: #444;
}

.news_d_info {
    padding: 30px 10px;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.news_d_info p {
    margin-bottom: 10px;
}

.news_d_info img {
    max-width: 100%;
}

.news_d_sxyp {
    margin-top: 60px;
}

.news_d_sxyp a {
    display: inline-block;
    width: 41%;
    margin-right: 2.5%;
    padding: 15px;
    border-left: 2px solid #E4E4E4;
    background: #F2F2F2;
}

.news_d_sxyp a span {
    display: inline-block;
    width: 100%;
}

.news_d_sxyp_t {
    font-size: 14px;
    color: #999;
}

.news_d_sxyp_b {
    margin-top: 5px;
    height: 24px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_d_sxyp a:hover {
    background: #ff6300;
}

.news_d_sxyp a:hover span {
    color: #fff;
}

.news_d_r {
    float: right;
    width: 260px;
}

.news_d_r_tit {
    padding: 0 2px 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.news_d_r_tit i {
    display: inline-block;
    margin: 0 8px -3px 0;
    width: 2px;
    height: 16px;
    background: #ff6300;
}

.news_d_xgnr {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.news_d_xgnr_tit {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_d_xgnr_desc {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
}

.rb_cz_box {
    position: fixed;
    left: 10px;
    bottom: 50%;
    margin-bottom: -200px;
    width: 80px;
    z-index: 99;
}

.rb_cz {
    display: block;
    height: 78px;
    margin-bottom: -1px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    color: #333;
    position: relative;
    cursor: pointer;
}

.rb_cz:hover {
    background: #ff6300;
    color: #fff;
    border-color: #ff6300;
}

.rb_cz i {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 10px 0 -3px;
}

.rb_cz_qq i {
    background: url(../image/qqzx1.png) center center no-repeat;
}

.rb_cz_qq:hover i {
    background: url(../image/qqzx2.png) center center no-repeat;
}

.rb_cz_gzwm i {
    background: url(../image/weixin1.png) center center no-repeat;
}

.rb_cz_gzwm:hover i {
    background: url(../image/weixin2.png) center center no-repeat;
}

.rb_cz_zxzx i {
    background: url(../image/zxzx1.png) center center no-repeat;
}

.rb_cz_zxzx:hover i {
    background: url(../image/zxzx2.png) center center no-repeat;
}

.rb_cz_dh i {
    background: url(../image/lxdh1.png) center center no-repeat;
}

.rb_cz_dh:hover i {
    background: url(../image/lxdh2.png) center center no-repeat;
}

.goTop:hover i {
    background: url(../image/fhdb2.png) center center no-repeat;
}

.goTop i {
    background: url(../image/fhdb1.png) center center no-repeat;
}

.rb_cz_dh {
    z-index: 99;
}

.goTop {
    visibility: hidden
}

.rb_cz_wxxx {
    display: none;
    position: absolute;
    right: 80px;
    top: -80px;
    width: 220px;
    height: 245px;
    background: url(../image/u67.png);
    text-align: center;
    overflow: hidden;
}

.rb_cz_wxxx img {
    margin: 11px 0 0 -10px;
}

.rb_cz_wxxx_txt {
    display: inline-block;
    width: 100%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 18px;
    color: #777;
}

.rb_cz_gzwm:hover .rb_cz_wxxx {
    display: block;
}

.rb_cz_dhxx {
    display: none;
    position: absolute;
    right: 79px;
    top: -1px;
    width: 240px;
    height: 80px;
    line-height: 80px;
    background: #ff6300;
    font-size: 26px;
    color: #fff;
    font-family: arial;
}

.rb_cz_dhxx img {
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.rb_cz_dh:hover .rb_cz_dhxx {
    display: block;
}

.video_box {
    max-height: 9999px;
}

.video {
    float: left;
    width: 275px;
    margin: 0 15px 20px;
}

.video_img {
    display: block;
    height: 155px;
    overflow: hidden;
    position: relative;
}

.video_img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.video_name {
    height: 30px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
}

.video_time {
    color: #999;
    font-size: 13px;
}

.video_mask {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url(../image/play.png) center center no-repeat;
}

.video:hover .video_mask {
    display: block;
}

.dialog {
    z-index: 10000;
    position: fixed;
    width: 700px;
    top: -8888px;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    border-radius: 4px;
}

.dialog_header {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
}

.dialog_close {
    display: block;
    opacity: 0.8;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 18px;
    height: 18px;
    background: url(../image/close12.png) center center no-repeat;
    overflow: hidden;
    z-index: 9;
}

.dialog_close:hover {
    opacity: 1;
}

.dialog_center {
    max-height: 600px;
    overflow: auto;
}

.lookVideo_box {
    height: 380px;
    background: #000;
    overflow: hidden;
}

.lookVideo_box video {
    width: 100%;
    height: 100%;
}

.bghj_box {
    max-height: 9999px;
    margin: 0 -30px 20px 0;
}

.bghj {
    float: left;
    width: 280px;
    margin: 0 25px 30px 0;
    border: 1px solid #E5E5E5;
}

.bghj_img {
    height: 220px;
    overflow: hidden;
}

.bghj_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.bghj:hover .bghj_img img {
    transform: scale(1.1);
}

.bghj_tit {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #E5E5E5;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}

.jrsl_tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.jrsl_zw_box {
    max-height: 999999px;
    margin: 0 -30px 0 0;
}

.jrsl_zw {
    float: left;
    width: 407px;
    padding: 16px 150px 16px 25px;
    margin: 0 30px 20px 0;
    position: relative;
    background: #F5F5F5;
    border-left: 3px solid #D7D7D7;
    border-bottom: 3px solid #D7D7D7;
}

.jrsl_zw_t {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.jrsl_zw_t a {
    color: #555;
}

.jrsl_zw_b {
    margin-top: 6px;
    font-size: 14px;
    color: #777;
    line-height: 21px;
}

.jrsl_zw_link {
    position: absolute;
    right: 25px;
    top: 45px;
    font-size: 14px;
    color: #777;
}

.jrsl_zw:hover {
    border-color: #ff6300;
}

.jrsl_zw:hover .jrsl_zw_t a,
.jrsl_zw:hover .jrsl_zw_link {
    color: #ff6300;
}

.mB60 {
    margin-bottom: 60px;
}

.zpxq {
    margin-bottom: 60px;
}

.zpxq_t {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background: #ebb18d;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
}

.zpxq_t img {
    float: right;
    margin-top: 20px;
    height: 40px;
}

.zpxq_b {
    border: 1px solid #ddd;
}

.zpxq_c {
    max-height: 9999px;
}

.zpxq_c_info {
    float: left;
    width: 239px;
    line-height: 58px;
    padding: 0 30px;
    margin: 0 -1px -1px 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.zpxq_c_info:nth-child(4n) {
    border-right: 0;
}

.zpxq_c_info span {
    font-weight: bold;
}

.zpxq_info {
    padding: 40px;
    color: #666;
}

.zpxq_info_t {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.zpxq_info_b {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
}

.zpxq_toudi {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    background: #F2F2F2;
    text-align: center;
}

.zpxq_toudi a {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #ff6300;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.zpxq_toudi a:hover {
    background: #f50;
    color: #fff;
}

.i_cpfw_wapper {
    opacity: 0;
    position: relative;
    left: -250px;
    transition: all 0.8s ease-out;
}

.ymdh1, .index_header .ymdh1 {
    opacity: 1;
    right: 0;
}

.ymdh2, .index_header .ymdh2 {
    opacity: 1;
    left: 0;
}

.ymdh3 {
    opacity: 1;
    top: 0;
}

.ymdh4 {
    opacity: 1;
    bottom: 0;
}

.jrwm_banner {
    height: 350px;
    background: url(../image/jrwm_banner.jpg) center center no-repeat;
}

.gysl_banner {
    height: 350px;
    background: url(../image/gysl_banner.jpg) center center no-repeat;
}

.sldt_banner {
    height: 350px;
    background: url(../image/sldt_banner.jpg) center center no-repeat;
}

.ywtx_banner {
    height: 350px;
    background: url(../image/ywtx_banner.jpg) center center no-repeat;
}

.zzry_banner {
    height: 350px;
    background: url(../image/zzry_banner.jpg) center center no-repeat;
}

.hzzx_banner {
    height: 350px;
    background: url(../image/hzzx_banner.jpg) center center no-repeat;
}

.fwzx_banner {
    height: 350px;
    background: url(../image/fwzx_banner.jpg) center center no-repeat;
}

.bzzx_banner {
    height: 350px;
    background: url(../image/bzzx_banner.jpg) center center no-repeat;
}

.fkfs_banner {
    height: 350px;
    background: url(../image/fkfs_banner.jpg) center center no-repeat;
}

.yhzs {
    margin-bottom: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.yhzs_tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhzs_gsm {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}

.yhzs_desc {
    height: 46px;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    overflow: hidden
}

.o_info_box {
    font-size: 14px;
    color: #666 !important;
    line-height: 26px;
    font-family: 微软雅黑 !important;
}

.o_info_box p {
    margin-bottom: 15px;
}

.o_info_box a {
    color: #3583ad;
}

.o_info_box img {
    max-width: 100%;
}

.o_form {
    margin-bottom: 100px;
    background: url(../image/form_bg.png) right bottom no-repeat;
}

.o_form_info {
    max-height: 9999px;
    margin-bottom: 15px;
    line-height: 37px;
}

.o_form_l {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
    font-size: 14px;
}

.o_form_l i {
    font-weight: bold;
    color: #f00;
    padding-right: 2px;
}

.o_form_r {
    float: left;
}

.o_form_input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 380px;
    border: 1px solid #ddd;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}

.o_form_select {
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 10px;
    width: 402px;
    border: 1px solid #ddd;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}

.o_form_textarea {
    display: block;
    height: 120px;
    line-height: 24px;
    padding: 6px 10px;
    width: 380px;
    border: 1px solid #ddd;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    resize: none;
    font-family: 微软雅黑;
}

.o_form_error {
    padding-left: 115px;
    min-height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}

.o_form_btn {
    padding-left: 115px;
    margin-top: 20px;
}

.o_form_btn input {
    width: 150px;
    height: 37px;
    line-height: 37px;
    background: #ff6300;
    color: #fff;
    border-radius: 2px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
}

.o_form_btn input:hover {
    background: #f50;
}

.dlssq_wapper {
    min-height: 575px;
}

.dlssq_box {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.dlssq_tit {
    text-align: center;
    font-size: 28px;
    margin: 150px 0 50px;
}

.dlssq_form {
    width: 960px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}

.dlssq_input {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 780px;
    padding: 0 20px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.dlssq_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 140px;
    background: #ff6300;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    letter-spacing: 4px;
    cursor: pointer;
}

.dlssq_btn:hover {
    background-color: #f50;
}

.dlssq_error {
    width: 960px;
    margin: 8px auto 0;
    color: #f00;
}

.dlssq_noData,
.dlssq_txt {
    margin-top: 50px;
    text-align: center;
    line-height: 45px;
    color: #888;
    font-size: 14px;
}

.dlssq_txt {
    margin: 25px 0 40px;
}

.dlssq_info {
    width: auto;
    margin: 40px auto 120px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 40px;
    overflow: hidden;
}

.dlssq_info_l {
    float: left;
    width: 260px;
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
    border-right: 1px solid #E7E7E7;
    text-align: center;
    overflow: hidden;
}

.dlssq_info_l img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 3px;
}

.dlssq_info_r {
    float: right;
    width: 708px;
}

.dlssq_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
    color: #222;
}

.dlssq_info_tit2 {
    margin: -12px 0 15px;
    font-size: 12px;
    color: #999;
}

.dlssq_info_o {
    font-size: 18px;
    color: #222;
}

.dlssq_info_o p {
    margin-bottom: 7px;
}

.dlssq_info_o span {
    color: #87878A;
    padding-right: 10px;
}

.sqzh_box {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.sqzh_box img {
    display: block;
    width: 100%;
}

.sqzh_name {
    display: inline-block;
    position: absolute;
    left: 267px;
    top: 563px;
    width: 466px;
    height: 30px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
}

.sqzh_dq {
    display: inline-block;
    position: absolute;
    left: 420px;
    top: 614px;
    width: 138px;
    height: 30px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
}

.sqzh_sqqx {
    display: inline-block;
    position: absolute;
    left: 302px;
    top: 754px;
    width: 440px;
    height: 30px;
    font-size: 21px;
    line-height: 33px;
    overflow: hidden;
}

.sqzh_sqhth {
    display: inline-block;
    position: absolute;
    left: 302px;
    top: 794px;
    width: 440px;
    height: 30px;
    font-size: 21px;
    line-height: 33px;
    overflow: hidden;
}

.yqlj_box {
    width: 1000px;
    margin: 0 auto;
}

.yqlj_tit {
    padding: 0 10px 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #195A95;
    font-size: 15px;
    font-weight: bold;
}

.yqlj_tit span {
    display: inline-block;
    margin-right: 8px;
}

.yqlj_info {
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.yqlj_hqdm_tit {
    margin-bottom: 5px;
}

.yqlj_hqdm_info {
    padding: 0 50px;
    margin-bottom: 20px;
}

.yqlj_hqdm_info a {
    color: #3583ad;
}

.yqlj_hqdm_info a:hover {
    text-decoration: underline;
}

.yqlj_hqdm_textarea {
    display: block;
    width: 450px;
    height: 60px;
    padding: 5px 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: 微软雅黑;
    color: #666;
    resize: none;
}

.mzsm_box {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.mzsm_tit {
    padding: 0 10px 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    color: #195A95;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.bzzx {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.o_nav_xf_no {
    position: absolute;
    top: inherit;
    bottom: -25px;
}

.navTb,
.navClose {
    display: none;
}

.gshd_box .about_qyln_b {
    border: 0;
    padding: 0 20px;
}

.gshd_box .about_qyln_b .about_qyln_txt1 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_mobile {
    display: none;
}

.fkfs_wz_box {
    padding: 0;
    margin-top: 30px;
    max-height: 9999px;
}

.fkfs_wz {
    float: left;
    width: 30%;
    margin: 0 20px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.fkfs_wz_t {
    margin-top: 30px;
    text-align: center;
}

.fkfs_wz_t_t img {
    height: 50px;
}

.fkfs_wz_t_b {
    margin: 22px 0 30px;
}

.fkfs_wz_t_b img {
    width: 160px;
    height: 160px;
    margin: 0 8px;
}

.fkfs_wz_b {
    height: 50px;
    padding: 15px 20px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #01A9EF;
}

.fkfs_wz_b2 {
    background: #01b501;
    line-height: 50px;
}

.fkfs_box {
    max-height: 9999px;
}

.fkfs {
    float: left;
    width: 30%;
    margin: 0 20px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.fkfs_t {
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 0;
}

.fkfs_t img {
    vertical-align: middle;
    margin-bottom: 3px;
    height: 60px;
}

.fkfs_b {
    height: 104px;
    padding: 15px 20px;
    color: #fff;
    line-height: 24px;
    background: #C7000A;
}

.fkfs_b2 {
    background: #B1120D;
}

.fkfs_b3 {
    background: #e00000;
}

.fkfs_b4 {
    background: #0066B3;
}

.fkfs_b5 {
    background: #A71E32;
}

.fkfs_b6 {
    background: #0C994A;
}

.fkfs_b7 {
    background: #013378;
}

.fkfs_b8 {
    background: #0584CD;
}

.fkfs_tx_tit {
    padding: 0 20px;
    margin: 30px 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.fkfs_tx {
    padding: 0 20px;
    margin-bottom: 50px;
    line-height: 26px;
    font-size: 14px;
    color: #555;
}

.i_lxwm {
    display: block;
    height: 285px;
    background: url(../image/i_lxwm.jpg) center top no-repeat;
}

.about_qxjg_dz {
    height: 36px;
    line-height: 18px;
    border-top: 1px dashed #ddd;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
}

.yghd_box .bghj_img {
    height: 180px;
}

.kfcx_box {
    height: 596px;
    min-width: 1200px;
    background: url(../image/kfcx_bg.jpg) center center no-repeat;
}

.gbfb {
    height: 100%;
}

.kfcx_input {
    position: absolute;
    left: 260px;
    top: 250px;
    width: 520px;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.kfcx_input::-webkit-input-placeholder {
    color: #aaa;
}

.fkcx_btn {
    position: absolute;
    left: 821px;
    top: 250px;
    width: 112px;
    height: 55px;
    background: #ff4f00;
    color: #fff;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.fkcx_btn:hover {
    background: #f14d04;
}

.fkcx_jg_box {
    display: none;
    position: absolute;
    left: 260px;
    top: 310px;
    width: 631px;
    padding: 20px;
    background: #fff;
    border: 1px solid #d1d1d1;
    max-height: 9999px;
}

.fkcx_tx {
    float: left;
    width: 127px;
    height: 157px;
}

.fkcx_tx img {
    width: 100%;
    height: 100%;
}

.fkcx_r {
    float: right;
    width: 480px;
}

.fkcx_r_txt {
    line-height: 40px;
    font-size: 17px;
    color: #555;
}

.fkcx_r_txt_r {
    display: inline-block;
    width: 180px;
}

.fkcx_xj i {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../image/xj.png);
    margin: 0 10px -10px 0;
}

.mT10 {
    margin-top: 10px;
}

.fkcx_jg_btn {
    margin-top: 40px;
    text-align: center;
}

.fkcx_btn1 {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 15px;
    background: #249be7;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
}

.fkcx_btn1:hover {
    background: #2094de;
    color: #fff;
}

.fkcx_btn2 {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 15px;
    background: #ff4f00;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
}

.fkcx_btn2:hover {
    background: #ed4c04;
    color: #fff;
}

.kfno_box {
    width: 295px;
    margin: 29px auto;
    padding-left: 205px;
    background: url(../image/jinggao.png) left top no-repeat;
}

.kfno_txt {
    margin-bottom: 15px;
    font-size: 17px;
    color: #222;
}

.kfno_txt span {
    color: #1d55ba;
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: 3px;
}

.kfno_btn {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1601px) {
    .nav li {
        font-size: 15px;
    }

    .header_dh {
        font-size: 20px;
    }

    .i_cpfw_tit,
    .zpxq_t {
        font-size: 21px;
    }

    .i_cpfw_desc {
        font-size: 16px;
    }

    .i_slsj_info {
        margin-top: 35px;
    }

    .i_slsj_t {
        font-size: 40px;
    }

    .i_slgs_info {
        font-size: 14px;
    }

    .i_sldt_info_name,
    .jrsl_zw_t {
        font-size: 16px;
    }

    .i_sldt_info_desc,
    .jrsl_zw_b {
        font-size: 12px;
    }

    .o_tit {
        font-size: 17px;
    }

    .o_tit span {
        font-size: 12px;
    }

    .about_js,
    .news_d_info,
    .zpxq_info_b {
        font-size: 12px;
        line-height: 26px;
    }

    .about_tit,
    .about_qyln_txt1,
    .about_fzlc_tit,
    .bghj_tit {
        font-size: 15px;
    }

    .jrsl_tit,
    .news_d_tit {
        font-size: 20px;
    }

    .zzry_tit,
    .ywtx_box .i_cpfw_tit,
    .zpxq_info_t {
        font-size: 16px;
    }
}

@media screen and (max-width: 1025px) {
    .header_dh,
    .nav,
    .i_slsj_box,
    .i_slgs_l,
    .i_sldt_info_l,
    .footer_t,
    .footer_b_r,
    .rb_cz_box,
    .o_nav_t,
    .dlssq_info_l,
    .news_d_cz,
    .zpxq_t img,
    .sqzh_box {
        display: none;
    }

    .index_header .logo,
    .index_header .nav,
    .index_header .header_dh,
    .i_gsdt_box,
    .i_cpfw_wapper {
        opacity: 1;
        left: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
    }

    body {
        min-width: 0;
    }

    .box {
        width: 100%;
        box-sizing: border-box;
    }

    .nav li,
    .i_gsdt,
    .i_sldt_l,
    .i_sldt_r,
    .i_sldt_big,
    .i_slgs_r,
    .i_sldt_info_r,
    .footer_b_l,
    .o_l,
    .o_r,
    .about_lxwm_l,
    .about_lxwm_r,
    .dlssq_info_r,
    .news_d_l,
    .news_d_c,
    .news_d_r {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .header {
        height: 65px;
    }

    .mT70 {
        margin-top: 65px;
    }

    .logo {
        margin: 20px 0 0 10px;
        height: 25px;
    }

    .navTb {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 22px;
        width: 24px;
        height: 24px;
        background: url(../image/menu2.png);
        background-size: cover;
        opacity: .8;
    }

    .nav {
        display: none;
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, .9);
        z-index: 99;
        box-sizing: border-box;
    }

    .nav li {
        padding: 0;
        background: none;
        text-align: center;
    }

    .nav li a {
        color: #eee;
        font-size: 16px;
    }

    .nav li a.on {
        padding-bottom: 5px;
    }

    .navClose {
        display: none;
        position: fixed;
        bottom: 70px;
        left: 50%;
        margin-left: -12px;
        width: 24px;
        height: 24px;
        background: url(../image/close2.png);
        background-size: cover;
        z-index: 999;
        opacity: .7;
    }

    .i_banner {
        height: 210px;
    }

    .i_banner .swiper-slide a {
        background-size: cover !important;
    }

    .i_banner_pagination {
        bottom: 12px;
    }

    .i_banner_pagination .swiper-pagination-switch {
        width: 20px;
    }

    .i_gsdt_box {
        margin: 10px 10px 20px;
        padding: 10px 15px;
        height: auto;
    }

    .i_gsdt {
        margin: 0 0 10px 0;
    }

    .i_gsdt:last-of-type {
        margin: 0;
    }

    .i_gsdt_t {
        margin: 0;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }

    .i_cpfw_wapper {
        padding: 0 10px;
    }

    .i_cpfw_box {
        margin-right: 0;
    }

    .i_tit {
        margin-bottom: 15px;
    }

    .i_cpfw {
        width: 48%;
        margin: 0 1% 15px;
    }

    .i_cpfw_img {
        height: 120px;
    }

    .i_cpfw_b {
        height: auto;
    }

    .i_cpfw_tit {
        height: 25px;
        line-height: 25px;
        margin-top: 10px;
        font-size: 16px;
        overflow: hidden;
    }

    .i_cpfw_desc {
        height: 36px;
        line-height: 18px;
        padding: 0 5px;
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
    }

    .i_cpfw_link {
        margin: 10px 0;
    }

    .i_cpfw_link a {
        width: 50%;
        height: 25px;
        line-height: 25px;
        border-radius: 4px;
        font-size: 12px;
    }

    .i_slgs {
        margin: 0 10px 20px;
        padding: 15px;
    }

    .i_slgs_tit {
        margin: 0 0 10px;
    }

    .i_slgs_info {
        line-height: 28px;
    }

    .i_slgs_more a {
        width: 90px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .i_sldt_wapper {
        padding: 10px;
    }

    .i_sldt_box {
        margin-bottom: 30px;
        padding: 0 8px;
    }

    .i_sldt_big img {
        height: auto;
    }

    .i_sldt_info {
        margin-bottom: 12px;
    }

    .i_sldt_info_name {
        margin-bottom: 3px;
    }

    .i_sldt_info_desc {
        height: 40px;
        line-height: 20px;
    }

    .i_sldt_more a {
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .footer_b {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .footer_b_l {
        margin: 0;
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        line-height: 26px;
    }

    .footer_b_l br {
        display: inline;
    }

    .footer_b_l p:last-of-type {
        display: none;
    }

    .footer_mobile {
        display: block;
        padding: 3px 5px 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer_mobile a {
        display: inline-block;
        margin: 0 10px;
        color: #888;
    }

    .gysl_banner,
    .about_banner,
    .jrwm_banner,
    .gysl_banner,
    .sldt_banner,
    .ywtx_banner,
    .zzry_banner,
    .hzzx_banner,
    .fwzx_banner,
    .bzzx_banner,
    .fkfs_banner {
        height: 160px;
        background-size: cover;
    }

    .o_tit {
        width: 95%;
        margin: 25px auto;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
    }

    .o_nav {
        width: 100%;
    }

    .o_nav_b {
        padding: 0;
        margin-bottom: 15px;
        border-bottom: 0;
    }

    .o_nav_b a {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        width: 28%;
        margin: 0 2% 10px;
        padding: 0;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        text-align: center;
    }

    .o_nav_b a:last-of-type {
        border-bottom: 1px solid #e5e5e5;
    }

    .o_r {
        padding: 0 10px;
    }

    .about_qyln_box,
    .about_qxjg_box {
        margin: 0 0 20px 0;
    }

    .about_qyln {
        width: 48%;
        margin: 0 1% 15px;
    }

    .about_qyln_img {
        height: 120px;
    }

    .about_qyln_b {
        padding: 10px;
    }

    .fazlc_txt1 {
        left: 128px;
    }

    .fazlc_txt4 {
        left: 115px;
    }

    .fazlc_txt2,
    .fazlc_txt5,
    .fazlc_txt7,
    .fazlc_txt9 {
        left: 64px;
    }

    .fazlc_txt3,
    .fazlc_txt6,
    .fazlc_txt8 {
        left: 726px;
    }

    .fazlc_txt10 {
        left: 432px;
    }

    .about_fzlc_tit {
        font-size: 12px;
        line-height: 25px;
    }

    .about_fzlc {
        margin-bottom: 25px;
    }

    .about_fzlc_img {
        width: 40%;
    }

    .about_fzlc_img img {
        height: auto;
    }

    .about_fzlc_img_b {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .about_fzlc_info {
        float: right;
        width: 55%;
        margin: 0;
    }

    .about_fzlc_info_t {
        margin-top: 10px;
    }

    .about_fzlc_r .about_fzlc_info {
        float: left;
        margin: 0;
    }

    .about_fzlc_info_b {
        font-size: 12px;
        line-height: 22px;
    }

    .about_qxjg {
        width: 48%;
        margin: 0 1% 15px;
    }

    .about_qxjg_img {
        height: 80px;
    }

    .about_qxjg_name {
        font-size: 12px;
    }

    .about_lxwm {
        margin: 20px 0;
        padding: 0 15px;
    }

    .about_lxwm_l {
        margin-bottom: 20px;
    }

    .dlssq_wapper {
        min-height: 520px;
    }

    .dlssq_box {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .dlssq_tit {
        margin: 100px 0 30px;
        font-size: 20px;
    }

    .dlssq_form {
        width: 100%;
    }

    .dlssq_input {
        width: 75%;
        box-sizing: border-box;
    }

    .dlssq_btn {
        width: 25%;
    }

    .dlssq_noData,
    .dlssq_txt {
        line-height: 24px;
    }

    .dlssq_info {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
        padding: 15px;
    }

    .dlssq_info_tit {
        font-size: 20px;
    }

    .dlssq_info_o {
        font-size: 14px;
    }

    .path {
        padding: 0 10px;
    }

    .o_info_box {
        padding: 15px;
    }

    .jrsl_zw_box {
        margin: 0;
    }

    .jrsl_zw {
        float: none;
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto 15px;
        padding: 10px 80px 10px 10px;
    }

    .zzry_box,
    .bghj_box {
        margin: 0 0 20px 0;
    }

    .jrsl_zw_link {
        font-size: 12px;
        right: 10px;
        top: 44%;
    }

    .mB60 {
        margin-bottom: 30px;
    }

    .zzry,
    .bghj {
        width: 48%;
        margin: 0 1% 15px;
        box-sizing: border-box;
    }

    .zzry_img {
        height: 130px;
        line-height: 130px;
    }

    .zzry_tit {
        padding: 0 8px;
        margin-top: 6px;
    }

    .zzry_desc {
        margin: 4px 0 10px;
        padding: 0 8px;
    }

    .bghj_img {
        height: 160px;
    }

    .bghj_tit {
        padding: 0 8px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .yqlj_box {
        width: 95%;
        margin: 0 auto;
    }

    .o_form {
        margin-bottom: 30px;
        background: none;
    }

    .o_form_info {
        float: none;
        width: 100%;
    }

    .o_form_l {
        width: 100%;
        text-align: left;
    }

    .o_form_r {
        width: 100%;
        box-sizing: border-box;
    }

    .o_form_select,
    .o_form_input,
    .o_form_textarea {
        width: 100% !important;
        box-sizing: border-box;
    }

    .o_form_error,
    .o_form_btn {
        padding: 0 !important;
        text-align: center !important;
    }

    .video {
        width: 48%;
        margin: 0 1% 15px;
        box-sizing: border-box;
    }

    .video_img {
        height: 130px;
    }

    .dialog {
        width: 92%;
        margin-left: -46%;
    }

    .dialog_header {
        font-size: 17px;
    }

    .lookVideo_box {
        height: 40%;
    }

    .news {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .news_img {
        width: 35%;
        margin: 0;
        height: 100px;
    }

    .news_r {
        float: right;
        width: 62%;
    }

    .news_name {
        margin: 0;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    .news_time {
        margin-top: 6px;
        font-size: 12px;
    }

    .news_desc {
        margin-top: 10px;
        font-size: 12px;
        height: 36px;
        line-height: 18px;
    }

    .news_d_l {
        padding: 0 20px;
    }

    .news_d_c {
        margin: 0;
        padding: 0 20px;
    }

    .news_d_sxyp {
        margin: 10px 0 30px;
    }

    .news_d_sxyp a {
        box-sizing: border-box;
        width: 47%;
        padding: 5px 10px;
    }

    .news_d_sxyp_b,
    .news_d_sxyp_t {
        font-size: 12px;
    }

    .news_d_r {
        padding: 0 15px;
    }

    .news_d_r_tit {
        margin-bottom: 10px;
    }

    .news_d_xgnr {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .i_cpfw_btn {
        padding: 10px 80px 10px 10px;
    }

    .i_cpfw_btn2 {
        padding: 0 6px;
        width: auto;
        right: 10px;
        top: 6px;
    }

    .ywtx_box .i_cpfw_tit,
    .ywtx_box .i_cpfw_desc {
        padding: 0 5px;
    }

    .yqlj_box {
        width: 95%;
    }

    .yqlj_hqdm_textarea {
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        height: 80px;
    }

    .yqlj_hqdm_info {
        padding: 0 20px;
    }

    .yqlj_hqdm_info span {
        display: inline-block;
        width: 100%;
    }

    .zpxq_t {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }

    .zpxq_c_info {
        width: 50%;
        box-sizing: border-box;
        margin-right: 0;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        padding: 0 8px;
        font-size: 12px;
    }

    .zpxq_c_info:nth-child(4n) {
        border-right: 1px solid #ddd;
    }

    .zpxq_info {
        padding: 20px;
    }

    .zpxq_toudi a {
        width: 35%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .gshd_box .about_qyln_b .about_qyln_txt1 {
        font-size: 14px;
    }

    .fkfs_wz_box {
        padding: 0;
        margin-top: 5px;
    }

    .fkfs_wz,
    .fkfs {
        float: none;
        width: 90%;
        margin: 0 auto 25px;
        overflow: hidden;
    }

    .fkfs_wz_t_b img {
        width: 40%;
        margin: 0 5%;
        height: auto;
    }

    .fkfs_wz_t_t img {
        height: 35px;
    }

    .fkfs_b {
        height: auto;
    }

    .i_lxwm {
        height: 110px;
        background-size: cover;
    }

    .yghd_box .bghj_img {
        height: 130px;
    }
}

@media screen and (max-width: 900px) {
    .about_fzlc_box {
        background-size: contain;
        height: 1070px;
    }

    .fazlc_txt1,
    .fazlc_txt2,
    .fazlc_txt3,
    .fazlc_txt4,
    .fazlc_txt5,
    .fazlc_txt6,
    .fazlc_txt7,
    .fazlc_txt8,
    .fazlc_txt9,
    .fazlc_txt10 {
        width: 188px;
        left: 66px;
        bottom: 135px;
    }

    .fazlc_txt2 {
        left: 20px;
        bottom: 83px;
    }

    .fazlc_txt3 {
        left: 555px;
        bottom: 151px;
    }

    .fazlc_txt4 {
        left: 55px;
        bottom: 342px;
    }

    .fazlc_txt5 {
        left: 20px;
        bottom: 271px;
        width: 203px;
    }

    .fazlc_txt6 {
        left: 555px;
        bottom: 336px;
    }

    .fazlc_txt7 {
        left: 20px;
        bottom: 467px;
    }

    .fazlc_txt8 {
        left: 555px;
        bottom: 593px;
    }

    .fazlc_txt9 {
        left: 20px;
        bottom: 745px;
    }

    .fazlc_txt10 {
        left: 315px;
        bottom: 1031px;
    }
}

@media screen and (max-width: 750px) {
    .about_fzlc_box {
        background-size: contain;
        height: 592px;
        overflow: hidden;
    }

    .fazlc_txt1,
    .fazlc_txt2,
    .fazlc_txt3,
    .fazlc_txt4,
    .fazlc_txt5,
    .fazlc_txt6,
    .fazlc_txt7,
    .fazlc_txt8,
    .fazlc_txt9,
    .fazlc_txt10 {
        width: 188px;
        left: 2px;
        bottom: 75px;
        transform: scale(.8);
        line-height: 16px;
    }

    .fazlc_txt2 {
        left: -13px;
        bottom: 36px;
    }

    .fazlc_txt3 {
        left: 233px;
        bottom: 79px;
    }

    .fazlc_txt4 {
        left: -7px;
        bottom: 188px;
    }

    .fazlc_txt5 {
        left: -12px;
        bottom: 144px;
        width: 203px;
    }

    .fazlc_txt6 {
        left: 227px;
        bottom: 176px;
    }

    .fazlc_txt7 {
        left: -10px;
        bottom: 250px;
        line-height: 15px;
    }

    .fazlc_txt8 {
        left: 237px;
        bottom: 321px;
    }

    .fazlc_txt9 {
        left: -10px;
        bottom: 403px;
    }

    .fazlc_txt10 {
        left: 130px;
        bottom: 565px;
    }
}

@media screen and (max-width: 413px) {
    .i_banner {
        height: 190px;
    }

    .i_cpfw_img {
        height: 100px;
    }

    .i_tit {
        font-size: 16px;
    }

    .i_tit .more {
        bottom: 2px;
    }

    .i_slgs_tit {
        font-size: 16px;
    }

    .i_slgs_tit span {
        font-size: 12px;
    }

    .i_slgs_info {
        font-size: 12px;
        line-height: 26px;
    }

    .navTb {
        top: 23px;
    }

    .gysl_banner,
    .about_banner,
    .jrwm_banner,
    .gysl_banner,
    .sldt_banner,
    .ywtx_banner,
    .zzry_banner,
    .hzzx_banner,
    .fwzx_banner,
    .bzzx_banner,
    .fkfs_banner {
        height: 140px;
        background-size: cover;
    }

    .o_nav_b a {
        width: 27.5%;
    }

    .about_qyln_img {
        height: 100px;
    }

    .about_qxjg_img {
        height: 75px;
    }

    .zzry_img {
        height: 110px;
        line-height: 110px;
    }

    .zzry_tit {
        font-size: 14px;
    }

    .zzry_desc {
        line-height: 20px;
        margin-bottom: 6px;
    }

    .bghj_img {
        height: 140px;
    }

    .yqlj_info {
        font-size: 12px;
        line-height: 23px;
    }

    .video_img {
        height: 110px;
    }

    .page a {
        padding: 0 8px;
    }

    .news_img {
        height: 80px;
    }

    .news_name {
        font-size: 14px;
    }

    .news_time {
        display: none;
    }

    .news_d_sxyp a {
        width: 46%;
    }

    .ywtx_box .i_cpfw_tit {
        font-size: 14px;
    }

    .o_tit {
        font-size: 15px;
    }

    .o_tit span {
        padding-left: 5px;
    }

    .yhzs {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .yhzs_tit {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .yhzs_gsm,
    .yhzs_desc,
    .gshd_box .about_qyln_b .about_qyln_txt1 {
        font-size: 12px;
    }

    .footer_b_l {
        padding: 0 5px;
    }

    .i_lxwm {
        height: 100px;
    }

    .yghd_box .bghj_img {
        height: 120px;
    }

    .about_fzlc_box {
        height: 524px;
    }

    .fazlc_txt1,
    .fazlc_txt2,
    .fazlc_txt3,
    .fazlc_txt4,
    .fazlc_txt5,
    .fazlc_txt6,
    .fazlc_txt7,
    .fazlc_txt8,
    .fazlc_txt9,
    .fazlc_txt10 {
        width: 188px;
        left: -14px;
        bottom: 64px;
        transform: scale(.6);
        line-height: 14px;
    }

    .fazlc_txt2 {
        left: -32px;
        bottom: 39px;
    }

    .fazlc_txt3 {
        left: 210px;
        bottom: 73px;
    }

    .fazlc_txt4 {
        left: -21px;
        bottom: 166px;
    }

    .fazlc_txt5 {
        left: -34px;
        bottom: 117px;
    }

    .fazlc_txt6 {
        left: 204px;
        bottom: 158px;
    }

    .fazlc_txt7 {
        left: -33px;
        bottom: 220px;
        line-height: 15px;
    }

    .fazlc_txt8 {
        left: 211px;
        bottom: 286px;
    }

    .fazlc_txt9 {
        left: -30px;
        bottom: 361px;
    }

    .fazlc_txt10 {
        left: 106px;
        bottom: 505px;
    }
}

@media screen and (max-width: 374px) {
    .i_banner {
        height: 160px;
    }

    .i_gsdt_t {
        font-size: 14px;
    }

    .i_cpfw_img {
        height: 80px;
    }

    .i_cpfw_tit {
        height: 20px;
        line-height: 20px;
        font-size: 15px;
    }

    .i_sldt_info_name {
        font-size: 15px;
    }

    .nav li {
        height: 55px;
        line-height: 55px;
    }

    .o_nav_b a {
        font-size: 12px;
    }

    .gysl_banner,
    .about_banner,
    .jrwm_banner,
    .gysl_banner,
    .sldt_banner,
    .ywtx_banner,
    .zzry_banner,
    .hzzx_banner,
    .fwzx_banner,
    .bzzx_banner,
    .fkfs_banner {
        height: 115px;
        background-size: cover;
    }

    .o_tit {
        font-size: 16px;
    }

    .about_qyln_img {
        height: 85px;
    }

    .about_qxjg_img {
        height: 65px;
    }

    .zzry_img {
        height: 90px;
        line-height: 90px;
    }

    .bghj_img {
        height: 140px;
    }

    .video_img {
        height: 90px;
    }

    .page a {
        padding: 0 6px;
    }

    .news_img {
        height: 65px;
    }

    .news_desc {
        margin-top: 5px;
    }

    .footer_mobile a {
        margin: 0 6px;
    }

    .i_lxwm {
        height: 80px;
    }

    .yghd_box .bghj_img {
        height: 100px;
    }

    .about_fzlc_box {
        height: 445px;
    }

    .fazlc_txt1,
    .fazlc_txt2,
    .fazlc_txt3,
    .fazlc_txt4,
    .fazlc_txt5,
    .fazlc_txt6,
    .fazlc_txt7,
    .fazlc_txt8,
    .fazlc_txt9,
    .fazlc_txt10 {
        width: 188px;
        left: -23px;
        bottom: 55px;
        transform: scale(.6);
        line-height: 14px;
    }

    .fazlc_txt2 {
        left: -34px;
        bottom: 29px;
    }

    .fazlc_txt3 {
        left: 154px;
        bottom: 61px;
    }

    .fazlc_txt4 {
        left: -29px;
        bottom: 140px;
    }

    .fazlc_txt5 {
        left: -34px;
        bottom: 96px;
    }

    .fazlc_txt6 {
        left: 150px;
        bottom: 133px;
    }

    .fazlc_txt7 {
        left: -33px;
        bottom: 180px;
        line-height: 15px;
    }

    .fazlc_txt8 {
        left: 158px;
        bottom: 241px;
    }

    .fazlc_txt9 {
        left: -30px;
        bottom: 302px;
    }

    .fazlc_txt10 {
        left: 75px;
        bottom: 426px;
    }
}