@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    /* color: #666 */
}

a:hover,
a:active,
a:focus {
    /* color: #666; */
    text-decoration: none
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: arial, "microsoft yahei"
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
    border: none;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    outline: 0;
    color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
    -webkit-appearance: none
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.clear {
    clear: both;
}

.continer1 {
    width: 1380px;
    margin: 0 auto;
}

.g-container {
    padding-top: 0;
}

[v-cloak] {
    display: none;
}

.amap-info-content {
    height: auto !important;
    text-align: center;
}

.amap-info-close {
    display: none;
}

/*新闻详情*/
.inner_newsshow {
    overflow: hidden;
}

.inner_fr_newsshow {
    margin: 31px 0 50px 0;
    overflow: hidden;
}

.show_title {
    text-align: center;
    padding-bottom: 25px;
}

.show_title h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #007CC3;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
    /* margin-top: 40px; */
}

.show_title span {
    margin: 0px 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7B7B7B;
}

.browse {
    background: url(../../images/browse.png) no-repeat left center;
}

.date {
    background: url(../../images/date.png) no-repeat left center;
}

.show_content {
    color: #4b4b4b;
    padding: 45px 0px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595F65;
    line-height: 42px;
}

.show_content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.show_back {
    padding: 40px 0 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    /* border-top: 1px solid #E5E5E5; */
}

.show_back_fl {
    float: left;
    width: 70%;
    overflow: hidden;
}

.show_back_fl li {
    margin-bottom: 2px;
    line-height: 25px;
    color: #4d4d4d;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.show_back_fl li a {
    color: #868686;
    font-size: 15px;
}

.show_back_fl li a:hover {
    color: #00923F;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 13%;
    height: 40px;
    line-height: 40px;
    background: #00923F;
    border-radius: 23px;
}

.show_back_fr a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background: url(../../images/return.png) no-repeat left 20px center;
    padding-right: 25px;
    text-align: right;
    border-radius: 5px;
}

.phone {
    display: none;
}

.computer {
    display: block;
}

.swiper-container {
    overflow: hidden;
}

/*首页开始*/

.showc {
    height: 74px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: fixed;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 0);
}


.in-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
    background: #F4F4F4;
    height: 110px;
    top: 0;
    left: 0;
}


.in-header .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.in-header .in-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 10;
    align-items: center;
}

.in-header .in-nav .caidan1 {
    font-size: 16px;
    color: #000000;
}


.in-header .li-block {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 25px;
}

.in-header .li-block:first-child {
    margin: 0 25px 0 0;
}

.in-header .li-block:last-child {
    margin: 0 0 0 25px;
}


.in-header .li-block .caidan1 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    position: relative;
    height: 74px;
    line-height: 74px;
    display: inline-block;
    padding-right: 18px;
    background: url(../../images/welcome/index-2.png) no-repeat right center;
    background-size: 7px 5px !important;
    transition: .5s;
}

.in-header .li-block:hover .caidan1,
.in-header .li-block.active .caidan1 {
    color: #2E76DE;
    background: url(../../images/welcome/index-3.png) no-repeat right center;
}


.in-header .li-block:first-child .caidan1 {
    background: none !important;
}

.in-header .li-block .caidan_en {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    text-decoration: underline;
    color: #222222;
    transition: .5s;
}

.in-header .li-block .caidan_en:hover {
    color: #2E76DE;
}

.in-header .li-block2 {
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 9;
    transition: all 0.15s linear;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
    background: #F4F6F8;

}

.in-header .li-block:hover .li-block2 {
    height: auto;
}

.in-header .li-block2 .shuzhi {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(-49deg, #0E6CEA, #367EEF);
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    padding: 15px;
}


.in-header .li-block2 .shuzhi .shuzhi_a {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    transition: .5s;
    width: 100%;
    height: 39px;
    height: 39px;
    line-height: 39px;
    padding: 0 30px;
    white-space: nowrap;
    text-align: left;
}

.in-header .li-block2 .shuzhi .shuzhi_a:hover {

    background: #FFFFFF;
    color: #2E76DE;
}


.g-footer-top {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.g-footer-top .customer_service {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.36s all;
}

.g-footer-top .customer_service img {
    width: 20px;
}

.g-footer-top .b_footer_top {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.36s all;
}

.g-footer-top .b_footer_top.fixed {
    display: flex;
}

.g-footer-top .b_footer_top img {
    width: 22px;
}

.g-footer-top .footer_img1 {
    position: relative;
    opacity: 1;
    transition: 0.36s all;
}

.g-footer-top .footer_img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.36s all;
}

.g-footer-top .customer_service:hover,
.g-footer-top .b_footer_top:hover {
    background: #2E76DE;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    border: 1px solid #2E76DE;
}

.g-footer-top .customer_service:hover .footer_img1,
.g-footer-top .b_footer_top:hover .footer_img1 {
    opacity: 0;
}

.g-footer-top .customer_service:hover .footer_img2,
.g-footer-top .b_footer_top:hover .footer_img2 {
    opacity: 1;
}

.footer-in {
    padding-top: 60px;
    background: #191F2E;
}

.footer-in .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1720px;
}

