html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 1;
}

a:hover {
    text-decoration: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
textarea {
    border: none;
}

.nav_box_top {
    background: url(../img/top_nav.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

.nav_box_top .logo {
    display: inline-block;
    margin-top: 14px;
}

.nav_box_top_right {
    float: right;
    overflow: hidden;
    width: 33%;
}

.nav_box_top_right_phone {
    float: left;
}

.nav_box_top_right_phone>p>img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.nav_box_top_right_phone>p {}

.nav_box_top_right_phone>p>span {
    color: #1D74CD;
    font-size: 34px;
    font-weight: bold;
}

.nav_box_top_right>img {
    float: right;
}

.nav_box_top_right_phone>div {
    font-size: 20px;
    color: #333;
}

.nav_box_top_right_phone>div>img {
    display: inline;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.nav_box_bottom {
    background: #1D74CD;
    height: 60px;
    line-height: 60px;
}

.nav_box_bottom ul {
    width: 90%;
    display: inline-block;
}

.nav_box_bottom ul li {
    float: left;
    width: 16.666666%;
    text-align: center;
    position: relative;
    height: 60px;
}

.nav_box_bottom ul li>a {
    color: #fff;
    font-size: 20px;
}

.nav_box_bottom ul li>div {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    display: none;
}

.nav_box_bottom ul li>div>a {
    color: #fff;
    display: block;
    background: #1D74CD;
}

.nav_box_bottom ul li:hover {
    background: #1264B7;
}

.nav_box_bottom ul li:hover div {
    display: block;
}

.nav_box_bottom ul li>div>a:hover {
    background: #1264B7;
}

.nav_box_bottom ul .active {
    background: #1264B7;
}

.search {
    width: 100%;
    position: relative;
}

.search>input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: transparent;
    border: 1px solid #1D74CD;
    color: #333;
    padding-left: 30px;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 4px;
}

.search>input::placeholder {
    color: #333;
}

#banner {
    position: relative;
}

.banner_button_next {
    position: absolute;
    top: 40%;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
}

.banner_button_prev {
    position: absolute;
    top: 40%;
    left: 30px;
    cursor: pointer;
    z-index: 1000;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px solid #fff;
    position: relative;
}

.banner .swiper-pagination-bullet-active::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.index_notice_list {
    width: 49%;
    border: 1px solid #E8E8E8;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
    display: inline-block;
    overflow: hidden;
}

.index_notice_list .index_notice_list_icon {
    width: 110px;
    background: #E8F1FA;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    display: inline-block;
}

.index_notice_list_icon img {
    display: inline-block;
    position: relative;
    top: 2px;
}

.index_notice_list_icon span {
    color: #1D74CD;
    font-size: 16px;
}

.index_notice_list ul {
    float: right;
    width: calc(100% - 110px);
    display: block;
    overflow: hidden;
}

.index_notice_list ul a {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
}

.index_notice_list ul a::after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    background: #333;
    display: block;
    top: 19px;
    left: 15px;
    position: absolute;
}

.index_notice_list ul a {
    color: #333333;
    font-size: 16px;
    padding-top: 10px;
    height: 42px!important;
}

.index_notice_list ul a:hover {
    color: #1D74CD;
}

.index_notice_list:last-child {
    float: right;
}

.index_new_banner {
    margin-top: 30px;
}

.index_new_banner .swiper-slide {
    position: relative;
}

.index_new_banner .swiper-slide a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    padding-left: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.index_new_banner .swiper-pagination {
    right: 15px;
    display: inline-block;
    width: 10%;
    left: auto;
    bottom: 20px;
}

.index_new_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
}

.index_new_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.index_new_right {
    margin-top: 30px;
}

.index_new_right .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}

.index_new_right .nav-tabs>li>a {
    font-size: 20px;
    color: #333;
    position: relative;
    font-weight: bold;
    color: #666;
}

.index_new_right .nav-tabs>li>a:hover {
    background: transparent;
    color: #3AAEBD;
    border: 1px solid transparent;
}

.index_new_right .nav-tabs>li.active>a {
    color: #1D74CD;
    font-weight: bold;
    border: none;
}

.index_new_right .nav-tabs>li.active>a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #1D74CD;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.index_new_right .tab-content ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 7px;
}

