.main {
    width: 1400px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

header .logo {
    width: 14vw;
    transition: 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    margin-top: 0.7vw;
}
header.active .logo {
    margin-top: 0.2vw;
}
header .right .phoneBox {
    width: 12.5vw;
    height: 4vw;
    background-color: #e9370e;
    border-radius: 3vw;
    color: white;
    position: absolute;
    padding: 0 0.8vw;
    display: flex;
    right: 0;
    transition: 0.5s ease-in-out;
}
header.active .right .phoneBox {
     height: 3vw;
}
header .right nav ul li .ol {
    width: 14.3%;
}

.dbanner {
    position: relative;

}

.dbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dbanner .text {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    line-height: 50px;
    overflow: hidden;
}

.dbanner .text .left {
    float: left;
    color: #fff;
    padding-left: 40px;
    background: url(../images/time.png) left no-repeat;
    background-position-y: 15px;
}

.dbanner .text .left a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 80%;
}

.dbanner .text .left a:hover {
    color: #2d6bc4;
}

.dbanner .text .time {
    float: right;
    color: #fff;
}

.fp_box_1 {
    padding: 66px 0 120px 0;
    background: url(../images/bg1xxxxxxxxx.png) no-repeat;
    background-size: 100% 100%
	background:#f5f5f5;
}

.title {
    margin-bottom: 40px;
}

.title .left {
    display: inline-block;
    float: left;
}

.title .left h3 {
    font-size: 2rem;
    color: #14176c;
    font-weight: normal;
    margin-top: 0;
}