.footer-in .footer_1 {
    width: 58%;
    display: flex;
    flex-direction: column;
}

.footer-in .footer_1 h2 {
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px
}

.footer-in .footer_1 .footer1_wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.footer-in .footer_1 .footer1_wrap .pic {
    margin-right: 45px;
    margin-bottom: 40px;
}

.footer-in .footer_1 .footer1_wrap .pic:last-child {
    margin-right: 0;
}



.footer-in .footer_1.footer_2 {
    width: 38%;
}

.footer-in .footer_1.footer_2 .footer1_wrap {
    margin-top: 30px;
}

.footer-in .footer_2 .footer1_wrap .wrap_a {
    width: calc((100% - 55px)/2);
    margin-right: 55px;
    margin-bottom: 30px;
    padding: 0 20px 15px 0;
    position: relative;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: rgb(138, 139, 144, 0.6);
    transition: .5s;
}

.footer-in .footer_2 .footer1_wrap .wrap_a:nth-of-type(2n) {
    margin-right: 0;
}

.footer-in .footer_2 .footer1_wrap .wrap_a:hover {
    color: #FFFFFF;
}

.footer-in .footer_2 .footer1_wrap .wrap_a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 15px;
    height: 16px;
    background: url(../../images/welcome/white-arr.png) no-repeat;
    background-size: 15px 16px;
    opacity: 0;
    transition: .5s;
}

.footer-in .footer_2 .footer1_wrap .wrap_a:hover::after {
    opacity: 1;
}


.footer_min {
    background: #000000 url(../../images/welcome/end-1.png) no-repeat top -5px center;
    padding: 150px 0 80px;
    position: relative;
    margin-top: 50px;
}

.footer_min .min_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.footer_min .min_row .row_left {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_min .min_row .row_left .left_column {
    display: flex;
    flex-direction: column;
    max-width: 18%;
}

.footer_min .min_row .row_left .left_column:first-child {
    max-width: 36%;
}

.footer_min .min_row .row_left .left_column h2 {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_min .min_row .row_left .left_column p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #8A8B90;
    line-height: 30px;
}


.footer_min .min_row .row_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_min .min_row .row_right .social-share .social-share-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 6px 8px 24px 0px rgba(26, 113, 235, 0.16);
    background: #FFFFFF;
    border: none;
}

.footer_min .min_row .row_right .social-share .icon-twitter,
.footer_min .min_row .row_right .social-share .icon-facebook,
.footer_min .min_row .row_right .social-share .icon-linkedin {
    color: #000;
}

.footer_min .min_row .row_right .social-share .social-share-icon:hover {
    background: #2E76DE;
}

.footer_min .min_row .row_right .social-share .icon-twitter:hover,
.footer_min .min_row .row_right .social-share .icon-facebook:hover,
.footer_min .min_row .row_right .social-share .icon-linkedin:hover {
    color: #FFFFFF;
}

.beizhu {
    background: #000000;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.beizhu .continer1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
}


.beizhu .continer1 .left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.beizhu .continer1 .left .text1 {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #8A8B90;
    line-height: 30px;
    margin-right: 20px;
}

.beizhu .continer1 .left .text1:last-child {
    margin-right: 0px;
}

.beizhu .continer1 .left .text1 a {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #8A8B90;
    line-height: 30px;
}




/*首页结束*/

/*内页框架开始*/

.sp_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.sp_logo {
    padding-top: 0px;
    padding-left: 0px;
    height: auto;
    line-height: initial;
}

.header1,
.footer {
    height: 80px;
    border-bottom: none
}

.sp_header {
    justify-content: space-between;
}




.in-header .in-logo img {
    height: 42px;
}


.footer_logo {
    height: 66px;
}


.in-header .header_top {
    position: fixed;
    width: 100%;
    height: 36px;
    background: #000000;
    top: 0;
    left: 0;
}

.in-header .header_top .header_top_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    height: 36px;
}

.in-header .header_top .header_top_row h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    height: 36px;
    opacity: 0.9;
    text-transform: uppercase;
    white-space: nowrap;
}


.in-header .header_top .header_top_row .oa {
    position: relative;
    width: 16px;
    height: 28px;
    padding: 0 30px 0 15px;
    background: #000000 url(../../images/welcome/index-1.png) no-repeat top 6px center;
    background-size: 16px 16px !important;
    cursor: pointer;
    transition: .5s;
}

