@charset "utf-8";
.vr_banner {
    width: 100%;
}

.vr_demo {
    padding-top: 70px;
}

.vr_title {
    text-align: center;
    line-height: 1;
}

.vr_title h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    margin: 0;
    padding: 20px 0;
}

.vr_title h2::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #6d80bc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.vr_title_white h2 {
    color: #fff;
}

.vr_title_white h2::after {
    background: #fff;
}

.vr_title p {
    font-size: 24px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 0;
}

.vr_title p span {
    font-size: 36px;
}

.vr_demo_row {
    margin-top: 75px;
    margin-bottom: 100px;
}

.vr_demo_item {
    text-align: center;
}

.vr_item_tip {
    width: 100%;
    line-height: 2;
    font-size: 36px;
    color: #333;
    border: 2px solid #333;
    position: relative;
}

.vr_item_tip::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -1px;
}

.vr_demo_row .col-2:last-child .vr_item_tip::after {
    display: none;
}

.vr_icon {
    display: block;
    width: 66px;
    height: 66px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    margin: 25px auto;
}

.vr_icon_1 {
    background-position: 0 0;
}

.vr_icon_2 {
    background-position: -66px 0;
}

.vr_icon_3 {
    background-position: -132px 0;
}

.vr_icon_4 {
    background-position: -198px 0;
}

.vr_icon_5 {
    background-position: -264px 0;
}

.vr_item_label h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
}

.vr_item_label p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
}

.vr_case {
    background: #000 url(../images/bg-slide.jpg) top center no-repeat;
}

.vr_slide {
    padding-top: 100px;
}

.vr_scale .swiper-wrapper {
    background: #000;
}

.vr_slide .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.vr_scale .swiper-slide {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    z-index: 5;
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vr_scale .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.4, 1.2);
    -ms-transform: scale(1.4, 1.2);
    transform: scale(1.4, 1.2);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    z-index: 9;
    opacity: 1;
}

.vr_slide_btn {
    width: 50%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    background: transparent;
}

.vr_case_app {
    background: url(../images/bg-case.jpg) top center no-repeat;
    padding-bottom: 50px;
}

.vr_case_slide {
    max-width: 1200px;
    margin-top: 50px;
}

.vr_case_slide .swiper-slide {
    position: relative;
}

