body {
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    font-size:16px;
}
.ui-popup-backdrop{

    background-color: rgba(0,0,0, 0.8)!important;
    opacity: 1!important;
}
.cmm-dialog{
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}
.cmm-dialog .ui-dialog-body{
    background: #fff;
}
.cmm-dialog .ui-dialog-header .ui-dialog-title{
    color:#fff;
    height: 60px;
    display: flex;
    align-items: center;
    background: #07387e;
    font-size:20px;
    padding: 0 20px;
}
.cmm-dialog .ui-dialog-header .ui-dialog-close{
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-size:30px;
    background: transparent;
    position: absolute;
    border: none;
}
.employee-login .login .info .login_btn {
    background: #07387e;
}
.ui-form .ax-flex-block label{
    margin-bottom: 0;
    margin-left: 10px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.filter a.ax-active{
    border-color: #043066;
    background-color: #043066;
    color: #fff;
}

span, font, input, textarea, select, label, i {
    vertical-align: middle;
}
.gg{
    margin-bottom: 30px;
    padding: 10px;
}
.ui-box, .ui-box-body {
    width: 100%;
}

a {
    color: inherit;
}

a:hover {
    color: #07387e;
}

a.more {
    display: flex;
    align-items: center;
    color: #3e85c4;
    font-size: 24px;
    line-height: 1;
}
.tocall{
    vertical-align: middle;
    background-color: #033c81;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.tocall:hover{
    color: #fff;
}
a.more span {
    font-size: 12px;
    padding-left: 15px;
    transition: all .3s;
}

a.more:hover {
    color: #07387e;
}

a.more:hover span {
    padding-left: 20px;
    color: #07387e;
}

.ui-sidebar ul li div {
    width: max-content;
}

.side-menu .sub-nav {
    padding: 0 20px;
}

.ax-panel-header.flex {
    flex-wrap: nowrap;
}

.dot:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #07387e;
    margin-right: 5px;
    vertical-align: middle;
}

.maskfadeUp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background-color: #07387e;
    -webkit-transition: -webkit-transform 1.2s 0.5s;
    transition: transform 1.2s 0.5s;
}

.maskfadeUp.animated {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
}

.more-link {
    width: 160px;
    height: 50px;
    padding: 0 12px 0 30px;
    color: #fff;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #07387e;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.more-link span {
    font-size: 25px;
}

.more-link:hover {
    box-shadow: 0 0 10px #07387e;
    color: #fff;
}

.ax-pagination li {
    background-color: transparent !important;
}

.ax-pagination li a {
    background-color: #fff;
    border-radius: 16px !important;
}

.ax-pagination li.active a {
    border-radius: 50% !important;
}

p {
    padding: 0;
}

.path {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.57);
}

.path-left.flex{

    justify-content: start;
}
.path-left li{
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
}
.path-left li.hover{
    color: #033c81;
    font-weight: bold;
}
a.fanhui{
    line-height: 36px;
    text-align: center;
    width: auto;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 18px;
    transition: all .3s;
}
a.fanhui:hover{
    background-color: #033c81;
    color: #fff;
    border-color: #033c81;
}

.path-left a.ax-show {
    color: #07387e;
}

.path .ax-breadcrumb {

}

.c-title {
    border-left: 3px solid #07387e;
    padding-left: 10px;
    line-height: normal;
    margin-bottom: 30px;
}

.gallery-top .swiper-slide a {
    display: block;
}

.gallery-top #video, .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.625%;
    background: #000;
}

.gallery-top #video video, .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.video_content {
    max-width: 750px;
    margin: 0 auto;
}

section {
    padding: 3% 0;
    margin: 0 auto;
    background-size: cover !important;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width: 100% \0;
}

/*body {*/
/*    padding-top: 100px;*/
/*}*/

.ax-form-group div {
    margin-bottom: 5px;
}

.menu {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
}

.menu .menu-name {
    border-bottom: .1rem solid #006fbe;
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: bold;
}

.swiper-slide img {
    width: 100%;
}

.ax-card-block .ax-img {
    height: 150px;
}


.width {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
}


.ps-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cate-banner .ps-content {
    /*max-height: 300px;*/
}

.ps-content > img {
    width: 100%;
}

.ps-content .pa-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.cate-banner .pa-mask {
    background-color: rgba(0, 0, 0, .3);
}

.pa-mask.flex2 {
    justify-content: center;
}

.big-title {
    font-size: 42px;
    margin-bottom: 40px;
}

.webfont {
    font-family: webfont !important;
}

.font-gradient {
    background: linear-gradient(#0a50c1, #3cbdc8);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
}

/*顶部*/
header .top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 12px;
    display: none;
}

.top p {
    margin: 0;
    padding: 0;
}

.top .ax-grid {
    padding: 0;
}

.ax-breadcrumb li {
    display: inline-block;
}

.cate-banner .flex2 h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #fff;
}

.cate-banner .flex {
    justify-content: start;
    color: #fff;
}

.cate-banner .flex h1 {
    font-size: 2.6rem;
    margin-top: 30px;
}

.cate-banner .flex p {
    margin-top: 20px;
    font-size: 16px;
}

.cate-banner .flex2 .date-info {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cate-banner .flex2 .date-info a {
    color: #fff;
}

.cate-banner .ax-breadcrumb li {
    color: #fff;
}

.cate-banner .pa-mask .width {
    position: relative;
    height: 100%;
}


.cate-banner .ax-breadcrumb li a {
    color: #fff;
}

.cate-banner .ax-breadcrumb li a:hover {
    color: #fff;
}

.cate-banner .ax-breadcrumb li i.ax-iconfont {
    color: #fff;
}

.ax-breadcrumb ul li + li::before {
    content: ">>";
    font-size: 0.6rem;
    font-family: "宋体";
    padding: 0px 0.4rem;
}

.cate-banner .ax-breadcrumb ul li + li::before {
    color: #fff;
}

/*导航*/
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-color: transparent;
    z-index: 101;
    transition: all .5s;
}

header .color-logo {
    display: none;
}

._mini header {
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 5px #ddd;
}

._mini header .white-logo {
    display: none;
}

._mini header .color-logo {
    display: block;
}

.home-header {
    width: 100%;
    position: relative;

}

.home-header .logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


.home-header .logo h1 {
    position: relative;
    z-index: 1;
    margin: 0;
}

.home-header .logo h1 img {
    height: 45px;
}

.home-header .flexbox {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-header .flexbox a {
    color: inherit;
}

header .logo-text {
    padding-left: 20px;
}

header .logo-text p.t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

header .logo-text p.t2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.2;
}

