@charset "utf-8";

html {
    font-size: 625%
}

body {
    font-size: 16px;
    background: #FFF
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0
}

body,
html,
input,
button,
textarea {
    color: #000;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4,
h5 {
    font-size: 16px
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%
}

li {
    list-style: none
}

i,
em {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: none
}

a:hover {
    color: #0B68F2;
    text-decoration: none
}

input[type="text"]:focus {
    outline: none
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.ellipsis6 {
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.ellipsis7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.layout {
    width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .layout {
        width: 1200px
    }
}

@media screen and (max-width: 1300px) {
    .layout {
        width: 1100px
    }
}

@media screen and (max-width: 1200px) {
    .layout {
        width: 94%;
    }
}

.img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

/*产品页*/
.product .media .flex-box .describe .title {
    font-size: 30px;
    color: #000;
    margin-top: 20px;
    font-family: Kanit-Medium;
}

.product .media .flex-box .describe .title.blue {
    color: #0b68f2;
}

.product .media .flex-box .describe .p1 {
    font-size: 30px;
    font-weight: 500;
}

.product .media .flex-box .describe .content {
    font-size: 16px;
    color: #667588;
    margin: 20px 0 20px 0;
    opacity: .5;
}

.product .describe .more {
    width: 170px;
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: rgba(226, 197, 33, 0.29);
    display: inline-block;
    padding: 0 5px;
    margin-top: 20px;
    border: none;
}

.product .describe .more:after {
    display: none;
}

.product.bolg .model .more {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.product .more>div {
    background-color: #E2C521;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    /*padding: 0 30px;*/
    margin-top: 5px;
}

.bolg.product .more>div {
    display: inline-block;
    padding: 0 30px;
}

.bolg.product .more:hover>div {
    text-decoration: underline;
    text-decoration-color: #000000;
}

.product .describe .more:hover>div {
    text-decoration: underline;
    text-decoration-color: #000000;
}

.product .more>div a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/arrow-right-white.png) no-repeat center center;
    background-size: 70%;
}

.product .more>div:after {
    display: none;
}

.product .more>div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
}

.product .flex-box .ulist li {
    width: 100%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 30px;
    position: relative;
}

.product .flex-box .ulist li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0b68f2;
    position: absolute;
    left: 0;
    top: 15px;
    /* margin-top:-3px; */
}

.product .media .flex-box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    /*max-width:1438px;*/
    padding: 30px 60px 40px 30px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
}

.product .media .flex-box .picture {
    max-width: 693px;
    width: 56%;
}

.product .media .flex-box .picture .img_box {
    padding-top: 61%;
    position: relative;
    height: 0;
    width: 100%;
}

.product .media .flex-box .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
    border-radius: 20px;
}

.product .media .flex-box .describe {
    box-sizing: border-box;
    width: 45%;
    padding-left: 0;
}

@media only screen and (max-width:1600px) {
    .product .media .flex-box .describe .title {
        font-size: 27px;
    }

    .product .media .flex-box .describe .content {
        margin: 10px 0 12px 0;
    }
}

@media only screen and (max-width:1200px) {
    .product .media .flex-box .describe .title {
        font-size: 24px;
    }

    .product .media .flex-box .describe .content {
        margin: 6px 0 10px 0;
    }

    .product .flex-box .ulist li {
        width: 100%;
    }

    .product .media .flex-box .picture {
        width: 52%;
    }

    .product .media .flex-box .describe {
        width: 44%;
    }
}

@media only screen and (max-width:950px) {
    .product .media .flex-box {
        display: flex;
        flex-direction: column;
    }

    .product .media .flex-box .picture {
        width: 100%;
    }

    .product .media .flex-box .describe {
        width: 100%;
        margin-top: 0px;
    }

    .product .media .flex-box {
        padding: 20px 0;
    }

    .product .model {
        padding: 28px 0 50px 0;
    }

    .tou_01 {
        margin-top: 25px;
    }
}

.application.product .media .flex-box {
    background-color: #f3f7fe;
    margin-bottom: 50px;
    border: 1px solid rgba(11, 104, 242, 0.1);
}

@media only screen and (min-width: 950px) {
    .product .media .flex-box:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .product .media .flex-box.special:nth-child(2n) {
        flex-direction: row;
    }
}

.product .model {
    width: 100%;
    /*padding:50px 0 50px 0;*/
    background: #121214;
    color: #fff;
    overflow: hidden;
}

.product .model.special {
    background-color: #fff;
    color: #000;
    padding: 20px 0;
}

.product .model .tou_01 {
    margin-bottom: 30px;
}

.product .model .tou_01 .p2 {
    font-size: 24px;
    max-width: 855px;
    margin: 5px auto 0px;
    text-align: center;
    line-height: 40px;
}

.product .model .tou_01 .p2.black {
    color: #000;
}

