
body, div, main, section, article, header, footer, nav, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    width: 100%
}

h1 {
    margin-top: 10px !important;
}

ul, li {
    list-style: none;
    margin-bottom: none !important;
}

input, textarea {
    outline: 0
}

img {
    max-width: 100%
}

img, input {
    border: 0;
}

a {
    text-decoration: none !important;
    outline: 0;
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}

a:hover {
    color: #ff4400;
}

.flap {
    visibility: hidden;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards
}

.flaped {
    visibility: visible
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

/*
.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .16)
}
*/


/*头部css*/
/*.w_1200 {
    width: 1170px;
    margin: 0 auto;
}*/

.fr {
    float: right;
    _display: inline;
    margin-top: 10px;
}

.fl {
    float: left;
    _display: inline;
}


/*.min_1200 {
    margin: 0 auto;
    min-width: 1170px;
    _width: expression((documentElement.clientWidth < 1170) ? "1200px" : "auto" );
}*/

/*.max_1200 {
    margin: 0 auto;
    max-width: 1170px;
    _width: expression((documentElement.clientWidth > 1170) ? "1200px" : "auto" );
}*/


.phcolor {
    color: #bbb !important;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:focus::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #909;
    line-hight: 30px;
    height: 30px
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #909;
    line-hight: 30px;
    height: 30px
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #909;
    line-hight: 30px;
    height: 30px
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #909;
    line-hight: 30px;
    height: 30px
}

/*搜索*/
}

.round_s, .round_r, .round_m, .round_img img, .round_m_s, .round_m_a a, .round_s_img img, .round_s_s {
    position: relative \9;
    behavior: url(js/pie.htc);
}