.home-header .rightbox {
    display: flex;
    align-items: center;
}

.home-header .rightbox:before {
    content: '';
    display: table;
}

.home-header .rightbox:after {
    content: '';
    clear: both;
}

.home-header .navmenu {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home-header .navmenu:after {
    content: "";
    display: block;
    clear: both;
}

.home-header .navmenu > li {
    position: relative;
    line-height: 100px;
    padding: 0 30px;


}

.home-header .navmenu > li > a {
    display: block;

}

.home-header .navmenu > li .tit {
    width: 100%;

    font-size: 0.8rem;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex > li {
    margin-bottom: 15px;
}

.flex .ax-breadcrumb li {
    margin-bottom: 0;
    line-height: 45px;
}

.list-2 li {
    width: 48%;
}

.list-3 li {
    width: 31.3333%;
}

.list-4 li {
    width: 23%;
}

.list-5 li {
    width: 18%;
}

.list-6 li {
    width: 14.66666%;
}

.list-7 li {
    width: 12.2857%;
}

.list-8 li {
    width: 10.5%;
}

.flex li .ax-title {
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
}

.flex li .ax-title a {
    display: block;
    line-height: inherit;
}

li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.flex li.empty:before, .flex li.empty:after {
    display: none !important;
}

.flex2 {
    display: flex;
    align-items: center;
}

.flex3 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.is-sticky {
    z-index: 101;
}

.home-header .navmenu > li > ul {
    transition: 0.5s ease 0s;
    transform-origin: top;
    opacity: 0;
    line-height: 40px;
    transform: scale(1, 0);
    overflow: hidden;
    background: #fff;
    left: 0;
    z-index: 2;
    padding: 0;
    position: absolute;
    min-width: 100%;
    width: max-content;
    font-size: 0;
    overflow: visible;
    border-radius: 6px;
    box-shadow: 0px 0 9px rgba(0, 0, 0, 0.14);
}

.home-header .navmenu > li > ul:before {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
    overflow: hidden;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.home-header .navmenu > li > ul > li {
    text-align: center;
    transition: all .3s;
}

.home-header .navmenu > li:hover > ul {
    transform: scale(1);
    opacity: 1;
}
 .home-header .navmenu > li:hover .tit > a {
    color: #fff !important;
}

._mini .home-header .navmenu > li:hover .tit > a {
    color: #07387e !important;
}

.home-header .navmenu > li a {
    text-align: center;
    display: block;
    width: 100%;
    color: inherit;
}

.home-header .navmenu > li > ul li a {
    font-size: 14px;
    padding: 0 10px;

}

.home-header .navmenu > li > ul li:hover a {
    color: #07387e !important;
}

.header-left .home-header .navmenu > li > ul li a {
    text-align: center;
}

.home-header .navmenu > li:hover > ul li a {
    color: #000;
}

.home-header .navmenu > li > ul li:hover {
    background-color: #f5f5f5;
}

.home-header .navmenu > li:hover > ul li:hover a {
    color: #07387e;
}

.home-header .right-bar {

}

.home-header .right-bar a {
    display: flex;
    float: left;
    align-items: center;
    margin-left: 0.8rem;

}

.home-header .right-bar span {
    font-size: 0.8rem;
    margin-right: 3px;
}

#header-search-bar {
    display: none;
}

#header-search-bar form {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-search-bar form input {
    width: 75%;
    border-radius: 5px 0 0 5px;
}

#header-search-bar form button {
    width: 25%;
    border-radius: 0 5px 5px 0;
}

header .wechat {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background-color: #eee;
    text-align: center;
    color: #07387e;
    position: relative;
}

header .wechat .ax-iconfont {
    font-size: 24px;
    transition: all .3s;
}

header .wechat .wx-img {
    width: max-content;
    background-color: #fff;
    padding: 0;
    transform: scale(1, 0);
    transition: .5s;
    position: absolute;
    right: 0;
    top: 80px;
}

.wx {
    width: 120px;
    border-radius: 10px;
}

footer .wx {
    margin-left: 5px;
}

header .wechat:hover .wx-img {
    transform: scale(1);
}

.header-left {
    height: 80px;
    display: flex;
    align-items: center;
}

.header-right {
    height: 80px;
    display: flex;
    align-items: center;
}

.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: #07387e;
}

.ax-menu > li:before {
    display: none;
}

.fix-foot {
    padding: 60px 0 30px;
    width: 100%;
    color: #fff;
    background-color: #07387e;

}

.fix-foot .main-title {
    margin-bottom: 10px;
}

.ax-color-danger {
    color: #f00;
}

.fix-foot .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.fix-foot .title {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    color: #07387e;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}

.fix-foot li {
    width: 25%;
    padding: 40px 0;
    margin-bottom: 0;
    text-align: center;

}

.fix-foot .line span{
    background: #07387e;
}
.fix-foot .line:before{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fix-foot li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fix-foot li:nth-of-type(n+6) {
    border-bottom: none;
}

.fix-foot li:nth-child(6) {
    border-left: none;
}
.fix-foot h4{
    font-size: 1.2rem;
}
.fix-foot .h1{
    font-size: 1.2rem;
}
.fix-foot h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
}

.fix-foot h1 span {
    font-size: 40px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: baseline;
}

footer {
    padding: 3% 0 0;
    color: #fff;
    background-color: #2c3037;
}

footer .flex li {
    margin-bottom: 0;
}

footer a {
    color: #fff;
    transition: all .3s;
}

footer h3 a {
    display: block;
    margin-bottom: 25px;
}

footer h3 a:after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #d6241e;
    margin-top: 10px;
}

footer .foot-1 h4 {
    font-size: 15px;
}

footer .foot-1 h1 {
    color: #d6241e;
    font-size: 46px;
    margin-bottom: 10px;
}

footer .foot-1 p {
    padding: 0;
    margin-bottom: 5px;
}

footer .foot-logo {
    height: 45px;
}

footer .list-container a {
    display: block;
    color: #999;
    transition: all .3s;
    line-height: 30px;
}

footer .foot-1 i.iconfont, footer .foot-1 i.ax-iconfont {
    font-size: 30px;
}

footer a:hover {
    color: #fff;
}

footer .sns a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #444;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    transition: all .3s;
}

footer .sns a:hover {
    border-color: #999;
}

footer .sns a span {
    color: #999;
    font-size: 22px;
}

footer .sns a:hover span {
    color: #fff;
}

footer h2 {
    font-size: 20px;
    font-family: 'webfont';
    margin: 10px 0 20px;
}

.link {
    padding-top: 20px;
}

