html, body {
    position: relative;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #666;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN, 'LatoRegular', PingFangSC-Regular, "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, serif;
    position: relative;
    height: 100%
}

ul, li, p, div {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    margin: auto;
}

a {
    text-decoration: none;
}

input, textarea {
    font: inherit;
}

.ps-menu {
    position: fixed;
    z-index: 90;
    top: 0;
    bottom: 0;
    right: -256px;
    width: 240px;
    padding-left: 16px;
    padding-top: 53px;
    background-color: #2E3870;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ps-menu.open {
    right: 0;
    -webkit-box-shadow: -7px 2px 59px -15px #000315;
    -moz-box-shadow: -7px 2px 59px -15px #000315;
    box-shadow: -7px 2px 59px -15px #000315;
}

.ps-menu .hide {
    height: 16px;
    padding-right: 16px;
}

.ps-menu .hide span {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    background: url("../img/icon-hide.png") no-repeat;
    background-size: contain;
}

.ps-menu .menu {
    padding-top: 24px;
}

.ps-menu .menu li {
    padding-bottom: 8px;
}

.ps-menu .menu li .mn {
    line-height: 56px;
    padding-left: 20px;
    color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ps-menu .menu li .mn.more:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 18px;
    background: url("../img/icon-more.png") no-repeat right center;
    background-size: 14px 14px;
}

.ps-menu .menu li .list .it {
    display: none;
}

.ps-menu .menu li .list.open {
    background-color: #293263;
    border-radius: 20px 0 0 20px;
}

.ps-menu .menu li .list.open .mn.more:after {
    background-image: url("../img/icon-open.png");
}

.ps-menu .menu li .list.open .it {
    display: block;
}

.ps-menu .menu li .list .it {
    color: rgba(255, 255, 255, .5);
    line-height: 48px;
    padding-left: 20px;
}

.ps-menu .menu li .mn.sel,
.ps-menu .menu li .list .it.sel {
    color: #FFF;
    font-weight: 600;
}

