@charset "utf-8";

html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6  "思源黑体 CN","思源黑体 CN Medium", "Helvetica Neue", Helvetica, Arial, sans-serif, "黑体";
}

@media (min-width: 1025px) {
    html {
        font-size: 33px !important;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 37px !important;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
}

.header {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.top_out {
    background-color: #eee;
    height: 37px;
    line-height: 37px;
    width: 100%;
}

.head_out {
    padding: 20px 0;
}

.header_tel {
    float: right;
}

.header_tel h5 {
    font-size: 30px;
    color: #0285d9;
    line-height: 35px;
}

.pd{ height: 2.5rem; display: block; }
/*banner*/

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

#flash .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#flash .swiper-slide img {
    width: 100%;
    display: block;
}

#flash .flash_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    width: 90%;
}

.flash_txt h3 {
    font-size: 1rem;
}

.flash_txt hr {
    display: block;
    border: none;
    width: .9798rem;
    height: 3px;
    margin: 13px auto;
    background: #000;
}

.flash_txt p {
    font-size: 24px;
}

#flash .swiper-button-next,
#flash .swiper-button-prev {
    background: url(../images/tb.png) no-repeat;
    width: 60px;
    height: 112px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: -12px -26px;
    z-index: 9;
    outline: none;
}

#flash .swiper-button-next {
    left: auto;
    right: 0;
    background-position: -99px -26px;
    outline: none;
}

#flash .swiper-button-prev:after,
#flash .swiper-rtl .swiper-button-next:after {
    color: transparent;
}

#flash .swiper-button-next:after,
#flash .swiper-rtl .swiper-button-prev:after {
    color: transparent;
}

#flash .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #2e5a9e;
}


/*左侧分栏*/

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}


/*右侧内容*/

