@charset "utf-8";
html{
    background-color: #e7f3ff;
}


body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-text-size-adjust: 100%;
    font-family: "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", tahoma, arial, simsun, ""
}

a:hover {
    text-decoration: none !important;
}

body {
    margin-top: 72px;
    max-width: 1360px;
    background-color: #fff;
    margin: 0 auto;
}

header{
    max-width: 1360px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 999px) {
    body {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 50px
    }
}

a {
    color: #69c;
    text-decoration: none
}

a:hover, a:focus {
    color: #69c;
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", tahoma, arial, simsun, "";
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0
}

.navbar-default {
    background-color: #408ed6;
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-default a {
    color: #fff !important;
    font-size: 16px;
}

.logo {
    display: table;
    margin: 0;
    margin-top: 23px;
}

.navbar {
    border: unset;
}

.navbar-nav.navbar-right:last-child {
    /*margin-right: -75px;*/
}

.navbar-brand {
    height: 25px;
    padding: 0 15px;
}

.lang a {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    display: flex !important;
    padding: 0 !important;

}

.lang {
    display: flex !important;
}

.lang .active {
    background-color: #1d7cd3;
}

.lang span {
    width: 40px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    display: inline-block;
}

.lang .cn {
    background: url("../images/cn.png");
}

.lang .en {
    background: url("../images/en.png");
}

.navbar-default .navbar-nav > li > a {
    padding: 28px 20px 24px 20px;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding: 12px 0px 10px 10px;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffc400 !important;
    background-color: #408ed6;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffc400 !important;
     background-color: transparent;
}

.dropdown-menu {
    color: #fff;
    background-color: #408ed6;
}

.dropdown-menu a:hover {
    background-color: unset !important;
}

.navbar-nav .acitve a {
    color: #ffc400 !important;
    background: unset;
}

@media (max-width: 768px) {
    .logo {
        margin-top: 12px;
    }

}

@media screen and  (min-width: 992px) {
    .lang {
        display: none;
    }
}

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out
}

.headroom--unpinned {
    top: -100px
}

.headroom--pinned {
    top: 0;
}

.search {
    background-color: #f6f6f6;
    padding: 12px 0;
}

.search .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search .hotkey {
    padding: 0 14px;
    border-right: 1px solid #929292;
}

.search .hotkey button{
    color: #666666;
    display:inline;margin: 0;padding: 0;height: unset;line-height: unset;background-color:unset;border: unset
}

.search .hotkey:last-child {
    border-right: unset;
}

.search .right {
    margin-left: auto;
}

@media (max-width: 768px) {
    .search .right {
        margin: 0 auto;
    }
}

.search .right form {
    display: flex;
    align-items: center;
}

.search .right input {
    background: #e9e9e9;
    height: 32px;
    width: 217px;
    border: unset;
    padding-left: 10px;
}

.search .right button {
    background: url("../images/search_btn.jpg");
    margin-left: 10px;
    padding: 0;
    background-size: 100% 100%;
    border: unset;
}

.search .title {
    color: #519adb;
}

.search a {
    color: #929292;
}

.index-line {
    height: 27px;
}

