html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: Microsoft YaHei;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

 :focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.flex_wrap {
    flex-wrap: wrap;
}

.disflex {
    display: flex;
}

.disb {
    display: block;
}

.flex_lmr {
    justify-content: space-between;
}

.flex_aj {
    align-items: center;
    justify-content: center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.mt80 {
    padding: 80px 0;
}

@font-face {
    font-family: 'shb';
    src: url('http://www.shenglianhuijituan.com/template/pc/skin/style/SourceHanSansCN-Bold.otf')
}

@font-face {
    font-family: 'shm';
    src: url('http://www.shenglianhuijituan.com/template/pc/skin/style/SourceHanSansCN-Medium.otf')
}

@font-face {
    font-family: 'shr';
    src: url('http://www.shenglianhuijituan.com/template/pc/skin/style/SourceHanSansCN-Regular.otf')
}

@font-face {
    font-family: 'rkr';
    src: url('Rubik-Regular.ttf')
}


/*头部*/

.header {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 50px;
    transition: .4s;
}

.header .logo {
    float: left;
    padding-top: 20px;
    width: 235px;
}

.header .logo img {
    width: 100%;
}

.rg {
    float: right;
    width: 26px;
    height: 21px;
    background: url(../images/nav_btn.png) center no-repeat;
    background-size: 100%;
    margin-top: 44px;
    position: relative;
    margin-left: 45px;
    cursor: pointer;
    transition: .25s;
}

.rg:hover {
    background: url(../images/nav_btn2.png) center no-repeat;
    background-size: 100%;
}

.rg::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -22px;
    top: calc(50% - 7px);
    background: rgba(255, 255, 255, .2)
}

.header .s-div {
    float: right;
    width: 88px;
    height: 40px;
    line-height: 40px;
    margin-top: 34px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.header .s-div img {
    float: left;
    margin-top: 10px;
    margin-right: 10px
}

.header .wx-div {
    width: 135px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    float: right;
    color: #fff;
    margin-top: 34px;
    margin-right: 20px;
}

.header .wx-div img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.header .wx-div .ma {
    width: calc(100% + 2px);
    left: -1px;
    top: 1px;
    display: none;
}

.header .nav {
    width: 655px;
    float: right;
    margin-right: 230px;
    transition: .4s;
}

.header .nav li {
    width: auto;
    float: left;
    transition: .25s;
    margin-right: 60px;
    font-size: 16px;
    height: 110px;
    line-height: 110px;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}

.header .nav li:hover {
    border-bottom: 4px solid #ff9f22;
}

.header .nav li .t {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.header .nav li .t2::after {
    content: '';
    display: block;
    position: absolute;
    right: -22px;
    top: 2px;
    width: 22px;
    height: 16px;
    background: url(../images/arr-d.png) center right no-repeat;
}

.header .nav li:last-child {
    margin-right: 0px;
}

.header .nav li .b {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    line-height: 2;
    padding-left: 60px;
    background-image: url(../images/top_bgs.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #e7eef1;
    padding: 30px 7%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999999999;
}

.header .nav li .b .img-l {
    float: left;
    width: 477px;
    height: 200px;
    margin-right: 60px;
}

.header .nav li .b .img-l img {
    width: 100%;
}

.header .nav li .b .text-r {
    float: left;
    width: 580px;
}

.header .nav li .b .text-r .d1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.header .nav li .b .text-r .d2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
}

.header .nav li .b .text-r .d3 {
    overflow: hidden;
}

.header .nav li .b .text-r .d3 a {
    width: 33.333%;
    float: left;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 28px;
    transition: .25s;
    position: relative;
}

.header .nav li .b .text-r .d3 a::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/nav4.png) center no-repeat;
    background-size: 100%;
    transition: .25s;
}

.header .nav li .b .text-r .d3 a:nth-child(-n+3) {
    margin-bottom: 20px;
}

.header .nav li .b .text-r .d3 a:hover {
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
    -webkit-background-clip: text;
    color: transparent;
}

.header .nav li .b .text-r .d3 a:hover::after {
    background: url(../images/nav5.png) center no-repeat;
    background-size: 100%;
}


/*.header2 .nav li .b {*/


/*   background-color: rgba(0,0,0,0.5);*/


/*}*/