.article_head {
    position: relative;
    height: 1.3rem;
    /* border-bottom: 1px solid #ddd; */
    line-height: 1.3rem;
    padding: .7rem 0;
    background: linear-gradient(#fff 80%, #eee 110%);
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
}

/*新闻列表*/

.module_list_article {
    padding: .5rem .2rem 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.module_list_article dl {
    width: 100%;
    box-shadow: #e0e0e0 0 0 20px;
    margin: 10px 0 30px;
    padding: .6rem .6rem;
    box-sizing: border-box;
    position: relative;
}

.module_list_article dl dt {
    width: 22%;
    border: 1px solid #eee;
    height: 5rem;
    float: left;
    overflow: hidden;
}

.module_list_article dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.module_list_article dl dd {
    float: left;
    width: 73%;
    margin-left: 4%;
    text-align: justify;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    line-height: .8rem;
    font-size: .5rem;
    color: #202020;
    transition: all .3s;
    margin-top: 0.3rem;
}

.module_list_article dl dd p {
    font-size: .4rem;
    line-height: 0.8rem;
    color: #666;
    margin-top: .5rem;
}

.module_list_article .t_hour {
    margin-top: 20px;
    display: block;
    text-align: right;
}

.module_list_article dl:hover h3 {
    transform: translateX(5px);
    color: #d71222;
}

.module_list_article .news_time span {
    display: block;
    font-size: .4rem
}

.module_list_article dl .line01 {
    position: absolute;
    width: 0;
    height: 2px;
    background: #d71222;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.module_list_article dl .line02 {
    position: absolute;
    width: 2px;
    height: 0;
    background: #d71222;
    right: 0;
    top: 0;
    transition: all 0.5s;
}

.module_list_article dl .line03 {
    position: absolute;
    width: 0;
    height: 2px;
    background: #d71222;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

.module_list_article dl .line04 {
    position: absolute;
    width: 2px;
    height: 0;
    background: #d71222;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.module_list_article dl:hover .line01 {
    width: 100%;
}

.module_list_article dl:hover .line02 {
    height: 100%;
}

.module_list_article dl:hover .line03 {
    width: 100%;
}

.module_list_article dl:hover .line04 {
    height: 100%;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: .5rem;
    font-weight: normal;
    padding: .3rem 0;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 0 10px;
    font-size: 0.42rem;
    line-height: 0.8rem;
}

.article_content {
    padding: 30px 0;
}


/*图片列表*/

.module_list_img {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #eee;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #1d8132;
    color: #fff;
}


/*图片详情*/

.product-info {
    padding: 10px;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: left;
    width: 550px;
    padding-left: 50px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

.side_lx,
.side_news {
    width: 238px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1d8132;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.con_section {
    position: relative;
    padding: .3rem 0 0;
    margin-top: -6px;
}

.con_section aside {
    position: relative;
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

.con_section article {
    float: left;
    margin-left: -240px;
    width: 100%;
}

.con_section article .met_article {
    /* margin-left: 240px; */
    background: #fff;
    padding: 15px 20px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.con_section aside section {
    display: block;
}

.con_section aside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0f7925;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

.con_section aside .met_aside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

.con_section aside .met_aside dl {
    border-bottom: 1px solid #dfdfdf;
}

.con_section aside .met_aside dl dt {
    padding-left: 15px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 200px no-repeat;
    display: block;
}

.con_section aside .met_aside dl dt a {
    display: block;
    padding: 12px 0 12px 20px;
    color: #4b4b4b;
}

.con_section aside .met_aside dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt:hover a {
    color: #fff;
}

.con_section aside .met_aside dl dt.on {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt.on a {
    color: #fff;
}

.con_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
}

.con_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

.con_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d71222;
    border-color: #d71222;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1 {
    width: 1400px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* 头部 */

#header {
    height: 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}

#header.w1 {
    width: 83%;
    margin: 0 auto;
}

.logo {
    width: 4.1rem;
    margin: .7rem 0;
}

.logo img {
    width: 100%;
}

.navlist {
    width: 50%;
    height: 2.5rem;
    position: relative;
}

/* .nav_out {
    width: 1200px;
    display: block;
    margin: 0 auto;
} */

.tem_head nav {
    position: absolute;
    width: 100%;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 1.0808rem;
    width: 16%;
}

.tem_head nav ul li>a {
    display: block;
    font-size: .46rem;
    color: #2d2a2a;
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 2.5rem;
}

.tem_head nav ul li>a::before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #d71222;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .3s;
}

.tem_head nav a:hover::before {
    width: 100%;
}

.tem_head nav a:hover {
    color: #d71222;
}

.tem_head nav a.navdown {
    color: #d71222;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 2.5rem;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    width: 115%;
}

.tem_head nav ul li dl dd {
    padding: 5px 10px 20px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 48px;
    color: #fff;
    font-size: .35rem;
    height: 48px;
    display: block;
    border-bottom: 1px dashed #fff;
    text-align: center;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 48px;
    color: #a1000d !important;
    border-bottom: 1px dashed #a1000d;
    height: 48px;
    background: none;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

.top_tel p {
    line-height: 0.5rem;
    background: url(../images/index_06.png) no-repeat left center;
    padding-left: .85rem;
    font-size: .46rem;
    margin-top: 0.75rem;
}

.right_reasch {
    text-align: right;
    float: right;
    font-size: .2424rem;
    color: #fff;
    position: relative;
    margin-right: 30px;
}

.right_reasch .f_close {
    position: absolute;
    top: 0.05rem;
    right: -27px;
    z-index: 9999;
    color: #333;
    font-size: 0.45rem;
}

.right_reasch h3 {
    float: left;
    font-size: .202rem;
    color: #333;
}

.right_reasch a {
    width: .6061rem;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden
}

.right_reasch i {
    margin-right: .0505rem;
    font-size: .2626rem;
    line-height: .8182rem;
}

.right_reasch a:hover {
    color: #0461c2 !important
}

.right_reasch a i:hover {
    color: #0461c2 !important
}

.sb_search {
    float: left;
    position: relative;
    width: .3434rem;
    height: .3434rem;
    margin-left: 15px;
    cursor: pointer
}

.sb-icon-search {
    display: block;
    width: .45rem;
    height: .45rem;
    cursor: pointer;
    background: url(../images/index_08.png) no-repeat;
    background-size: 100%;
    margin: 1rem 0 0 0.65rem;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 4.2rem;
    height: 0.8rem;
    right: 0px;
    top: .85rem;
    /* overflow: hidden; */
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.sb-search-input {
    display: block;
    float: left;
    width: 3.596rem;
    padding-left: .101rem;
    height: .8rem;
    line-height: .3636rem;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none;
    outline: none;
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: .5rem;
    height: .5rem;
    margin: .15rem .0505rem;
    background-position: -49px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn2.png) no-repeat;
    background-size: 100%;
}


/* 首页标题 */

.index_tit {
    text-align: center;
}

.index_tit span {
    color: rgba(34, 34, 34, 0.51);
    font-size: .4rem;
    text-transform: uppercase;
    line-height: .5rem;
}

.index_tit h3 {
    font-size: .8rem;
    color: #282828;
    font-weight: 400;
    line-height: 1rem;
    margin: 0.1rem 0;
}

.index_tit p {
    font-size: 0.46rem;
    color: #5e5e5e;
}

/* 产业与布局 */

.index_industry {
    background: url(../images/bg_02.jpg) no-repeat center;
    padding: 1.75rem 0;
    overflow: hidden;
}

.industry_con {
    padding-top: 1.2424rem;
    position: relative;
    margin-top: .7rem;
}

.indus_tab {
    position: absolute;
    box-sizing: border-box;
    padding: 0.25rem;
    background: #fff;
    box-shadow: #e2e2e2 0 0 .202rem;
    top: 0;
    z-index: 9;
}

.indus_tab li {
    width: 4.5rem;
    height: 2.5rem;
    float: left;
    margin-right: .2525rem;
    position: relative;
    border-radius: .1515rem;
    overflow: hidden;
    transition: all .3s;
}

.indus_tab li h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .46rem;
    color: #fff;
    z-index: 10;
}

.indus_tab li .industry_zz {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    top: 0;
    left: 0;
    opacity: 0.85
}

.indus_tab li.active {
    width: 7rem;
    transition: all .3s;
}

.indus_tab li.active h3 {
    font-size: .6rem;
}

.indus_tab li.active .industry_zz {
    background: none;
}

.indus_tab li:last-child {
    margin-right: 0;
}

.indus_tab li img {
    width: 100%;
    height: 100%;
}

.indus_tbd>div {
    display: none;
    overflow: hidden;
}

.indus_tbd>div:nth-child(1) {
    display: block;
}

.indus_tbd_txt {
    width: 32%;
    float: left;
    margin: 1.35rem 0 0 1.5%;
    padding-top:1.8rem;
}

.indus_tbd_txt img {
    /* width:2.8rem; */
   
    height: 1.5rem;
}

.indus_tbd_txt h3 {
    font-size: .7rem;
    color: #2f2f2f;
    line-height: 1rem;
    margin-top: .204rem;
    font-weight: 400;
}

.indus_tbd_txt hr {
    width: 1.5rem;
    height: .07rem;
    background: #2e5a9e;
    border: none;
    margin: 0.1rem 0;
    text-align: left;
}

.indus_tbd_txt p {
    font-size: 0.45rem;
    color: #717171;
    line-height: 0.8rem;
    margin-top: .35rem;
    width: 95%;
    text-align: justify;
}

.indus_tbd_txt span {
    display: block;
    width: 2.5rem;
    height: .7rem;
    border: 1px solid #2e5a9e;
    text-align: center;
    line-height: .7rem;
    color: #2e5a9e;
    font-size: .35rem;
    position: absolute;
    bottom: 0;
}

.indus_tbd_txt>a:hover {
    background: #2e5a9e;
    color: #fff;
}

.indus_tbd_img {
    width: 65%;
    float: right;
}

.indus_tbd_img img {
    width: 100%;
    display: block;
}

/* 关于我们 */

.index_about {
    background: url(../images/bg_03.jpg);
    padding: 1.75rem 0;
}

.i_a_con {
    margin-top: 1rem;
}

.i_a_con .a_c_img {
    width: 46%;
    overflow: hidden;
}

.i_a_con .a_c_img img {
    height: 100%;
}

.i_a_con .i_a_txt {
    width: 48%;
    margin-right: 2%;
    margin-top: .4rem;
}

.i_a_con .i_a_txt h3 {
    font-size: .6rem;
    color: #015198;
    line-height: 26px;
}

.i_a_con .i_a_txt>p {
    font-size: .4rem;
    color: #272727;
    line-height: 0.9rem;
    margin-top: .4rem;
    overflow: hidden;
}

.i_a_txt ul {
    margin-top: 0.5rem;
}

.i_a_txt ul li {
    width: 23%;
    height: 2.5rem;
    background: #fff;
    float: left;
    margin-right: 2%;
    box-shadow: #dadada 0 0 10px;
}

.i_a_txt ul li:last-child {
    margin-right: 0;
}

.i_a_txt ul li .icon {
    width: 1.18rem;
    height: 1.18rem;
    background: url(../images/about_tb.png) no-repeat;
    display: block;
    margin: .3rem auto .2rem;
    background-size: 200%;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.i_a_txt ul li p {
    text-align: center;
    font-size: .37rem;
}

.i_a_txt ul li .icon01 {
    background-position: -1.2rem 0px;
}

.i_a_txt ul li .icon02 {
    background-position: -1.2rem -1.15rem;
}

.i_a_txt ul li .icon03 {
    background-position: -1.2rem -2.28rem;
}

.i_a_txt ul li .icon04 {
    background-position: -1.2rem -3.45rem;
}

.i_a_txt ul li:hover {
    background: #2e5a9e;
    color: #fff;
}

.i_a_txt ul li:hover p {
    color: #fff;
}

.i_a_txt ul li:hover .icon01 {
    background-position: 0px 0px;
}

.i_a_txt ul li:hover .icon02 {
    background-position: 0px -1.15rem;
}

.i_a_txt ul li:hover .icon03 {
    background-position: 0px -2.28rem;
}

.i_a_txt ul li:hover .icon04 {
    background-position: 0 -3.45rem;
}


/* 企业愿景 */

.index_qyyj {
    background: url(../images/bg_04.jpg) no-repeat center;
    padding: 1.7rem 0;
}

.index_qyyj_l {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
    color: #fff;
}

.index_qyyj_l h3 {
    font-size: .8rem;
    margin-bottom: .3rem;
}

.index_qyyj_l p {
    font-size: .55rem;
    line-height: 1rem;
    font-weight: 700;
}

.index_qyyj_l hr {
    display: block;
    border: none;
    width: 1rem;
    height: .055rem;
    background: #fff;
    margin: .2rem 0 .9rem;
}

.index_qyyj_l h4 {
    font-size: .45rem;
    font-weight: 400;
    line-height: .9rem;
}

.index_qyyj_l>a {
    display: block;
    width: .85rem;
    height: .85rem;
    background: url(../images/index_33.png) no-repeat center;
    margin-top: .4rem;
    background-size: 100%;
}

.index_qyyj_r {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
}

.ab_cunt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.index_qyyj_r .ab_tb ul li {
    width: 50%;
    float: left;
}

.index_qyyj_r .ab_tb ul li:nth-child(1),
.index_qyyj_r .ab_tb ul li:nth-child(2) {
    margin-bottom: 1rem
}

.index_qyyj_r .ab_tb ul li h3 {
    text-align: center;
    color: #fff;
    position: relative;
}

.index_qyyj_r .ab_tb ul li h3 span {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.8rem;
}

.index_qyyj_r .ab_tb ul li h3 em {
    font-style: normal;
    font-size: .4rem;
    font-weight: 400;
    position: absolute;
    top: .3rem;
}

.index_qyyj_r .ab_tb ul li p {
    text-align: center;
    color: #fff;
    font-size: .46rem;
}


/* 新闻资讯 */

.index_news {
    padding: 2.5rem 0 1.875rem;
}

.index_news .w1 {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.news_img {
    width: 46%;
    display: block;
    overflow: hidden;
    position: relative;
    height: 9rem;
    float: left;
}

.news_img .tj_news {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_img .tj_news .swiper-slide {
    display: block;
    overflow: hidden;
    position: relative;
    height: 9rem;
}

.news_img .tj_news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.news_img .tj_news .swiper-slide .news_img_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: .25rem .5rem;
    box-sizing: border-box;
}

.news_img .tj_news .swiper-slide .news_img_txt h3 {
    font-size: .5rem;
    margin-bottom: .2rem;
}

.news_img .tj_news .swiper-slide .news_img_txt p {
    font-size: .35rem;
    line-height: .5rem;
}

.news_img .tj_news .swiper-button-prev {
    width: 40px;
    height: 68px;
    background: url(../images/tb.png) left no-repeat;
    background-position: -15px -172px;
    outline: none;
}

.news_img .tj_news .swiper-button-next {
    width: 40px;
    height: 68px;
    background: url(../images/tb.png) left no-repeat;
    background-position: -76px -172px;
    outline: none;
}

.news_img .swiper-button-prev,
.news_img .swiper-rtl .swiper-button-next {
    top: 58%;
    transform: translateY(-50%);
}

.news_img .swiper-button-next,
.news_img .swiper-rtl .swiper-button-prev {
    top: 58%;
    transform: translateY(-50%);
}

.news_img .swiper-pagination {
    left: 50%
}

.news_img .swiper-pagination span {
    display: block;
    margin-top: .3rem !important;
    width: 40px;
    border-radius: 5px;
    height: 4px;
    transition: all .3s;
}

.news_img .swiper-pagination span.swiper-pagination-bullet-active {
    width: 70px
}

.tj_news .swiper-button-prev:after,
.tj_news .swiper-button-next:after {
    content: none
}

.news_list {
    width: 50%;
    display: block;
    overflow: hidden;
    padding: .3rem 0;
    float: right;
}

.news_list .item {
    display: block;
    overflow: hidden;
    line-height: 1rem;
    padding-top: .6rem
}

.news_list .item:nth-child(1) {
    padding-top: 0
}

.news_list .item:hover a {
    color: #015198;
}

.news_list>span {
    font-size: .43rem;
    color: #4e4e4e;
    float: left;
    width: 1.51rem;
    height: 1.5rem;
    text-align: center;
    line-height: .7rem;
}

.news_list span em {
    display: block;
    font-size: .55rem;
    font-style: normal;
    line-height: .8rem;
    border-bottom: 1px solid #eee;
}

.new_txt02 {
    float: left;
    margin-left: .3rem;
    width: calc(100% - 2rem);
}

.new_txt02 h5 {
    font-weight: 400;
    font-size: .45rem;
    line-height: .8rem
}

.item.cur .new_txt02 h5 {
    font-size: 0.7rem;
    color: #0060a9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.item.cur .new_txt02 p {
    color: #0060a9;
    font-size: 0.5rem
}

.item.cur span {
    color: #0060a9;
}

.news_list {
    height: auto !important;
}

.new_txt02 p {
    font-weight: 400;
    font-size: .35rem;
    line-height: .7rem
}

.index_more {
    display: block;
    width: 3.5rem;
    height: 1.2rem;
    color: #015198;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 1.2rem;
    margin: 1rem auto 0;
}

.index_more:hover {
    background: #015198;
    color: #fff;
}

.news_img.swiper-container {
    position: unset;
}

.news_img .swiper-slide img {
    width: 100%;
    display: block;
}

/* 新闻2 */
.index-news-box {
    padding: 2.5rem 0 1.875rem;
    /* background-color: #f4f4f4; */
}

.index-news-box .w1 {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.index-news-box .img-tab {
    overflow: hidden;
    float: left;
    width: 47.619%;
}

.index-news-box .img-tab .index-tit {
    display: none;
}

.index-news-box .img-tab .con-box {
    display: block;
}

.index-news-box .img-tab img {
    width: 100%;
    display: block;
    height: 8rem;
}

.index-news-box .img-tab .text {
    display: none;
}

.index-news-box .img-tab .btns {
    margin-top: .8rem;
    float: right;
    width: 1.25rem;
}

.index-news-box .img-tab .btns .swiper-pagination-bullet {
    width: 100%;
    height: 4px;
    background-color: transparent;
    display: block;
    position: relative;
    margin-bottom: .25rem;
    opacity: 1;
}

.index-news-box .img-tab .btns .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.index-news-box .img-tab .btns .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #929191;
    transition: all .3s;
}

.index-news-box .img-tab .btns .swiper-pagination-bullet-active:before {
    background-color: #d71222;
    width: 200%;
}

.index-news-box .right {
    float: right;
    width: 50%;
}

.index-news-box .right .index-tit {
    text-align: left;
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.index-news-box .right .item {
    padding: .7rem 0;
    display: block;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.index-news-box .time {
    font-size: .3rem;
    line-height: .4rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .25rem;
    display: none;
}

.index-news-box .txt {
    font-size: .46rem;
    line-height: .5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.index-news-box .right .item.cur {
    padding: .6rem 0;
    border-color: rgba(0, 0, 0, .1);
    margin-bottom: .55rem;
}

.index-news-box .right .item:nth-child(1),
.index-news-box .right .item:nth-child(1).cur {
    padding-top: 0.3rem;
}

.index-news-box .right .item:nth-child(3).cur {
    margin-bottom: 1.3rem;
}

.index-news-box .right .item.cur .time {
    display: block;
}

.index-news-box .right .item.cur .txt {
    font-size: .65rem;
    line-height: .8rem;
    color: #d71222;
}

.index-news-box .right .more-box {
    height: 2.2rem;
    background: #256db5;
    margin-top: .625rem;
    position: relative;
}

.index-news-box .right .more-box .more-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30.68%;
    height: 100%;
    background: #0455a7;
    text-align: center;
    transition: all .3s;
}

.index-news-box .right .more-box .more-btn span,
.index-news-box .right .more-box .more-btn b {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 2.2rem;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
}

.index-news-box .right .more-box .more-btn b {
    font-family: "Simsun";
    margin-left: .3rem;
}

/* 底部 */

.footer {
    background: #0455a6;
    padding: 40px 0 0;
    color: #fff;
}

.footer_l {
    width: 48%;
    float: left;
    padding-bottom: 0.2rem;
}

.footer_l h3 {
    font-size: .5rem;
    font-weight: 400;
}

.footer_l h3 span {
    font-size: .35rem;
    color: #549ce4;
    margin-left: 10px;
}

.db_lx_con {
    position: relative;
}

.footer_l ul {
    margin-top: .3rem;
    width: 65%;
    float: left;
}

.footer_l ul li {
    margin-bottom: .1336rem;
    padding-left: .6364rem;
    position: relative;
}

.footer_l ul li::before {
    content: "";
    width: .5rem;
    height: .5rem;
    background: url(../images/index_40.png) no-repeat center;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: 100%;
}

.footer_l ul li:nth-child(1):before {
    background-position: 0 0;
}

.footer_l ul li:nth-child(2):before {
    background-position: 0 -0.85rem;
}

.footer_l ul li:nth-child(3):before {
    background-position: 0 -1.7rem;
}

.footer_l ul li:nth-child(4):before {
    background-position: 0 -2.6rem;
}

.footer_l ul li:last-child {
    margin-bottom: .202rem;
}

.footer_l ul p {
    font-size: .4rem;
    /* color: #549ce4; */
}

/* .footer_l ul span {
    font-size: .4rem;
    line-height: .4rem;
} */

.footer_l dl {
    position: absolute;
    bottom: 10px;
    left: 70%
}

.footer_l dl dd {
    height: .5rem;
    line-height: .5rem;
}

.footer_l dl dd img {
    vertical-align: middle;
    width: .5rem;
}

.footer_l dl dt {
    width: 3rem;
    margin: 0 auto;
}

.footer_l dl dt img {
    width: 100%;
}

.footer_r {
    width: 12rem;
    float: right;
    overflow: hidden;
}

.footer_r h6 {
    font-size: .5rem;
    font-weight: 400;
}

.db_con {
    padding: 0 0 25px;
    overflow: hidden;
}

.db_nav {
    width: 45%;
    overflow: hidden;
}

.db_nav dl {
    display: block;
    overflow: hidden;
    width: 24%;
    float: left;
}

.db_nav dl dt {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
}

.db_nav dl dd {
    /* margin: 5px 0 0; */
    display: block;
    overflow: hidden;
}

.db_nav dl dd a {
    display: block;
    line-height: 32px;
    color: #c0defb;
    font-size: 14px;
}

.db_lx {
    width: 50%;
    overflow: hidden;
}

.db_lx ul {
    width: 64%;
    float: left;
}

.db_lx dl {
    width: 180px;
    float: right;
    text-align: center
}

.db_lx dl dt {
    width: 130px;
    margin: 0 auto
}

.db_lx dl dt img {
    max-width: 100%;
}

.db_lx dl dd {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
    justify-content: space-around
}

.db_lx h3 {
    color: #fff;
    line-height: 35px;
    font-weight: normal;
    font-size: 18px;
}

.db_lx p {
    display: block;
    line-height: 32px;
    color: #c0defb;
    /* margin: 5px 0 0; */
    font-size: 14px;
}

.db_ewm {
    width: 150px;
    overflow: hidden;
    margin-top: 20px;
}

.db_ewm img {
    width: 100%;
    display: block;
}

.db_ewm p {
    font-size: 16px;
    color: #868686;
    line-height: 36px;
    text-align: center;
}

.copyright {
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    color: #779ec4;
    border-top: 1px solid #1b61a6;
    font-size: 14px;
}

.copyright a {
    color: #779ec4;
}

/* 产业布局页面 */

.cybj_nav {
    background: linear-gradient(#fff 80%, #f2f2f2 110%);
    padding: .7rem 0;
    margin-top: -6px;
}

.cybj_nav li {
    width: 33%;
    float: left;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    position: relative;
}

.cybj_nav li::after {
    content: "";
    display: block;
    width: 19px;
    height: 10px;
    background: url(../images/cybj_04.png) no-repeat center;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.cybj_nav li:last-child {
    border-right: 0;
}

.cybj_nav li img {
    vertical-align: middle;
    max-height: 1.5rem;
    max-width: 4rem;
}

.cybj_nav li span {
    font-weight: 700;
    font-size: .5rem;
    color: #2f2f2f;
    margin-left: .5rem;
}

.cybj_list .cybj_link{
    transition:all .5s;
}

.cybj_list:nth-child(1) {
    background: url(../images/cybj_05.png) no-repeat center right;
    padding: .7rem 0;
    overflow: hidden;
}

.cybj_list .cybj_link:hover{
    transform:translateX(8px)
}

.cybj_list:nth-child(2) {
    background: url(../images/cybj_06.png) no-repeat center left;
    padding: .5657rem 0;
    overflow: hidden;
}

.cybj_list:nth-child(2) .cybj_link{
    transform: rotate(180deg);
}

.cybj_list:nth-child(2) .cybj_link:hover{
    transform:translateX(-8px);
    transform: rotate(180deg);
}

.cybj_list:nth-child(3) {
    background: url(../images/cybj_05.png) no-repeat center right;
    padding: .5657rem 0 1.3131rem;
    overflow: hidden;
}

.cybj_list .cybj_link:hover{
    box-shadow:0px 0px 15px #ffffff
}

.cybj_con {
    width: 985px;
    background: #fff;
    box-shadow: #e4e4e4 0 0 .3rem;
    padding: .6364rem 1.3838rem .6364rem .3535rem;
    position: relative;
}

.cybj_con img {
    max-width: 100%;
}

.cybj_txt {
    padding: 0 .303rem;
    width: 100%;
}

.cybj_txt h3 {
    font-size: .5rem;
    color: #4f4f4f;
    line-height: .8rem;
    margin-top: .3rem;
}

.cybj_txt p {
    color: #8b8b8b;
    font-size: .4rem;
    line-height: .8rem;
    margin-top: .3rem;
}

.cybj_con>a {
    display: block;
    width: 68px;
    height: 134px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -34px;
}

.cybj_list:nth-child(2) .cybj_con {
    float: right;
    padding: .6364rem .3535rem .6364rem 1.3838rem;
}

.cybj_list:nth-child(2) .cybj_con>a {
    left: -34px;
}

/* 关于我们 */

.about {
    /* margin-top: -6px; */
    padding-top: 1.2rem;
}

.about_nav ul li {
    float: left;
    margin: 1.5%;
    text-align: center;
    box-shadow: #e4e4e4 0 0 10px;
    display: flex;
    padding: 0 5.8%;
}

.about_nav ul li.active {
    background: url(../images/about_01.png) no-repeat bottom center;
    height: 2.5rem;
    box-shadow: none;
}

.about_nav ul li:hover {
    background: url(../images/about_01.png) no-repeat bottom center;
    height: 2.5rem;
    box-shadow: none;
}

.about_nav ul li a {
    display: flex;
}

.about_nav ul li.active a {
    color: #fff
}

.about_nav ul li:hover a {
    color: #fff
}

.about_nav ul li span {
    line-height: 2.1rem;
    font-size: .4rem;
}

.about_nav ul li .icon {
    width: 1.15rem;
    height: 1.15rem;
    background: url(../images/about_tb.png) no-repeat;
    display: block;
    margin: 0.45rem .5rem .5rem 0;
    transition: all .3s;
    background-size: 200%;
}

.about_nav ul li .icon01 {
    background-position: -108px -29px;
}

.about_nav ul li .icon02 {
    background-position: -1.2rem -1.13rem;
}

.about_nav ul li .icon03 {
    background-position: -1.2rem -2.23rem;
}

.about_nav ul li .icon04 {
    background-position: -1.2rem -3.45rem;
}

.about_nav ul li:hover {
    color: #fff;
}

.about_nav ul li:hover p {
    color: #fff;
}

.about_nav ul li.active .icon01 {
    background-position: 0px 1px;
}

.about_nav ul li:hover .icon02 {
    background-position: 0px -1.13rem;
}

.about_nav ul li:hover .icon03 {
    background-position: 0px -2.23rem;
}

.about_nav ul li:hover .icon04 {
    background-position: 0px -3.45rem;
}

.abou_tit h3 {
    position: relative;
    font-size: .55rem;
    color: #0455a6;
    line-height: 1rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: .202rem;
    padding-left: 1.3rem;
    margin-top: .303rem;
}

.abou_tit h3::before {
    content: "";
    display: block;
    background: url(../images/about_tb_05.png) no-repeat;
    width: .9rem;
    height: .9rem;
    position: absolute;
    top: 0;
    left: .2rem;
    background-size: 100%;
}

.abou_tit h3::after {
    content: "";
    display: block;
    width: 4.0606rem;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: #0455a6;
}

.a_01_con {
    margin-top: 1rem;
}

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

.a_01_t_l h3 {
    font-size: .5rem;
    color: #015198;
    line-height: .6rem;
    margin-top: 1.2rem;
}

.a_01_t_l span {
    font-size: .4rem;
    color: #5f5f5f;
    line-height: .5rem;
    margin-top: .3rem;
    display: block;
}

.a_01_t_l>div {
    font-size: .4rem;
    line-height: .9rem;
    color: #707070;
    margin-top: .4rem;
}

.a_01_t_l .a_txt {
    width: 100%;
    overflow: hidden;
  
}

.a_01_t_l .a_txt .ab01_l {
    width: 50%;
    float: left;
}

.a_01_t_l .a_txt .ab01_r {
    position: absolute;
    right: 0;
    top: 50%;
    width: 46%;
    transform: translateY(-50%);
}

.a_01_t_l .a_txt img {
    width: 100%; 

}

.a_01_b {
    margin: 60px 0;
}

.ab_cunt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.a_01_b .ab_tb ul li {
    width: 24.9%;
    float: left;
    margin-bottom: 20px;
    border-right: 1px solid #e4e4e4;
}

.a_01_b .ab_tb ul li:last-child {
    border-right: none;
}

.a_01_b .ab_tb ul li h3 {
    text-align: center;
    color: #0455a6;
    position: relative;
}

.a_01_b .ab_tb ul li h3 span {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.8rem;
}

.a_01_b .ab_tb ul li h3 em {
    font-style: normal;
    font-size: .4rem;
    font-weight: 400;
    position: absolute;
    top: .3rem;
}

.a_01_b .ab_tb ul li p {
    text-align: center;
    color: #707070;
    font-size: .4rem;
}

.about_p02 {
    background: url(../images/a_01.jpg) no-repeat bottom center;
    padding: 1.5rem 0;
}

.about_p02 .abou_tit h3::before {
    background: url(../images/about_tb_11.png) no-repeat;
    background-size: 100%;
}

.about_p02 .abou_tit h3 {
    color: #fff;
}

.about_p02 .w1>p {
    color: #fff;
    padding: 1.2rem 2rem;
    font-size: .45rem;
    line-height: 1rem;
}

.about_p02 ul {
    background: #fff;
    padding: .8788rem .6667rem;
    box-shadow: 0px 7px 23px -11px #9a9999;
}

.about_p02 ul li {
    width: 24.9%;
    float: left;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    height: 6rem;
}

.about_p02 ul li:last-child {
    border-right: none;
}

.about_p02 ul li .sm_img {
    width: 1.2rem;
    display: block;
    margin: 0 auto;
}

.about_p02 ul li .sm_img img {
    text-align: center;
    max-width: 100%
}

.about_p02 ul li h6 {
    font-size: .5rem;
    color: #000000;
    line-height: .4545rem;
    margin-top: .5rem;
    font-weight: 400;
}

.about_p02 ul li p {
    font-size: .41rem;
    line-height: .8rem;
    margin-top: .5rem;
}

.about_p03 {
    background: url(../images/a_06.jpg) no-repeat center;
    padding: 1.5rem 0;
}

.about_p03 .abou_tit h3::before {
    background: url(../images/about_tb_17.png) no-repeat;
    background-size: 100%;
}

#honor02.swiper-container {
    position: relative;
    margin-top: 1.2rem;
}

#honor02.swiper-container .swiper-slide {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9rem;
    background: #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
}

#honor02.swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

#honor02.swiper-container .swiper-button-next,
#honor02.swiper-container .swiper-button-prev {
    outline: none;
}

#honor02.swiper-container .swiper-button-next {
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/pic51.png) no-repeat;
    color: transparent;
}

#honor02.swiper-container .swiper-button-prev {
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/pic50.png) no-repeat;
    color: transparent;
}

#honor02 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

#honor02 .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.about_p04 {
    margin-top: 1.5rem;
}

.about_p04 .abou_tit h3::before {
    background: url(../images/about_tb_23.png) no-repeat;
    background-size: 100%;
}

.fzlc {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.0101rem;
}

#fzlc01.mySwiper {
    display: block;
    width: 100%;
    background: url(../images/a_11.png) no-repeat center 2.1rem;
    margin-top: 1rem;
}

#fzlc01.mySwiper .swiper-slide h3 {
    font-size: .6rem;
    color: #c6c6c6;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 400;
    height: 1.65rem;
    margin: 0px auto .3rem;
    cursor: pointer;
}