.link a {
    padding: 0 20px 0 0;
    color: #999;
}

.foot-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
}

footer .ax-col-18 li {
    margin-bottom: 0;
}

.foot-content {
    font-size: 14px;
    width: 60%;
    line-height: 1.4;
    text-align: justify;
}

.foot-cotact p {
    padding: 0;
    line-height: 2.5;
    font-size: 15px;
}

.foot-content a {
    color: #999;
}

.foot-text {
    padding: 20px 0;
}

.foot-nav {
    text-align: center;
}

.foot-nav > a {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}

.qrcode {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 20px;
    position: relative;
    background: rgba(255, 255, 255, .1)
}

.qrcode:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.qrcode:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.copyright {
    padding: 0 0 20px;
    color: #999;
    background-color: #2c3037;
}

.copyright a {

    display: inline-block;
}
.flex-content{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;


}
.flex-content .content-left{
    width: 300px;
    background-color: #fff;

}

.flex-content .content-right{
    width: calc(100% - 380px);
    background-color: #fff;
}
.ax-ell a{
    display: inline;
}
.left-xianlu{

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-xianlu li{
    width: 23%;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.left-xianlu li a{
    display: block;
    color: inherit;
}
.left-xianlu li:hover a{
    background-color: #033c81;
    color: #fff;
}

.xianlu-list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xianlu-list li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    font-size: 15px;
    margin: 0;
}
.xianlu-cate{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xianlu-cate li{
    width: 15%;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;

}
.xianlu-cate li a{
    display: block;
    transition: all .3s;
    line-height: 45px;
}
.xianlu-cate li:hover a{
    background-color: #033c81;
    color: #fff;
}
.xianlu-content h1{
    font-size: 24px;
}
.xianlu-content p{
    line-height: 3;
    border-bottom: 1px solid #ddd;
}
.xianlu-content p span{
    font-weight: bold;
}
/*首页*/
.banner-bar {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 15%;
    z-index: 2;
}

.banner-bar .width {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.banner-search {
    padding: 15px;
    border-radius: 10px;
    width: 580px;
    background-color: #07387e;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-search div.input {
    color: #fff;
    width: calc(100% - 130px);
}

.banner-search div.input input {
    background-color: transparent;
    border: none;
    color: #fff;
}

.banner-search div.input input::-webkit-input-placeholder {
    color: #fff;
}

.banner-search div.input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.banner-search div.input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.banner-search div.input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.banner-search div.button {
    width: 120px;
}

.banner-search div.button button {
    border-radius: 20px;
    width: 100%;
}

.banner-more {
    border-radius: 10px;
    width: calc(100% - 600px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-more ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-more ul li {
    text-align: center;
    width: 25%;
}

.banner-more ul li a {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.banner-more ul li a img {
    width: 30px;
    max-width: 100%;
    display: inline-block;
    margin-right: 10px;
}

.banner .pa-mask {
    display: flex;
    width: 80%;
    left: 10%;
    top: 30%;

}

#pc-banner .pa-mask .width {
    padding: 0;
    width: 100%;
}

#pc-banner .swiper-slide {
    color: #fff;
    overflow: hidden;
}

#pc-banner .swiper-slide a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

#pc-banner .swiper-slide h1 {
    font-size: 2.5rem;
    line-height: 1.3;
}

#pc-banner .swiper-slide p {
    font-size: 1.2rem;

    margin: 0;
}

.banner-page {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 250px;
    z-index: 2;
    color: #fff;
}

.banner-page .width {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-page .width:after {
    display: none;
}

.banner-page .swiper-pagination-fraction {
    width: 100px;
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 24px;
    display: flex;
    align-items: baseline;
    font-family: 'Oswald Light';
}

.banner-page .swiper-pagination-current {
    font-size: 60px;
    color: #07387e;
    padding-right: 5px;
    vertical-align: baseline;
}

.swiper-pagination-total {
    padding-left: 5px;
}

.banner-page .swiper-button-prev, .banner-page .swiper-button-next {
    position: relative;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-background-size: 20%;
    background-size: 20%;
    background-color: #07387e;
    opacity: 0.8;
}

.banner-page .swiper-button-prev:hover, .banner-page .swiper-button-next:hover {
    opacity: 1;
}

.banner-page .swiper-button-prev {
    background-color: rgba(255, 255, 255, .2);
}

#pc-banner .swiper-pagination-bullet {
    opacity: 1;
}

#pc-banner .swiper-slide img {
    width: 100%;
    -webkit-transition: all 7s;
    transition: all 7s;
}


.main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-title .more-link {
    background-color: #fff;
    color: #07387e;
}

.main-title .more-link span {
    color: #07387e;
}

.main-title .more-link:hover {
    box-shadow: 0 0 10px #ccc;
}

.main-title h1 {
    font-size: 36px;
}

#index-1 {
    padding: 0 17%;
    overflow: hidden;
}

#index-1 .swiper-container {
    width: 100%;
    margin: 0;
    overflow: visible;
}

#index-1 .service-nav {
    font-size: 16px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

#index-1 .service-nav .swiper-slide {
    padding: 3rem 0;
}

#index-1 .service-list .swiper-slide {
    padding: 8rem 0;
}

#index-1 .service-list .swiper-slide .flex > div {
    width: 48%;
}

#index-1 .service-list .swiper-slide {
    padding: 12% 5%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    opacity: .3;
}

#index-1 .service-list .swiper-slide img {
    border-radius: 30px;
}

#index-1 .service-list .swiper-slide.swiper-slide-active {
    opacity: 1;
}

#index-1 .service-list .swiper-slide.swiper-slide-next {
    opacity: .3;
}

#index-1 .service-list span.iconfont {
    font-size: 80px;
    line-height: normal;
    color: #07387e;
}

#index-1 .service-list h1 {
    font-size: 36px;
    margin: 10px 0 25px;
}

#index-1 .service-list p {
    font-size: 16px;
    line-height: 2;
}

#index-1 .service-list .more-link {
    margin-top: 40px;
}

#index-1 .service-nav .swiper-slide {
    color: #999;
    text-align: center;
    position: relative;
    font-size: 18px;
}

#index-1 .service-nav .swiper-slide:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2rem;
    left: 50%;
    margin-left: -3px;
}

#index-1 .service-nav .swiper-slide.swiper-slide-thumb-active {
    color: #07387e;
}

#index-1 .service-nav .swiper-slide.swiper-slide-thumb-active:before {
    background-color: #07387e;
}

