/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*.title{
    font-size: 32px;
    color: #D8000A;
    line-height: 35px;
    font-weight: 700;
}
.title-en{
    margin-top: 10px;
    font-size: 26px;
    color: #969696;
}*/
.p0{
    padding: 0;
}
.about p{
    margin: 25px 0;
    font-size: 14px;
    color: #5b595e;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 30px;
}
.about-btn button{
    padding: 0.5em 2em;
    background-color: #D8000A;
    border-color: #D8000A;
}
.ht-container {
    width: 1170px;
    margin: 0 auto;
}
.product-row{
    margin: 40px 0;
}
.why{
    padding: 30px 0 100px 0;
    background-color: #fff;
    text-align: center;
}
.why h1{
    margin: 40px 0;
    font-family: Arial;
}
.why p{
    font-family: Arial;
}

.box .icon{
    color: #00ac0a;
    font-size: 40px;
    padding-top: 15px;
}
.meta{
    padding-top: 10px;
}
.heading{
    color: #5b595e;
    font-size: 22px;
    font-weight: 300;
    /*padding-left: 70px;*/
    line-height: 25px;
    padding-top: 15px;
    /*text-align: left;*/
}
.description{
    color: #999;
    font-size: 16px;
    padding-top: 25px;
    /*padding-left: 70px;*/
    font-weight: 100;
    /*text-align: left;*/
    line-height: 30px;
}

.links{
    background-color: #fff;
}
.links>.col-md-12{
    padding: 45px 40px 45px 40px;
}
.link-item{
    display: inline-block;
    position: relative;
    padding-top:20px;
}
.link-item a{
    padding: 20px 20px 20px 0;
    width: 200px;
}
.link-item img{
    height: 50px;
    max-width: 100%;
    vertical-align: middle;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-top{
    padding: 40px 0;
}
.qrcode{
    width: 120px;
    height: 120px;
}
.ftlogo img{
    opacity: 0.6;
}
.ftlogo img:hover{
    opacity: 1;
}
.footer-banner1{
    padding: 10px 40px 10px 40px;
    background: #00A0E9;
}
.footer-banner1-app{
    height: 38px;
    padding: 10px 0;
    background: #00A0E9;
}

.brandSlogan{
    color:#383838;
    font-size: 18px;
    font-weight: bold;
}
.footer-wrap{
    /*background-color: #ededed;*/
}
.footer-wrap>.col-md-12:nth-child(1){
    padding: 75px 0px;
}
.footer-wrap>.col-md-12:nth-child(2){
    padding: 0 40px 35px 40px;
}
.footer-title{
    font-size: 22px;
    color: #666464;
    margin-bottom: 30px;
    line-height: 1;
}
.ads{
    background: url('../images/footer_adres.png') left center no-repeat;
}
.ads a{
    color: inherit;
}
.tel {
    background: url('../images/footer_tel.png') left center no-repeat;
}
.tel a{
    color: inherit;
}
.mail {
    background: url('../images/footer_mail.png') left center no-repeat;
}
.mail a{
    color: inherit;
}
.footer-ul{
    padding-left: 0;
    list-style-type: none;
}
.footer-ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #7D7D7D;
}
.footer-ul a, .footer-title a{
    color: #7D7D7D;;
}
.footer-ul a:hover, .footer-title a:hover{
    color: #00A0E9;
    text-decoration: none;
}
.follow {
    line-height: 44px;
    height: 44px;
}
.follow span {
    float: left;
    margin-right: 18px;
}
.follow .bdsharebuttonbox {
    float: left;
}
.footerlist {
    color: #383838;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    text-align: left;
}
.footerlist li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    /* padding-left: 30px; */
    position: relative;
}
.footerlist a, .footerlist a:visited {
    text-decoration: none;
    color: #383838;
}
.footerlist a:hover {
    color: #00A0E9;
}
.subfooter{
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}
.subfooter-app{
    font-size: 8px;
    font-weight: 400;
    color: #FFFFFF;
}
.subfooter a{
    color: #FFFFFF;
}

dt {
    font-size: 24px;
    color: #4a4a4a;
    line-height: 1;
    margin-bottom: 36px;
}
dd {
    font-size: 18px;
    color: #757575;
    line-height: 1;
    margin-bottom: 20px;
}
dt a,dl a{
    color: inherit;
}
dt a:hover,dl a:hover{
    color: #00A0E9;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.page-header {
    background-color: #0e1113;
    background-image: url('../images/contacts-cover.jpg');
    background-position: center;
    background-size: cover;
    padding: 300px 30px 40px 30px;
    margin: 0 auto;
}
.page-header h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
}
#ht-masthead{
    /*border-top: 4px solid #D8000A;*/
    background: #FFF;
    height: 94px;
    border-bottom: 1px solid #F1F1F1;
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.ht-sticky-header #ht-masthead{
    position: fixed;
    left: 0;
    right: 0;
}