.round_s_s {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.transition_a {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.h_search {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 240px;
    padding: 0 40px 0 20px;
    margin: 0 32px 0 0;
    height: 38px;
    position: relative;
}

.h_search:hover {
    border-color: #112953;
    box-shadow: 0 0 8px #112953;
}

.h_search_btn {
    width: 38px;
    height: 38px;
    border: none;
    background-color: transparent;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.h_search_text {
    height: 38px;
    padding: 10px 0;
    width: 100%;
    background-color: transparent;
    border: none;
    vertical-align: center;
}

/*------------------------star棣栭〉鐨勬牱寮�*/
.time {
    text-align: left;
    /* font-size: 12px; */
    line-height: 38px;
    height: 50px;
    width: 500px;
    float: left;
    font-weight: 500;
    margin-left: 18px;
    position: relative;
    height: 38px;
    margin-top: 10px;
}

.time_l {
    float: left;
}

/*导航*/
.header_c {
    /*  height: 80px;
      background-color: white;
      position: relative;
      z-index: 4;
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
      box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
}

.nav {
    font-size: 20px;
    line-height: 56px;
    height: 78px;
    margin: 10px 0 0 0;
    position: relative;
}

.nav li {
    float: left;
    z-index: 2;
}

.nav li:hover {
    background: none;
}

.nav li.on:hover {
    background: none;
}

.nav li > a {
    float: left;
    padding: 10px 6px !important;
    position: relative;
    color: #231815;
    font-size: 18px;
}

.nav li > a:hover {
    background: none;
}

.nav li a::before {
    display: block;
    content: '';
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    /* background-color: #c01925;*/
    font-size: 0;
    overflow: hidden;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none \9;
    display: none \0;
}

.nav li:hover > a::before, .nav .on > a::before {
    width: 100%;
}

.nav li:hover > a, .nav .on > a {
    border-bottom: 4px solid #c01925 \9;
    height: 52px \9;
    height: 52px \0;
    *border-bottom: 4px solid #c01925;
    *height: 52px;
}

.c-hide {
    display: none;
}

.nav-bg {
    position: absolute;
    top: 85px;
    width: 475px;
    height: 180px;
    left: -236px;
    background: url(../images/ba_nav_child.png) no-repeat;
}

.nav-div {
    position: absolute;
    top: 85px;
    width: 475px;
    padding-top: 26px;
    z-index: 2;
}

.nav-divl {
    width: 196px;
}

.nav-divl dt {
    width: 230px;
    margin-left: 20px;
}

.nav-divl dt img {
    width: 230px;
    height: 135px;
}

.nav-divl dd {
    width: 114px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    padding-left: 20px;
}

.nav-divl dd span {
    display: inline-block;
    width: 135px;
    vertical-align: top;
}

.nav-divl dd span a {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    font-size: 16px;
    color: #fff;
}


.nav-divr {
    width: 452px;
    padding: 5px 10px 10px;
    font-size: 16px;
    line-height: 36px;
}

.nav-divr a {
    display: inline-block;
    width: 130px;
    padding: 5px 0;
}

.nav-divr a img {
    width: 24px;
    position: relative;
    left: -4px;
    top: 3px;
}

.nav-divr a i {
    font-style: normal;
    position: relative;
    top: -4px;
    left: 5px;
}


/*nav-txt*/
.right .nav-txt {
    left: -295px;
}

.nav-txt {
    position: absolute;
    top: 85px;
    left: -190px;
    width: 440px;
    z-index: 2;
    padding-top: 20px;
    line-height: 36px;
}

.nav-txt dt {
    width: 230px;
}

.nav-txt dt img {
    width: 230;
    height: 135px;
}

.nav-txt dd {
    width: 196px;
    float: left;
}

.nav-txt dd a {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    font-size: 16px;
    color: #fff;
}

.nav-txt dd span {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    height: auto;
}

.d-right {
    left: -460px !important;
}

.container_section {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    /* background: #fff;*/
    z-index: 1;
    position: relative;

}

.bg-grey {
    background-color: #fafafb
}

.box {

}

.product-box {

}

.product-box_s {

}

.els {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bold {
    font-weight: 700
}

.wrap {
    word-wrap: break-word;
    word-break: break-all
}


.tit-line {
    margin: 20px auto;
    display: block;
    width: 60px;
    height: 2px;
    font-size: 0;
    background-color: #e1e1e1
}

.owl-dots {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    text-align: center
}

.banner-owl .owl-dots {
    bottom: 10px
}

.owl-dot {
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #79b9e5;
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
}

.subNav6 ul:first-child + ul + ul + ul > li:last-child {
    color: #f00
}

.owl-dot.active {
    background-color: #79b9e5
}

.more-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 22px;
    transition: all .6s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
    background: url(../images/plus.png) center no-repeat;
    background-size: 100% 100%;
}

.more-btn:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 11px;
    display: block;
    width: 24px;
    height: 7px;
    font-size: 0;
    background-repeat: no-repeat;
}

.more-btn, .news-one:hover .more-btn, .more-btn:hover, .detail-label:hover {
    color: #ff0000;
}

.news-item:hover {
    color: #ffffff
}

.news-item:hover .more-btn:after, .news-one:hover .more-btn:after, .more-btn:hover:after {
    background-repeat: no-repeat;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: rgba(222, 222, 222, .5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 15px;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .6)
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .8)
}

.at {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hid {
    overflow: hidden
}

.header {
    position: relative;
    height: 145px;
    z-index: 3;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05)
}

.pull_logo {
    margin-top: 15px;
}

.header-logo {

}


.header-logo-img {
    max-height: 100%
}

/*轮播图*/
.carousel-inner img {
    width: 100%;
}


/*视频播放*/
.bg_gray {
    width: 374px;
    height: 267px;
}

/*.width {
    width: 1190px;
    margin: 0 auto;
}*/

.home_video {
    clear: both;
}

.home_video .left {
    float: left;
    /*margin-right: 20px;*/
}

.home_video .left video {
    background: #000;
    margin-top: 6px;
    width: 374px;
}

.home_video .right {
    float: right;
    width: 890px;
    line-height: 30px;
    font-size: 14px;
}

.subject {
    width: 375px;
    background: url(../images/ico_qysp.png) no-repeat;
}

.subject b {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 700;
    margin-left: 3px;
}

.subject b span {
    color: #1d4b87;
    font-size: 20px;
}

.subject .more {
    float: right;
    padding-top: 15px;
}

.subject .more a {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #000;
    margin-right: 4px;
}

.subject .more a:hover {
    color: #f30;
}

/*瀵艰埅*/
.pull-right {
    height: 80px
}

.nav-item {
    position: relative;
    float: left;
    height: 90px
}

.active_1 {
    position: relative;
    float: left;
    height: 90px;
    /* background: rgb(172, 3, 8);*/
}

.nav-item-a {
    display: block;
    height: 90px;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 90px;
}

.noactive {
    background: #ffffff
}

.active_2 {
    background: rgb(172, 3, 8);
    font-weight: bold;
    color: #337ab7;
}


.nav-item.cur {
    background-color: #FFFFFF
}

.nav-item.cur:hover {
    background-color: #FFFFFF
}

.nav-item-child . .nav-item-child .nav-item-a.cur {
    color: #000;
    background-color: rgb(172, 3, 8);
}

nav-item-a:hover {
    display: block;
    width: 100%;
}

.nav-item-child .nav-item-a:hover > .nav-item-en, .nav-item-child .nav-item-a.cur > .nav-item-en {
    color: #b5bfc6
}

.nav-item.cur > .nav-item-a, .nav-item:hover > .nav-item-a, .nav-item.cur > .nav-item-a > .nav-item-en, .nav-item:hover > .nav-item-a > .nav-item-en {
    color: #fff
}

.nav-item-en {
    display: block;
    padding-top: 9px;
    font-size: 12px;
    color: #b5bfc6;
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}

.nav-item-child {
    position: absolute;
    left: 0;
    top: 100px;
    display: none;
    z-index: 2;
    background-color: #fff
}

.nav-item-child .nav-item-a {
    margin-left: 0;
    border: 1px solid #e7eff4;
    border-top: 0
}

.nav-item, .nav-item-child {
    width: 12%;
}

.nav-item:hover {
    background: rgb(187, 1, 4);
}


.header-more {
    display: none;
   /* margin-right: 15px;*/
    margin-top: 6px;
    padding: 16px 10px 0;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #45A1DE
}

.header-more i {
    display: block;
    overflow: hidden;
    padding: 3px 0;
    width: 24px;
    height: 12px;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid
}

.header-more i:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff
}

.banner-owl {
    font-size: 0
}

.banner-owl .owl-dot, .honor-owl .owl-dot {
    border: 0;
    background-color: rgba(0, 0, 0, .3)
}

.banner-owl .owl-dot.active, .honor-owl .owl-dot.active {
    border: 0;
    background-color: #fff
}

.banner-item {
    display: block;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover
}

.carousel {
    position: relative !important;
}

/*鸿正品牌*/
.con_des {
    width: 49%;
    float: left;
    margin-top: 10px;
}

.con_des .con_des_img {
    width: 100%;
}

.con_des .con_des_img i {
    background: url(../images/ico_hzpp.png) no-repeat;
    height: 42px;
    width: 100%;
    display: block;
}

.con_des .con_des_img i img {
    width: 100%;
    height: auto;
}

.con_des_tit {
}


.con_des_tit p {
    float: right;
    display: block;
    width: 64%;
    padding: 12px 0 0px 0;
    line-height: 30px;
    text-indent: 2em;

}

.con_des_tit p a {
    color: #333 !important;
}

/*科研实力*/
.container_cp_s {

}

.con_2_a {
    width: 49%;
    float: right;
}

.con_2_a .hd {
    background: url("../images/ico_bg_tit.png") no-repeat;
    height: 42px;
}

.con_2_a .hd ul li {
    width: 112px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    float: left;
}


.con_2_a .hd ul li.on {
    background: rgb(221, 221, 221);
    width: 112px;
    display: block;
    text-align: center;
}

.con_2_a .hd ul li.on a {
    font-size: 18px;
    color: #000;
    line-height: 42px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    height: 42px;
}

