@charset "utf-8";

body,
button,
input,
select,
textarea {
    background: none repeat scroll 0px 0px #FFF;
    color: #5F5F5F;
    font: 14px/1 "Arial", "微软雅黑";
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

body,
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
    text-decoration: none;
    height: auto;
    padding: 0px;
    margin: 0px;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 14px;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

p {
    margin: 0px;
    padding: 0px;
}

legend {
    color: #5F5F5F;
}

fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

hr {
    border: none;
    height: 1px;
}

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

html {
    overflow-y: scroll;
}

:link {
    text-decoration: none;
    color: #5F5F5F;
}

:visited {
    text-decoration: none;
    color: #5F5F5F;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.wrap {
    width: 100%;
}

.top {
    width: 100%;
    height: 34px;
    background: #1F1F1F;
}

.top .tit {
    float: left;
    line-height: 34px;
    margin-left: 10px;
    color: #FEFEFE;
    display: block;
}

.top .lang {
    float: right;
    line-height: 34px;
}

.top .lang img {
    margin-right: 2px;
    margin-bottom: 2px;
}

.top .lang a {
    color: #FEFEFE;
    margin-right: 20px;
}

.menu .nav>li {
    border-right: 1px solid #bbb;
}

nav {
    position: relative;
    z-index: 999;
    border-color: transparent !important;
}

nav .navbar-nav {
    float: right;
}

.wrap .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #000 !important;
}

.navbar-area {}

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-nav>li>a {
    line-height: 28px;
}

.navbar-brand {
    width: 300px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
}

.navbar-light .navbar-brand img {
    float: left;
    margin-left: -15px
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    margin: auto;
    z-index: 999;
    background: #FFF;
    -webkit-animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
    animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
    -webkit-transition: .9s;
    transition: .9s;
    width: 100% !important
}

.sticky-nav .nav-top {
    width: 100%;
    border-radius: 0
}

.sticky-nav .main-nav {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.main-nav {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    z-index: 999;
    height: auto;
}

.main-nav .navbar {
    padding: 0px;
    margin-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item {
    padding: 40px 0px;
}

.main-nav nav .navbar-nav .nav-item .active,
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #FFF;
    background: #13439d;
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #404040;
    padding: 45px 14px;
    margin: 0px;
}

@media(max-width:1380px) and (min-width:991px) {
    .main-nav nav .navbar-nav .nav-item a {
        padding: 25px 5px;
    }

    .navbar-brand {
        width: 226px;
        background: url(../images/logo.png) no-repeat;
        background-size: 260px;
    }
}

.main-nav nav .navbar-nav .nav-item a i {
    font-size: 10px
}

.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a:hover {
    color: #FFF
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #FFF !important;
    background: #13439d;
}

.main-nav nav .navbar-nav .nav-item a.active i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-nav nav .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .7s;
    transition: .7s
}

.main-nav nav .navbar-nav .nav-item a .active::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #13439d !important;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 0;
    text-align: left;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    position: relative;
    -webkit-transition: .7s;
    transition: .7s;
    font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #FFF;
    background: #cb252b;
}

.mobile-nav .mean-container .mean-nav ul li a .active {
    color: #2ca6e0
}

.mean-container a.meanmenu-reveal {
    color: #373e58
}

.mean-container a.meanmenu-reveal span {
    background-color: #888;
}

.other-side .lang {
    float: right;
    margin-top: 34px;
    margin-right: 5px;
    display: block;
}

.other-side .lang a {
    color: #FFF;
}

.other-side .lang img {
    margin-left: 10px;
}

.lang-mobile {
    display: none;
}

.other-side .modal-menu {
    float: right;
    margin-left: 20px;
    margin-top: 3px
}

.other-side .modal-menu a {
    color: #64acff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    text-align: center
}

.other-side .modal-menu a:hover {
    color: #13439d
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #CCC;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.carousel-indicators .active {
    background-color: #1c69f7;
}

.carousel-indicators li {
    border: 1px solid #1c69f7;
    display: none;
}

.wrap .navbar-toggle {
    margin-top: 20px;
}

.wrap .navbar {
    margin-bottom: 0;
}

.carousel-indicators .active {
    background-color: #1c69f7;
}

.carousel-indicators li {
    border: 1px solid #1c69f7;
    display: none;
}

.ban-pc {
    display: block;
}

.ban-mobile {
    display: none;
}

.ban-mobile img {
    width: 100%;
    height: auto;
}

.ban-pc .swiper-pagination-bullet-active {
    background: #2055bb !important;
}

.ban-pc .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #FFF;
    opacity: 1 !important;
}

.ban-pc .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 47px !important;
}

.indexsearch {
    width: 100%;
    background: #F1F1F1;
}

.index-search {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    background: #13439d;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.search-hot-txt {
    display: block;
    float: left;
    line-height: 80px;
    color: #FFF;
}

.search-hot-txt a {
    color: #FFF;
    margin-right: 12px;
}

.search-hot-txt span {
    font-size: 16px;
    font-weight: bold;
}

.search-hot-txt em {
    padding: 0 22px;
}

.search_info {
    width: 332px;
    height: 37px;
    position: relative;
    float: right;
    background: url("../images/search_bg.png") no-repeat;
    margin-top: 20px;
}

.search_info_txt {
    display: inline;
    width: 272px;
    height: 37px;
    float: left;
}

.search_info_txt_css {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: left;
    overflow: hidden;
    width: 271px;
    height: 37px;
    line-height: 37px;
    color: #666;
    text-indent: 10px;
}

.search_info_btn {
    width: 60px;
    height: 37px;
    float: right;
}

.search_info_btn_css {
    width: 60px;
    height: 37px;
    background: transparent;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.index-tit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

.index-tit h2 {
    display: block;
    font-size: 34px;
    color: #000;
    padding-bottom: 10px;
}

.index-tit p {
    color: #212121;
    padding-bottom: 10px;
}

.index-tit em {
    display: block;
    color: #787878;
}

.index-pro {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: #F1F1F1;
}

.index-pro-cat {
    height: 45px;
}

.index-pro-cat span {
    display: block;
    float: left;
    font-size: 15px;
    width: 210px;
    line-height: 45px;
    background: #FFF;
    text-align: center;
}

.index-pro-cat span:hover {
    display: block;
    background: #13439d;
}

.index-pro-cat span:hover a {
    color: #FFF;
}

.scrollpic {
    margin: 20px auto 0px;
}

@media(max-width:1380px) and (min-width:991px) {
    .index-pro-cat .col-md-3 {
        width: 16.66%;
    }

    .index-pro-cat .col-md-3 span {
        width: 100%;
        font-size: 13px;
    }
}

#myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 390px;
    overflow: hidden;
}

#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}

#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#myscroll ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0 9px;
    background: #FFF;
    overflow: hidden;
}

#myscroll ul li img {
    display: block;
    width: 100%;
}

#myscroll ul li:hover {
    background: #FFF;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#myscroll ul li:hover a .intro {
    display: block;
    background: #13439d;
    color: #FFF;
}

#myscroll ul li a {
    display: block;
    float: left;
    width: 324px;
    height: 375px;
}

#myscroll a .intro {
    line-height: 44px;
    text-align: center;
    border-top: 1px solid #F1F1F1;
    font-size: 15px;
    color: #2b2a2a;
}

#myscroll .img {
    overflow: hidden;
}

#mybtns {
    width: 100%;
    display: block;
    height: 42px;
    position: relative;
    top: -240px;
}

#mybtns a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 1px;
    background-color: #c1c1c1;
    text-decoration: none;
}

#mybtns a:hover {
    background: #13439d;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mybtns i {
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    display: block;
    color: #FFF;
}

#mybtns #right {
    float: right;
}

@media(max-width:1309px) {
    .scrollpic {
        max-width: 1048px;
        width: 100%;
    }

    #myscroll {
        width: 1048px;
    }
}

@media(max-width:1047px) {
    .scrollpic {
        max-width: 786px;
        width: 100%;
    }

    #myscroll {
        width: 786px;
    }
}

@media(max-width:767px) {
    .scrollpic {
        max-width: 524px;
        width: 100%;
    }

    #myscroll {
        width: 524px;
    }
}

@media(max-width:523px) {
    .scrollpic {
        max-width: 330px;
        width: 100%;
    }

    #myscroll {
        width: 330px;
    }
}