.ht-sticky#ht-masthead{
    height: 74px;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.ht-sticky-header #ht-content{
    position: relative;
    z-index: 9;
    padding-top: 94px;
}

#ht-site-branding{
    float: left;
    width: 20%;
    padding: 15px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding{
    padding: 5px 0;
}

#ht-site-branding img{
    max-height: 60px;
    width: auto;
}
#ht-site-hotline{
    font-size: 16px;
    float: right;
    width: 20%;
    padding: 43px 0;
    text-align: right;
    color: #00A0E9;
}
.ht-main-header{
    background: #f9f9f9;
    padding: 45px 0;
    margin-bottom: 25px;
}

.ht-main-title{
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.ht-main-title:last-child{
    margin-bottom: 0;
}

.ht-site-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}

.ht-site-title a{
    text-decoration: none;
    color: #D8000A;
}

.ht-site-description{
    color: #EEE;
    margin: 0;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
}

.ht-site-description a{
    color: #333;
}

#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
    font-size: 15px;
    margin: 0;
    color: inherit;
}

.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{
    color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
    color: #D8000A;
}

.taxonomy-description,
.term-description{
    margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child{
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#ht-site-navigation{
    float: right;
    width: 80%;
    padding: 35px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}



.ht-sticky #ht-site-navigation{
    padding: 17px 0;
}

.ht-main-navigation .ht-menu{
    float: right;
}

.ht-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.ht-main-navigation li {
    padding:0 20px;
    text-align:center;
    height:40px;
    line-height:40px;
    float: left;
    position: relative;
}

.ht-main-navigation a {
    display: block;
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 36px;
    padding: 0 15px;
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.curBg { 
    background:#00A0E9;
    height:3px;
    position:absolute;
    bottom:0;
    width:68px;
    left:0px;
}
.ht-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    background: #FFF;
    min-width: 200px;
    z-index: 999;
    padding: 8px;
    margin-top: 27px;
    border-top: 2px solid #D8000A;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05)
}

.ht-sticky .ht-main-navigation ul ul{
    margin-top: 17px;
}

.ht-main-navigation .ht-menu > ul > li:last-child > ul{
    left: auto;
    right: 0;
}

.ht-main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 0 0 8px;
    border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
    margin-top: 0
}

.ht-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 14px;
}

.ht-main-navigation ul ul li {
    float: none;
    margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
    margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
    display: block;
}