.title a {
    display: inline-block;
    float: right;
    background: -webkit-linear-gradient(left, #154592, #2b62ae);
    background: -o-linear-gradient(right, #154592, #2b62ae);
    background: -moz-linear-gradient(right, #154592, #2b62ae);
    background: linear-gradient(to right, #154592, #2b62ae);
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
    margin-top: 12px;
}

.fp_box_1 ul {
    margin-left: -20px;
    margin-right: -20px;
}

.fp_box_1 ul li {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.fp_box_1 ul li a {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.fp_box_1 ul li a img {
    width: 100%;
    transition: transform 0.3s ease;
}

.fp_box_1 ul li a:hover img {
    transform: scale(1.05);
}

.fp_box_1 ul li a .text {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    line-height: 40px;
    bottom: 0;
    left: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

.fp_box_1 ul li a .text span {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fp_box_1 ul li a .text em {
    float: right;
    width: 20%;
    display: inline-block;
    font-style: normal;
    text-align: right;
}


.fp_box_2 {
    padding: 66px 0 120px 0;
    background: url(../images/bg2xxxxxxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#f5f5f5;
}

.title span {
    font-size: 30px;
    color: #14176c;
    text-transform: uppercase;
}

.title h4 {
    font-size: 2rem;
    color: #14176c;
    font-weight: 400;
}

.fp_box_2 .left {
    float: left;
    width: 35%;
}

.fp_box_2 .rii {
    float: right;
    width: 60%;
}

.fp_box_2 .rii p {
    font-size: 20px;
    color: #1b1b1b;
    text-indent: 30px;
    line-height: 1.6;
}

.fp_box_2 .rii a {
    display: block;
    text-align: right;
    color: #154592;
    margin-top: 12px;
}

.fp_box_2 .rii a:hover {
    color: #2b62ae;
}

.boix {
    margin-top: 40px;
}

.boix ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.boix ul li img {
    height: 65px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.boix ul li h3 {
    font-size: 18px;
    color: #2b62ae;
}

.boix ul li h3 em {
    font-size: 45px;
    color: #2b62ae;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}

.fp_box_3 {
    padding: 66px 0 66px 0;
    background: url(../images/bg3xxxxxxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#fff9f4;
}

.fp_box_3 .swiper-container {
    padding-top: 30px;
}

.fp_box_3 .zuo {
    float: left;
    width: 49%;
    background: rgba(21, 69, 146, 0.7);
    padding: 40px;
    box-sizing: border-box;
}

.fp_box_3 .zuo .top .pic {
    float: left;
    width: 48%;
}

.fp_box_3 .zuo .top .pic img {
    width: 255px;
    height: 255px;
    margin-top: -70px;
    border-radius: 50%;
}

.fp_box_3 .zuo .top .text {
    float: right;
    width: 48%;
}

.fp_box_3 .zuo .top .text h5 {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.fp_box_3 .zuo .top .text span {
    font-size: 18px;
    color: #ffffff;
}

.fp_box_3 .zuo .top .text a img {
    height: 35px;
    width: auto;
    margin-top: 20px;
}

.fp_box_3 .zuo .wenzi {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 25px;
    padding: 30px 0;
}

.fp_box_3 .you {
    float: right;
    width: 50%;
}

/* .fp_box_3 .you ul{
    margin-left: -15px;
    margin-right: -15px;
} */
.fp_box_3 .you ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.fp_box_3 .you ul li>div {
    width: 100%;
    height: 100%;
    background: #fff;
    height: 213px;
}

.fp_box_3 .you ul li>div .pic {
    width: 50%;
    float: left;
}

.fp_box_3 .you ul li>div .pic img {
    display: block;
	 width: 100%;
	height: 100%;
	object-fit: cover;
}

.fp_box_3 .you ul li>div .text {
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
    float: right;
}

.fp_box_3 .you ul li>div .text h3 {
    font-size: 18px;
    color: #154592;
}

.fp_box_3 .you ul li>div .text h3 span {
    font-size: 14px;
    color: #565656;
    display: inline-block;
    margin-left: 5px;
    margin-top: 15px;
}

.fp_box_3 .you ul li>div .text p {
    font-size: 14px;
    color: #6d6d6d;
    margin: 15px 0;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 7.5em;
}

.fp_box_3 .you ul li>div .text a {
    background: #154592;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    font-size: 14px;
    padding-left: 25px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
}

.fp_box_3 .you ul li>div .text a:hover {
    background: #2b62ae;
}

.fp_box_3 .main {
    position: relative;
}

.fp_box_3 .main .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url(../images/you.png) center no-repeat;
    background-size: 100%;
    top: 60%;
    right: -55px;
    left: auto;
}

.fp_box_3 .swiper-button-next:after,
.fp_box_3 .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.fp_box_3 .main .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: url(../images/zuo.png) center no-repeat;
    background-size: 100%;
    top: 60%;
    left: -65px;
}

.fp_box_3 .swiper-button-prev:after {
    display: none;
}

.fp_box_4 {
    padding: 66px 0 120px 0;
    background: url(../images/bg4xxxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#fff;
}

.fp_box_4 img {
    height: auto;
    display: block;
    object-fit: contain;
}

.fp_box_4 .swiper-container {
    padding: 210px 0;
}
.fp_box_4 .swiper-slide-next {
    transform: scale(2.4);
    position: relative;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.fp_box_4 .swiper-container .swiper-slide {
    position: relative;
}

.fp_box_4 .swiper-container .swiper-slide p {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	font-size:0.8rem;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.fp_box_4 .main {
    position: relative;
}

.fp_box_4 .main .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../images/you1.png) no-repeat;
    background-size: 100% 100%;
    right: -65px;
    top: 60%;
    left: auto;
}

.fp_box_4 .main .swiper-button-next:after {
    content: 'next';
    display: none;
}

.fp_box_4 .main .swiper-button-prev:after {
    content: 'prev';
    display: none;
}

.fp_box_4 .main .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../images/zuo1.png) no-repeat;
    background-size: 100% 100%;
    left: -65px;
    top: 60%;
}

footer {
    padding: 20px 0 100px 0;
    background: url(../images/footerbg.png) no-repeat;
    background-size: 100% 100%;
}

footer .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #2d6bc4;
}

footer .top .left {
    float: left;
}

footer .top .left img {
    height: 50px;
    margin-top: 30px;
}

footer .top .zhong {
    float: right;
    margin-top: 20px;
    padding-left: 66px;
    background: url(../images/f1.png) no-repeat left center;
}

footer .top .zhong h3 {
    color: #fff;
    font-size: 18px;
}

footer .top .zhong p {
    color: #fff;
    font-size: 20px;
}

footer .top .rii {
    float: right;
    margin-left: 100px;
}

footer .top .rii img {
    float: left;
    width: 120px;
    height: 120px;
}

footer .top .rii span {
    color: #fff;
    width: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 5px;
}

.bnm {
    padding: 30px 0;
}

.bnm .leftnav {
    width: 60%;
    float: left;
}

.bnm .leftnav ul li {
    width: 16.66666%;
    float: left;
}

.bnm .leftnav ul li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.bnm .leftnav ul li a {
    display: block;
    margin-top: 15px;
    color: #ccc;
    font-size: 14px;
}

.bnm .leftnav ul li a:hover {
    color: #14176c;
}

.bnm .leftnav {
    width: 60%;
    float: left;
}

.dizhi {
    width: 40%;
    float: right;
}

.dizhi h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    float: left;
}

.dizhi p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    float: left;
}

.dizhi ul li {
    margin-bottom: 10px;
}

.dizhi em {
    color: #fff;
    font-style: normal;
    margin-top: 60px;
    display: block;
}

.dizhi em a {
    color: #fff;
}

.dizhi em a:hover {
    color: #14176c;
}

.title i {
    display: inline-block;
    float: right;
    padding: 10px 50px;
    border-radius: 30px;
    color: #333;
    margin-top: 20px;
    font-style: normal;
}

.dbdh {
    display: none;
}

.dbanner .swiper-slide {
    position: relative;
    padding-right: 100px;
}

.dbanner .swiper-button-next {
    width: 30px;
    height: 30px;
    background: url(../images/baiyou.png) no-repeat center;
    background-size: 30px 30px;
    right: 10px;
    left: auto;
    top: 35px;
}

.dbanner .swiper-button-next:after {
    display: none;
}

.dbanner .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: url(../images/baizuo.png) no-repeat center;
    background-size: 30px 30px;
    right: 40px;
    left: auto;
    top: 35px;
}

.dbanner .swiper-button-prev:after {
    display: none;
}

.two_nav {
    height: 60px;
    background: #f8f8f8;
}

.two_nav .left {
    width: 80%;
    float: left;
}

.two_nav .left a {
    display: inline-block;
    line-height: 60px;
    margin-right: 20px;
    position: relative;
    font-size: 18px;
}

.two_nav .left a::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #2d6bc4;
    position: absolute;
    bottom: 1px;
    left: 0;
    border-radius: 5px;
    display: none;
}

.two_nav .left a:hover {
    color: #2d6bc4;
}

.two_nav .left a.hover {
    color: #2d6bc4;
}

.two_nav .left a.hover::after {
    display: block;
}

.two_nav .left a:hover::after {
    display: block;
}

.two_nav .rii {
    width: auto;
    float: right;
    line-height: 60px;
    padding-left: 30px;
    text-align: right;
    background: url(../images/home.png) no-repeat left;
    background-size: 25px auto;
}

.two_nav .rii a:hover {
    color: #2d6bc4;
}

.fp_box_2.fp_box_2_two .rii {
    float: left;
    width: 60%;
}

.fp_box_2.fp_box_2_two .left {
    float: right;
    width: 35%;
}

.fp_box_2.fp_box_2_two .title .left {
    width: 100%;
}

.fp_box_2.fp_box_2_two .title .left h2 {
    color: #333;
}

.fp_box_2.fp_box_2_two .boix {
    margin-bottom: 30px;
}

.fp_box_2.fp_box_2_two {
    padding: 66px 0 120px 0;
    background: url(../images/bg1xxxxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#fff;
}

.fp_box_2.fp_box_2_two {
    padding: 60px 0;
}

.fp_box_5 {
    padding: 60px 0;
	background:#f3f3f3;
}

.fp_box_5 .left {
    width: 63%;
    float: left;
}

.fp_box_5 .left img {
    width: 100%;
    border-radius: 30px;
}

.fp_box_5 .rii {
    width: 35%;
    float: right;
}

.fp_box_5 .rii h3 {
    font-size: 24px;
    color: #2b62ae;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}

.fp_box_5 .rii p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #606060;
}

.fp_box_6 {
    padding: 60px 0;
    background: url(../images/bg6xxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#f5f5f5;
}

.fp_box_6 ul li {
    margin-bottom: 30px;
    background: #fff;
}

.fp_box_6 ul li .left {
    width: 45%;
    float: left;
}

.fp_box_6 ul li .left img {
    width: 100%;
    height: 100%;
}

.fp_box_6 ul li .text {
    width: 55%;
    float: right;
    padding: 20px 50px;
}

.fp_box_6 ul li .text h3 {
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fp_box_6 ul li .text p {
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.fp_box_6 ul li:nth-child(2n) .text {
    float: left;
}

.fp_box_6 ul li:nth-child(2n) .left {
    float: right;
}

.fp_box_7 {
    padding: 80px 0;
    background: url(../images/bg7xxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#f5f5f5;
}

.title2 {
    text-align: center;
    margin-bottom: 20px;
}

.title2 h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.fp_box_7 ul {
    margin-left: -17px;
    margin-right: -17px;
}

.fp_box_7 ul li {
    width: 50%;
    float: left;
    padding: 0 17px;
    box-sizing: border-box;
    height: 270px;
}

.fp_box_7 ul li .pic {
    width: 45%;
    float: left;
    height: 100%;
}

.fp_box_7 ul li .pic img {
    width: 255px;
    height: 100%;
}

.fp_box_7 ul li .text {
    width: 55%;
    height: 100%;
    float: right;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.fp_box_7 ul li .text h3 {
    font-size: 24px;
    color: #2459a6;
    margin-bottom: 20px;
}

.fp_box_7 ul li .text h3 span {
    color: #1d1f1e;
    font-size: 14px;
}

.fp_box_7 ul li .text p {
    font-size: 17px;
    color: #6d6d6d;
    line-height: 2;
}

.fp_box_8 {
    padding: 80px 0;
}

.fp_box_8 .main {
    position: relative;
}

.fp_box_8 .swiper-slide h3 {
    font-size: 22px;
    color: #2358a4;
    margin: 5px 0;
}

.fp_box_8 .swiper-slide span {
    display: inline-block;
    background: #2358a4;
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.fp_box_8 .swiper-slide p {
    font-size: 16px;
    padding-right: 20px;
    position: relative;
    color: #060606;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 110px;
    overflow-y: auto;
    scrollbar-color: #2358a4 #ffffff;
}


.fp_box_8 .swiper-slide img {
    width: 100%;
}

.fp_box_8 .swiper-button-next.swiper-button-white {
    width: 35px;
    height: 65px;
    background: url(../images/huiyou.png) no-repeat;
    background-size: 100% 100%;
    right: -60px;
}

.fp_box_8 .swiper-button-prev.swiper-button-white {
    width: 35px;
    height: 65px;
    background: url(../images/huizuo.png) no-repeat;
    background-size: 100% 100%;
    left: -60px;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after {
    display: none;
}

/*  */
.fp_box_9 {
    padding: 66px 0;
    background: url(../images/bg9xxxxxxxxxx.png) no-repeat;
    background-size: 100% 100%;
	background:#f5f5f5;
}

.fp_box_9 .left {
    width: 55%;
    float: left;
}

.fp_box_9 .left h3 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 400;
}

.fp_box_9 .left ul li {
    height: 235px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fp_box_9 .left ul li .pic {
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.fp_box_9 .left ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.fp_box_9 .left ul li:hover .pic img {
    transform: scale(1.1);
}

.fp_box_9 .left ul li .text {
    float: left;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 20px;
}

.fp_box_9 .left ul li .text h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}

.fp_box_9 .left ul li:hover .text h4 {
    color: #2358a4;
}

.fp_box_9 .left ul li .text p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.un_page {
    padding: 50px 0;
    text-align: center;
}
.un_page li{
    display: inline-block;
}
.un_page a {
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background: #fff;

}

.un_page a:hover,
.un_page a.hover {
    color: #fff;
    background: #2458a4;
    border-color: #2458a4;

}

.un_page .num {
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.un_page .m1 {
    background: #fff url(../images/v1.png) no-repeat center;
}

.un_page .m2 {
    background: #fff url(../images/v2.png) no-repeat center;
}

.un_page .m1:hover {
    background: #2458a4 url(../images/v11.png) no-repeat center;
}

.un_page .m2:hover {
    background: #2458a4 url(../images/v22.png) no-repeat center;
}

.fp_box_9 .right {
    width: 40%;
    float: right;
}

.fp_box_9 .right .top {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.fp_box_9 .right .top .pic img {
    width: 100%;
}

.fp_box_9 .right h3 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 400;
}

.fp_box_9 .right .top .text {
    background: #fff;
    padding: 20px;
}

.fp_box_9 .right .top .text p {
    margin-top: 16px;
    font-size: 16px;
    color: #3f3f3f;
}

.fp_box_9 .right .top {
    margin-bottom: 30px;
}

.news_list {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.news_list ul {
    padding: 20px;
}

.news_list ul li {
    padding-top: 20px;
}

.news_list ul li a {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list ul li a::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #2358a4;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 10px;
}

.news_list ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news_list ul li span {
    display: block;
    padding-left: 20px;
    color: #cbcbcb;
}

.news_list ul li a:hover {
    color: #154592;
}

.news_list .more {
    background: #2458a4;
    display: block;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.fp_box_10 {
    padding: 80px 0;
}

.fp_box_10 .left {
    width: 30%;
    float: left;
}

.fp_box_10 .left .top {
    position: relative;
}

.fp_box_10 .left .top a {
    display: block;
    width: 50%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    background: #f8f8f8;
    border-top: 1px solid #f8f8f8;
}

.fp_box_10 .left .top a.hover {
    border-top: 1px solid #2358a4;
    color: #2358a4;
}

.fp_box_10 .left .top a:hover {
    border-top: 1px solid #2358a4;
    color: #2358a4;
}

.inlk {
    background: #797979;
    padding: 30px 50px;
    height: 450px;
    padding-top: 105px;
}

.inlk ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.inlk ul li img {
    height: auto;
    width: 30px !important;
    position: absolute;
    top: 0px;
    left: 0;
}

.inlk ul li h3 {
    color: #fff;
    font-size: 16px;
	line-height:24px
}

.inlk ul li p {
    color: #fff;
    font-size: 14px;
}

.fp_box_10 .right {
    width: 70%;
    float: right;
    height: 450px;
}

.fp_box_10 .right img {
    width: 100%;
    height: 100%;
}

/* 在线留言样式 */
.fp_box_11 {
    padding: 50px 0;
    background: #f5f5f5;
}

.fp_box_11 .main {
    margin: 0 auto;
    padding: 0;
}

.fp_box_11 h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.fp_box_11 form {
    width: 100%;
    margin: 0 auto;
}

.fp_box_11 .form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.fp_box_11 .form-group {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
}

.fp_box_11 .form-group.full-width {
    flex: 100%;
}

.fp_box_11 .form-group label {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #333;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: normal;
    flex-shrink: 0;
}

.fp_box_11 .form-group.full-width label {
    width: 80px;
    align-self: flex-start;
    margin-top: 15px;
}

.fp_box_11 .form-group span {
    color: #f00;
}

.fp_box_11 input[type="text"],
.fp_box_11 input[type="email"],
.fp_box_11 textarea {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.fp_box_11 .form-group.full-width input,
.fp_box_11 .form-group.full-width textarea {
    width: calc(100% - 95px);
}

.fp_box_11 textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}

.fp_box_11 input[type="submit"] {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #2458a4;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 30px auto 0;
    cursor: pointer;
    font-size: 16px;
}

.fp_box_11 input[type="submit"]:hover {
    background: #1a4082;
}

@media only screen and (max-width:1540px) {
    .main {
        width: 1200px;
    }

    .title span {
        font-size: 20px;
        color: #14176c;
        text-transform: uppercase;
    }

    .fp_box_2 .rii p {
        font-size: 16px;
        color: #1b1b1b;
        text-indent: 30px;
        line-height: 1.6;
    }

    .boix {
        margin-top: 0px;
    }
    .fp_box_4 .swiper-container .swiper-slide p {
    bottom: 0;
}
}

@media only screen and (max-width:1400px) {
    .main {
        width: 1200px;
    }

    .fp_box_1 {
        padding: 30px 0 30px 0;
        background: url(../images/bg1xxxxxxxxx.png) no-repeat;
        background-size: 100% 100%;
    }

    .title .left h3 {
        font-size: 32px;
        color: #14176c;
        font-weight: normal;
        margin-top: 0;
    }

    .title a {
        display: inline-block;
        float: right;
        background: -webkit-linear-gradient(left, #154592, #2b62ae);
        background: -o-linear-gradient(right, #154592, #2b62ae);
        background: -moz-linear-gradient(right, #154592, #2b62ae);
        background: linear-gradient(to right, #154592, #2b62ae);
        padding: 4px 20px;
        border-radius: 20px;
        color: #fff;
        margin-top: 12px;
        font-size: 12px;
    }

    .title h4 {
        font-size: 22px;
        color: #14176c;
        font-weight: 400;
    }

    .title span {
        font-size: 16px;
        color: #14176c;
        text-transform: uppercase;
    }

    .fp_box_2 .rii p {
        font-size: 14px;
        color: #1b1b1b;
        text-indent: 30px;
        line-height: 1.6;
    }

    .boix ul li img {
        height: 50px;
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .boix ul li h3 em {
        font-size: 26px;
        color: #2b62ae;
        font-style: normal;
        display: inline-block;
        margin-right: 5px;
    }

    .fp_box_3 .zuo .top .pic img {
        width: 180px;
        height: 180px;
        margin-top: 0px;
        border-radius: 50%;
    }

    .fp_box_3 .zuo {
        float: left;
        width: 49%;
        background: rgba(41, 96, 172);
        padding: 30px;
        box-sizing: border-box;
    }

    .fp_box_3 .zuo .top .text h5 {
        font-size: 28px;
        color: #fff;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .fp_box_3 .zuo .wenzi {
        font-size: 14px;
        color: #ffffff;
        line-height: 1.8;
        margin-top: 0px;
        padding: 30px 0;
        padding-bottom: 0;
    }

    .fp_box_3 .you ul li>div .text h3 {
        font-size: 12px;
        color: #154592;
    }

    .fp_box_3 .you ul li>div .text h3 span {
        font-size: 9px;
        color: #565656;
        display: inline-block;
        margin-left: 5px;
        margin-top: 0;
    }

    .fp_box_3 .you ul li>div .text p {
        font-size: 12px;
        color: #6d6d6d;
        margin: 15px 0;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: 7.5em;
    }

    .fp_box_3 .you ul li>div .text a {
        background: #154592;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        float: right;
        font-size: 10px;
        padding-left: 18px;
        clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    }

    .fp_box_3 .you ul li>div {
        width: 100%;
        height: 100%;
        background: #fff;
        height: 163px;
    }

    .fp_box_3 .you ul li>div .pic {
        width: 50%;
        float: left;
        height: 100%;
        display: block;
    }

    .fp_box_3 .you ul li>div .pic img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .fp_box_4 img {
        height: auto;
        display: block;
        object-fit: cover;
    }

    .fp_box_4 .swiper-container .swiper-slide p {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .fp_box_2 {
        padding: 50px 00;
    }

    .fp_box_3 {
        padding: 50px 0;
        background: url(../images/bg3xxxxx.png) no-repeat;
        background-size: 100% 100%;
		background: #fff9f4;
    }

    .fp_box_4 {
        padding: 50px 0;
        background: url(../images/bg4xxxx.png) no-repeat;
        background-size: 100% 100%;
		background: #fff;
    }

    .bnm .leftnav ul li h3 {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .bnm .leftnav ul li a {
        display: block;
        margin-top: 10px;
        color: #ccc;
        font-size: 12px;
    }

    .dizhi p {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        display: inline-block;
        float: left;
    }

    .dizhi h3 {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        float: left;
    }

    .bnm .leftnav {
        width: 55%;
        float: left;
    }

    .dizhi {
        width: 45% 900px;
        float: right;
    }

    .dizhi em {
        color: #fff;
        font-style: normal;
        margin-top: 30px;
        display: block;
        font-size: 12px;
    }

    footer {
        padding: 30px 0;
    }

    .fp_box_5 .rii h3 {
        font-size: 16px;
        color: #2b62ae;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .fp_box_5 .rii p {
        font-size: 12px;
        margin-bottom: 15px;
        color: #606060;
    }

    .fp_box_7 ul li {
        height: 200px;
    }

    .fp_box_7 ul li .text h3 {
        font-size: 16px;
        color: #2459a6;
        margin-bottom: 20px;
    }

    .fp_box_7 ul li .text p {
        font-size: 12px;
        color: #6d6d6d;
        line-height: 2;
    }

    .fp_box_8 .swiper-slide h3 {
        font-size: 16px;
        color: #2358a4;
        margin: 5px 0;
    }

    .fp_box_8 .swiper-slide span {
        display: inline-block;
        background: #2358a4;
        padding: 5px 15px;
        border-radius: 15px;
        color: #fff;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .fp_box_8 .swiper-slide p {
        font-size: 12px;
        -webkit-line-clamp: 4;
    }

    .fp_box_8 .swiper-slide p::after {
        width: 2px;
    }

    .fp_box_8 .swiper-button-next.swiper-button-white {
        width: 25px;
        height: 45px;
        top: 60%;
    }

    .fp_box_8 .swiper-button-prev.swiper-button-white {
        width: 25px;
        height: 45px;
        top: 60%;
    }

    .fp_box_9 {
        padding: 30px 0;
    }

    .fp_box_9 .left h3 {
        font-size: 24px;
    }

    .fp_box_9 .right h3 {
        font-size: 24px;
        color: #000000;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .two_nav .left {
        width: 65%;
        float: left;
    }

    .fp_box_9 .left ul li {
        height: 180px;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .fp_box_9 .left ul li .text h4 {
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .fp_box_9 .left ul li .text p {
        font-size: 12px;
        color: #000000;
        line-height: 2;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fp_box_9 .left ul li .text span {
        font-size: 10px;
    }

    .fp_box_9 .right h3 {
        font-size: 24px;
    }

    .fp_box_9 .right .top .text {
        background: #fff;
        padding: 15px;
        padding-top: 1px;
    }

    .fp_box_9 .right .top .text p {
        margin-top: 15px;
        font-size: 12px;
        color: #3f3f3f;
    }

    .news_list ul li {
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    .news_list ul li {
        padding-top: 10px;
    }

    .fp_box_3 .main {
        padding: 0 100px;
    }

    .fp_box_3 .main .swiper-button-next {
        right: 20px;
    }

    .fp_box_3 .main .swiper-button-prev {
        left: 20px;
    }

    .fp_box_4 .main {
        padding: 0 100px;
    }

    .fp_box_4 .main .swiper-button-next {
        right: 20px;
    }

    .fp_box_4 .main .swiper-button-prev {
        left: 20px;
    }
    .fp_box_6 ul li .text h3 {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fp_box_6 ul li .text p {
    font-size: 18px;
    color: #000000;
    line-height: 2;
}    .fp_box_4 .swiper-container .swiper-slide p {
        bottom: 0;
    }
.fp_box_4 .swiper-container {
    padding: 125px 0;
}
}


@media only screen and (max-width:1200px) {
    .main {
        width: 90%;
        margin-left: 5%;
    }
    .two_nav .main {
        width: 96%;
        margin-left: 2%;
    }
    .fp_box_3 .main .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: url(../images/zuo.png) center no-repeat;
        background-size: 100%;
        top: 60%;
        left: -30px;
    }

    .fp_box_3 .main .swiper-button-next {
        width: 30px;
        height: 30px;
        background: url(../images/you.png) center no-repeat;
        background-size: 100%;
        top: 60%;
        right: -30px;
        left: auto;
    }

    .fp_box_4 .main .swiper-button-next {
        width: 30px;
        height: 30px;
        background: url(../images/you1.png) no-repeat;
        background-size: 100% 100%;
        right: -30px;
        top: 60%;
        left: auto;
    }

    .fp_box_4 .main .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: url(../images/zuo1.png) no-repeat;
        background-size: 100% 100%;
        left: -30px;
        top: 60%;
    }

    .fp_box_6 ul li .text p {
        font-size: 15px;
        color: #000000;
        line-height: 2;
    }

    .fp_box_8 .swiper-button-next.swiper-button-white {
        width: 20px;
        height: 35px;
        top: 60%;
        right: -45px;
    }

    .fp_box_8 .swiper-button-prev.swiper-button-white {
        width: 20px;
        height: 35px;
        top: 60%;
        left: -45px;
    }
    .fp_box_3 .main {
        padding: 0 50px;
    }

    .fp_box_3 .main .swiper-button-next {
        right: -20px;
    }

    .fp_box_3 .main .swiper-button-prev {
        left: -20px;
    }

    .fp_box_4 .main {
        padding: 0 50px;
    }

    .fp_box_4 .main .swiper-button-next {
        right: -20px;
    }

    .fp_box_4 .main .swiper-button-prev {
        left: -20px;
    }
}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:750px) {
    .sp_logo {
        margin-top: 5px;
    }
    
    .dbanner .text .left {
        float: left;
        color: #fff;
        padding-left: 20px;
        background: url(../images/time.png) left no-repeat;
        background-size: 15px 15px;
        font-size: 12px;
        background-position-y: 10px;
    }

    .dbanner .text .time {
        float: right;
        color: #fff;
        font-size: 12px;
    }

    .dbanner .text {
        height: 35px;
        line-height: 35px;
    }

    .title {
        margin-bottom: 20px;
    }

    .title .left h3 {
        font-size: 22px;
        color: #14176c;
        font-weight: normal;
        margin-top: 0;
    }

    .title a {
        margin-top: 5px;
    }

    .fp_box_1 ul li {
        width: 100%;
        float: left;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .fp_box_1 {
        padding-bottom: 0;
    }

    .fp_box_1 ul li a .text span {
        float: left;
        width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fp_box_1 ul li a .text em {
        float: right;
        width: 35%;
        display: inline-block;
        font-style: normal;
        text-align: right;
    }

    .fp_box_2 .left {
        float: left;
        width: 55%;
    }

    .title span {
        font-size: 12px;
        color: #14176c;
        text-transform: uppercase;
    }

    .title h4 {
        font-size: 14px;
        color: #14176c;
        font-weight: 400;
    }

    .fp_box_2 .title .left {
        width: 60%;
    }

    .fp_box_2 .left {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .fp_box_2 .rii {
        float: right;
        width: 100%;
    }

    .boix ul li img {
        height: 34px;
        width: auto;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .boix ul li h3 em {
        font-size: 18px;
        color: #2b62ae;
        font-style: normal;
        display: inline-block;
        margin-right: 5px;
    }

    .boix ul li span {
        font-size: 12px;
    }

    .boix ul {
        margin-top: 20px;
    }

    .fp_box_3 .zuo {
        float: left;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .fp_box_3 .you {
        float: right;
        width: 100%;
    }

    .fp_box_3 .you ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .fp_box_3 .zuo .top .pic img {
        width: 120px;
        height: 120px;
        margin-top: 0px;
        border-radius: 50%;
    }

    .fp_box_3 .zuo .top .text h5 {
        font-size: 20px;
        color: #fff;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .fp_box_3 .zuo .top .text span {
        font-size: 12px;
        color: #ffffff;
    }

    .fp_box_3 .zuo .wenzi {
        font-size: 12px;
        color: #ffffff;
        line-height: 1.8;
        margin-top: 0px;
        padding: 10px 0;
        padding-bottom: 0;
		        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fp_box_3 .zuo .top .text a img {
        height: 22px;
        width: auto;
        margin-top: 20px;
    }

    .fp_box_3 .you ul li>div {
        width: 100%;
        height: 100%;
        background: #fff;
        height: 120px;
    }

    .fp_box_3 .you ul li>div .text h3 {
        font-size: 8px;
        color: #154592;
    }

    .fp_box_3 .you ul li>div .text h3 span {
        font-size: 6px;
        color: #565656;
        display: inline-block;
        margin-left: 5px;
        margin-top: 0;
    }

    .fp_box_3 .you ul li>div .text p {
        font-size: 8px;
        color: #6d6d6d;
        margin: 10px 0;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: 7.5em;
    }

    .fp_box_3 .you ul li>div .text a {
        background: #154592;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        float: right;
        font-size: 7px;
        padding-left: 16px;
        clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
		        margin-top: 15px;
    }

    .fp_box_3 {
        padding: 25px 0;
        background: url(../images/bg3xxxxxxxxx.png) no-repeat;
        background-size: 100% 100%;
		        background: #fff9f4;
    }

    .fp_box_3 .swiper-container {
        padding-top: 0px;
    }

    .fp_box_3 .main .swiper-button-next {
        width: 30px;
        height: 30px;
        background: url(../images/you.png) center no-repeat;
        background-size: 100%;
        top: 52%;
        right: -20px;
        left: auto;
        border: 1px solid #000;
    }

    .fp_box_3 .main .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: url(../images/zuo.png) center no-repeat;
        background-size: 100%;
        top: 52%;
        left: -20px;
        border: 1px solid #000;
    }

    .fp_box_4 {
        padding: 30px 0;
        background: url(../images/bg4xxxxx.png) no-repeat;
        background-size: 100% 100%;
		background:#fff;
    }

    .title i {
        display: inline-block;
        float: right;
        padding: 10px 0px;
        border-radius: 30px;
        color: #333;
        margin-top: 0px;
        font-style: normal;
        font-size: 12px;
    }

    .fp_box_4 img {
        height: auto;
        display: block;
        object-fit: contain;
    }

    .fp_box_4 .main .swiper-button-next {
        width: 30px;
        height: 30px;
        background: url(../images/you1.png) no-repeat;
        background-size: 100% 100%;
        right: -20px;
        top: 65%;
        left: auto;
    }

    .fp_box_4 .main .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: url(../images/zuo1.png) no-repeat;
        background-size: 100% 100%;
        left: -20px;
        top: 65%;
    }

    .fp_box_4 .swiper-container .swiper-slide p {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 8px;
        color: #fff;
        text-align: center;
    }

    .fp_box_4 .swiper-container {
        padding: 20px 0;
    }

    footer {
        display: none;
    }

    .dbdh {
        display: block;
    }

    .dbdh {
        display: block;
    }

    body {
        padding-bottom: 45px;
    }

    .dbdh {
        min-width: 320px;
        max-width: 750px;
        width: 100%;
        position: fixed;
        bottom: -10px;
        z-index: 299;
    }

    .dbdh li {
        float: left;
        width: 25%;
        height: 4rem;
        background: #222222;
        box-sizing: border-box;
        border-right: 1px solid #343434;
    }

    .dbdh li.hover {
        background: #003171;
    }

    .dbdh li a {
        display: block;
        height: 4rem;
        padding-top: 0.45rem;
        box-sizing: border-box;
    }

    .dbdh li em {
        display: block;
        width: 1rem;
        height: 1rem;
        margin: 0 auto;
        line-height: 0;
    }

    .dbdh li em img {
        width: 100%;
    }

    .dbdh li i {
        display: block;
        height: 2rem;
        line-height: 2rem;
        text-align: center;
        font-size: 1rem;
        color: #FFF;
        font-style: normal;
    }

    .dbanner .swiper-button-next {
        width: 20px;
        height: 20px;
        background: url(../images/baiyou.png) no-repeat center;
        background-size: 20px 20px;
        right: 10px;
        left: auto;
        top: 30px;
    }

    .dbanner .swiper-button-prev {
        width: 20px;
        height: 20px;
        background: url(../images/baizuo.png) no-repeat center;
        background-size: 20px 20px;
        right: 40px;
        left: auto;
        top: 30px;
    }

    .dbanner .text .time {
        display: none;
    }

    .two_nav {
        height: 40px;
        background: #f8f8f8;
    }

    .two_nav .left a {
        display: inline-block;
        line-height: 40px;
        margin-right: 0px;
        position: relative;
        font-size: 9px;
    }

    .two_nav .left a::after {
        height: 1px;
    }

    .two_nav .rii {
        font-size: 9px;
        width: auto;
        float: right;
        width: 25%;
        line-height: 40px;
        padding-left: 15px;
        text-align: right;
        background: url(../images/home.png) no-repeat left;
        background-size: 12px auto;
        background-position-x: 12px;
    }

    .two_nav .left {
        width: 70%;
        float: left;
    }

    .fp_box_2.fp_box_2_two {
        padding: 30px 0;
    }

    .fp_box_2.fp_box_2_two .left {
        float: right;
        width: 100%;
    }

    .fp_box_2.fp_box_2_two .rii {
        float: left;
        width: 100%;
    }

    .fp_box_5 {
        padding: 30px 0;
    }

    .fp_box_5 .left {
        width: 100%;
        float: left;
    }

    .fp_box_5 .rii {
        width: 100%;
        float: right;
    }

    .fp_box_6 ul li .left {
        width: 100%;
        float: left;
    }

    .fp_box_6 ul li .text {
        width: 100%;
        float: right;
        padding: 10px;
    }

    .fp_box_6 ul li .text h3 {
        font-size: 20px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .fp_box_6 ul li .text p {
        font-size: 12px;
        color: #000000;
        line-height: 2;
    }

    .fp_box_6 {
        padding: 20px 0 20px 0;
    }

    .fp_box_7 {
        padding: 30px 0 10px 0;
    }

    .fp_box_7 ul li {
        width: 100%;
        float: left;
        padding: 0 17px;
        box-sizing: border-box;
        height: auto;
        height: 140px;
        margin-bottom: 20px;
    }

    .fp_box_7 ul li .text h3 {
        font-size: 12px;
        color: #2459a6;
        margin-bottom: 5px;
    }

    .fp_box_7 ul li .text {
        padding: 10px;
    }

    .fp_box_7 ul li .text h3 span {
        color: #1d1f1e;
        font-size: 10px;
    }

    .fp_box_7 ul li .text p {
        font-size: 10px;
        color: #6d6d6d;
        line-height: 2;
    }

    .title2 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .fp_box_8 {
        padding: 30px 0;
    }

    .fp_box_8 .main {
        padding: 0 20px;
    }

    .fp_box_8 .swiper-button-next.swiper-button-white {
        width: 15px;
        height: 25px;
        background: url(../images/huiyou.png) no-repeat;
        background-size: 100% 100%;
        right: -10px;
    }

    .fp_box_8 .swiper-button-prev.swiper-button-white {
        width: 15px;
        height: 25px;
        background: url(../images/huizuo.png) no-repeat;
        background-size: 100% 100%;
        left: -10px;
    }

    .fp_box_8 .swiper-slide h3 {
        font-size: 14px;
        color: #2358a4;
        margin: 5px 0;
    }

    .fp_box_8 .swiper-slide p {
        font-size: 10px;
        -webkit-line-clamp: 3;
    }

    .fp_box_8 .swiper-slide span {
        display: inline-block;
        background: #2358a4;
        padding: 2px 10px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 10px;
        font-size: 10px;
    }

    .two_nav .left {
        width: 75%;
        float: left;
    }

    .fp_box_9 .left {
        width: 100%;
        float: left;
    }

    .fp_box_9 .left h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fp_box_9 .left ul li {
        height: 140px;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .fp_box_9 .left ul li .text {
        float: left;
        width: 70%;
        height: 100%;
        background: #fff;
        padding: 10px;
    }

    .fp_box_9 .left ul li .text h4 {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .fp_box_9 .left ul li .text p {
        font-size: 10px;
        color: #000000;
        line-height: 2;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fp_box_9 .left ul li {
        margin-bottom: 10px;
    }

    .fp_box_9 .left ul li {
        border-radius: 10px;
    }

    .un_page {
        padding: 20px 0;
        text-align: center;
    }

    .un_page a {
        display: inline-block;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #e5e5e5;
        border-radius: 100%;
        background: #fff;
    }

    .un_page .m2 {
        background: #fff url(../images/v2.png) no-repeat center;
        background-size: 8px;
    }

    .un_page .m1 {
        background: #fff url(../images/v1.png) no-repeat center;
        background-size: 8px;
    }

    .fp_box_9 .right {
        width: 100%;
        float: right;
    }

    .news_list ul {
        padding: 0 10px;
    }

    .news_list ul li a {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .news_list ul li span {
        font-size: 12px;
    }

    .news_list .more {
        background: #2458a4;
        display: block;
        height: 35px;
        color: #fff;
        text-align: center;
        line-height: 35px;
        font-size: 12px;
    }

    .fp_box_9 .right h3 {
        font-size: 18px;
    }

    .fp_box_10 {
        padding: 30px 0;
    }

    .fp_box_10 .left {
        width: 100%;
        float: left;
    }

    .inlk {
        background: #797979;
        padding: 20px;
        height: auto;
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .fp_box_10 .right {
        width: 100%;
        float: right;
        height: auto;
    }

    .fp_box_10 .left .top a {
        display: block;
        width: 50%;
        height: 35px;
        float: left;
        text-align: center;
        line-height: 35px;
        background: #f8f8f8;
        border-top: 1px solid #f8f8f8;
        font-size: 14px;
    }

    .fp_box_11 {
        padding: 0 0 30px 0;
        background: #fff;
    }

    .fp_box_11 h2 {
        font-size: 22px;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .fp_box_11 .form-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

    .fp_box_11 .form-group label {
        display: inline-block;
        width: 60px;
        font-size: 12px;
        color: #333;
        margin-right: 15px;
        margin-bottom: 0;
        font-weight: normal;
        flex-shrink: 0;
    }

    .fp_box_11 input[type="text"],
    .fp_box_11 input[type="email"],
    .fp_box_11 textarea {
        flex: 1;
        height: 35px;
        padding: 0 15px;
        border: 1px solid #ddd;
        border-radius: 0;
        font-size: 12px;
        color: #333;
        outline: none;
        box-sizing: border-box;
    }

    .fp_box_11 .form-group.full-width label {
        width: 60px;
        align-self: flex-start;
        margin-top: 15px;
    }

    textarea {
        height: 80px !important;
        padding-top: 10px !important;
    }

    .fp_box_11 input[type="submit"] {
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #2458a4;
        color: #fff;
        border: none;
        border-radius: 0;
        margin: 15px auto 0;
        cursor: pointer;
        font-size: 12px;
    }
    .two_nav.two_nav2 .left{
        width: 50%;
    }
    .two_nav.two_nav2 .rii{
        width: 50%;
    }
    .two_nav.two_nav2 .rii {
        background-position-x: 45px;
        font-size: 10px;
    }
    .two_nav.two_nav2 .left a {
        font-size: 10px;
    }
	    .fp_box_3 .main {
        padding: 0 10px;
    }
	    .fp_box_4 .main {
        padding: 0 0px;
    }
	.fp_box_3 .you ul li>div .text {
    padding: 5px;
}.fp_box_3 .you ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}.fp_box_3 .you ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}    .fp_box_4 .swiper-container {
        padding: 80px 0;
    }
    .fp_box_4 .swiper-container .swiper-slide p {
        height: 10px;
        line-height: 10px;
        font-size: 6px;
    }
        .fp_box_4 .swiper-container .swiper-slide p {
        bottom: 0px;
    }
}