.about .title {
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.about .more {
    float: right;
}

.about .more a {
    font-size: 14px;
    color: #999999;
}

.about .p1 {
    padding: 22px 0;
    margin-bottom: 20px;
}

.about .p2 {
    width: 100%;
}

.about .desc-title {
    font-size: 16px;
    position: relative;
    margin: 10px 0;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}
.about .desc{
    position: relative;
}

.about  a{
    color: #666666;
}

.about .desc-title a{
    margin: 5px 0;
    display: block;
}

.about .desc-title::after {
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #2875a9;
}

.desc-content {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

.product a img {
    border: 2px solid #e5e5e5;
    width: 100%;
    border-radius: 2px;
    transform: scale(1);
    transition: transform .9s;
}

.product .a-warp {
    display: block;
    overflow: hidden;
}

.product a {
    color: #333;
}

.product a img:hover {
    transform: scale(1.2);
}

.product h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.product p {
    margin: 13px 0;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}

.hr h3 {
    font-size: 18px;
    background-color: #fff;
    width: 133px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.hr .row {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.hr .item {
    padding: 56px 38px 30px 39px;
}

.hr p {
    margin-top: 38px;
    color: #fff;
    font-size: 14px;
}

.hr a {
    color: #fff;
}

.hr button {
    margin-top: 38px;
    width: 116px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.footer {
    background-color: #2c6ba5;
    padding: 42px 0;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    word-break: keep-all;
}

.footer p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        margin-top: 30px;
        padding: 21px 0;
    }
}

.footer a {
    color: #fff;
}

/*
page*/

.cat-nav {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    border-bottom: 1px solid #e8e8e8;
}

.cat-nav .current {
    padding: 10px 0;
    box-sizing: border-box;
    width: 296px;
    /*line-height: 92px;*/
    text-align: center;
    background-color: #3a84d0;
    display: inline-flex;
    color: #fff;
    float: left;
    flex-flow: column;
}

.cat-nav .current .cn {
    font-size: 30px;
}

.cat-nav .current .en {
    font-size: 26px;
    color: #7aa6dc;
}

.cat-nav .tab {
    flex: 1;
    /*overflow: hidden;*/
    overflow-x: auto;
    /*margin-left: 60px;*/
    /*display: flex;*/
    float: left;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.cat-nav .item {
    float: left;
    /*display: inline-block;*/
    margin: 0 30px;
    text-align: center;
    display: flex;
    /*width: 135px;*/
    text-align: center;
    justify-content: center;
}

.cat-nav .item .warp {
    border-bottom: 2px solid transparent;
    padding: 38px 0;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .cat-nav .item {
        margin: 0 10px;

    }

    .cat-nav .item .warp {
        padding: 10px 0;
    }

    .cat-nav .tab {
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }
}

.cat-nav .active .warp {
    border-bottom: 2px solid #3a84d0;
}

.cat-nav a {

}

.page-video .desc-title{
    text-align: center;
    margin: 20px 0;
}

.page-video .desc-title a{
    font-size: 19px;
    color: unset;
}

.culture {
    margin: 60px 0;
    color: #fff;
}

.culture .row {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.culture h3 {
    font-size: 20px;
    text-align: center;
}

.culture .item {
    position: relative;
    display: table;
    margin-bottom: 60px;
}

.culture .item:last-child {
    margin-bottom: unset;
}

.culture .culture-content {
    display: table-cell;
    vertical-align: middle;
}

.culture p {
    font-size: 14px;
    padding: 0 40px;
}

.honour .warp {
    margin-top: 46px;
}

.honour .row {
    display: flex;
    flex-wrap: wrap
}

.honour .page {
    margin: 60px 0;
}

.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .col-lg-20 {
        float: left;
        width: 20%
    }
}

.company figure {
    margin: 50px 0;
}

@media (max-width: 768px) {
    .company figure {
        margin: 20px 0;
    }
}

.company a {
    display: block;
    border: 2px solid #efefef;
    border-radius: 2px;
}

.product-page ul {
    list-style: none;
    /*padding: 0 28px;*/
    box-sizing: border-box;
    padding-left: 0;
}

.product-page .cat {
    display: block;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #2a68ad;
}

.product-page .cat li:last-child {
    /*padding:0 28px ;*/
    margin-bottom: 24px;
}

.product-page .cat li > .cat-tab {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #2a68ad;
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    box-sizing: border-box;

}

.product-page .catname {
    padding: 28px 0;
    box-sizing: border-box;
    background-color: #2a68ad;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.product-page .sub li {
    position: relative;
    height: 38px;
    line-height: 38px;
    /*padding: 18px 0;*/
    padding-left: 38px;
    border-bottom: 1px dashed #666666;

}

.product-page .sub li a {
    color: #666666;
    font-size: 14px;
}

.product-page .sub li::before {
    position: absolute;
    content: "*";
    left: 30px;
    font-size: 16px;
    top: 9%;
    vertical-align: middle;
}

.product-page .item {
    margin-top: 20px;
    text-align: center;
}

.product-page .item p {
    font-size: 10px;
    color: #666666;
    margin-top: 10px;
    text-align: center;
}

.product-page .row {
    display: flex;
    flex-wrap: wrap;
}

.product-page .item img {
    border: 2px solid #cbcbcb;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .product-page .catname {
        padding: 10px 0;
    }

}

.contact .title {
    text-align: center;
}

.contact .title h2 {
    font-size: 30px;
}

.contact .title p {
    font-size: 14px;
    color: #737373;
}

.contact-page .item {
    width: 100%;
    height: 202px;
    border: 1px solid #e0e0e0;
    display: table;
    text-align: center;
    margin-top: 79px;
    max-width: 100%;
}

.contact .contact-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.contact .contact-content img {
    margin-top: -30%;
    transition: all 1s;
    transform: rotateY(0);
}

.contact .contact-content img:hover {
    transform: rotateY(180deg);
}

.contact .map {
    height: 50vh;
}

.news .row {
    margin-bottom: 60px;
}

.news .item a {
    margin-right: 20px;
    display: block;
    float: left
}

.news img {
    width: 530px;
    height: 350px;
}

.news .item {
    margin-top: 40px;
    clear: left;
    display: inline-block;
}

.news .item p {
    margin: 40px 0 35px 0;
}

.news .item .tag a {
    display: block;
    float: left;
    font-size: 14px;
}

.news .item h3 {
    font-size: 21px;
}

.news .item p {
    color: #666666;
    font-size: 14px;
}

.news .item .tag span {
    float: right;
    font-size: 14px;
    color: #666666;
}

.page {
    text-align: right;
    margin-top: 100px;
}


@media (max-width: 768px) {
    .page {
        text-align: right;
        margin-top: 30px;
    }
}

.video-page .item{
    margin-top: 30px;
    text-align: center;
}

.cat .active a{
    color: #ffc400 !important;
}
.cat .active::before{
    color: #ffc400 !important;
}

#dituContent  img{
    max-width: inherit;
    width: 20px;
}
#dituContent  label{
    max-width: inherit;
}

.video-tag{
    position: relative;
    display: block;
}
.video-tag:after{
    position: absolute;
    top: 40%;
    left: 42%;
    content: '';
    background: url(../images/video_btn.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .video-tag:after{
        position: absolute;
        top: 40%;
        left: 42%;
        content: '';
        background: url(../images/video_btn.png) no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
    }
}

.pro-contact{
    margin-top: 20px;
}
.pro-contact li{
    margin: 20px 0;
}