.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
    background: none;
    color: inherit;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {
    color: #00A0E9;
    background: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*响应式*/
@media screen and (max-width: 1200px){
    .ht-container{
        width: auto;
        padding: 0 15px;
    }

    .ht-slide-caption{
        width: 80%;
        margin-left: -40%;
    }
}

@media screen and (max-width: 1000px){
    .toggle-bar{
        display: block;
        position: absolute;
        top: 22px;
        right: 20px;
        height: 50px;
        width: 50px;
        background: #00A0E9;
        cursor: pointer;
    }

    .toggle-bar span{
        position: absolute;
        top: 50%;
        margin-top: -2px;
        height: 4px;
        left: 8px;
        right: 8px;
        background: #FFF;
        box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
    }

    .ht-sticky-header #ht-masthead{
        position: static;
    }

    .ht-sticky#ht-masthead{
        height: 94px;   
    }

    #ht-site-navigation{
        width: 20%;
    }

    #ht-site-branding{
        width: 80%;
        float: left;
    }

    .ht-sticky #ht-site-branding{
        padding: 15px 0;
    }

    .ht-sticky-header #ht-content{
        padding-top: 0;
    }

    .ht-main-navigation .ht-menu{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        background: #00A0E9;
        z-index: 999;
    }

    .ht-main-navigation li{
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .page-template-home-template .ht-main-navigation .current_page_item > a,
    .page-template-home-template .ht-main-navigation .current-menu-item > a,
    .page-template-home-template .ht-main-navigation .current_page_ancestor > a,
    .home.blog .ht-main-navigation .current_page_item > a,
    .home.blog .ht-main-navigation .current-menu-item > a,
    .home.blog .ht-main-navigation .current_page_ancestor > a,
    .ht-main-navigation a{
        color: #FFF;
    }

    .ht-main-navigation ul ul{
        position: static;
        padding: 0;
        margin-top: 0;
    }

    .ht-main-navigation ul ul ul{
        margin: 0;
    }

    #ht-team-section{
        padding-bottom: 30px;
    }

    .ht-team-member{
        width: 48%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px){
    .ht-section-title,
    .ht-section-tagline{
        width: auto;
    }

    #ht-about-us-section .ht-container{
        display: block;
    }

    .ht-about-sec{
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .ht-about-image{
        width: auto;
        float: none;
        padding: 0;
        text-align: center;
    }

    .ht-featured-post-wrap{
        margin-left: 0;
    }

    .ht-featured-post{
        float: none;
        margin: 0 auto 80px;
        width: 75%;
    }

    .ht-featured-post:last-child{
        margin-bottom: 0;
    }

    .ht-portfolio-cat-name-list{
        text-align: center;
    }

    .ht-service-left-bg{
        display: none;
    }

    .ht-service-posts{
        float: none;
        width: auto;
        padding: 0;
    }

    #ht-service-post-section{
        padding: 60px 0;
    }

    #ht-counter-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-counter{
        width: 45%;
        margin-bottom: 60px;
    }

    #ht-counter-section{
        padding-bottom: 0;
    }

    .ht-blog-wrap{
        margin: 0;
    }

    .ht-blog-post{
        width: 75%;
        margin: 0 auto 30px;
        float: none;
    }

    .ht-blog-post img{
        width: 100%;
    }

    #ht-cta-section{
        background-size: cover;
        background-position: center !important;  
    }

    .ht-top-footer{
        margin-left: 0;
    }

    .ht-footer{
        width: auto;
        margin: 0 0 30px;
        float: none;
    }

    .ht-footer:last-child{
        margin-bottom: 0;
    }

    .ht-slide-cap-title{
        font-size: 24px;
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .ht-slide-cap-desc{
        font-size: 14px;
        font-size: 3vw;
    }

    #primary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }

    #secondary{
        width: auto !important;
        float: none !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px){
    #ht-home-slider-section .bx-wrapper .bx-controls-direction a,
    .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
        display: none;
    }

    .ht-team-member-wrap{
        margin-left: 0;
    }

    .ht-team-member{
        width: 75%;
        float: none;
        margin: 0 auto 30px;
    }

    .ht-team-counter-wrap{
        margin-left: 0;
    }

    .ht-counter{
        width: 75%;
        float: none;
        margin: 0 auto 60px;
    }

    .ht-portfolio{
        width: 50%;
        padding: 4px;
    }
}