#index-1 .service-list .swiper-button-next, #index-1 .service-list .swiper-button-prev {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #07387e;
    -webkit-background-size: 20%;
    background-size: 20%;
}

#index-1 .service-list .swiper-button-next {
    right: -24px;
    top: 50%;
}

#index-1 .service-list .swiper-button-prev {
    left: -24px;
    top: 50%;
}

#index-1 .service-list .swiper-button-next:hover,
#index-1 .service-list .swiper-button-prev:hover {
    box-shadow: 0 0 10px #07387e;
}

#index-2 {
    padding-top: 0;
    padding-bottom: 2rem;
    background-color: #2c3037;
    color: #fff;
}

#index-2 .width {
    position: relative;
}

.map-wrapper {
    width: 60%;
    height: 0;
    padding-top: 52%;
    left: 40%;
    top: 0;
    position: relative;
}

.map-wrapper .mask {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 24%;
    top: 62%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ccc;

}

#mainMap {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

#index-2 .content {
    position: absolute;
    width: 50%;
    left: 0;
    top: 20%;
}

#index-2 .content h1 {
    font-size: 40px;
    margin-bottom: 80px;
}

#index-2 .content a.ax-btn {
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
}
#index-2 .content a.ax-btn:hover{
    background-color: #07387e;
    color: #fff;
}
#index-2 .content a.ax-btn:after {
    display: none;
}

#index-2 .content .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

#index-2 .content .text p {
    text-align: justify;

}

#index-2 .content .text .more-link {
    background-color: #fff;
    color: #000;
    margin-top: 60px;
}

#index-2 .content a.ax-btn:hover,
#index-2 .content .text .more-link:hover {
    box-shadow: 0 0 10px #fff;
}

#index-2 .content .text .more-link span {
    color: #07387e
}

#index-2 .flex li {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

#index-2 .flex li:nth-child(1), #index-2 .flex li:nth-child(4) {
    width: 31.25%;
    padding-right: 6.25%;
}

#index-2 .flex li:nth-child(2), #index-2 .flex li:nth-child(5) {
    width: 37.5%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    border-left: 1px solid #3d3d3d;
    border-right: 1px solid #3d3d3d;
}

#index-2 .flex li:nth-child(3), #index-2 .flex li:nth-child(6) {
    width: 31.25%;
    padding-left: 6.25%;
}

#index-2 .flex li h1 {
    font-size: 16px;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 20px;
}

#index-2 .flex li h1 span {
    font-size: 50px;
    margin-right: 5px;
}


#index-3 {
    background-color: #f4f7fa;
}

#index-3 h1 {
    font-size: 36px;
}

#index-3 ul.flex {
    align-items: stretch;
}

#index-3 .ax-tab-nav li, #news .ax-tab-nav li {
    display: inline-block;
    font-size: 24px;
    margin-right: 30px;
    color: #999;
    cursor: pointer;
}

#index-3 .ax-tab-nav li.ax-active, #news .ax-tab-nav li.ax-active {
    color: #07387e;
}

#index-3 .ax-tab-nav, #news .ax-tab-nav {
    margin-bottom: 30px;
}

.news-list li:hover {
    box-shadow: 0 0 20px #ccc;
}

.news-list a.pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.news-list li span.date {
    position: absolute;
    height: 34px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 17px;
    color: #07387e;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-list li span.date i {
    color: inherit;
    margin-right: 5px;
}

.news-list li .content {
    background-color: #fff;
    padding: 6% 3%;
}

.news-list li h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.news-list li .content p {
    text-align: justify;
    font-size: 15px;
    color: #666;
}

.news-list li .tag {
    color: #999;
    margin-top: 20px;
}

#index-4 {
    padding-bottom: 0;
    position: relative;
    text-align: center;
}

#index-4 .main-title {
    margin-bottom: 10px;
}

#index-4 ul {
    margin-top: 60px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#index-4 li {
    width: 14.285%;
    margin-bottom: 0;
    padding: 20px 40px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    transition: all .3s;
}

#index-4 li img {
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .54;
}

#index-4 li p {
    color: #999;
}

#index-4 li:hover {
    box-shadow: 0 0 10px #eee;
}

#index-4 li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

#index-4 li:hover p {
    color: #333;
}

#index-4 .mask {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0;
}

#index-4 .mask p {
    font-size: 16px;
}

#index-4 .mask .more-link {
    margin: 20px auto;
}

#index-5 {
    background: #f4f7fa;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

#index-4 .mask h1, #index-5 h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
#index-5 ul{
    max-width: 1200px;
    margin: 6% auto;
}

#index-5 li p {
    font-size: 14px;
}

#index-5 li {
    text-align: center;
}

#index-5 li a {
    width: 96px;
    height: 96px;
    background-color: #fff;
}

#index-5 li a:before, #index-5 li a:after {
    display: none;
    background-color: #fff;
    transform: scale(1);
}

#index-5 a:hover:before, #index-5 a:hover:after {
    display: block;
}

#index-5 li img {
    padding: 24px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

#index-5 li h3 {
    font-size: 18px;
   
    margin-top: 10px;
}

#index-5 li p {
    color: #999;
    font-size: 16px;

}

/*侧边导航*/
.ax-menu > li {
    border-bottom: 1px solid #ddd;
}

.ax-menu > li > a {
    padding-left: 20px;
    font-size: 16px;

    justify-content: space-between;
}

.ax-menu > li > ul > li > a {
    padding-left: 20px;
    font-size: 16px;
}

.side-menu {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 0 0 5px 5px;
}

.side-menu .ax-title {
    border-radius: 5px 5px 0 0;
}

.side-menu .ax-title h1 {
    padding: 0 25px;
    line-height: 55px;
    font-size: 20px;
}

.side-menu .ax-title h1 span {
    font-weight: normal;
    font-size: 24px;
}

.ax-accordion > li + li {
    border-top: 1px solid #f3f3f3;
}

.ax-accordion li.ax-item {
    padding: 0;
    line-height: 55px;
    font-size: 16px;
    font-weight: 500;
}

.ax-accordion li.ax-item .ax-panel-header {
    padding: 0 25px;
}

.ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: #eef4fb;
}

.ax-accordion li.ax-item .ax-panel-header .ax-operate {
    height: 55px;
    line-height: 55px;
    margin: 0;
}

.ax-accordion li.ax-item .sub-nav li i.ax-iconfont {
    color: #ccc;
}

.ax-accordion li.ax-item .sub-nav li {
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
}

.ax-accordion li a.flex {

    width: 100%;
    transition: all .3s;
}

.ax-accordion li a.ax-operate {
    width: auto;
}

.ax-accordion li .ax-panel-header > span {
    transition: all .3s;
}