#fzlc01.mySwiper .swiper-slide span {
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #888888;
    margin: 0 auto;
}

#fzlc01.mySwiper .swiper-slide.swiper-slide-thumb-active h3 {
    background: url(../images/a_14.png) no-repeat center;
    line-height: 1.5rem;
    font-size: .6rem;
    color: #fff;
    background-size: contain;
}

.fzlc .mySwiper2 {
    width: 84%;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 1rem 8% .5rem;
}

.fzlc .mySwiper2 .swiper-slide {
    width: 94%;
    display: block;
    overflow: hidden;
    box-shadow: #ababab 0 0 20px;
    border-radius: 10px;
}

.fzlc .mySwiper2 .swiper-slide dl {
    display: block;
    overflow: hidden;
    position: relative;
    padding: .5rem 2%;
}

.fzlc .mySwiper2 .swiper-slide dl dt {
    width: 34%;
    display: block;
    overflow: hidden;
}

.fzlc .mySwiper2 .swiper-slide dl dt img {
    width: 100%
}

.fzlc .mySwiper2 .swiper-slide dl dt img {
    display: block;
}

.fzlc .mySwiper2 .swiper-slide dl dd {
    width: 62%;
    display: block;
    overflow: hidden;
}

.fzlc .mySwiper2 .swiper-slide dl dd h3 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    padding-left: 20px;
    border-left: 6px solid #d12b28;
}

