@charset "utf-8";

.letter-cap { text-transform: uppercase;}
.clear {clear:both;}
.italic {font-style: italic;}
.mar-tb100 { margin: 100px 0;}

.head-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.head-page::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    position: absolute;
    bottom: 0;
    left: 0;
}
.head-page .user{
    font-size: 16px;
    font-weight: bold;
    color: #040000;
}
.user span{
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/user.png) no-repeat center/contain;
    margin-right: 10px;
}

.head-page .logo {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.head-page .logo .textt {
	color: #666666;
	font-size: 14px;
	margin-top: 3px;
}

.head-page .logo img {
    height: 46px;
}
.head-search{
    width: 18px;
    height: 18px;
    display: block;
    background: url(../img/search.png) no-repeat center/contain;
    margin-right: 18px;
}
.other-lang .link{
    font-size: 14px;
    color: #323333;
}
@media only screen and (max-width: 1043px) {
    .head-page {
        display: none;
    }
}
.head-phone {
    display: none;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
}
.head-phone.sc-head {
    background: #ffffff;
    -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}
.head-phone .width1550 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.head-phone .logo img {
    height: 32px;
}
.head-phone .nav-toggle-list {
    cursor: pointer;
}
.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}
.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}
.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}
.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}
.head-phone .item-r a {
    margin-right: 10px;
}
.head-phone .item-r a:last-child {
    margin-right: 0;
}
.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}
.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.donateBtn{
	width: 160px;
	height: 30px;
	background: transparent;
	border-radius: 3px;
	color: #BA2F2A;
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border:1px solid #BA2F2A
}

.donateBtn:hover{
	background: #BA2F2A;
	color: #FFFFFF;
}