.pro-info .action {


}

.pro-info .action .flex3 {
    display: flex;

}

.side-menu li:hover {
    background-color: #eef5fd;
}


.ax-card-block {
    padding: 0;
}

.ax-card-block .ax-title, .ax-card-block .ax-des {
    padding: 0 10px;
}

.ax-card-block .ax-from {
    padding: 10px;
}

.ax-card-block .ax-title {

    height: 50px;
    text-align: center;
}

.ax-card-block .ax-title a {
    display: block;
    line-height: 40px;
}

.ax-card-block .ax-img {
    margin-bottom: 0;
}

.picture {
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -moz-transform: scale(1.05, 1.05); /* Firefox */
    -webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
    -o-transform: scale(1.05, 1.05); /* Opera */
}
#pro3 ul{
    align-items: stretch;
}
#pro3 ul li{
    font-size: 16px;
    width: 50%;
    background: #fff;
}
#pro3 ul li.content{
    padding: 0 6%;
    display: flex;
    align-items: center;
}
/*服务体系*/
#service .news-item {
    padding: 30px 0;
}

#service .news-item:first-child {
    padding-top: 0;
}

#service .news-item p {
    font-size: 16px;
    line-height: 2;
}

.news-item:last-child {
    border: none;
}

.pro_top {
    height: 140px;
    background: linear-gradient(to right, #f08300, #f0b73f);
    text-align: center;
}


.pro_top h2 {
    font-size: 30px;
    line-height: 90px;
    color: #fff;
    font-weight: 300;
}

.pro_top i {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #eee;
    font-size: 46px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
    transition: all 0.3s ease;
    display: inline-block;
    color: #f08300;
}

.pro_body {
    padding: 60px 20px 40px;
    text-align: left;
    font-size: 15px;
    color: #999;
    line-height: 2;
}


/*产品*/
.pro-menu {
    width: 100%;

}

.ax-drawer .ax-drawer-contain {
    background: #07387e;
}

.pro-menu li {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.pro-menu li a {
    color: #fff;
    transition: all .5s;
}

.pro-menu li:hover a, .ax-drawer-content .ax-accordion li a:hover {
    color: #07387e;
}

.ax-drawer-content {
    padding: 20px;
    color: #fff;
}

.ax-drawer-content .ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: transparent;
}

.ax-drawer-content .ax-accordion li a {
    color: inherit;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header .ax-col > a {
    font-size: 18px;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header, .ax-drawer-content .ax-accordion li.ax-item .sub-nav li {
    padding: 0;
}

.ax-drawer {
    z-index: 999;
    background: transparent;
}

.ax-drawer-contain .ax-drawer-close i.ax-iconfont {
    font-size: 20px;
}

.float-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    background-color: #07387e;
    position: fixed;
    left: 10px;
    top: 50%;
    cursor: pointer;
    transition: all .5s;
}

.float-menu:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #07387e;
}

.float-menu span {
    font-size: 48px;
    color: #fff;
}

.float-menu:hover span {
    color: #07387e;
}

.gallery-top .swiper-slide, .gallery-thumbs .swiper-slide {
    padding: 1px;
}

.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
    border: 1px solid #eee;
}

.gallery-thumbs .swiper-slide img {
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: #07387e;
    opacity: 1;
}

.center-menu {
    margin: 30px auto 40px;
}

.center-menu ul {
    text-align: center;
}

.center-menu li {
    display: inline-block;
    margin: 0 10px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
    transition: all .5s;
}

.center-menu li:hover, .center-menu li.active {
    box-shadow: 0 0 10px #ccc;
    background-color: #07387e;

}

.center-menu li:hover a, .center-menu li.active a {
    color: #fff;
}

#product-head {
    padding: 0;
    background: #f5f5f5;
}

#product {
    background-color: #f5f5f5;
}

#product .flex li .ax-title {
    background-color: #fff;
}

.pro-list li {
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .5s;
}

#xgcp .pro-list li {
    background-color: #f5f5f5;
}

.pro-list li .ax-card-block {
    border: none;
}

.pro-list li .ax-card-block:hover {
    box-shadow: none;
}

.pro-list.flex {
    align-items: stretch;
}

li .ps-content {
    overflow: hidden;
}

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

li img {
    width: 100%;
    transition: all .5s;
}

li:hover .ps-content img {
    transform: scale(1.1);
}

.pro-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.pro-list li .list-title {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

#product-show p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
}

#product-show, #case-show {
    padding: 0 5% 30px;
    background-color: #f5f5f5;
}

#product-show .width, #case-show .width {
    background-color: #fff;
    padding: 40px 4rem;
    border-radius: 10px;
}

#case-show .ax-col-12 img {
    width: 100%;
}

#product-show .ax-breadcrumb a,
#product-show .ax-breadcrumb li i.ax-iconfont,
#product-show.ax-breadcrumb ul li + li::before {
    color: #000;
}

.pro-info .intro {
    padding: 1rem 0;
}

.pro-info h1 {
    font-size: 38px;
    line-height: 1.6;
}

.pro-info h1:after {
    content: '';
    width: 90px;
    height: 3px;
    background-color: #07387e;
    margin-top: 5px;
    display: block;
}

.pro-info .down {
    margin-top: 20px;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    color: #666;
    border-radius: 5px;
}

.pro-content > div {
    padding: 30px 0;
}

.pro-content .menu {
    padding-top: 30px;
}

.tab-list {
    position: relative;
    z-index: 999 !important;
}

.am-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.am-g:after {
    content: "";
    width: 23%;
}

.am-g .am-u-md-4 {
    width: 23%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.am-g .am-u-md-6 {
    width: 48%;
    margin-bottom: 20px;
}

.cpxq_yyal_bt {
    padding: 10px;
    text-align: center;
}

.tab-list li {
    flex: 1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    background-color: #07387e;
}

.tab-list li:hover {
    background-color: #152967;
}

.tab-list li a {
    color: #fff;
}

.pro-content .ax-item-block {
    padding: 10px 0;
}

#xgwz li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.artilce-title {
    font-size: 16px;
}

/*文章类*/
.news-item {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.news-item h1 {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}

.news-item .date {
    color: #999;
}

.news-item p.ax-ell-2-title {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    max-height: 64px;
}

.news-list li {
    margin-bottom: 40px;
}

.img-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.img-bg .img-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-bg.img-bg2 {
    padding-top: 75%;
}

.img-bg .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#article {
    padding: 60px 0;
    background-color: #f5f5f5;
}