.con_2_a .hd ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 3px;
}

.con_2_a .bd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.con_2_a .bd ul {
    height: auto;
    overflow: hidden;

}

.con_2_a .bd ul li {
    width: 30%;
    display: inline-block;
    margin: 0 8px 0 10px;
}

.con_2_a .bd ul li a img {
    height: 130px;
}

/*合作伙伴*/
.con_hz {
    width: 100%;
    margin-top: 20px;
}

.con_hz_img {
}

.con_hz_img i {
    background: url(../images/ico_hzhb.png) no-repeat;
    height: 42px;
    width: 100%;
    display: block;
}

.con_hz_img i img {
    width: 100%;
    height: auto;
}

/*内容页*/
.detail-top {
    width: 1170px;
    margin: 0 auto;
}

.detail-tit {
    text-align: center;
    font-size: 22px;
}

.detail-introduce {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
}

.detail-label {
    color: rgb(187, 1, 4);
    font-size: 18px;
}

.detail-desc {
    text-align: center;
}

.detail-back {
    text-align: right;
    display: block;
}

/*列表页*/
.subpage-nav {
    margin-top: 30px;
}

.subpage-nav a {
    text-align: left;
    font-size: 16px;
    color: rgb(195, 15, 26);
}

.flap a {
    color: rgb(195, 15, 26);
}

@media (max-width: 991px) {
    .banner-item {
        height: 375px
    }
}

@media (max-width: 767px) {
    .banner-item {
        height: 275px
    }
}

.product-item {
    padding: 5px 0px;
    text-align: center;
    background: #fff;
    height: auto;
}

.product-item-img {
    display: block;
    width: 263px;
    height: 260px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .3s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .3s cubic-bezier(0.215, .61, .355, 1);
    margin: 0 auto;
}


.product-item-tit {
    font-size: 22px;
    font-weight: 400;
    color: #5d6168;
    position: relative;
    bottom: 45px;
}

.product-item-tit-en {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px
}

.product-item-txt {
    line-height: 2em;
    color: #231815;
}

/*缁忓吀妗堜緥*/
.casus-item {
    display: block;
    padding: 0 0px 0 15px;
    text-align: center;
    background: #fff;
}

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

.casus-item-img_1 img {
    width: 100%;
    height: 216px;
    margin-top: 5px;
}

.casus-item-tit {
    font-size: 22px;
    font-weight: 400;
    color: #5d6168;
    text-align: left;
    text-decoration: none;
}

.casus-item-tit-en {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    text-decoration: none;
}

.casus-item-txt {
    line-height: 2em;
    text-align: left;
    text-decoration: none;
    display: block;
    height: 130px;
    color: #000;
    padding: 10px 5px 5px 5px;
    text-indent: 2em;
}

.casus-item-txt-s {
    width: 100%;
    line-height: 30px;
    height: 24px;
    padding: 0px 0px 0px 5px;
    text-indent: 2 e;
    text-indent: 0.5em;
    float: left;
}

.casus-item-txt-s a {
    float: left;
    color: #000;
    padding: 0 5px 0 5px;
}

.casus-item-txt-s a:hover {
    color: rgb(187, 1, 4);
}

.casus-item-txt li {
}

.casus-item-txt li a {
}

.casus-item-span {
    display: inline-block;
    line-height: 36px;
    float: left;
    padding: 0 5px 0 5px;
    color: #000;
    height: 30px;
    margin-top: 30px;
}

.casus-item-span:hover {
    display: inline-block;
    line-height: 36px;
    float: left;
    padding: 0 5px 0 5px;
    color: #000;
    height: 30px;
    margin-top: 30px;
}

.casus-item-span-s {
    display: inline-block;
    line-height: 22px;
    padding: 0 5px 0 5px;
    color: #000;
    position: relative;
    left: 10px;
    top: 10px;
}

.casus-item-span-s a {
    color: #000;
}

.casus-item-span-s:hover {
    display: inline-block;
    line-height: 22px;
    padding: 0 5px 0 5px;
    position: relative;
    left: 10px;
    top: 20px;

}

/*.casus-bg {
    float: left;
    width: 33.3%;
    position: relative;
    height: 395px;
}*/

.solution-item {
    padding-top: 100px
}

.solution-item-tit, .solution-item-txt {
    font-family: '榛戜綋';
    font-weight: 400;
    color: #464a53
}

.solution-item-tit {
    font-size: 40px
}

.solution-item-txt {
    margin: 16px 0 20px;
    display: block;
    font-size: 30px
}

.solution-item-txt-en {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 1.425em
}

.case-box {
    /*background: rgb(238, 238, 238) !important;*/
    position: relative;
    z-index: 1;
    height: 475px;

}

.case-item {
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 0;
    padding-right: 0
}

.case-item-img {
    display: block !important;
    width: 100%
}

.case-item-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5)
}

.case-item-tit, .case-item-pop, .case-item-mask {
    transition: all .3s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .3s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .3s cubic-bezier(0.215, .61, .355, 1)
}

.case-item:hover .case-item-tit {
    bottom: -50px
}

.case-item:hover .case-item-pop {
    top: 50%;
    opacity: 1
}

.case-item:hover .case-item-mask {
    background-color: rgba(0, 0, 0, .3)
}

.case-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0)
}

.case-item-pop {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 150%;
    margin-top: -98px;
    padding: 38px 10px 50px;
    width: 100%;
    height: 196px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 72, 156, .7)
}