.header .nav li .b dd {
    float: left;
    width: 135px;
    height: 20px;
    margin-top: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav li .b dd a {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
}

.header .nav li .b dd:last-child {
    border-right: 0px
}

.header2 {
    background: #fff;
    height: 100px;
    box-shadow: 0 5px 5px 1px rgba(213, 213, 213, .1);
}

.header2 .nav li {
    height: 100px;
    line-height: 110px;
}

.header2 .nav li .t {
    color: #333;
}

.header2 .nav li .t2::after {
    background: url(../images/arr-d2.png) center right no-repeat;
}

.header2 .rg {
    background: url(../images/nav_btn2.png) center no-repeat;
    background-size: 100%;
}

.header2 .rg::after {
    background: #cccccc;
}

.header2 .s-div {
    color: #666;
}

.header2 .wx-div {
    border: 1px solid #e5e5e5;
    color: #666;
}

.i-banner {
    position: relative;
    height: 860px;
}

.i-banner .container {
    width: 1200px;
    max-width: 94%;
}

.i-banner .swiper-container {
    width: 100%;
}

.i-banner .swiper-slide {
    overflow: hidden;
}

.i-banner .swiper-slide img {
    width: 1920px;
    position: relative;
    left: calc(50% - 960px);
    transform: scale(1.3);
    transition: all 2.5s;
}

.i-banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.i-banner .text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 255px;
    text-align: right;
    color: #fff;
    text-shadow: 0px 1px 5px rgba(44, 100, 181, .3);
}

.i-banner .swiper-pagination-b {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 40px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: 50px;
    z-index: 99;
    overflow: hidden;
}

.i-banner .swiper-pagination-b .swiper-pagination-bullet {
    display: none;
}

.i-banner .swiper-pagination-b .swiper-pagination-bullet-active {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: -20px;
    top: -20px;
    display: block;
    transition: 5s;
    transform: rotate(360deg);
    transform-origin: right bottom;
    -webkit-animation: slateY1 3.76s infinite;
}

@-webkit-keyframes slateY1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.i-banner .swiper-pagination-b::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    z-index: 99999;
}

.i-banner .text .d1 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'shb';
}

.i-banner .text .d2 {
    font-size: 45px;
    margin-bottom: 30px;
    font-family: 'shm';
}

.i-banner .text .d3 {
    font-size: 22px;
    font-family: 'shm';
}

.i-banner .swiper-button-next-b {
    width: 30px;
    height: 30px;
    right: 44px;
    top: auto;
    margin-top: 0;
    bottom: 58px;
    color: #fff;
    font-size: 20px !important;
}

.i-banner .swiper-button-prev-b {
    width: 30px;
    height: 30px;
    left: auto;
    right: 82px;
    top: auto;
    margin-top: 0;
    bottom: 58px;
    color: #fff;
}

.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after {
    font-size: 20px !important;
}

.i-d1 {
    padding: 60px 100px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/i1bg.jpg) no-repeat;
}

.i-d1 .left {
    width: 42%;
}

.i-d1 .left .text {
    width: calc(100% - 310px);
    float: left;
}

.i-d1 .left .text .d1 {
    margin-bottom: 10px;
    font-family: 'rkr';
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
}

.i-d1 .left .text .d2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
}

.i-d1 .left .text .d3 {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 60px;
}

.i-d1 .left .text .d4 {
    width: 24px;
    display: block;
}

.i-d1 .left .text .d4 img {
    width: 100%;
}

.i-d1 .left .img {
    float: right;
    width: 266px;
}

.i-d1 .right {
    width: 56%;
}

.i-d1 .right .tab {
    float: left;
    width: 51%;
}

.i-d1 .right .tab-t {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #f4f7fb;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.i-d1 .right .tab-t span {
    width: 56px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    color: #999999;
    float: left;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

.i-d1 .right .tab-t span.this {
    color: #666666;
}

.i-d1 .right .tab-t span.this::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.i-d1 .right .tab-c {
    display: none;
}

.i-d1 .right .tab-c .t {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.i-d1 .right .tab-c .d1 {
    float: left;
    width: calc(100% - 150px);
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i-d1 .right .tab-c .d2 {
    float: right;
    width: 60px;
    text-align: right;
    font-family: 'rkr';
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
    -webkit-background-clip: text;
    color: transparent;
}

.i-d1 .right .tab-c .d2 p {
    font-size: 46px;
}

.i-d1 .right .tab-c .d2 span {
    font-size: 16px;
}

.i-d1 .right .tab-c .d3 {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i-d1 .right .tab-c .d4 {
    font-size: 14px;
    color: #999999;
}

.i-d1 .right .tab-c .d4 img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.i-d1 .right .tab-t span:last-child {
    margin-right: 0;
}

.i-d1 .right .img {
    width: 45%;
    float: right;
}

.i-d1 .right .swiper-slide {
    position: relative;
}

.i-d1 .right .swiper-slide .l_img {
    padding-bottom: 56%;
}

.i-d1 .right .swiper-slide p {
    z-index: 100;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 7%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/i1bg2.png);
    background-size: 100% 100%;
    color: #fff;
    z-index: 10;
    font-size: 16px;
}

.i-d1 .right .swiper-pagination {
    left: auto;
    right: 7%;
    bottom: 0;
    width: 40%;
    height: 60px;
    line-height: 60px;
    text-align: right;
    z-index: 100;
}

.i-d1 .right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #b4b4b4;
    box-sizing: border-box;
    border-radius: 10px;
    background: none;
    opacity: 1;
}

.i-d2 {
    overflow: hidden;
    background-color: #2865b5;
}

.i-d2 li {
    width: 11.5%;
    height: 216px;
    float: left;
    transition: .6s;
    padding: 3.7% 1.5% 0;
    box-sizing: border-box;
    color: #fff;
}

.i-d2 li .d1 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.i-d2 li .d1::after {
    content: '';
    display: block;
    clear: both;
}

.i-d2 li .d1 span {
    float: right;
    margin-top: -4px;
}

.i-d2 li .d2 {
    display: none;
}

.i-d2 li .d3 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    opacity: .2;
    font-family: 'rkr';
    text-transform: uppercase;
}

.i-d2 li .d4 {
    display: none;
}

.i-d2 li.this {
    width: 42.5%;
    padding: 3% 5% 0;
}

.i-d2 li.this .d1 span {
    display: none;
}

.i-d2 li.this .d2 {
    display: block;
    margin-bottom: 12px;
    opacity: .2;
    color: #fff;
}

.i-d2 li.this .d3 {
    display: none;
}

.i-d2 li.this .d4 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    opacity: .5;
    color: #fff;
}