.index_new_right .tab-content ul li:last-child {
    padding-bottom: 0;
}

.index_new_right .tab-content ul li>a {
    display: inline-block;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
}

.index_new_right .tab-content ul li>a::after {
    content: '';
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #1D74CD;
    position: absolute;
}

.index_new_right .tab-content ul li>span {
    float: right;
    color: #999999;
}

.index_new_right .tab-content ul li>a:hover {
    color: #3AAEBD;
}

.index_new_right ul .more {
    float: right;
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
}

.index_new_right ul .more:hover {
    text-decoration: none;
    color: #1D74CD;
}

.index_new_right .tab-content ul {
    padding: 0;
}

.index_new_right .tab-content .top_new .title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
}

.index_new_right .tab-content .top_new .title:hover {
    text-decoration: none;
    color: #1D74CD;
}

.index_new_right .tab-content .top_new span {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
}

.index_new_right .tab-content .top_new span .more {
    color: red;
}

.index_new_right .tab-content .top_new {
    margin-bottom: 20px;
}

.index_gg {
    margin: 30px 0;
}

.index_gg .swiper-pagination {
    right: 0px;
    display: inline-block;
    width: 10%;
    left: auto;
    bottom: 15px;
}

.index_gg .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
}

.index_gg .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.index_new_list_group {
    margin: 0 0 30px 0;
}

.index_title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.index_title p {
    color: #1D74CD;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.index_title p::before {
    width: 100%;
    height: 2px;
    bottom: -16px;
    left: 0;
    background: #1D74CD;
    position: absolute;
    content: '';
}

.index_title a {
    float: right;
    color: #999999;
    margin-top: 4px;
}

.index_title a img {
    position: relative;
    top: 2px;
}

.index_title a:hover {
    text-decoration: none;
}

.index_new_list ul {
    padding: 0;
    margin: 0;
}

.index_new_list ul li {
    list-style: none;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.index_new_list ul li::after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #1D74CD;
    content: '';
    border-radius: 50%;
}

.index_new_list ul li a {
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
    padding-left: 15px;
}

.index_new_list ul li a:hover {
    color: #1D74CD;
}

.index_new_list ul li span {
    float: right;
    color: #999999;
}

.index_map_list {
    margin-bottom: 14px;
    overflow: hidden;
}

.index_map_list div {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
}

.index_map_list .active {
    color: #1D74CD;
}

.index_map_list div:hover {
    color: #1D74CD;
}

.index_map_list div:last-child {
    border: none
}

.index_fc {
    margin-bottom: 50px;
}

.index_fc_banner {
    position: relative;
}

.index_fc_banner .index_fc_img {
    display: block;
    overflow: hidden;
}

.index_fc_banner .index_fc_img img {
    transition: 0.5s all;
}

.index_fc_banner .index_fc_img img:hover {
    transform: scale(1.2);
}

.index_fc_img_a {
    display: block;
    margin-top: 10px;
    color: #333;
}

.index_fc_banner .fc_prev {
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
    z-index: 1000;
}

.index_fc_banner .fc_next {
    position: absolute;
    right: 0;
    top: 40%;
    cursor: pointer;
    z-index: 1000;
}

footer {
    background: url(../img/footer_bg.png) no-repeat;
    background-size: 100% 100%;
}

.footer_top {
    padding: 30px 0;
    border: 1px solid #438BCD;
}

.footer_top_link p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.footer_top_link a {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #589BD9;
    color: #BCD1E5;
    font-size: 16px;
}

.footer_top_link a:last-child {
    border-right: none;
}

.footer_bottom {
    padding: 50px 0;
    overflow: hidden;
}

.footer_bottom_left {
    float: left;
}

.footer_bottom_left ul {
    overflow: hidden;
}

.footer_bottom_left ul li {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #589BD9;
}

.footer_bottom_left ul li a {
    color: #FFFFFF;
}

.footer_bottom_left p {
    margin-top: 14px;
    color: #BCD1E5;
}

.footer_bottom_right {
    float: right;
    width: 40%;
}

.footer_bottom_right_text {
    display: inline-block;
    width: calc(100% - 120px);
}