.case-item-pop-tit {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.case-item-pop-txt {
    margin: 15px 0;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.case-item-pop-btn {
    border: 1px solid #fff
}

.case-item-pop-btn:after {
    background-repeat: no-repeat;
}

.news-box-nav {
    display: inline-block
}

.news-box-tit {
    float: left;
    margin: 0 25px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #464a53
}

.container_cp {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.new_img {
    width: 100%;
    height: auto;
}

.news-box-tit:hover, .news-box-tit.cur {
    border-bottom: 2px solid #208bd3
}

.news-item {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-bottom: 3px solid transparent
}

.news-item, .news-item:hover .more-btn {
    transition: all .6s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .6s cubic-bezier(0.215, .61, .355, 1)
}

.news-item:hover {
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .08);
    border-bottom-color: #79b9e5
}

.news-item-img {
    width: 250px;
    height: 200px;
    border-radius: 3px;
}

.news-item-tit {
    margin: 20px 0 16px;
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #464a53;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.news-item-txt {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #231815;
}

.news-item-txt:hover {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #ff0000;
}

.news-item-info {
    margin-top: 26px;
    color: #b0b0b0
}

.news-item-month {
    margin-bottom: 8px;
    display: block;
    font-size: 24px
}

.news-item-year {
    font-size: 12px
}

.news-container {
    margin-top: 15px;
}

.news-box .owl-carousel .owl-stage-outer {
    margin: -10px -10px 0 -10px;
    padding: 20px 10px 0;
}

.news-container .owl-prev, .news-container .owl-next {
    position: absolute;
    left: -10px;
    top: 38%;
    margin-top: -20px;
    padding: 13px 0 0 16px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d1d1d1;
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1) ；

}

.news-container .owl-next {
    left: auto;
    right: -10px;
    padding: 13px 0 0 9px
}

.news-container .owl-prev:hover, .news-container .owl-next:hover {
    border-color: #79b9e5;
    background-color: #79b9e5
}

.news-container .owl-prev:hover:after, .news-container .owl-next:hover:after {
    border-color: #fff
}

.news-container .owl-prev:after, .news-container .owl-next:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #b6b6b6;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1) ；
    display: none;
}

.news-container .owl-next:after {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}


.leader-item-line {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    width: 1px;
    height: 100px;
    background-color: #eff3f7
}

.leaders-item:hover .leader-item-line {
}

.leader-item-infos {
    display: inline-block
}

.leader-item-infos {
    margin-top: 62px
}


.leader-item-bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.leader-item-img {
    width: 255px;
    height: 140px;
}

.leader-item-name {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    color: #464a53
}

.leader-item-info {
    font-size: 12px
}


.leaders-item, .leader-item-name, .leader-item-info {
    transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
    -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}

.leaders-item {
    display: block
}

.leaders-item:hover {
    padding-left: 0;
}

.leaders-item:hover .leader-item-name, .leaders-item:hover .leader-item-info, .leaders-item:hover {
    color: #ff4400;
}

@media (min-width: 640px) {
    .leaders-item {
        padding-left: 40px;
    }
}

.nav ul li:first-child + li + li + li + li + li + li {
    border-right: 1px solid #ffffff;
}


.contactus-item-info {
    margin-bottom: 100px
}

.contactus-icon-address, .contactus-icon-phone, .contactus-icon-email {
    display: inline-block;
    background-repeat: no-repeat
}

.contactus-box .popbox-inputbox {
    padding-left: 15px;
    padding-right: 15px
}

.contactus-box .input-message-box {
    padding: 0
}

.contactus-box {
    height: 105px
}


.contactus-box .popbox-input-tip {
    color: red
}

.contactus-box input[type=text], textarea {
    color: #444
}

.contactus-icon-box {
    display: block;
    height: 75px
}

.contactus-icon-address {
    width: 49px;
    height: 57px;
    background-repeat: no-repeat;
}

.contactus-icon-phone {
    margin-top: 4px;
    width: 54px;
    height: 53px;
    background-repeat: no-repeat;
}

.contactus-icon-email {
    margin-top: 10px;
    width: 53px;
    height: 47px;
    background-repeat: no-repeat;
}

.contactus-item-txt {
    font-size: 16px;
    line-height: 20px;
    color: #464a53
}

.input-name, .input-tel, .input-email, .input-message {
    padding: 10px;
    width: 100%;
    height: 43px;
    line-height: 22px;
    border: 0;
    border-bottom: 1px solid #b8b8b8
}

.input-message {
    margin-top: 76px
}

.submit-btn {
    margin: 40px auto 0;
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #464a53;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #666970
}

.submit-btn:hover {
    color: #fff;
    border-color: #208bd3;
    background-color: #208bd3
}

.map-box {
    overflow: hidden;
    width: 100%;
    height: 380px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #ccc;
    background-color: #fafafb
}

.map-con, #mapContainer {
    height: 380px;
    width: 100%
}

.info-title {
    color: #fff;
    font-size: 14px;
    background-color: #427BBB;
    line-height: 26px;
    padding: 0 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px
}

.info-content {
    font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '寰蒋闆呴粦', Arial;
    padding: 4px;
    color: #666;
    line-height: 23px
}

.info-content img {
    float: left;
    margin: 3px
}

.cooperation-owl {
    margin: 20px 0
}

.cooperation-owl .owl-stage-outer {
    height: 102px
}

.cooperation-item {
    display: block;
    width: 200px;
    height: 100px;
}

.cooperation-item-img {
    width: 200px;
    height: 100px;
}