.ps-head {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ps-bg {
    background-repeat: no-repeat;
    background-size: contain;
}

.ps-head .logo {
    display: block;
    width: 100px;
    height: 22px;
    background-image: url("../img/icon-logo.png");
}

.ps-head .menu {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon-menu.png");
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-vertical > .swiper-pagination {
    left: 8px;
    right: auto;
}

.swiper-pagination-bullet {
    margin: 8px 0;
    width: 2px;
    height: 8px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 1px;
}

.swiper-pagination-bullet-active {
    height: 24px;
    background-color: #FFF;
}

.ps-news .nav {
    height: 56px;
    display: flex;
    justify-content: space-around;
    -webkit-box-shadow: 0 13px 27px -21px rgba(122, 122, 122, .76);
    -moz-box-shadow: 0 13px 27px -21px rgba(122, 122, 122, .76);
    box-shadow: 0 13px 27px -21px rgba(122, 122, 122, .76);
}

.ps-news .nav a {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 0;
}

.ps-news .nav a.sel {
    color: #2E3870;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 3px solid #2E3870;
}

.ps-news .crumb {
    padding: 24px 16px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.ps-news .crumb span {
    color: #2E3870;
}

.ps-news .title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
    padding: 0 16px 16px;
    color: #2E3870;
    border-bottom: 1px solid #F5F5F5;
}

.ps-news .content {
    padding: 15px 16px;
    font-size: 14px !important;
    line-height: 24px !important;
}

.ps-news .content p {
    text-indent: 2em !important;
    padding-bottom: 24px !important;
}

.ps-news .content img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.ps-partner {
    -webkit-box-shadow: 0 11px 27px 0 rgba(27, 55, 106, .47);
    -moz-box-shadow: 0 11px 27px 0 rgba(27, 55, 106, .47);
    box-shadow: 0 11px 27px 0 rgba(27, 55, 106, .47);
}

.ps-partner-title {
    margin-top: 32px;
}

.ps-partner-title .tit,
.ps-partner-form .title .tit {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    color: #2E3870;
    padding-bottom: 24px;
}

.ps-partner-title span,
.ps-partner-form .title span {
    display: block;
    margin: 0 auto 24px;
    width: 32px;
    height: 4px;
    background-color: #2E3870;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ps-partner-form {
    background: url("../img/partner-form.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 16px;
}

.ps-partner-form .title {
}

.ps-partner-form .title .tit {
    color: #FFF;
}

.ps-partner-form .title span {
    background-color: #FFF;
    margin-bottom: 40px;
}

.ps-partner-form .btns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.ps-partner-form .btns .btn {
    line-height: 40px;
    background-color: #FFF;
    color: #333;
    font-size: 16px;
    padding: 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ps-partner-form .btns .btn.sel {
    background-color: #2E3870;
    color: #FFF;
}

.ps-partner-form .form .item {
    padding-bottom: 16px;
    display: flex;
}

.ps-partner-form .form .item .ipt {
    flex: 1;
}

.ps-partner-form .form .item .ipt.sm {
    width: 110px;
    margin-left: 8px;
    flex: auto;
}

.ps-partner-form .form .item .ipt input,
.ps-partner-form .form .item .ipt textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(252, 253, 255, .39);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    background-color: transparent;
    padding: 9px 16px;
    line-height: 22px;
    outline: none;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ps-partner-form .form .item .ipt textarea.txt {
    height: 64px;
}

.ps-partner-form .form .item .btn {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    background-color: #2E3870;
    -webkit-box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
    box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
}

.ps-clean {
}

.ps-clean4 {
    padding: 24px 16px 0;
    background-color: #051222;
    margin-bottom: -80px;
}

.ps-clean4 .box {
    -webkit-box-shadow: 0 13px 26px -23px #485866;
    -moz-box-shadow: 0 13px 26px -23px #485866;
    box-shadow: 0 13px 26px -23px #485866;
    background-image: linear-gradient(#FFF, #FDFEFE);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 12px;
    position: relative;
    z-index: 2;
}

.ps-clean4 .box .title {
    padding: 40px 16px 24px;
    text-align: center;
    font-weight: 600;
    color: #2E3870;
    line-height: 30px;
    font-size: 24px;
}

.ps-clean4 .box .split {
    width: 32px;
    height: 4px;
    margin: 0 auto 40px;
    background-color: #2E3870;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ps-good {
    position: relative;
}

.ps-good .box {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
}

.ps-good .box .title {
    text-align: center;
    font-weight: 600;
    color: #FFF;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 24px;
}

.ps-good .box .split {
    width: 32px;
    height: 4px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ps-clean5 {
    position: relative;
}

.ps-clean5 .title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 118px;
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
    text-shadow: 0 2px 25px 0 rgba(0, 0, 0, .27);
}

.ps-index-form {
    background-color: #f7f8fc;
}

.ps-index-form .form {
    padding: 0 8px 0 16px;
}

.ps-index-form .form .item {
    padding-bottom: 16px;
    display: flex;
}

.ps-index-form .form .item .ipt {
    flex: 1;
    margin-right: 8px;
}

.ps-index-form .form .item .ipt input,
.ps-index-form .form .item .ipt textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #FFF;
    padding: 9px 16px;
    line-height: 22px;
    outline: none;
    color: #333;
}

.ps-index-form .form .item .ipt textarea.txt {
    height: 64px;
}

.ps-index-form .form .item .btn {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
    color: #FFF;
    font-size: 16px;
    background-color: #2E3870;
    -webkit-box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
    box-shadow: 0 14px 21px -9px rgba(0, 0, 0, .23);
}

.ps-about {
    position: relative;
    -webkit-box-shadow: 0 20px 53px -16px #152D68;
    -moz-box-shadow: 0 20px 53px -16px #152D68;
    box-shadow: 0 20px 53px -16px #152D68;
}

.ps-about .about {
    position: absolute;
    right: 40px;
    bottom: 47px;
    display: flex;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    color: #FFF;
}

.ps-about .about .tip {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .46px;
    padding-bottom: 8px;
}

.ps-about .about .tit {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 35px;
}

.ps-about .about .video {
    width: 130px;
    height: 40px;
    background-image: url("../img/icon-video.png");
}

.ps-about-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    color: #2E3870;
}

.ps-about-content {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    padding: 16px 16px 46px;
    border-bottom: 1px solid #F5F5F5;
}

.ps-about-content p {
    text-indent: 2em;
}

.ps-about-img {
    padding: 23px 16px;
}

.ps-index1 {
    background: url("../img/index1.jpg") no-repeat center;
}

.ps-index2 {
    background: url("../img/index2.jpg") no-repeat center;
}

.ps-index3 {
    background: url("../img/index3.jpg") no-repeat center;
}

.ps-index4 {
    background: url("../img/index4.jpg") no-repeat center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.home-video {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: #000;
}

.home-video .close {
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/close.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 16px;
    top: 16px;
    text-indent: -60px;
    overflow: hidden;
    z-index: 11;
}

.video-contain {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.ty-foot {
    margin-top: 0;
    height: 188px;
    line-height: 21px;
    background: url('../img/lx.png') no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}

.ty-foot .tit {
    padding-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
}

.ty-foot .btns a {
    display: inline-block;
    width: 120px;
    height: 32px;
    margin: 10px;
    border: 1px solid #FFF;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 32px;
}

.ty-con {
    background-color: #F5F5F6;
    overflow: hidden;
}

.ty-news-list {
    padding: 15px;
}

.ty-news-list li {
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #FFF;
}

.ty-news-list li .img {
    display: block;
}

.ty-news-list li .img img {
    display: block;
    width: 100%;
}

.ty-news-list li .tit {
    padding: 15px 0;
    font-size: 17px;
    color: #3F4246;
    line-height: 24px;
}

.ty-news-list li .bot {
    padding: 0 0 15px;
    color: #999;
    font-size: 15px;
    line-height: 21px;
    overflow: hidden;
}

.ty-news-list li .bot .date {
    float: left;
}

.ty-news-list li .bot .view {
    color: #2E3870;
    float: right;
}

.qr-code {
    text-align: center;
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    height: 200%;
    width: 100%;
    z-index: 10;
}

.qr-code .code {
    width: 258px;
    height: 258px;
    overflow: hidden;
    margin: 194px auto 0;
}

.qr-code .code img {
    width: 258px;
    height: 258px;
    display: block;
}

.qr-code .code img.hide {
    display: none;
}

.qr-code .btns {
    width: 258px;
    margin: auto;
}

.qr-code .btns a {
    display: block;
    float: left;
    width: 129px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    color: #444;
    vertical-align: top;
}

.qr-code .btns a.sel {
    background-color: #007AFF;
    color: #FFF;
}

#cnzz_stat_icon_1279073638 > a {
    display: none;
}