.index-al {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: #F1F1F1;
}

.index-al-con {}

#scrollpic {
    margin: 20px auto 0px;
}

.myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 265px;
    overflow: hidden;
}

.myscroll .myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}

.myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.myscroll ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0 9px;
    overflow: hidden;
}

.myscroll ul li img {
    display: block;
    width: 100%;
}

.myscroll ul li:hover a .intro {
    display: block;
    background: #13439d;
    color: #FFF;
}

.myscroll ul li a {
    display: block;
    float: left;
    width: 330px;
    height: 265px;
}

.myscroll a .intro {
    background: #4f4e4c;
    line-height: 20px;
    color: #FFF;
    padding: 10px 25px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myscroll .img {
    overflow: hidden;
}

.mybtns {
    width: 100%;
    display: block;
    height: 42px;
    position: relative;
    top: -200px;
}

.mybtns a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 1px;
    background-color: #c1c1c1;
    text-decoration: none;
}

.mybtns a:hover {
    background: #13439d;
}

.mybtns a:hover,
.myscroll,
.mybtns a,
.myscroll a:hover .intro,
.myscroll a .intro,
.myscroll .myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mybtns i {
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    display: block;
    color: #FFF;
}

.mybtns .right {
    float: right;
}

@media(max-width:1309px) {
    #scrollpic {
        max-width: 1048px;
        width: 100%;
    }

    .myscroll {
        width: 1048px;
    }
}

@media(max-width:1047px) {
    #scrollpic {
        max-width: 786px;
        width: 100%;
    }

    .myscroll {
        width: 786px;
    }
}

@media(max-width:767px) {
    #scrollpic {
        max-width: 524px;
        width: 100%;
    }

    .myscroll {
        width: 524px;
    }
}

@media(max-width:523px) {
    #scrollpic {
        max-width: 330px;
        width: 100%;
    }

    .myscroll {
        width: 330px;
    }
}

.index-pro-con .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    margin-top: 20px;
}

.show_pro {
    width: 100%
}

.show_pro:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.show_pro:hover .intro {
    display: block;
    background: #13439d;
}

.show_pro:hover .intro a {
    color: #FFF;
}

.show_pro img {
    width: 100%
}

.show_pro .intro {
    background: #FFF;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #F1F1F1;
}

.index-pro-con .swiper-pagination-bullet,
.index-al-con .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

@media(max-width:990px) {
    .index-tit h2 {
        display: block;
        font-size: 24px;
        color: #000;
        padding-bottom: 10px;
    }

    .index-pro-con .col-sm-6 {}

    .index-pro-con .swiper-pagination-bullet,
    .index-al-con .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
}

.show_case {
    width: 100%;
    margin-bottom: 20px;
}

.show_case:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.show_case:hover .intro {
    display: block;
    background: #13439d;
    color: #FFF;
}

.show_case:hover .intro a {
    color: #FFF;
}

.show_case img {
    width: 100%;
    max-height: 200px;
}

.show_case .intro {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    background: #444;
}

.show_case .intro a {
    color: #FFF;
}

.index-al-con .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    margin-top: 20px;
}

.index-title {
    position: relative;
    padding-top: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.index-title em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 70px;
    color: #e9e9e9;
    text-transform: uppercase;
    font-weight: bold;
}

.index-title h2 {
    font-size: 34px;
    position: relative;
    z-index: 10;
    letter-spacing: 4px;
    color: #000;
    font-weight: bold;
}

.index-hz {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.index-hz .pic {
    margin-top: 35px;
}

.index-hz .pic .brand img {
    width: 100%;
    border: #CCC solid 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    height: 85px;
}

.index-hz .pic .brand span {
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 40px;
}

.index-hz .pic img {
    width: 100%;
}

@media(max-width:1380px) and (min-width:991px) {
    .index-hz .pic .brand {
        width: 25%;
    }
}

@media(max-width:991px) {
    .index-hz .pic .brand img {
        width: 100%;
        height: 76px;
    }
}

.pro-news-box {}

.pro-news-box .main {
    margin: 15px 0;
    padding: 10px;
    background: #F1F1F1;
    overflow: hidden;
}

.pro-news-box .main .col-lg-12 {
    padding: 0px;
}

.pro-news-box .main .t-1 {
    height: 27px;
    line-height: 27px;
}

.pro-news-box .main .t-1 .time {
    float: left;
    margin-right: 13px;
}

.pro-news-box .main .tit {
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}

.pro-news-box .main .tit a {
    color: #333;
}

.pro-news-box .main .time {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.pro-news-box .main .txt {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.pro-news-box .main img {
    width: 30%;
    margin-right: 10px;
    border: #CCC solid 1px;
    float: left;
    height: 120px;
}

.pro-news-box .main:hover,
.pro-news-box .main:hover a {
    background: #13439d;
    color: #FFF;
}

@media(max-width:990px) {
    .hot_pro_con .main .con .txt {
        display: none;
    }

    .pro-news-box .main {
        height: 90px;
    }

    .pro-news-box .main .intro .tit {
        line-height: 20px;
        height: 40px;
    }

    .pro-news-box .main img {
        width: 32%;
        margin-right: 5px;
    }

    .pro-news-box .main .intro .txt {
        display: none;
    }
}

.index-news .swiper-container .swiper-slide {
    margin-bottom: 20px;
}

.index-news .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.index-news .swiper-pagination-bullet-active {
    color: #FFF;
    background: #007aff;
}

.index-about {
    width: 100%;
    background: url("../images/index_about_bg.jpg") no-repeat center;
    overflow: hidden;
    padding-bottom: 60px;
}

.index-about-tit {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.index-about-tit h2 {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 12px;
}

.index-about-tit p {
    color: #FFF;
    padding-bottom: 23px;
}

.index-about .con {
    padding-top: 60px;
}

.index-about .con img {
    width: 100%;
    height: auto;
    display: block;
}

.index-about-main {
    margin-top: 15px;
}

.index-about-main .tit {
    margin-bottom: 24px;
    font-size: 25px;
    color: #FFF;
}

.index-about-main .txt {
    color: #FFF;
    line-height: 24px;
}

.index-about-main .more {
    width: 138px;
    line-height: 39px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #FFF;
}

.index-about-main .more a {
    color: #FFF;
    display: block;
}

.index-news-menu {
    width: 100%;
    margin-top: 20px;
}

.index-news-menu ul {
    margin: 0px auto;
    width: 500px;
    height: 40px;
}

.index-news-menu li {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    text-align: center;
    float: left;
    margin-right: 25px;
}

.index-news-menu li:last-child {
    margin-right: 0px;
}

.index-news-menu li a {
    font-size: 16px;
    color: #676767;
}

.index-news-menu li:hover {
    display: block;
    background: #13439d;
}

.index-news-menu li:hover a {
    color: #FFF;
}

@media screen and (max-width:991px) {
    .index-news-menu ul {
        width: 100%;
    }

    .index-news-menu li {
        width: 32%;
        margin-right: 2%;
        overflow: hidden;
    }
}

.index-news {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: #F1F1F1;
}

.index-news .more {
    width: 130px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #a8a7a7;
    text-align: center;
    margin: 24px auto 0;
}

.index-news .more a {
    color: #a8a7a7;
    display: block;
}

.index-news .more i {
    margin-left: 5px;
}

.index-news .con .swiper-container {
    padding-bottom: 20px;
}

.index-news .con {
    margin-top: 10px;
}

.index-news .con .top-new {
    overflow: hidden;
}

.index-news .con .top-new img {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #e6e6e6;
}

.index-news .con .top-new .intro {
    padding: 16px 40px;
    margin-top: 5px;
    background: #e9e9e9;
}

.index-news .con .top-new .intro:hover {
    background: #2055bb;
    color: #FFF;
}

.index-news .con .top-new .intro:hover .tit a {
    color: #FFF;
}

.index-news .con .top-new .intro .tit {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.index-news .con .top-new .intro .tit a {
    color: #111;
}

.index-news .con .top-new .intro .txt {
    display: block;
    line-height: 22px;
    max-height: 66px;
}

.index-news .con .new-list {}

.index-news .con .new-list li {
    background: #e9e9e9;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    padding: 12px 36px;
}

.index-news .con .new-list li:hover {
    background: #2055bb;
    color: #FFF;
}

.index-news .con .new-list li:hover .time {
    border-right: 1px solid #FFF;
}

.index-news .con .new-list li:hover .time span,
.index-news .con .new-list li:hover .time em {
    color: #FFF;
}

.index-news .con .new-list li:hover .txt span a {
    color: #FFF;
}

.index-news .con .new-list li .time {
    padding: 7px 34px 7px 0;
    border-right: 1px solid #cfcfcf;
    text-align: center;
    float: left;
    display: block;
}

.index-news .con .new-list li .time span {
    font-size: 44px;
    font-weight: bold;
    color: #343434;
    margin-bottom: 9px;
    display: block;
}

.index-news .con .new-list li .time em {
    color: #343434;
    display: block;
}

.index-news .con .new-list li .txt {
    width: 86%;
    float: right;
}

.index-news .con .new-list li .txt span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.index-news .con .new-list li .txt span a {
    color: #111;
}

.index-news .con .new-list li .txt em {
    line-height: 22px;
    display: block;
}

.foot {
    width: 100%;
    background: #212121;
}

.foot-menu {
    text-align: center;
    color: #f6f6f6;
    line-height: 57px;
    display: block;
}

.foot-menu span {
    margin: 0 20px;
}

.foot-menu a {
    color: #f6f6f6;
}

.foot-con {
    color: #f6f6f6;
}

.foot-logo {}

.foot-logo img {
    height: auto;
}

.foot-lx {
    margin-top: 5px;
}

.foot-lx p {
    line-height: 25px;
}

.foot-sj {
    position: relative;
}

.foot-sj .tit {
    margin-top: 10px;
}

.foot-sj ul {
    display: block;
    float: right;
    margin-top: 16px;
    overflow: hidden;
    padding-right: 42px;
}

.foot-sj ul li {
    margin-left: 13px;
    float: left;
}

.foot-copy {
    width: 100%;
    color: #f6f6f6;
    text-align: center;
    font-size: 9pt;
    line-height: 40px;
}

.foot-copy a {
    color: #f6f6f6;
    font-size: 9pt;
}

@media(max-width:1380px) and (min-width:991px) {
    .foot-menu span {
        margin: 0 8px;
    }
}

.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

.page-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
}

@media only screen and (max-width:767.98px) {
    .page-header-content {
        height: 250px;
    }
}

.page-header-content h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 0;
}

.page-header-content .h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 0;
}

@media only screen and (max-width:575.98px) {
    .page-header-content h1 {
        font-size: 28px;
        line-height: 1.4;
    }
}

#breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
}

#breadcrumb {
    position: relative;
    color: #FFF;
}

