@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: 1520px;
    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;
    border-bottom: 1px dashed #bfbfbf; */
}

.show_title h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343333;
    text-align: center;
    padding-bottom: 30px;
    line-height: 28px;
    /* margin-top: 40px; */
}

.show_title span {
    color: #949494;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 20px;
}

.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;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 36px;
}

.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%;
    align-items: center;
    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;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #474747;
    line-height: 36px;
}

.show_back_fl li a {
    color: #868686;
    font-size: 18px;
}

.show_back_fl li a:hover {
    color: #2563AE;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 9%;
    height: 50px;
    line-height: 50px;
    background: #2563AE;
    border-radius: 23px;
}

.show_back_fr a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: url(../../images/about/return.png) no-repeat left 20px center;
    padding-right: 25px;
    text-align: right;
    border-radius: 5px;
}

.phone {
    display: none;
}

.computer {
    display: block;
}



/*首页开始*/

.showc {
    height: 110px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.fixed .showc {
    height: 90px;

}


.in-header.fixed .li-block .caidan1 {
    height: 75px;
    line-height: 75px;
}

.in-header.fixed .in-logo img {
    height: 52px;
}

.in-header.fixed .li-block2 {
    top: 75px;
}

.in-header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
    background: #fff;

}



.in-header-top {
    height: 46px;
    background: #075DE6;
    line-height: 46px;
}

.in-header-top .in-header-left {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.in-header-top .in-geader-right {
    width: 240px;
    height: 46px;
    background: #0190FF;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.in-header-top .in-geader-right input {
    height: 46px;
    width: 192px;
    line-height: 46px;
    border: none;
    padding: 0 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D2E4FF;
    background: #0190FF;
}

.in-header-top .in-geader-right input::-webkit-input-placeholder {
    color: #D2E4FF;
    font-size: 14px;
}

.in-header-top .in-geader-right input:-moz-placeholder {
    color: #D2E4FF;
    font-size: 14px;
}

.in-header-top .in-geader-right input::-moz-placeholder {
    color: #D2E4FF;
    font-size: 14px;
}

.in-header-top .in-geader-right input:-ms-input-placeholder {
    color: #D2E4FF;
    font-size: 14px;
}

.in-header-top .in-geader-right .in-geader-right-ss {
    width: 48px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.in-header .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.in-header .yuyan-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 25px;
}

.in-header .yuyan-con .text1 {
    display: flex;
    align-items: center;
}

.in-header .yuyan-con .text1 .text1-icon {
    background-image: url("../../images/index/nav-7.png");
    background-size: 17px 18px;
    width: 17px;
    height: 18px;
    margin-right: 8px;
    opacity: 0.5;
}

.in-header .yuyan-con .text1 .text1-1 {
    color: #9EBFE5;
    font-size: 14px;
}

.in-header .yuyan-con .text1 .text1-2 {
    color: #fff;
    font-size: 14px;
}

.in-header .yuyan-con .text2 {
    display: flex;
    align-items: center;
    position: relative;
}

.in-header .yuyan-con .text2 .text2-icon1 {
    background-image: url("../../images/index/index-3.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    opacity: 0.5;
    margin-left: 30px;
}

.in-header .yuyan-con .text2 .text2-1 {
    color: #fff;
    font-size: 14px;
}

.in-header .yuyan-con .text2 .text2-icon2 {
    background-image: url("../../images/index/index-5.png");
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin-right: 8px;
    opacity: 0.5;
}

.in-header .yuyan-con .text2 .text2-hover {
    position: absolute;
}

.in-header .yuyan-con .fdj {
    background-image: url("../../images/index/index-7.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    /*    margin-left: 25px; */
}

.in-header .search {
    z-index: 9;
    position: relative;
}

.in-header .search .btn-search-max {
    z-index: 2;
    -webkit-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    position: relative;
}

.in-header .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle;
}

.in-header .search .search-main {
    top: 45px;
    right: -20px;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 1s;
    border-radius: 4px;
}

.in-header .search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}

.in-header .search-container .form-control {
    text-align: left;
    border: 1px solid #2563AE;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}

.in-header .search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}

.in-header .search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #2563AE url(../../images/index/index-7.png) no-repeat center center;
}