.footer_bottom_right_text p {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.footer_bottom_right_text p img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.footer_bottom_right_text div {
    color: #BCD1E5;
    margin-top: 8px;
}

.footer_bottom_right>img {
    float: right;
}

.page_left {
    display: inline-block;
    width: 20%;
    margin-top: 50px;
}

.page_left_title {
    background: #1E75CD;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.page_left_title img {
    position: relative;
    left: 0;
    top: 10px;
    margin-right: 10px;
}

.page_left_title span {
    font-size: 24px;
    color: #fff;
}

.page_left ul {
    border: 1px solid #EEF0F5;
    border-top: none;
    text-align: center;
}

.page_left ul li {
    border-bottom: 1px dashed #C5C3C3;
    height: 60px;
    line-height: 60px;
}

.page_left ul li:last-child {
    border-bottom: none;
}

.page_left ul li a {
    color: #999999;
}

.page_left ul li a:hover {
    color: #1E75CD;
}

.page_left ul li a:hover::before {
    background: #1E75CD;
}

.page_left ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #999999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.page_left ul .active a {
    color: #1E75CD;
}

.page_left ul .active a::before {
    background: #1E75CD;
}

.page_right {
    float: right;
    width: 77%;
    margin-top: 50px;
}

.page_right_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC7C7;
    margin-bottom: 30px;
}

.page_right_title>p {
    color: #1E75CD;
    font-size: 24px;
    border-left: 5px solid #1E75CD;
    padding-left: 10px;
    display: inline-block;
}

.page_right_title>div {
    float: right;
    color: #999999;
    margin-top: 10px;
}

.page_right_title>div>img {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.page_right_title>div>a:hover {
    color: #1E75CD;
}

.page_right_title a {
    color: #999999;
}

.page_right_new ul li {
    border-bottom: 1px dashed #C2C0C0;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page_right_new ul li .time {
    float: right;
}

.page_right_new ul li .time span {
    border-top: none;
    color: #666666;
    text-align: center;
    display: block;
    width: 100%;
}

.page_right_new ul li .content {
    float: left;
    width: calc(100% - 90px);
}

.page_right_new ul li .content a {
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_right_new ul li .content a:hover {
    color: #1E75CD;
}

.page_right_new ul li .content span {
    font-size: 16px;
    color: #999999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.fenye {
    text-align: center;
    margin-bottom: 50px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background: #EEF0F5;
    color: #404C5F;
    margin: 0 4px;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #1E75CD;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background: #EEF0F5;
    color: #404C5F;
    margin: 0 4px;
}

.fenye_num:hover {
    color: #fff;
    background: #1E75CD;
}

.fenye .active {
    background: #1E75CD;
    color: #fff;
}

.page_lx>h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
}

.page_lx>p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
}

.page_lx_box {
    border: 1px solid #E7E8EB;
    text-align: center;
    padding: 30px 0;
}

.page_lx_box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.page_lx_box p {
    font-size: 18px;
    margin-bottom: 10px;
}

.page_lx_box span {
    font-size: 18px;
    font-weight: bold;
}

.page_lx_box .img img {
    margin: 0 auto;
}

.page_lx_box .red {
    background: #FC703E;
}

.page_lx_box .blue {
    background: #1E75CD;
}

.page_lx_box .green {
    background: #02BEA6;
}

