@charset "UTF-8";
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-size: 12px;
    color: #666;
    font-family: 'Alibaba-PuHuiTi-Regular';
    'Adobe 黑体 Std,'"微软雅黑";
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}


/*设置margin和padding为0*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
a,
img,
input,
select,
button,
textarea {
    border: 0;
    background: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var，i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

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

q:before,
q:after {
    content: '';
}

em,
i {
    font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=date],
button,
select,
input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

a,
input[type=text],
select,
input[type=password],
textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
    font-family: 'Adobe 黑体 Std', "微软雅黑";
}

body {
    overflow-x: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
}

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

.over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.over2 {
    -webkit-line-clamp: 2;
}

.over3 {
    -webkit-line-clamp: 3;
}

.over4 {
    -webkit-line-clamp: 4;
}

.over5 {
    -webkit-line-clamp: 5;
}

.over6 {
    -webkit-line-clamp: 6;
}

.over7 {
    -webkit-line-clamp: 7;
}

.over9 {
    -webkit-line-clamp: 9;
}

.bluec {
    color: #016aa6;
}

@font-face {
    font-family: 'din-medium-webfont';
    src: url('din-medium-webfont.ttf') format('truetype')
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('Alibaba-PuHuiTi-Regular.otf') format('truetype')
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url('Alibaba-PuHuiTi-Bold.otf') format('truetype')
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('Alibaba-PuHuiTi-Medium.otf') format('truetype')
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Light';
    src: url('Alibaba-PuHuiTi-Light.otf') format('truetype')
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src: url('Alibaba-PuHuiTi-Heavy.otf') format('truetype')
}

.header {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.header.active {
    position: fixed;
}

.header .mcon {
    width: 1440px;
    width: 75vw;
    min-width: 1200px;
    margin: 0 auto;
}

.section .mcon {
    padding: 0 12.5vw;
}

.logo {
    padding-top: 33px;
}

.nav {
    padding-top: 26px;
}

.nav ul li {
    display: inline-block;
    float: left;
    margin-left: 50px;
    line-height: 40px;
}

.nav ul li a {
    font-size: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: relative;
    transition: all .3s;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.nav ul li a::after {
    width: 50%;
    height: 2px;
    display: inline-block;
    content: '';
    background-color: #0d3966;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
}


/* .nav ul li span{letter-spacing:10px;} */

.nav ul li.active>a,
.nav ul li:hover>a {
    color: #0d3966;
}

.nav ul li.active>a::after,
.nav ul li:hover>a::after {
    width: 80%;
    opacity: 1;
}

