@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: normal normal 0.32rem/1 sans-serif;
    color: #000;
    background: #fff;
}

textarea, input {
    font: normal normal 0.28rem/1.5 sans-serif;
}

img {
    display: block;
    border: none;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

input[type=button], input[type=submit], input[type=file], input[type=reset], button {
    cursor: pointer;
    -webkit-appearance: none;
}

body, p, ol, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal normal 0.28rem/1.5 sans-serif;
}

button {
    font: normal normal 0.28rem/1.5 sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.i100 {
    overflow: hidden;
}

.i100 > img {
    width: 100%;
}

.i200 {
    overflow: hidden;
}

.i200 > img {
    height: 100%;
}

.i300 {
    overflow: hidden;
}

.i300 > img {
    width: 100%;
    height: 100%;
}

a > img {
    width: 100%;
}

.to1 {
    overflow: hidden;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a1 {
    position: relative;
}

.a1 > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

input {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

select {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

button {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
}

textarea {
    border: 0;
    display: block;
    outline: none;
    background: none;
    box-sizing: border-box;
    resize: none;
}

.to2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.to10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.max-width {
    width: 1200px;
}

.fL {
    float: left;
}

.fR {
    float: right;
}
.head-a1{
    width:100%;
}
.head-a1-box{
    margin:0 auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:120px;
}
.head-a1-fl{
    width:465px;
    height:66px;
}
.head-a1-fr p img{
    width:30px;
    height:30px;
    margin-right:2px;
    display:inline-block;
    vertical-align: middle;
}
.head-a1-fr p span{
    font-size:18px;
    color:#000000;
}
.head-a1-fr h1{
    color:#013759;
    font-size:26px;
    font-weight: bolder;
}
.hd1-c1 {
    width: 100%;
    height: 66px;
    background: #02314f;
    position: relative;
    z-index: 1;
}

.hd1-c2 {
    width:1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.hd1-c3 {
    height: 100%;
    padding: 0 32px;
    position: relative;
    display: inline-block;
    margin: 0 -3px;
}
.hd1-c3:first-child{
    padding-left:0;
}
.hd1-c3:last-child{
    padding-right:0;
}
.hd1-c3 > b {
    width: 2px;
    height: 16px;
    position: absolute;
    top: calc(50% - 16px / 2);
    left: 0;
    background: #1b425b;
}

.hd1-c3:first-child > b {
    display: none;
}

.hd1-c3 > div {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.hd1-c3.on1 > div {
    width: calc(100% + 2px);
    left: -1px;
}

.hd1-c3 > span {
    font-size: 16px;
    line-height: 66px;
    color: #fff;
    position: relative;
}

.hd1-c3 > span > img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.hd1-c3.on1 > span {
    color: #fff;
}

.hd1-c3 > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.hd1-c3 > ul li {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hd1-c3 > ul li:last-child {
    border-bottom: 0;
}

.hd1-c3 > ul li div {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    transition: 0.5s;
}

.hd1-c3 > ul li.on1 div {
    width: 100%;
    left: 0;
}

.hd1-c3 > ul li span {
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    position: relative;
}

.hd1-c3 > ul li.on1 span {
    color: #fff;
}
.banner{
    width:100%;
    height:680px;
    overflow: hidden;
    position:relative;
}
.banner .swiper-slide{
    width:100%;
    height:680px;
}
.banner .swiper-pagination-bullet{
    background:#fff;
    opacity:1;
    width:10px;
    height:10px;
}
.banner .swiper-pagination-bullet-active{
    width:20px;
    height:20px;
    background-image:url("../img/a04.png")!important;
    background-size:100% 100%!important;
    background:none;
}
.banner .swiper-pagination-bullet{
    margin:0 7px;
    outline:none;
}
.banner .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .swiper-pagination1 {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.title{
    text-align: center;
    font-size:48px;
    color:#333;
    font-weight:bolder;
    line-height:48px;
    padding-top:80px;
}
.index-a1{
    margin:0 auto;
}
.index-a1-box{
    padding-top:30px;
    display: flex;
    justify-content: center;
}
.index-a1-box ul{
    display:inline-flex;
}
.index-a1-box ul li{
    display:inline-block;
    color:#333333;
    font-size:16px;
    height:42px;
    line-height:42px;
}
.index-a1-box ul li a{
    padding:0 40px;
    border-right:1px solid #000000;
}
.index-a1-box>a{
    color:#333333;
    font-size:16px;
    display:inline-block;
    height:42px;
    line-height:42px;
    padding:0 40px;
}
.index-a1-box .on1{
    background:#0b3050;
    border-radius:5px;
    transition:.2s;
    color:#fff;
}
.index-a1-box .on1 a{
    color:#fff;
    font-weight: bolder;
    border:none;
    transition:.2s;
}
.index-a1-line{
    padding-top:30px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-a1-list{
    width:590px;
    height:330px;
    position:relative;
    margin-bottom:22px;
}
.index-a1-list>i{
    display:block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.index-a1-list>i img{
    transition:.2s;
}
.index-a1-list:hover i img{
    transform: scale(1.06);
    transition:.2s;
}
.index-a1-list p{
    position:absolute;
    width:100%;
    bottom:26px;
    left:32px;
    font-size:24px;
    color:#fff;
    font-weight: bolder;
    align-items: center;
    display:inline-flex;
}
.index-a1-list p img{
    width:28px;
    height:11px;
    margin-left:12px;
}
.index-a2{
    padding-top:35px;
    margin:0 auto;
    position: relative;
    margin-bottom:80px;
}
.index-a2 .swiper-wrapper{
    width:1106px;
    margin:0 auto;
}
.index-a2 .swiper-container{
    width:100%;
}
.index-a2 .swiper-wrapper .swiper-slide{
    display:flex;
}
.index-a2-list{
    width:256px;
    height:240px;
    border:1px solid rgba(0,55,85,.3);
    margin-right:26px;
    position: relative;
}
.index-a2-list:last-child{
    margin-right:0;
}
.index-a2-list>i{
    display:block;
    width:254px;
    height:240px;
}
.index-a2-list div{
    position:absolute;
    bottom:-2px;
    left:0;
    width:100%;
    text-align: center;
    height:56px;
    background:rgba(233,240,244,.7);
    border-bottom:1px solid rgba(0,55,85,.3);
}
.index-a2-list div p{
    line-height:56px;
    color:#333333;
    font-size:18px;
    width:100%;
}
.index-a2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:none;
    font-size:26px;
    color:#fff;
    font-family:simHei;
    width:34px;
    height:67px;
    line-height:67px;
    text-align: center;
    background:#003755;
    font-weight: bolder;
    border-radius:0 10px 10px 0;
    right:0;
}
.index-a2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:none;
    font-size:26px;
    color:#fff;
    font-family:simHei;
    width:34px;
    height:67px;
    line-height:67px;
    text-align: center;
    background:#003755;
    font-weight: bolder;
    border-radius:10px 0 0 10px;
    left:0;
}
.index-a3{
    width:100%;
    background:rgba(0,0,0,.8);
    height:868px;
}
.index-a3 .title{
    color:#fff;
    margin-bottom:25px;
}
.index-a3 .title-a2{
    color:#fff;
    font-size:16px;
    margin-bottom:35px;
    text-align: center;
}
.index-a3-box{
    width:100%;
    display:flex;
}
.index-a3-list{
    width:403px;
    height:655px;
    position:relative;
    border-right:12px solid #292929;
}
.index-a3-list:last-child{
    border:none;
}
.index-a3-list-a1{
    width:100%;
    height:100%;
}
.index-a3-list-a2{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    display:table;
}
.index-a3-list-a2 div{
    display:table-cell;
    vertical-align:middle;
}
.index-a3-list-a2 p{
    text-align:center;
    font-size:24px;
    color:#fff;
    margin-bottom:25px;
    font-weight: bolder;
}
.index-a3-list-a2 i{
    display:block;
    margin:0 auto;
    width:46px;
    height:4px;
    background:#fff;
}
.index-a3-list-a3{
    /*width:553px;*/
    height:337px;
    color:#fff;
    padding-top:56px;
    padding-left:70px;
    background:rgba(2,49,79,.8);
    padding-right:82px;
    opacity:0;
    position:absolute;
    bottom:80px;
    left:50%;
    transform: translate(-50%);
    transition:.4s;
}
.index-a3-list-a3 p{
    font-weight: bolder;
    font-size:24px;
    margin-bottom:30px;
}
.index-a3-list-a3 span{
    font-size:16px;
    line-height:36px;
    display: block;
    margin-bottom:20px;
}
.index-a3-box .on1{
    width:690px;
    transition:.4s;
}
.index-a3-box .on1 .index-a3-list-a3{
    width:553px;
    opacity:1;
    transition:.4s;
}
.index-a3-box .on1 .index-a3-list-a2{
    opacity:0;
}
.index-a4{
    margin:0 auto;
}
.index-a4 ul{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding-top:28px;
}
.index-a4 ul li.on1 {
    background: #0b3050;
    border-radius: 5px;
    transition: .2s;
    color: #fff;
}
.index-a4 ul li {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.index-a4 ul li a {
    padding: 0 40px;
    border-right: 1px solid #000000;
}
.index-a4 ul li:last-child a{
    border:none;
}
.index-a4-box{
    padding-top:33px;
}
.index-a4-fl{
    width:548px;
    height:395px;
    position:relative;
}
.index-a4-fl>i{
    display:block;
    width:100%;
    height:100%;
}
.index-a4-fl-bot{
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(11,48,80,.8);
    width:100%;
    height:68px;
    padding:0 40px;
}
.index-a4-fl-bot p{
    font-size:16px;
    color:#fff;
    line-height:68px;
}
.index-a4-fr{
    width:625px;
}
.index-a4-fr-list{
    width:100%;
    height:156px;
    background:#f8f8f8;
    padding-right:30px;
    margin-bottom:20px;
}
.index-a4-fr-list>i{
    display:block;
    width:219px;
    height:100%;
}
.index-a4-fr-text{
    width:344px;
    display:table;
    height:100%;
}
.index-a4-fr-text>div{
    display:table-cell;
    vertical-align: middle;
}
.index-a4-fr-text>div h1{
    font-size:18px;
    color:#333;
    margin-bottom:12px;
}
.index-a4-fr-text>div p{
    font-size:16px;
    color:#666666;
    line-height:32px;
    margin-bottom:6px;
}
.index-a4-fr-text>div a img{
    width:28px;
    height:11px;
}
.index-a4-more{
    display:block;
    width:100%;
    height:42px;
    background:#f8f8f8;
    line-height:42px;
    text-align:center;
    color:#0b3050;
    font-size:18px;
    font-weight: bolder;
}
.index-a4-block{
    display:none;
}
.index-a5{
    width:100%;
    height:583px;
    background-image:url("../img/a22.png");
    background-size:100% 100%;
    margin-top:80px;
}
.index-a5-box{
    display:table;
    height:100%;
    margin:0 auto;
}
.index-a5-box1{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}
.index-a5-fl{
    width:597px;
    height:100%;
    display:table;
}
.index-a5-fl-box{
    display:table-cell;
    vertical-align: middle;
    height:100%;
}
.index-a5-fl-box>h1{
    font-size:44px;
    color:#333333;
    margin-bottom:30px;
}
.index-a5-fl-box>h2{
    color:#333;
    font-size:16px;
    margin-bottom:10px;
    font-weight:bolder;
}
.index-a5-fl-box>p{
    font-size:16px;
    color:#333;
    line-height:32px;
    padding-bottom:30px;
}
.index-a5-fl-more{
    display:flex;
    border:1px solid #3e6077;
    border-radius:5px;
    width:137px;
    align-items: center;
    justify-content: center;
    height:42px;
}
.index-a5-fl-more img{
    width:28px;
    height:11px;
}
.index-a5-fl-more span{
    font-size:18px;
    color:#02314f;
    margin-right:8px;
}
.index-a5-fr{
    width:555px;
    height:100%;
    display:table;
}
.index-a5-fr p{
    width:100%;
    height:380px;
    display:table-cell;
    vertical-align: middle;
}
.text{
    font-size:16px;
    color:#333333;
    text-align:center;
    padding-top:30px;
}
.index-a6{
    margin:0 auto 70px;
}
.index-a6-box{
    padding-top:32px;
}
.index-a6-fl{
    width:700px;
}
.index-a6-fl-box1{
    height:230px;
    width:100%;
    background:#f8f8f8;
    display:table;
    padding:0 45px;
    margin-bottom:15px;
}
.index-a6-fl-box1>div{
    height:100%;
    width:100%;
    display:table-cell;
    vertical-align:middle;
}
.index-a6-fl-box1>div h1{
    font-size:24px;
    color:#02314f;
    margin-bottom:16px;
    font-weight:bolder;
}
.index-a6-fl-box1>div p{
    color:#333333;
    font-size:16px;
    line-height:32px;
    margin-bottom:20px;
}
.index-a6-fl-box1>div a img{
    width:28px;
    height:11px;
}
.index-a6-fl-box2{
    width:100%;
    display:flex;
    justify-content:space-between;
    height:230px;
}
.index-a6-fl-box2>div{
    width:343px;
    height:100%;
    position:relative;
}
.index-a6-fl-box2>div p{
    width:100%;
    height:54px;
    background:rgba(2,49,79,.8);
    padding:0 42px;
    color:#fff;
    line-height:54px;
    font-size:20px;
    position:absolute;
    bottom:0;
    left:0;
}
.index-a6-fr{
    width:481px;
    background:#f8f8f8;
    height:475px;
    padding:35px 40px;
}
.index-a6-fr-title{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-bottom:19px;
    border-bottom:1px solid #d6dcdf;
    align-items: center;
}
.index-a6-fr-title h1{
    font-size:28px;
    color:#02314f;
}
.index-a6-fr-title a img{
    width:28px;
    height:11px;
}
.index-a6-fr-list{
    padding-top:28px;
}
.index-a6-fr-list:first-child{
    padding-bottom:20px;
    border-bottom:1px solid #d6dcdf;
}
.index-a6-fr-list h1{
    font-size:18px;
    color:#333333;
    font-weight:bolder;
    margin-bottom:20px;
}
.index-a6-fr-list p{
    font-size:16px;
    color:#333333;
}
.index-a6-fr-list div{
    font-size:16px;
    color:#666666;
    text-align:right;
}
.footer{
    width:100%;
    /*height:415px;*/
    background:#2b2b2b;
}
.footer-box{
    /*height:340px;*/
    margin:0 auto;
    color:#c8c8c8;
}
.footer-tit p{
    font-size:18px;
}
.footer-a1{
    display:table;
    height:100%;
    width:317px;
}
.footer-a1>div{
    padding-top:58px;
    position:relative;
    /*border-right:1px solid #3e3e3e;*/
}
.footer-a1>div::after{
    content:'';
    display:inline-block;
    width:1px;
    height:240px;
    background:#3e3e3e;
    position:absolute;
    right:0;
    top:19%;
}
.footer-tit img{
    padding-top:19px;
    padding-bottom:22px;
}
.footer-a1 a{
    display:inline-block;
    margin-bottom:18px;
    width: 49%;
}
/*.footer-a1 a:nth-child(1){*/
/*    display:inline-block;*/
/*    margin-right:100px;*/
/*}*/
/*.footer-a1 a:nth-child(2){*/
/*    display:inline-block;*/
/*}*/
/*.footer-a1 a:nth-child(3){*/
/*    display:inline-block;*/
/*    margin-right:80px;*/
/*}*/
/*.footer-a1 a:nth-child(4){*/
/*    display:inline-block;*/
/*}*/
.footer-a2{
    width:450px;
    margin-left:70px;
    display:table;
    height:100%;
}
.footer-a2>div{
   padding-top:58px;
    position:relative;
}
.footer-a2>div::after{
    content:'';
    display:inline-block;
    width:1px;
    height:240px;
    background:#3e3e3e;
    position:absolute;
    right:0;
    top:19%;
}
.footer-a2-line{
    display:flex;
    font-size:16px;
    color:#c8c8c8;
    margin-bottom:20px;
}
.footer-a2-line i{
    font-style:normal;
}
.footer-a2-line img{
    margin-right:20px;
}
.footer-a3{
    width:292px;
    margin-left:70px;
}
.footer-a3>div{
    padding-top:58px;
}
.footer-a3>div p{
    display: inline-flex;
    width:100%;
    justify-content: space-between;
}
.footer-a3>div p img{
    width:129px;
    height:129px;
}
.footer-box1{
    width:100%;
    height:75px;
    border-top:1px solid #3e3e3e;
}
.footer-box1-cen{
    display:flex;
    justify-content: space-between;
    margin:0 auto;
    align-items:center;
    color:#bebebe;
    height:100%;
    font-size:14px;
}
.footer-box1-cen p{
    font-size:14px;
}
.hd-title{
    padding-top:75px;
    padding-bottom:50px;
    text-align:center;
}
.hd-title div{
    font-size:48px;
    color:#02314f;
    margin-bottom:18px;
}
.hd-title p{
    color:#333333;
    font-size:18px;
}
.cp-a1{
    margin:0 auto 65px;
}
.cp-a2{
    width:100%;
    height:320px;
    background:#f8f8f8;
    margin-bottom:35px;
}
.cp-a2>i{
    display:block;
    width:400px;
    height:100%;
}
.cp-a2-fr{
    display:table;
    height:100%;
    width:580px;
    margin-right:68px;
}
.cp-a2-fr>div{
    display:table-cell;
    vertical-align:middle;
}
.cp-a2-fr h1{
    font-size:30px;
    color:#333333;
    margin-bottom:28px;
}
.cp-a2-fr p{
    font-size:18px;
    color:#333333;
    line-height:32px;
    margin-bottom:35px;
}
.cp-a2-fr .cp-a2-fr-img1{
    display:none;
}
.cp-a2-fr:hover .cp-a2-fr-img2{
    display:none;
}
.cp-a2-fr:hover .cp-a2-fr-img1{
    display:block;
}
.cp-a2-fr:hover .index-a5-fl-more{
    background:#02314f;
}
.cp-a2-fr:hover .index-a5-fl-more span{
    color:#fff;
}
.hd-banner{
    width:100%;
    height:380px;
}
.nav{
    width:100%;
    height:80px;
    background:#f8f8f8;
}
.nav-box{
    margin:0 auto;
    padding:0 26px;
}
.nav-box a{
    font-size:16px;
    color:#333333;
    line-height:80px;
}
.nav-box span{
    font-size:16px;
    color:#333333;
    line-height:80px;
}
.xq-a1{
    margin:0 auto 70px;
    padding-top:70px;
}
.xq-a1-fl{
    width:608px;
    height:432px;
    border:1px solid #f1f4f6;
}
.xq-a1-fr{
    width:545px;
    margin-left:45px;
}
.xq-a1-fr-title{
    min-width:422px;
    height:77px;
    padding:0 35px;
    background:rgba(230,240,244,.9);
    margin-bottom:50px;
}
.xq-a1-fr-title p{
    line-height:77px;
    font-size:30px;
    color:#02314f;
    white-space: nowrap;
}
.xq-a1-fr>p{
    font-size:20px;
    color:#333333;
    line-height:42px;
}
.xq-a1-fr>.index-a5-fl-more{
    background:#02314f;
    margin-top:40px;
}
.xq-a1-fr>.index-a5-fl-more span{
    color:#fff;
}
.xq-a2{
    margin:0 auto 50px;
}
.xq-a2-title{
    border-bottom:1px solid #ddd;
    position:relative;
    margin-bottom:45px;
}
.xq-a2-title h1{
    padding-bottom:30px;
    font-size:36px;
    color:#333;
    font-weight: bolder;
}
.xq-a2-title i{
    display:block;
    width:44px;
    height:6px;
    background:#02314f;
    border-radius:5px;
    position: absolute;
    bottom: -3px;
}
.xq-a2>p{
    font-size:16px;
    color:#333333;
    line-height:40px;
}
.xq-a2 img{
    max-width:100%;
    margin:0 auto;
}
.about-banner{
    width:100%;
    height:600px;
    position:relative;
}
.about-ban-a1{
    position:absolute;
    left:50%;
    transform: translate(-50%);
    top:70px;
}
.about-ban-a1 h1{
    font-size:44px;
    color:#02314f;
    font-weight:bolder;
    margin-bottom:25px;
}
.about-ban-a1 h2{
    font-size:16px;
    color:#333333;
    font-weight:bolder;
    margin-bottom:10px;
}
.about-ban-a1 p{
    width:726px;
    font-size:16px;
    color:#333;
    line-height:32px;
}
.about-a1{
    width:100%;
    height:678px;
    margin-top:70px;
    background-size:100% 100%;
    padding-top:68px;
    background-image:url("../img/a22.png");
    position:relative;
    margin-bottom:65px;
}
.about-a1-tit{
    color:#02314f;
    font-size:48px;
    font-weight:bolder;
    text-align: center;
}
.about-a1-img{
    position:absolute;
    top:57%;
    transform: translate(-50%,-50%);
    left:50%;
}
.about-a1-line{
    position:absolute;
    font-size:18px;
    color:#333;
}
.about-a1-line span{
    font-size:24px;
    color:#02314f;
    font-weight:bolder;
}
.about-a1-box{
    margin:0 auto;
    position:relative;
}
.about-a1-lin1{
    top: 64px;
    width: 327px;
    text-align: right;
    left:37px;
}
.about-a1-lin2{
    top: 204px;
    width: 288px;
    text-align: right;
    left:29px;
}
.about-a1-lin3{
    top: 351px;
    width: 329px;
    text-align: right;
    left:49px;
}
.about-a1-lin4{
    top: 64px;
    right:30px;
    width:360px;
}
.about-a1-lin5{
    top: 204px;
    right:22px;
    width:313px;
}
.about-a1-lin6{
    top: 351px;
    right:113px;
    width:260px;
}
.about-a2{
    text-align:center;
    font-size:48px;
    color:#02314f;
    font-weight:bolder;
}
.about-a3{
    margin:0 auto 10px;
    height:87px;
    display:flex;
    padding:0 50px;
    color:#02314f;
    justify-content:space-between;
    background:#e9f0f4;
}
.about-a3 p{
    font-size:18px;
    line-height:87px;
}
.about-a4{
    margin:0 auto 70px;
    height:334px;
}
.fang-a1{
    margin:0 auto 90px;
}
.fang-a1-list{
    width:390px;
    height:320px;
    margin-right:15px;
    position: relative;
    margin-bottom:20px;
}
.fang-a1-list:nth-child(3n){
    margin-right:0;
}
.fang-a1-list div{
    width:100%;
    height:58px;
    background:#02314f;
    color:#fff;
    position:absolute;
    left:0;
    bottom:0;
}
.hangye{
    display:none;
}
.fang-a1-list div p{
    line-height:58px;
    text-align:center;
    font-size:18px;
}
.hangye-a1{
    padding-top:32px;
}
.hangye-list{
    width:572px;
    height:411px;
    margin-right:15px;
    position: relative;
    margin-bottom:48px;
}
.hangye-list:nth-child(2n){
    margin-right:0;
}
.hangye-list div{
    width:100%;
    height:68px;
    background:#02314f;
    color:#fff;
    position:absolute;
    left:0;
    bottom:0;
    padding:0 39px;
}
.hangye-list div p{
    line-height:68px;
    font-size:18px;
}
.xq-a1-fl .swiper-slide{
    background-size:100% 100%;
}
.gallery-top {
    height:100%;
    width: 455px;
}

.gallery-thumbs {
    height:100%;
    width:147px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width:100%!important;
    height:134px;
    opacity:1;
    background-size:100% 100%;
    margin-bottom:10px;
}
.gallery-thumbs .swiper-slide:last-child{
    margin-bottom:0;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.xq-a1-fl .swiper-container-free-mode>.swiper-wrapper{
    display:block;
}
.news{
    margin:0 auto;
    background:#f8f8f8;
    padding:0 42px;
}
.news .index-a4-fr-list{
    height:300px;
    padding:30px 0;
    border-bottom:1px solid #d6dcdf;
}
.news .index-a4-fr-list>i{
    width:343px;
    height:230px;
}
.news .index-a4-fr-text{
    width:722px;
}
.news .index-a4-fr-text>div h1{
    font-weight:bolder;
}
.news .index-a4-fr-text>div span{
    font-size:18px;
    color:#999999;
}
.news .index-a4-fr-text>div p{
    color:#666;
    margin-bottom:20px;
}
.page{
    margin:70px 0;
    display:flex;
    justify-content:center;
    text-align:center;
}
.page a{
    display:inline-block;
    width:60px;
    height:43px;
    font-size:16px;
    color:#222222;
    margin-right:6px;
    line-height:43px;
    background:#f8f8f8;
}
.page a.page-a2{
    width:62px;
}
.page a.page-a1{
    width:74px;
    background:#02314f;
    color:#fff;
}
.page a.page-ac{
    background:#dde6ec;
    color:#02314f;
}
.heatnav li {
    float: left;
    position: relative;
    line-height: 70px;
}
.heatnav li a {
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    height: 69px;
}
.heatnav li.cur .erj a:hover,.heatnav li .erj a:hover{ background:#e09a20; color:#fff;}
.heatnav li a:hover, .heatnav li.cur a {
    background: #006eaa;
}
.header{
    width:100%;
    height:70px;
    background:#02314f;
}
.header-a1{
    margin:0 auto;
}
.heatnav li .erj {
    display: none;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
}
.heatnav li .erj li {
    background: none;
    float: none;
    display: block;
}
.heatnav li .erj a, .heatnav li.cur .erj a {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    background: #214d94;
    opacity: 0.9;
    margin: 0;
    white-space: nowrap;
}
.heatnav>ul>li:hover .erj{
    display:block!important;
}
.banner .swiper-container{
    z-index:-1;
    height:100%;
}
.content{
    margin:0 auto;
}
.left2 {
    width: 918px;
    margin-bottom: 30px;
    float: left;
}
.left2_main {
    padding: 15px;
}
.n_info_con {
    width: 873px;
    padding:0;
    font-size: 16px;
    margin-left: 8px;
}
.n_info_con h1 {
    padding-top: 16px;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 22px/63px "Microsoft Yahei";
}
.n_info_con h2{
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}
.n_info_con img{
    display:block;
    margin:0 auto;
}
.gduo {
    line-height: 50px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
}
.gduo span {
    overflow: hidden;
    height: 50px;
    display: block;
    width: 444px;
    float: left;
}
.gduo a {
    color: #201618;
}
.n_info_con>p{
    font-size:16px;
    line-height:32px;
}
.newoneleft {
    width: 275px;
    float: right;
    border: 1px #dedede solid;
}
.newoneleft h3 {
    font-size: 18px;
    color: #fff;
    height: 67px;
    line-height: 22px;
    text-align: center;
    background: #003755;
    padding-top: 13px;
}
.newoneleft ul {
    padding: 0 12px 20px;
}
.newoneleft li {
    padding: 20px 0 0;
}
.newoneleft li h4 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ccc;
}
.newoneleft li h4.cur a, .newoneleft li h4:hover a {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #003755;
}
.newoneleft li a {
    display: block;
    background: url(../img/e2.jpg) right 5px no-repeat;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px #e5e5e5 dashed;
    font-size: 16px;
}
.newoneleft li a.cur {
    color: #ff0000;
}
/**/
@media only screen and (min-width: 1480px) {
}

@media only screen and (max-width: 1479px) and (min-width: 1024px) {

}

@media only screen and (max-width: 1023px) {
}