.page_lx_ly_title {
    color: #1E75CD;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}

.page_lx_input input {
    width: 100%;
    border: 1px solid #E7E8EB;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    outline: 0;
}

.page_lx_input textarea {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #E7E8EB;
    padding-left: 20px;
    outline: 0;
    padding-top: 20px;
}

.page_lx_button {
    text-align: center;
}

.page_lx_button button {
    width: 180px;
    height: 52px;
    background: #1A6BB4;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}

.page_detail h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
}

.page_detail .page_detail_time {
    color: #999;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.page_detail_content p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.page_detail_li {
    border-top: 1px solid #EEF0F5;
    padding-top: 20px;
    margin-bottom: 30px;
}

.page_detail_li_left {
    display: inline-block;
    width: 80%;
}

.page_detail_li_left p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.page_detail_li_left p a {
    color: #666;
}

.page_detail_li_left p a:hover {
    color: #1E75CD;
}

.page_detail_li>a {
    float: right;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #1E75CD;
    border-radius: 30px;
    background: rgba(30, 117, 205, 0.1);
}

.page_fc_box {
    margin-bottom: 30px;
}

.page_fc_box .img {
    display: block;
    overflow: hidden;
}

.page_fc_box .img img {
    width: 100%;
    transition: 0.5s all;
}

.page_fc_box .img img:hover {
    transform: scale(1.2);
}

.page_fc_box .title {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #222;
}

.page_jg {
    margin-bottom: 50px;
}

.page_jg img {
    width: 100%;
}

.page_right_jj {
    overflow: hidden;
}

.page_bg {
    position: relative;
}

.page_right_jj_left {
    float: left;
    width: 50%;
    position: relative;
}

.page_right_jj_left h3 {
    color: #1E75CD;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.page_right_jj_left p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.jj_bg {
    position: absolute;
    bottom: 30px;
    right: 100px;
}

.page_right_jj_right {
    width: 46%;
    float: right;
}

.page_right_jj_right img {
    width: 100%;
}

.page_right_jj_content {
    margin: 30px 0 50px 0;
    clear: both;
}

.page_right_jj_content p {
    line-height: 30px;
}

.shuifei {
    position: fixed;
    right: 4%;
    top: 60%;
}

.shuifei .closes {
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer;
}

@media (max-width:480px) {
    .nav_box_top .logo img {
        width: 70%;
    }
    .nav_box_top {
        padding: 10px 0;
    }
    .wap_nav_btn {
        position: absolute;
        right: 0px;
        top: 24px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }
    .wap_nav_btn img {
        width: 30px;
    }
    .wap_nav_main {
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        top: 80px;
        width: 100%;
        height: 100%;
        z-index: 999;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        transform: translate(0, -120%);
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .wap_nav_main .wap_nav_main_list>a {
        color: #333;
        border-bottom: 1px solid #999;
        height: 50px;
        line-height: 50px;
        display: block;
    }
    .wap_nav_main span {
        float: right;
        color: #333;
    }
    .wap_nav_main_son {
        display: none;
    }
    .wap_nav_main_son a {
        color: #333;
        height: 50px;
        line-height: 50px;
        display: block;
    }
    .wap_nav_main_son_on {
        display: block;
    }
    .curr {
        display: block;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .index_notice_list {
        width: 100%;
        margin-top: 15px;
    }
    .banner .swiper-pagination {
        bottom: 4px;
    }
    .index_new_right .nav-tabs>li>a {
        font-size: 16px;
        padding: 8px;
    }
    .index_new_right .tab-content .top_new .title {
        font-size: 16px;
    }
    .index_new_right .tab-content .top_new span {
        font-size: 14px;
    }
    .index_new_right .tab-content ul li>a {
        width: 72%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        float: left;
    }
    .index_fc {
        margin-bottom: 30px;
    }
    .index_fc_banner .fc_next {
        top: 28%;
    }
    .index_fc_banner .fc_prev {
        top: 28%;
    }
    .footer_top_link a {
        font-size: 14px;
    }
    .footer_top_link p {
        font-size: 16px;
    }
    .footer_bottom_left ul li {
        padding-right: 6px;
        margin-right: 6px;
        margin-bottom: 10px;
    }
    .footer_bottom {
        padding: 30px 0;
    }
    .footer_bottom_right {
        width: 100%;
        margin-top: 20px;
    }
    .footer_bottom_right_text {
        width: 100%;
    }
    .footer_bottom_right>img {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .page_left {
        width: 100%;
    }
    .page_right {
        width: 100%;
        margin-top: 30px;
    }
    .page_right_title>div {
        width: 100%;
    }
    .page_right_title {
        overflow: hidden;
    }
    .fenye .fenye_p {
        padding: 0 2px;
    }
    .page_lx_input input {
        margin-bottom: 20px;
    }
    .page_lx_input textarea {
        margin-top: 0;
    }
    .page_lx_box {
        margin-bottom: 20px;
    }
    .page_lx_ly_title {
        margin: 10px 0;
    }
    .page_detail_li_left {
        width: 100%;
    }
    .page_right_jj_left {
        width: 100%;
    }
    .page_right_jj_right {
        width: 100%;
    }
    .shuifei {
        display: none;
    }	
    .page_detail img{
width:100%!important;max-width:100%!important;}
}