#breadcrumb a {
    color: #FFF;
    font-weight: 300;
    line-height: 1;
}

#breadcrumb a:hover {
    color: #db0303;
}

#breadcrumb .current:after {
    display: none;
}

#breadcrumb .current a {
    color: #db0303;
    pointer-events: none;
}

.breadcrumb {
    display: inline-block;
    background-color: transparent;
}

.breadcrumb>.active {
    color: #FFF;
}
@media(max-width:990px){
    .page-header-content-inner,.page-header-content{ width:100%;}
    .breadcrumb {width:100%;}  
}
.pro-ban {
    background: url("../images/products_ban.jpg") no-repeat center;
    display: block;
}

.pro-app-ban {
    background: url("../images/proapp_ban.jpg") no-repeat center;
    display: block;
}

.pro-customize-ban {
    background: url("../images/customize_ban.jpg") no-repeat center;
    display: block;
}

.advantage-ban {
    background: url("../images/advantage_ban.jpg") no-repeat center;
    display: block;
}

.contact-ban {
    background: url("../images/contact_ban.jpg") no-repeat center;
    display: block;
}

.down-ban {
    background: url("../images/down_ban.jpg") no-repeat center;
    display: block;
}

.about-ban {
    background: url("../images/about_ban.jpg") no-repeat center;
    display: block;
}

.news-ban {
    background: url("../images/news_ban.jpg") no-repeat center;
    display: block;
}

.case-ban {
    background: url("../images/case_ban.jpg") no-repeat center;
    display: block;
}

.video-ban {
    background: url("../images/video_ban.jpg") no-repeat center;
    display: block;
}

.inner {
    padding: 90px 0;
}

.inner-ban {
    width: 100%;
    height: 460px;
}

.inner-ban img {
    display: none;
}

.inner-pro {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    background: #F3F3F3;
}

.inner-menu {
    width: 100%;
    height: 128px;
    background: url(../images/inner_menu_bg.jpg) no-repeat center;
    display: block;
}

.inner-menu .tit {
    float: left;
    padding-top: 35px;
    color: #FFF;
}

.inner-menu .tit p {
    margin-bottom: 13px;
    font-size: 35px;
}

.page-nav {
    width: 70%;
    float: right;
    padding-top: 40px;
}

.page-nav ul {
    display: table;
    width: 100%;
}

.page-nav ul>* {
    display: table-cell;
    vertical-align: middle;
}

.page-nav a {
    display: inline-block;
    text-align: left;
    color: #FFF;
}

.page-nav li {
    text-align: right;
}

.page-nav li:hover a,
.page-nav .active a {
    color: #FFF;
}

.page-nav .id {
    position: relative;
}

.page-nav .id::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #FFF;
}

.page-nav h5 {
    font-size: 18px;
    margin-top: 5px;
}

@media (max-width:1200px) {
    .page-nav {
        width: 80%;
    }

    .page-nav h5 {
        font-size: 15px;
    }
}

.m-ins-navbox {
    display: none;
}

.filters {
    text-align: center;
    background: #e3e3e3;
}

.filters .filter-tabs {
    position: relative;
    float: left;
}

.filters li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 10px 55px;
    cursor: pointer;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    top: 0;
    font-family: "Roboto", sans-serif;
}

.filters a:hover,
.filters a:focus {
    text-decoration: underline;
}

.filters li:last-child {
    margin-right: 0;
}

.filters .filter.active,
.filters .filter:hover {
    background: #e62129;
    color: #FFF !important;
}

.filters .filter:hover a {
    color: #FFF;
}

.filters .filter.active a {
    color: #FFF;
}

.product {}

.product-item {
    float: left;
    padding: 0px;
    margin: 0 3px;
    margin-bottom: 50px;
    background: #ebebeb;
    overflow: hidden;
}

.product-item img {
    display: block;
    border: 3px solid #ebebeb;
    text-align: center;
    margin: auto;
}

.product-item img:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

.product-item a {
    display: block;
    float: left;
    position: relative;
    color: #333;
}

.product-item a .intro {
    padding: 30px 18px;
}

.product-item a .intro span {
    line-height: 24px;
    display: block;
    color: #424242;
}

.product-item a .intro em {
    line-height: 23px;
    font-size: 12px;
    display: block;
    color: #939393;
}

.product-item:hover {
    background: #db0303;
    border: #ebebeb;
}

.product-item:hover .intro span,
.product-item:hover .intro em {
    color: #FFF;
}

.prod-details-info-content {
    margin: 0 10px;
}

.prod-details-info-content p {
    line-height: 35px;
}

.contact-lx {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    background: #f4f6f8;
}

.contact-lx i {
    margin-right: 15px;
    color: #13439d;
}

.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 60px 10px;
    margin-top: 30px;
    line-height: 20px;
}

.contact-info-item .con-info-icon {
    border: 1px solid #13439d;
    border-radius: 100px;
    color: #13439d;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
}

.contact-info-item:hover .con-info-icon {
    background-color: #13439d;
    color: #FFF;
}

.contact-form-content span {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}

.input-item {
    margin-top: 30px;
}

.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}

.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}

.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}

.contact-form-content {
    margin-top: 80px;
}

.contact-map {
    height: 500px;
}

.contact-map img {
    width: 100%;
}

@media only screen and (max-width:767.98px) {
    .contact-map {
        height: 300px;
    }

    .news_time {
        display: none;
    }

    .about img {
        width: 100%;
    }
}