.in-header .header_top .header_top_row .oa.active {
    width: 164px;
    background: #FFFFFF url(../../images/welcome/index-1-1.png) no-repeat right 6px center;
    border-radius: 14px;
}

.in-header .in_name,
.in-header .in_search {
    display: flex;
    flex-direction: column;

}

.in-header .in_name {
    margin-left: 10px;
}

.in-header .in_name h2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #007CC3;
    line-height: 24px;
}


.in-header .in_name h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00923F;
    line-height: 24px;
}

.in-header .in_search .search_row {
    width: 336px;
    height: 38px;
    line-height: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D2D2D2;
    border-radius: 19px;
}

.in-header .in_search .search_row input {
    width: calc(100% - 60px);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 19px;
}

.in-header .in_search .search_row .search_ss {
    width: 60px;
    height: 38px;
    background: #00923F;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-header .in_search .search_row .search_ss img {
    width: 16px;
}

.in-header .in_search p {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #858585;
    line-height: 24px;
}


.in-header .in_hotline {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.in-header .in_hotline .hotline_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.in-header .in_hotline .hotline_row p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #575757;
    line-height: 30px;
    margin-right: 10px;
}

.in-header .in_hotline .hotline_row .hotline_pic {
    width: 22px;
    height: 22px;
    border: 1px solid #007CC3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-header .in_hotline .hotline_row .hotline_pic img {
    width: 12px;
}

.in-header .in_hotline h2 {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #121212;
    line-height: 30px;
}



#mmenu {
    z-index: 9999;
}

#mmenu li .home-search {
    float: left;
    margin-left: 20px;
    width: 90%;
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

#mmenu li .home-search .keyword {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 86%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc
}

#mmenu li .home-search .keyword:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #0076be;
}

#mmenu li .home-search .btn-sub {
    top: 0;
    border: 0;
    right: 0;
    color: #0076be;
    width: 42px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #0076be url(../../images/search3.png) no-repeat center center;
}


/*内页框架结束*/

@media (max-width: 1801px) {}

@media (max-width: 1721px) {
    .footer-in .continer1 {
        width: 90%;
    }
}