.product .model .tou_01 .h2 {
    font-size: 50px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.product .model .tou_01 .h2:hover{
    text-decoration: underline;
}
.product .bold {
    font-weight: bold;
}

.product .tList {
    display: flex;
    padding: 0 10%;
    margin-top: 30px;
}

.product .tList .item {
    max-width: 692px;
    margin: 0 25px;
    position: relative;
    height: 0;
    padding-top: 24%;
    width: 48%;
    background: url('../images/product/back.png') no-repeat center top;
    background-size: 100%;
}

.product .tList .item img {
    position: absolute;
    /*width: 54%;*/
    width: 36%;
    bottom: 0;
    right: 4%;
    object-fit: cover;
    transition: all ease-in-out .3s;
    border-radius: 20px;
}

.product .model .tList .group {
    position: absolute;
    left: 5%;
    top: 5%;
}

.product .model .tList .p2 {
    font-size: 25px;
    max-width: 855px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 4px;
}

.product .model .tList .more {
    height: 51px;
    line-height: 51px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.product .model .tList .more a {
    color: #fff;
}

.product .model .tList .more:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/right-icon.png) no-repeat center top;
    background-size: 100%;
}

.product.news_main .model .ulist {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
}

.product .model .ulist {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.product .model .ulist .item {
    background-color: #f3f7fe;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #e1ecfd;
    width: 31%;
    margin-bottom: 36px;
}

.product .model .ulist.videolist .item {
    background-color: transparent;
}

.product .model .ulist .item .picture {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
}

.product .model .ulist .item:hover img {
    transform: scale(1.05);
}

.product .model .ulist.videolist .item .picture {
    padding-top: 63%;
}

.product .model .ulist.videolist .item .picture .play_bbtn {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.product .model .ulist .item .picture .tips {
    position: absolute;
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    background-color: #0b68f2;
    border-radius: 35px;
    left: 5%;
    bottom: 8%;
}

.product .model .ulist .item .picture .tips a {
    color: #fff;
}

.product .model .ulist .item .picture .tips:hover {
    background-color: #0B68F2;
}

.product .model .ulist .item .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
    border-radius: 30px;
}

.product .model .ulist .item .describe {
    margin-top: 14px;
}

.product .model .ulist .item .describe .title {
    font-size: 24px;
    line-height: 1.3;
    height: 90px;
}

.product .model .ulist .item .describe .content {
    font-size: 18px;
    color: #9da9c4;
    margin: 10px 0 10px 0;
    height: 80px;
    font-family: Kanit-Regular;
    line-height: 26px;
}

.product .model .ulist .item .describe .date {
    color: #9da9c4;
    font-family: Kanit-Regular;
}

.product .model .ulist .item .describe .date::before {
    content: '-';
    font-family: Kanit;
    font-weight: 400;
    font-size: 16px;
    color: #9da9c4;
    line-height: 24px;
}

.product .mySwiper .group {
    display: flex;
}

.product .mySwiper .lr {
    width: 28%;
}

.product .mySwiper .lr .img_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product .mySwiper .rr {
    width: 72%;
    background: linear-gradient(to right top, #013e9a 0%, #000 60%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 200px 90px 150px;
}

.product .userInfo {
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.product .userInfo .avatar {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
}

.product .userInfo .avatar img {
    width: 100%;
    height: 100%;
}

.product .userInfo .info {
    margin-left: 20px;
}

.product .userInfo .info .intro {
    color: rgba(255, 255, 255, 0.5);
}

.product .swiperBox .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/down2.png") no-repeat center center;
    background-size: 39px;
    transform: rotate(90deg);
    position: absolute;
    left: auto;
    right: 270px;
    top: 80%;
    opacity: 1;
}

.product .swiperBox .swiper-button-prev:before {
    content: "";
}

.product .swiperBox .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("../images/down2.png") no-repeat center center;
    background-size: 39px;
    transform: rotate(-90deg);
    right: 200px;
    top: 80%;
    opacity: 1;
}

.product .swiperBox .swiper-button-next:before {
    content: "";
}

.product .swiper-button-prev:after {
    content: "";
}

.product .swiper-button-next:after {
    content: "";
}

.product .rr .h1 {
    font-family: Kanit-Medium;
}

.product .rr .p2 {
    color: rgba(255, 255, 255, 0.69);
}

@media only screen and (max-width:1500px) {
    .product .rr .h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .product .rr .p2 {
        margin-top: 12px;
    }

    .product .mySwiper .rr {
        width: 100%;
        padding: 50px 120px;
    }
}

@media only screen and (max-width:1200px) {
    .product .mySwiper .rr {
        width: 100%;
        padding: 50px 100px;
    }

    .product .model .tList .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:950px) {
    .application.product .media .flex-box {
        margin-bottom: 0;
    }

    .product .model .ulist {
        /*flex-direction: column;*/
    }

    .product .model .ulist .item {
        width: 100%;
        margin: 0 auto 20px;
    }

    .product .tList {
        flex-direction: column;
    }

    .product .tList .item {
        width: 100%;
        padding-top: 53%;
        margin: 0 auto 30px;
    }

    .product .group {
        flex-direction: column;
    }

    .product .mySwiper .lr {
        width: 100%
    }

    .product .mySwiper .rr {
        width: 100%;
        padding: 50px 100px;
    }

    .product .mySwiper .lr .img_box {
        height: 0;
        padding-top: 80%;
    }

    .product .swiperBox .swiper-button-next {
        top: 91%;
        right: 100px;
    }

    .product .swiperBox .swiper-button-prev {
        top: 91%;
        right: 170px;
    }

    .product .tList .item img {
        right: 2%;
    }

    .product .tList .item:first-child img {
        bottom: -10%;
    }

    .sy_biaodan {
        padding-top: 0;
    }

    .biao_form {
        margin-top: 0;
    }

    .home_talk .bg {
        padding-top: 0px;
        bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .product .media .flex-box {
        width: 100%;
    }

    .product .mySwiper .rr {
        width: 100%;
        padding: 50px 50px;
    }

    .product .swiperBox .swiper-button-next {
        top: 91%;
        right: 55px;
        width: 40px;
        height: 40px;
        background-size: 80%;
    }

    .product .swiperBox .swiper-button-prev {
        top: 91%;
        right: 125px;
        width: 40px;
        height: 40px;
        background-size: 80%;
    }
}

@media only screen and (max-width:500px) {
    .product .media .flex-box {
        width: 100%;
    }

    .product .mySwiper .rr {
        width: 100%;
        padding: 30px 20px;
    }

    .product .swiperBox .swiper-button-next {
        top: 91%;
        right: 35px;
        width: 40px;
        height: 40px;
        background-size: 80%;
    }

    .product .swiperBox .swiper-button-prev {
        top: 91%;
        right: 75px;
        width: 40px;
        height: 40px;
        background-size: 80%;
    }

    .product .model {
        padding: 20px 0 50px 0;
    }

    .product .userInfo {
        margin-top: 0;
    }

    .product .model.special {
        padding: 0;
    }
}

/*二级页面头部*/
.lBanner {
    padding-bottom: 60px;
    background: linear-gradient(to right bottom, #000, #000, #000, #013e9a);
    color: #fff;
    overflow: hidden;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    margin-bottom: 60px;
    padding-top: 100px;
    box-sizing: border-box;
}

.about_box .lBanner {
    padding-bottom: 100px;
}

.lBanner .local a {
    color: #fff;
    opacity: 0.49;
}
.lBanner .local a:last-child{
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}
.lBanner .local span {
    color: #fff;
    opacity: 0.49;
}

.lBanner .local a.active {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}

.lBanner .local a:hover {
    color: #0B68F2;
    opacity: 1 !important;
}

.lBanner .flex_jz {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    margin: 44px 0 30px;
    text-transform: capitalize;
}

.lBanner .p1 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.lBanner .h1 {
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    /*max-width: 80%;*/
    margin: 0 auto;
    font-family: Kanit-Medium;
}

.lBanner .p2 {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.69);
    margin: 10px 0;
    opacity: 0.49;
}

.lBanner .download {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lBanner .download .down_btn {
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: rgba(226, 197, 33, 0.29);
    display: inline-block;
    padding: 0 5px;
    margin-top: 20px;
    margin-right: 50px;
    cursor: pointer;
}

.lBanner .download .down_btn>div {
    background-color: #E2C521;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 5px;
    color: #fff;
}

.lBanner .download .down_btn>div:before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/download.png) no-repeat center top;
    background-size: 100%;
    margin-right: 10px;
}

.lBanner .download .down_btn:hover a {
    text-decoration: underline;
}

.lBanner .download .down_btn>div a:hover {
    color: #333;
}

.lBanner .download .more {
    height: 51px;
    line-height: 51px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.lBanner .download .more a {
    color: #fff;
}

.lBanner .download .more:hover a {
    color: #0B68F2;
}

.lBanner .download .more:hover {
    border-bottom: 1px solid #0B68F2;
}

.lBanner .download .more:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/arrow-white.png) no-repeat center center;
    background-size: 100%;
}

.lBanner .download .more:hover:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/arrow-blue.png) no-repeat center center;
    background-size: 100%;
}

.layout:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.h1 {
    font-size: 50px;
    /*line-height:55px;*/
    font-family: Kanit-Medium;
}

.p2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Kanit-Regular;
}

.p1 {
    font-size: 18px;
    /*line-height:30px;*/
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Kanit-Medium;
}

.video .p2 {
    color: #667588;
}

.black {
    color: #000 !important;
}

@media screen and (max-width: 950px) {
    .layout {
        width: 96%;
    }

    .lBanner {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .product .faq_list .tList {
        margin-top: 0;
    }

    .product .faq_list .tList {
        padding: 0 0;
    }

    .p_Contact_l .form_r .sub {
        margin-top: 10px;
    }
}

@media only screen and (max-width:500px) {
    .h1 {
        font-size: 30px;
    }

    .lBanner .download {
        flex-direction: column;
    }

    .lBanner .download .down_btn {
        margin-right: 0;
    }

    .product .userInfo {
        padding-top: 25px;
    }

    .p_Contact .layout {
        padding: 25px 15px;
    }
}