/* 第一段 */
body {
    overflow-x: hidden;
}
.logo-img {
    width: 100%;
    position: relative;
    top: -10px;
}
nav ul {
    float: right !important;
}
.navbar-header {
    max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    /*color: white;*/
    font-size: 1.5rem;
    font-weight: 500;
    padding: 25px;
}
.solution-xs-12 {
    margin-top: 15px;
    padding: 0px;
}
.solution-padding {
    padding-top: 5%;
}
.font-50 {
    font-size: 35px;
    color: #5a5a5a;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-default {
    background-color: white;
    border-color: white;
}
.navbar {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 50px 15px;
}
.navbar-default .navbar-nav>li>a {
    /*color: white;*/
    font-size: 1.5rem;
    font-weight: 500;
    padding: 35px 25px 35px 25px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}
a:hover {
    text-decoration:none
}
.emp_con {
    height: 90px;
}

.search-input-text {
    width: 100%;
    height: 45px;
    border: rgb(0, 64, 152);
    padding: 0 30px;
    border-radius: 5px;
    font-size: 14px;
}
.nav_hover {
    padding: 3rem 3%;
    /*display: block;*/
    position: absolute;
    border: 1px solid #e0e0e0;
    z-index: 1111;
    width: 90%;
    left: 5%;
    top: 9rem;
    background-color: white;
    display: none;
}
.nav_hover_hover {
    display: none;
    animation: hideIndex 0.5s;
    -moz-animation: hideIndex  0.5s; /* Firefox */
    -webkit-animation: hideIndex  0.5s; /* Safari and Chrome */
    -o-animation: hideIndex  0.5s; /* Opera */
}
.nav_hover_false {
    display: none;
    animation: hidetip 0.5s;
    -moz-animation: hidetip  0.5s; /* Firefox */
    -webkit-animation: hidetip  0.5s; /* Safari and Chrome */
    -o-animation: hidetip  0.5s; /* Opera */
}
.search-input {
    padding: 1rem 3%;
    display: block;
    position: absolute;
    top: 90px;
    z-index: 1111;
    width: 100%;
}
.logo-img-min {
    display: none;
}

.open .dropdown-menu {
    display: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: white;
}
#language-font {
    display: none;
}

.lang-li {
    display: none !important;
}

@media (max-width: 1415px) {
    .navbar-default .navbar-nav>li>a {
        padding: 35px 20px 35px 20px;
    }
}

@media (max-width: 1280px) {
    .navbar-default .navbar-nav>li>a {
        padding: 25px 18px 25px 18px;
    }
    .logo-img {
        width: 90%;
    }
    .emp_con {
        height: 72px;
    }
    .nav_hover {
        top: 7rem;
    }
}
@media (max-width: 1200px) {
    .zotec-title {
        max-width: 38% !important;
    }
}


@media (max-width: 1162px) {
    .navbar-default .navbar-nav>li>a {
        padding: 20px 10px 20px 10px;
    }
    /*.logo-img {*/
    /*width: 80%;*/
    /*}*/
    .zotec-title {
        max-width: 38% !important;
    }
    .emp_con {
        height: 62px;
    }
}

@media (max-width: 1000px) {
    .logo-img {
        display: none;
    }
    .logo-img-min {
        display: block;
        width: 100%;
        top: 25%;
        position: relative;
        left: 1rem;
    }
}

/*样式变化*/

@media (max-width: 767px) {
    .navbar-my .col-xs-2 {
        width: 100%;
    }
    .logo-img {
        display: none;
    }
    .logo-img-min {
        display: block;
        height: 25px;
        width: auto;
        top: 10px;
        position: relative;
        left: .2rem;
    }
    .navbar-toggle {
        padding: 7px 8px;
        top: .3rem;
        margin-right: 0px;
        border-color: white !important;
    }
    .navbar-my .col-xs-9 {
        width: 100%;
    }
    .navbar-my .col-xs-9 ul {
        width: 100% !important;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .emp_con {
        height: 52px;
    }
    #language-font {
        display: block;
    }
    #language-img {
        display: none;
    }
    .search_icon_phone {
        display: block !important;
        position: relative;
        top: -14px;
        right: 12px;
    }
    .search-input {
        top: 60px !important;
    }
    .search-img-pc {
        display: none !important;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 10px 10px 10px;
    }
    .open {
        overflow: hidden;
    }
    .phone_img {
        display: block;
    }
    .pc_img {
        display: none;
    }

    .lang-li {
        display: inline-block !important;
    }

    .f-right {
        display: none !important;
    }

    .zotec-title {
        max-width: 68% !important;
    }

}

.nav_hover_ul {
    width: 100%;
    list-style: none;
    display: none;
}
.nav_hover_ul .col-md-3 {
    margin-bottom: 1.5rem;
}
.nav_hover_ul .col-md-3 p {
    padding-top: .5rem;
}
.row_nav_hover_ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    display: none;
}
.row_nav_hover_ul li {
    position: relative;
    display: block;
}
.row_nav_hover_ul li a{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 1.5rem 1rem;
    color: white;
}

