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 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.ptd80 {
    padding: 80px 0;
}


@font-face {
    font-family: 'shb';
    src: url(SourceHanSansCNBold.otf);
}
@font-face {
    font-family: 'shl';
    src: url(SourceHanSansCNLight.otf);
}
@font-face {
    font-family: 'shm';
    src: url(SourceHanSansCN-Medium.otf);
}
@font-face {
    font-family: 'shr';
    src: url(SourceHanSansCN-Regular.otf);
}


/*头部*/

.rg {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    transition: .4s;
}

.header .h_t {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #f5f6fa;
    box-sizing: border-box;
    padding: 0 40px;
}

.header .h_t .left {
    font-size: 17px;
}

.header .h_t .right {
    font-size: 17px;
}

.header .h_t .right .t_nav {
    float: right;
    margin-top: 25px;
}

.header .h_t .right .t_nav a {
    height: 22px;
    line-height: 22px;
    /*font-weight: lighter;*/
    transition: .25s;
    border-right: 2px solid #333;
    float: left;
    padding: 0 25px;
    color: #000000;
}

.header .h_t .right .t_nav a:last-child {
    border: 0;
}

.header .h_t .right .t_nav a:hover {
    font-weight: normal;
    color: #18469b;
}

.header .h_t .right .l_div {
    margin-left: 60px;
    font-size: 17px;
    float: right;
}

.header .h_c {
    width: 100%;
    height: auto;
    min-height: 160px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 40px 0 20px;
}

.header .h_c .logo {
    float: left;
    width: 282px;
}

.header .h_c .logo img {
    width: 100%;
}

.header .h_c .logo2 {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #c6c6c6;
}

.header .h_c .logo2 p {
    font-size: 38px;
    font-weight: bold;
    color: #18469b;
    margin-bottom: 15px;
        font-family: 'shb';
}

.header .h_c .logo2 span {
    font-size: 20px;
        font-family: 'shb';
    color: #474747;
}

.header .h_c .right {
    padding-top: 5px;
}

.header .h_c .right img {
    float: left;
    width: 50px;
    margin-top: 10px;
}

.header .h_c .right .text {
    float: right;
    margin-left: 20px;
}

.header .h_c .right .text p {
    font-size: 22px;
    color: #18469b;
    margin-bottom: 10px;
}

.header .h_c .right .text span {
    font-size: 32px;
    font-weight: bold;
    color: #d30000;
    letter-spacing: -2px;
}

.header .h_b {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #18469b;
}

.header .h_b li {
    float: left;
    width: calc(100% / 9);
    text-align: center;
    font-size: 22px;
    position: relative;
    font-weight: lighter;
}

.header .h_b li a {
    color: #fff;
}

.header .h_b li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    width: 1px;
    height: 30px;
    background: #466baf;
}

.header .h_b li:last-child:after {
    display: none;
}

.header .h_b li.this {
    background: #0084ff;
    font-weight: normal;
}
.header .h_b li:hover {
    background: #0084ff;
    font-weight: normal;
}

.rg {
    float: right;
    width: 26px;
    height: 21px;
    background: url(../images/nav_btn2.png) center no-repeat;
    background-size: 100%;
    position: relative;
    margin-left: 15px;
}

.rg::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -22px;
    top: calc(50% - 7px);
    background: rgba(255, 255, 255, .2)
}

.i-banner .swiper-slide {
    overflow: hidden;
}

.i-banner .swiper-slide img {
    width: 100%;
    position: relative;
    /*left: calc(50% - 960px);*/
    /*transform: scale(1.1);*/
    /*transition: all 2.5s;*/
}

.i-banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

.i-banner .swiper-pagination-b {
    bottom: 30px;
}

.i-banner .swiper-pagination-b .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    opacity: 1;
    background: #b0b4cc;
}

.i-banner .swiper-pagination-b .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    position: relative;
    top: 2px;
}

.i-banner .swiper-button-next-b {
    width: 40px;
    height: 40px;
    right: 40px;
    color: #fff;
}

.i-banner .swiper-button-prev-b {
    width: 40px;
    height: 40px;
    left: 40px;
    color: #fff;
}

.i-div1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #f2f4f7;
}

.i-div1 .left {
    font-size: 18px;
    color: #777777;
    width: calc(100% - 450px);
}

.i-div1 .left span {
    float: left;
    width: 110px;
    font-weight: normal;
}

.i-div1 .left p {
    float: right;
    height: 100px;
    width: calc(100% - 110px);
    overflow: hidden
}

.i-div1 .left p a {
    font-weight: lighter;
    color: #777777;
    float: left;
    margin-right: 25px;
}

.i-div1 .right {
    width: 450px;
    height: 50px;
    background: #fff;
    border: 1px solid #e1e2e6;
    box-sizing: border-box;
    line-height: 48px;
    margin-top: 25px;
}

.i-div1 .right input {
    width: calc(100% - 50px);
    height: 48px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
}

.i-div1 .right input::-webkit-input-placeholder {
    color: #ababab;
}

.i-div1 .right button {
    width: 50px;
    height: 48px;
    float: right;
    background: url(../images/s.png) center no-repeat;
    background-size: 24px;
    position: relative;
}

.i-div1 .right button::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}

.s-t {
    margin-bottom: 45px;
    text-align: center;
}

.s-t .d1 {
    font-size: 40px;
    color: #18469b;
    margin-bottom: 30px;
    background: url(../images/s-tbg.png) center no-repeat;
}

.s-t .d2 {
    font-size: 24px;
    color: #474747;
}

.m-left {
    width: 300px;
    float: left;
}

.m-left .nav_t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    font-size: 26px;
    color: #ffffff;
    background: #18469b;
    box-sizing: border-box;
}

.m-left .nav_t i {
    float: left;
    margin-right: 10px;
    width: 28px;
    height: 60px;
    position: relative;
}