.fzlc .mySwiper2 .swiper-slide dl dd h6 {
    font-size: .6rem;
    margin-bottom: 0.3rem;
}

.fzlc .mySwiper2 .swiper-slide dl dd p {
    font-size: .4rem;
    color: #333333;
    line-height: .8rem;
}

.fzlc .mySwiper2 .swiper-button-prev {
    width: 65px;
    height: 65px;
    left: 7px;
    background: url(../images/a_09.png) no-repeat;
    top: 50%;
}

.fzlc .mySwiper2 .swiper-button-next {
    width: 65px;
    height: 65px;
    right: 0px;
    background: url(../images/a_10.png) no-repeat;
    top: 50%;
}

.fzlc .mySwiper2 .swiper-button-next:after,
.fzlc .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.fzlc .swiper-button-prev:after,
.fzlc .swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

/* 联系我们 */

.contact {
    overflow: hidden;
    width: 1200px;
    margin: 0.5rem auto 1.5rem;
}

.contact .w1 {
    /* padding: 0 2%; */
    width: 100%;
}

.contact .c_lx {
    padding: 1rem 0 0;
}

.c_lx .c_tit {
    width: 890px;
    margin: 0 auto;
    text-align: center;
    text-align: justify;
}

.contact .c_lx h3 {
    line-height: 1.0404rem;
    font-size: .7rem;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.contact .c_lx p {
    font-size: 15px;
    line-height: 28px;
    margin-top: -6px;
}

.contact .c_lx img {
    height: 36px;
    margin-bottom: 5px;
}

.contact01 {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.contact01 ul {
    margin-top: 24px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* float: left; */
    flex-wrap: wrap;
    width: 100%;
}

.contact01 ul li {
    width: 48%;
    /* float: left; */
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 17px 10px;
    height: 171px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.contact01 ul li:nth-child(1),
.contact01 ul li:nth-child(2) {
    height:130px;
    padding-top: 15px;
}

.contact01 ul li span {
    display: block;
    font-size: 0.46rem;
    color: #676767;
    line-height: 0.8rem;
}

.contact01 ul li span em {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}

.contact01 .c_txt{
    width:52%
}

.contact01 .c_map {
    width: 41%;
    /* float: right; */
    height: 420px;
}

.contact01 .c_map iframe{
    height:100%
}

.lx_form {
    background: #f1f1f1;
    padding: 35px 0;
}

.lx_form .w1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.l_f_con {
    display: flex;
    justify-content: space-around;
}

.lx_form .lx_form_l {
    width: calc(100% - 320px);
    background: #fff;
    box-sizing: border-box;
    padding: 1rem;
    margin-top: 1rem;
}

.lx_form .lx_form_l li {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    margin-bottom: 0.5rem;
}

.lx_form .lx_form_l li:last-child {
    /* justify-content: flex-start; */
}

.lx_form .lx_form_l li label {
    font-size: 15px;
    width: 90px;
}

.lx_form .lx_form_l li input {
    width: 680px;
    height: 1rem;
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 0 20px;
}

.lx_form .lx_form_l li textarea {
    width: 680px;
    height: 2rem;
    background: #f8f8f8;
    border: none;
    border-radius: 5px;
    resize: none;
    padding: 10px 20px;
    outline: none;
}

.lx_form .lx_form_l li .submit {
    width: 140px;
    height: 36px;
    background: #d71222;
    border: none;
    border-radius: 4px;
}

.lx_form h3 {
    line-height: 1.0404rem;
    font-size: .7rem;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.lx_form .lx_form_r {
    width: 265px;
    background: #fff;
    margin-top: 1rem;
    padding: 0.57rem 0.3rem;
    text-align: center;
    box-sizing: border-box;
}

.lx_form .lx_form_r h4 {
    font-size: 0.45rem;
    line-height: 0.6rem;
    margin-top: 0.8rem;
}

.lx_form .lx_form_r span {
    font-size: 0.4rem;
    color: #999999;
    line-height: 0.8rem;
}

.lx_form .lx_form_r a {
    display: block;
    width: 100px;
    border: 1px solid #d71222;
    border-radius: 5px;
    margin: 0.6rem auto;
    padding: 0.2rem 0.4rem;
}

.hengxian {
    width: 100%;
    height: 1px;
    background: #eee;
}

.pageBanner {
    margin-top: 2.5rem;
}

.pageBanner img {
    width: 100%;
    display: block;
}

.honor_list {
    padding: 20px 0;
}

.honor_list dl {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.honor_list dl:nth-child(4n) {
    margin-right: 0;
}

.honor_list dl dt {
    width: 100%;
    height: 365px;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}

.honor_list dl dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.honor_list dl h3 {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    background: #eee;
    font-weight: 400;
}

.article_head h1 {
    float: left;
    font-size: .5rem;
    color: #000000;
    padding-left: 10px;
}

/* 新闻详细  */
.con_section .article_content {
    float: left;
    width: 68.05%;
}

.con_section .news-aisde {
    float: right;
    width: 27.77%;
    margin-top: 40px;
}

.news-aisde {
    color: #333;
    font-weight: bold;
}

.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 20px;
}

.hot-tit {
    font-size: 18px;
}

.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}

.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

.news-aisde .list .text {
    float: right;
    width: 90%;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}

.news-aisde .list .item:nth-child(1) .num {
    background-color: #d71222;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}

.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt {
    color: #d71222;
}



.pro_fl {
    float: right;
    max-width: 800px;
}

.pro_fl ul li {
    float: left;
}

.pro_fl ul li a {
    width: 4rem;
    height: 1.2rem;
    border-radius: 30px;
    font-size: .4rem;
    border: 1px solid #eee;
    margin-right: .6rem;
    line-height: 1.2rem;
    display: block;
    text-align: center;
}

.pro_fl ul li.on a {
    border: 1px solid #0455a6;
}

.news_nav ul li .icon {
    display: block;
    width: .75rem;
    height: .75rem;
    float: left;
    background: url(../images/index_52.png) no-repeat;
    margin: .2rem .15rem 0 .8rem;
    background-size: 289%;
}

.news_nav ul li:nth-child(1) .icon {
    background-position: -1.38rem 0;
}

.news_nav ul li:nth-child(2) .icon {
    background-position: -1.4rem -1.4rem;
}


.news_nav ul li:nth-child(3) .icon {
    background-position: -1.4rem -2.83rem;
}

.news_nav ul li:nth-child(1).on .icon {
    background-position: -1px 0;
}

.news_nav ul li:nth-child(2).on .icon {
    background-position: -1px -1.4rem;
}


.news_nav ul li:nth-child(3).on .icon {
    background-position: -1px -2.83rem;
}

.position {
    text-align: right;
}

.news_nav .pro_fl ul li a {
    text-align: unset
}

.fzlc {
    background: url(../images/pic49.png) repeat-x center 2.5rem;
    position: relative;
}

.fzlc .swiper-container {
    position: static;
    margin-top: 1.2rem;
}

.fzlc .swiper-slide {
    height: 530px;
}

.fzlc .li .li_1 {
    width: 100%;
    height: 428px;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 4% 5%;
    margin-bottom: 42px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
}

.fzlc .li .li_1:after {
    content: '';
    display: none;
    width: 34px;
    height: 19px;
   
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -17px;
}

.fzlc .li p.p1 {
    color: #7e7c7d;
    font-size: 0.45rem;
    line-height: 40px;
    height: 52px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.fzlc .li p.p2 {
    height: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}

.fzlc .li p.p2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.fzlc .li p.p3 {
    width: 94%;
    line-height: 22px;
    margin: 0 auto;
    height: 132px;
    overflow-y: auto
}

.fzlc .li p.p3::-webkit-scrollbar {
    width: 6px;
}

.fzlc .li p.p3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.fzlc .li p.p3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(230, 0, 33, 0.5);
}

.fzlc .li p.p3::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

.fzlc .li .li_2 {
    width: 100%;
    text-align: center;
    color: #737373;
    font-size: 0.45rem;
    padding-top: 32px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fzlc .swiper-button-prev {
    background: url(../images/pic50.png) no-repeat center center;
    width: 60px;
    height: 60px;
    bottom: 1.5rem;
    top: inherit;
    left: 5px;
    color: transparent;
    z-index: 99999;
    border-radius: 50%;
    opacity: 1;
}

.fzlc .swiper-button-next {
    background: url(../images/pic51.png) no-repeat center center;
    width: 60px;
    height: 60px;
    bottom: 1.5rem;
    top: inherit;
    right: 5px;
    color: transparent;
    border-radius: 50%
}

.fzlc .swiper-button-prev:hover,
.fzlc .swiper-button-next:hover {
    box-shadow: 0 0 10px #9c9c9c;
}

.fzlc .swiper-slide:hover .li .li_1 {
    background: #666;
}

.fzlc .swiper-slide:hover .li p.p1 {
    color: #fff;
}

.fzlc .swiper-slide:hover .li .p3 {
    color: #fff;
}

.fzlc .swiper-slide:hover .li .li_2 {
    color: #d71222;
    background: url(../images/pic53.png) no-repeat top center;
}

.fzlc .swiper-slide:hover .li .li_1:after {
    display: block
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #0455a6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #0455a6;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #d71222;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #0455a6;
}

#toolbar li:hover a {
    width: 200px;
}

/* #toolbar li:nth-child(1):hover a {
    width: 57px
} */

#toolbar li:hover .icon-font {
    background-color: #0455a6;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}


@media screen and (max-width:1680px) {
    .i_a_txt ul {
        margin-top: 1rem;
    }

    .i_a_con .i_a_txt>p {
        font-size: 0.45rem;
        margin-top: 0.6rem;
        line-height: 1rem;
    }

    .fzlc {
        background: url(../images/pic49.png) repeat-x center 2.75rem;
        position: relative;
    }
}

@media screen and (max-width: 1520px) {
    .w1 {
        width: 88%;
    }

    #header.w1 {
        width: 88%;
    }

    .a_c_img {
        width: 552px;
    }

    .i_a_txt {
        width: 600px;
        margin-right: 0;
    }

    .a_01_t_l h3 {
        margin-top: 0;
    }

    .index_tit p {
        /* color: #5e5e5e; */
    }

    .indus_tbd_txt h3 {
        font-size: 20px;
    }

    .cybj_con {
        /* width: 850px; */
    }

    .cybj_txt p {
        /* line-height: 20px; */
    }

    .cybj_con img {
        /* max-width: 100%; */
    }

    .cybj_con>a {
        width: 50px;
        height: 90px;
        right: -25px;
    }

    #honor.swiper .swiper-slide {
        height: 300px;
    }

    .article_content h1.article_title {
        font-size: 18px;
    }

    .top_tel p {
        background-size: 24px;
    }

    .indus_tbd_txt p {
        font-size: 14px
    }

    .f14 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1300px) {
    .w1 {
        width: 98%
    }

    .con_section .w1 {
        width: 98%
    }

    .i_a_txt ul {
        margin-top: 0.5rem
    }
}


.tanchuang{  position: fixed;
    top: 50%;
    left: 50%;
    width: 780px;   
    transform: translate(-50%,-50%);
    z-index: 999;}

.tanchuang span{position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #d71222;
    cursor: pointer;}
.tac_desc{}
.tac_desc h3{ font-size: 20px; color: #d71222; line-height: 30px; text-align: center; font-weight: normal;}
.tac_desc .tc_img{display: block; overflow: hidden; }
.tac_desc .tc_img img{ width: 100%; display: block; }

/* 法务介绍  */
.faw_con{ padding:30px 20px; display: block; overflow: hidden; }
.faw_img{ width: 200px; display: block; overflow: hidden; margin-top:5px; }
.faw_img img{ max-width: 100%; display: block; }
.faw_desc{ width: calc(100% - 240px); display: block; overflow: hidden; }
.faw_desc p{font-size: .4rem;
    line-height: 30px;
    color: #707070;}

.about_p05 .abou_tit h3::before {
    background: url(../images/ico_fw.png) no-repeat;
    background-size: 100%;
}