@media screen and (max-width: 480px){
    .ht-blog-post,
    .ht-featured-post{
        width: auto;
    }

    .ht-team-member-wrap{
        margin-left: 0;
    }

    .ht-team-member,
    .ht-counter{
        width: auto;
        float: none;
    }

    .ht-testimonial-excerpt{
        width: auto;
    }

    .ht-testimonial-excerpt .fa-quote-left{
        left: 0;
    }

    .ht-cta-buttons a{
        display: block;
        margin: 0 0 15px;
    }

    .ht-post-info{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .ht-post-wrapper{
        padding-left: 0; 
    }
}

@media screen and (min-width: 1001px){
    .ht-main-navigation .ht-menu{
        display: block !important;
    }
}

.vjs-amazeui .vjs-big-play-button{
    width: 68px;
    height: 68px;
    background: url('../images/index08.png') no-repeat center;
    cursor: pointer;
    line-height:100%;
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
}

@media only screen and (max-width: 800px) {
    .slider-container {
        padding: 0 !important;
    }
    .about {
        padding: 0 !important;
    }
    .footerlist li {
        text-align: center;
    }

    .text-widget {
        padding-top: 20px;
        text-align: right;
    }

    .footer-wrap>.col-md-12:nth-child(1) {
        padding: 35px 20px 35px 20px;
    }

    .description {
        padding-left: 0;
    }

    .about .col-md-6{
        text-align: center;
        padding:20px 0px 20px 0 !important;
    }
}

.mask {
    width: 100%;
    margin-top: -130px;
    height: 260px;
    background: url('../images/mask.png') center center no-repeat;
    position: relative;
    z-index: 2;
}
.product-sub-title{
    padding: 10px 0;
    border-left: 5px solid #00A0E9;
    margin-bottom: 20px;
}
.product-sub-title h3{
    margin: 0 0 0 15px;
    font-size: 20px;
    color: #00A0E9;
    font-weight: 600;
}

.product .title_en{
    font-size: 48px;
    color:#555;
    font-family: Titillium;
    line-height: 50px;
    margin-bottom: 15px;
}
.product .title{
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
.product .title-info{
    font-size: 14px;
    color: #555;
    text-align: center;
    width: 57%;
    margin: 0 auto 50px;
    line-height: 26px;
}
.product .title span {
    border-bottom: 10px solid #00A0E9;
    padding-bottom: 20px;
}

.product-page-header{
    padding-top: 120px;
    padding-bottom: 30px;
}
.product-page-header h2{
    color: #00A0E9;
    font-weight: 600;
}
.product-page-body{
    background-color: #F7F7F5;
}
.product-page-body-left{
    padding: 30px 15px;
}
.productImg{
    padding: 0;
}
.productImg img{
    width: 100%;
    max-width: 100%;
    height: 200px;
}
.pt-1-right{
    padding: 0;
    height: 396px;
}
.pt-1-top{
    height: 50%;
}
.pt-1-top-text{
    position: relative;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.pt-1-top-text img{
    position: relative;
    height: 198px;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    transition: all .5s ease 0s;
}
.pt-1-top-text img:hover{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.pt-1-top-text-title a{
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
    text-decoration: none;
}
.pt-1-top-text-title a:hover{
    color: #00A0E9;
}

.pt-1-top-text-body{
    position: absolute;
    top: 50%;
    font-size: 14px;
    color: #333;
    padding: 0 50px;
}
.pt-1-bottom{
    height: 50%;
    background: rgba(220, 241, 186, 0.9);
    position: relative;
}
.pt-1-bottom-text{
    font-size: 14px;
    color: #00A0E9;
    padding: 0 50px;
    position: absolute;
    top:15%;
}
.pt-1-bottom-text-title{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #00A0E9;
    line-height: 1;
    margin:40px 0;
    text-align: center;
}

.pt-1-bottom-text-title .number {
    /*display: inline-block;*/
    margin-left: 30px;
    font-size: 56px;
    color: #00A0E9;
}

.img_box{
    position: relative;
}
.imgZoom{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.imgZoom img {
    width: 100%;
    transition:all 0.3s;
    height: 454px;
    border: 0;
    opacity: 0.8;
}
.imgZoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.l_box{
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.l_box img {
    width: 100%;
    transition:all 0.3s;
    border: 0;
}
.l_box:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.pd {
    padding: 30px 50px;
    background: #f5f6f7;
    background: -webkit-gradient(linear,top left, bottom right, from(#f5f6f7), to(#e8e8e9));
    background: -webkit-linear-gradient(left,#f5f6f7,#e8e8e9);
}

ul.row {
    padding-left: 0;
    list-style-type: none;
}

.img-item{
    width: 100%;
    height: 172px;
}
.name{
    margin-top: 5px;
    font-size: 18px;
    line-height: 40px;
    color: #404040;
    text-align: center;
}
.desc{
    margin:30px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.text_more {
    color: #fff;
    background: #aace39;
    display: inline-block;
    width: 115px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    margin-right: 2px;
    vertical-align: middle;
}
.jt {
    display: inline-block;
    width: 43px;
    height: 45px;
    background-image: url('../images/btn.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -86px 0;
    background-color: #aace39;
}
.more:hover{
    text-decoration: none;
}

.box-title {
    color: #333333;
    /*opacity: 1;*/
    width: 100%;
    padding: 8% 0;
}

.box-title .title_en,.news .title_en {
    font-size: 48px;
    font-family: Titillium;
    line-height: 50px;
    margin-bottom: 15px;
}
.box-title .title,.news .title  {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 20px;
}
.box-title span {
    display: block;
}
.info{
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.intro{
    background-repeat: no-repeat;
    background-image: url('../images/introbg.jpg');
    background-size: 100%;
    background-position: top;
    background-color: #f4f4f4;
    width: 100%;
    max-height: 800px;
    height: 800px;
    visibility: inherit;
    padding: 0;
    position: relative;
}
/*.intro-wrap {
    width: 100%;
    height: 100%;
    background-color:#fff;
    opacity: 0.5;
    margin: 0 auto;
}*/
.p-2-bottom:first-child{
    padding-left: 0;
}
.p-2-bottom:last-child{
    padding-right: 0;
}
.p-2-bottom-box-link:hover{
    text-decoration: none;
}
.p-2-bottom-box{
    overflow: hidden;
    height: 348px;
    position: relative;
}
.p-2-bottom-box:hover .p-2-bottom-box-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.p-2-bottom-box:hover .p-2-bottom-box-text{
    color: #fff;
    background: rgba(90, 179, 85,1);
}
.p-2-bottom-box:hover .p-2-bottom-box-text:before{
    display: block;
}
.p-2-bottom-box:hover .p-2-bottom-box-text:after{
    display: block;
}
.p-2-bottom-box-img{
    width: 100%;
    transition: all .8s ease 0s;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.p-2-bottom-box-text:before{
    display: none;
    content:'';
    height: 1px;
    width: 90px;
    background-color:rgba(237,237,237,0.3);
    position: absolute;
    top: 50%;
    left: 5%;
}
.p-2-bottom-box-text:after{
    display: none;
    content:'';
    height: 1px;
    width: 90px;
    background-color:rgba(237,237,237,0.3);
    position: absolute;
    top: 50%;
    right: 5%;
}
.p-2-bottom-box-text{
    position: relative;
    font-size: 22px;
    color: #000;
    text-align: center;
    background-color: #FFF;
    padding: 25px 30px 30px 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.p-3{
    background-color: #f4f4f4;
}
.p-3-title{
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}
.p-3-subtitle{
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.p-3-subtitle-1{
    color: #00A0E9;
    padding:5px 15px 5px 0;
}
.p-3-subtitle-center{
    border:1px solid #00A0E9;
}
.p-3-subtitle-2{
    color: #333;
    padding: 5px 0 5px 15px;
}
.p-3-product:hover .p-3-product-text{
    color: #00A0E9;
}
.p-3-product-img,.p-3-product-text{
    padding: 5px 8px;
}
.p-3-product-img img{
    width: 100%;
}
.p-3-product-text{
    color:#333;
}
.p-3 a{
    color: #333;
}
.p-3 a:hover, .p-3 a:focus{
    color: #00A0E9;
    text-decoration: none;
}
#p-3-uv{
    color: #00A0E9;
}
.box2{
    margin-top: 62px;
}
.l_box {
    float: left;
    width: 40%;
}

.r_box {
    float: right;
    width: 60%;
}

.about-pd{
    
    padding: 35px 40px 42px 20px;
    background: url('../images/long_pic.jpg') left center no-repeat;
}
.about-tit1 {
    font-size: 48px;
    color: #292929;
    line-height: 1;
    margin-bottom: 20px;
    font-family: Titillium;
}
.about-tit2 {
    font-size: 33px;
    color: #292929;
    line-height: 1;
    margin-bottom: 20px;
}
.about-line {
    width: 50%;
    height: 3px;
    background: #c4c4c4;
    margin-bottom: 30px;
}
.about-info {
    font-size: 16px;
    color: #332e3a;
    line-height: 25px;
    margin-bottom: 20px;
}
.common_btn {
    margin-left: 50%;
}

.news a{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}
.news a:hover .news_btn{background: #00A0E9}
.news a:hover .pic_area img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.riqi {
    margin-bottom: 10px;
}
.pr {
    position: relative;
}
.yueri {
    font-size: 36px;
    color: #00A0E9;
    line-height: 1;
}
.year {
    font-size: 16px;
    color: #00A0E9;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.news .title {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pic_area {
    margin-bottom: 30px;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.pic_area img {
    width: 100%;
    transition:all 0.3s;
    height: 100%;
    /*vertical-align: top;*/
    border: 0;
}
.dec {
    color: #555;
    line-height: 1.8;
    height: 5.4em;
    margin-bottom:10px; 
    overflow: hidden;
    white-space: normal;
}
.news_btn {
    padding: 5px 10px;
    background: #9D9D9D;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s all ease;
}

#canvas_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#canvas_box #anitOut {
    width: 100%;
    height: 100%;
}
.number_box{
    padding: 40px 0;
    text-align: center;
}
.number_box .number {
    font-size: 65px;
    font-family: Impact;
    color: #fff;
    line-height: 1;
}
.number_box .line {
    width: 30px;
    height: 1px;
    background-color: #aeaeae;
    margin: 15px auto;
}
.number_box .info {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/*边栏*/
.menu_list{
    width:80%;
    margin:0 auto;
}
.menu_head{
    height:47px;
    line-height:47px;
    padding-left:38px;
    font-size:14px;
    color:#525252;
    cursor:pointer;
    border:1px solid #e1e1e1;
    position:relative;
    margin:0px;
    font-weight:bold;
}


.menu_body{
    line-height:45px;
    border-left:1px solid #e1e1e1;
    background:#fff;
    border-right:1px solid #e1e1e1;
}
.menu_body a{
    display:block;
    height:45px;
    line-height:45px;
    padding-left:38px;
    color:#777777;
    background:#fff;
    text-decoration:none;
    border-bottom:1px solid #e1e1e1;
}
.menu_current{
    font-weight: 700;
}
.menu_body a:hover{
    color: #00A0E9;
    text-decoration:none;
}