#article .width {
    max-width: 1200px;
    padding: 40px;
    position: relative;
    margin-top: -130px;
    background-color: #fff;
    z-index: 2;
}

.ax-article p {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    line-height: 2;
    margin-bottom: 15px;
}

.ax-article p img {
    margin-left: -2em;
}

.news-list.flex {
    align-items: stretch;
}

.news-list li {
    background-color: #fff;
    transition: all .5s;
}

.img-bg img {
    height: 100%;
}

.news-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.news-list li .wz-content {
    padding: 10px;
}

.news-list li .wz-content h3 a {
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: bold;
}

.news-list li .wz-content .ax-ell-2-des {
    margin-bottom: 10px;
    color: #999;
}

/*下载*/
.download-list li {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s;
}

.download-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.download-list li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #07387e;
    width: 0;
    height: 2px;
    transition: all .6s;
}

.download-list li:hover:after {
    width: 100%;
}

/*企业文化*/
#culture {
    padding: 8rem 0;
    background-color: #f5f5f5;
}
.col-50{
    width: 50%;
}
#culture .flex{
    align-items: stretch;
}
#culture .flex .col-50{
    background-color: #fff;
    display: flex;
    align-items: center;

}
#culture .flex .col-50 img{
    width: 100%;
}
#culture .flex .col-50 .content{
    padding: 0 40px;
}
#culture .flex .col-50 .content h1{
    margin-bottom: 2vh;
}
#culture ul.ax-tab-nav {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    justify-content: start;
}

#culture ul.ax-tab-nav li {
    font-size: 18px;
    border-radius: 20px;
    padding: 3px 20px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

#culture ul.ax-tab-nav li.ax-active {
    color: #fff;
    background-color: #07387e;
    border-color: #07387e;
}

#culture ul.ax-tab-content {
    padding: 20px 0;
    margin-top: 20px;
}


#culture p {
    font-size: 18px;
    margin-bottom: 0.6vh;
}

#culture li .flex {
    height: 100%;
    background-color: #f5f5f5;
}

#culture li .flex img {
    height: 80px;
    align-items: center;
}

#culture li img {
    width: 100%;
}

#culture li .content {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: rgba(7, 56, 126, 0.8);
}

#culture li .content h3 {
    line-height: 60px;
    font-size: 20px;
}

#culture li .content p {
    font-size: 0;
}

#culture li:hover .content {

    transition: all .3s;
}

#culture li:hover .content {
    height: 100%;
}

#culture li:hover .content p {
    font-size: 16px;
}

/*联系我们*/
#contact .width {
    padding: 4rem 3rem;
    max-width: 90%;
    position: relative;
    margin-top: -200px;
    background-color: #fff;
    z-index: 2;
}

.bg-gray {
    background-color: #f5f5f5;
}

li.all-long {
    width: 100% !important;
}

#contact .width {
    position: relative;
    margin-top: -200px;
    background-color: #fff;
    z-index: 2;
}

#contact .flex {
    align-items: stretch;
    margin-bottom: 40px;
}

#contact .contact-list li {
    width: 31%;
    margin: 2rem 0;
    transition: all .3s;
}

#contact .contact-list li .item {
    display: flex;
    align-items: center;
}

#contact .flex li span.iconfont {
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    background-color: #07387e;
    color: #fff;
}

#contact .contact-list li .item h1 {
    font-size: 20px;
}

#contact .contact-list li .item h3 {
    font-size: 16px;
    font-weight: normal;
}

#contact li p {
    font-size: 16px;
    margin: 5px 0;
}

#contact form {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

/*about*/
#about .main-title h1 {
    width: 100%;
    text-align: center;

}

#about .content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;

}

#about li img {
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

#about li h1 {
    font-size: 50px;
    line-height: 1;
    color: #07387e;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

#about li h1 span {
    font-family: "microsoft yahei";
    font-size: 16px;
    margin-left: 5px;
    line-height: 1;
    background-color: #fff;
    vertical-align: bottom;
}

#about li p {
    font-size: 16px;
}

#history {
    background-color: #f4f7fa;
}

.main-title {
    margin-bottom: 3rem;
}

.main-title.all-long h1 {
    width: 100%;
}

#history-nav {
    position: relative;
    margin-top: 3rem;
}

#history-nav .swiper-wrapper:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(50% + 8px);
    position: absolute;
    background-color: #a4b4cc;
    z-index: 1;
}


#history-nav .ax-sign {
    background-color: #fff;
}
#history-nav .swiper-slide-thumb-active .ax-sign{
    background-color: #07387e;
    color: #fff;
}
#history-nav .ax-radio {
    height: 40px;
}

#history-nav .ax-radio span {
    width: 18px;
    height: 18px;
    position: relative;
    font-size: 0;
    margin: 0 auto !important;
}

#history-nav .swiper-slide {
    position: relative;
    z-index: 2;
}

#history-nav .swiper-slide h3 {
    color: #666;
    font-size: 40px;
    margin-bottom: 18px;
}

#history-nav .swiper-slide .tag span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    color: #666;
}

#history-nav .swiper-slide p {
    font-size: 20px;

    color: #666;
    margin-top: 10px;
}

#history-nav .swiper-slide.swiper-slide-thumb-active h3, #history-nav .swiper-slide.swiper-slide-thumb-active p {
    color: #07387e;
}

#history-nav .swiper-slide.swiper-slide-thumb-active .tag span {
    background-color: #07387e;
    border-color: #07387e;
    color: #fff;
}

#history-nav .swiper-slide.swiper-slide-thumb-active .ax-radio span:before {
    border-color: #07387e;
}

#history-nav .swiper-slide.swiper-slide-thumb-active .ax-radio span:after {
    border-color: #07387e;
    transform: scale(1);
}

#history-content .swiper-slide {
    position: relative;
    z-index: 2;
}

#history-content .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    top: 0;
    z-index: -1;
}

#history-content .swiper-slide .mask h2 {
    font-size: 320px;
    color: #fff;
    opacity: 0.6;
}

#history-content .swiper-slide h1 {
    font-size: 36px;
    margin-bottom: 1.2rem;
}

#history-content .swiper-slide p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;

}

#history-content .swiper-slide h1 span {
    font-size: 20px;
    color: #e62129;
}

#history-content .swiper-slide img {
    border-radius: 10px;
}

#honor-list {
    padding-top: 20px;
}

#honor-list .swiper-slide {
    background-color: #f4f7fa;
    padding: 3rem 1rem 0;
}

#honor-list .swiper-slide:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

#honor-list .swiper-slide img {
    margin-bottom: 2rem;
}