.m-left .nav_t i img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-left ul {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.m-left ul li {
    padding-bottom: 20px;
}

.m-left ul li .t {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 22px;
    font-weight: lighter;
    display: block;
    cursor: pointer;
}
.m-left ul li .t a{
        color: #999;
}

.m-left ul li .t::after {
    content: '';
    display: block;
    width: 30px;
    height: 45px;
    background: url(../images/arr-r1.png) left center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.m-left ul li.this .t::after {
    background: url(../images/arr-r2.png) left center no-repeat;
}

.m-left ul li .b {
    width: 80%;
    margin: 30px auto 0;
    display: none;
}

.m-left ul li.this .b {
    display: block;
}

.m-left ul li .b a {
    display: block;
    font-size: 20px;
    font-weight: lighter;
    color: #777777;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.m-left ul li.this .t {
    /*border-bottom: 1px solid #18469b;*/
    color: #18469b;
    font-weight: normal;
}
.m-left ul li.this .t a{
    color: #18469b;
}
.m-left ul li .t.this {
    border-bottom: 1px solid #18469b;
    color: #18469b;
    font-weight: normal;
}

.m-left ul li .t.this::after {
    background: url(../images/arr-r2.png) left center no-repeat;
}

.m-left ul li.this .b a {
    font-weight: normal;
    transition: .25s;
}

.m-left ul li.this .b a:hover {
    color: #fff;
    background: #18469b;
    border-radius: 4px;
}

.m-right {
    width: calc(100% - 350px);
    float: right;
}

.m-right li {
    width: 31.2%;
    float: left;
    margin-right: 3.2%;
    transition: .25s;
}

.m-right li:nth-child(-n+3) {
    margin-bottom: 40px;
}

.m-right li .l_img {
    padding-bottom: 108%;
    overflow: hidden;
}

.m-right li .l_img img {
    width: 100%;
    transition: .25s;
}

.m-right li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f2f4f7;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
}

.m-right li:nth-child(3n) {
    margin-right: 0;
}

.m-right li:hover {
    box-shadow: 0px 10px 20px rgba(0, 33, 93, .5);
}

.m-right li:hover p {
    background: #18469b;
    color: #fff;
}

.m-right li:hover .l_img img {
    transform: scale(1.1);
}

.m-t {
    width: 100%;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #192f72;
    margin-bottom: 40px;
    overflow: hidden;
    font-size: 24px;
}

.m-t a {
    float: right;
    font-size: 18px;
    color: #ababab;
    background: url(../images/arr-r1.png) center right no-repeat;
    background-size: 8px;
    padding-right: 18px;
}

.i-div3 {
    width: 100%;
    height: 300px;
    background: url(../images/i2bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

.i-div3 .left {
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-div3 .left .d1 {
    font-size: 50px;
    margin-bottom: 35px;
    font-weight: bold;
}

.i-div3 .left .d2 {
    font-size: 30px;
}

.i-div3 .right {
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-div3 .right .d1 {
    font-size: 30px;
    margin-bottom: 25px;
}

.i-div3 .right .d2 {
    font-size: 50px;
    font-weight: bold;
}

.i-div4 {
    padding-top: 80px;
    position: relative;
}

.i-div4 .s-t {
    margin-bottom: 0;
}

.i-div4::before {
    content: '';
    display: block;
    width: 472px;
    height: 556px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
    background: url(../images/i4-bg.jpg) center no-repeat;
    background-size: 100%;
}

.i-div4 li {
    padding: 70px 0;
    position: relative;
    z-index: 10;
}

.i-div4 li .img {
    width: 50%;
    float: left;
}

.i-div4 li .img img {
    max-width: 100%;
    margin: 0 auto;
}

.i-div4 li .text {
    width: 44%;
    float: left;
    margin-left: 3%;
}

.i-div4 li .text .d1 {
    position: relative;
    font-size: 200px;
    line-height: 170px;
    font-weight: bold;
    color: #edf0f7;
    margin-bottom: 18px;
    overflow: hidden;
}

.i-div4 li .text .d1 p {
    float: right;
    width: calc(100% - 85px);
    
}
.i-div4 li .text .d1 p em{
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    padding-top: 5px;
}
.i-div4 li .text .d1 p span{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #18469b;
    display: block;
    margin-top: 14px;
}
.i-div4 li .text .d2 {
    font-size: 18px;
    color: #777777;
    font-weight: lighter;
    margin-bottom: 35px;
}

.i-div4 li .text .d3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: lighter;
}

.i-div4 li:nth-child(even) {
    background: #f2f4f7
}

.i-div4 li:nth-child(even) .img {
    float: right;
}

.i-div4 li:nth-child(even) .text {
    float: left;
}

.i-div4 li:nth-child(even) .text .d1 {
    color: #dce2ed;
}

.i-div4 li:nth-child(1) .text {
    padding-top: 25px;
}

.i-div4 li:nth-child(2) .text {
    padding-top: 50px;
}

.i-div4 li:nth-child(3) .text {
    padding-top: 25px;
}

.i-div4 li:nth-child(4) .text {
    padding-top: 60px;
}

.i-div5 .tab-t1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: #f2f4f7;
    overflow: hidden;
    margin-bottom: 42px;
}

.i-div5 .tab-t1 span {
    float: left;
    width: calc(100% / 6);
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #474747;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.i-div5 .tab-t1 span i {
    position: relative;
    top: -18px;
}

.i-div5 .tab-t1 span::after {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    background: #c5c6ca;
}

.i-div5 .tab-t1 span::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
}

.i-div5 .tab-t1 span:last-child::after {
    display: none;
}

.i-div5 .tab-t1 span:nth-child(1):before {
    background: url(../images/i5-1.png) center no-repeat;
    background-size: 70%;
}

.i-div5 .tab-t1 span:nth-child(2):before {
    background: url(../images/i5-2.png) center no-repeat;
    background-size: 65%;
}

.i-div5 .tab-t1 span:nth-child(3):before {
    background: url(../images/i5-3.png) center no-repeat;
    background-size: 80%;
}

.i-div5 .tab-t1 span:nth-child(4):before {
    background: url(../images/i5-4.png) center no-repeat;
    background-size: 70%;
}

.i-div5 .tab-t1 span:nth-child(5):before {
    background: url(../images/i5-5.png) center no-repeat;
    background-size: 70%;
}

.i-div5 .tab-t1 span:nth-child(6):before {
    background: url(../images/i5-6.png) center no-repeat;
    background-size: 75%;
}

.i-div5 .tab-t1 span i img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.i-div5 .tab-t1 span.this {
    background: #18469b;
    color: #fff;
}

.i-div5 .tab-t1 span.this i img {
    filter: grayscale(100%) brightness(500%);
}

.i-div5 .tab-t1 span.this::before {
    filter: grayscale(100%) brightness(500%);
}

.i-div5 .tab-t1 span.this::after {
    display: none;
}

.i-div5 .tab-c1 {
    display: none;
    position: relative;
}

.i-div5 .swiper-slide {
    overflow: hidden;
}
.i-div5 .tab-c1 .l_img {
    padding-bottom: 50% ;
}
/*.i-div5 .tab-c1 .bg {*/
/*    width: 1600px;*/
/*    position: relative;*/
/*    left: calc(50% - 800px);*/
/*}*/

.i-div5 .tab-c1 .text {
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(24, 70, 155, .7);
    padding: 125px 50px 0;
    box-sizing: border-box;
    color: #ffffff;
    max-width: 100%;
}

.i-div5 .tab-c1 .text .d1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.i-div5 .tab-c1 .text .d2 {
    width: 50px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto 20px;
}

.i-div5 .tab-c1 .text .d3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: lighter;
}

.i-div5 .tab-c1 .swiper-button-next-1 {
    width: 40px;
    height: 40px;
    right: 40px;
    color: #fff;
    top: auto;
    margin-top: 0;
    right: 40px;
    bottom: 30px;
}

.i-div5 .tab-c1 .swiper-button-prev-1 {
    width: 40px;
    height: 40px;
    left: auto;
    color: #fff;
    top: auto;
    margin-top: 0;
    right: 90px;
    bottom: 30px;
}

.i-div5 .swiper-button-next:after,
.i-div5 .swiper-button-prev:after {
    font-size: 30px;
}

.i-div5 .swiper-pagination {
    bottom: 20px;
}

.i-div5 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 20px;
}

.i-div5 .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #fff;
    top: 2px;
    position: relative;
}

.i-div5 .m-t {
    width: 150px;
    height: 50px;
    color: #fff;
    background: #18469b;
    font-size: 20px;
    font-weight: lighter;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 6px 10px rgba(25, 47, 114, .3);
    display: block;
    margin: 40px auto 0;
    border-radius: 50px;
}

.i-div6 {
    width: 100%;
    background: url(../images/i6bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 50px;
}

.i-div6 .img1 {
    float: right;
    width: 52.5%;
}

.i-div6 .img1 img {
    width: 100%;
}

.i-div6 .text {
    float: left;
    width: 47.5%;
    color: #fff;
}
.i-div6 .text  a{
      color: #fff;
}
.i-div6 .text .d1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.i-div6 .text .d2 {
    width: 50px;
    height: 4px;
    margin-bottom: 20px;
    background: #fff;
}

.i-div6 .text .d3 {
    margin-bottom: 20px;
}

.i-div6 .text .d3 p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 50px;
}

.i-div6 .text .d4 li {
    width: 14.5%;
    float: left;
    margin-right: 16%;
}

.i-div6 .text .d4 li:last-child {
    margin-right: 0;
}

