* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1280px;
}

a {
    text-decoration: none;
}

input,
textarea,
a {
    outline: none;
}

.f_lt {
    float: left;
}

.f_rt {
    float: right;
}

.w_1280 {
    width: 1280px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

.hide {
    display: none;
}

a.btn {
    cursor: pointer;
}

.banner {
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 10;
}

.banner img {
    margin-top: 12px;
}

.banner ul li:hover>a,
.banner ul li.active>a {
    color: white;
    border-bottom: 2px solid white;
    font-weight: bolder;
}

.banner ul li {
    float: left;
    width: 156px;
    top: 10px;
    text-align: center;
    position: relative;
}

.banner ul li a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    margin: 0 auto;
    padding: 0 5px;
}

.banner ul li ul {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.16);
    top: 0px;
    left: 0;
    z-index: -1;
    padding-top: 56px;
}

.banner ul li ul li {
    height: 40px;
    line-height: 40px;
}

.banner ul li ul li a {
    height: 40px;
    line-height: 40px;
}

.banner ul li ul li:hover>a,
.banner ul li ul li.active>a {
    color: white;
    border-bottom: none;
}

.banner ul li .down_arrow {
    display: inline-block;
    font-size: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-left: 20px;
}

.swiper-container {
    top: -67px;
}

.swiper-button-prev {
    background-image: url(/official/img/left_icon.png) !important;
}

.swiper-button-next {
    background-image: url(/official/img/right_icon.png) !important;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: 0 !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.swiper-pagination-bullet-active {
    width: 79px !important;
    height: 5px !important;
    background-color: white !important;
}

.footer {
    background-color: #1a1d20;
}

.footer ul.items {
    overflow: hidden;
    width: 1197px;
    margin: 0 auto;
    padding: 58px 0;
}

.footer ul.items>li {
    float: left;
    width: 20%;
    text-align: left;
}

.footer ul.items>li p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 40px;
}

.footer ul.items>li>ul>li {
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.footer ul.items>li a.btn {
    display: block;
    width: 174px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    background-color: #2f89f9;
}

.footer div.foot {
    height: 220px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0 104px 0;
}

.footer div.foot div {
    width: 1197px;
    margin: 0 auto;
}

.footer div.foot div a,
.footer div.foot div p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.footer div.foot div p {
    line-height: 60px;
}

.footer div.foot div .f_rt a {
    position: relative;
    cursor: pointer;
}

.footer div.foot div .f_rt .code {
    position: absolute;
    top: 30px;
    right: 0;
}

.feekback form {
    overflow: hidden;
    position: relative;
}

.feekback form div {
    position: relative;
}

.feekback form div input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    border: 1px solid #ccc;
}

.feekback form div input:not(:last-child) {
    margin-bottom: 33px;
}

.feekback form div textarea {
    height: 216px;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
}

.feekback form div span {
    color: red;
    position: absolute;
    top: 16px;
    right: 10px;
}

.feekback form a.btn,
.feekback form span.submit_btn {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 610px;
    margin-left: -30px;
}

.feekback form a.btn {
    bottom: 81px;
}

.feekback form span.submit_btn {
    bottom: 45px;
}

.mainbg {
    position: relative;
    top: -67px;
}

.mainbg img {
    width: 100%;
}

.mainbg .w_1280 {
    background-repeat: no-repeat;
}

.mainbg .w_1280 a.btn {
    display: block;
    width: 196px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: white;
    border-radius: 20px;
    background: linear-gradient(right, #4594ff, #3976ff);
    background: -o-linear-gradient(right, #4594ff, #3976ff);
    background: -webkit-linear-gradient(right, #4594ff, #3976ff);
    background: -moz-linear-gradient(right, #4594ff, #3976ff);
    margin-top: 60px;
}

.contact_wins {
    width: 127px;
    height: 329px;
    background-image: url(/official/img/suswindow_bg.png);
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 1000;
}

.contact_wins div.contact_img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 18px 0 0 16px;
}

.contact_wins ul {
    padding: 0 30px 0 20px;
}

.contact_wins ul li {
    height: 74px;
    text-align: center;
}

.contact_wins ul li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact_wins ul li img {
    margin-top: 20px;
}

.contact_wins ul li p {
    font-size: 12px;
    color: white;
    line-height: 30px;
}

.contact_wins ul li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact_wins a.close,
.contact_wins a.to_top {
    display: block;
    cursor: pointer;
    position: absolute;
}

.contact_wins a.close {
    width: 13px;
    height: 12px;
    top: 0;
    right: 0;
}

.contact_wins a.to_top {
    width: 50px;
    height: 50px;
    right: 44px;
    bottom: 0;
}

.fc_333 {
    color: #333;
}

.fc_blue {
    color: #7e8296;
}

.fc_999 {
    color: #999;
}

.fz_40 {
    font-size: 40px;
}

.fz_32 {
    font-size: 32px;
}

.fz_25 {
    font-size: 25px;
}

.fz_24 {
    font-size: 24px;
}

.fz_22 {
    font-size: 22px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.fz_16 {
    font-size: 16px;
}

.fz_14 {
    font-size: 14px;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.mt_60 {
    margin-top: 60px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.title {
    line-height: 100px;
}

.cont {
    line-height: 40px;
}

a.btn.primary_btn {
    color: white;
    text-align: center;
    display: block;
    padding: 0 20px;
    width: 196px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px;
    background: linear-gradient(right, #4594ff, #3976ff);
    background: -o-linear-gradient(right, #4594ff, #3976ff);
    background: -webkit-linear-gradient(right, #4594ff, #3976ff);
    background: -moz-linear-gradient(right, #4594ff, #3976ff);
    margin: 60px auto;
}


/*# sourceMappingURL=common.css.map */