#honor-list .swiper-slide p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 1rem 0.5rem;
    font-size: 16px;
}

#toushu .width {
    padding: 40px;
    background-color: #fff;
}

.page-button {
    position: relative;
    margin-top: 3rem;
    text-align: center;
}

#pc-banner .swiper-pagination {
    bottom: 5%;
}

#pc-banner .swiper-pagination-bullet {
    background-color: #fff;
    width: 60px;
    height: 5px;
    opacity: 1;
    border-radius: 0;
}

#pc-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #07387e;
}

#pc-banner .swiper-button-prev,
#pc-banner .swiper-button-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-background-size: 20%;
    background-size: 20%;
    background-color: #07387e;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #07387e;
}

.page-button .swiper-button-prev,
.page-button .swiper-button-next {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-background-size: 20%;
    background-size: 20%;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 10px;
    transition: all .3s;
}

.page-button .swiper-button-next {
    border-color: #07387e;
    background-color: #07387e;
}

.page-button .swiper-button-prev:hover {
    box-shadow: 0 0 10px #ccc;
}

.page-button .swiper-button-next:hover {
    box-shadow: 0 0 10px #07387e;
}

#partner {
    background-color: #f4f7fa;
}
#partner-list {
    padding: 60px 0;
}
#partner-list .swiper-slide:hover{
    box-shadow: 0 0 10px #ccc;
}
#partner li {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px #eee;
    margin-bottom: 35px;
    transition: all .3s;
}

#partner li:hover {
    box-shadow: 0 0 15px #ccc;
}

.down-ico {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
    bottom: 15%;
    left: 50%;
    margin-left: -22px;
    z-index: 10;
}

.down-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/theme/default/images/ico_arrow.png) no-repeat center;
    animation: downico 1.5s ease-out;
    position: relative;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

#about1 .son-list {
    padding: 60px 0;
}

#about1 .son-list li {
    width: 23%;
    padding: 30px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ddd;
    border-radius: 10px;

    transition: all .3s;
    background-color: #fff;
}

#about1 .son-list li:hover {
    background-color: #07387e;
    color: #fff;
    border-color: #07387e;
    box-shadow: 0 0 10px #07387e;
}

#about1 .son-list li a {
    color: inherit;
    transition: unset;
}

#about1 .son-list li span {
    font-size: 48px;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

/*在线申请*/
#apply {
    font-size: 16px;
}


#apply .box {

    padding: 1rem 0 5rem;
}

#apply .ax-form-group {
    margin-bottom: 25px;
}

/*产品服务*/
#pro1 {
    background-color: #f5f5f5;
}

#pro1 li {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 20px;
}

#pro1 li .icon {
    font-size: 90px;
    border-radius: 50%;
    padding: 20px;
    border: 1px dashed #ccc;
}

#pro1 li .iconfont {
    line-height: 1;
    font-size: 0;
}

#pro1 li:hover {
    color: #fff;
    background-color: #07387e;
}

#pro1 li:hover .icon {
    font-size: 0;
    display: none;
}

#pro1 li:hover .iconfont {
    font-size: 50px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    border: 1px dashed #fff;
    color: #fff;
    position: relative;

}

#pro1 li h1 {
    font-size: 48px;
    margin-top: 10px;
}

#pro1 li h1 span {
    font-family: "microsoft yahei" !important;
    font-size: 14px;
    margin-left: 5px;
}

#pro1 li p {
    font-size: 16px;
}

#pro1 .content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}

#pro1 li .icon {
    fill: #ff0 !important;
}

#hyfg li {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s;
}

#hyfg li:hover {
    box-shadow: 0 0 10px #ccc;
}

#hyfg li .wz-content {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    background-color: rgba(0, 58, 149, 0.8);
}

#hyfg li .wz-content h3 {
    line-height: 40px;
    padding: 0;
    margin: 0;
}

/*查单*/
#c_searh .input {
    width: calc(100% - 160px);
    font-size: 18px;
}

#c_searh .input input {
    line-height: 80px;
    height: 80px;
    border-radius: 5px 0 0 5px;
}

#c_searh .button {
    width: 160px;
}

#c_searh .button button {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    background-color: #07387e;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

#c_searh ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 18px;
}

#c_searh :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 18px;
}

#c_searh ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 18px;
}

#c_searh :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 18px;
}

/*单页*/
#page, .page-bg, #news {
    background-color: #f5f5f5;
}

@media (min-width: 2400px) {
    #index-1 {
        max-width: 1920px;
        padding: 0;
        overflow: visible;
    }


    .width {
        max-width: 1920px;
        padding: 0;
    }
}

@media (max-width: 1710px) {
    .home-header .logo {
        flex: inherit;
        min-width: inherit;
        padding: 0;
    }
}

@media only screen and (max-width: 1660px) {
    .side-menu .ax-title .title-bg {
        width: 120px;
    }

    .side-menu .ax-title .title-bg {
        top: -10px;
    }

    .home-header .logo h1 {
        width: 200px;
    }

    .logo-text {
        display: none;
    }


    .ax-menu .ax-name {
        font-size: 14px;
    }

    .ax-menu > li > ul > li > a {
        font-size: 12px;
    }

    .ax-menu li a {
        height: 33px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 1440px) {
    body{
        font-size:14px;
    }
    #index-4 li {
        padding: 10px 20px;
    }

    #history-content .swiper-slide p {
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .more-link {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .more-link span {
        font-size: 20px;

    }

    .width {
        width: 90%;
        min-width: auto;
    }

    #pc-banner .swiper-slide h1 {
        font-size: 2rem;
    }

    #pc-banner .swiper-slide p {
        font-size: 0.96rem;
    }

    .banner-bar, .banner .pa-mask {
        width: 90%;
        left: 5%;
    }

    .banner-more ul li a {
        font-size: 0.75rem;
    }

    .banner-more ul li a img {
        margin-right: 4px;
    }

    .home-header .navmenu > li .tit {
        font-size: 0.8rem;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .banner .pa-mask h1 {
        font-size: 4rem;
    }


    #index-1 .service-list span.iconfont {
        font-size: 60px;
    }

    #index-1 .service-list h1 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    #index-1 .service-list p {
        font-size: 14px;
        line-height: 1.5;
    }

    #index-1 .service-list .more-link {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1280px) {
    .home-header .navmenu > li .tit {
        font-size: 0.75rem;
    }

    .fix-foot .content {
        font-size: 16px;
    }

    .side-menu .ax-title h1, .ax-accordion li.ax-item .ax-panel-header {
        padding: 0 15px;
    }

    .nav .ax-name {
        font-size: 14px;
    }

    #data .data li h2 {
        font-size: 45px;
    }

    .home-header .navmenu > li {
        padding: 0 20px;
    }

    .home-header .navmenu > li > ul {
        line-height: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-header .navmenu > li .tit {
        font-size: 0.75rem;
    }

    .nav .ax-name, .home-header .navmenu > li > ul li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 2400px) {
    header .sticky-wrapper {
        background-color: #07387e;
        padding: 0;
    }

    footer > div, .copyright > div {
        max-width: 1920px;
        margin: 0 auto;
        padding: 0;
    }

    .width, #article .width {
        width: 100%;
        max-width: 1920px;
        min-width: auto;
    }

    #article .ax-article {
        columns: 2;
        column-gap: 80px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg.menu-svg {
    width: 160px;
    height: 160px;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    stroke-width: 1px;
    stroke-dasharray: 0, 100;

}