.cooperation-owl .owl-prev, .cooperation-owl .owl-next {
    position: absolute;
    left: -30px;
    top: 8px;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #c5c8cb;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.cooperation-owl .owl-next {
    left: auto;
    right: -30px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.cooperation-owl .owl-prev:hover, .cooperation-owl .owl-next:hover {
    border-color: #208bd3
}

.footer {
    padding-top: 20px;
    font-size: 12px;
    background-color: rgb(10, 96, 183);
}

.container_footer {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.footer, .footer-icp {
    color: #5e6164
}

.footer-logo {
    width: 42%;
    height: auto;

}

.footer-logo-img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.footer-item {
    color: #878c91
}

.footer a:hover {
    color: #ccc
}

.footer-slogan {
    margin-top: 8px
}

.footer-icon {
    float: left;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat
}

.pull_center {
    width: 52%;
    text-align: left;
    float: right;
}

.pull_tit {
    float: left;
}

.pull_tit p {
    color: #fff;
    font-size: 16px;
}

.pull_tit p a {
    color: #fff;
    font-size: 16px;
}

.pull_tit p a:hover {
    color: #f00;
}

.weima {
    float: right;
}

.weima img {
    width: 154px;
    height: 154px
}

.icon-wb, .icon-wx {
    margin-left: 15px
}

.icon-qq {
    background-repeat: no-repeat;
}

.icon-qq:hover {
    background-repeat: no-repeat;
}

.icon-wx {
    background-repeat: no-repeat;
}

.icon-wx:hover {
    background-repeat: no-repeat;
}

.icon-wb {
    background-repeat: no-repeat;
}

.icon-wb:hover {
    background-repeat: no-repeat;
}

.footer-copyright {
    overflow: hidden;
    padding: 22px 0;
    line-height: 21px;
}

.cmmi {
    overflow: hidden;
    margin: 40px 0 20px
}

.cmmi img {
    height: 38px;
    display: inline-block !important
}

.cmmi img, .cmmi span {
    float: left
}

.cmmi span {
    margin-left: 14px;
    line-height: 38px
}

.footer-info {
    padding: 10px 0
}

.footer-login {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #5e6164
}

.icon-hotline, .icon-user {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    background-repeat: no-repeat;
}

.icon-user {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}

.footer-user {
    line-height: 36px
}

.footer-social-item {
    position: relative;
    display: inline-block;
    font-size: 0;
    z-index: 1;
    margin-top: -15px;
}

.footer-code {
    position: absolute;
    display: none;
    left: 3px;
    top: -150px;
    width: 131px;
    height: 140px;
    z-index: 1
}

.back-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 30px;
    padding: 16px 13px 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    z-index: 10000
}

.back-top:hover {
    background: rgba(0, 0, 0, .5)
}

.back-top-icon {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.popbox {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.popbox-wrap, .agreement-wrap {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 50px;
    padding: 70px 0;
    width: 100%;
    background-color: #3196da
}

.agreement-wrap {
    padding: 30px;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff
}

.indent2 {
    text-indent: 2em
}

.agreement-wrap h2 {
    padding-bottom: 30px;
    font-size: 20px;
    text-align: center
}

.agreement-wrap h3 {
    margin-bottom: 12px;
    font-size: 14px
}

.agreement-wrap h2, .agreement-wrap h3, .agreement-wrap b, .agreement-wrap strong {
    font-weight: 700
}

.agreement-wrap strong {
    display: block
}

.agreement-wrap p, .agreement-wrap strong {
    margin-bottom: 8px
}

.popbox-close, .agreement-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #ccc;
    font-size: 50px;
    text-align: center
}

.agreement-close-btn {
    color: #8c8c8c;
    font-size: 16px
}

.agreement-close-btn:hover {
    color: #666
}

.popbox-close:hover {
    color: #fff
}

.agreement-close:hover {
    color: #aaa
}

.popbox-header {
    margin: 0 auto 60px;
    display: block;
    height: 107px;
    max-width: 500px;
    background: url(/static/protal/images/pop-tit.png) no-repeat center center
}


.popbox-inputbox {
    position: relative;
    color: #3e60b8
}

.popbox-inputbox, .popbox-forgot {
    padding: 0 15px 15px
}

.popbox-input, .popbox-login-btn, .popbox-getcode {
    padding: 0 15px 0 52px;
    height: 48px;
    width: 100%;
    line-height: 48px;
    border-radius: 3px;
    background-color: #fff
}

.popbox-input.popbox-input-no, .popbox-getcode {
    padding-left: 15px
}

.popbox-forgot {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #add5f2
}

.popbox-forgot-btn, .popbox-login-a {
    color: #add5f2;
    text-decoration: underline
}

.popbox-forgot-btn:hover, .popbox-login-a:hover {
    color: #fff
}

.popbox-code {
    width: 222px
}

.popbox-code-img {
    width: 144px;
    height: 48px;
    border-radius: 3px
}

.popbox-login-btn, .popbox-getcode {
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #fffefe;
    text-align: center;
    background-color: #00dbaa
}

.popbox-inputbox-f .popbox-input {
    border: 1px solid #1585d4;
    box-shadow: inset 0 0 5px 0 rgba(19, 141, 227, .004)
}

.popbox-inputbox-f .icon-email {
    background-repeat: no-repeat;
}

.popbox-inputbox-f .icon-password {
    background-repeat: no-repeat;
}

.popbox-login-btn:hover {
    color: #fff;
    background-color: #00cc9e
}

.pop-icon {
    position: absolute;
    left: 30px;
    display: block;
    width: 23px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.icon-email {
    top: 14px;
    height: 20px;
    background-repeat: no-repeat;
}

.icon-password {
    top: 11px;
    height: 26px;
    background-repeat: no-repeat;
}

.popbox-input-tip {
    display: none;
    clear: both;
    padding: 6px 12px 0;
    line-height: 16px;
    font-size: 12px;
    color: #e2f0ff
}

.popbox-input-tip:before {
    content: '!';
    margin-right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #3196da;
    text-align: center;
    border-radius: 16px;
    background-color: #e1efff
}

.popbox-login-href {
    padding-top: 20px;
    text-align: center
}

.popbox-login-a {
    font-size: 12px
}

.popbox-getcode-box {
    padding-bottom: 40px
}

.popbox-getcode {
    width: 144px;
    font-size: 14px;
    background-color: #5bb3f3
}

.popbox-getcode.cur {
    cursor: default;
    background-color: #9AACB9
}

.popbox-getcode.cur:hover {
    color: #fffefe;
    background-color: #9AACB9
}

.popbox-getcode:hover {
    color: #fff;
    background-color: #4eabef
}

.reset-password {
    margin: 0 auto 25px;
    display: block;
    height: 38px;
    max-width: 291px
}

.reset-password-two {
    display: none
}

.reset-password-one .reset-password {
    background: url(/static/protal/images/reset-password-1.png) no-repeat center center
}

.reset-password-two .reset-password {
    background: url(/static/protal/images/reset-password-2.png) no-repeat center center
}

.agreement-btn {
    color: #add5f2;
    text-decoration: underline
}

.agreement-btn:hover {
    color: #fff
}

@media (max-width: 768px) {
    .agreement-wrap {
        padding: 30px 15px
    }

    .container_top {
        display: none;
    }
}

@media (max-width: 430px) {
    .popbox-close, .agreement-close {
        width: 40px;
        height: 40px;
        font-size: 34px
    }


    .popbox-code {
        margin-bottom: 15px;
        width: 100%
    }
}

@media (max-width: 1660px) {
    .nav-item, .nav-item-child {
        width: 14%;
    }
}

@media (max-width: 1380px) {
    .nav-item, .nav-item-child {
        width: 14%;
    }
}

@media (max-width: 1200px) {
    .nav-item.cur, .nav-item:hover, .nav-item-child .nav-item-a:hover, .nav-item-child .nav-item-a.cur {
        background-color: #fff
    }

    .nav-item.cur > .nav-item-a, .nav-item-child .nav-item-a:hover, .nav-item-child .nav-item-a.cur, .nav-item-child .nav-item-a:hover > .nav-item-en, .nav-item-child .nav-item-a.cur > .nav-item-en, .nav-item.cur > .nav-item-a > .nav-item-en, .nav-item:hover > .nav-item-a > .nav-item-en {
        color: #075bb9
    }

    .nav-item, .nav-item-child {
        width: 115px
    }

    .header, .nav-item, .nav-item-a {
        height: 79px
    }

    .nav-item-child {
        top: 79px
    }

    .header-logo {
        margin-top: 17px;
        height: 45px
    }

    .nav-item-child .nav-item-a {
        border-top: 0;
        border-bottom: 1px solid #e7eff4
    }

    .nav-item-zh {
        white-space: nowrap
    }

    .nav-item-en {
        display: none
    }
}

@media (min-width: 993px) {
    .nav {
        width: 58%;
    }
}

@media (max-width: 1060px) {
    .header {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
    }

    .nav-item {
        float: none;
        z-index: 2;
        width: 100%
    }

    .header {
        height: 56px
    }

    .nav-item, .nav-item-a {
        height: auto
    }

    .nav-item-a {
        width: 100%;
        padding: 0;
        line-height: 56px;
        color: #FFF;
        font-weight: bold;
        font-size: 18px;
    }

    .nav-item.cur, .nav-item:hover, .nav-item-child .nav-item-a:hover, .nav-item-child .nav-item-a.cur, .nav-item-child .nav-item-a:hover > .nav-item-en, .nav-item-child .nav-item-a.cur > .nav-item-en, .nav-item.cur > .nav-item-a > .nav-item-en, .nav-item:hover > .nav-item-a > .nav-item-en {
        font-weight: 700;
        color: #fff;
        background: rgba(0, 0, 0, .5)
    }

    .nav-item > .nav-item-a {
        display: inline-block;
        width: 100%;
        background: rgba(0, 0, 0, .5)
    }

    .header-logo {
        margin-top: -10px;
        height: 37px
    }

    .header-more {
        display: block !important
    }

    .nav {
        position: absolute;
        display: none;
        overflow: hidden;
        height: auto;
        left: 0;
        top: 46px;
        width: 100%
    }

    .nav-item-a {
        margin: 0
    }

    .nav {
        background: rgba(0, 0, 0, 0.3)
    }


    .nav-item-child {
        position: static;
        width: 100%;
        background-color: transparent
    }
}

@media (max-width: 799px) {
    .footer-social, .footer-items, .footer-icon, .footer-copyright .pull-right, .footer-copyright .pull-left {
        float: none !important;
        text-align: center;
        display: none;
    }

    .footer-logo {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
        vertical-align: top
    }

    .footer-logo, .footer-nav {
        float: none !important;
        display: inline-block;
        text-align: left
    }

    .footer-social {
        margin-bottom: 15px
    }

    .cmmi {
        margin: 10px 0;
        text-align: center
    }

    .cmmi img {
        float: none
    }

    .cmmi span {
        float: none
    }
}

@media (max-width: 399px) {
    .cmmi span {
        display: block;
        margin-left: 0
    }
}

@media (min-width: 1199px) {
    .w_1200 {
        width: 1170px;
        margin: 0 auto;
    }

    .logo {
        padding: 0px 0 0 0;
        position: relative;
        top: 5px;
        width: 400px
    }

    .casus-bg {
        float: left;
        width: 33%;
        position: relative;
        height: 475px;
        background: #fff;
    }

    .case-box {
        position: relative;
        z-index: 1;
        background: url(../images/center_bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .con_des_tit img {
        width: 32%;
        padding: 10px 0 0 5px;
        height: 140px;
    }

    .m3 {
        background: #F2F2F2;
        padding: 20px 0px;
    }

    #demo {
        overflow: hidden;
        width: 1200px;
        margin: 0px auto;
    }

    #indemo {
        float: left;
        width: 800%;
    }

    #demo1 {
        float: left;
    }

    #demo2 {
        float: left;
    }

    .iplist {
    }

    .iplist li {
        float: left;
        margin: 0px 5px;
    }

    .iplist img {
    }

    .iplist div {
        text-align: center;
        padding-top: 10px;
    }
    /*产品中心图片*/
    .news-img{
        width: 100%;
        height: 116px;
        background: url(../images/ico_cpzx.png) no-repeat;
    }
}

@media (max-width: 499px) {
    #index-page {
        padding: 0 10px 0 10px !important;
    }

    .min_1200 {
        width: 100%;
    }

    .w_1200 {
        width: 100%;
    }

    .logo {
        width: 62%;
        height: 36px;
        position: relative;
        bottom: 5px;
    }

    .logo a img {
        width: 100%;
        height: 36px;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    /*手机nav*/
    .nav {
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        height: auto;
        width: 100%;
    }

    .nav li {
        z-index: 999;
        margin: 0 0px 0 0px;
        width: 25%;
        text-align: center;
        float: left;
    }

    .nav li:hover {
        background: none;
    }

    .nav li.on:hover {
        background: none;
    }

    .nav li > a {
        float: left;
        padding: 10px 6px !important;
        position: relative;
        color: #fff;
        font-size: 18px;
    }

    .nav li > a:hover {
        background: none;
    }

    .nav li a::before {
        display: block;
        content: '';
        position: absolute;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        /* background-color: #c01925;*/
        font-size: 0;
        overflow: hidden;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        display: none \9;
        display: none \0;
    }

    .nav li:hover > a::before, .nav .on > a::before {
        width: 100%;
    }

    .nav li:hover > a, .nav .on > a {
        border-bottom: 4px solid #c01925 \9;
        height: 52px \9;
        height: 52px \0;
        *border-bottom: 4px solid #c01925;
        *height: 52px;
        color: #fff;
    }

    .c-hide {
        display: none;
    }

    .nav-bg {
        position: absolute;
        top: 85px;
        width: 475px;
        height: 180px;
        background: #3B83A9;
        left: -236px;
    }

    .nav-div {
        position: absolute;
        top: 85px;
        width: 475px;
        padding-top: 26px;
        z-index: 2;
    }

    .nav-divl {
        width: 196px;
    }

    .nav-divl dt {
        width: 230px;
        margin-left: 20px;
    }

    .nav-divl dt img {
        width: 230px;
        height: 135px;
    }

    .nav-divl dd {
        width: 114px;
        font-size: 18px;
        color: #333;
        line-height: 36px;
        padding-left: 20px;
    }

    .nav-divl dd span {
        display: inline-block;
        width: 135px;
        vertical-align: top;
    }

    .nav-divl dd span a {
        display: inline-block;
        font-size: 16px;
        padding-left: 15px;
        float: left;
        font-size: 16px;
        color: #fff;
    }


    .nav-divr {
        width: 452px;
        padding: 5px 10px 10px;
        font-size: 16px;
        line-height: 36px;
    }

    .nav-divr a {
        display: inline-block;
        width: 130px;
        padding: 5px 0;
    }

    .nav-divr a img {
        width: 24px;
        position: relative;
        left: -4px;
        top: 3px;
    }

    .nav-divr a i {
        font-style: normal;
        position: relative;
        top: -4px;
        left: 5px;
    }


    /*nav-txt*/
    .right .nav-txt {
        left: -295px;
    }

    .nav-txt {
        position: absolute;
        top: 85px;
        left: -190px;
        width: 440px;
        z-index: 2;
        padding-top: 20px;
        line-height: 36px;
    }

    .nav-txt dt {
        width: 230px;
    }

    .nav-txt dt img {
        width: 230;
        height: 135px;
    }

    .nav-txt dd {
        width: 196px;
    }

    .nav-txt dd a {
        display: inline-block;
        font-size: 16px;
        padding-left: 15px;
        float: left;
        font-size: 16px;
        color: #fff;
    }

    .nav-txt dd span {
        display: inline-block;
        width: 80%;
        vertical-align: top;
        height: auto;
    }

    .footer-slogan {
        text-align: center
    }

    .pull_logo {
        width: 70%;
        text-align: right;
        margin-top: 5px;
    }

    .casus-bg {
        width: 100%;
        position: relative;
        height: 446px;
        padding: 0 10px 0 0px;
    }

    .case-box {
        background: none !important;
        height: auto;
    }

    .casus-item-txt-s a {
        display: block;
        color: #000;
        width: 98%;
        margin-top: 1px;
        margin-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .casus-item-span-s {
        display: inline-block;
        line-height: 20px;
        padding: 0 5px 0 5px;
        color: #000;
        position: relative;
        left: 15px;
        top: 0px;
    }


    .casus-item-span {
        display: inline-block;
        line-height: 36px;
        float: left;
        padding: 0 5px 0 5px;
        color: #000;
        height: 30px;
        margin-top: 20px;
    }

    .container_cp {
        width: 100%;
    }

    .container_footer {
        width: 95%;
    }

    .news-img {
        width: 100%;
        height: 50px;
        background: url(../images/ico_qysp_p.png) no-repeat;
    }

    .news-img img {
        width: 100%;
        height: 50px;
    }

    .news-box {
        margin-top: 20px;
    }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;

    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: black;
    }

    news-container .owl-prev, .news-container .owl-next {
        position: absolute;
        left: -10px;
        top: 38%;
        margin-top: -20px;
        padding: 13px 0 0 16px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #d1d1d1;
        transition: all .2s cubic-bezier(0.215, .61, .355, 1);
        -moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
        -webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1) ；;
    }

    .news-container .owl-next {
        left: auto;
        right: -10px;
        padding: 13px 0 0 9px;
    }

    .owl-carousel {
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }

    .con_des {
        width: 100%;
        margin: 0;
    }

    .con_des .con_des_img {
        width: 100%;
        height: 36px;
    }

    /*鸿正品牌*/
    .con_des .con_des_img i {
        background: url(../images/ico_hzpp.png) no-repeat;
        height: 42px;
        width: 100%;
        display: block;
    }
    /*产品中心*/
    .m3 {
        background: #F2F2F2;
        padding: 20px 0px;
    }

    #demo {
        overflow: hidden;
        width: 100%;
        height: 200px;
    }

    #indemo {
        float: left;
        width: 800%;
        overflow: hidden;
        height: 200px;
    }

    #demo1 {
        float: left;
    }

    #demo2 {
        float: left;
    }

    .iplist {
    }

    .iplist li {
        float: left;
        margin: 0px 5px;
    }

    .iplist img {
    }

    .iplist div {
        text-align: center;
        padding-top: 10px;
    }

    /*合作伙伴*/
    .con_hz_img i {
        background: url(../images/ico_hzhb.png) no-repeat;
        height: 42px;
        width: 100%;
        display: block;
    }

    .con_des .con_des_img i img {
        width: 100%;
        height: 36px;
    }

    .con_des_tit {
        margin-top: 10px
    }

    .con_des_tit img {
        width: 100%;
        height: 230px;
    }

    .con_des_tit p {
        display: none;
    }


    .con_2_a {
        width: 100%;
        margin-top: 20px;
    }


    .con_2_a .hd {
        background: url("../images/ico_bg_tit.png") no-repeat;
        height: 42px;
    }

    .con_2_a .hd ul li {
        width: 112px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        float: left;
    }


    .con_2_a .hd ul li.on {
        background: rgb(221, 221, 221);
        width: 112px;
        display: block;
        text-align: center;
    }

    .con_2_a .hd ul li.on a {
        font-size: 18px;
        color: #000;
        line-height: 42px;
        text-align: center;
        letter-spacing: 3px;
        font-weight: bold;
        height: 42px;
    }

    .con_2_a .hd ul li a {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        height: 42px;
        line-height: 42px;
        text-align: center;
        letter-spacing: 3px;
    }

    .con_2_a .bd {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
        height: 90px;
    }

    .con_2_a .bd ul {
        height: 90px;
        overflow: hidden;

    }

    .con_2_a .bd ul li {
        display: inline-block;
        margin: 0 2px 0 8px;
        height: 85px;
    }

    .con_2_a .bd ul li a img {
        height: 85px;
    }

    .con_hz {
        height: 36px !important;

    }

    .con_hz_img img {
        height: 36px !important;
    }

    /*内容页*/
    .detail-top {
        width: 100%;
        margin: 0 auto;
    }

    .pull_center {
        width: 100% !important;
    }


    .pull_tit {
        width: 100%;
        margin: 0 auto;
        display: inline-block
    }

    .pull_tit p {
        color: #fff;
        font-size: 18px;
        text-align: left;
    }

    .pull_tit p a {
        color: #fff;
        font-size: 18px;
    }


    .weima {
        width: 100%;
        margin: 0 auto;
    }

    .weima img {
        width: 125px;
        height: 125px;
        margin: 0 auto;
        display: block;
    }

    .product-ws {
        width: 49%;
        display: inline-block;
    }

    .carousel {
        position: relative !important;
        height: 158px;
        z-index: -1;
    }

    .carousel-inner img {
        height: 158px !important;
    }

    .container_section {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 10px;
        background: #fff;
    }

    .product-item-img {
        display: inline-block;
        width: 100%;
        height: 210px;
        background-position: 0 0;
        background-repeat: no-repeat;
        transition: all .3s cubic-bezier(0.215, .61, .355, 1);
        -moz-transition: all .3s cubic-bezier(0.215, .61, .355, 1);
        -webkit-transition: all .3s cubic-bezier(0.215, .61, .355, 1);
        /* margin: 0 auto; */
    }

    .product-item-tit {
        font-size: 22px;
        font-weight: 400;
        color: #5d6168;
    }

    .product-item-txt {
        line-height: 2em;
        color: #231815;
        width: 100%;
    }
}