@media only screen and (max-width: 1043px) {
    .head-phone {
        display: block;
    }
}
.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}
.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}
.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}
.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}
.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}
.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}
.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}
.mbnav .data {
    display: none;
}
.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.mbnav .header {
    background-color: #D04237;
    padding: 20px;
}
.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}
.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
}
.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}
.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}
.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}
.mbnav .search ::-moz-placeholder {
    color: #fff;
}
.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}
.mbnav .search :-ms-input-placeholder {
    color: #fff;
}
.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.mbnav .item.sub {
    padding-right: 40px;
}
.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}
.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}
.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}
.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}
@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.pc-btnl {
    color: #000;
}
.pc-btnl:hover {
    color: #BA2F2A;
}
@media only screen and (max-width: 1043px) {
    .mbnav-btn {
        display: block;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }
    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }
    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }
    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px);
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }
    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }
    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }
    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.mb-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.mb-btns a{
    display: block;
    box-sizing: border-box;
    width: 80px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-btnr {
    border-radius: 5px 0 0 5px;
    background: #D04237;
    color: #ffffff;
    border: 1px solid #D04237;
}
.mb-btnl{
    border: 1px solid #f2f2f2;
    border-radius: 0 5px 5px 0;
    border-left: none;
    color: #333;
}

.mb-btnc{
    border-radius: 5px;
    background: #D04237;
    color: #ffffff;
    border: 1px solid #D04237;
	width: auto!important;
	padding:0 5px;
	box-sizing: border-box;
}
.page-asides {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99;
    width: 60px;
    border-radius: 40px 0 0 40px;
    padding: 40px 0;
    -webkit-box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    background: #ffffff;
}
.page-asides .item {
    position: relative;
    display: block;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-asides .item:last-child .item-l {
    border-bottom: none;
}
.page-asides .item .item-l {
    height: 55px;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-asides .item .img {
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 9px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-asides .item p {
    color: #4D4D4D;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.page-asides .item .item-h {
    position: absolute;
    right: calc(100% + 8px);
    top: 0;
    background: #EA222D;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    z-index: 5;
    display: none;
}
.page-asides .item:hover {
    background: #EA222D;
}
.page-asides .item:hover .item-l {
    border-bottom: 1px solid #EA222D;
    line-height: 55px;
}
.page-asides .item:hover .item-l .img {
    display: none;
}
.page-asides .item:hover p {
    margin-top: 0;
    color: #ffffff;
}
.page-asides .item:hover .item-h {
    display: block;
}
.page-asides.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (max-width: 960px) {
    .page-asides {
        display: none;
    }
}
.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.swiper-container.typea .swiper-pagination {
    bottom: 5%;
}
.swiper-container.typea .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: .35;
    position: relative;
    outline: none;
}
.swiper-container.typea .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.swiper-container.typea .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container.typea .swiper-pagination-bullet-active::after {
    background: white;
    -webkit-animation: indicator-loading 6s linear forwards;
    animation: indicator-loading 6s linear forwards;
}
.swiper-container.typeb .swiper-pagination {
    bottom: 30px;
}
.swiper-container.typeb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    margin: 0 13px;
    border: 1px solid #FFFFFF;
}
.swiper-container.typeb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}
.swiper-container .svg-swiper-pagination {
    bottom: 5%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    position: relative;
    width: 20px;
    height: 20px;
    outline: none;
    margin: 0 6px;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {
    opacity: 1;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {
    -webkit-animation: svgCircleAnmi 3s linear forwards;
    animation: svgCircleAnmi 3s linear forwards;
}
.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active .circle2 {
    -webkit-animation: svgCircleAnmi 6s linear forwards;
    animation: svgCircleAnmi 6s linear forwards;
}
.swiper-container .svg-swiper-pagination .svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
}
.swiper-container .svg-swiper-pagination .circle1 {
    stroke: transparent;
}
.swiper-container .svg-swiper-pagination .circle2 {
    stroke: #ffffff;
    stroke-dasharray: 0 339;
}
.swiper-container svg:not(:root) {
    overflow: hidden;
}
.swiper-container.swiper-button-block .swiper-button-prev,.swiper-container.swiper-button-block .swiper-button-next {
    width: 46px;
    height: 90px;
    outline: none;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-container.swiper-button-block .swiper-button-prev::after,.swiper-container.swiper-button-block .swiper-button-next::after {
    font-size: 30px;
    color: #ffffff;
    font-weight: 100;
}
.swiper-container.swiper-button-block .swiper-button-prev:hover,.swiper-container.swiper-button-block .swiper-button-next:hover {
    background: #0CCCBC;
}
/* .swiper-container.swiper-button-block .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(-100px, -50%);
        -ms-transform: translate(-100px, -50%);
            transform: translate(-100px, -50%);
}
.swiper-container.swiper-button-block .swiper-button-next {
    right: 0;
    left: auto;
    -webkit-transform: translate(100px, -50%);
        -ms-transform: translate(100px, -50%);
            transform: translate(100px, -50%);
} */
/* .swiper-container.swiper-button-block:hover .swiper-button-prev {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.swiper-container.swiper-button-block:hover .swiper-button-next {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
} */
.swiper-container.swiper-button-hollow .swiper-button-prev,.swiper-container.swiper-button-hollow .swiper-button-next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    outline: none;
}
.swiper-container.swiper-button-hollow .swiper-button-prev::after,.swiper-container.swiper-button-hollow .swiper-button-next::after {
    display: none;
}
.swiper-container.swiper-button-hollow .swiper-button-prev .btn-prve,.swiper-container.swiper-button-hollow .swiper-button-next .btn-prve {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-right: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}
.swiper-container.swiper-button-hollow .swiper-button-prev .btn-next,.swiper-container.swiper-button-hollow .swiper-button-next .btn-next {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}
.swiper-container.swiper-button-hollow .swiper-button-prev:hover,.swiper-container.swiper-button-hollow .swiper-button-next:hover {
    background: #0045a7;
}
.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-next,.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-next {
    border-left: 6px solid #ffffff;
}
.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-prve,.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-prve {
    border-right: 6px solid #ffffff;
}
@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media only screen and (max-width: 1480px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 82px;
    }
    .swiper-container.typea .swiper-pagination-bullet {
        width: 60px;
        height: 2px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev,.swiper-container.swiper-button-block .swiper-button-next {
        width: 45px;
        height: 108px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev::after,.swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1280px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 40px;
    }
    .swiper-container.typea .swiper-pagination-bullet {
        width: 48px;
        height: 2px;
    }
    .swiper-container.typeb .swiper-pagination {
        bottom: 15px;
    }
    .swiper-container.typeb .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev,.swiper-container.swiper-button-block .swiper-button-next {
        width: 40px;
        height: 96px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev::after,.swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1043px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 30px;
    }
    .swiper-container.typea .swiper-pagination-bullet {
        width: 40px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev,.swiper-container.swiper-button-block .swiper-button-next {
        width: 35px;
        height: 84px;
    }
    .swiper-container.swiper-button-block .swiper-button-prev::after,.swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 16px;
    }
}
@media only screen and (max-width: 750px) {
    .swiper-container.swiper-button-hollow .swiper-button-prev,.swiper-container.swiper-button-hollow .swiper-button-next {
        width: 35px;
        height: 35px;
        display: none;
    }
    .swiper-container.typeb .swiper-pagination {
        bottom: 5px;
    }
}

@-webkit-keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }
    to {
        stroke-dasharray: 339 339;
    }
}

@keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }
    to {
        stroke-dasharray: 339 339;
    }
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.c-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}
.c-modal.show {
    opacity: 1;
    visibility: visible;
}
.c-modal.show .c-modal-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.c-modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    cursor: pointer;
}
.c-modal-container {
    max-width: 92%;
    max-height: 92%;
    overflow-y: initial;
    overflow-x: initial;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.c-modal-close {
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: .6;
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    color: #ccc;
}
.c-modal-close:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c-modal-main {
    position: relative;
    z-index: 0;
    display: none;
}
.c-modal-main.active {
    display: block;
}
.c-modal-main.videobox {
    width: 800px;
    padding-bottom: 56.25%;
    max-width: 100%;
}
.c-modal-main.videobox .video-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}
.video-modal.show {
    opacity: 1;
    visibility: visible;
}
.video-modal .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
}
.video-modal .main {
    width: 92%;
    max-width: 800px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.video-modal .off {
    color: #ccc;
    font-size: 28px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}
.video-modal .off:hover {
    color: #000;
}
.video-modal .video-js {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
}
.pages a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: inline-block;
    margin-right: 17px;
    border: 1px solid #DCDCDC;
}
.pages a span {
    width: 8px;
    height: 14px;
    background: url(../img/pages-next.png) no-repeat;
    display: inline-block;
}
.pages a.active {
    color: #ffffff;
    background: #EA222D;
    border: 1px solid transparent;
}
@media only screen and (max-width: 1366px) {
    .pages a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 1280px) {
    .pages {
        margin-top: 60px;
    }
    .pages a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 750px) {
    .pages a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 15px;
    }
}
/* .index-banner {
    width: 100%;
    height: calc( 100vh - 120px) ;
} */
.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.index-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
    background-color: #000;
}
.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.index-banner .img {
    width: 100%;
    display: none;
}
.banner {
    position: relative;
}
.banner .h-banner {
    display: none;
}
@media only screen and (max-width: 960px) {
    .index-banner .swiper-slide {
        background: none;
    }
    .index-banner .img {
        display: block;
    }
    .index-banner {
        margin-top: 60px;
        height: calc(100% - 60px);
    }
    .banner .p-banner {
        display: none;
    }
    .banner .h-banner {
        display: block;
    }
}
.head-page .width1200{
    height: 110px;
    justify-content: space-between;
}
footer{
    background: #222426;
}
footer .top{
    padding: 49px 0;
    box-sizing: border-box;
}
footer .top-l{
    font-weight: bold;
    color: #FFFFFF;
}
footer .advice-user{
    font-size: 14px;
    color: #B2B2B2;
}
footer .advice-user .advice-login{
    color: #D04237;
}
footer .advice-emai {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
footer .advice-emai .tit {
    border-bottom: 6px solid #D04237;
    font-weight: bold;
    color: #FFFFFF;
}
footer .advice-emai span {
    display: block;
    width: 11px;
    height: 15px;
    background: url(../img/advice-emai.png) no-repeat center/cover;
    margin-left: 10px;
}
footer .advice-user{
    margin-top: 20px;
}
footer .top-r{
   margin-left: auto;
}
footer .copyright {
    font-size: 14px;
    color: #B2B2B2;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #434343;
}
footer .record{
   margin-left: auto;
}
footer .record .item{
    display: flex;
    align-items: center;
}
footer .record .item a{
    font-size: 14px;
    color: #B2B2B2;
    transition: all .3s;
    text-transform: uppercase;
}
footer .record .item::after{
    content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #B2B2B2;
    margin: 0 5px;
}
footer .record .item:last-child::after{
    display: none;
}
/* 页面标题开始 */
.page-tit{
    color: #000000;
    line-height: 1.26;
    font-weight: bold;
}
.page-line{
    width: 123px;
    height: 8px;
    background: #BA2F2A;
    margin: 13px 0 47px;
}
.page-con{
    color: #808080;
    line-height: 1.25;
    width: 76%;
    text-align: left;
}
.advice-bot{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    margin: 180px auto 0;
    transition: all .3s;
}
.advice-bot span{
    display: block;
    width: 16px;
    height: 24px;
    background: url(../img/advice-bot.png) no-repeat center/cover;
    margin-left: 10px;
}
.advice-bot .tit{
    border-bottom: 10px solid #D04237;
    padding: 0 20px 5px;
    box-sizing: border-box;
    color: #808080;
}
.share{
    margin-top: 20px;
}
.share a{
    margin-right: 10px;
    display: inline-block;
}
.add-more{
    margin-left: auto;
    font-weight: 400;
    color: #D04237;
}
.page-ntit{
    padding: 60px 0 8px;
    border-bottom: 1px solid #D2D2D2;
}
.page-ntit .item{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
}
.page-ntit .item.item-t{
    margin-left: auto;
}

/*分页*/
.paging-wrap{ width: 100%; /*float: left;*/ margin: 70px 0px 0; text-align: center;}
.paging-wrap span { width: 40px; height: 40px; line-height: 40px; display: inline-block; margin: 0 10px; background-color: #D04237 !important; border: 1px solid #D04237 !important; color: #ffffff !important; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; font-weight:normal !important; }
.paging-wrap a { width: 40px; height: 40px; line-height: 40px; display: inline-block; margin: 0 10px; background-color: #ffffff; border: 1px solid #EDEDED; color: #666666; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.paging-wrap a:hover { background-color: #D04237; border: 1px solid #D04237; color: #ffffff; }




@media only screen and (min-width: 960px) {
    .advice-bot:hover{
        transform: translateX(10px);
    }
    footer .advice-emai:hover{
        transform: translateX(10px);
    }
    footer .record .item a:hover{
        color: #D04237;
    }
}
@media only screen and (max-width: 1200px) {
    .advice-bot {
        margin: 50px auto 0;
    }
    .advice-bot .tit {
        border-bottom: 6px solid #D04237;
        padding: 0 10px 5px;
    }
    footer .record .item a{
        font-size: 13px;
    }
    footer .copyright{
        font-size: 13px;
    }
    footer .advice-user{
        font-size: 13px;
    }
    .page-ntit {
        padding: 40px 0 8px;
    }
}
@media only screen and (max-width: 1043px) {
    footer .top{
        justify-content: center;
        padding: 25px 0;
    }
    footer .top-l{
        text-align: center;
    }
    footer .top-r {
        margin: 10px 0 0;
    }
    footer .advice-user {
        margin-top: 8px;
    }
    footer .copyright{
        justify-content: center;
    }
    footer .record{
        margin-left: 0;
        justify-content: center;
        display: none;
    }
}
@media only screen and (max-width: 960px) {
    .page-con{
        width: 100%;
    }
}
@media only screen and (max-width:768px) {
    footer .top-l {
        text-align: center;
        font-weight: 100;
        line-height: 1.25;
    }
    footer .copyright ,.copyright-l{
        text-align: center;
    }
    footer .record{
        margin-top: 10px;
    }
    .page-line {
        width: 60px;
        height: 3px;
        background: #BA2F2A;
        margin: 13px 0 20px;
    }
    .page-con{
        text-align: right;
    }
    .advice-bot {
        margin: 20px auto 0;
    }
    .advice-bot .tit {
        border-bottom: 3px solid #D04237;
        padding: 0 5px 4px;
    }
    .paging-wrap{
        margin: 25px 0px;
    }
    .page-ntit {
        padding: 30px 0 8px;
    }


	/*分页*/
	.paging-wrap span { width: 30px; height: 30px; line-height: 30px; margin: 0 5px; }
	.paging-wrap a { width: 30px; height: 30px; line-height: 30px; margin: 0 5px; }
}


/*分享功能覆盖20210706*/
.at-resp-share-element .at-share-btn .at-label{
   display:none;
}
.at-style-responsive .at-share-btn {
	padding: 0!important;
	background-color: transparent!important;
}
.at-svc-facebook svg{
	 fill: #ffffff!important;
	 width: inherit!important;
	 height: inherit!important;
}
.at-icon-wrapper{
	line-height: 27px!important;
	height: 36px!important;
	width: 36px!important;
	border-radius: 18px!important;
    background-color: #1D1D1D!important;
}
.at-svc-twitter svg{
	fill: #ffffff!important;
}
.at-svc-linkedin svg{
	fill: #ffffff!important;
}
.at-svc-wechat svg{
	fill: #ffffff!important;
}
.at-resp-share-element .at-share-btn {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	margin-right:10px;
}
.at-share-btn-elements{
	display: flex;
	align-items: center;
	flex-direction: column;
    position: fixed;
    left: 15px;
	top: 150px;
}
.at-share-btn-elements.show-share{
	transition: opacity 0.2s ease 0s;
	opacity: 1;
	top: 150px;
    transition: top 0.2s ease-out 0s;
}
.at-share-btn-elements.hide-share{
	top: 140px;
    transition: top 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
    opacity: 0;
    pointer-events: none;
}

.at-resp-share-element .at-share-btn {
	margin: 0 0 10px 10px!important;
}
.at-icon-wrapper{
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
}



@media only screen and (max-width:768px) {
	.at-share-btn-elements {
		justify-content: center;
		position: unset;
		flex-direction: row;
	}
	.at-icon-wrapper{
		height: 27px!important;
		width: 27px!important;
		border-radius: none;
		background-color: #FFFFFF!important;
	}
	.at-resp-share-element .at-share-btn {
		margin: 0 10px 0 0!important;
	}
	.at-svc-facebook svg {
		fill: #325a97!important;
	}
	.at-svc-twitter svg {
		fill: #00aced!important;
	}
	.at-svc-linkedin .at-icon-wrapper {
		line-height: 20px!important;
		height: 20px!important;
		width: 20px!important;
		background: #01577e!important;
		border-radius: 50%!important;
	}
	.at-svc-linkedin svg {
		fill: #ffffff!important;
		width: 16px!important;
		height: 16px!important;
		line-height: 16px!important;
	}
	.at-svc-wechat svg {
		fill: #4cc02c!important;
	}
}
