@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%;
    height: auto;
}
li {
    list-style: none
}
i,
em {
    font-style: normal
}
a {
    color: #333;
    text-decoration: none
}
a:focus {
    outline: none
}
a:hover {
    color: #0C9EE3;
    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: 1440px) {
    .layout {
        width: 95%
    }
}
.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: #1952a5;
}
.product .media .flex-box .describe .p1 {
    font-size: 30px;
    font-weight: 500;
}
.product .media .flex-box .describe .content {
    font-size: 16px;
    color: rgba(102, 117, 136, 0.5);
    margin: 20px 0 20px 0;
    height: 200px;
    overflow: auto;
}
.product .describe .more {
    width: 170px;
    height: 62px;
    line-height: 62px;
    border-radius: 50px;
    text-align: center;
    background: rgba(226, 197, 33, 0.29);
    background: rgba(0, 122, 255, 0.29);
    display: inline-block;
    padding: 0 5px;
    margin-top: 40px;
    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;
    background-color: #1952a5;
    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: #fff;
}
.product .more>div a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/arrow-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: #fff;
}
.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: #1952a5;
    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%;
}
@media (max-width:1440px) {
    .product .media .flex-box .picture {
        margin-right: 40px;
    }
}
.product .media .flex-box .picture .img_box {
    padding-top: 61%;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.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;
    }
    .lBanner .h1 {
        font-size: 40px !important;
    }
    .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;
    color: #fff;
}
.product .model .tou_01 .h2 a {
    color: #fff;
}
.product .model .tou_01 a:hover {
    color: #1952a5;
}
.product .model .tou_01 .p2.black {
    color: #000;
}
.product .model .tou_01 .h2 {
    font-size: 50px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.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: contain;
}
.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 a:hover {
    text-decoration: underline;
}
.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: flex-start;
    flex-wrap: wrap;
}
.product .model .ulist {
    display: flex;
    /* justify-content: space-between; */
}
.product .model .ulist .item {
    width: 31%;
    background-color: #f3f7fe;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #e1ecfd;
    margin-right: 30px;
}
.product .model .ulist .item:nth-child(3n) {
    margin-right: 0;
}
.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: #1952a5;
    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: #1952a5;
}
.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 .picture img:first-child {
    border: 1px solid;
}
.product .model .ulist .item .describe {
    margin-top: 14px;
}
.product .model .ulist .item .describe .title {
    font-size: 24px;
    line-height: 1.3em;
    /* height: 2.6em; */
    overflow: hidden;
    min-height: 2.6em;
    /* height: 3.9em;
    overflow: hidden; */
}
/* @media only screen and (max-width:1400px) {
    .product .model .ulist .item .describe .title {
        min-height:5em;
    }
}
@media only screen and (max-width:1100px) {
    .product .model .ulist .item .describe .title {
        min-height:5em;
    }
}
@media only screen and (max-width:1024px) {
    .product .model .ulist .item .describe .title {
        min-height:4em;
    }
}
@media only screen and (max-width:950px) {
    .product .model .ulist .item .describe .title {
        min-height:5em;
    }
}
@media only screen and (max-width:768px) {
    .product .model .ulist .item .describe .title {
        min-height:min-content;
        font-size:20px;
    }
} */
.product .model .ulist .item .describe .content {
    font-size: 18px;
    color: #9da9c4;
    margin: 10px 0 10px 0;
    font-family: Kanit-Regular;
    line-height: 1.44em;
    min-height: 9em;
}
.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;
    text-transform: capitalize;
}
.product .rr .p2 {
    color: rgba(255, 255, 255, 0.69);
}
.page_honor {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}
.page_honor.swiper-container-horizontal>.swiper-pagination-bullets,
.page_honor .swiper-pagination-custom,
.page_honor .swiper-pagination-fraction {
    bottom: 0;
}
.page_honor.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.page_honor .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #dadada;
    opacity: 1;
}
.page_honor .swiper-pagination-bullet-active {
    opacity: 1;
    background: #055aa6;
}
.page_honor .honorli {
    border: white solid 1px;
    background-color: #f1f1f1;
}
/*.honor .swiper-slide a{
	display: block;
	width: 100%;
}*/
.page_honor .honorli .img {
    padding-bottom: 114%;
    height: 0;
    text-align: center;
    overflow: hidden;
    border-bottom: #f1f1f1 solid 1px;
    position: relative;
}
.page_honor .honorli .img img {
    max-width: 100%;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    top: 0;
}
.page_honor .honorli:hover .img img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.page_honor .honorli .txt {
    color: #666666;
    font-size: 16px;
    /*line-height: 1.8;
	padding: 15px 0px;*/
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tList3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product .tList {
    padding: 0;
}
.tList3 li {
    width: 24%;
    position: relative;
    height: 0;
    overflow: hidden;
    margin-left: 1%;
    padding-bottom: 16%;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}
.tList3 li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.8s ease;
}
.tList3 li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}
.tList3 li:nth-of-type(3n+1) {
    margin-left: 1%;
}
.tList3 li:nth-of-type(4n+1) {
    margin-left: 0;
}
@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%;
    }
    .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% !important;
        padding: 50px 50px;
    }
    .product .rr .h1 {
        display: block !important;
        line-height: 35px !important;
        font-size: 26px !important;
    }
    .product .rr .p2 {
        display: block !important;
    }
    .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: 0px 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;
    text-transform: capitalize;
}
.lBanner .local span {
    color: #fff;
    opacity: 0.49;
}
.lBanner .local a.active {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}
.lBanner .local a:hover {
    color: #1952a5;
}
.lBanner .flex_jz {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    margin: 44px 0 30px;
}
.lBanner .p1 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.lBanner .h1 {
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    /*max-width: 80%;*/
    margin: 0 auto;
    font-family: Kanit-Medium;
}
.lBanner .h1 span {
    position: relative;
}
.lBanner .h1 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background: url(../images/blue-blank.png) no-repeat center top;
    background-size: 100%;
}
.lBanner .p2 {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.69);
    margin: 10px 0;
    opacity: 0.69;
}
.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);
    background: rgba(0, 122, 255, 0.29);
    display: inline-block;
    padding: 0 5px;
    margin-top: 20px;
    margin-right: 50px;
    cursor: pointer;
}
.lBanner .download .down_btn>div {
    background-color: #E2C521;
    background-color: #1952a5;
    height: 52px;
    line-height: 52px;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 5px;
    color: #fff;
}
.lBanner .download .down_btn>div a {
    color: rgba(255, 255, 255, 0.49);
}
.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: rgba(255, 255, 255, 0.49);
}
.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: #0C9EE3;
}
.lBanner .download .more:hover {
    border-bottom: 1px solid #0C9EE3;
}
.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: 40px;
    /*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;
}
.black {
    color: #000 !important;
}
@media screen and (max-width: 950px) {
    .lBanner .download .down_btn {
        display: none;
    }
    .layout {
        width: 96%;
    }
    .product .media .flex-box .describe .content {
        height: 100% !important;
                -webkit-line-clamp: none;
    }
    .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;
    }
}
.search-product-detail .fl-rich-textqq .sep-datalistqq>li .summaryqq {
    max-height: inherit !important;
}
@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;
    }
}
.scale:hover img {
    transform: scale(1.05);
}
.white {
    color: #fff !important;
}
a.white:hover {
    color: #0C9EE3 !important;
}
a.black:hover {
    color: #0C9EE3 !important;
}
.case_main img:hover {
    transform: scale(1.05);
}
.sidebarFixed {
    position: sticky;
    transition: all 0.2s;
}
#sidebarFixed_parent {
    position: relative;
}
.language-flag {
    text-align: left;
}
.foot_icon:first-child img {
    width: 27px;
    height: 26px;
}