* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: syl;
    src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}

@font-face {
    font-family: syr;
    src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}

@font-face {
    font-family: dinm;
    src: url(../font/DIN-Medium.otf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: syr !important;
    color: #333333;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

/* header */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
}

header .box {
    height: 120px;
}

header .logo {
    width: 300px;
    height: 120px;
    background: #1c55b3;
}

header .logo p {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
    text-align-last: justify;
}

header .right {
    width: 856px;
}

header .txt {
    font-size: 16px;
    color: #131313;
}

header .txt b {
    color: #184585;
}

header .phone {
    font: 24px/1 dinm;
    color: #db1919;
}

header .phone img {
    margin-right: 10px;
}

nav {
    margin-top: 24px;
}

nav a {
    font-size: 18px;
    color: #111111;
}

nav .active,
nav a:hover {
    color: #1c55b3;
    font-weight: bold;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 76px;
    height: 2px;
    background: #1c55b3;
    position: absolute;
    left: -2px;
    right: -2px;
    margin: auto;
    bottom: -18px;
}

/* header end */

.xuan {
    position: fixed;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 330px;
    border-radius: 31px;
    overflow: hidden;
    z-index: 99;
    font-size: 18px;
}

.xuan li {
    width: 62px;
    height: 62px;
    background: #414141;
    cursor: pointer;
    border-radius: 4px;
}

.xuan li a img:nth-child(2) {
    display: none;
}

.xuan li:last-child {
    background: rgb(33, 34, 38, .31) !important;
}

.xuan li:hover {
    background: #2861bf;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li a {
    width: 100%;
    height: 100%;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(2) .kuang {
    width: 150px;
    height: 150px;
}

.xuan li:nth-child(3) .kuang {
    width: 258px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* footer */


footer {
    background: url(../images/footer.jpg) no-repeat top;
    font-size: 18px;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

.ftop {
    padding: 63px 0 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 77px;
}

.ftop .txt {
    font-size: 14px;
    margin-top: 5px;
    text-align-last: justify;
}

.ftop .nav {
    width: 760px;
}

footer .f_mid p>img {
    margin-right: 11px;
}

footer .phone {
    font-size: 20px;
    margin-top: 38px;
}

footer .phone p:nth-child(2) {
    font: 48px dinm;
    margin-top: 21px;
}

footer .bb p {
    line-height: 35px;
}

footer .bb font {
    width: 342px;
}

footer .f_mid .bb span {
    width: 72px;
    text-align-last: justify;
}

footer .qrcode {
    width: 275px;
    font-size: 14px;
}

footer .qrcode>div>div {
    width: 110px;
    height: 110px;
    padding: 10px;
    background: url(../images/qr.png) no-repeat center;
    background-size: contain;
    margin-bottom: 8px;
}

.f_bottom {
    background: #0f3a81;
    font-size: 14px;
    margin-top: 90px;
}

.f_bottom .box {
    height: 60px;
}

/* footer end */

/* 列表分页 */


.pagination {
    line-height: 78px;
    font-size: 22px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.pagination li {
    width: 50px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    color: #333333;
}

.pagination li.active,
.pagination li a:hover {
    color: #1c55b3 !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #1c55b3;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination.swiper-pagination-bullets {
    bottom: 60px;
}

.swiper0 .swiper-pagination-bullet {
    width: 55px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
}

.swiper0 .swiper-pagination-bullet-active {
    background: #1c55b3;
}

.index0 {
    padding-top: 40px;
}

.index0 .box {
    height: 60px;
    background: #f1f1f1;
    border-radius: 30px;
    padding: 0 28px 0 36px;
}

.index0 a {
    font-size: 18px;
    color: #333333;
}

.index0 span {
    color: #aaaaaa;
    margin: 0 16px;
}

.index0 span:last-child {
    display: none;
}

.index0 .sou {
    width: 220px;
    height: 35px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 17px;
    font-size: 18px;
    color: #a4a4a4;
    padding-right: 17px;
}

.index0 input {
    width: 80%;
    height: 100%;
    text-indent: 22px;
}

.search_body ul li {
    padding: 15px;
    border-bottom: 1px solid #ccc
}

.sst {
    width: 900px;
    height: 27px;
    font-size: 20px;
}

.ssm {
    width: 120px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #ccc
}

.search_body ul li:hover .sst {
    color: #1c55b3
}

.search_body ul li:hover .ssm {
    background: #1c55b3;
    border-color: #1c55b3;
    color: #fff;
}

.title .aa {
    font-size: 46px;
    color: #1c55b3;
}

.title .bb {
    font-size: 24px;
    color: #666666;
}

.title .bb font {
    margin: 0 20px;
}

.title .bb b {
    color: #c30d23;
}

.index1 {
    padding: 131px 0 86px;
    overflow: hidden;
}

.index1 .box {
    margin-top: 54px;
}

.index1 li {
    width: 367px;
    height: 266px;
    background: #f9f9f9;
    padding-top: 22px;
}

.index1 .num {
    font: 100px dinm;
    opacity: 0.2;
}

.index1 .tit {
    font-size: 24px;
    background: #f9f9f9;
    margin: -47px 0 17px;
}

.index1 .con {
    width: 324px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin: auto;
}

.index1 .li2,
.index1 .li2 .tit {
    background: #f3f3f3;
}

.index1 .li3 {
    width: 465px;
}

.index1 li:hover {
    background: #1c55b3;
    color: #fff;
}

.index1 li:hover .tit {
    background: #1c55b3;
}

.index1 li:hover .con {
    color: #fff;
}



.index2 {
    background: url(../images/index2.jpg) no-repeat center;
}

.index2 .box>div {
    width: 639px;
    background: rgb(0, 0, 0, .5);
    padding: 99px 0 110px;
    font-size: 18px;
    color: #fff;
}

.index2 .tt {
    margin: 8px 0 42px;
}

.index2 .txt {
    font-size: 22px;
    margin-top: 72px;
}

.index2 .txt img {
    display: block;
    margin: 3px auto 6px;
}

.index2 a,
.index2 a:hover {
    width: 360px;
    height: 58px;
    background: #fff;
    border-radius: 29px;
    font-size: 20px;
    color: #c30d23;
    margin: 67px auto 8px;
}

.index2 a span {
    font: 30px dinm;
}

.index3 {
    padding: 115px 0 81px;
}

.index3 .box>div {
    width: 574px;
}

.index3 .aa {
    font-size: 32px;
    line-height: 38px;
    color: #1c55b3;
    text-align-last: justify;
}

.index3 .aa span {
    display: block;
    text-transform: uppercase;
    font-family: dinm;
}

.index3 .bb {
    font-size: 24px;
    line-height: 40px;
    color: #010b31;
}

.index3 .bb b {
    display: block;
}

.index3 .con {
    font-size: 20px;
    line-height: 36px;
    margin-top: 41px;
}

.index3 a,
.index3 a:hover {
    width: 250px;
    height: 80px;
    background: #1c55b3;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    margin: 52px 0 0 auto;
}

.index4 {
    background: url(../images/index4.jpg) no-repeat bottom;
    padding: 119px 0 140px;
}

.index4 .tab {
    margin: 70px 0 59px;
}

.index4 .tab a {
    width: 180px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    color: #000000;
}

.index4 .tab a:nth-child(n+2) {
    margin-left: 23px;
}

.index4 .tab .active,
.index4 .tab a:hover {
    background: #1c55b3;
    color: #fff;
}

.index4 .img {
    width: 100%;
    height: 380px;
    background: #fff;
    box-shadow: 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.index4 .img img {
    max-width: 90%;
    max-height: 89%;
}

.index4 .tit {
    font-size: 20px;
    color: #000000;
    margin-top: 23px;
}

.index5 {
    padding: 130px 0 100px;
    overflow: hidden;
}

.index5 .swiper {
    width: 909px;
    overflow: initial;
    margin-top: 64px;
    padding-bottom: 80px;
}

.index5 .swiper-slide {
    height: 518px;
    background: url(../images/index5_01.png) no-repeat center;
    overflow: hidden;
}

.index5 .swiper-slide img {
    max-width: 100%;
    max-height: 82%;
}

.index5 .tit {
    width: 100%;
    font-size: 24px;
    color: #fff;
    bottom: 23px;
}

.index5 .swiper .swiper-scrollbar {
    width: 600px;
    height: 1px;
    background: #e9e9e9;
    left: 0;
    right: 0;
    margin: auto;
}

.index5 .swiper-scrollbar-drag {
    height: 3px;
    background: #1c55b3;
    top: -1px;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    background-size: cover;
    padding: 99px 0;
    overflow: hidden;
}

.index6 .tit {
    font-size: 46px;
    color: #1c55b3;
}

.index6 .con {
    font-size: 24px;
    color: #666666;
}

.index6 .text {
    font-size: 20px;
    color: #111111;
    margin-top: -4px;
}

.index6 .text p:nth-child(n+2) {
    margin-top: 40px;
}

.index6 .text font {
    width: 12px;
    height: 12px;
    background: #666666;
    border-radius: 50%;
}

.index6 .text span {
    background: rgb(102, 102, 102, .2);
    padding: 7px;
    border-radius: 50%;
    margin-right: 19px;
}

.index6 .text p:hover {
    color: #c30d23;
}

.index6 .text p:hover span {
    background: rgb(195, 13, 35, .5);
}

.index6 .text p:hover span font {
    background: #c30d23;
}

.index6 .text p:nth-child(1) {
    margin-left: 444px;
}

.index6 .text p:nth-child(2) {
    margin-left: 366px;
}

.index6 .text p:nth-child(3) {
    margin-left: 303px;
}

.index6 .text p:nth-child(4) {
    margin-left: 246px;
}

.index6 .text p:nth-child(5) {
    margin-left: 192px;
}

.index6 .text p:nth-child(6) {
    margin-left: 151px;
}

.index6 .text p:nth-child(7) {
    margin-left: 112px;
}

.index6 .text p:nth-child(8) {
    margin-left: 80px;
}

.index6 .text p:nth-child(9) {
    margin-left: 51px;
}

.index6 .text p:nth-child(10) {
    margin-left: 31px;
}

.index6 .text p:nth-child(11) {
    margin-left: 13px;
}

.index7 {
    background: url(../images/index7.jpg) no-repeat center;
    padding: 118px 0 107px;
    overflow: hidden;
}

.titlea {
    filter: brightness(100);
}

.index7 .content {
    background: url(../images/index7.png) no-repeat top;
    background-position: 40% 9px;
    margin-top: 65px;
}

.index7 .box {
    width: 1100px;
    color: #fff;
}

.index7 label:nth-child(1) {
    width: 806px;
    margin: 0 142px 94px auto;
}

.index7 label:nth-child(3) {
    margin-top: 39px;
}

.index7 .cir font {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

.index7 .cir {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: -5px;
}

.index7 .num {
    font: 18px syl;
    margin: 25px 0 5px;
}

.index7 .tit {
    font-size: 24px;
}

.index7 .con {
    font: 18px/28px syl;
}

.index7 li:hover .cir {
    background: rgb(195, 13, 35, .62);
}

.index7 li:hover .cir font {
    background: #c30d23;
}

.index8 {
    padding-top: 120px;
}

.index8 .content {
    margin-top: 55px;
    font-size: 24px;
    color: #fff;
}

.index8 .img1 {
    width: 45.78%;
}

.index8 .content>div:nth-child(2) {
    width: 53.85%;
}

.index8 .img3 {
    width: 29.9%;
}

.index8 .img4 {
    width: 69%;
}

.index8 .mt9 {
    margin-top: 9px;
}

.index8 .t1 {
    width: 220px;
    height: 80px;
    background: #c30d23;
    right: 0;
    bottom: 0;
}

.index8 .img2 .t1,
.index8 .img4 .t1 {
    right: auto;
    left: 0;
}

.index8 .t2 {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .8);
}

.index8 .p_r:hover .t1 {
    opacity: 0;
}

.index8 .p_r:hover .t2 {
    opacity: 1;
}

.index9 {
    padding: 121px 0 85px;
}

.index9 .content {
    background: url(../images/index9.png) no-repeat top;
    height: 521px;
    padding-top: 68px;
    margin-top: 75px;
}

.index9 .swiper {
    width: 543px;
    margin: 0 0 0 auto;
}

.index9 .img {
    width: 236px;
    height: 333px;
    overflow: hidden;
    padding: 9px 10px;
    border: 2px solid #e1e1e1;
}

.index9 .tt {
    font-size: 18px;
    line-height: 29px;
    color: #2c2c2c;
    margin-top: 17px;
}

.index9 .swiper-button {
    width: 58px;
    height: 58px;
    background: url(../images/left.png) no-repeat center;
    top: -93px;
}

.index9 .swiper-button-prev {
    left: auto;
    right: 75px;
}

.index9 .swiper-button-next {
    right: 0;
    transform: rotateY(180deg);
}

.index9 .swiper-button:hover {
    background-image: url(../images/lefta.png);
}

.index10 {
    background: url(../images/index10.jpg) no-repeat top;
    padding: 120px 0 88px;
}

.index10 .box>div {
    width: 456px;
    margin: 92px 0 0 19px;
}

.index10 .aaa {
    font-size: 20px;
    line-height: 36px;
}

.index10 .aaa img {
    margin-right: 15px;
}

.index10 .tit {
    font-size: 42px;
    line-height: 55px;
    color: #1c55b3;
    margin: 49px 0 13px;
}

.index10 .tit b {
    display: block;
    font-size: 60px;
}

.index10 .txt {
    width: 445px;
    font-size: 20px;
    color: #333333;
}

.index10 .txt p:nth-child(2) {
    width: 153px;
}

.index10 .txt p:nth-child(n+4) {
    margin-top: 28px;
}

.index10 .txt img {
    margin-right: 10px;
}

.index10 .btn {
    width: 360px;
    height: 58px;
    border: 1px solid #1c55b3;
    border-radius: 29px;
    font-size: 20px;
    color: #2861bf;
    margin: 58px auto 12px;
}

.index10 .btn span {
    font: 30px dinm;
    color: #1c55b3;
}

.index10 .tt {
    font-size: 18px;
    color: #333333;
}

.index11 {
    padding: 118px 0 0;
}

.index11 .tab {
    margin: 26px 0 47px;
}

.index11 .tab a {
    font-size: 20px;
    color: #333333;
    margin: 0 10px;
}

.index11 .tab a:nth-child(n+2)::after {
    content: '';
    width: 2px;
    height: 20px;
    background: #000000;
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index11 .tab .active,
.index11 .tab a:hover {
    color: #1c55b3;
}

.index11 .swiper-slide {
    background: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
}

.index11 .img {
    height: 246px;
    overflow: hidden;
}

.index11 .img::after {
    content: '';
    width: 100%;
    height: 137px;
    background: url(../images/index11_01.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index11 .tit {
    font-size: 20px;
    color: #fff;
    left: 39px;
    bottom: 18px;
    z-index: 1;
}

.index11 .time {
    font-size: 18px;
    color: #a6a6a6;
}

.index11 .swiper-slide>div {
    padding: 25px 32px 52px 39px;
}

.index11 .con {
    font-size: 18px;
    line-height: 27px;
    color: #888888;
    -webkit-line-clamp: 4;
    margin: 4px 0 34px;
}

.index11 .more {
    font-size: 18px;
    color: #1c55b3;
}

.index11 .swiper {
    padding-bottom: 78px;
}

.index11 .swiper-scrollbar-drag {
    background: #1c55b3;
}


.form {
    padding: 133px 0 132px;
}

.form .tit {
    font-size: 40px;
    color: #1c55b3;
}

.form form {
    margin-top: 50px;
}

.form form p {
    width: 588px;
    height: 73px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 18px;
    color: #666666;
}

.form input,
.form textarea {
    width: 70%;
    height: 100%;
}

.form form p:nth-child(3) {
    width: 1200px;
    height: 130px;
    padding-top: 20px;
    margin-top: 20px;
}

.form button {
    width: 250px;
    height: 80px;
    background: #1c55b3;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    margin: 60px auto 0;
}

.form .active {
    border-color: #1c55b3;
    color: #1c55b3;
}

.form .active input,
.form .active textarea {
    color: #1c55b3;
}

/* index end */
.bg {
    padding: 88px 0 0;
}

.top .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.top .left {
    border-left: 3px solid #1c55b3;
    padding-left: 11px;
}

.top .left p:nth-child(1) {
    font-size: 22px;
    color: #1c55b3;
    line-height: 1;
}

.top .left p:nth-child(2) {
    font-size: 16px;
    color: rgb(51, 51, 51, .4);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-top: 9px;
}

.top .right,
.top .right a {
    font-size: 16px;
    color: #7f7f7f;
}

/* 关于我们 */


.about1 {
    padding: 110px 0 150px;
    overflow: hidden;
}

.about1 .img {
    width: 554px;
    height: 593px;
    border-radius: 20px;
    overflow: hidden;
}

.about1 .text {
    width: 574px;
}

.about1 .tit {
    font-size: 36px;
    color: #1c55b3;
}

.about1 .line {
    width: 574px;
    height: 1px;
    background: #1c55b3;
    margin: 44px 0 62px;
}

.about1 .con {
    font-size: 22px;
    line-height: 36px;
    color: #010b31;
    text-align: justify;
}

.about1 .con br {
    content: '';
    display: block;
    height: 8px;
}

.about1 .content {
    margin-top: 77px;
}

.about2 {
    background: linear-gradient(#f9f9f9, #edeeef);
    padding: 137px 0 126px;
}

.about2 .a_tit {
    font-size: 36px;
    color: #1c55b3;
}

.about2 .a_tit::after {
    content: '';
    width: 44px;
    height: 1px;
    background: #1c55b3;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
}

.about2 .box {
    margin-top: 60px;
}

.about2 ul {
    overflow-y: scroll;
    height: 471px;
    padding-right: 30px;
}

.about2 ::-webkit-scrollbar {
    width: 18px;
}

.about2 ::-webkit-scrollbar-track {
    background: linear-gradient(to right, #f2f2f3 6px, #fff 4px, #f1f1f2 10px);
}

.about2 ::-webkit-scrollbar-thumb {
    background: #1c55b3;
    border: 1px solid #edeeef;
    box-shadow: 0 0 10px rgb(202, 163, 104, .3);
    border-radius: 9px;
}

.about2 .list {
    width: 276px;
    background: #ffffff;
    margin: 0 16px 16px 0;
}

.about2 .list:nth-child(4n) {
    margin-right: 0;
}

.about2 .img {
    width: 237px;
    height: 333px;
    overflow: hidden;
    margin: 19px auto 17px;
}

.about2 .img img {
    max-width: 100%;
    max-height: 100%;
}

.about2 .line {
    height: 1px;
    background: #d3d3d3;
}

.about2 .tt {
    height: 100px;
    font-size: 20px;
    line-height: 32px;
    color: #5a5a5a;
}

.about2 .list:hover .line {
    background: #1c55b3;
}

.about2 .list:hover .tt {
    color: #1c55b3;
}


/* 关于我们 end */

/* 产品中心 */

.prolist {
    background: #f4f4f4;
}

.prolist .content {
    padding: 93px 0 112px;
}

.prolist .p_nav {
    width: 285px;
    padding-bottom: 50px;
    background: #fff;
}

.p_nav>h3 {
    line-height: 64px;
    background: #1c55b3;
    font-size: 24px;
    color: #fff;
}

.p_nav ul {
    margin-bottom: 9px;
}

.p_nav ul li {
    width: 288px;
    height: 83px;
    border-bottom: 1px dashed #e0e0e0;
}

.p_nav ul li a {
    padding-left: 24px;
    font-size: 20px;
    color: #666666;
}

.p_nav ul li a.active,
.p_nav ul li a:hover {
    font-size: 20px;
    color: #1c55b3;
}

.p_ewm img {
    width: 144px;
    height: 144px;
    margin: 51px 0 28px;
    border: 1px dashed #1c55b3;
    padding: 3px;
}

.p_ewm .phone {
    font-size: 30px;
    color: #1c55b3;
}

.p_ewm .phone img {
    margin-right: 8px;
}

.prolist .aaa {
    width: 865px;
    padding-top: 22px;
}

.prolist .tab a {
    width: 180px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    margin-bottom: 43px;
}

.prolist .tab a:nth-child(n+2) {
    margin-left: 59px;
}

.prolist .tab .active,
.prolist .tab a:hover {
    color: #fff;
    background: #1c55b3;
}

.prolist .list li {
    width: 415px;
    margin-bottom: 20px;
    background: #f0f0f0;
    transition: .3s;
}

.p_img {
    height: 389px;
    background: #fff;
    overflow: hidden;
}

.p_img img {
    max-width: 84%;
    max-height: 77%;
}

.p_con {
    padding: 30px 30px 25px;
    height: 118px;
    background: #7d7d7d;
    color: #fff;
    font-size: 24px;
    color: #fff;
}

.p_con p {
    width: 82%;
}

.p_con img:nth-child(3) {
    display: none;
}

.prolist .list li:hover .p_con {
    color: #fff;
    background: #1c55b3;
}

.prolist .list li:hover .p_con img:nth-child(2) {
    display: none;
}

.prolist .list li:hover .p_con img:nth-child(3) {
    display: block;
}

/* 产品中心 end */

/* 招商合作 */

.cooperation1 {
    padding: 83px 0 98px;
}

.cooperation1 .tit {
    font-size: 48px;
    color: #1c55b3;
}

.cooperation1 .tit span {
    color: #111111;
}

.cooperation1 .tit::after {
    content: '';
    width: 44px;
    height: 1px;
    background: #1c55b3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
}

.cooperation1 .box {
    margin-top: 78px;
}

.cooperation1 ul {
    width: 530px;
}

.cooperation1 li {
    width: 260px;
    height: 100px;
    background: #f7f7f7;
}

.cooperation1 li:nth-child(n+3) {
    margin-top: 10px;
}

.cooperation1 .line {
    width: 1px;
    height: 40px;
    background: #1c55b3;
    margin: 0 15px 0 33px;
}

.cooperation1 li span {
    width: 120px;
    font-size: 20px;
    color: #1c55b3;
}

.cooperation2 {
    background: #f2f3f4;
    padding-top: 120px;
}

.cooperation2 .tit {
    font-size: 46px;
}

.cooperation2 .con {
    font-size: 18px;
    color: #333333;
}

.cooperation2 a,
.cooperation2 a:hover {
    width: 287px;
    height: 81px;
    background: #1c55b3;
    border-radius: 40px;
    font-size: 19px;
    color: #fff;
    margin: 65px auto 75px;
}

.cooperation2 li {
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: -3.774px 3.28px 7.76px 0.24px rgba(163, 163, 163, 0.26);
    width: 378px;
    height: 202px;
    padding: 0 46px 0 66px;
}

.cooperation2 li:nth-child(3) {
    padding-right: 79px;
}

.cooperation2 .tt {
    font-size: 28px;
    color: #010b31;
}

.cooperation2 .cn {
    font-size: 18px;
    color: rgb(1, 11, 49, .8);
}

.cooperation3 {
    background: #f2f3f4;
    padding-top: 84px;
}

.cooperation3 .box {
    background: url(../images/cooperation3.jpg) no-repeat center;
    padding: 100px 0 51px 61px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.cooperation3 .tit {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 40px;
}

.cooperation3 a,.cooperation3 a:hover {
    width: 140px;
    height: 50px;
    border: 1px solid #f2f3f4;
    border-radius: 25px;
    font-size: 19px;
    color: #fbfbfb;
    margin-left: 132px;
}


/* 招商合作 end */

/* 新闻资讯 */


.news {
    overflow: hidden;
}

.news .content {
    padding: 81px 0 131px;
}

.news .list {
    margin-bottom: 35px;
}

.news .list .month {
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.news .img {
    width: 530px;
    height: 278px;
    overflow: hidden;
}

.news .img img {
    width: auto;
    height: 100%;
}

.news .list>div {
    width: 574px;
    margin-right: 24px;
}

.news .tit {
    font-size: 24px;
    color: #333333;
}

.news .describe {
    font: 18px/30px syr;
    color: #666666;
    -webkit-line-clamp: 3;
    height: 90px;
    margin: 15px 0 22px;
    letter-spacing: 1px;
}

.news .date {
    font-size: 22px;
    color: #666666;
    font-family: dinm;
}

.news .list:hover .tit {
    color: #2861bf;
    font-weight: bold;
}

/* 新闻资讯 end */
.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding-top: 80px;
}

.arc .tit {
    font-size: 32px;
}

.arc .time {
    font-size: 16px;
    margin: 10px 0 50px;
}

.arc img {
    max-width: 100%;
}

/* contactUs */

.contact {
    background: #f2f3f4;
}

.contact .content {
    padding: 97px 0 0;
}

.contact .left .text {
    margin-bottom: 54px;
    font-size: 18px;
    color: #333333;
}

.contact .left span {
    font-size: 24px;
    margin-left: 7px;
}

.contact .left .line {
    width: 470px;
    height: 1px;
    background: #cccccc;
    margin: 16px 0;
}

.contact .left .qrcode i {
    font: normal 14px syl;
    color: #1c55b3;
}

.contact .qrcode {
    width: 130px;
    margin-top: 36px;
}

.contact .qrcode img {
    display: block;
    width: 110px;
    height: 110px;
    background: url(../images/qr2.png) no-repeat center;
    padding: 10px;
    margin-bottom: 8px;
}

.contact .map {
    width: 655px;
    height: 675px;
}

/* contactUs end */