@media (max-width: 1199px) {

    .box {
        padding-top: 0 !important;
        padding-bottom: 20px !important
    }

    .tit-en {
        font-size: 30px
    }

    .owl-nav {

    }

    .footer {
        padding-top: 30px
    }

    .footer-copyright {
        padding: 15px 0
    }

    .product-item-bda, .product-item-bdm, .tit {
        margin-top: 40px
    }

    .tit {
        padding-left: 15px;
        padding-right: 15px
    }

    .solution-box {
        text-align: center
    }

    .solution-item .more-btn {
        float: none !important
    }

    .news-container {
        margin-top: 10px
    }

    .news-box-tit {
        margin: 0 15px
    }


    .input-message {
        margin-top: 60px
    }

    .submit-btn {
        margin-top: 30px
    }


    .contactus-item-info {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .leader-item-line {
        display: none
    }
}

.tip-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    opacity: 0;
    border-radius: 5px;
    background-color: #5cb85c;
    z-index: 1001
}

.tip-pop.err-pop {
    background-color: #ec971f
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.more-btn:after {
    background-position: -33px 0px;
    background-image: url("../images/plus.png");
}

.news-item:hover .more-btn:after, .news-one:hover .more-btn:after, .more-btn:hover:after {
    background-position: -33px -10px
}

.case-item-pop-btn:after {
    background-position: -33px -10px
}

.contactus-icon-address {
    background-position: -5px -20px
}

.contactus-icon-phone {
    background-position: 0px -80px
}

.contactus-icon-email {
    background-position: -1px -136px
}

.icon-qq {
    background-position: -18px -186px
}

.icon-qq:hover {
    background-position: -18px -225px
}

.icon-wx {
    background-position: -18px -264px
}

.icon-wx:hover {
    background-position: -18px -303px
}

.icon-wb {
    background-position: -18px -342px
}

.icon-wb:hover {
    background-position: -18px -381px
}

.icon-hotline, .icon-user {
    background-position: -33px -420px
}

.icon-user {
    background-position: -18px -444px
}

.popbox-inputbox-f .icon-email {
    background-position: -31px -483px
}

.popbox-inputbox-f .icon-password {
    background-position: -31px -506px
}

.icon-email {
    background-position: -31px -535px
}

.icon-password {
    background-position: -31px -558px
}

.more-btn:after, .news-item:hover .more-btn:after, .news-one:hover .more-btn:after, .more-btn:hover:after, .case-item-pop-btn:after, .contactus-icon-address, .contactus-icon-phone, .contactus-icon-email, .icon-qq, .icon-qq:hover, .icon-wx, .icon-wx:hover, .icon-wb, .icon-wb:hover, .icon-hotline, .icon-user, .popbox-inputbox-f .icon-email, .popbox-inputbox-f .icon-password, .icon-email, .icon-password {
    background-image: url(../images/common_z.png)
}