.i-d2 li:nth-child(1) {
    background: url(../images/i4.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(2) {
    background: url(../images/i4.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(3) {
    background: url(../images/i5.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(4) {
    background: url(../images/i6.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(5) {
    background: url(../images/i7.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(6) {
    background: url(../images/i8.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(1).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(2).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(3).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(4).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(5).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(6).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d2 li:nth-child(1).this {
    background: url(../../../../uploads/allimg/20210729/1-210HZ92H2R3.jpg) center no-repeat;
    background-size: cover;
}

.i-d1 .right .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}

.footer {
    width: 100%;
    height: 195px;
    background: #25242a;
    color: #fff;
    padding: 20px 100px 0;
    box-sizing: border-box;
}

.footer .t {
    overflow: hidden;
}

.footer .t .left {
    width: calc(100% - 850px);
    padding-top: 20px;
}

.footer .t .left .d1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .t .left .d2 {
    opacity: .4;
}

.footer .t .left .d2 a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0 4px;
}

.footer .t .left .d2 a:first-child {
    margin-left: 0;
}

.footer .t .right {
    width: 810px;
}

.footer .t .right .d2 {
    float: left;
    /* width: 15%; */
    width: 150px;
}

.footer .t .right .d2 img {
    float: left;
    margin-top: 32px;
    width: 40px;
}

.footer .t .right .d2 p {
    float: right;
    line-height: 100px;
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
    width: calc(100% - 50px);
}

.footer .t .right .d1 {
    float: left;
    /* width: 28%; */
    width: 280px;
}

.footer .t .right .d1 p {
    line-height: 20px;
    margin-top: 30px;
    letter-spacing: 12px;
    font-size: 14px;
}

.footer .t .right .d1 p span {
    display: block;
    width: 100%;
    font-family: 'rkr';
    font-size: 26px;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: 0px;
}

.footer .t .right .ma {
    float: right;
    /* width: 23%; */
    width: 230px;
    position: relative;
}

.footer .t .right .ma p {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/wx2.png) center no-repeat;
    background-size: 90%;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .t .right .ma img {
    float: left;
    width: 43%;
}

.footer .bq {
    height: 54px;
    line-height: 54px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
    color: rgba(255, 255, 255, .4);
}

.footer .bq img {
    display: inline-block;
}

.footer .bq a {
    color: rgba(255, 255, 255, .4);
}

.s-t {
    margin-bottom: 35px;
    text-align: center;
}

.s-t .d1 {
    margin-bottom: 20px;
    color: #0173bb;
    font-size: 50px;
}

.s-t .d2 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'ab';
}

.s-tc {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    transition: .25s;
}

.s-tc.show {
    z-index: 9999999;
    opacity: 1;
}

.s-tc .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.s-tc .box {
    width: 765px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 4px;
    max-width: 94%;
    position: relative;
    z-index: 10;
}

.s-tc .box button {
    float: right;
    width: 50px;
    height: 50px;
    background: #94080d;
}

.s-tc .box button img {
    margin: 0 auto;
    width: 20px;
}

.s-tc .box input {
    width: calc(100% - 50px);
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
}

.s-banner {
    width: 100%;
    margin-top: 100px!important;
    height: 200px;
    background: url(../../../../uploads/allimg/20210728/1-210HQ5125G56.jpg) center no-repeat;
}

.position {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.position .left {
    width: 35%;
    box-sizing: border-box;
    padding-left: 25px;
    background: url(../images/h.png) left center no-repeat;
}

.position .left i {
    width: 3px;
    height: 80px;
    float: left;
    background: url(../images/h2.png) center no-repeat;
    margin-right: 12px;
}

.position .left a {
    color: #999999;
    float: left;
    margin-right: 12px;
}

.position .right {
    width: 65%;
    height: 80px;
    text-align: right;
}

.position .right a {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 28px;
    color: #666;
    font-weight: bold;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.position .right a.this {
    border-top: 3px solid #2c64b5;
    border-bottom: 3px solid #2c64b5;
}

.anli-d {
    padding: 60px 0 80px;
}

.anli-d .container img {
    max-width: 100%;
}

.anli-d ul {
    margin-bottom: 40px;
}

.anli-d li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    background: #f4f7fb;
    box-sizing: border-box;
    transition: .25s;
}

.anli-d li .l_img {
    padding-bottom: 56%;
    margin-bottom: 28px;
}

.anli-d li .l_img img {
    transition: .25s;
}

.anli-d li:nth-child(3n) {
    margin-right: 0;
}

.anli-d li .text {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.anli-d li .text .d1 {
    font-size: 18px;
    margin-bottom: 20px;
    transition: .25s;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anli-d li .text .d2 {
    margin-bottom: 15px;
    width: 22px;
    height: 6px;
    background: #2c64b5;
    transition: .25s;
}

.anli-d li .text .d3 {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    transition: .25s;
}

.anli-d li .text .d4 {
    width: 24px;
    display: block;
}

.anli-d li .text .d4 img {
    width: 100%;
}

.anli-d li:hover {
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
}

.anli-d li:hover .text .d1 {
    color: #fff;
}

.anli-d li:hover .text .d2 {
    background: #fff;
}

.anli-d li:hover .text .d3 {
    color: #fff;
}

.anli-d li:hover .text .d4 img {
    filter: grayscale(100%) brightness(500%);
}

.anli-d li:hover .l_img img {
    transform: scale(1.1);
}

.page {
    height: 30px;
    text-align: center;
}

.page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-family: 'rkr';
    text-align: center;
}

.page a.n,
.page a.p {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #e9eff7 url(../images/arr-l.png) center no-repeat;
    border-radius: 4px;
    position: relative;
    top: 12px;
    margin: 0 15px;
}

.page a.n {
    background: #e9eff7 url(../images/arr-r2.png) center no-repeat;
}

.page a.this {
    color: #fff;
    background: #2c64b5;
}

.gy-d {
    padding: 0 0 150px;
    background: url(../images/gybg2.jpg) left top no-repeat;
/*    background-size: cover;*/
}

.gy-d .left {
    padding-top: 60px;
    width: 400px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.gy-d .left .d1 {
    color: #2c64b5;
    padding-left: 40px;
    margin-bottom: 38px;
}

.gy-d .left .d1 p {
    font-size: 50px;
    font-family: 'rkr';
}

.gy-d .left .d1 span {
    display: block;
    font-size: 26px;
    margin-top: 3px;
}

.gy-d .left .d2 {
    width: 100%;
    height: 560px;
    background: url(../../../../uploads/allimg/20210729/1-210HZ93331N8.png) center no-repeat;
    background-size: cover;
    padding-top: 78px;
    padding-left: 38px;
    box-sizing: border-box;
}

.gy-d .left .d2 .t1 {
    font-style: 18px;
    color: #666666;
    margin-bottom: 8px;
}

.gy-d .left .d2 .t2 {
    font-style: 22px;
    font-family: 'rkr';
    margin-bottom: 35px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
    -webkit-background-clip: text;
    color: transparent;
}

.gy-d .left .d2 .line {
    width: 115px;
    height: 4px;
    background: #bdcbda;
}

.gy-d .right {
    width: calc(100% - 480px);
    padding-top: 60px;
}

.gy-d .right .t {
    margin-bottom: 25px;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.gy-d .right .t::after {
    content: '';
    display: block;
    width: 6px;
    height: 22px;
    background: #2c64b5;
    position: absolute;
    left: 0;
    top: 0;
}

.gy-d .right .text p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
/*    margin-bottom: 30px;*/
    text-indent: 2em;
}

.gy-d .right img {
    width: 100%;
}

.lx-d {
    padding-top: 60px;
    width: 100%;
    height: 330px;
    background: url(../images/lxbg.jpg) center no-repeat;
    box-sizing: border-box;
}

.lx-d .left {
    width: calc(100% - 200px);
    padding-top: 20px;
}

.lx-d .left .d1 {
    margin-bottom: 50px;
}

.lx-d .left .d1 img {
    max-width: 90%;
}

.lx-d .left li {
    float: left;
}

.lx-d .left li:nth-child(1) {
    width: 25%;
    font-family: 'rkr';
}

.lx-d .left li:nth-child(2) {
    width: 34%;
}

.lx-d .left li:nth-child(3) {
    width: 33%;
}

.lx-d .left li img {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.lx-d .left li .text {
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 26px;
    float: right;
}

.lx-d .left li:nth-child(1) p {
    font-size: 14px;
    color: #000;
    letter-spacing: 10px;
}

.lx-d .left li:nth-child(1) span {
    font-size: 26px;
    color: #2c64b5;
    letter-spacing: 0px;
}

.lx-d .left li .text span {
    display: block;
}

.lx-d .right {
    width: 168px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.lx-d .right .img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f4f7fb;
    margin-bottom: 16px;
}

.lx-d .right .img img {
    width: 100%;
}

.news-d {
    padding: 60px 0 80px;
    background: url(../images/newsbg3.jpg) right top no-repeat;
}

.news-d .box-t {
    width: 100%;
    overflow: hidden;
    background: rgba(44, 100, 181, .05);
    margin-bottom: 30px;
}

.news-d .box-t .img {
    float: left;
    width: 40%;
}

.news-d .box-t .img img {
    width: 100%;
}

.news-d .box-t .img .swiper-pagination {
    bottom: 35px;
}

.news-d .box-t .img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    background: none;
    opacity: .5;
}

.news-d .box-t .img .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.news-d .box-t .text {
    float: right;
    width: 60%;
    box-sizing: border-box;
    padding: 4% 4% 0;
}

.news-d .box-t .text .d1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.news-d .box-t .text .d2 {
    font-size: 26px;
    font-family: 'rkr';
    background-image: linear-gradient(to right, #4aa9ee, #92d0f5);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 30px;
}

.news-d .box-t .text .d3 {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 45px;
}

.news-d .box-t .text .d4 img {
    width: 50px;
}

.news-d li {
    margin-bottom: 10px;
    border: 4px solid #e9eff7;
    box-sizing: border-box;
    width: 100%;
    height: 148px;
}

.news-d li .time {
    width: 140px;
    height: 140px;
    float: left;
    background: #e9eff7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'rkr';
}

.news-d li .time .d1 {
    font-size: 46px;
    color: #2c64b5;
    margin-bottom: 5px;
}

.news-d li .time .d2 {
    font-size: 16px;
    color: #999999;
}

.news-d li .text {
    width: calc(100% - 256px);
    float: left;
    padding: 30px 60px 0 38px;
    box-sizing: border-box;
}

.news-d li .text .d1 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: .25s;
}

.news-d li .text .d2 {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-d li .right {
    float: right;
    width: 112px;
    height: 140px;
    border-left: 4px solid #e9eff7;
    background: url(../images/newsbg.png) center no-repeat;
}

.news-d li:hover .text .d1 {
    color: #4497dc;
}

.news-d li:hover .right {
    background: url(../images/newsbg2.png) center no-repeat;
}


/*手机端导航样式*/

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 999999;
    width: 6%;
    background: #f2f2f2;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

.a_txt .div2 img {
    width: 100%
}

.a_txt .div2 a {
    font-size: 50px;
    color: #000;
}

.a_txt .div3 {
    position: absolute;
    width: 364px;
    right: 0px;
    top: 0px;
    background: #2c64b5;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding: 3% 2.6% 0;
    box-sizing: border-box;
}

.a_txt .div3 .rlogo {
    margin: 0 auto 40px;
}

.a_txt .div3 li {
    width: 100%;
    text-align: left;
    padding: 30px 0 20px;
    box-sizing: border-box;
}

.a_txt .div3 li .box {
    overflow: hidden;
    margin-top: 5px;
}

.a_txt .div3 li .box a {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
    padding-left: 10px;
    opacity: .5;
    position: relative;
}

.a_txt .div3 li .box a::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 2px;
    top: calc(50% - 2px);
    border-radius: 4px;
    background: #fff;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #4274bd;
}

.a_txt .div3 li a.t {
    font-size: 18px;
    display: block;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
}

.a_txt .div3 li a.t img {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 4px;
}

.a_txt .div3 ul li.bg2 {
    padding-left: 10px;
}

.a_txt .div3 ul li .a_txt2 {
    display: none
}

.a_txt .div3 ul li .a_txt22 {
    display: none
}

.a_txt .div3 ul li .a_txt2 a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
    color: #999;
}

.a_txt .div3 ul li .a_txt22 a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 15px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_txt .div3 .ma {
    width: 100%;
    height: 20%;
    text-align: center;
    color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 0;
    bottom: 48px;
    background: url(../images/ma-bg.png) center bottom no-repeat;
    background-size: 90%;
    font-size: 16px;
}

.a_txt .div3 .ma img {
    margin: 0 auto 20px;
}

.a_txt .div4 {
    width: 26px;
    height: 23px;
    position: absolute;
    right: 50px;
    top: 42px;
    z-index: 9999999;
    background: url(../images/gb.png) center;
    background-size: 100%;
    cursor: pointer;
    filter: grayscale(100%) brightness(500%);
}

.a_txt .l-div {
    padding-left: 10%;
    margin-bottom: 30px;
}

.a_txt .l-div a {
    display: inline-block;
    width: auto;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    color: #ababab;
    font-size: 18px;
    background: #eeeeee;
}

.a_txt .l-div a.this {
    background: #00acef;
    color: #fff;
}

.a_txt .l-div a:nth-child(1) {
    margin-right: 8px;
}

.search-div {
    background: #fbfcfe;
    padding: 88px 0 80px;
    box-sizing: border-box;
}

.s-list li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.s-list li a {
    font-size: 16px;
    color: #666;
}

@media screen and (min-width: 300px) {
    .container {
        width: 94%;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 1460px) {
    .container {
        width: 1440px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 1620px) {
    .header .nav {
        margin-right: 30px;
    }
    .i-d2 li .d1 {
        font-size: 16px;
    }
    .i-d2 li .d1 span {
        width: 20px;
        margin-top: -2px;
    }
    .i-d2 li .d1 span img {
        max-width: 100%;
    }
    .i-d2 li .d3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .header {
        padding: 0 20px;
    }
    .header .nav {
        width: 460px;
    }
    .header .nav li {
        margin-right: 30px;
        font-size: 14px;
    }
    .header .wx-div {
        width: 105px;
        margin-right: 15px;
        font-size: 13px;
    }
    .header .wx-div img {
        margin-right: 5px;
        width: 18px;
        top: 3px;
    }
    .header .s-div {
        width: 75px;
        font-size: 13px;
    }
    .header .s-div img {
        margin-top: 12px;
        margin-right: 5px;
        width: 16px;
    }
    .rg {
        margin-left: 30px;
    }
    .rg::after {
        left: -16px;
    }
    .i-d1 {
        padding: 50px;
    }
    .i-d1 .right .tab-c .t {
        margin-bottom: 10px;
    }
    .i-d1 .right .tab-c .d1 {
        font-size: 15px;
        line-height: 24px;
        width: calc(100% - 80px);
    }
    .i-d1 .right .tab-c .d2 p {
        font-size: 35px;
    }
    .i-d1 .right .tab-c .d2 span {
        font-size: 12px;
    }
    .i-d1 .right .tab-c .d3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .i-d1 .left .img {
        width: 216px;
    }
    .i-d1 .left .text {
        width: calc(100% - 230px);
    }
    .i-d1 .left .text .d1 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .i-d1 .left .text .d2 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .i-d1 .left .text .d3 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .i-d1 .right .tab-t {
        height: 30px;
        line-height: 30px;
    }
    .i-d1 .right .tab-t span {
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
        font-size: 13px;
    }
    .i-d2 li {
        height: 175px;
    }
    .footer .t .left {
        width: 30%;
    }
    .footer .t .right {
        width: 70%;
    }
    .footer .t .right .ma {
        width: 28%;
    }
    .footer .t .right .d2 {
        width: 18%;
    }
    .footer .t .right .d1 {
        width: 33%;
    }
    .footer .t .right .d1 p {
        letter-spacing: 4px;
        font-size: 12px;
    }
    .footer .t .right .d1 p span {
        font-size: 20px;
    }
    .footer .t .right .d2 p {
        font-size: 13px;
    }
    .footer .t .right .ma p {
        font-size: 12px;
    }
    .footer .t .right .d2 img {
        margin-top: 37px;
        width: 30px;
    }
    .footer .t .right .d2 p {
        width: calc(100% - 35px);
    }
    .footer .t .left .d2 a {
        font-size: 12px;
        margin: 0 3px;
    }
    .gy-d .left {
        padding-top: 60px;
        width: 300px;
    }
    .gy-d .right {
        width: calc(100% - 380px);
        padding-top: 60px;
    }
    .gy-d {
        padding: 0 0 100px;
    }
    .news-d .box-t .text {
        padding: 3% 3% 0;
    }
    .news-d .box-t .text .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .news-d .box-t .text .d2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .news-d .box-t .text .d4 img {
        width: 30px;
    }
    .anli-d li .l_img {
        margin-bottom: 15px;
    }
    .anli-d li .text {
        padding: 0px;
    }
    .lx-d .left li img {
        width: 40px;
        margin-right: 10px;
    }
    .lx-d .left li .text {
        width: calc(100% - 50px);
        font-size: 13px;
        line-height: 22px;
    }
    .lx-d .left li:nth-child(1) p {
        font-size: 13px;
        letter-spacing: 5px;
    }
    .lx-d .left li:nth-child(1) span {
        font-size: 20px;
    }
    .header .nav li .b .img-l {
        width: 39%;
        margin-right: 5%;
    }
    .header .nav li .b .text-r {
        width: 48%;
    }
}

@media screen and (max-width: 1220px) {
    .header .logo {
        padding-top: 25px;
        width: 195px;
    }
    .i-d2 li .d1 {
        font-size: 13px;
    }
    .i-d2 li .d1 span {
        display: none;
    }
    .i-d2 li .d3 {
        font-size: 13px;
    }
    .lx-d .left li:nth-child(1) {
        width: 27%;
        font-family: 'rkr';
    }
    .lx-d .left li:nth-child(2) {
        width: 40%;
    }
}

@media screen and (max-width: 1020px) {
    .header .nav {
        display: none;
    }
    .header {
        height: 60px;
    }
    .header2 {
        height: 60px;
    }
    .header .logo {
        padding-top: 8px;
        width: 150px;
    }
    .header .wx-div {
        height: 30px;
        line-height: 28px;
        margin-top: 17px;
        font-size: 12px;
    }
    .header .s-div {
        height: 30px;
        line-height: 28px;
        margin-top: 17px;
        font-size: 12px;
    }
    .header .s-div img {
        margin-top: 7px;
    }
    .rg {
        margin-top: 22px;
    }
    .a_txt .div3 {
        width: 70%;overflow-y: auto;
    }
    .footer {
        width: 100%;
        height: auto;
        padding: 20px 20px 0;
    }
    .footer .t .left {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 25px;
    }
    .footer .t .left .d1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer .t .right {
        width: 100%;
    }
    .i-banner .swiper-slide img {
        width: 120%;
        position: relative;
        left: -10%;
        transform: scale(1.3);
        transition: all 2.5s;
    }
    .i-banner .text {
        padding-top: 20%;
    }
    .i-banner .text .d1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .i-banner .text .d2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .i-banner .text .d3 {
        font-size: 14px;
    }
    .i-banner .swiper-button-next-b {
        width: 20px;
        height: 20px;
        right: 20px;
        bottom: 30px;
    }
    .i-banner .swiper-button-prev-b {
        width: 20px;
        height: 20px;
        right: 50px;
        bottom: 30px;
    }
    .i-banner .swiper-button-prev:after,
    .i-banner .swiper-button-next:after {
        font-size: 14px !important;
    }
    .s-banner {
        margin-top: 60px!important;
    }
    .i-d1 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .i-d1 .right {
        width: 100%;
    }
    .i-d2 li {
        width: 33.3333%;
        padding: 2.5% 2% 0;
        height: 160px;
    }
    .i-d2 li.this {
        width: 33.3333%;
    }
    .i-d2 li.this .d4 {
        font-size: 12px;
        line-height: 20px;
    }
    .gy-d .left {
        padding-top: 40px;
        width: 100%;
    }
    .gy-d .left .d2 {
        display: none;
    }
    .gy-d .right {
        padding-top: 40px;
        width: 100%;
    }
    .position .right a {
        margin-left: 10px;
        font-size: 13px;
    }
    .position .left {
        padding-left: 18px;
    }
    .position .left i {
        margin-right: 5px;
    }
    .position .left a {
        margin-right: 5px;
    }
    .news-d .box-t .text .d3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .anli-d li {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .anli-d li:nth-child(2n) {
        float: right;
    }
    .lx-d {
        padding-top: 40px;
        width: 100%;
        height: auto;
    }
    .lx-d .left {
        width: 100%;
        padding-top: 0px;
    }
    .lx-d .left {
        width: 100%;
        padding-top: 0px;
        float: none;
        margin-bottom: 20px;
    }
    .lx-d .right {
        width: 168px;
        float: none;
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .lx-d .right .img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .i-banner {
        height: auto;
    }
    .i-banner .swiper-pagination-b {
        width: 27px;
        height: 27px;
        left: calc(50% - 13.5px);
        bottom: 4px;
    }
    .i-banner .swiper-pagination-b .swiper-pagination-bullet-active {
        width: 27px;
        height: 27px;
        top: -13.5px;
        left: -13.5px;
    }
    .i-banner .swiper-pagination-b::after {
        width: 4px;
        height: 4px;
        left: calc(50% - 2px);
        top: calc(50% - 1px);
    }
    .header {
        height: 50px;
        padding: 0 10px;
    }
    .header2 {
        height: 50px;
    }
    .header .logo {
        padding-top: 11px;
        width: 100px;
    }
    .header .wx-div {
        width: 85px;
        height: 26px;
        line-height: 24px;
        margin-top: 15px;
        margin-right: 10px;
    }
    .header .wx-div img {
        margin-right: 4px;
        width: 15px;
        top: 1px;
    }
    .header .s-div img {
        width: 14px;
    }
    .header .s-div {
        height: 26px;
        line-height: 26px;
        margin-top: 15px;
    }
    .rg {
        width: 16px;
        margin-top: 18px;
        margin-left: 20px;
    }
    .i-banner .text .d1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .i-banner .text .d2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .i-banner .text .d3 {
        font-size: 12px;
    }
    .i-banner .swiper-button-next-b {
        width: 20px;
        height: 20px;
        right: 10px;
        bottom: 10px;
    }
    .i-banner .swiper-button-prev-b {
        width: 20px;
        height: 20px;
        right: 40px;
        bottom: 10px;
    }
    .i-banner .swiper-button-prev:after,
    .i-banner .swiper-button-next:after {
        font-size: 14px !important;
    }
    .s-banner {
        margin-top: 50px!important;
    }
    .i-d1 {
        padding: 20px;
    }
    .i-d1 .left .text {
        width: 62%;
        /*margin-bottom: 20px;*/
    }
    .i-d1 .left .img {
        width: 36%;
        margin-top: 10px;
    }
    .i-d1 .right .tab {
        width: 100%;
        margin-bottom: 20px;
    }
    .i-d1 .right .img {
        width: 100%;
    }
    .i-d2 li {
        width: 50%;
        padding: 2.5% 2% 0;
        height: 160px;
    }
    .i-d2 li.this {
        width: 50%;
    }
    .i-d1 .right .swiper-slide p {
        height: 40px;
        line-height: 40px;
        padding: 0 3%;
        font-size: 14px;
    }
    .i-d1 .right .swiper-pagination {
        right: 3%;
        width: 30%;
        height: 40px;
        line-height: 40px;
    }
    .footer .bq {
        overflow: hidden;
        height: auto;
        line-height: 20px;
        margin-top: 15px;
        padding: 8px 0;
        text-align: center;
        font-size: 12px;
    }
    .footer .bq .left {
        display: inline-block;
        float: none;
    }
    .footer .bq .right {
        display: inline-block;
        float: none;
    }
    .footer .t .right .d1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .t .right .d2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .t .right .d2 p {
        line-height: 30px;
    }
    .footer .t .right .d2 img {
        margin-top: 0px;
    }
    .footer .t .right .d1 p {
        margin-top: 0px;
        letter-spacing: 12px;
        line-height: 1;
    }
    .footer .t .right .ma {
        width: 110px;
        margin: 0 auto;
        float: none;
    }
    .footer .t .right .ma img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .t .right .ma p {
        position: static;
        width: 100%;
        height: auto;
        font-size: 12px;
        display: block;
    }
    .gy-d .left {
        padding-top: 30px;
    }
    .gy-d .left .d1 {
        padding-left: 20px;
        margin-bottom: 0px;
    }
    .gy-d .left .d1 p {
        font-size: 24px;
    }
    .gy-d .left .d1 span {
        font-size: 15px;
        margin-top: 5px;
    }
    .gy-d .right {
        padding-top: 30px;
    }
    .gy-d .right .text p {
        font-size: 14px;
        line-height: 20px;
/*        margin-bottom: 20px;*/
    }
    .gy-d {
        padding: 0 0 50px;
    }
    .position {
        width: 100%;
        height: auto;
        line-height: 40px;
        border-bottom: 0px solid #e5e5e5;
    }
    .position .left {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .position .left i {
        height: 40px;
        line-height: 40px;
    }
    .position .left a {
        height: 40px;
        line-height: 40px;
    }
    .position .right {
        width: 100%;
        float: none;
        height: auto;
        line-height: 30px;
        text-align: center;
    }
    .position .right a {
        height: 30px;
        line-height: 30px;
        margin: 0 10px;
        font-size: 12px;
        border-top: 0px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .position .right a.this {
        border-top: 0px solid #2c64b5;
        border-bottom: 2px solid #2c64b5;
    }
    .news-d {
        padding: 40px 0;
    }
    .news-d .box-t .img {
        float: none;
        width: 100%;
    }
    .news-d .box-t .text {
        float: none;
        width: 100%;
        padding: 3%;
    }
    .news-d li .right {
        display: none;
    }
    .news-d li {
        border: 2px solid #e9eff7;
        height: 104px;
    }
    .news-d li .text {
        width: calc(100% - 80px);
        padding: 15px 15px 0px;
    }
    .news-d li .text .d1 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .news-d li .text .d2 {
        font-size: 12px;
        line-height: 22px;
    }
    .news-d li .time {
        width: 80px;
        height: 100px;
    }
    .news-d li .time .d1 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .news-d li .time .d2 {
        font-size: 12px;
    }
    .page a {
        width: auto;
        height: 20px;
        line-height: 20px;
    }
    .page a.n,
    .page a.p {
        width: 40px;
        height: 20px;
        line-height: 20px;
        margin: 0 10px;
        top: 5px;
    }
    .anli-d {
        padding: 30px 0;
    }
    .anli-d ul {
        margin-bottom: 20px;
    }
    .anli-d li {
        margin-bottom: 20px;
        padding: 7px;
    }
    .anli-d li .text .d1 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .anli-d li .text .d2 {
        margin-bottom: 5px;
        width: 11px;
        height: 3px;
    }
    .anli-d li .text .d3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .anli-d li .text .d4 {
        width: 20px;
    }
    .lx-d .left li {
        width: 100% !important;
        float: none;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .lx-d .right {
        width: 150px;
        font-size: 12px;
        margin: 0 auto 20px;
    }
    .lx-d .left .d1 {
        margin-bottom: 30px;
    }
    .i-d1 .left .text .d3 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .wx-div {
        display: none!important;
    }
    .s-div {
        display: none!important;
    }
    .a_txt .div3 .ma {
            position: relative;
    top: 15px;
    bottom: auto;
    }
}
.got_i {
    color: #717074;
}