@media (max-width: 991px) {
    .nav_hover {
        display: none !important;
    }
    .open .dropdown-menu {
        display: block;
    }

}

@keyframes hideIndex{
    0%{ opacity: 0; transform: translateY(50px) }
    100%{opacity: 1; transform: translate(0, 0) }
}

@keyframes hidetip {
    0%{ opacity: 1; transform: translate(0, 0) }
    100%{opacity: 0; transform: translateY(50px) }
}

.nav_hover_div {
    display: none;
}
.nav_hover_div .solution-herader {
    display: none;
}
.ov_none {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    position: relative;
}
.cate_hr {
    margin-top: 1.4rem;
    margin-bottom: 0px;
    border: 0;
    width: 5rem;
    border-top: 1px solid #eee;
    position: absolute;
    left: 5%;
}

{if condition="lang('lang') == 'cn'"}
a, span, p {
    letter-spacing: 1px;
}
{/if}

@media (max-width: 1200px) {
    .solution-short {
        height: 18rem !important;
    }
}


/* 第二段 */
.row-1 {
    background-color: rgb(240, 240, 240);
    width: 100%;
    position: relative;
    top: -80px;
    padding-bottom: 4rem;
    margin: 0px;
}
.empty_div {
    width: 100%;
    height: 100px;
}
.bg-1 {
    background-color: rgb(0, 64, 152);
    background-image: url(/public/images/other/bg-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 20px;
}

.bg-1 .container {
    padding: 0px;
}
.bg-2 img{
    width: 100%;
}

.row-2 {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

.bg-3 {
    width: 100%;
}

.bg-2 {
    /*background-color: rgb(0, 64, 152);*/
    /*background-image: url(/public/images/other/bg4.jpg);*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    /*padding-top: 20px;*/
    /*background-size:cover;*/
    /*background-position: center center;*/
    /*background-attachment:fixed;*/
    position: absolute;
    width: 100%;
    top: 5rem;
    padding: 0px;
}

.swiper-p img {
    width: 100%;
}
.swiper-slide {
    position: relative
}

.solution-padding .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
    /*padding-top: 2%*/
}

.solution-p {
    box-sizing: border-box;
    text-align: center;
    /*border: 1.5px solid rgb(169, 169, 169);*/
    padding: 15px;
}

.solution-xs-12 .active {
    background-color: rgb(0, 64, 152);
    color: white !important;
    border: none;
}

.solution-xs-12 .col-xs-2 {
    padding: 0px;
    width: calc((100% - 100px)/6);
    margin-right: 8px;
    margin-left: 8px;
}
.bg-1 p, .bg-1 h4 {
    color: #5a5a5a;
}
.bg-2 .font-50 {
    color: white;
}
.bg-2 h5 {
    font-size: 18px;
    color: white;
}
.to-product {
    margin-top: 3%;
}
.padding-0 {
    padding: 0px;
}
.to-product h3 {
    color: rgb(240, 240, 240);
    margin: 0px;
}
.to-product .gd-en{
    font-size: 20px;
    color: rgb(0, 64, 152);
}
.to-product .gd-cn {
    font-size: 16px;
    color: #5a5a5a;
}
.to-product-info {
    background-color: rgb(240, 240, 240);
    position: relative;
}

.to-product img {
    width: 40%;
    position: absolute;
    left: 65%;
    display: inline;
    z-index: 3;
    bottom: -25%;
}
.product {
    margin-top: 6%;
}
.product .col-md-6 {
    text-align: center;
}
.product-info .p1{
    margin: 20px 10px 10px 10px;
}
.product img {
    width:100%;
}

.product-info {
    /*width: 100%;*/
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    text-align: center;
    margin: 0 .95rem;
    padding-bottom: 1rem;
}
.about-us {
    margin-top: 4%;
    background-image: url(/public/images/other/about-us.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgb(240, 240, 240);
}

.about-us .description {
    margin-top: 12rem;
    border-left: 3px solid rgb(240, 130, 1);
    color: white;
    padding-left: 4rem;
}

.about-us .description p{
    font-size: 28px;
}

.about-us .info {
    margin-top: 5rem;
    color: #5a5a5a;
    font-size: 15px;
}
.about-us .info-description {
    background-color: white;
    padding: 6rem 2rem 15rem 4rem;
    margin-bottom: 5rem;
}
.about-us .info-description p {
    font-size: 14px;
}
.phone-img {
    width: 100%;
    position: absolute;
    bottom: 9rem;
}
.news {
    padding-top: 3%;
    background-color: rgb(240, 240, 240);
    padding-bottom: 3%;
}
.col-md-7 img {
    width: 100%;
}
.news .col-md-7 .tj-new {
    margin-top: 2rem;
}
.tj-new .col-xs-3 {
    margin-top: -0.5rem;
    padding-top: 1rem;
    text-align: center;
    color: white;
}
.tj-new .col-xs-3 div {
    width: 100px;
    height: 100px;
    background-color: rgb(0, 64, 152);
}
.tj-new .col-xs-3 div p {
    line-height: 100%;
}
.md {
    /*color: black;*/
    top: 20px;
    /*transition: all 0.3s ease-out 0s;*/
    display: block;
    line-height: 20px;
    /*width: 100%;*/
    font-size: 20px;
    /*text-align: left;*/
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
.year {
    text-align: center;
    /*white-space: nowrap;*/
    font-size: 16px;
    /*float: left;*/
    /*color: black;*/
    position: relative;
    display: block;
    line-height: 24px;
    top: 15px;
    /*width: 100%;*/
    /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
}
.news-right-title div{
    width: 140px;
    height: 102px;
    background-color: rgb(0, 64, 152);
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.news-right .news-right-title span{
    font-size: 35px;
}
.news-right p{
    position: relative;
    font-size: 15px;
    /*border-bottom: 1px solid rgb(0, 64, 152);*/
    transition: all .66s cubic-bezier(.17, .84, .44, 1);
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*.news-right p:after {*/
/*content: '';*/
/*width: 60px;*/
/*height: 1px;*/
/*background: #222222;*/
/*color: #222222;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*transition: all .66s cubic-bezier(.17, .84, .44, 1);*/
/*}*/

.news-right p .zotec {
    width: 70px;
    height: 30px;
    background-color: rgb(0, 64, 152);
    color: white;
    text-align: center;
    line-height: 30px;
}
.zotec {
    color: rgb(0, 64, 152);
    display: inline-block;
    margin-right: 1rem;
}
.f-right {
    display: inline-block;
    float: right;
    color: rgb(184, 184, 184);
    height: 30px;
    line-height: 30px;
    padding-top: 8px;
}
@font-face{
    font-family: fontawesome;
    src: url('/public/static/fonts/fontawesome-webfont-4.5.02.woff');
}

.solution-xs-12 .solution-p{
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    /*50% {*/
    /*opacity: 1;*/
    /*-webkit-transform: scale(.5);*/
    /*transform: scale(.5);*/
    /*}*/

    /*70% {*/
    /*-webkit-transform: scale(.7);*/
    /*transform: scale(.7);*/
    /*}*/

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    /*50% {*/
    /*opacity: 1;*/
    /*-webkit-transform: scale(.5);*/
    /*-ms-transform: scale(.5);*/
    /*transform: scale(.5);*/
    /*}*/

    /*70% {*/
    /*-webkit-transform: scale(.7);*/
    /*-ms-transform: scale(.7);*/
    /*transform: scale(.7);*/
    /*}*/

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    animation-duration:2s;
}
.zotec-title {
    display: inline-block;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 43px;
    color: #5a5a5a;
    padding-top: 2px;
}
.product-des {
    color: #5a5a5a;
    font-size: 12px;
    padding: 0px 15px;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #5a5a5a;
}

.tj-news-1 {
    display: none;
}
.phone-solution {
    display: none;
}

@media (max-width: 991px) {
    .bg-1 h2, .bg-1 h4{
        text-align: center;
    }
    .bg-1 p{
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bg-2 h1{
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .bg-2 img {
        width: 90%;
    }
    .bg-2 h5 {
        margin-top: 2rem;
    }
    .to-product img {
        width: 30%;
        bottom: 0;
    }
    .product .product-info {
        margin-bottom: 2rem;
    }
    .phone-img {
        display: none;
    }
    .about-us .info-description {
        background-color:transparent;
        padding: 0rem 8rem 6rem 8rem;
        margin-bottom: 0rem;
        color: white;
    }
    .tj-new {
        display: none;
    }
    .tj-news-1 {
        display: block;
    }
    .news-right-title {
        display: none;
    }
    .about-us {
        background-color: rgb(0, 64, 152);
    }
}
@media (max-width: 600px) {
    .bg-1 h2 {
        font-size: 30px;
    }
    .bg-1 p {
        font-size: 12px;
    }
    .bg-1 h4 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 3rem;
    }
    .solution-xs-12 .col-xs-2 {
        display: none;
    }
    .phone-solution {
        display: block;
        text-align: center;
    }
    .phone-solution .col-xs-4 {
        padding: 0rem;
        margin-bottom: 1rem;
    }
    .phone-solution .col-xs-4 p {
        border: 1px solid rgb(169, 169, 169);
        border-radius: 5rem;
        margin: 0px .5rem 0px .5rem;
        padding: 0px;
        color: #5a5a5a;
    }
    .bg-1 .row-1 {
        padding-bottom: 2rem;
    }
    .bg-2 h1 {
        font-size: 22px;
    }
    .bg-2 {
        top: 0rem;
    }
    .bg-2 h5 {
        font-size: 15px;
    }
    .to-product h3 {
        font-size: 30px;
    }
    .to-product img {
        display: none;
    }
    .about-us .description {
        margin-top: 5rem;
    }
    .about-us .info-description {
        padding: 0rem 3rem 2rem 3rem;
    }
}
.solution-info-div {
    display: none;
}
.solution_img {
    display: none;
    width: 100%;
}
.phone_img {
    display: none;
}
@media (max-width: 767px) {
    .phone_img {
        display: block;
    }
}