.in-header #search-closed {
    right: 5px;
    top: 27.5px;
    max-width: 18px;
    position: absolute;
    cursor: pointer;
}

#index .in-header .in-left-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(183, 183, 183, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.in-header .in-left-nav .icon1 {
    margin-top: 21px;
}

.in-header .in-left-nav .text2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.in-header .in-left-nav .text2 .icon2 {
    transition: 0.5s;
}

.in-header .in-left-nav .text2:hover .icon2 {
    transform: rotate(90deg);
}

.in-header .in-left-nav .text2 .text2-1 {
    width: 41px;
    height: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}

@keyframes myani {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.in-header .in-left-nav .text3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    margin-bottom: 21px;
    position: relative;
}

.in-header .in-left-nav .text3 .text3-img {
    position: absolute;
}

.in-header .in-left-nav .icon3 {
    background-image: url("../../images/index/index-4.png");
    background-size: 57px 57px;
    width: 57px;
    height: 57px;
    animation: myani 5s linear infinite;
}

.in-header .zhankai {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    top: 0px;
    opacity: 0;
    left: -100%;
    transition: 0.5s;
    z-index: 9;
}

.in-header .zhankai .in-top {
    height: 87px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.in-header .zhankai .in-top .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.in-header .zhankai .in-top .right .text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 42px;
    background: #CC1D24;
    border-radius: 21px;
}

.in-header .zhankai .in-top .right .text1 .text1-icon {
    background-image: url("../../images/index/nav-7.png");
    background-size: 17px 18px;
    width: 17px;
    height: 18px;
    margin-right: 8px;
}

.in-header .zhankai .in-top .right .text1 .text1-1 {
    color: #fff;
    font-size: 14px;
}

.in-header .zhankai .in-top .right .text1 .text1-2 {
    color: #fff;
    font-size: 14px;
}

.in-header .zhankai .in-top .right .text2 {
    width: 159px;
    height: 42px;
    background-color: #1D386D;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 19px;
}