.slide_text {
    width: 100%;
    padding: 30px 0 40px;
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.slide_text p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.slide_text a {
    padding: 5px 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
}

.vr_slide .swiper-button-next,
.vr_slide .swiper-button-prev,
.vr_case_prev,
.vr_case_next {
    background: none !important;
    color: #fff;
    margin-top: 30px;
    width: 40px;
    height: 40px;
}

.vr_case_prev,
.vr_case_next {
    margin-top: -30px;
}

.vr_slide .swiper-button-next i,
.vr_slide .swiper-button-prev i,
.vr_case_next i,
.vr_case_prev i {
    font-size: 40px;
}

.vr_scale .swiper-button-prev {
    left: 40px;
}

.vr_scale .swiper-button-next {
    right: 40px;
}

.vr_news {
    padding: 70px 0 100px;
    overflow: hidden;
}

.vr_news_tab {
    width: 100%;
    text-align: center;
    padding: 100px 0 50px;
}

.vr_news_tab button {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #6d80bc;
    color: #333;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.vr_news_tab button:hover,
.vr_news_tab button.active {
    background: #6d80bc;
    color: #fff;
}

@media(max-width:768px) {
    .vr_item_tip::after {
        display: none;
    }
    .vr_demo_item {
        margin-bottom: 20px;
    }
    .vr_slide_btn {
        width: 100%;
    }
    .vr_slide .swiper-button-next,
    .vr_slide .swiper-button-prev {
        margin-top: 50px;
    }
}

.vr_news_list dt {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 15px #d6d6d6;
    box-shadow: 0 2px 15px #d6d6d6;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.vr_news_img {
    width: 40%;
}

.vr_news_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding: 0 20px;
}

.vr_news_text h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.vr_news_text p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vr_news_text a {
    background: #6d80bc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #6d80bc;
    border-radius: 20px;
    padding: 4px 30px;
    margin-top: 40px;
}

.vr_news_list dd {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
}

.vr_news_mask {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.vr_news_mask p {
    width: 100%;
    line-height: 46px;
    background: rgba(137, 137, 137, .48);
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn_more {
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    background: #000;
    border-color: #000;
    margin-top: 50px;
}

.btn_more:hover {
    background: #fff;
    color: #333;
}

/* in the page*/
.sidebar {
    float: left;
    width: 240px;
    padding-top: 24px;
}
.main {
    padding: 30px 0 0 270px;
}
.ctit h3 {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    /*border: 1px solid #ff525e;*/
    text-transform: uppercase;
    margin-bottom: auto;
    padding-left: 20px;
    margin-top: 2px;
    /*background: #ff525e;*/
}
.bPosition {
    /*background: #ff525e;*/
    line-height: 36px;
    padding: 0 16px;
    color: #EEE;
    margin-bottom: 16px;
}
.bPosition a {
    color: #FFF !important;
}
.pcon_l {
}
.pcon_l img{
    display:block;
    margin:0 auto;
    width: 300px;
    height: auto;
}
.pcon_r {
    padding: 0 16px 0 440px;
}
h1.pd-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: #4a4a4a;
    padding-top: 15px;
    line-height: 24px;
    border-top: 1px solid #E4E2E2;
    text-transform: none;
    margin-bottom: 20px;
    text-align:center;
}
.pcon_r .pcon_info {
    line-height: 30px;
    color: 333;
}
.pcon_r .p_more {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
}
.pcon {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.pcon .tit {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-top:20px;
    background: #eee;
    color: #000;
    font-size: 18px;
}
.pcon .pinfo {
    display: block;
    line-height: 24px;
    padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
    max-width: 100%;
    margin: 0px auto;
}
.acon {
    float: left;
    width: 100%;
}
.acon .pinfo {
    display: block;
    line-height: 24px;
    padding: 20px 0 30px 20px;
}
.proIntro {
    color: #999;
    padding: 10px 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 5px;
}
.prosubmenu li {
    float: left;
    width: 32%;
    line-height: 24px;
}
.prosubmenu {
    padding: 3px 0 0 10px;
}
.sf-menu {
    display: table;
    width: 241px;
    margin: 0px auto;
    padding-bottom: 20px;
    border: 5px solid #eee;
    position: relative;
}
.sf-menu li {
    clear: both;
    border-bottom: 1px solid #eee;
    position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding: 9px 0 6px 14px;
}
.sf-menu li a:hover {
    background-color: #f2f2f2
}
.sf-menu li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
    background: #ff525e;
}
.sf-menu li li.LiLevel2 a {
    line-height: 26px;
}
.sf-menu li li.LiProDetail a {
    width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 6px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu ul {
    display: none;
}
.sf-menu li:hover ul {
    display: block
}
ul.sf-menu ul ul {
    position: absolute;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999
}
.sf-menu li li:hover {
    opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}
ul.sf-menu li.Level1 > a {
    background: url(pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
    display: table;
    width: 220px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.sf-menu1 li {
    clear: both;
    border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    background: url(pico.png) 3px 15px no-repeat;
    padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
    background-color: #f2f2f2
}
.sf-menu1 li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
    background: url(icon01.gif) no-repeat 8px 11px;
    line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
    background: url(ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
    display: block;
    line-height: 20px;
    color: #777;
    padding: 2px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu1 li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu1 ul {
    visibility: visible
}
ul.sf-menu1 ul ul {
    position: absolute;
    left: 220px;
    width: 220px;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999
}
.sf-menu1 li li li {
    background: #FFF;
    padding: 0px;
}
.sf-menu1 li li:hover {
    opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
    text-decoration: none;
    background: url(ico_sort.png) #f2f2f2 no-repeat 8px 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
    background: url(pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
    display: table;
    width: 220px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.sf-menu2 li {
    clear: both;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    background: url(pico.png) 3px 15px no-repeat;
    padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
    background-color: #f2f2f2
}
.sf-menu2 li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.sf-menu2 li li.LiLevel2 a {
    background: url(icon01.gif) no-repeat 8px 13;
    line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
    background: url(ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
    display: block;
    line-height: 20px;
    color: #777;
    padding: 6px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu2 li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu2 ul {
    display: none;
}
.sf-menu2 li:hover ul {
    display: block
}
ul.sf-menu2 ul {
    position: absolute;
    left: 220px;
    width: 220px;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999;
    background: #EEE;
}
.sf-menu2 li li li {
    background: #FFF;
    padding: 0px;
}
.sf-menu2 li li:hover {
    opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
    text-decoration: none;
    background: url(ico_sort.png) #f2f2f2 no-repeat 8px 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: 0px;
    position: absolute;
    padding: 0px;
    text-transform: capitalize;
    left: 231px;
    top: 0px;
    z-index:999;
}
ul.sf-menu2 li:hover > ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
    background: url(pico1.png) 3px 15px no-repeat;
}
.lsec {
    margin-top: 10px;
    width: 240px;
    border: 5px solid #eee;
    padding: 15px;
}

@media screen and (max-width:1266px) {
    .procate_tit {
        display: none;
    }
    .procatefenleiimg {
        display: none;
    }
}

@media screen and (min-width:1004px) {
    .top .fl {
        min-width: 690px;
        overflow: hidden;
    }
    .pro_lb1 li:nth-child(4n+5) {
        clear: both
    }
}

@media screen and (max-width:1004px) and (min-width:960px) {
    .top .fl {
        float: none;
        clear: both;
        max-width: 100%;
    }
    .col2 {
        width: 27%
    }
    .col3 {
        width: 28%
    }
    .pro_lb1 li {
        width: 33.33%;
    }
    .pro_lb1 li:nth-child(3n+4) {
        clear: both
    }
}

@media screen and (max-width:960px) and (min-width:640px) {
    .logo {
        float: none;
        width: 100%;
        text-align: center
    }
    .head-text, .top .fr .xyz {
        display: none;
    }
    .logo img {
        max-height: 70px;
    }
    .prolist li {
        float: left;
        width: 98%;
        height: 200px;
        border: 1px solid #dddada;
        margin: 15px 0.8%;
    }
    .hotpro li {
        width: 50%;
    }
    .tnew, .lnew {

        float: none;
        width: 100%;
        clear: both
    }
    #nav .fl, #nav .fr {
        display: block;
    }
    #nav ul {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
    }
    #nav {
        height: 60px;
        position: relative;
    }
    .col1 {
        width: 50%;
    }
    .col2 {
        width: 262px;
        padding-right: 15px;
        float: right;
    }
    .col3 {
        padding-left: 15px;
        clear: both
    }
    .pro_lb1 li {
        width: 50%;
    }
    .pro_lb1 li:nth-child(2n+3) {
        clear: both
    }
    .pcon_r {
        word-break: break-word;
    }
    .newslist li a {
        width: 75%;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:960px) and (min-width:700px) {
    .pcon_l {
        float: none;
        width: 402px;
        margin: 0px auto;
        overflow: hidden;
    }
    .pcon_r {
        padding-left: 0px;
    }
    .pcon_r .pd-title, .pcon_r .pcon_info {
        padding-left: 20px;
    }
    .pcon_r .p_more {
        margin-left: 20px;
    }
    .zoomdiv, .jqZoomPup {
        display: none!important
    }
    .rnews li {
        float: none;
        display: block;
        width: 100%;
        margin: 0px auto;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:700px) and (min-width:480px) {
    .pcon_l {
        float: none;
        width: 400px;
        margin: 0px auto;
        overflow: hidden
    }
    .pcon_r {
        padding-left: 12px;
    }
    .zoomdiv, .jqZoomPup {
        display: none!important
    }
    .newslist li a {
        width: 75%;
    }
    .rnews li {
        float: none;
        display: block;
        width: 100%;
        margin: 0px auto;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:640px) {
    .top .fl, .top .fr {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .tnew, .lnew {
        float: none;
        width: 100%;
        clear: both
    }
    .hotpro li {
        float: left;
        width: 50%;
    }
    .hotpro li.hotpro li .p_more {
        display: none
    }
    .tnew .tbox {
        height: 160px;
    }
    .tnew p {
        max-height: 106px;
    }
    .ttext {
        padding: 0 12px 0 172px;
    }
    .tnew img {
        width: 160px;
    }
    .prolist li {
        float: none;
        width: 98%;
        height: 160px;
    }
    .propic {
        height: 160px;
        width: 160px;
        text-align: center
    }
    .propic img {
        max-height: 160px;
        max-width: 160px;
    }
    .protext {
        padding: 0 12px 0 180px;
        font-size: 12px;
    }
    .protext h3 {
        font-size: 14px;
        margin-top: 25px;
    }
    .protext p {
        max-height: 40px;
        overflow: hidden;
    }
    .p_more {
        margin: 16px 0;
        display: inline-block;
        min-width: 85px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: #FFF;
    }
    .col1, .col2 {
        display: none;
    }
    .col3 {
        float: none;
        width: auto;
        margin: 0px;
        padding: 0px;
    }
    .col3 h3 {
        text-indent: 15px;
    }
    .col4 {
        float: left;
    }
    .ccs {
        word-break: break-word;
        word-wrap: break-word;
        padding: 0 15px;
    }
    .col4 {
        float: left;
        padding-left: 15px;
    }
    .pro_lb1 li {
        width: 50%;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding-top: 12px;
    }
    .main {
        padding: 6px 0 0 0px;
    }
    .sf-menu {
        display: table;
        width: 96%;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .lsec {
        margin-top: 10px;
        width: 96%;
        border: 5px solid #eee;
        padding: 15px;
        margin: 10px auto;
    }
    ul.sf-menu ul ul {
        display: none!important;
    }
    .ctit h3 {
        text-indent: 10px;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    .newcon {
        padding: 0 12px;
    }
    .procate_tit {
        display: none;
    }
    .procatefenleiimg {
        display: none;
    }
}
h1 {
    text-transform: capitalize;
}
.pro_lb0 {
    float: left;
    width: 100%
}
.pro_lb0 li {
    clear: both;
    border-bottom: 1px solid #EEE;
    padding: 8px 12px 8px 0;
}
.pro_lb0 li:hover {
    background: #fffcf3;
}
.pro_lb0 .fl {
    float: left;
    width: 26.5%;
}
.pro_lb0 .pimg {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EEE;
    padding: 2px;
    overflow: hidden;
}
.pro_lb0 img {
    display: block;
    width: 100%;
}
.pro_lb0 .protxt {
    float: right;
    width: 71%;
    line-height: 20px;
    margin: 0px;
    padding: 6px 0 0;
}
.pro_lb0 .pinfo {
    display: block;
    font-size: 12px;
    color: #777;
    max-height: 64px;
    overflow: hidden;
}
.pro_lb0 strong {
    display: block;
    max-height: 38px;
    font-size: 14px;
    padding: 4px 0 6px 0;
    overflow: hidden
}
.pro_lb0 strong a {
    color: #333;
}
.pro_lb0 strong a:hover {
    color: #56ce3f
}
.pro_lb0 h3 {
    display: block;
    max-height: 34px;
    font-size: 14px;
    padding: 4px 0 6px 0;
    margin-bottom: 5px;
    overflow: hidden
}
.pro_lb0 h3 a {
    color: #333;
}
.pro_lb0 h3 a:hover {
    color: #ff525e;
}
.pro_lb1 h3 {
    font-weight: normal;
}
.pro_lb0 span {
    display: block;
}
.pro_lb1 {
    float: left;
    padding-top: 10px;
    width: 100%;
}
.pro_lb1 p {
    line-height: 24px;
}
.pro_lb1 li {
    float: left;
    width: 25%;
}
.pro_lb1 li .pp_box {
    margin: 15px 12px;
}
.pro_lb1 li a {
    display: block;
    position: relative;
}
.pro_lb1 li a img {
    width: 100%;
}
.pro_lb1 li a .text {
    width: 100%;
    height: 60px;
    background: #8f8f8f;
    position: absolute;
    z-index: 1;
    bottom: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.pro_lb1 li a .tex {
    width: 100%;
    height: 40px;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.pro_lb1 li a:hover .text {
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.pro_lb1 .li0 {
    padding-right: 0;
}

@media screen and (max-width:640px) {
    .pro_lb0 .fl {
        width: 100%;
        margin-bottom: 15px;
    }
    .pro_lb0 img{
        width:auto;
        max-width:100%;
        margin:0 auto;
    }
    .pro_lb0 .protxt {
        width: 100%;
    }
}
.pages {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both
}
.pages a, .pages span {
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.pages a:link, .pages a:visited {
    color: #666;
    background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
    color: #FFF;
    background: #333;
    color: #FFF;
    text-decoration: none
}
.newslist {
    margin: 12px auto 12px auto;
    float: left;
    width: 100%;
}
.newslist ul {
    padding-right: 16px
}
.newslist li {
    text-align: right;
    height: 36px;
    background: url(arrow-list.gif) 8px 10px no-repeat;
    border-bottom: 1px dashed #ddd;
    line-height: 32px;
    color: #888;
    overflow: hidden
}
.newslist li a {
    display:block;
    float: left;
    font-size: 14px;
    color:#333;
    text-align: left;
    text-indent: 6px;
}
.newslist li a:hover {
    color: #d22720;
    text-decoration: underline
}
.rnews, .rollPro {
    margin: 0px auto;
}
.rnews h3, .rollPro h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 12px 0;
    color: #333;
    font-weight: normal;
    height: 30px;
    margin-bottom:10px;
}
.rnews li {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
}
.rnews li a {
    display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color:#333;
    border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
    color: #ff525e;
}
.rollPro {
    height: 220px;
    margin-bottom: 30px;
}
.rollPro .Cont {
    width: 94%;
    overflow: hidden;
    margin: 0px auto;
}
.rollPro .ScrCont {
    width: 10000000px;
}
.rollPro .pic {
    position: relative;
    width: 170px;
    height: 160px;
    margin: 0 3px;
    border: 1px solid #EEE;
    text-align: center;
}
.rollPro .pbox img {
    max-width: 162px;
    max-height: 100px;
}
.rollPro .pbox {
    width: 100%;
    height: 120px;
    text-align: center;
}
.rollPro p {
    height: 42px;
    overflow: hidden;
    line-height: 20px;
    position: absolute;
    bottom: 0;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
    float: left;
}
.rollPro .wen_jt {
    width: 24px;
    padding-top: 45px;
}
.newcon {
    padding-top: 28px;
}
.newcon .tit {
    text-align: center;
    color: #000;
    font-size: 18px;
}
.newcon .time {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    width: 160px;
    margin: 0px auto;
    text-align: center;
}
.newcon p {
    color:#666;
    padding-top: 20px;
    line-height: 24px;
}
.pinfo {
    font-size: 14px;
}
.newcon .pn {
    padding: 12px 0 0 0;
    min-height: 59px;
}
.newcon .prev, .newcon .next {
    float: left;
    font-size: 16px;
    padding: 6px 0;
    width: 48%;
    white-space: nowrap;
    margin-right: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 43px;
}
.newcon .prev a, .newcon .next a{
    color:#333;
}
.newcon .prev a:hover, .newcon .next a:hover{
    color:#ff525e;
}
.newcon .next {
    margin-right: 0;
}
.buybtn {
    clear: both;
    width: 200px;
    height: 40px;
    margin: 20px 0 0 0;
    text-align: left;
    line-height: 40px;
}
.buybtn a {
    display: inline-block;
    padding: 0 15px;
    color: #FFF;
    height: 40px;
    background: #0a4da6;
    border-radius: 2px;
    font-size: 18px;
}
.buybtn a:hover {
    background: #145cbc;
    color: #FFF;
    border-radius: 2px;
}
.pshare {
    float: left;
    padding: 8px 0 0 0;
}
.jsshare {
    text-align: center;
    padding-top: 8px;
}
.pshare li {
    float: left;
    width: 48%;
    height: 28px;
    line-height: 28px;
}
.pshare li img {
    vertical-align: middle;
    margin-right: 12px;
}
.jsshare span.stxt {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
    position: relative
}
.jsshare a, .jsshare a img {
    width: 35px;
    vertical-align: middle
}
.addthis_sharing_toolbox {
    display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
    width: 24px!important;
    height: 24px!important;
    line-height: 24px!important;
}
.p_more {
    margin: 16px 0;
    display: inline-block;
    min-width: 85px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #FFF !important;
}
.mmv {
    background-color: #ff525e;
    padding: 0px 13px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0,0,0,0);
    transform: translateZ(0px);
    transition-property: color;
    transition-duration: 0.5s;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.mmv::before {
    background-color: rgb(25, 38, 52);
    transform-origin: 0% 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}
.mmv:hover {
    color: white;
    text-decoration: underline
}
.mmv:focus {
    color: white;
}
.mmv:active {
    color: white;
}
.mmv:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.mmv:focus::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.mmv:active::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.dropdown:hover ul {
    display: block
}
.subscribe {
    margin-top: 19px;
}
.inner-banner {
    width: 100%;
}
.inner-banner img {
    width: 100%;
}
.lsec_tit {
    margin-top: 20px;
}
.ejfl{
    font-size:24px;
    margin:0 0 20px;
    font-weight:normal;
}

#xyz {
    right: 0;
    top: 10px;
}
.navigation-bar .container{
    position:relative;
}
@media (max-width:960px){
    #xyz{
        display:none;
    }
}


.ptit{ margin-top:30px;height: 40px; line-height: 40px; padding-left: 20px; background: #eee; color: #000; font-size: 18px;}
.rollPro1 {width:100%;margin:20px auto;overflow: hidden;}
.rollPro1 li { width:32%; float:left; margin-right:2%; text-align:center;}
.rollPro1 li a {color: #333;}
.rollPro1 li:nth-of-type(3n) { margin-right:0%;}
.rollPro1 li .pbox { border:1px solid #e2e2e2; padding:4px; height:180px;}
.rollPro1 li .pbox img { max-width:100%; max-height:170px;}
.rollPro1 li p { height:50px; line-height:25px; overflow:hidden; margin:10px auto;}
.pro-body { margin-bottom:10px;}
.table{border-collapse:collapse;}
.table td, .table th{border:1px solid #cdcdcd;padding:5px;}
.table p{padding:0px;margin:0px;}
.pshare{float:left;padding:8px 0 0 0;}
.jsshare {text-align:center;padding-top:8px;}
.pshare li{float:left;width:48%;height:28px;line-height:28px;}
.pshare li img{vertical-align:middle;margin-right:12px;}
.jsshare span.stxt{display:inline-block;font-size:14px;line-height:24px;padding:0 8px 0 0;position:relative}
.jsshare a,.jsshare a img{width:35px;vertical-align:middle}
.addthis_sharing_toolbox{display:inline-block}
.pdown1 #A_DownLoadProduct{display:inline-block;clear:both;height:32px;margin:16px 0 0 0;line-height:32px;background:url(/images/down1_2.png) right top no-repeat;padding-right:50px}
.pdown1 #A_DownLoadProduct span{display:inline-block;height:32px;background:url(/images/down1_1.png)no-repeat;padding:0 0 0 16px;}
.pdown2 #A_DownLoadProduct,.pdown3 #A_DownLoadProduct,.pdown4 #A_DownLoadProduct{display:inline-block;clear:both;height:45px;margin:16px 0 0 0;line-height:45px;padding-right:45px}
.pdown2 #A_DownLoadProduct span,.pdown3 #A_DownLoadProduct span,.pdown4 #A_DownLoadProduct span{display:inline-block;height:45px;background:url(/images/down2_1.png)no-repeat;padding:0 12px 0 16px;}
.pdown2 #A_DownLoadProduct{background:url(/images/down2_2.png) right top no-repeat;}
.pdown3 #A_DownLoadProduct{ background:url(/images/down2_3.png) right top no-repeat;}
.pdown4 #A_DownLoadProduct{background:url(/images/down2_4.png) right top no-repeat;}
.proCateTags{clear:both;padding:0 10px 8px 10px;margin:0 10px;border:1px solid #EEE;border-radius:5px;}
.proCateTags h3{font-size:14px;line-height:32px;margin:0px;padding:0px;}
.keywords{margin:12px auto;}
.keywords a{margin-right:10px;color:#2e66b5;line-height:1.8;text-decoration:underline;display:inline-block;white-space:nowrap;text-overflow:ellipsis;}
.keywords a:hover{text-decoration:none;}
.footlinks{
    width:100%;
    padding:5px 0;
    background-color:#ededed;
    font-size:13px;
    text-align:center;
}
.footlinks span{
    color:#161616;
}
.footlinks a{
    display:inline-block;
    color:#666;
    margin:0 5px;
}
.footlinks a:hover{
    color:#ff525e;
}
.prevNext a{
    display:inline-block;
    color:#ff525e;
}
.prevNext a:hover{
    text-decoration:underline;
}

.feedback {clear:both;margin:0px auto;padding:0px;margin:20px 0px 0px 0px;}
.submita {margin:16px auto;display:inline-block;padding:0 18px!important;line-height:22px;background:#ff9c00;border:0px;height:24px;color:#FFF;cursor:pointer;font-size:16px;}
.xh {color:#f00;padding:0 3px;}
#feedbackForm {margin:20px 0px 0px 0px;}
#feedbackForm .text {width:300px;height:26px;margin:10px 0px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #ccc; background:none;}
#feedbackForm .lable {padding:10px 12px 0px 0px;line-height:30px;height:30px;text-align:right;}
#feedbackForm .atextarea {float:left;border:1px solid #ccc;height:100px;width:305px;ont-size:12px;margin-top:10px;line-height:24px;color:#666; background:none;}
#feedbackForm .smtcss {padding-right:112px;text-align:center;}
.table {border-collapse:collapse;}
.table td, .table th {border:1px solid #cdcdcd;padding:5px;}
.table p {padding:0px;margin:0px;}
.e_mobile {display: inline-block;height:25px;line-height:25px;background:url(/Content/C_IMG/emobile.png) 0px -50px no-repeat;text-indent:25px;color:#999!important;}
.YqbYears{vertical-align:middle; padding-left:8px; margin-top:-6px;}

/*buchongstyle*/
@media only screen and (max-width: 640px) {
    .pro_lb0 img{
        width:100%;
    }
    .pro_lb0 li p strong{
        width:90vw;
    }

    .acon .pinfo{
        padding: 0 !important;
    }
    .acon .pinfo{
        padding: 0 !important;
    }
    .feedbackForm{
        overflow: hidden;
    }
    .feedbackForm tr td{
        width: 20.5942vw !important;
        display: block;
        float: left;
    }
    .feedbackForm tr td input{
        width:65.2173vw !important;
    }
    .feedbackForm tr td .atextarea{
        width:65.2173vw !important;
    }
    #feedbackForm .smtcss{
        padding-right: 74.8792vw !important;
    }
    .submita{
        font-size: 14px;
        width: 64px;
        margin-left: 21vw;
    }
    .navbar .logo img{
        width: 80%;
    }
}
.copyright img{
    width: -moz-fit-content;
    width: -webkit-fit-content;
}
.copyright .container{
    padding-left: 23%;
}
.footlinks{
    background:#1b1b1b ;
}
.footlinks span{
    color: #999;
}
.footlinks a{
    color: #999;
}
.pcon_l img{
    width: 300px;
}
.b-keyword{
    text-align: center;
    line-height:36px;
}
.bPosition{
    background: #08a5e0;
}
.ctit h3{
    border: 1px solid #08a5e0;
    background: #08a5e0;
}
.mmv{
    background-color: #08a5e0;
}
.vr_about{
    display: none;
}