.i-div6 .text .d4 li .img2 {
    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;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(126, 171, 234, .2);
    border-radius: 110px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.i-div6 .text .d4 li .img2 img {
    max-width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.i-div6 .text .d4 li p {
    font-size: 24px;
    text-align: center;
}

.i-div7 {
    padding: 80px 0 50px;
}

.i-div7 .box1 {
    margin-bottom: 60px;
}

.i-div7 .left {
    width: calc(100% - 465px);
}

.i-div7 .left .tab-t2 {
    margin-bottom: 40px;
    overflow: hidden;
}

.i-div7 .left .tab-t2 span {
    width: 150px;
    height: 50px;
    float: left;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #eceef2;
    font-size: 20px;
    font-weight: lighter;
    color: #474747;
    margin-right: 20px;
    cursor: pointer;
}

.i-div7 .left .tab-t2 span.this {
    background: #18469b;
    color: #fff;
}

.i-div7 .left .tab-t2 a {
    width: 150px;
    height: 50px;
    float: left;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #eceef2;
    font-size: 20px;
    font-weight: lighter;
    color: #474747;
    margin-right: 20px;
    cursor: pointer;
}

.i-div7 .left .tab-c2 {
    display: none;
}

.i-div7 .left .tab-c2 li {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .25s;
}

.i-div7 .left .tab-c2 li:nth-child(2n) {
    float: right;
}

.i-div7 .left .tab-c2 li .l_img {
    float: left;
    width: 40.5%;
    padding-bottom: 33%;
}

.i-div7 .left .tab-c2 li .text {
    float: right;
    width: 59.5%;
    padding: 18px 20px 0;
    box-sizing: border-box;
}

.i-div7 .left .tab-c2 li .text .d1 {
    font-size: 20px;
    margin-bottom: 6px;
    transition: .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-div7 .left .tab-c2 li .text .d2 {
    font-size: 16px;
    color: #ababab;
    margin-bottom: 15px;
}

.i-div7 .left .tab-c2 li .text .d3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    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-div7 .left .tab-c2 li .text .d4 {
    width: 33px;
    height: 10px;
    background: url(../images/arr-r4.png);
    background-size: 100%;
    transition: .25s;
}

.i-div7 .left .tab-c2 li:hover {
    box-shadow: 0px 6px 20px rgba(24, 70, 155, 0.3);
}

.i-div7 .left .tab-c2 li:hover .text .d1 {
    color: #18469b;
}

.i-div7 .right {
    width: 400px;
    height: 470px;
    background: #f2f4f7;
}

.i-div7 .right .t {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    background: #18469b;
    box-sizing: border-box;
    padding: 0 20px;
}

.i-div7 .right .t a {
    width: 50px;
    height: 50px;
    background: url(../images/arr-r1.png) center right no-repeat;
    background-size: 8px;
    filter: grayscale(100%) brightness(500%);
    float: right;
}

.i-div7 .right ul {
    padding: 40px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}

.i-div7 .right ul li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 22px;
}

.i-div7 .right ul li .t-d{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding-left: 30px;
    position: relative;
     font-size: 18px;
     line-height: 18px;
     margin-bottom: 10px;
    box-sizing: border-box;
}
.i-div7 .right ul li .b-d{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    padding-left: 30px;
       position: relative;
    font-size: 16px;
     line-height: 16px;
     box-sizing: border-box;
}
.i-div7 .right ul li .b-d p{
     box-sizing: border-box;
         overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i-div7 .right ul li .t-d::after {
    content: '问：';
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.i-div7 .right ul li .b-d::after {
    content: '答：';
   display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.i-div7 .tab-t3 {
    font-size: 30px;
    color: #ababab;
}

.i-div7 .tab-t3 span {
    font-size: 30px;
    height: 32px;
    color: #ababab;
    padding-left: 40px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.i-div7 .tab-t3 span.this {
    color: #18469b;
}

.i-div7 .tab-t3 span::after {
    content: '';
    width: 30px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.i-div7 .tab-t3 span:nth-child(1)::after {
    background: url(../images/i7-3.png) center left no-repeat;
    background-size: 29px;
}

.i-div7 .tab-t3 span:nth-child(2)::after {
    background: url(../images/i7-4.png) center left no-repeat;
    background-size: 29px;
}

.i-div7 .tab-t3 span.this:nth-child(1)::after {
    background: url(../images/i7-1.png) center left no-repeat;
    background-size: 29px;
}

.i-div7 .tab-t3 span.this:nth-child(2)::after {
    background: url(../images/i7-2.png) center left no-repeat;
    background-size: 29px;
}

.i-div7 .tab-c3 {
    display: none;
}

.i-div7 .swiper-container {
    padding: 40px 0 30px;
}

.i-div7 .swiper-slide {
    transition: .25s;
}

.i-div7 .swiper-slide .l_img {
    padding-bottom: 73%;
}

.i-div7 .swiper-slide .l_img img {
    width: 100%;
}

.i-div7 .swiper-slide:hover {
    box-shadow: 0px 10px 20px rgba(24, 70, 155, .5);
}

.i-div7 .swiper-button-next-2 {
    width: 20px;
    height: 40px;
    margin-top: 0px;
    right: -60px;
    color: #18469b;
}

.i-div7 .swiper-button-prev-2 {
    width: 20px;
    height: 40px;
    margin-top: 00px;
    left: -60px;
    color: #18469b;
}

.i-div8 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(#18469b, #002e84);
}

.i-div8 li {
    width: calc(100% / 7);
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: .25s;
}

.i-div8 li a {
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
}

.i-div8 li.this {
    background: #0084ff;
}

.i-div8 li:hover {
    background: #0084ff;
}

.footer {
    background: #18469b;
    padding: 80px 0 0;
}

.footer .t {
    overflow: hidden;
}

.footer .box1 {
    float: left;
    width: 320px;
    font-size: 20px;
    line-height: 36px;
    color: #FFF;
}

.footer .box1 img {
    max-width: 100%;
    margin-bottom: 45px;
}

.footer .box2 {
    float: left;
    margin-left: 9%;
    width: calc(91% - 530px);
}

.footer .box2 .dl1 {
    float: left;
    width: 40%;
}

.footer .box2 dt {
    margin-bottom: 30px;
    font-size: 24px;
    width: 100%;
    float: left;
    color: #fff;
}

.footer .box2 dd {
    width: 45%;
    float: left;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 18px;
    color: #fff;
}

.footer .box2 dd a {
    color: #fff;
}

.footer .box2 .dl2 {
    width: 50%;
    float: left;
}

.footer .box2 .dl2 dd {
    width: 100%;
    float: none;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 18px;
}

.footer .box3 {
    float: right;
    width: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 50px;
}

.footer .box3 img {
    width: 100%;
    margin-bottom: 15px;
}

.footer .bq {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-top: 1px solid #fff;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    opacity: .5;
    margin-top: 60px;
    font-weight: lighter;
}

.r-f {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 99999999;
    box-shadow: 0px 10px 30px rgba(25, 47, 114, .1);
}

.r-f ul {
   
    margin-bottom: 5px;
}
.r-f ul li:nth-child(1){
     border-radius: 6px 6px 0 0;
     overflow: hidden;
}
.r-f ul li:nth-child(3){
     border-radius: 0 0 6px 6px ;
     overflow: hidden;
}

.r-f ul li.wx{
    position: relative;
}
.r-f ul li.wx .ma{
    position: absolute;
    top: 0;
    right: 100%;
    width: 140px;
    text-align: center;
    font-size:13px;
    z-index: 99999;
    display: none;
}
.r-f ul li.wx .ma img{
    width: 100%;
    margin-bottom: 10px;
}
.r-f ul li.wx:hover .ma{
    display: block;
}
.r-f .top {
    border-radius: 6px;
    overflow: hidden;
}

.r-f a {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    background: #466baf;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    box-sizing: border-box;
    padding-top: 5px;
    transition: .25s;
}

.r-f a:hover {
    background: #0084ff;
}

.r-f a .img {
    width: 50px;
    height: 50px;
    margin: 0 auto 4px;
    position: relative;
}

.r-f a .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.s-banner img {
    width: 100%
}

.position {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.position .container {
    padding-left: 30px;
    background: url(../images/h.png) center left no-repeat;
    background-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-list {
    padding: 30px 0 80px;
}

.page {
    margin-top: 60px;
    text-align: center;
}

.page a,
.page span {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background: #f2f4f7;
    color: #ababab;
    margin: 0 2px;
    padding: 0 13px;
}

.page span {
    color: #fff;
    background: #18469b;
}

.lx-l {
    width: 100%;
    height: 200px;
    background: url(../images/ml1.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.lx-l .d1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.lx-l .d2 {
    font-weight: lighter;
    margin-bottom: 16px;
}

.lx-l .d3 {
    font-size: 30px;
    font-weight: bold;
}

.m-right .m-t2 {
        width: 100%;
    height: auto;
    border-bottom: 1px solid #18469b;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 42px;
}

.p-list2 .m-right li {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    transition: 0s;
}

.p-list2 .m-right li:hover {
    border: 3px solid #18469b;
}

.p-list2 .m-right li p {
    background: #fff;
    color: #474747;
    font-size: 24px;
    font-weight: lighter;
}

.p-list2 .m-right li:hover p {
    color: #18469b;
}

.show-p1 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 60px;
}

.show-p1 .left {
    width: 48%;
}

.show-p1 .left .gallery-top {
    margin-bottom: 10px;
}

.show-p1 .left .gallery-top .swiper-slide .l_img {
    padding-bottom: 63.3%;
}

.show-p1 .left .gallery-top .swiper-slide .l_img img {
    width: 100%;
}

.show-p1 .left .gallery-thumbs .swiper-slide .l_img {
    padding-bottom: 72.5%;
}

.show-p1 .left .gallery-thumbs .swiper-slide .l_img img {
    width: 100%;
}

.show-p1 .right {
    width: 48%;
    padding-top: 0px;
    box-sizing: border-box;
}

.show-p1 .right .d1 {
    font-size: 30px;
    color: #18469b;
    margin-bottom: 35px;
        font-family: 'shm';
}

.show-p1 .right .d2 {
    width: 50px;
    height: 4px;
    background: #18469b;
    margin-bottom: 35px;
}

.show-p1 .right .d3 {
    /*height: 130px;*/
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: lighter;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 35px;
        font-family: 'shr';
         text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}

.show-p1 .right .d4 {
    margin-bottom: 45px;
}

.show-p1 .right .d4 p {
    font-size: 18px;
    margin-bottom: 22px;
    font-family: 'shl';
    overflow: hidden;
}
.show-p1 .right .d4 p span{
    width: 100px;
    /*color: #18469b;*/
    color: #333333;
        font-family: 'shr';

}
.show-p1 .right .d4 p span i{
    display: inline-block;
    width: 40px;
}
.show-p1 .right .d5 .l {
    float: left;
    width: calc(100% - 160px)
}
.show-p1 .right .d5 .l img{
    float: left;
    width: 70px;
    margin-right: 10px;
}

.show-p1 .right .d5 .l .t{
    float: left;
    width: calc(100% - 80px);
    padding-top: 6px;
}
.show-p1 .right .d5 .l .t span{
    font-size: 18px;
    color: #777777;
    font-family: 'shl';
    margin-bottom: 8px;
    display: block;
}
.show-p1 .right .d5 .l .t p{
    font-size: 36px;
    color: #18469b;
    font-family: 'shb';
}
.show-p1 .right .d5 .l .t p{}
.show-p1 .right .d5 .r {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #18469b;
    font-size: 20px;
    float: right;
    margin-top: 6px;
}

.p-t {
    width: 100%;
    border-bottom: 6px solid #c4c7ce;
    margin-bottom: 35px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.p-t .left {
    font-size: 30px;
    line-height: 30px;
    color: #18469b;
    font-family: 'shm';
    padding-left: 40px;
    background: url(../images/pst2.png) left center no-repeat;
}

.p-t .left span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 4px;
    font-family: 'shl';
    color: #ababab;
    position: relative;
    top: 3px;
}
.p-t2{
    margin-bottom: 15px;
    font-size: 24px;
    color: #ababab;
    font-family: 'shm';
}

.show-p2 {
    margin-bottom: 35px;
}

.show-p2 .c img {
    max-width: 100%;
}

.show-p3 {
    margin-bottom: 35px;
}

.show-p3 .c {
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
  font-family: 'shl';
}

.show-p3 .text {
    overflow: hidden;
    width: 100%;
}

.show-p4 {
    margin-bottom: 80px;
}

.show-p4 li {
    float: left;
    width: 18.8%;
    margin-right: 1.5%;
    transition: .25s;
}
.show-p4 li:nth-child(3n) {
    margin-right: 1.5%;
}

.show-p4 li .l_img {
    padding-bottom: 90%;
}

.show-p4 li .l_img img {
    transition: .25s;
}

.show-p4 li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
}

.show-p4 li:last-child {
    margin-right: 0;
}

.show-p4 li:hover .l_img img {
    transform: scale(1.1);
}

.show-p4 li:hover {
    box-shadow: 0px 10px 20px rgba(24, 70, 155, .5);
}

.type-a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f2f4f7;
    margin-top: 32px;
    margin-bottom: 80px;
}

.type-a::after {
    content: '';
    display: block;
    clear: both;
}

.type-a a {
    width: calc(100% / 6);
    height: 70px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #777777;
}

.type-a a.this {
    color: #fff;
    background: url(../images/typebg.png) center top no-repeat;
    background-size: cover;
}

.about-d1 {
    margin-bottom: 80px;
}

.about-d1 .box {
    overflow: hidden;
}

.about-d1 .box .text {
    float: left;
    width: 48%;
}

.about-d1 .box .text .d1 {
    font-size: 30px;
    color: #18469b;
    margin-bottom: 20px;
}

.about-d1 .box .text .d2 {
    width: 50px;
    height: 4px;
    background: #18469b;
    margin-bottom: 35px;
}

.about-d1 .box .text .d3 p {
    font-size: 18px;
    line-height: 36px;
    font-weight: lighter;
}

.about-d1 .box .text .d3 p:nth-child(1) {
    margin-bottom: 30px;
}

.about-d1 .box img {
    float: right;
    width: 48%;
}

.about-d1 .box:nth-child(3) {
    margin-top: 30px;
}

.about-d1 .box:nth-child(3) .text {
    float: right;
    padding-top: 50px;
    box-sizing: border-box;
}

.about-d1 .box:nth-child(3) img {
    float: left;
}

.about-d2 ul {
    margin-bottom: 80px;
}

.about-d2 ul {
    position: relative;
}

.about-d2 li {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    box-sizing: border-box;
    color: #fff;
}

.about-d2 li.li1 {
    background: url(../images/a3.jpg) center no-repeat;
    background-size: cover;
    padding-top: 110px;
    min-height: 520px;
}

.about-d2 li.li2 {
    background: url(../images/a4.jpg) center no-repeat;
    background-size: cover;
    padding-top: 110px;
    min-height: 520px;
}

.about-d2 li.li3 {
    background: url(../images/a5.jpg) center no-repeat;
    background-size: cover;
    padding-top: 42px;
    position: absolute;
    right: 0;
    top: 0;
    height: 48%;
}

.about-d2 li.li4 {
    background: url(../images/a6.jpg) center no-repeat;
    background-size: cover;
    padding-top: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 48%;
}

.about-d2 li:nth-child(3) {
    margin-right: 0;
}

.about-d2 li:nth-child(4) {
    margin-right: 0;
}

.about-d2 li .d1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.about-d2 li .d2 {
    width: 50px;
    height: 4px;
    background: #fff;
    margin: 0 auto 35px;
}

.about-d2 li.li1 .d3 {
    width: 210px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
}

.about-d2 li.li2 .d3 {
    width: 77%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 36px;
}

.about-d2 li.li2 .d3 p {
    overflow: hidden;
    margin-bottom: 30px;
}

.about-d2 li.li2 .d3 em:nth-child(1) {
    float: left;
    width: 70px;
    font-size: 24px;
    line-height: 60px;
    font-style: normal;
}

.about-d2 li.li2 .d3 p:last-child em:nth-child(1) {
    line-height: 30px;
}

.about-d2 li.li2 .d3 em:nth-child(2) {
    float: right;
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
}

.about-d2 li.li3 .d3 {
    width: 58%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.about-d2 li.li4 .d3 {
    width: 77%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.about-d3 {
    margin-bottom: 80px;
}

.about-d3 li {
    float: left;
    width: 18%;
    margin-right: 2%;
    font-weight: lighter;
    font-size: 20px;
    text-align: center;
    margin-bottom: 45px;
}

.about-d3 li .l_img {
    padding-bottom: 73%;
    margin-bottom: 20px;
}

.about-d3 li:nth-child(5n) {
    margin-right: 0;
}

.about-d3 .page {
    margin-top: 20px;
}

.m-left dl {
    width: 100%;
    background: #f2f4f7;
    padding: 30px 40px 10px;
    box-sizing: inherit;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.m-left dl dd {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.m-left dl dd a {
    color: #777777;
    transition: .25s;
}

.m-left dl dd:hover a {
    color: #18469b;
}

.kh-list {
    padding: 32px 0 80px;
}

.kh-list .m-right li {
    width: 31.2%;
    margin-bottom: 40px;
    margin-right: 3.2%;
    position: relative;
    cursor: pointer;
}

.kh-list .m-right li .l_img {
    padding-bottom: 77%;
}

.kh-list .m-right li:nth-child(3n) {
    margin-right: 0%;
}

.kh-list .m-right li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: none;
}

.kh-list .m-right li .zz {
    width: 100%;
    height: 100%;
    background: url(../images/zz1.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.kh-list .m-right li .zz2 {
    width: 100%;
    height: 100%;
    background: url(../images/zz2.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    opacity: 0;
    transition: .25s;
}

.kh-list .m-right li .bf {
    width: 80px;
    height: 80px;
    background: url(../images/bf.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
    opacity: 0;
    transition: .25s;
}

.kh-list .m-right li:hover .zz2 {
    opacity: 1;
}

.kh-list .m-right li:hover .bf {
    opacity: 1;
}

.n-list {
    padding: 37px 0 80px;
}

.n-list .m-right li {
    width: 100%;
    height: 200px;
    border: 2px solid #c6c6c6;
    box-sizing: border-box;
    transition: .25s;
    margin-bottom: 20px;
}

.n-list .m-right li .time {
    width: 204px;
    height: 196px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18469b;
    text-align: center;
    position: relative;
}

.n-list .m-right li .time::after {
    content: '';
    display: block;
    width: 1px;
    height: 78%;
    background: #c6c6c6;
    position: absolute;
    right: 0;
    top: 11%;
}

.n-list .m-right li .time .d1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.n-list .m-right li .time .d2 {
    font-size: 20px;
}

.n-list .m-right li .text {
    width: calc(100% - 204px);
    height: 196px;
    float: right;
    padding: 45px 50px 0;
    box-sizing: border-box;
}

.n-list .m-right li .text .d1 {
    font-size: 24px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .25s;
}

.n-list .m-right li .text .d2 {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    font-weight: lighter;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-list .m-right li:hover {
    border: 2px solid #18469b;
    box-shadow: 0px 0px 0px;
}

.n-list .m-right li:hover .text .d1 {
    color: #18469b;
}

.show-n {
    margin: 37px 0 80px;
    padding: 40px 50px 20px;
    box-shadow: 0px 10px 30px rgba(24, 70, 155, .2);
    box-sizing: border-box;
    width: 100%;
}

.show-n .d1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
}

.show-n .d2 {
    height: 40px;
    line-height: 40px;
    border: 1px dashed #c6c6c6;
    text-align: center;
    margin-bottom: 40px;
}

.show-n .d2 span {
    display: inline-block;
    font-size: 16px;
    color: #ababab;
    font-weight: lighter;
    margin: 0 20px;
}

.show-n .d3 img {
    max-width: 100%;
}

.show-n .d4 {
    height: 60px;
    line-height: 60px;
    border-top: 1px dashed #e2e2e2;
    margin-top: 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #ababab;
}

.show-n .d4 a {
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .25s;
    color: #ababab;
}

.show-n .d4 a:hover {
    color: #18469b;
}

.lx-d1 {
    overflow: hidden;
    margin-bottom: 85px;
}

.lx-d1 img {
    float: left;
    width: 337px;
}

.lx-d1 .text {
    float: right;
    width: calc(100% - 412px);
}

.lx-d1 .text .d1 {
    width: 200px;
    height: 90px;
    line-height: 90px;
    border-bottom: 2px solid #18469b;
    color: #18469b;
    font-size: 36px;
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images/tel2.png) center left no-repeat;
    margin-bottom: 35px;
}

.lx-d1 .text .d2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: lighter;
}

.lx-d2 {
    margin-bottom: 110px;
}

.lx-d2::after {
    content: '';
    display: block;
    clear: both;
}

.lx-d2 .box {
    width: 48.5%;
    float: left;
    background: #fff;
    border: 1px solid #18469b;
    padding: 35px 6% 30px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px rgba(24, 70, 155, .2);
}

.lx-d2 .box:nth-child(2) {
    float: right;
}

.lx-d2 .box .d1 {
    font-size: 36px;
    color: #18469b;
    margin-bottom: 18px;
}

.lx-d2 .box .d2 {
    width: 50px;
    height: 4px;
    background: #18469b;
    margin-bottom: 40px;
}

.lx-d2 .box .d3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 65px;
    font-size: 30px;
    font-weight: lighter;
    color: #474747;
}

.lx-d2 .box .d4 {
    background: url(../images/lx2.png) center left no-repeat;
    background-size: auto 100%;
}

.lx-d2 .box .d5 {
    background: url(../images/lx3.png) center left no-repeat;
    background-size: auto 100%;
}

.lx-d2 .box .d6 {
    background: url(../images/lx4.png) center left no-repeat;
    background-size: auto 100%;
}

.lx-d2 .box .d7 {
    background: url(../images/lx5.png) center left no-repeat;
    background-size: auto 100%;
}

.lx-d2 .box .d8 {
    background: url(../images/lx6.png) center left no-repeat;
    background-size: auto 100%;
    line-height: 40px;
}

.lx-d2 .box .d8 p {
    width: calc(100% - 90px);
    float: right;
}

.lx-d3 {
    margin-bottom: 100px;
}

.lx-d3 .text {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 45px;
}

.lx-d3 form {
    text-align: center;
}

.lx-d3 form::after {
    content: '';
    display: block;
    clear: both;
}

.lx-d3 form input {
    width: 32.5%;
    margin-right: 1.25%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #ababab;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 20px;
    transition: .25s;
    background: #f8f9fd;
}

.lx-d3 form input:nth-child(3) {
    margin-right: 0;
}

.lx-d3 form textarea {
    width: 100%;
    float: left;
    height: 240px;
    line-height: 55px;
    border: 1px solid #ababab;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 20px;
    transition: .25s;
    background: #f8f9fd;
}

.lx-d3 form input:focus {
    background: #fff;
    border: 2px solid #18469b;
    line-height: 56px;
    box-shadow: 0px 4px 20px rgba(24, 70, 155, .8);
}

.lx-d3 form textarea:focus {
    background: #fff;
    border: 2px solid #18469b;
    line-height: 56px;
    box-shadow: 0px 4px 20px rgba(24, 70, 155, .8);
}

.lx-d3 form button {
    width: 150px;
    height: 50px;
    background: #18469b;
    border: 1px solid #18469b;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
    margin: 0 8px;
}

.lx-d3 form button:last-child {
    background: #fff;
    color: #18469b;
}

.lx-d4 {
    width: 100%;
    height: 500px;
    margin-bottom: 85px;
}

.c-list {
    padding: 37px 0 80px;
}

.c-list .m-right li {
    width: 100%;
    height: 270px;
    border: 2px solid #c6c6c6;
    box-sizing: border-box;
    transition: .25s;
    margin-bottom: 20px;
    padding: 18px;
}

.c-list .m-right li .l_img {
    width: 380px;
    height: 230px;
    padding-bottom: 0;
    float: left;
}

.c-list .m-right li .l_img img {
    width: auto;
    height: 100%;
}

.c-list .m-right li .text {
    width: calc(100% - 420px);
    float: right;
    box-sizing: border-box;
    padding-top: 30px;
}

.c-list .m-right li .text .d1 {
    font-size: 24px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .25s;
}

.c-list .m-right li .text .d2 {
    font-size: 18px;
    line-height: 30px;
    color: #474747;
    font-weight: lighter;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c-list .m-right li .text .d3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    border-radius: 50px;
    background: #18469b;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}

.c-list .m-right li:hover {
    border: 2px solid #18469b;
    box-shadow: 0px 0px 0px;
}

.c-list .m-right li:hover .text .d1 {
    color: #18469b;
}

.c-list .m-t a {
    float: right;
    font-size: 18px;
    color: #ababab;
    background: url(../images/b.png) center right no-repeat;
    background-size: 16px;
    padding-right: 22px;
}

.show-c .d1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
}

.show-c .d2 img {
    max-width: 100%;
}
.search-list{margin:80px 0;}
.search-list li{
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
} 

/*手机端导航样式*/

.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: 60%;
    right: 0px;
    top: 0px;
    background: #f2f2f2;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding-top: 3%;
}

.a_txt .div3 .rlogo {
    margin: 0 auto 40px;
}

.a_txt .div3 li {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    box-sizing: border-box;
}

.a_txt .div3 li a {
    font-size: 16px;
    display: block
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1
}

.a_txt .div3 ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.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 .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;
}

.v-big {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.v-big.show {
    opacity: 1;
    z-index: 999999;
}

.v-big .box {
    width: 50%;
    position: relative;
}

.v-big .box video {
    width: 100%;
}

.v-big .box .gb {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #999;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.v-big .box .gb img {
    width: 100%;
}
.show-d{
    margin-top: 32px;
}
@media screen and (min-width: 300px) {
    .container {
        width: 94%;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (min-width: 1620px) {
    .container {
        width: 1600px;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 1620px) {
    body {
        zoom: .87;
    }
    .header .h_b li {
        font-size: 20px;
    }
    .i-div7 .swiper-button-next-2 {
        right: 5px;
    }
    .i-div7 .swiper-button-prev-2 {
        left: 5px;
    }
    .show-p3 .text {
        width: 45%;
    }
}
@media screen and (max-width: 1440px) {
    .header .h_b li {
        font-size: 18px;
    }
    .header .h_c .logo2 {
        /*display: none;*/
    }
    .i-div1 .right {
        width: 350px;
    }
    .i-div1 .left {
        width: calc(100% - 350px);
    }
    .m-left {
        width: 240px;
    }
    .m-right {
        width: calc(100% - 270px);
    }
    .i-div3 {
        height: 240px;
    }
    .i-div3 .right {
        height: 240px;
    }
    .i-div3 .left {
        height: 240px;
    }
    .i-div3 .left .d1 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .i-div3 .left .d2 {
        font-size: 20px;
    }
    .i-div3 .right .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-div3 .right .d2 {
        font-size: 40px;
    }
    .i-div4 li .text .d1 {
        font-size: 140px;
        line-height: 115px;
        margin-bottom: 15px;
    }
    .i-div4 li .text .d1 p span {
        font-size: 20px;
    }
    .i-div4 li .text .d2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .i-div4 li .text .d3 {
        font-size: 14px;
        line-height: 24px;
    }
    .i-div5 .tab-t1 span {
        font-size: 18px;
    }
    .i-div6 .text .d3 p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .i-div6 .text .d4 li p {
        font-size: 20px;
    }
    .i-div7 .right {
        width: 350px;
    }
    .i-div7 .left {
        width: calc(100% - 380px);
    }
    .i-div7 .left .tab-c2 li .text {
        padding: 4px 15px 0;
    }
    .i-div7 .left .tab-c2 li .text .d1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .i-div7 .left .tab-c2 li .text .d2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .i-div7 .left .tab-c2 li .text .d3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .i-div8 li a {
        font-size: 18px;
    }
    .footer .box2 {
        margin-left: 4%;
        width: calc(96% - 520px);
    }
    .show-p1 .right {
        /*padding-top: 20px;*/
    }
    .show-p1 .right .d3 {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .show-p1 .right .d4 {
        margin-bottom: 40px;
    }
    .show-p1 .right .d4 p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .show-p3 .text {
        width: 50%;
    }
    .lx-d2 .box .d3 {
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        padding-left: 55px;
        font-size: 20px;
    }
    .lx-d2 .box .d8 p {
        width: calc(100% - 60px);
        float: right;
    }
    .about-d1 .box .text .d3 p {
        font-size: 16px;
        line-height: 32px;
        font-weight: lighter;
    }
    .about-d2 li.li2 .d3 em:nth-child(2) {
        width: calc(100% - 70px);
        font-size: 14px;
        line-height: 24px;
        font-style: normal;
    }
    .about-d2 li.li3 .d3 {
        width: 77%;
        font-size: 15px;
        line-height: 30px;
    }
    .about-d2 li.li4 .d3 {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1220px) {
    .header .h_b li {
        font-size: 15px;
    }
    .header .h_t {
        height: 40px;
        line-height: 40px;
    }
    .header .h_t .left {
        font-size: 15px;
    }
    .header .h_t .right {
        font-size: 15px;
    }
    .header .h_t .right .l_div {
        margin-left: 30px;
        font-size: 15px;
    }
    .m-left .nav_t {
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        font-size: 20px;
    }
    .m-left .nav_t i {
        width: 24px;
        height: 50px;
    }
    .m-left ul {
        padding: 15px;
    }
    .m-left ul li {
        padding-bottom: 5px;
    }
    .m-left ul li .t {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .m-left ul li .t::after {
        width: 10px;
        height: 35px;
        background: url(../images/arr-r1.png) left center no-repeat;
        background-size: 8px;
    }
    .m-left ul li.this .t::after {
        background: url(../images/arr-r2.png) left center no-repeat;
        background-size: 8px;
    }
    .m-left ul li .b a {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }
    .m-right li p {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .i-div7 .left .tab-c2 li .text .d4 {
        display: none;
    }
    .i-div7 .left .tab-c2 li .text .d3 {
        margin-bottom: 0px;
    }
    .i-div8 li a {
        font-size: 14px;
    }
    .footer .box1 {
        width: 230px;
        font-size: 14px;
        line-height: 24px;
    }
    .footer .box2 {
        width: calc(96% - 410px);
    }
    .footer .box2 .dl1 {
        width: 50%;
    }
    .footer .box2 dt {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .footer .box2 dd {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer .box2 .dl2 dd {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer .box3 {
        width: 120px;
        font-size: 16px;
    }
    .show-p1 .right {
        padding-top: 0px;
    }
    .show-p1 .right .d3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .show-p1 .right .d4 {
        margin-bottom: 30px;
    }
    .show-p1 .right .d4 p {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .show-p3 .c {
        font-size: 16px;
        line-height: 30px;
    }
    .show-n .d1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .show-n .d2 span {
        font-size: 14px;
        margin: 0 10px;
    }
    .type-a a {
        font-size: 20px;
    }
    .about-d3 li {
        width: 23%;
        margin-right: calc(8% / 3);
        font-size: 16px;
        margin-bottom: 35px;
    }
    .about-d3 li:nth-child(5n) {
        margin-right: 2%;
    }
    .about-d3 li:nth-child(4n) {
        margin-right: 0%;
    }
    .about-d1 .box .text .d3 p {
        font-size: 14px;
        line-height: 24px;
    }
    .m-left .nav_t {
        font-size: 20px;
    }
    .show-p1 .right .d5 .l img {
        width: 55px;
    }
    .show-p1 .right .d5 .l .t span {
    font-size: 14px;
    }
    .show-p1 .right .d5 .l .t p {
    font-size: 24px;
    }
}

@media screen and (max-width: 1020px) {
    .header .h_t {
        display: none;
    }
    .header .h_b {
        display: none;
    }
    .rg {
        display: block;
        margin-top: 12px;
    }
    .header .h_c {
        min-height: 0px;
        padding: 5px 10px;
        overflow: hidden;
    }
    .header .h_c .logo {
        width: 135px;
        padding-top: 5px;
    }
    .header .h_c .right {
        padding-top: 4px;
    }
    .header .h_c .right img {
        width: 30px;
        margin-top: 5px;
    }
    .header .h_c .right .text {
        margin-left: 10px;
    }
    .header .h_c .right .text p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .header .h_c .right .text span {
        font-size: 15px;
        letter-spacing: -2px;
    }
    .i-div1 {
        width: 100%;
        height: auto;
        line-height: 40px;
        padding: 6px 0;
    }
    .i-div1 .left {
        font-size: 14px;
        width: 100%;
    }
    .i-div1 .left span {
        float: left;
        width: 90px;
        font-weight: normal;
    }
    .i-div1 .left p {
        height: auto;
        width: calc(100% - 100px);
    }
    .i-div1 .left p a {
        margin-right: 10px;
    }
    .i-div1 .right {
        width: 100%;
        height: 35px;
        line-height: 33px;
        margin-top: 5px;
    }
    .i-div1 .right input {
        width: calc(100% - 50px);
        height: 33px;
        padding-left: 10px;
        font-size: 14px;
    }
    .i-div1 .right button {
        width: 40px;
        height: 33px;
        background: url(../images/s.png) center no-repeat;
        background-size: 15px;
    }
    .i-div1 .right button::after {
        height: 22px;
        top: calc(50% - 11px);
    }
    .i-div2 .m-right {
        width: 100%;
    }
    .show-d .m-right {
        width: 100%;
    }
    .i-div4 li .img {
        width: 100%;
    }
    .i-div4 li .text {
        width: 100%;
        margin-left: 0%;
    }
    .i-div5 .tab-t1 {
        height: 100px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .i-div5 .tab-t1 span {
        width: calc(100% / 3);
        height: 50px;
        line-height: 50px;
    }
    .i-div5 .tab-t1 span::before {
        width: 50px;
        height: 50px;
    }
    .i-div5 .tab-t1 span i {
        top: -18px;
    }
    .i-div5 .tab-t1 span:nth-child(3):after {
        display: none;
    }
    .i-div6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .i-div6 .text {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .i-div6 .img1 {
        float: none;
        width: 100%;
    }
    .i-div7 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .i-div7 .right {
        width: 100%;
        height: auto;
    }
    .m-left {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .m-left .lx-l {
        display: none;
    }
    .m-left .nav_t:nth-child(3) {
        display: none;
    }
    .m-left dl {
        display: none;
    }
    .p-list .m-t {
        display: none;
    }
    .show-p1 .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .show-p1 .right {
        width: 100%;
    }
    .show-p3 .text {
        width: 100%;
    }
    .lx-d2 .box {
        padding: 20px 2% 15px;
    }
    .lx-d2 .box .d3 {
        height: 24px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-left: 35px;
        font-size: 16px;
    }
    .lx-d2 .box .d1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .lx-d2 .box .d2 {
        width: 30px;
        height: 2px;
        margin-bottom: 20px;
    }
    .lx-d2 .box .d8 p {
        width: calc(100% - 50px);
    }
    .about-d1 .box img {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .about-d1 .box .text {
        float: none;
        width: 100%;
    }
    .about-d1 .box:nth-child(3) {
        margin-top: 0px;
    }
    .about-d2 li {
        margin-right: 0 !important;
    }
    .about-d2 li.li1 {
        width: 48.5%;
        margin-bottom: 20px;
    }
    .about-d2 li.li2 {
        width: 48.5%;
        float: right;
        margin-bottom: 20px;
    }
    .about-d2 li.li3 {
        width: 48.5%;
        position: static;
        float: left;
    }
    .about-d2 li.li4 {
        width: 48.5%;
        position: static;
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
 .i-div4 li .text .d1 p {
    width: calc(100% - 75px);
}
    .i-div4 li .img img {
        max-height: 350px;
    }
    .i-div4 li .text .d1 p em{
        font-size: 16px;
    }
    .i-div4 li .text .d1 p span {
        font-size: 24px;
        margin-top: 15px;
    }
    .i-div4 li .text .d2 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .i-div4 li .text .d3 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
     .i-div4 li .text .d1 p {
    width: calc(100% - 60px);
}
    .i-div4 li .img img {
        max-height: 350px;
    }
    .i-div4 li .text .d1 p em{
        font-size: 14px;
    }
    .i-div4 li .text .d1 p span {
        font-size: 21px;
    margin-top: 10px;
    }
    .header .h_c .logo2 {
        display: none;
    }
    .ptd80 {
        padding: 35px 0;
    }
    .m-t {
        line-height: 45px;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .m-t a {
        font-size: 14px;
        background: url(../images/arr-r1.png) center right no-repeat;
        background-size: 5px;
        padding-right: 10px;
    }
    .s-t {
        margin-bottom: 30px;
    }
    .s-t .d1 {
        font-size: 24px;
        margin-bottom: 20px;
        background: url(../images/s-tbg.png) center no-repeat;
        background-size: 95%;
    }
    .s-t .d2 {
        font-size: 12px;
    }
    .r-f a {
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-top: 10px;
        transition: .25s;
    }
    .r-f a .img {
        width: 20px;
        height: 20px;
        margin: 0 auto 10px;
    }
    .m-right li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .m-right li:nth-child(2n) {
        float: right;
    }
    .m-right li:nth-child(-n+3) {
        margin-bottom: 20px;
    }
    .i-div3 {
        padding-top: 20px;
        box-sizing: border-box;
    }
    .i-div3 .left {
        width: 100%;
        height: 100px;
    }
    .i-div3 .left .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-div3 .left .d2 {
        font-size: 12px;
    }
    .i-div3 .right {
        width: 100%;
        height: 100px;
    }
    .i-div3 .right .d1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .i-div3 .right .d2 {
        font-size: 24px;
    }
    .i-div4::before {
        display: none;
    }
    .i-div4 li {
        padding: 25px 0;
    }
    .i-div5 .tab-t1 span:before {
        width: 30px;
    }
    .i-div5 .tab-t1 span i {
        /* top: 0px; */
    }
    .i-div5 .tab-t1 span {
        font-size: 15px;
    }
    .i-div5 .tab-t1 {
        margin-bottom: 20px;
    }
    .i-div5 .tab-c1 .text .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-div5 .tab-c1 .text .d3 {
        font-size: 15px;
        line-height: 30px;
    }
    .i-div5 .tab-c1 .swiper-button-next-1 {
        width: 40px;
        height: 40px;
        right: 40px;
        color: #fff;
        top: 50%;
        margin-top: 0;
        right: 0px;
        bottom: auto;
    }
    .i-div5 .tab-c1 .swiper-button-prev-1 {
        width: 40px;
        height: 40px;
        left: auto;
        color: #fff;
        top: 50%;
        margin-top: 0;
        right: auto;
        left: 0;
        bottom: auto;
    }
    .i-div5 .swiper-button-next:after,
    .i-div5 .swiper-button-prev:after {
        font-size: 24px;
    }
    .i-div5 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .i-div5 .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }
    .i-div5 .tab-c1 .bg {
        width: 1200px;
        left: calc(50% - 600px);
    }
    .i-div5 .tab-c1 .text {
        padding: 45px 30px 0;
        width: 100%;
    }
    .i-div5 .tab-c1 .l_img {
    padding-bottom:  80%;
    }
    .i-div5 .m-t {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 20px auto 0;
    }
    .i-div6 .text .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-div6 .text .d3 p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .i-div6 .text .d4 li p {
        font-size: 14px;
    }
    .i-div6 .text .d4 li .img2 {
        margin-bottom: 10px;
    }
    .i-div7 .left .tab-t2 {
        margin-bottom: 20px;
    }
    .i-div7 .left .tab-t2 span {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 10px;
    }
    .i-div7 .left .tab-t2 a {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 0px;
    }
    .i-div7 .left .tab-c2 li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .i-div7 .right ul {
        padding: 30px 15px 15px;
    }
    .i-div7 .right ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .i-div7 .tab-t3 {
        font-size: 20px;
    }
    .i-div7 .tab-t3 span {
        font-size: 20px;
        height: 20px;
        padding-left: 24px;
    }
    .i-div7 .tab-t3 span::after {
        content: '';
        width: 20px;
        height: 20px;
        top: 0px;
    }
    .i-div7 .tab-t3 span:nth-child(1)::after {
        background: url(../images/i7-3.png) center left no-repeat;
        background-size: 18px;
    }
    .i-div7 .tab-t3 span:nth-child(2)::after {
        background: url(../images/i7-4.png) center left no-repeat;
        background-size: 18px;
    }
    .i-div7 .tab-t3 span.this:nth-child(1)::after {
        background: url(../images/i7-1.png) center left no-repeat;
        background-size: 18px;
    }
    .i-div7 .tab-t3 span.this:nth-child(2)::after {
        background: url(../images/i7-2.png) center left no-repeat;
        background-size: 18px;
    }
    .i-div7 {
        padding: 30px 0;
    }
    .i-div7 .box1 {
        margin-bottom: 20px;
    }
    .i-div7 .box2 .swiper-button-next:after,
    .i-div7 .box2 .swiper-button-prev:after {
        font-size: 30px;
    }
    .i-div1 .left span {
        height: 30px;
        line-height: 30px;
    }
    .i-div1 .left p a {
        margin-right: 5px;
        line-height: 30px;
    }
    .i-banner .swiper-slide img {
        width: 150%;
        left: -25%;
    }
    .i-banner .swiper-pagination-b {
        bottom: 5px;
    }
    .i-banner .swiper-pagination-b .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .i-banner .swiper-pagination-b .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
    .i-banner .swiper-button-next-b {
        width: 30px;
        height: 30px;
        right: 0px;
    }
    .i-banner .swiper-button-prev-b {
        width: 30px;
        height: 30px;
        right: auto;
        left: 0;
    }
    .i-banner .swiper-button-prev:after,
    .i-banner .swiper-button-next:after {
        font-size: 20px;
    }
    .i-div8 {
        height: 80px;
        line-height: 40px;
    }
    .i-div8 .container {
        width: 100%;
    }
    .i-div8 li {
        width: calc(100% / 4);
        height: 40px;
        line-height: 40px;
    }
    .footer .box1 img {
        max-width: 50%;
        margin: 0 auto 20px;
    }
    .footer .box1 p {
        display: none;
    }
    .footer {
        padding: 30px 0 0;
    }
    .footer .box1 {
        width: 100%;
    }
    .footer .box2 {
        width: 100%;
        margin-left: 0;
    }
    .footer .box2 dl {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .footer .box2 .dl1 dd {
        width: 33.33%;
        font-size: 14px;
    }
    .footer .box3 {
        width: 40%;
        margin: 0 auto;
        float: none;
    }
    .footer .bq {
        width: 100%;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        margin-top: 20px;
        padding: 6px 0;
    }
    .s-banner img {
        width: 150%;
        left: -25%;
        position: relative;
    }
    .p-list {
        padding: 10px 0 30px;
    }
    .m-left ul li .b {
        margin: 15px auto 0;
    }
    .position .container {
        padding-left: 20px;
        background: url(../images/h.png) center left no-repeat;
        background-size: 15px;
        font-size: 12px;
    }
    .m-left .nav_t {
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        font-size: 16px;
    }
    .m-left .nav_t i {
        width: 20px;
        height: 40px;
    }
    .m-left ul li .t {
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .m-left ul li .b a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .p-list2 .m-right .m-t2 {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .p-list2 .m-right li p {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .page {
        margin-top: 10px;
    }
    .page a,
    .page span {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 2px;
        padding: 0 7px;
    }
    .show-p1 {
        padding: 10px 0 20px;
            margin-bottom: 20px;
    }
    .show-p1 .right .d1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .show-p1 .right .d2 {
        width: 30px;
        height: 2px;
        margin-bottom: 20px;
    }
    .show-p1 .right .d3 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .show-p1 .right .d4 {
        margin-bottom: 20px;
    }
    .show-p1 .right .d4 p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .show-p1 .right .d4 p span i {
    width: 28px;
    }
   .show-p1 .right .d5 .r{
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .p-t {
        margin-bottom: 20px;
        height: 40px;
        line-height: 40px;
    }
    .p-t .left {
        font-size: 20px;
        padding-left: 30px;
        background-size: 20px;
    }
    .p-t .left span {
        font-size: 14px;
        margin-left: 5px;
    }
    .p-t .right {
        display: none;
    }
    .show-p2 {
        margin-bottom: 20px;
    }
    .show-p3 {
        margin-bottom: 20px;
    }
    .show-p3 .c {
        font-size: 14px;
        line-height: 24px;
    }
    .show-p4 li {
        width: 48.5%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .show-p4 li:nth-child(2n) {
        float: right;
    }
    .show-p4 li:nth-child(5) {
        display: none;
    }
    .show-p4 li p {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .show-p4 {
        margin-bottom: 20px;
    }
    .n-list .m-right li {
        height: auto;
    }
    .n-list .m-right li .time {
        width: 80px;
        height: 80px;
    }
    .n-list .m-right li .time .d1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .n-list .m-right li .time .d2 {
        font-size: 12px;
    }
    .n-list .m-right li .text {
        width: calc(100% - 80px);
        height: 80px;
        padding: 10px 10px 0;
    }
    .n-list .m-right li .text .d1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .n-list .m-right li .text .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .n-list {
        padding: 10px 0 30px;
    }
    .m-left {
        margin-bottom: 0px;
    }
    .show-n {
        margin: 10px 0 30px;
        padding: 15px 15px 5px;
        width: 100%;
    }
    .show-n .d1 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .show-n .d2 {
        height: auto;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .show-n .d2 span {
        font-size: 12px;
        margin: 0 5px;
    }
    .show-n .d4 {
        height: auto;
        line-height: 24px;
        margin-top: 20px;
        font-size: 12px;
    }
    .show-n .d4 a {
        float: none;
        width: 100%;
        max-width: 100%;
        color: #ababab;
        display: block;
    }
    .c-list .m-right li {
        height: auto;
        padding: 12px;
    }
    .c-list .m-right li .l_img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        float: none;
    }
    .c-list .m-right li .text {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    .c-list .m-right li .text .d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .c-list .m-right li .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .c-list .m-right li .text .d3 {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        float: none;
        margin-top: 10px;
    }
    .c-list {
        padding: 10px 0 30px;
    }
    .c-list .m-t a {
        font-size: 14px;
        background: url(../images/b.png) center right no-repeat;
        background-size: 12px;
        padding-right: 15px;
    }
    .show-c .d1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .type-a {
        width: 100%;
        height: 70px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .type-a a {
        width: calc(100% / 3);
        height: 35px;
        font-size: 14px;
    }
    .type-a a.this {
        color: #fff;
        background: #18469b;
    }
    .lx-d1 {
        margin-bottom: 20px;
    }
    .lx-d1 img {
        float: none;
        width: 337px;
        margin: 0 auto 20px;
        max-width: 96%;
    }
    .lx-d1 .text {
        float: none;
        width: 100%;
    }
    .lx-d1 .text .d1 {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        padding-left: 30px;
        background: url(../images/tel2.png) center left no-repeat;
        background-size: 18px;
        margin-bottom: 20px;
    }
    .lx-d1 .text .d2 {
        font-size: 14px;
        line-height: 24px;
    }
    .lx-d2 {
        margin-bottom: 30px;
    }
    .lx-d2 .box {
        width: 100%;
        margin-bottom: 15px;
    }
    .lx-d3 .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .lx-d3 form input {
        width: 100%;
        margin-right: 0%;
        height: 40px;
        line-height: 38px;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .lx-d3 form textarea {
        width: 100%;
        height: 120px;
        line-height: 40px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .lx-d3 form button {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        margin: 0 4px;
    }
    .lx-d3 {
        margin-bottom: 20px;
    }
    .lx-d4 {
        height: 350px;
        margin-bottom: 30px;
    }
    .about-d3 li {
        width: 48%;
        margin-right: 0 !important;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .about-d3 li:nth-child(2n) {
        float: right;
    }
    .about-d3 li .l_img {
        margin-bottom: 5px;
    }
    .about-d1 .box .text .d1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .about-d2 li {
        width: 100% !important;
        margin-bottom: 20px;
        float: none;
    }
    .about-d2 li .d1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about-d2 li .d2 {
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 0 auto 15px;
    }
    .about-d2 li.li3 {
        padding-bottom: 25px;
    }
    .about-d2 li.li4 {
        padding-bottom: 25px;
    }
    .kh-list .m-right li {
        width: 49%;
        margin-bottom: 20px;
        margin-right: 0%;
    }
    .kh-list .m-right li:nth-child(2n) {
        float: right;
    }
    .kh-list .m-right li p {
        font-size: 15px;
    }
    .search-list{
        margin: 10px 0 30px;
    }
    .search-list li{
    font-size: 16px;
    margin-bottom: 10px;
    }
    .show-p1 .right .d5 .l img {
    width: 50px;
    }
    .show-p1 .right .d5 .l .t {
    padding-top: 4px;
    }
    .p-t2 {
    margin-bottom: 10px;
    font-size: 20px;
    }
}