.btn-brand {
    background-color: #13439d;
    border-color: #13439d;
    border-radius: 25px;
    color: #FFF;
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.news-box {
    margin-bottom: 30px;
    background: #e9e9e9;
    width: 100%;
    overflow: hidden;
}

.news-box:hover {
    background: #13439d;
    color: #FFF;
}

.news-box:hover .tit a {
    color: #FFF;
}

.news-box .t-1 {
    height: 27px;
    line-height: 27px;
}

.news-box .t-1 c {
    float: left;
    margin-right: 13px;
}

.news-box .tit {
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.news-box .tit a {
    color: #111;
}

.news-box .txt {
    line-height: 28px;
}

.news-img {
    width: 100%;
    height: auto;
    margin-left: -15px;
    border: 1px solid #e6e6e6;
}

.news-list {}

.news-list .con {
    background: #e9e9e9;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    padding: 10px 20px;
    height: 140px;
}

.news-list .con:hover {
    background: #04b1eb;
    color: #FFF;
}

.news-list .con:hover .txt .tit a {
    color: #FFF;
}

.news-list .con:hover .time {
    border-right: 1px solid #FFF;
}

.news-list .con:hover .time span,
.index-news .con .new-list li:hover .time em {
    color: #FFF;
}

.news-list .con:hover .txt span a {
    color: #FFF;
}

.news-list .con .time {
    padding: 10px 20px 10px 0;
    border-right: 1px solid #cfcfcf;
    width: 35%;
    text-align: center;
    float: left;
    display: block;
}

.news-list .con .time img {
    width: 100%;
    max-height: 130px;
}

.news-list .con .time span {
    font-size: 55px;
    font-weight: bold;
    color: #343434;
    margin-bottom: 9px;
    display: block;
}

.news-list .con .txt {
    width: 62%;
    float: right;
}

.news-list .con .txt .tit {
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .con .txt .tit a {
    color: #111;
}

.news-list .con .txt span {
    display: block;
    margin-top: 5px;
}

.news-list .con .txt em {
    line-height: 20px;
    height: 60px;
    margin-top: 5px;
    overflow: hidden;
    display: block;
}

.center {
    text-align: center;
}

@media(max-width:990px) {
    .news-info .contwrap video {
        width: 100%;
    }

    .news-info .contwrap img {
        width: 100%;
    }
}

.news-info .contwrap p {
    line-height: 30px;
    font-size: 16px;
}

.news-info .contwrap p a {
    color: #13439d;
}

.news-info .contwrap img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    border: 1px solid #DDD;
}

.news-info .rightwrap h4 {
    font-weight: bold;
    padding: 12px 14px;
    line-height: 23px;
    margin-bottom: 20px;
    background: #13439d;
    font-size: 16px;
    color: #FFF;
}

.news-info .rightwrap ul {
    width: 94%;
    padding: 0 3%;
}

.news-info .rightwrap li {
    width: 100%;
    padding-bottom: 14px;
    padding-top: 7px;
    border-bottom: 1px solid #DADADA;
}

.news-info .rightwrap li:last-child {
    border-bottom: none;
}

.news-info .rightwrap li a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}

.news-info .rightwrap li a:hover {
    color: #13439d;
}

.news-info .rightwrap li .post-date {
    display: block;
    line-height: 21px;
    font-size: 13px;
    color: #555;
    margin-top: 1px;
}

.news-info .paging {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}

.news-info .paging .fl {
    font-size: 16px;
    line-height: 25px;
}

.news-info .paging a {
    color: #666;
}

.news-info .paging a:hover {
    color: #13439d;
}

.news-info .paging .return {
    border: 1px solid #DDD;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
    position: relative;
    z-index: 2000;
}

.news-info .paging .return:hover {
    border: 1px solid #13439d;
    background-color: #13439d;
    color: #FFF;
}

.about {
    line-height: 28px;
    background: url("../images/about_bg.png") no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 50px;
}

.about video {
    max-width: 100%;
}

.about-box {
    margin-top: 95px;
}

.about-box .tit {
    margin-bottom: 70px;
    overflow: hidden;
    text-align: center;
}

.about-box .tit em {
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #0b0b0b;
    margin-bottom: 14px;
}

.about-box .tit span {
    display: block;
    color: #212121;
}

.about-box .tit p {
    margin-top: 23px;
    color: #787878;
}

.about-pic {}

.about-pic img {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}

.joblist {}

.jonav li {
    width: 25%;
}

.jot {
    background: #EEE;
}

.jot:hover {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.joa {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.jotxs:hover .jot {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.jot span {
    display: block;
    width: 14%;
    float: left;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    font-size: 20px;
}

.jot span:first-child {
    padding-left: 4%;
    width: 26%;
}

.jod>span {
    color: #666;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.jotxs {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.jos {
    display: none;
    padding-right: 1px;
}

.jos .bodr {
    border: 1px solid #EEE;
    overflow: hidden;
    padding: 30px 5% 30px 5%;
    border-top: 0;
    line-height: 30px;
}

.jos .bodr span {
    display: block;
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 20px;
}

.jotxs .line {
    background: #000;
    display: block;
    position: absolute;
}

.jotxs .line_1 {
    width: 21px;
    height: 1px;
    top: 23px;
    left: 15px;
}

.jotxs .line_2 {
    width: 1px;
    height: 21px;
    top: 13px;
    left: 25px;
}

.jotxs .arrow {
    width: 55px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.jotxs:hover .jod>span,
.jotxs.act .jod>span {
    color: #FFF;
}

.jotxs.act .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.jo2 {}

.jos a {
    color: #666
}

select.selbox {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0px;
    outline: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "microsoft yahei";
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding-left: 14px;
    border: 1px solid #DDD;
    color: #666
}

.no-csstransitions select.selbox {
    padding-left: 0;
    background-image: none;
}

select.selbox option {
    padding: 2px 12px;
}

select.selbox:hover {
    color: #323232;
}

.jobview {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.jobview .list {
    margin-top: 30px;
}

.jobview .list dd {
    width: 48.5%;
    display: block;
    margin-bottom: 20px;
    margin-right: 3%;
    float: left
}

.jobview .list dt {
    width: 100%;
    display: block;
}

.jobview .list dd:nth-child(2n+2) {
    margin-right: 0
}

.jobview .list .txt {
    background-color: #FFF;
    border: 0px none;
    padding: 10px 12px;
    box-sizing: border-box;
    width: 100%;
    font: 14px/1.8 "microsoft yahei";
    border: 1px solid #DDD;
    color: #999
}

.jobview .list .txt2 {
    height: 200px;
    margin-bottom: 0px;
}

.jobview .list .btn {
    text-align: center;
    margin: 20px auto;
}

.jobview .list .fromBtn {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background-color: #0769b2;
    border: 0px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer
}

.jobview .list .fromBtn:hover {
    background-color: #045b9c;
}

.down {
    padding-bottom: 75px;
}

.down li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #DDD;
}

.down li span {
    display: block;
    line-height: 85px;
    float: left;
    font-size: 18px;
}

.down li span a {
    color: #131313;
}

.down li span i {
    font-size: 20px;
    margin-right: 20px;
}

.down li em {
    display: block;
    width: 195px;
    line-height: 48px;
    text-align: center;
    margin-top: 25px;
    background: #eaeaea;
    float: right;
    font-size: 18px;
}

.down li em a {
    color: #939393;
    display: block;
}

.down li:hover span a {
    color: #13439d;
}

.down li:hover em a {
    color: #FFF;
    background: #13439d;
}

.cata_list {
    padding: 10px 15px;
    line-height: 30px;
}

.cata_list p {
    font-size: 16px;
}

.cata_list p a {
    color: #13439d;
}

.cata_list h1 {
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.about_nav,
.list-pro {
    width: 100%;
    display: block;
}

.about_nav .tit,
.list-pro .tit {
    color: #FFF;
    padding: 40px 0 40px 20px;
    background: #13439d;
}

.about_nav .tit span,
.list-pro .tit span {
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.about_nav .tit em,
.list-pro .tit em {
    font-size: 16px;
}

.about_nav li {
    background-color: #e6e6e6;
    height: 46px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 46px;
}

.about_nav a {
    margin-left: 20px;
    display: block;
    color: #6e6e6e;
}

.about_nav li:hover {
    background-color: #0146ae;
}

.about_nav a:hover {
    color: #FFF;
}

.list-pro {
    width: 100%;
    display: block;
    margin: 1px 0;
    clear: both;
}

.list-pro ul li {
    background-color: #13439d;
}

.list-pro ul li a {
    text-indent: 26px;
    color: #FFF;
    font-size: 16px;
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #FFF;
    position: relative;
}

.list-pro ul li .inactive {
    background: url(../images/off.png) no-repeat 184px center;
}

.list-pro ul li .inactives {
    background: url(../images/on.png) no-repeat 184px center;
}

.list-pro ul li ul {
    display: none;
}

.list-pro ul li ul li {
    background: #e6e6e6;
    margin: 0px;
}

.list-pro ul li ul li a {
    line-height: 35px;
    color: #535353;
    font-size: 15px;
    display: block;
}

.list-pro ul li ul li a:hover {
    display: block;
    background: #FFF;
    border-left: 5px solid #13439d;
    font-weight: bold;
}

.list-pro-r {}

.list-pro-r .con {
    display: block;
    border: 1px solid #CCC;
    padding: 0px;
    margin: 10px 0;
    overflow: hidden;
    background: #F3F3F3;
}

.list-pro-r .con img {
    display: block;
    width: 100%;
}

.list-pro-r .con:hover {
    background: #FFF;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.list-pro-r .con:hover .intro {
    display: block;
    background: #13439d;
}

.list-pro-r .con:hover .intro a {
    color: #FFF;
}

.list-pro-r .intro {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #F1F1F1;
    font-size: 15px;
    color: #2b2a2a;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
}

.list-pro-r .img {
    overflow: hidden;
}

@media(max-width:1380px) and (min-width:991px) {
    .inner .container .row .col-lg-3 {
        width: 25%;
        float: left;
    }

    .inner .container .row .col-lg-9 {
        width: 75%;
    }
}

.list_case {}

.list_case .con {
    display: block;
    border: 1px solid #CCC;
    padding: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #F3F3F3;
}

.list_case .con img {
    display: block;
    width: 100%;
    max-height: 200px;
}

.list_case .con:hover {
    background: #FFF;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.list_case .con:hover .intro {
    display: block;
    background: #13439d;
}

.list_case .con:hover .intro a {
    color: #FFF;
}

.list_case .intro {
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-top: 1px solid #F1F1F1;
    font-size: 15px;
    color: #2b2a2a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_case .img {
    overflow: hidden;
}

.catList {
    width: 100%;
    overflow: hidden;
}

.catList h1 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.catList .txt {
    margin-bottom: 30px;
}

.catList .txt h2 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 10px 10px;
    border-bottom: 1px solid #e2e2e2;
}

.catList .txt p {
    line-height: 28px;
    margin: 0 10px;
}

.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width:1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFF;
    padding: 0px;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width:767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}

@media only screen and (max-width:767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
    max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 36px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width:1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }

    .prod-details-info-content p {
        font-size: 16px;
    }
}

.prod-details-info-content h1 {
    font-size: 24px;
    line-height: 50px;
}

@media only screen and (max-width:767.98px) {
    .prod-details-info-content h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
    margin: 20px 0px;
}

@media only screen and (max-width:767.98px) {
    .prod-details-info-content .price {
        font-size: 18px;
        margin: 20px 0px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {
    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width:767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
    margin-top: 20px;
}

@media only screen and (max-width:767.98px) {
    .product-description-review {
        margin-top: 10px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #DDD;
    color: #FFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0px;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width:767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }

    .product-description-review .tab-content {
        font-size: 12px;
    }
}

.product-description-review .tab-tit {
    line-height: 40px;
    background: #4F5152;
    text-indent: 20px;
    color: #FFF;
    font-size: 16px;
}

.product-description-review .tab-content {
    padding: 20px 0px;
    line-height: 28px;
    font-size: 16px;
}

.product-description-review .tab-content p {
    margin: 10px 0;
}

.product-description-review .tab-content .tit {
    background: url(../images/prodetail-titbg.jpg) repeat-x;
    height: 34px;
    width: 100%;
    margin: 20px 0px;
}

.product-description-review .tab-content .tit h3 {
    background: url(../images/prodetail-tit.jpg) no-repeat;
    width: 130px;
    height: 34px;
    line-height: 35px;
    display: block;
    padding-left: 20px;
    color: #FFF;
    font-size: 16px;
}

.product-description-review .tab-content .line_tab {
    clear: both;
}

.product-description-review .tab-content .line_tab strong.sub_line {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 4px solid #00539b;
}

.product-description-review .tab-content .product_download {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-description-review .tab-content .product_download i {
    color: red;
}

.product-description-review .tab-content .product_download .col-lg-4 img {
    width: 25px;
    height: 25px;
}

.product-description-review .tab-content .line img {
    width: 100%;
}

.product-description-review .tab-content .intro img {
    width: 100%;
}

@media(max-width:780px) {
    .product-description-review .tab-content p.w_100 img {
        width: 100%;
    }
}

.product-description-review .tab-content p.w_100 img {
    max-width: 840px;
}

.product-description-review .tab-content table.bg1 {
    border-collapse: collapse;
    border: #CCC solid 1px;
    width: 100%;
}

.product-description-review .tab-content table.bg1 td {
    border: #CCC solid 1px;
    line-height: 25px;
}

.product-description-review .tab-content table.bg1 tr:nth-child(odd) {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content table.bg2 {
    border-collapse: collapse;
    border: #CCC solid 1px;
    border-left: 0;
    border-right: 0;
    width: 100%;
}

.product-description-review .tab-content table.bg2 td {
    border: #CCC solid 1px;
    border-left: 0;
    border-right: 0;
    line-height: 25px;
}

.product-description-review .tab-content table.bg2 td img {
    padding: 2px;
    background: #FFF;
}

.product-description-review .tab-content table.bg2 tr:nth-child(odd) {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content table.bg4 tr td {
    border: #CCC solid 1px;
}

.product-description-review .tab-content table.bg4 tr.firstRow td {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content table.bg4 tr:nth-child(even) {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content .zt img {
    width: 100%;
}

.product-description-review .tab-content .yz {
    height: 279px;
}

.product-description-review .tab-content .pages {
    width: 100%;
    clear: both;
}

.product-description-review .tab-content .pages ul.pagination li.active a {
    color: #fff;
}

@media(max-width:990px) {
    .product-description-review .tab-content .yz {
        height: 30px;
    }
}

.product-description-review .tab-content .zt {
    clear: both;
}

.product-description-review .tab-content .yz img {
    width: 100%;
}

.inner_table {
    overflow: scroll;
}

.inner_table .tableHtml {
    overflow-x: scroll;
    width: 200%;
}

.inner_table .tableHtml table {
    border-collapse: collapse;
}

.inner_table .tableHtml table td {
    line-height: 21px;
    padding: 0px 2px;
}

p.table_title {
    line-height: 25px;
}

p.table_title i {
    font-size: 2rem;
    color: #171c61;
    line-height: 25px;
}

p.table_title i.fa-hand-o-down {
    color: #006ab8;
    padding: 0px 7px;
}

p.table_title strong {
    font-size: 2rem;
    text-indent: 10px;
    line-height: 25px;
    margin-right: 10px;
}

.product-description-review .tab-content table.bg3 {
    border-collapse: collapse;
    border: #CCC solid 1px;
}

.product-description-review .tab-content table.bg3 td {
    border: #CCC solid 1px;
    line-height: 25px;
}

.product-description-review .tab-content table.bg3 tr:nth-child(1) td {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content table.bg3 tr:nth-child(2) td {
    background: rgba(0, 0, 0, .1);
}

.product-description-review .tab-content table.bg3 tr td:first-child {
    background: rgba(0, 0, 0, .1);
}

.other-pro {
    width: 100%;
    overflow: hidden;
}

.other-pro .other-pro-con {
    margin-top: 15px;
}

.other-pro .other-pro-con .con {}

.other-pro .other-pro-con .con .img {
    overflow: hidden;
}

.other-pro .other-pro-con .con .img img {
    width: 100%;
    border: #CCC solid 1px;
}

.other-pro .other-pro-con .con .txt {
    padding: 10px 0;
    background: #FFF;
    width: 100%;
    text-align: center;
}

.other-pro .other-pro-con .con .txt span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.other-pro .other-pro-con .con .txt span a {
    color: #111;
}

.other-pro .other-pro-con .con .txt em {
    display: block;
    line-height: 24px;
    height: 73px;
}

.other-pro .other-pro-con .con:hover .txt {
    display: block;
    background: #13439d;
}

.other-pro .other-pro-con .con:hover .txt span a,
.other-pro .other-pro-con .con:hover .txt em {
    color: #FFF;
}

@media (max-width:991px) {
    .other-pro {
        padding: 40px 0;
    }

    .other-pro .other-pro-con {
        margin-top: 35px;
    }

    .other-pro .other-pro-con .con .txt span {
        font-size: 14px;
        line-height: 20px;
    }

    .other-pro .other-pro-con .con .txt em {
        display: none;
    }

    .other-pro .other-pro-con .con .img img {
        width: 100%;
    }
}

.other-pro .index-tit span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    text-align: left;
}

.inner .related_news .col-md-6 {
    width: 48%;
}

.news-info h1 {
    color: #505050;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.news-info .entry-meta {
    overflow: hidden;
    color: #777;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.news-info .entry-meta i {
    font-size: 16px;
    margin-right: 10px;
}

.news-info .contwrap {
    font-size: 14px;
    padding: 20px 0px;
    color: #555;
}

.news-info .contwrap p {
    line-height: 30px;
    font-size: 16px;
}

.news-info .contwrap p a {
    color: #13439d;
}

.news-info .contwrap img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    border: 1px solid #DDD;
}

.news-info .contwrap table.table1 tr {
    line-height: 25px;
}

.news-info .contwrap table.table1 tr td {
    padding: 0px 2px;
    line-height: 25px;
}

.product-description-review {
    height: auto;
    margin-top: 20px;
}

.product-description-review dl.InfoNav {
    display: block;
    background: none;
    margin: 0px auto;
    zoom: 1;
    overflow: hidden;
    width: 100%;
}

.product-description-review dl.InfoNav dt {
    width: 100px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 10px 0px;
}

.product-description-review dl.InfoNav dt:last-child {
    border-right: 1px solid #CCC;
}

.product-description-review dl.InfoNav dt.sel,
.proinfo_two .pro_description_cont dl.InfoNav dt:hover {
    background: #006ab8;
    color: #FFF;
}

.product-description-review dl.InfoNav dt {
    line-height: 30px;
    width: 100px;
    float: left;
    font-weight: bold;
}

.product-description-review dl.InfoNav dt:first-child {
    border-left: #EEE solid 1px;
}

.product-description-review dl.InfoNav dt a {
    color: #FFF;
}

.product-description-review .tab-content .info {
    display: none;
    padding: 5px 0px;
}

.product-description-review .tab-content .info a {
    color: #006AB8;
}

.product-description-review .tab-content .info table {
    border: #CCC solid 1px;
    border-collapse: collapse;
}

.product-description-review .tab-content .info table td {
    padding: 2px;
    border: #CCC solid 1px;
}

.inner_table {
    overflow: scroll;
}

.inner_table .tableHtml {
    overflow-x: scroll;
    width: 160%;
}

.inner_table.w_700 .tableHtml {
    width: 200%;
}

.inner_table .tableHtml table {
    border-collapse: collapse;
}

.inner_table .tableHtml table td {
    line-height: 21px;
    padding: 0px 2px;
}

p.table_title {
    line-height: 25px;
}

p.table_title i {
    font-size: 2rem;
    color: #171c61;
    line-height: 25px;
}

p.table_title i.fa-hand-o-down {
    color: #006ab8;
    padding: 0px 7px;
}

p.table_title strong {
    font-size: 2rem;
    text-indent: 10px;
    line-height: 25px;
    margin-right: 10px;
}

@media only screen and (max-width:767.98px) {
    .product-description-review dl.InfoNav dt {
        width: 25%;
    }

    .product-description-review .tab-content {
        padding: 15px;
    }

    .pro_description {
        border: #EEE solid 1px;
        height: auto;
        margin-top: 15px;
    }

    .pro_description dl.InfoNav {
        display: block;
        background: none;
        margin: 0px auto;
        zoom: 1;
        overflow: hidden;
    }

    .pro_description dl.InfoNav dt {
        width: 100px;
        border-right: 1px solid #EEE;
        text-align: center;
        padding: 10px 0px;
    }

    .pro_description dl.InfoNav dt.sel,
    .proinfo_two .pro_description_cont dl.InfoNav dt:hover {
        background: #006ab8;
        color: #FFF;
    }

    .pro_description dl.InfoNav dt {
        line-height: 30px;
        width: 100px;
        float: left;
        font-weight: bold;
    }

    .pro_description dl.InfoNav dt:first-child {
        border-left: #EEE solid 1px;
    }

    .pro_description dl.InfoNav dt a {
        color: #FFF;
    }

    .description .info {
        display: none;
    }

    .description .info a {
        color: #006AB8;
    }

    .product-description-review .tab-content img {
        width: 100% !important;
    }

    .product-description-review .tab-content video {
        width: 100%;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #CCC;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #CCC;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}

@media screen and (max-width:991px) {
    .logo img {
        width: 160px;
        padding: 0px 0;
    }

    .menu .nav>li>a {
        font-size: 16px;
        color: #FFF !important;
    }

    nav .navbar-nav {
        width: 100%;
        float: left;
        margin: 0px auto;
        padding-top: 0;
    }

    .menu .nav>li>a {
        padding: 0 30px;
        line-height: 40px;
    }

    .wrap .navbar-default .navbar-collapse {
        position: fixed;
        top: 80px;
        left: 0px;
    }

    .wrap .navbar-default .navbar-collapse,
    .wrap .navbar-default .navbar-form {
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: center;
        margin: 30px auto 0;
        width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF !important;
    }

    .menu .navbar-nav>.active>a,
    .menu .navbar-nav>.active>a:hover,
    .menu .navbar-nav>.active>a:focus {
        background: none;
        color: #FFF !important;
    }

    .menu .navbar-nav>.open>a,
    .menu .navbar-nav>.open>a:hover,
    .menu .navbar-nav>.open>a:focus {
        color: #FFF !important;
        border-bottom: 0;
    }

    .menu a {
        letter-spacing: 1px;
        font-size: 0.9em;
        font-size: 15px;
    }

    .menu li li a {
        padding: 5px 0 !important;
        text-align: center !important;
    }

    .index-search {
        height: auto;
        margin-top: 0;
        z-index: 0;
        background: none;
    }

    .search-hot-txt {
        display: none;
    }

    .search_info {
        margin-right: 0;
        float: none;
        margin: 20px auto 0px;
    }

    .index-tit em {
        display: none;
    }

    .index-pro-cat {
        padding: 0px;
    }

    .index-pro-cat span {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 15px;
    }

    #myscroll ul li {
        margin: 0px;
    }

    .index-tit span {
        font-size: 28px;
        padding-top: 20px;
    }

    .index-about {
        padding: 20px 0px;
        background: #13439d;
    }

    .index-about .con {
        padding-top: 30px;
    }

    .index-about-tit span {
        font-size: 28px;
    }

    .index-about-main .tit {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .sm-top {
        margin-top: 20px;
    }

    .inner-ban img {
        display: block;
        width: 100%;
        height: auto;
    }

    .ban-pc {
        display: none;
    }

    .ban-mobile {
        display: block;
        margin-top: 60px;
    }

    .index-jl {
        width: 100%;
        height: auto;
        background-image: none;
    }

    .index-jl a {
        height: auto;
    }

    .index-jl img {
        width: 100%;
        height: auto;
        display: block;
    }

    .index-news .con .top-new {
        margin-bottom: 5px;
    }

    .index-news .con .top-new .intro {
        padding: 12px 20px;
    }

    .index-news .con .new-list li .time {
        display: none;
    }

    .index-news .con .new-list li .txt {
        width: 100%;
        float: none;
    }

    .index-news .con .new-list li {
        padding: 12px 15px;
    }

    .index-news .con .top-new .intro .tit {
        font-size: 16px;
    }

    .index-news .con .new-list li .txt span {
        font-size: 16px;
    }

    .index-news .more {
        margin: 0px auto;
    }

    .index-news .con {
        margin-top: 15px;
    }

    .foot-menu {
        display: none;
    }

    .m-ins-navbox {
        width: 100%;
        height: 38px;
        background-color: #FFF;
        position: relative;
        z-index: 11;
        display: block;
    }

    .m-ins-navbox.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .m-ins-navbox .left {
        width: 15%;
        cursor: pointer;
        float: left;
    }

    .m-ins-navbox .left .ico {
        display: block;
        width: 100%;
        height: 38px;
        background: url(../images/ico_35.png) no-repeat center #13439d;
        background-size: auto 50%;
    }

    .m-ins-navbox .ret-subbox {
        position: absolute;
        top: 38px;
        width: 100%;
        background-color: #0055b9;
        left: 0;
        z-index: 2;
        display: none;
    }

    .m-ins-navbox .ret-subbox a {
        display: block;
        width: 100%;
        padding-left: 5%;
        height: 38px;
        line-height: 38px;
        color: #FFF;
        font-size: 14px;
        background: url(../images/ico_38.png) no-repeat 92% center;
        background-size: auto 35%;
    }

    .m-ins-navbox .right {
        width: 85%;
        position: relative;
        float: right;
    }

    .m-ins-navbox .right .tit {
        display: block;
        width: 95%;
        padding-left: 5%;
        font-size: 16px;
        color: #000;
        line-height: 38px;
        background: url(../images/ico_36.png) no-repeat 93% center;
        background-size: auto 50%;
        cursor: pointer;
    }

    .m-ins-navbox .right .subbox {
        width: 100%;
        position: absolute;
        top: 38px;
        background-color: #FFF;
        z-index: 2;
        display: none;
        left: 0;
    }

    .m-ins-navbox .right .subbox a {
        display: block;
        width: 95%;
        padding-left: 5%;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        border-top: 1px solid #e5e5e5;
        background: url(../images/ico_37.png) no-repeat 92% center;
        background-size: auto 35%;
    }

    .inner-menu {
        display: none;
    }

    .about-box {
        margin-top: 30px;
    }

    .about-box .tit p {
        display: none;
    }

    .about-box .tit {
        margin-bottom: 30px;
    }

    .core {
        padding: 30px 0px;
    }

    .core_tit .t-1 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .core_tit .t-2 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .core_con_fr .core-top {
        padding: 14px 0px;
        overflow: hidden;
    }

    .core_con_fr .core-s {
        font-size: 30px;
        margin-right: 5px;
    }

    .core_con_fr .core-txt {
        margin-top: 10px;
        margin-left: 0;
        line-height: 37px;
        color: #333;
    }

    .core_con_fr .core-tit .core-tit-1 {
        line-height: 20px;
        margin-bottom: 5px;
        font-size: 16px;
        color: #333;
    }

    .core_con_fr .core-tit .core-tit-2 {
        color: #666;
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 25% !important;
    }

    .news-img {
        margin-left: 0;
    }

    .news-box .tit {
        font-size: 16px;
    }

    .new-pro {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .new-pro-pic {
        margin-top: 0;
    }

    .list-pro {
        display: none;
    }

    .webzi {
        width: 100%;
        height: 300px;
    }

    .webzi .t1 {
        width: 140px;
        line-height: 25px;
        position: absolute;
        top: 70px;
        left: 0;
        font-size: 18px;
    }

    .webzi .line {
        position: absolute;
        top: 130px;
        left: 0;
    }

    .webzi .t2 {
        display: none;
    }

    .webzi .location {
        position: absolute;
        top: 200px;
        left: 0;
    }

    .about-tit-1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .about-tit-1 span {
        margin-top: 9px;
        margin-left: 27px;
    }

    .inner-ban {
        height: auto;
    }

    .pro-ban,
    .contact-ban,
    .about-ban,
    .news-ban,
    .down-ban {}

    .news-box {
        margin-bottom: 30px;
    }

    .news-list .con {
        padding: 12px;
        margin-bottom: 15px;
    }

    .news-list .con .time {
        display: none;
    }

    .news-list .con .txt {
        width: 100%;
        float: none;
    }

    .foot-copy {
        line-height: 25px;
        padding: 20px 0px;
    }

    .filters li {
        padding: 10px 18px;
        font-size: 14px;
    }

    .inner {
        padding: 30px 0px;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .product-item img {
        width: 100%;
    }

    .about-box-1 {
        margin-bottom: 40px;
    }

    .about-box-2 {
        background: #F3F3F3;
    }

    .about-box-tit {
        margin: 40px 0 25px 0;
    }

    .about-box-tit span {
        height: 30px;
        font-size: 24px;
    }

    .about-box-tit em {
        height: 25px;
        font-size: 20px;
    }

    .about-txt-2 {
        margin-left: 10px;
        margin-top: 20px;
    }

    .down {
        padding-bottom: 25px;
    }

    .down li {
        height: 40px;
    }

    .down li span {
        line-height: 40px;
        font-size: 12px;
    }

    .down li span i {
        font-size: 16px;
        margin-right: 10px;
    }

    .down li em {
        display: none;
    }
}

.pages {
    clear: both;
    text-align: center;
    font-size: 15px;
}

.search_form {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 35px;
}

ul.breadcrumb li a {
    color: #FFF;
}

.web-title .title-0 {
    font-size: 24px;
    color: #353535;
}

.web-title .title-1 {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

.middle {
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.clean {
    zoom: 1;
    clear: both;
}

.index-reason {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.index-reason .web-title {
    padding-top: 40px;
    margin-bottom: 32px;
}

.index-reason .item:nth-child(2) {
    margin-top: 20px;
}

.index-reason .item .display-table .con .num {
    margin-top: 5px;
    float: left;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
    background: url(../images/bj2.png) center center no-repeat;
    color: #FFF;
    font-size: 36px;
}

.index-reason .item .display-table .con {
    padding: 15px 5%;
    text-align: left;
}

.index-reason .item .display-table .con .txt {
    overflow: hidden;
    padding-left: 18px;
}

.index-reason .item .display-table .con .txt h3,
.index-reason .item .display-table .con .txt h6 {
    margin: 20px 0px;
    font-size: 24px;
    color: #000;
}

.index-reason .item .display-table .con .txt h3 span,
.index-reason .item .display-table .con .txt h6 span {
    color: #c52443;
    font-size: 24px;
    margin-bottom: 8px;
}

.index-reason .item .display-table .con .txt p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
}

.index-reason .rows {}

.index-reason .item .main-box {
    width: 50%;
    max-width: 960px;
    height: 100%;
    top: 0;
}

.index-reason .item .main-box .main .name-0 {
    font-size: 24px;
    color: #353535;
    margin-bottom: 10px;
}

.index-reason .item .main-box .main .name-1 {
    font-family: 'AvantBk';
    font-size: 12px;
    color: #777;
}

.index-reason .item .main-box .main .rating {
    margin: 5% 2%;
}

.index-reason .item .main-box .main .rating .fa-star {
    color: #c52443;
}

.index-reason .item .main-box .main .rating .fa-star-o {
    color: #f29487;
}

.index-reason .item .main-box .main .info {
    line-height: 24px;
    font-size: 14px;
    color: #777;
}

.index-reason .item .main-box .main .brief {
    min-height: 72px;
}

.index-reason .item .main-box .main .see-more {
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #777;
    border: 1px solid #777;
    border-radius: 32px;
    margin: 4px auto 0;
}

.index-reason .item .main-box .main .see-more:hover {
    color: #c52443;
    border-color: #c52443;
}

.index-reason .item .img {
    width: 50%;
    max-width: 960px;
}

.index-reason .item.left .main-box {
    left: 0;
}

.index-reason .item.right .main-box {
    right: 0;
}

.index-reason .item.left .img {
    float: right;
}

.index-reason .item.right .img {
    float: left;
}

@media(max-width:1380px) and (min-width:991px) {
    .index-reason .item .img {
        max-width: 480px;
        margin-top: 80px;
    }

    .index-reason .item .img img {
        max-width: 100%;
    }

    .index-reason .item:nth-child(2) {
        padding-top: 40px;
    }

    .index-reason .item.right .main-box {
        padding-top: 25px;
    }

    .index-reason {
        padding: 50px 0 100px 0;
    }
}

@media(max-width:990px) {
    .index-reason .item .img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        display: none;
    }

    .index-reason .item .main-box {
        width: 100% !important;
    }

    .index-reason .absolute {
        position: inherit;
    }

    .index-reason .item .main {
        width: 100%;
    }

    .index-reason .item .display-table .con {
        padding: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .index-reason .item .display-table .con .txt h3 span,
    .index-reason .item .display-table .con .txt h6 span {
        font-size: 16px;
        font-weight: bold;
    }

    .index-reason .item .display-table .con .txt h3,
    .index-reason .item .display-table .con .txt h6 {
        font-size: 18px;
    }
}

@media(max-width:1440px) and (min-width:1200px) {
    .index-reason .item .display-table .con {
        padding: 6px 8%;
        line-height: 20px;
    }
}

.list_related {
    padding-top: 10px;
    clear: both;
    margin-bottom: 10px;
}

.left_h {
    background: url(../images/title_line.jpg) left bottom no-repeat;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.related_product {
    clear: both;
    font-size: 15px;
    padding: 20px 0px;
    float: left;
    width: 100%;
}

.related_product li img {
    width: 100%;
    border: 1px solid #DDD;
}

.related_product li span {
    display: block;
    max-height: 44px;
    line-height: 22px;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
}

.related_product li span a {}

.related_product li span a:hover {
    color: #337ab7;
}

.related_news {
    margin: 10px 0;
    padding: 0 15px;
    font-size: 15px;
    float: left;
    clear: both;
    width: 100%;
}

.related_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 30px;
    height: 35px;
    overflow: hidden;
    padding: 5px 0px;
    padding-left: 14px;
    border-bottom: 1px dashed #e3e2e2;
}

.related_news li a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 35px;
    width: 80%;
}

.related_news li a:hover {
    text-decoration: none;
    color: #337ab7;
}

.related_news li span {
    float: right;
    margin-right: 10px;
}

.links {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    line-height: 22px;
    font-size: 9pt;
}

.links a {
    margin-right: 4px;
    font-size: 9pt;
}

ol.breadcrumb li a {
    color: #FFF;
}

@media screen and (max-width:991px) {
    .related_news li span {
        display: none;
    }

    .index-reason,
    .index-pro,
    .index-news,
    .index-al,
    .index-hz {
        padding: 30px 0px;
    }

    .about_nav {
        display: none;
    }

    .links {
        display: none;
        font-size: 9pt;
    }

    .links a {
        margin-right: 4px;
        font-size: 9pt;
    }
}



/*友情链接*/
.search-container .zt0 {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 67px;
    height: 68px;
    background: url(../img/bookzt.png)
}

.search-container .zt1 {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 67px;
    height: 68px;
    background: url(../img/bookzt.png) 0 -68px
}


.search-container,
.search-content-2 .search-container {
    background-color: #fff
}

.search-page .search-pagination.pagination-rounded>.pagination>li>a {
    border-radius: 50% !important
}

.search-container>ul {
    padding: 0 20px 20px;
    margin-bottom: 0
}

.search-container>ul .search-item {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-container>ul .search-item>a>img {
    width: 100px;
    float: left;
    margin-right: 20px
}

.search-container>ul .search-item>.search-content {
    padding-left: 120px
}

.search-container>ul .search-item>.search-content>.search-title {
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: 600
}

.search-container>ul .search-item>.search-content>.search-title>a {
    color: #4e5a64;
    font-size: 16px;
    font-weight: 400
}

.search-container>ul .search-item>.search-content>.search-title>a:hover {
    text-decoration: none;
    color: #49a7fa
}

.search-container>ul .search-item>.search-content>.search-desc {
    color: #a0a9b4;
    font-size: 13px;
    margin: 0
}

.search-container>ul .search-item:last-child {
    border: none
}

.search-content-2 .search-container>ul {
    padding: 20px;
    margin-bottom: 0
}

.search-content-2 .search-container>ul>.search-item-header {
    list-style: none;
    padding: 0 0 5px;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-content-2 .search-container>ul>.search-item-header h3 {
    font-size: 17px;
    color: #a0a9b4;
    margin: 5px 0 0
}

.search-content-2 .search-container>ul .search-item {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-content-2 .search-container>ul .search-item:last-child,
.search-content-4 .search-table th {
    border: none
}

.search-content-2 .search-container>ul .search-item>.search-content p {
    margin: 0
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 600
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title>a {
    color: #4e5a64
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title>a:hover {
    text-decoration: none;
    color: #49a7fa
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc {
    color: #a0a9b4;
    font-size: 13px
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc>a {
    color: #49a7fa
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc>a:hover {
    text-decoration: none;
    color: #326b9e
}

.search-content-2 .search-container>ul .search-item>.search-content .search-counter-number {
    font-size: 21px;
    color: #4e5a64;
    margin-bottom: 15px
}

.search-content-2 .search-container>ul .search-item>.search-content .search-counter-label {
    font-size: 13px;
    color: #8b96a4
}






.portlet .portlet-input .form-control {
    background: #F1F3F8;
    border-radius: 0 !important;
    border-color: #F1F3F8
}

.portlet .portlet-input .form-control:focus {
    border-color: #cfd6e7
}



.portlet.light .btn.btn-circle.btn-icon-only.btn-default {
    border-color: #bbc2ce
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default>i {
    font-size: 13px;
    color: #a6b0bf
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default.active,
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover {
    color: #fff;
    background: #32c5d2;
    border-color: #32c5d2
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown .separator,
.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-separator .separator {
    border-left: 1px solid #E3E8EC
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default.active>i,
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover>i {
    color: #fff
}

.todo-tasklist {
    padding: 0
}

.todo-project-list ul li a {
    font-size: 14px !important;
    padding: 8px 10px
}

.todo-project-list ul li {
    width: 32%;
    margin-right: 3%;
    float: left;
}

.todo-project-list ul li:nth-child(3n) {
    margin-right: 0;
}

.todo-project-list .nav li a .badge {
    float: right;
    margin-top: 1px !important
}

.todo-project-list .nav>li.active>a {
    color: #3f444a;
    background-color: #f1f4f7 !important
}

@media(max-width:990px) {
    .todo-project-list ul li {
        width: 48%;
        margin-right: 2%;
    }

    .todo-project-list ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .todo-project-list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.todo-task-history {
    padding: 0;
    margin: 0
}

.todo-task-history>li {
    padding: 5px 0
}

.todo-task-history>li>.todo-task-history-desc {
    overflow: hidden
}

.todo-task-history>li>.todo-task-history-date {
    font-size: 12px;
    float: right;
    width: 150px;
    margin-left: 10px;
    text-align: right;
    color: #999
}

.todo-tasklist-item {
    background: #f6fbfc;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden
}

.todo-tasklist-item:last-child {
    margin-bottom: 0
}

div .todo-tasklist-item:hover {
    background-color: #edf7f9
}

.todo-tasklist-item img {
    margin: 0 10px 10px 0
}

.todo-tasklist-item-title {
    font-size: 15px;
    color: #2b4a5c;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 13px
}

.todo-tasklist-item-text {
    font-size: 13px;
    color: #577688;
    padding-bottom: 5px
}

.todo-tasklist-item ul {
    margin: 5px 0 0
}

.todo-tasklist-item li {
    color: #577688;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 !important
}

.todo-tasklist-item li i {
    color: #b3bfcb;
    font-size: 15px
}

.todo-tasklist-controls {
    margin-top: 5px
}

.todo-tasklist-date {
    color: #637b89 !important;
    margin-right: 12px
}

.todo-tasklist-date i {
    color: #abbfca !important;
    margin-right: 5px
}

.todo-taskbody-tasktitle {
    font-size: 18px;
    color: #778d96
}

.todo-taskbody-taskdesc {
    font-size: 14px;
    color: #778d96
}

.todo-username {
    font-size: 16px;
    color: #2b4a5c;
    font-weight: 600;
    padding: 15px 0 0 15px
}

.todo-comment-head {
    padding-top: 3px
}

.todo-comment:hover>.todo-comment-btn {
    display: block
}

.todo-comment-btn {
    display: none;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 12px;
    color: #566e7c;
    border-color: #a2aeb5
}

.todo-comment-btn:hover {
    color: #fff;
    background-color: #a1b6c2;
    border-color: #a1b6c2
}

.todo-comment-username {
    font-size: 14px;
    color: #2b4a5c;
    font-weight: 600
}

.todo-comment-date {
    font-size: 12px;
    color: #2b4a5c;
    font-weight: 400
}

.todo-username-btn {
    margin: 14px 0 0 15px;
    color: #566e7c;
    border-color: #a2aeb5
}

.todo-username-btn:hover {
    color: #fff;
    background-color: #a1b6c2;
    border-color: #a1b6c2
}

.breadcrumb>li {
    list-style: none;
    color: #fff;
}