.in-header .zhankai .in-top .right .text2 .text2-icon1 {
    background-image: url("../../images/index/nav-6.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.in-header .zhankai .in-top .right .text2 .text2-1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.in-header .zhankai .in-top .right .text2 .text2-icon2 {
    background-image: url("../../images/index/index-5.png");
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin-left: 18px;
}

.in-header .zhankai .in-top .right .text2 .text2-hover {
    position: absolute;
}

.in-header .zhankai .in-top .right .cuowu {
    width: 43px;
    height: 43px;
    background-color: #E3E3E3;
    border-radius: 50%;
    background-image: url("../../images/index/nav-5.png");
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 18px;
    background-size: 17px 17px;
}

.in-header .zhankai .in-top .right .cuowu:hover {
    background-color: #ccc;
    background-image: url("../../images/index/nav-5-1.png");
}

.in-header .zhankai .in-center {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.in-header .zhankai .in-center .left-in {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in-header .zhankai .in-center .left-in .block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.in-header .zhankai .in-center .left-in .block1 .text1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    cursor: pointer;
}

.in-header .zhankai .in-center .left-in .block1 .text2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #868686;
    line-height: 48px;
    cursor: pointer;
}

.in-header .zhankai .in-center .left-in .block1 .text2:hover {
    color: #1D386D;
}

.in-header .zhankai .in-center .left-in .block1 .text1:hover {
    color: #1D386D;
}

.in-header .zhankai .in-center .right-in {
    width: 27%;
    position: absolute;
    bottom: 20vh;
    right: 0px;
}

.in-header .zhankai .in-center .right-in .share {
    width: 100%;
}

.in-header .zhankai .in-center .right-in .share a {
    text-decoration: none;
}

.in-header .zhankai .in-center .right-in .share .line2 {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
}

.in-header .zhankai .in-center .right-in .share .btn1 {
    width: 138px;
    height: 50px;
    border: 1px solid #5BC1D1;
    border-radius: 25px;
    font-size: 16px;
    color: #5BC1D1;
    line-height: 50px;
    margin: 5vh auto;
    display: block;
}

.in-header .zhankai .in-center .right-in .share .btn1:hover {
    background: rgba(91, 193, 207, 0.1);
    color: #5BC1D1;
}

.in-header .zhankai .in-center .right-in .share .share-icon {
    flex-direction: row;
    flex-wrap: wrap;
    width: 200px;
    display: flex;
    text-align: right;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-qzone {
    background: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon #bsBox {
    height: 423px !important;
    width: 560px !important;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-custom a {
    padding-left: 0px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-sinaminiblog {
    background: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon-hover {
    position: absolute;
    width: 120px;
    height: 118px;
    border: 1px solid #eee;
    border-radius: 5px;
    left: -124px;
    top: 6px;
    opacity: 0;
    transition: 0.5s;
    display: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon1 {
    background-image: url("../../images/index/nav-2.png");
    background-repeat: no-repeat;
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    background-position: center center;
    border-radius: 50%;
    margin-right: 23px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon1:hover {
    background-image: url("../../images/index/nav-2.png");
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon2 {
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    background-position: center center;
    border-radius: 50%;
    background-image: url("../../images/index/nav-3.png") !important;
    background-repeat: no-repeat;
    display: block;
    margin-right: 23px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon2:hover {
    background-image: url("../../images/index/nav-3.png") !important;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon3 {
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    background-position: center center;
    background-image: url("../../images/index/nav-4.png") !important;
    background-repeat: no-repeat;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon3:hover {
    background-image: url("../../images/index/nav-4.png") !important;
}

.in-header .zhankai .in-center .right-in .share #weixin:hover .icon-hover {
    width: 120px;
    opacity: 1;
    display: block;
}

.in-header .zhankai .in-center .right-in .text-con {
    font-size: 16px;
    color: #838383;
    line-height: 36px;
    margin-top: 38px;
}

.in-header .zhankai .in-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 82px;
}

.in-header .zhankai .in-bot {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.in-header .zhankai .zk-soso {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.in-header .zhankai .zk-soso input {
    width: 501px;
    height: 50px;
    background: #E3E3E3;
    border-radius: 25px;
    padding-left: 1em;
    padding-right: 1em;
}

.in-header .zhankai .zk-soso button {
    width: 23px;
    height: 23px;
    background-image: url("../../images/index/nav-1.png");
    background-color: transparent;
    position: relative;
    left: -46px;
    top: -4px;
}

.g-footer-top {
    width: 100%;
    height: 64px;
    background: #E7E7E7;
    cursor: pointer;
}

.g-footer-top .fotter-top-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 64px;
    padding: 5px 0;
}

.g-footer-top .fotter-top-column .name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.footer-in {
    padding-top: 60px;
    background: #272727;
}

.footer-in .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-in .in-block1 {
    width: 11%;
    display: flex;
    flex-direction: column;
}

.footer-in .in-block1 .foot-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footer-in .in-block1 .foot-top-row a {
    margin-right: 10px;
}

.footer-in .in-block1 .foot-top-row a:last-child {
    margin-right: 0;
}

.footer-in .in-block1 .foot-top-row a img {
    transition: .5s;
}

.footer-in .in-block1 .foot-top-row a img:hover {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.footer-in .in-block1 .in-block1-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
}

.footer-in .in-block1 .in-block1-column h2 {
    font-size: 36px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-in .in-block1 .in-block1-column h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-in .in-block1 .in-block1-column p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 30px;
}

.footer-in .in-block2 {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.footer-in .in-block2 li {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer-in .in-block2 li .in-block2-top {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-in .in-block2 li>a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.footer-in .in-block2 li>a:hover {
    color: #2563AE;
}

.footer-in .in-block2 li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 10px;
    word-break: break-all;
}

.footer-in .in-block2 li p span {
    min-width: 88px;
    display: inline-block;
}

.footer-in .in-block2 .in-block2-lx {
    max-width: 270px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer-in .in-block2 .in-block2-lx .in-block2-dh {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #2563AE;
}

.footer-in .in-block2 .in-block2-lx .in-block2-dz {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
}

.footer-in .in-block3 {
    width: 23%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer-in .in-block3 .in-block3-text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}



.footer-in .in-block4 {
    width: 6%;
    text-align: right;
    margin-top: 15px;
}

.footer-in .in-block4 .text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-in .in-block4 .text1 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

/* .footer-in .in-block4 {
    width: 10%;
} */
.in-gzwm {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E9EDF4;
    text-align: center;
    margin-top: 16px;
}

.beizhu {
    margin-top: 50px;
    border-top: 1px solid #373737;
}

.beizhu .continer1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

/*#index .beizhu .continer1 {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/

.beizhu .continer1 .left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
}

.beizhu .continer1 .left .text1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 25px;
}

.beizhu .continer1 .left .text1 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.beizhu .continer1 .left .icon1 {
    margin-right: 2px;
}

.beizhu .continer1 .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
}

.beizhu .continer1 .right .text1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.beizhu .continer1 .right .line1 {
    height: 14px;
    width: 1px;
    border-left: 1px solid #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
}





/*首页结束*/

/*内页框架开始*/

.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;
}

.showc .ac .text1 .text1-icon {
    background-image: url(../../images/index/nav-7-1.png);
}

.showc .ac .text2 .text2-icon1 {
    background-image: url(../../images/index/nav-6-1.png);
}

.showc .ac .text1 .text1-2 {
    color: #414141;
}

.showc .ac .text1 .text1-1 {
    color: #414141;
}

.showc .ac .text2 .text2-1 {
    color: #414141;
}

.showc .ac .fdj {
    background-image: url(../../images/index/index-7-1.png);
}


.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;
    /*    line-height: 48px; */
}

.in-header .in-nav .li-block:hover .caidan1 {
    color: #2563AE;
}

.in-header .li-block {
    /*position: relative;*/
    text-align: center;
    display: inline-block;
    /* margin-right: 82px; */

}

.in-header .li-block:last-child {
    margin-right: 0;
}


.in-header .li-block .li-block-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
}

.in-header .li-block .li-block-row .li_left {
    padding-right: 20px;
    margin-right: 20px;
    line-height: 1;
    border-right: 1px solid #DEDEDE;
}

.in-header .li-block .li-block-row .li_left p {
    padding-left: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    background: url("../../images/welcome/gp.png") no-repeat left center;
    background-size: 15px 17px;
}

.in-header .li-block .li-block-row .li_left p span {
    color: #2563AE;
}

.in-header .li-block .li-block-row .li_right {
    position: relative;
    cursor: pointer;
}

.in-header .li-block .li-block-row .li_right p {
    padding-right: 20px;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #606060;
    background: url("../../images/welcome/xia.png") no-repeat right center;
    background-size: 7px 5px;
}

.in-header .li-block .li-block-row .li_right .li_right_column {
    display: none;
    position: absolute;
    top: 26px;
    left: -14px;
    width: 110px;
    background: #fff;
    z-index: 99;
    padding: 5px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
}

.in-header .li-block .li-block-row .li_right .li_right_column a {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    transition: .5s;
    display: inline-block;
    padding-left: 30px;
    background-size: 19px 12px;
}

.in-header .li-block .caidan1 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #484848;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 110px;
    height: 110px;
}

.in-header .li-block .caidan1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 19px;
    background: #CCCCCC;
}

.in-header .li-block:nth-child(7) .caidan1::after {
    display: none;
}

.in-header .li-block .caidan1.active {
    color: #2563AE;
}

/* .in-header .li-block .caidan1.act::after,.in-header .in-nav .caidan1:hover::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #2563AE;
} */
.in-header .li-block2 {
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 9;
    transition: all 0.15s linear;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgb(0, 0, 0, 0.75);
}

.in-header .li-block:hover .li-block2 {
    height: auto;
}


.in-header .li-block2 .block2_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 50px 0;
}

.in-header .li-block2 .block2_row .row_about {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: flex-start;
}

.in-header .li-block2 .block2_row .row_about .row_about_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    align-items: flex-start;
}

.in-header .li-block2 .block2_row .row_about .row_about_top h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
    line-height: 1;
}

.in-header .li-block2 .block2_row .row_about .row_about_top h2::after {
    content: '';
    position: absolute;
    width: 29px;
    height: 2px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}

.in-header .li-block2 .block2_row .row_about p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}

.in-header .li-block2 .block2_row .row_about .row_about_but {
    margin-top: 35px;
    width: 126px;
    height: 33px;
    line-height: 31px;
    padding-left: 18px;
    background: url(../../images/welcome/block2_zuo.png) no-repeat right 18px center;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    transition: .5s;
}

.in-header .li-block2 .block2_row .row_about .row_about_but:hover {
    border: 1px solid #2563AE;
    background: #2563AE url(../../images/welcome/block2_zuo.png) no-repeat right 18px center;
}

.in-header .li-block2 .block2_row .row_right {
    width: 66%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.in-header .li-block2 .block2_row .row_right .row_nav {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.in-header .li-block2 .block2_row .row_right .row_nav a {
    width: 40%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    background: url(../../images/welcome/row_nav1.png) no-repeat right top 10px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.in-header .li-block2 .block2_row .row_right .row_nav a:hover {
    color: #2563AE;
    border-bottom: 1px solid #2563AE;
    background: url(../../images/welcome/row_nav2.png) no-repeat right top 10px;
}

.in-header .li-block2 .block2_row .row_right .row_pic {
    width: 34%;
    overflow: hidden;
}

.in-header .li-block2 .block2_row .row_right .row_pic img {
    transition: .5s;
}

.in-header .li-block2 .block2_row .row_right .row_pic:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_la {
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    width: 25%;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_la a {
    width: 64%;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav a {
    width: 55%;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav a:last-child {
    margin-bottom: 0;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul {
    flex-direction: row;
    border-right: none
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul ul {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul ul.active {
    display: flex;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul li {
    width: 45%;
    display: flex;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul li a {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    padding-left: 10px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: none;
    background: url(../../images/about/dian.png) no-repeat left center;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul li a:hover {
    color: #2563AE;
}

.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul li a,
.in-header .li-block2 .block2_row .row_right.row_bus .row_nav.row_ul li a:last-child {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.in-header .in-logo img {
    height: 59px;
}


/*内页框架结束*/

@media (max-width: 1601px) {

    .continer1 {
        width: 90%;
        margin: 0 auto;
    }

    .footer-in .in-block2 li .in-block2-top {
        font-size: 16px;
    }

    .footer-in .in-block2 li>a {
        font-size: 14px;
    }

    .footer-in .in-block3 .in-block3-text {
        font-size: 16px;
    }



    .in-header .li-block2 .shuzhi .caidan2 .text1 {
        font-size: 16px;
    }

    .in-header .li-block2 .shuzhi .caidan2 .text2 {
        font-size: 14px;
    }



    .in-header .in-nav {
        width: 84%;
    }

    .in-header .li-block .caidan1 {
        font-size: 20px;
    }



    .footer-in .in-block2 li .in-block2-top,
    .footer-in .in-block2 li p {
        font-size: 14px;
    }
}

@media (max-width: 1500px) {
    .continer1 {
        width: 90%;
        margin: 0 auto;
    }

    .showc {
        height: 95px;
    }


    .footer-in .in-block1 .foot-top-row {
        margin-top: 50px;
    }

    .footer-in .in-block3 .in-block3-text {
        font-size: 14px;
        line-height: 34px;
    }




    .in-header .li-block2 .shuzhi .shuzhi_left {
        padding: 30px 80px 30px 120px;
    }

    .in-header .li-block2 .shuzhi .shuzhi_left .shuzhi_a {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .in-header .li-block2 .shuzhi .shuzhi_left .shuzhi_a::after {
        bottom: -11px;
    }

    .in-header .li-block2 .shuzhi .shuzhi_right {
        padding: 30px 120px 30px 80px;
    }

    .in-header .li-block2 .shuzhi .shuzhi_right .shuzhi_right_min h3 {
        font-size: 14px;
    }

    .in-header .li-block .caidan1 {
        font-size: 18px;
        line-height: 95px;
        height: 95px;
    }

    .in-header .in-logo img {
        height: 49px;
    }

    .footer-in .in-block1 .in-block1-column h2 {
        font-size: 30px;
    }

    .footer-in .in-block1 .in-block1-column h4 {
        font-size: 16px;
    }

    .footer-in .in-block1 .in-block1-column p {
        font-size: 14px;
    }

    .footer-in .in-block4 .text1 p {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .beizhu .continer1 {
        padding: 16px 0;
    }

    .footer-in .in-block2 li p span {
        min-width: 80px;
    }

    .in-header .li-block2 {
        top: 95px;
    }

    .in-header .li-block2 .block2_row .row_about .row_about_top {
        margin-bottom: 25px;
    }

    .in-header .li-block2 .block2_row .row_about .row_about_top h2 {
        font-size: 26px;
    }

    .in-header .li-block2 .block2_row .row_about p {
        font-size: 14px;
        line-height: 28px;
    }

    .in-header .li-block2 .block2_row .row_right .row_nav a {
        font-size: 16px;
    }
}

@media (max-width: 1380px) {
    .in-header .li-block .caidan1 {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    /* .in-header .in-logo img{
		max-width: 63%;
	} */
    /* .footer-in .in-block1{
		width: 14%;
	} */
    /* .in-header .li-block {
        margin-right: 50px;
    } */


    .in-header .in-nav {
        width: 80%;
    }

    .in-header .li-block .caidan1 {
        font-size: 15px;
        padding: 0 25px;
    }

}

@media (max-width: 1201px) {
    .showc {
        height: 100px;
    }

    .in-header .li-block .caidan1 {
        font-size: 14px;
    }


    .beizhu .continer1 {
        flex-direction: column;
    }

    .beizhu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-in .in-block1 .part1 .text1,
    .footer-in .in-block1 .part2 .text1 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .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);
    }

    .sp_logo a img {
        height: 49px !important;
    }

    .in-header {
        display: none;
    }



    #index .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 {
        width: auto;
    }

    .footer-in .in-block3 {
        width: 40%;
    }

    .footer-in .in-block4 {
        width: 20%;
    }

    /* 	.g-footer-top {
	  height: 70px;
	  line-height: 70px;
	} */
    .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%;
    }

    #index .beizhu .continer1 {

        padding-top: 10px;
        padding-bottom: 0px;
    }

    .beizhu .continer1 .left .text1,
    .beizhu .continer1 .left .text1 a,
    .beizhu .continer1 .right .text1 {
        font-size: 12px;
        line-height: 28px;
    }

    .show_back_fr {
        width: 20%;
    }

    .beizhu .continer1 .right .line1 {
        height: 11px;
        margin-left: 15px;
        margin-right: 15px;
    }


    .beizhu .continer1 .left {
        width: 100%;
        justify-content: center;
    }

    .beizhu .continer1 .right {
        display: none;
    }
}

@media (max-width: 768px) {

    /*    .inner_newsshow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
 */
    .show_title h3 {
        /* margin-top: 20px; */
    }

    #index .beizhu .continer1 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .beizhu .continer1 .left .text1 {
        font-size: 12px;
        line-height: 25px;
    }

    .beizhu .continer1 .right .text1 {
        font-size: 12px;
        line-height: 25px;
    }


    .footer-in {
        padding-top: 20px;
        /* padding-bottom: 20px; */
    }

    .footer-in .in-block3 {
        width: 50%;
    }


}

@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: 100%;
        justify-content: center;
    }

    .beizhu .continer1 .right {
        display: none;
    }

    .g-footer-top {
        height: 50px;
    }

    .g-footer-top .fotter-top-column {
        height: 50px;
    }

    .g-footer-top .fotter-top-column .name {
        font-size: 12px;
    }

    .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;
	} */
    #index .beizhu .continer1 {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .beizhu .continer1 .left .text1 {
        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;
    }

    .beizhu {
        margin-top: 20px;
    }



    .footer-in .in-block4 {
        width: 35%;
    }

    .footer-in {
        padding-bottom: 0px;
    }

    .beizhu .continer1 {
        padding-top: 7px;
    }



    .sp_logo a img {
        height: 39px !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: 12px;
        line-height: 25px;
    }

    .footer-in .in-block4 .text1 p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

@media (max-width: 375px) {}