.lan {
    margin-top: 34px;
    line-height: 22px;
    border-left: solid 1px #999;
    text-align: right;
    position: relative;
    width: 54px;
    margin-left: 23px;
    display: inline-block;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.lan span {
    display: block;
    text-align: right;
    background: url(../images/sd.png) no-repeat right center;
    padding-right: 12px;
    width: 100%;
    box-sizing: border-box;
}

.lan ul {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    text-align: center;
    display: none;
}

.lan ul li {
    display: block;
}

.lan ul li a {
    display: block;
}

.lan ul li a:hover {
    color: #0d3966;
}

.banner {
    position: relative;
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bpage {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 286px;
    bottom: 14.8958vw;
    z-index: 999;
    padding: 0 12.5vw;
    box-sizing: border-box;
    color: #999;
    font-size: 24px;
    font-family: 'din-medium-webfont';
}

.bpage span {
    font-size: 30px;
    font-weight: normal;
    color: #0d3966;
}

.bpage .btxt {
    padding: 0 33px;
    position: relative;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btxt .prev,
.btxt .next {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.btxt .prev {
    position: absolute;
    left: 0;
    background: url(../images/bleft.png) no-repeat left center;
}

.btxt .next {
    position: absolute;
    right: 0;
    background: url(../images/bright.png) no-repeat left center;
}

.btxt .prev:hover {
    background-image: url(../images/bleft02.png);
}

.btxt .next:hover {
    background-image: url(../images/bright02.png);
}

.ititle {
    text-align: center;
}

.ititle h3 {
    font-size: 34px;
    color: #333;
}

.ititle h3 span {
    display: inline-block;
    position: relative;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.ititle h3 span::before,
.ititle h3 span::after {
    width: 20px;
    height: 2px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: #333;
}

.ititle h3 span::before {
    left: -42px;
}

.ititle h3 span::after {
    right: -42px;
}

.section02 {
    /*background: url(../images/bg02.jpg) no-repeat center/63.7098vw;*/
}


/* .section02 .mcon{position:relative;top:50%;transform:translate(0,-50%);} */

.section02 .con {
    width: 856px;
    margin: 0 auto;
}

.section02 .cname {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-top: 55px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.section02 .cname span {
    letter-spacing: 2px;
}

.more {
    width: 120px;
    line-height: 36px;
    background-color: #0d3966;
    margin: 0 auto 10px;
    text-align: center;
    border-radius: 18px;
}

.more a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.section02 .more {
    margin-top: 75px;
}

.section02 .desc {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    color: #333;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.section03 {
    background-color: #f9f9f9;
}


/* .section03 .mcon{padding:0;position:relative;top:50%;transform:translate(0,-50%);} */

.section03 .mcon {
    padding: 0;
    padding-top: 100px;
}

.section03 .con {
    background: url(../images/bg03.jpg) no-repeat center top/100%;
    height: 423px;
    height: 25.03125vw;
    margin-top: 70px;
    padding-left: 160px;
    padding-left: 8.05180vw;
}

.section03 .con ul li {
    width: 218px;
    width: 10.97057vw;
    display: inline-block;
    position: relative;
    height: 360px;
    height: 18.75vw;
    height: 25.03125vw;
    box-sizing: border-box;
    transition: all .6s;
    margin-right: 60px;
    margin-right: 3.125vw;
}

.section03 .con ul li .inner {
    position: relative;
    /* background:url(../images/cir.png) no-repeat center 2.9691vw/2.08333vw; */
    /* 59 40 */
    text-align: center;
    padding-top: 100px;
    padding-top: 5.2083vw;
    height: 25.03125vw;
    box-sizing: border-box;
}

.section03 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: inherit;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.section03 .con ul li .inner .circle1 {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid red;
    position: absolute;
    top: 0.2vw;
    left: 1.08333vw;
    box-shadow: 0 0 2px 2px #ee807c;
    opacity: 0.5;
    display: none !important;
}

.section03 .con ul li .inner .circle2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: 3.5vw;
    left: 3.08333vw;
    z-index: 2;
}

.section03 .con ul li:nth-of-type(1) .inner .circle2 {
    top: 3.5vw;
}

.section03 .con ul li:nth-of-type(2) .inner .circle2 {
    top: 2.9vw;
}

.section03 .con ul li:nth-of-type(3) .inner .circle2 {
    top: 3.1vw;
}

.section03 .con ul li:nth-of-type(4) .inner .circle2 {
    top: 3vw;
}

.section03 .con ul li .inner .circle2 span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    /* box-shadow: 0 0 10px 4px #0d3966; */
    border: 2px solid #0d3966;
}

.section03 .con ul li .inner .circle2::after {}

.circle2:before,
.circle2:after {
    position: absolute;
    background: #0d3966;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}

.circle2:before {
    animation: wave-animate 3s infinite ease-out;
}

.circle2:after {
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;
}

@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 0.4;
        transform-origin: center;
    }
    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center;
    }
}

.section03 .con ul li .txt {
    opacity: 1;
    transition: all .6s;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.section03 .con ul li:nth-child(2) .inner {
    top: 27px;
    top: 1.40625vw;
}

.section03 .con ul li:nth-child(3) .inner {
    top: 103px;
    top: 5.36458vw;
}

.section03 .con ul li:nth-child(4) .inner {
    top: 90px;
    top: 5.6875vw;
}

.section03 .con ul li:nth-child(5) .inner {
    top: 20px;
    top: 1.04166vw;
}

.section03 .con ul li:nth-child(6) .inner {
    top: 53px;
    top: 2.760416vw;
}

.section03 .con ul li a {
    display: block;
}

.section03 .con ul li dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .6s;
    transform: scale(0.8);
    transition-delay: .3s;
    z-index: 100;
}

.section03 .con ul li dl dt {}

.section03 .con ul li dl dt .img {
    height: 204px;
    overflow: hidden;
    height: 15.2984vw;
}

.section03 .con ul li dl dt .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section03 .con ul li dl dd {
    padding-top: 15px;
    padding-top: 0.78125vw;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.section03 .con ul li dl dd strong,
.section03 .con ul li .txt strong {
    display: block;
    font-size: 18px;
    font-size: 0.9375vw;
    color: #000;
    font-weight: normal;
}

.section03 .con ul li .txt p,
.section03 .con ul li dl dd p {
    font-size: 14px;
    font-size: 0.7291vw;
}

.section03 .con ul li:hover .inner {
    background-image: url(../images/cir2.png) no-repeat center 2.9691vw/2.08333vw;
}

.section03 .con ul li:hover .inner: {}

.section03 .con ul li:hover .txt strong,
.section03 .con ul li:hover .txt p {
    color: #0d3966;
}

.section03 .con ul li:hover dl {
    opacity: 1;
    transform: scale(1);
}

.section04 .tableCell {}

.section04 .stop {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: url(../images/bg004.jpg) no-repeat right bottom/cover;
}

.section04 .mcon {
    padding: 0 12.5vw;
    padding-top: 80px;
}


/* position:relative;top:50%;transform:translate(0,-50%); */

.section04 .con {
    /* padding:0 165px;margin-top:48px;padding:0 8.59375vw; */
    width: 1200px;
    width: 57.55208vw;
    margin: 0 auto;
    margin-top: 2.5vw;
}

.section04 .sleft {
    width: 30vw;
    padding-top: 6vw;
    margin-right: .2vw;
}

.section04 .sright {
    padding-top: 75px;
    width: 620px;
    width: 25vw;
    padding-top: 3.90625vw;
}

.section04 .ad {
    margin-top: 35px;
    background: url(../images/s02t.png) no-repeat left center;
    height: 77px;
    line-height: 77px;
    font-size: 32px;
    color: #333;
}

.section04 .desc {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    margin-top: 25px;
    margin-top: 1.30208vw;
    width: 620px;
}

.section04 .more {
    margin: 0;
    margin-top: 45px;
    margin-top: 2.34375vw;
}

.section05 .footer {
    min-width: 1200px;
    margin: 0 auto;
    /* margin-top:100px; */
}

.footer {
    padding-top: 77px;
    padding-bottom: 75px;
    background-color: #0d3966;
}

.footer .flist {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer .list {
    display: inline-block;
    text-align: center;
    width: 33.332%;
    border-right: dashed 1px #284f76;
    box-sizing: border-box;
}

.flist .list:nth-child(2) ul li {
    padding: 10px;
}

.flist ul li {
    position: relative;
}

.flist dl dt {
    position: relative;
}

.flist .wx {
    width: 150px;
    position: absolute;
    top: -57px;
    z-index: 99;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    display: none;
    transition: all .6s;
}

.flist .wx img {
    display: block;
    width: 150px;
    height: 150px;
}


/* .flist ul li:hover .wx{display:block;opacity:1;} */

@media screen and (max-width:1600px) {
    .footer .list:nth-child(2) {
        width: 28%;
    }
    .footer .list:nth-child(3) {
        width: 42%;
    }
}

.footer dl dt {
    background: url(../images/dot.png) no-repeat center bottom;
    padding-bottom: 40px;
}

.footer dl dt strong {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.footer dl dd {
    text-align: center;
    padding-top: 30px;
}

.footer dl dd ul {
    display: inline-block;
}

.footer dl dd ul li {
    display: inline-block;
    padding: 0 6px;
}

.footer dl dd ul li a {
    display: block;
    position: relative;
}

.footer dl dd ul li span {
    color: #abc1d8;
    font-size: 16px;
    display: block;
    padding-top: 15px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.footer dl dd ul li:hover span {
    color: #fff;
}

.footer dl dd ul li .no {
    display: none;
}

.footer dl dd ul li:hover .no {
    display: block;
}

.footer dl dd ul li:hover .bl {
    display: none;
}

.fcon {
    text-align: left;
    display: inline-block;
}

.fcon p {
    color: #9cb5d0;
    font-size: 14px;
    padding-left: 40px;
    margin-top: 20px;
    white-space: nowrap;
}

.fcon p:nth-child(1) {
    background: url(../images/fc01.png) no-repeat left center;
}

.fcon p:nth-child(2) {
    background: url(../images/fc02.png) no-repeat 4px center;
}

.fcon p span {
    display: inline-block;
    width: 85px;
    position: relative;
    margin-right: 20px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.fcon p span::after {
    width: 1px;
    height: 100%;
    display: inline-block;
    content: '';
    background-color: #284f76;
    position: absolute;
    right: 0;
    top: 0;
}

.fcon p strong {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.nbanner {
    clear: both;
    padding-top: 100px;
    background-color: #f9f9f9;
}

.menubg {
    border-bottom: solid 1px #eff6e7;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

.location,
.location a {
    font-size: 14px;
    color: #999;
}

.location {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.location .home {
    background: url(../images/home.jpg) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 27px;
}

.smenu ul li {
    display: inline-block;
    margin-right: 35px;
}

.smenu ul li:last-child {
    margin-right: 0;
}

.smenu ul li a {
    font-size: 14px;
}

.smenu ul li.active {
    margin-left: 0;
    padding-left: 35px;
    background: url(../images/jz.png) no-repeat left center;
}

.smenu ul li.active a {
    color: #0c3866;
}

.mbg {
    clear: both;
    padding: 85px 0;
}

.mbg {
    position: relative;
    clear: both;
}

.mbg.active {
    min-height: 1087px;
    box-sizing: border-box;
}

.mbg.active::before {
    width: 100%;
    height: 1138px;
    display: inline-block;
    content: '';
    background: url(../images/bbpbg.jpg) no-repeat top;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1;
}

.mbg .warpper {
    position: relative;
    z-index: 2;
}

.brtop .pname {
    color: #31af9d;
    font-size: 44px;
    /*text-transform:uppercase;*/
    line-height: 30px;
    font-family: 'Alibaba-PuHuiTi-Heavy';
}

.brtop .desc {
    font-size: 16px;
    line-height: 42px;
    margin-top: 55px;
    text-align: justify;
}

.brtop .bl {
    width: 440px;
    padding-top: 15px;
}

.brtop .br {
    width: 600px;
}

.brtop .tlogo {
    text-align: right;
}

.brtop .bb {
    margin-top: 85px;
}

.brbot .bl {
    width: 780px;
    padding-top: 75px;
}

.brbot .br {
    width: 300px;
    font-size: 16px;
    line-height: 42px;
    text-align: justify;
}

.brbot .br span {
    font-size: 36px;
    color: #31af9d;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.prolist {
    clear: both;
}

.prolist ul {
    margin-right: -13px;
}

.prolist ul li {
    display: inline-block;
    width: 290px;
    height: 328px;
    text-align: center;
    float: left;
    margin-right: 13px;
    padding-top: 30px;
}

.prolist ul li .inner {
    background-color: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.prolist ul li .img {
    height: 230px;
    text-align: center;
    line-height: 230px;
}

.prolist ul li .img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


/* .prolist ul li:nth-child(n) .inner{top:-30px;} */


/* .prolist ul li:nth-child(2n) .inner{top:0;} */

.prolist ul li a {
    display: block;
    position: relative;
    height: 270px;
}

.prolist ul li a::after {
    width: 100%;
    height: 100%;
    background: url(../images/yan.png) no-repeat rgba(12, 56, 102, 0.8) center;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
}

.prolist ul li .txt {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 40px;
}

.prolist ul li .txt span {
    display: block;
    width: 100%;
    color: #333;
}

.prolist ul li:hover a::after {
    opacity: 1;
}

.atitle {
    text-align: center;
    color: #0c3866;
    font-size: 24px;
    padding-top: 45px;
}

.atitle span {
    display: inline-block;
    position: relative;
    padding-bottom: 17px;
}

.atitle span::after {
    width: 22px;
    height: 2px;
    display: inline-block;
    content: '';
    background-color: #0c3866;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 0;
}

.aboutus {
    clear: both;
}

.aboutus01 {
    padding: 60px 0;
}

.aboutus01 .desc {
    font-size: 18px;
    line-height: 46px;
    background: url(../images/ryin.png) no-repeat right bottom;
    position: relative;
    padding-bottom: 35px;
    margin-top: 45px;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.aboutus01 .desc strong {
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.aboutus01 .desc::after {
    width: 52px;
    display: inline-block;
    height: 41px;
    background: url(../images/sying.jpg) no-repeat left top;
    content: '';
    position: absolute;
    top: -41px;
    left: -90px;
}

.aboutus02 {
    background: url(../images/jybg02.jpg) no-repeat center top;
    height: 830px;
    padding-top: 165px;
    box-sizing: border-box;
}

.aboutus02 .t {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

.aboutus02 .t strong {
    font-family: 'Alibaba-PuHuiTi-Medium';
}

.aboutus02 .desc {
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.aboutus02 .aright {
    padding-top: 260px;
}

.aboutus02 .ltxt {
    margin-top: 85px;
    width: 654px;
    height: 230px;
    position: relative;
    float: left;
}

.aboutus02 .ltxt .inner {
    height: 230px;
    background-color: #0c3866;
    padding-left: 70px;
    padding-top: 45px;
    box-sizing: border-box;
    position: relative;
}

.aboutus02 .rtxt {
    width: 400px;
    height: 230px;
    background-color: #0c3866;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}

.aboutus02 .rtxt .inner {
    height: 230px;
    background-color: #0c3866;
    padding-left: 45px;
    padding-top: 45px;
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.aboutus02 dl {
    color: #fff;
}

.aboutus02 dl dt {
    font-size: 20px;
}

.aboutus02 dl dd {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.aboutus02 dl dd strong {
    font-family: 'Alibaba-PuHuiTi-Medium';
}

.aboutus02 .rtxt dl dd p:nth-child(1) {
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.aboutus02 .rtxt dl dd p:nth-child(1) {
    font-family: 'Alibaba-PuHuiTi-Light';
}

.aboutus02 .ltxt::before {
    background: url(../images/al02.png) no-repeat right top;
    width: 366px;
    height: 75px;
    display: inline-block;
    content: '';
    position: absolute;
    right: -36px;
    top: -58px;
}

.aboutus02 .ltxt strong,
.aboutus02 .rtxt strong {
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.aboutus02 .rtxt::before {
    background: url(../images/ar02.png) no-repeat right top;
    width: 275px;
    height: 64px;
    display: inline-block;
    content: '';
    position: absolute;
    left: -130px;
    top: -62px;
    z-index: 1;
}

.aboutus02 .inner {
    position: relative;
    z-index: 22;
}


/* .aboutus02 .rtxt::after {

	background: url(../images/mao.png) no-repeat right top;

	width: 220px;

	height: 196px;

	display: inline-block;

	content: '';

	position: absolute;

	right: 0;

	top: -196px;

} */

.aboutus03 {}

.aboutus04 {}

.aboutus05 {
    background: url(../images/fzlcbg.jpg) no-repeat bottom;
    height: 806px;
}

.aboutus .ititle h3 span {
    color: #0c3866;
    font-size: 24px;
}

.aboutus .ititle h3 span::before,
.aboutus .ititle h3 span::after {
    background-color: #0c3866;
}

.aboutus03 {
    padding-top: 75px;
    padding: 80px;
}

.aboutus03 .con {
    margin-top: 55px;
    position: relative;
    padding-bottom: 25px;
}

.aboutus03 .swiper-container {
    padding-bottom: 138px;
}

.aboutus03 .swiper-pagination {
    bottom: 0;
}

.aboutus03 .swiper-pagination .swiper-pagination-bullet {
    background: url(../images/c1.png) no-repeat center;
    width: 25px;
    height: 35px;
}

.aboutus03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/c2_.png) no-repeat center;
}

.aboutus03 .lbg {
    width: 138px;
    height: 92px;
    display: inline-block;
    content: '';
    background: url(../images/al3bg.png) no-repeat left top;
    position: absolute;
    top: 323px;
    left: -60px;
    z-index: 11;
}

.aboutus03 .con .rbg {
    background: url(../images/ar2bg.png) no-repeat right bottom;
    width: 100%;
    height: 105px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 330px;
    z-index: 11;
}

.aboutus03 .con::before {
    width: 100%;
    height: 1px;
    display: inline-block;
    content: '';
    background-color: #d7d7d7;
    position: absolute;
    top: 0;
    left: 0;
}

.aboutus03 .img {
    position: relative;
}

.aboutus03 .txt {
    width: 600px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 70px;
}

.aboutus03 .txt .t {
    font-size: 20px;
    color: #333;
    padding-left: 28px;
    background: url(../images/arow.png) no-repeat left center;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.aboutus03 .txt .d {
    font-size: 16px;
    line-height: 40px;
    margin-top: 45px;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.aboutus04 {
    padding-top: 107px;
    padding-bottom: 72px;
    background-color: #f9f9f9;
}

.aboutus04 .con {
    margin-top: 40px;
    position: relative;
}

.aboutus04 .con::after {
    display: inline-block;
    background: url(../images/r04bg.png) no-repeat right top;
    height: 456px;
    width: 160px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 11;
}

.aboutus04 .prev,
.aboutus04 .next {
    width: 36px;
    height: 30px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 137px;
}

.aboutus04 .prev {
    left: -66px;
    background: url(../images/hleft.png) no-repeat left center;
}

.aboutus04 .next {
    right: -66px;
    background: url(../images/hright.png) no-repeat right center;
}

.aboutus04 ul li {
    width: 218px;
    display: inline-block;
    float: left;
    margin-right: 40px;
    text-align: center;
}

.aboutus04 ul li .img {
    height: 304px;
    overflow: hidden;
}

.aboutus04 ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.aboutus04 ul li .txt {
    padding-top: 10px;
}

.aboutus04 ul li .txt strong {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: normal;
}

.aboutus04 ul li .txt p {
    font-size: 14px;
    color: #999;
}

.aboutus04 ul li:hover .img img {
    transform: scale(1.05);
}

.aboutus05 {
    padding-top: 108px;
    background: url(../images/fzlcbg.jpg) no-repeat center bottom;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.aboutus05 .con {
    margin-top: 40px;
}

.aboutus05 .dragCont {
    width: 517px;
    padding-right: 30px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.dragWarp {
    width: 3px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.dragColor {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ededed;
}

.dragBar {
    width: 3px;
    height: 75px;
    background-color: #0c3866;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.year {
    height: 56px;
    line-height: 56px;
    position: relative;
}


/* .year::before,

.year::after

{width:470px;height:100%;display:inline-block;content:'';z-index:99;position:absolute;top:0;}

.year::before{left:0;background:url(../images/yearbg.png) no-repeat ;left center;}

.year::after{right:0;background:url(../images/yearbg.png) no-repeat right center;}

 */

.year .prev,
.year .next {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 22;
}

.year .prev {
    left: 0;
    background: url(../images/yleft.png) no-repeat left center/100% 100%;
}

.year .next {
    left: 128px;
    background: url(../images/yright.png) no-repeat left center/100% 100%;
}

.year ul li {
    width: 12.5%;
    text-align: center;
}

.year ul li span {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    font-family: Arial;
}

.year ul li.swiper-slide-active {}

.year ul li.swiper-slide-active span {
    font-size: 36px;
}

.aboutus05 .info {
    padding-top: 50px;
}

.aboutus05 .info .img {
    width: 600px;
    float: left;
    height: 400px;
    overflow: hidden;
}

.aboutus05 .info .txt {
    width: 547px;
    float: right;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.aboutus05 .txt::before {
    width: 1px;
    height: 100%;
    background-color: #ededed;
    display: inline-block;
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
}

.aboutus05 .list ul li {
    position: relative;
    padding-left: 42px;
    padding-bottom: 37px;
}

.aboutus05 .list .y {
    font-size: 26px;
    color: #0c3866;
    position: relative;
}

.aboutus05 .list ul li .y::before {
    width: 12px;
    height: 12px;
    background-color: #0c3866;
    display: inline-block;
    content: '';
    position: absolute;
    left: -42px;
    top: 12px;
    border-radius: 50%;
}

.aboutus05 .list .d {
    font-size: 16px;
    color: #999999;
}

.newslist ul li {
    padding: 50px 0;
    border-bottom: solid 2px #f1f1f1;
}

.newslist ul li a {
    display: block;
    overflow: hidden;
}

.newslist ul li .nleft {
    width: 154px;
}

.newslist ul li .nright {
    width: 955px;
    overflow: hidden;
}

.newslist ul li .img {
    width: 305px;
    float: left;
}

.newslist ul li .txt {
    width: 575px;
    float: right;
}

.newslist ul li .time {
    font-family: Arial;
    height: 140px;
    position: relative;
}

.newslist ul li .time::before {
    width: 32px;
    height: 2px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    background-color: #f2f2f2;
}

.newslist ul li .time strong {
    font-size: 50px;
    color: #000;
    font-weight: bold;
}

.newslist ul li .time span {
    display: block;
    font-size: 30px;
    color: #ccc;
    font-weight: bold;
}

.newslist ul li .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: 'Microsoft YaHei UI';
}

.newslist ul li .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    font-family: 'Microsoft YaHei UI';
}

.newslist ul li .nmore {
    width: 154px;
    height: 40px;
    background: #f2f2f2;
    text-align: center;
}

.newslist ul li .nmore span {
    background: url(../images/gw.png) no-repeat center;
    display: block;
    height: 100%;
}

.newslist ul li:hover {
    border-color: #0c3866;
}

.newslist ul li:hover .time strong {
    color: #0c3866;
}

.newslist ul li:hover .time span {
    color: #000;
}

.newslist ul li:hover .nmore {
    background-color: #0c3866;
}

.newslist ul li:hover .nmore span {
    background-image: url(../images/wm.png);
}

.m-page {
    clear: both;
    padding-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-page a {
    display: inline-block;
    border: solid 1px #dedede;
    text-align: center;
    width: 73px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 20px;
    font-family: Arial;
    border-radius: 5px;
}

.m-page a.first {
    background: url(../images/pleft.png) no-repeat center;
}

.m-page a.last {
    background: url(../images/pright.png) no-repeat center;
}

.m-page a:hover {
    background-color: #0c3866;
    border-color: #0c3866;
    color: #FFF;
}

.cleft {
    width: 465px;
}

.cright {
    width: 550px;
    padding-top: 55px;
}

.cleft h3 {
    color: #0c3866;
    font-size: 52px;
    position: relative;
    padding-bottom: 23px;
}

.cleft h3::after {
    width: 22px;
    height: 3px;
    display: inline-block;
    content: '';
    background-color: #0c3866;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cleft p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.cleft dd {
    margin-top: 38px;
}

.clist {
    padding-top: 32px;
}

.clist ul {
    margin-top: -24px;
}

.clist ul li {
    font-size: 16px;
    margin-top: 24px;
    padding-left: 47px;
}

.clist ul li:nth-child(1) {
    background: url(../images/c01.png) no-repeat left center;
}

.clist ul li:nth-child(2) {
    background: url(../images/c02.png) no-repeat left center;
}

.clist ul li:nth-child(3) {
    background: url(../images/c03.png) no-repeat left center;
}

.message .row {
    border-bottom: solid 2px #e5e5e5;
    padding-top: 10px;
}

.message .txt_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 47px;
    box-sizing: border-box;
    font-size: 14px;
}

.message .txt_input.txt_name {
    background: url(../images/ms01.png) no-repeat left center;
}

.message .txt_input.txt_phone {
    background: url(../images/ms02.png) no-repeat left center;
}

.message .txt_input.txt_msgc {
    background: url(../images/ms03.png) no-repeat left center;
}

.message .txt_input.txt_code {
    background: url(../images/ms04.png) no-repeat left center;
}

.message .end {
    padding-top: 20px;
}

.btntj {
    width: 100px;
    height: 34px;
    background-color: #0c3866;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.map {
    margin-top: 50px;
}

.cpname {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.bimg {
    width: 598px;
    height: 404px;
    border: 1px solid #eff6e7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bimg img {
    display: inline-block;
    max-width: 100%;
    min-height: 100%;
    vertical-align: middle;
}

.rinfo {
    width: 570px;
    height: 406px;
    position: relative;
}

.rinfo .tx .t {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.rinfo .tx .d {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.rinfo .ms {
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.rinfo .ms .t {
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
}

.rinfo .ms .d {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.rinfo .td ul li {
    display: inline-block;
    margin-right: 53px;
    text-align: center;
    width: auto;
    font-family: 'Alibaba-PuHuiTi-Light';
}

.buy {
    width: 120px;
    line-height: 34px;
    text-align: center;
    border: solid 1px #0c3866;
    text-align: center;
}

.buy a {
    display: block;
    color: #0c3866;
    font-size: 14px;
    font-family: '微软雅黑';
}

.buy a:hover {
    background-color: #0c3866;
    color: #fff;
}

.rinfo .buy {
    position: absolute;
    left: 0;
    bottom: 0;
}

.xqtop {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 40px;
}

.xqbot {
    padding-top: 40px;
    overflow: hidden;
}

.xqbot ul {
    margin-right: -15px;
    margin-top: -15px;
}

.xqbot ul li {
    width: 390px;
    height: 317px;
    background-color: #f8f8f8;
    text-align: center;
    margin-right: 15px;
    float: left;
    display: inline-block;
    margin-top: 15px;
}

.xqbot ul li .img {
    height: 230px;
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 14px;
}

.xqbot ul li .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.xqbot ul li .txt {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding-top: 10px;
}

.xqbot ul li .txt span {
    display: block;
    width: 100%;
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.xqbot ul li:hover .img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1600px) {
    /* .section03 .con ul li:nth-child(1) .inner {

		top: 0.3vw;

	} */
    /* .section03 .con ul li:nth-child(2) .inner {

		top: 1.10625vw;

	} */
    .section03 .con ul li:nth-child(3) .inner {
        top: 5.4vw;
    }
    .section03 .con ul li:nth-child(4) .inner {
        top: 5.5vw;
    }
    .section03 .con ul li:nth-child(5) .inner {
        top: 1.04166vw;
    }
    .section03 .con ul li:nth-child(6) .inner {
        top: 2.760416vw;
    }
}

@media screen and (max-width: 1440px) {
    /* .section03 .con ul li:nth-child(1) .inner {

		top: 0.4vw;

	} */
    .section03 .con ul li:nth-child(2) .inner {
        top: 1.5vw;
    }
    .section03 .con ul li:nth-child(3) .inner {
        top: 5.4vw;
    }
    /* .section03 .con ul li:nth-child(4) .inner {

		top: 7.8vw;

	} */
}

@media screen and (max-width: 1366px) {
    /* .section03 .con ul li:nth-child(1) .inner {

		top: 1.3vw;

	} */
    .section03 .con ul li:nth-child(2) .inner {
        top: 1.3vw;
    }
    /* .section03 .con ul li:nth-child(3) .inner {

		top: 4.7vw;

	} */
    .section03 .con ul li:nth-child(4) .inner {
        top: 5.4vw;
    }
}

@media screen and (max-width: 1280px) {
    .section03 .con ul li:nth-child(1) .inner {
        top: 1.5vw;
    }
    .section03 .con ul li:nth-child(2) .inner {
        top: 1.4vw;
    }
    .section03 .con ul li:nth-child(3) .inner {
        top: 5.1vw;
    }
    .section03 .con ul li:nth-child(4) .inner {
        top: 6.6vw;
    }
}

@media screen and (max-width: 1200px) {
    .section03 .con ul li:nth-child(1) .inner {
        top: -0.3vw;
    }
    .section03 .con ul li:nth-child(2) .inner {
        top: 1.4vw;
    }
    .section03 .con ul li:nth-child(3) .inner {
        top: 5.2vw;
    }
    .section03 .con ul li:nth-child(4) .inner {
        top: 5.6vw;
    }
}

.logo img {
    width: 140px !important;
}
.list-body p img{
    margin-top: -5px;
}