@media (max-width: 1601px) {
    .in-header .li-block2 .shuzhi .shuzhi_a {
        font-size: 15px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
}

@media (max-width: 1500px) {}


@media (max-width: 1440px) {
    .continer1 {
        width: 90%;
        margin: 0 auto;
    }

    .in-header .header_top .header_top_row h2 {
        font-size: 14px;
    }

    .footer-in .footer_1 h2 {
        font-size: 20px;
    }

    .footer-in .footer_2 .footer1_wrap .wrap_a {
        width: calc((100% - 45px)/2);
        margin-right: 45px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer-in .footer_2 .footer1_wrap .wrap_a::after {
        width: 12px;
        height: 13px;
        background-size: 12px 13px;
    }

    .footer_min {
        padding: 110px 0 50px;
        margin-top: 20px;
    }

    .footer_min .min_row .row_left .left_column h2 {
        font-size: 15px;
        margin-bottom: 15px;

    }

    .footer_min .min_row .row_left .left_column p,
    .beizhu .continer1 .left .text1 {
        font-size: 15px;
        line-height: 25px;
    }

}

@media (max-width: 1300px) {}



@media (max-width: 1279px) {
    .phone {
        z-index: 9999;
        position: fixed;
        width: 100%;
        background: #fff;
        display: block;
        top: 0;
        left: 0;
        box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
    }


    .in-header {
        display: none;
    }



    .in-header .in-left-nav {
        display: none;
    }

    .computer {
        display: none;
    }

    /*    .inner_newsshow {
        margin-top: 30px;
        margin-bottom: 30px;
    } */
    .show_title h3 {
        /* margin-top: 30px; */
    }

    .footer-in .in-block2 {
        display: none;
    }

    .footer-in .in-block2 .text1 {
        padding-left: 10px;
    }

    .footer-in .in-block1 {
        max-width: 60%;
    }

    .footer-in .in-block3 {
        width: 40%;
    }

    .footer-in .in-block4 {
        width: 100%;
    }


    .footer-top-content .footer-left {
        font-size: 20px;
    }

    .footer-top-content .footer-left span {
        font-size: 15px;
    }

    .footer-in .in-block1 .part1 {
        height: 70px;
        margin-bottom: 20px;
    }

    .footer-in .in-block1 .part1 img {
        max-width: 50%;
    }

    .footer-in .in-block1 .part1 .text1,
    .footer-in .in-block1 .part2 .text1,
    .in-gzwm {
        font-size: 14px;
    }

    .footer-in .in-block3 .text1 img {
        max-width: 70%;
    }

    .beizhu .continer1 {

        padding-top: 10px;
        padding-bottom: 0px;
    }



    .show_back_fr {
        width: 20%;
    }

    .beizhu .continer1 .right .line1 {
        height: 11px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .sp_logo a img {
        height: 42px;
    }

    .footer-in .in-block3 {
        padding: 0;
        border-left: none;
        border-right: none;
    }

    .beizhu .continer1 .left .left_img {
        width: 50px;
        margin-right: 20px;
    }

    .footer-in .in-block2 li>a,
    .beizhu .continer1 .left .text1,
    .beizhu .continer1 .left .text1 a {
        font-size: 15px;
        line-height: 32px;
    }

    .beizhu .continer1 {
        padding: 10px 0;
    }

    .footer-in {
        padding-top: 40px;
    }

    .footer-in .footer_1.footer_2 {
        display: none;
    }

    .footer-in .footer_1 {
        width: 100%;
    }

    .footer-in .footer_1 .footer1_wrap {
        margin-top: 40px;
        justify-content: space-between;
    }

    .footer-in .footer_1 .footer1_wrap .pic {
        margin-right: 0;
        margin-bottom: 0;
        max-width: 30%;
    }

    .footer_min .min_row .row_left {
        width: 70%;
    }

    .footer_min .min_row .row_left .left_column {
        display: none;
    }

    .footer_min .min_row .row_left .left_column:first-child {
        max-width: 100%;
        display: flex;
    }

    .footer_min .min_row .row_right .social-share .social-share-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .footer_min .min_row .row_right .social-share .icon-twitter,
    .footer_min .min_row .row_right .social-share .icon-facebook,
    .footer_min .min_row .row_right .social-share .icon-linkedin {
        font-size: 14px;
    }

    .footer_min {
        padding: 60px 0 30px;
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .pagination {
        margin: 20px 0 0;
    }



    .header1,
    .footer {
        height: 64px;
    }

    .footer-in .in-block3 .in-block3-text {
        font-size: 10px;
        line-height: 22px;
    }

    .footer-in .in-block1 .foot-top-row {
        margin-top: 28px;
    }

    .footer-in .in-block1 .foot-top-row a img {
        max-width: 100%;
    }

    .beizhu .continer1 .left {
        width: 90%;
        justify-content: center;
        margin: 0 auto;
    }

    .beizhu .continer1 .right {
        display: none;
    }


    .footer-top-content .footer-left {
        font-size: 14px;
    }

    .footer-top-content .footer-left span {
        font-size: 10px;
    }

    .footer-top-content .footer-right {
        width: 155px;
        height: 25px;
        border-radius: 20px;
        line-height: 25px;
    }

    .footer-top-content .footer-right input {
        width: 120px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        font-size: 10px;
    }

    .footer-top-content .footer-right .footer-right-ss {
        width: 35px;
        height: 25px;
        line-height: 25px;
    }

    .footer-top-content .footer-right .footer-right-ss img {
        max-width: 20%;
    }

    /* .footer-in {
	  display: none;
	} */
    .beizhu .continer1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-in .in-block2 li>a,
    .beizhu .continer1 .left .text1,
    .beizhu .continer1 .left .text1 a {
        font-size: 12px;
        line-height: 25px;
    }

    .show_title h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .show_content {
        line-height: 28px;
        padding: 25px 0px;
        font-size: 14px;
    }

    .show_back {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .show_back_fl {
        width: 66%;
    }

    .show_back_fl li {
        line-height: 22px;
        font-size: 12px;
    }

    .show_back_fl li a {
        font-size: 12px;
    }

    .show_back_fr {
        width: 30%;
    }

    .show_back_fr a {
        line-height: 40px;
        font-size: 13px;
        padding-left: 15px;
    }





    .footer-in {
        padding-bottom: 0px;
    }

    .beizhu {
        padding-bottom: 0px;
    }




    .sp_logo a img {
        height: 30px !important;
    }

    .footer-in .in-block1 .in-block1-column {
        margin-top: 35px;
    }

    .footer-in .in-block1 .in-block1-column h2 {
        font-size: 20px;
    }

    .footer-in .in-block1 .in-block1-column h4 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .footer-in .in-block1 .in-block1-column p {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-in .in-block4 .text1 p {
        font-size: 14px;
    }


    .footer-in .in-block3 h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .footer-in .in-block3 p {
        font-size: 12px;
    }


    .footer-in {
        padding-top: 30px;
    }

    .beizhu .continer1 .left .left_img {
        width: 40px;
        margin-right: 25px;
    }







    .footer-in .footer_1 h2 {
        font-size: 17px;
    }

    .footer-in .footer_1 .footer1_wrap {
        margin-top: 20px;
    }

    .footer_min .min_row .row_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_min {
        padding: 40px 0 30px;
    }
}

@media (max-width: 375px) {}