svg .st1 {
    fill: #fff;
    stroke: #fff;
    animation: logo-in 4s ease-in-out;
    -moz-animation: logo-in 4s ease-in-out;
    -webkit-animation: logo-in 4s ease-in-out;
    animation-fill-mode: forwards
}

svg .st0, svg .st2 {
    fill: #fff;
    stroke: #fff;
    animation: logo-in2 4s ease-in-out;
    -moz-animation: logo-in2 4s ease-in-out;
    -webkit-animation: logo-in2 4s ease-in-out;
    animation-fill-mode: forwards
}

@keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
        left: 100px
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0);
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}

@keyframes logo-in2 {
    0% {
        stroke-dasharray: 0, 100;
        left: 100px
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(0, 58, 149, 0);
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(0, 58, 149, 1);
        stroke: #003A95;
    }
}

@-moz-keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0)
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}

@-webkit-keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0)
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}
.mobile-show{
    display: none;
}
:root{
    --web-color:#07387e;
}
.foot-weixin{
    float: right;
    width: 114px;
}
@media (max-width: 992px){
    .width{
        width: 94%;
    }
    .ui-sidebar{
        z-index: 99;
    }
    #menu-close{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        color: #fff;
    }
    .right-bar{
        display: none;
    }
    #menu-show{
        display: block;
    }
    #menu-close i,#menu-show i{
        font-size: 30px;
    }
    .banner,.ps-content{
        height: 100vh;
    }
    .ps-content img{
        height: 100%;
        object-fit: cover;
    }

    .home-header .navmenu{
        flex-wrap: wrap;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: -100%;
        background: rgba(7,56,126,.9);
        z-index: 102;
        justify-content: center;
        transition: all 0.5s;
    }
    .home-header .navmenu.open{
        left: 0;
    }
    .home-header .navmenu > li{
        width: 100%;
        height: 50px;
        line-height: 50px;

    }
    .home-header .navmenu > li a{
        font-size: 18px;
        color: #fff;
    }
    .home-header .flexbox{
        height: 60px;
    }
    .home-header .logo h1 img{
        height: 30px;
    }
    .fix-foot{
        padding: 30px 0;
    }
    .fix-foot li{
        width: 50%;
        padding: 15px 0;
    }
    .fix-foot h1 span{
        font-size: 24px;
    }
    .fix-foot h1{
        font-size: 12px;
    }
    .fix-foot .h1{
        font-size: 20px;
    }
    .fix-foot h4{
        font-size: 20px;
    }
    .banner .ps-content:before{
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.2);
    }
    #index-1{
        padding: 0;
    }
    #index-1 .service-list .swiper-slide .flex > div{
        width: 100%;
        margin-bottom: 20px;
    }
    #index-1 .service-list .swiper-slide{
        padding: 3%;
    }
    #index-1 .service-list .swiper-button-prev,
    #index-1 .service-list .swiper-button-next{
        top: auto;
        bottom:20px;
        left: 3%;
    }
    #index-1 .service-list .swiper-button-next{
        left: auto;
        right: 3%;
    }
    #index-1 .service-list h1,#index-4 .mask h1, #index-5 h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    #index-1 .service-nav{
        display: none;
    }
    #index-2 .content h1{
        padding-top: 6%;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .map-wrapper{
        display: none;
    }
    #index-2 .content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    #index-2 .content a.ax-btn{
        margin-right: 5px;
        font-size: 14px;
        width: 90px;
    }
    #index-2 .content .text p{
        font-size: 14px;
    }
    #index-2 .content .text .more-link{
        margin: 20px 0;
    }
    #index-2 .flex li{
        width: 100%!important;
        padding: 3% 0!important;
        border: none!important;
    }
    #index-2 .flex li + li{
        border-top: 1px solid #666!important;
    }
    #index-2 .flex li h1 span{
        font-size: 30px;
    }
    #index-2 .flex li h1{
        margin-bottom: 0;
    }
    #index-3{
        position: relative;
        padding-top: 6%;

    }
    #index-3 h1,#pc-banner .swiper-slide h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    .main-title{
        margin-bottom: 20px;
    }
    #index-3 .news-list li{
        width: 100%;
        margin-bottom: 60px;
    }
    #index-3 .ax-tab-nav, #news .ax-tab-nav{
        margin-bottom: 0;
    }
    #index-3 .ax-tab-nav li, #news .ax-tab-nav li{
        font-size: 16px;
        margin: 0 5px;
    }
    #index-3 .more-link{
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%,-50%)
    }
    .ax-tab-nav{
        width: 100%;
    }
    .news-list li h3{
        font-size: 18px;
    }
    .news-list li .content p{
        font-size: 13px;
    }
    #index-4{
        position: relative;
    }
    #index-4 .mask{
        padding: 0 3%;
        height: 100%;

    }
    #index-4 .mask p{
        font-size: 13px;
    }
    #index-4 .mask .more-link{
        margin: 0;
        position: absolute;
        bottom: 10px;
        left: 50%;
        right: 50%;
        transform: translate(-50%,-50%)
    }
    #index-5 li{
        width: 50%;
    }
    #index-5 li p{
        font-size: 12px;
    }
    footer .foot-logo{
        height: 30px;
    }
    footer .flex > li{
        width: 32%;
    }
    footer .flex > li:last-child,footer .list-container li{
        width: 100%;
    }
    footer .flex > li:last-child{
        margin-top: 20px;
        text-align: center!important;
    }
    footer h3 a{
        margin-bottom: 0;
    }
    .foot-weixin{
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .copyright{
        font-size: 12px;
        text-align: center;
    }
    .copyright .flex{
        justify-content: center;
    }
    footer .foot-1 h1{
        font-size: 32px;
    }
}
