/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/* banner 开始 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.fullSlide .bd {
    height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 35px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #bfbfbf;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.fullSlide .hd ul .on {
    width: 40px;
    background: #3890d5;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fullSlide .prev {
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    left: 10%;
}

.fullSlide .next {
    background-position: -6px -137px;
    right: 10%;
}

/* banner 结束 */


/* animated home */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 {
    animation-delay: 0.3s;
}

.animated_2 {
    animation-delay: 0.6s;
}

.animated_3 {
    animation-delay: 0.9s;
}

.animated_4 {
    animation-delay: 1.2s;
}

.animated_5 {
    animation-delay: 1.5s;
}

.animated_6 {
    animation-delay: 1.8s;
}

.animated_7 {
    animation-delay: 2.1s;
}

.animated_8 {
    animation-delay: 2.4s;
}

.animated_9 {
    animation-delay: 2.7s;
}

.animated_10 {
    animation-delay: 3s;
}

.animated_11 {
    animation-delay: 3.3s;
}

.animated_12 {
    animation-delay: 3.6s;
}

/* animated end */


/*产品*/

.in_products_xx {
    padding-top: 46px;
    background: #f9f9f9;
    padding-bottom: 60px;
}


.in_products {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 34px;
}


.in_products_l {
    float: left;
    width: 240px;
    overflow: hidden;
    background: #fff;
    border-top: 0;
}

.in_products_lbox {
    padding: 0 14px;
}


.pl_fflss {
    color: #fff;
    height: 80px;
    background: #3890d5;
    text-align: center;
}

.pl_fflss h3 {
    line-height: 80px;
    font-size: 20px;
    color: #fff;
}



.sideMen {
    height: 1142px;
    overflow: hidden;
}


.in_products_l_3 {
    height: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
}


.in_products_l_3 a {
    display: block;
    color: #3890d5;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 24px;
    padding-right: 5px;
    font-weight: bold;
    background: url(../images/cp_fd1.png) no-repeat 8px;
}



.in_products_l_er {
    padding-top: 5px;
}

.in_products_l_er ul {
    height: 108px;
    overflow: hidden;
}

.in_products_l_er ul li {
    height: 36px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
}


.in_products_l_er ul li a {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding-left: 8px;
}

.in_products_l_er ul li a:hover {
    color: #3890d5;
    padding-left: 12px;
}

.in_products_l_more {
    display: block;
    height: 36px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-align: right;
    padding-bottom: 7px;
    border-bottom: 1px solid #dddddd;
}

.in_products_l_more a {
    display: block;
    line-height: 36px;
    color: #3890d5;
}






.in_products_r {
    width: 960px;
    float: right;
    overflow: hidden;
}



#tab {
    height: 45px;
    border-bottom: 1px solid #dddddd;
    margin-left: 16px;
}


#tab .tab_menu {
    height: 45px;
}


#tab .tab_menu li {
    float: left;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    background: #eeeeee;
    margin-right: 10px;
}


#tab .tab_menu li.on {
    background: #3890d5;
    color: #fff;
}


.in_products_r .tab_box {
    margin-top: 32px;
}

.in_products_r .tab_box .hide {
    display: none;
}


.in_products_pro {
    position: relative;
}

.in_pro_2 {
    float: left;
    width: 288px;
    margin: 0 0 29px 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    background: #fff;
    border: 1px solid #dddddd;
}


.in_pro_2 .in_pro_1pic {
    width: 100%;
    height: 229px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.in_pro_2 .in_pro_1pic img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    object-fit: contain;
}


.in_pro_txt {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 16px;
    padding-bottom: 12px;
}


.in_pro_txt h6 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background: url(../images/cp_d1.png) no-repeat right;
    border-bottom: 1px solid #dddddd;
}


.in_pro_txt h6 a {
    color: #666666;
    padding: 0 48px 0 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro_txt h5 {
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    color: #666666;
    padding-top: 12px;
    overflow: hidden;
}


.in_pro_2:hover {
    border: 1px solid #3890d5;
}

.in_pro_2:hover .in_pro_txt a {
    color: #3890d5;

}




.a_tite_box {
    width: 1200px;
    margin: 0 auto;
}


.a_tite {
    height: 82px;
    float: left;
    background: url(../images/in_x1.png) no-repeat left bottom;
}


.a_tite h3 {
    line-height: 1;
    font-size: 24px;
    color: #333;
    padding-top: 12px;
}

.a_tite h5 {
    line-height: 1;
    font-size: 24px;
    color: #3890d5;
    font-family: Arial;
}




.a_tite_more {
    width: 145px;
    height: 40px;
    float: right;
    margin-top: 15px;
    position: relative;
    z-index: 5;
}

.a_tite_more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3890d5;
    z-index: -1;

    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform: skewX(-22deg);
}


.a_tite_more a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 48px;
}


.a_tite_more a:hover {}



/*领域*/

.in2_lingyu {
    width: 100%;
    padding-top: 68px;
    background: url(../images/yy_bg.jpg) no-repeat center bottom;
}


.in2_lingyu_1 {
    width: 1200px;
    margin: 0 auto;
}


.in2_lingyu_2_t {
    height: 40px;
    color: #d1d1d1;
    font-size: 36px;
    text-transform: uppercase;
}


.in2_lingyu_3x {
    float: left;
    width: 525px;
}

.in2_lingyu_3_t1 {
    width: 1px;
    height: 35px;
    background: #dddddd;
    margin-top: 10px;
}

.in2_lingyu_3_t2 {
    line-height: 20px;
    font-size: 18px;
    color: #333333;
}


.in2_lingyu_6 {}


.in2_lingyu_3 {
    line-height: 40px;
    height: 200px;
    overflow: hidden;
    padding: 0px 0 0 0;
    font-size: 15px;
    color: #666666;
}


.in2_lingyu_5 {
    padding-top: 58px;
}


.in2_ab_anxx {
    width: 150px;
    height: 45px;

    margin-top: 36px;
}

.in2_ab_anxx a {
    display: block;
    line-height: 45px;
    background: #3890d5;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


/*简介end*/


.in2_lingyu_4a {
    height: 61px;
}


.in2_lingyu_4c {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    padding-top: 18px;
}


.in2_lingyu_3 {
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    padding: 15px 0 0 0;
    font-size: 14px;
    color: #666666;
}



.in2_lingyu_4 {
    width: 1200px;
    height: 129px;
    margin: 0 auto;
}


.in2_lingyu_4_2 {
    float: left;
    width: 198px;
    height: 90px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    padding-top: 32px;
}


.in2_lingyu_4_line {
    width: 2px;
    height: 129px;
    background: url(../images/yy_line.png) no-repeat center;
    float: left;
}


.in2_lingyu_4_2 span {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 20px;
    margin-top: 8px;
}


.in2_lingyu_4_2 a {
    color: #666666;
}


.in2_lingyu_4_2 i {
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.in2_lingyu_4_2 i.d1 {
    background: url(../images/yy_d1.png) no-repeat 0 0;
}

.in2_lingyu_4_2 i.d2 {
    background: url(../images/yy_d2.png) no-repeat 0 0;
}

.in2_lingyu_4_2 i.d3 {
    background: url(../images/yy_d3.png) no-repeat 0 0;
}

.in2_lingyu_4_2 i.d4 {
    background: url(../images/yy_d4.png) no-repeat 0 0;
}

.in2_lingyu_4_2 i.d5 {
    background: url(../images/yy_d5.png) no-repeat 0 0;
}

.in2_lingyu_4_2 i.d6 {
    background: url(../images/yy_d6.png) no-repeat 0 0;
}



.in_yyimg {
    float: right;
    width: 596px;
    height: 456px;
    position: relative;
}


.in_yyimg_li {
    float: left;
    width: 256px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    margin: 0 20px 20px 0;
}


.yy_imgscale_x {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.yy_imgscale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}


.yy_imgscale img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f2f2f2;
}





/*领域end*/




/*简介*/


.in2_about {
    width: 100%;
    padding-top: 68px;
    background: #f9f9f9;
}


.in2_about_1 {
    width: 1200px;
    margin: 0 auto;
}


.in2_about_2_t {
    height: 40px;
    color: #d1d1d1;
    font-size: 36px;
    text-transform: uppercase;
}


.in2_about_3x {
    float: left;
    width: 710px;
}


.in2_about_3_t2 {
    line-height: 30px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}


.in2_about_6 {
    padding-top: 14px;
}


.in2_about_3 {
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #666666;
}


.in2_about_5 {
    padding-top: 35px;
}


.in2_about_an {
    width: 150px;
    height: 45px;
    margin-top: 40px;
}



.in2_about_an a {
    display: block;
    line-height: 45px;
    background: #3890d5;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


.about_rr {
    float: right;
    width: 426px;
    height: 364px;
    position: relative;
    background: url(../images/ab_kk.png) no-repeat right top;
}

.about_rr_img {
    width: 355px;
    height: 230px;
    overflow: hidden;
    padding-top: 65px;
}


/*简介end*/





/*风采*/



.in_fctit {
    height: 30px;
    line-height: 30px;
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: url(../images/fcc_line.png) no-repeat center;
}


.in_fcbg {
    width: 100%;
    height: 402px;
    padding-top: 45px;
    background: #f9f9f9;
}


.in_fcbox {
    width: 1226px;
    margin: 0 auto;
    margin-top: 45px;
}


.fccone_2 {
    float: left;
    width: 280px;
    margin: 0 13px 0 13px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
}


.fccone_2 .fccone_1pic {
    width: 100%;
    height: 210px;
    overflow: hidden;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}


.fccone_2 .fccone_1pic img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    object-fit: contain;
    background: #fff;
}


.fccone_txt {
    margin-top: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.fccone_txt i {
    display: block;
    position: relative;
    overflow: hidden;
}

.fccone_txt i h5 {
    height: 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.fccone_txt i h5 a {
    color: #666666;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 10px;
    line-height: 30px;
    text-align: center;
}

.fccone_2:hover .fccone_1pic {
    border: 1px solid #3890d5;
}

.fccone_2:hover .fccone_txt i h5 a {
    color: #3890d5;
}


/*风采end*/


/*新闻11*/


.in_news_pro_aa {
    width: 100%;
    margin-top: 68px;
}

.in_news_aapro {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}


.tab_news {
    width: 100%;
    height: 24px;
}

.tab_news h3 {
    font-size: 18px;
    color: #3890d5;
    line-height: 24px;
}

.tab_news h3 a {
    color: #3890d5;
}

.tab_news h3 a:hover {
    font-weight: bold;
}

.tab_news_mt {
    margin-top: 36px;
}




.in_news_aa1 {
    float: left;
    width: 762px;
    height: auto;
    margin: 0 auto;
}


.in_news_aa2 {
    width: auto;
    background: #fafbfc;
    margin-top: 23px;
}





.in_news_pro_five {
    overflow: hidden;
    width: 340px;
    float: left;
    margin-left: 20px;
}

.in_news_pro_five ul {
    padding-top: 15px;
}

.in_news_pro_five ul li {
    height: 51px;
    line-height: 51px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 1px dashed #cccccc;
}


.in_news_pro_five ul li a {
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px 0 0;
    color: #333333;
}


.in_news_pro_five ul li span {
    float: right;
    color: #999999;
}

.in_news_pro_five ul li:hover a {
    padding-left: 5px;
    color: #3890d5;
}



.faq_r {
    float: right;
    width: 400px;
}

.faq_por {
    margin-top: 23px;
}

.faq_porimg {
    width: 100%;
    height: 238px;
    overflow: hidden;
}


.faq_porimg img {
    width: 100%;
    height: 238px;
    transition: all 0.5s;
    transform: scale(1);
    background: #f2f2f2;
    object-fit: contain;
}

.faq_porimg a:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}


.in_news_pro_thr {
    overflow: hidden;
}

.in_news_pro_thr ul {
    padding-top: 20px;
}

.in_news_pro_thr ul li {
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 1px solid #dddddd;
}


.in_news_pro_thr ul li a {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px 0 0;
    color: #333333;
}


.in_news_pro_thr ul li span {
    float: right;
    color: #999999;
}

.in_news_pro_thr ul li:hover a {
    padding-left: 5px;
    color: #3890d5;
}






/*---*/

.in_newss_6 {
    float: left;
    width: 380px;
    height: 245px;
}


.in_newss_6_1 {
    float: left;
    width: 380px;
    height: 245px;
    overflow: hidden;
}

.in_newss_6_1 img {
    width: 380px;
    height: 245px;
    transition: all 0.5s;
    transform: scale(1);
    object-fit: contain;
    background: #f2f2f2;
}

.in_newss_6_1 a:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}



.in_faq {
    width: 1178px;
    height: 118px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
}

.in_faq_t {
    float: left;
    width: 105px;
    height: 118px;
}

.in_faq_t h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 18px 0 0 24px;
    color: #2088e7;
    text-transform: uppercase;
    font-family: Arial;
}

.in_faq_t h3 a {
    color: #FFF;
}

.in_faq_t h4 {
    font-size: 18px;
    padding: 0 0 0 24px;
    color: #333;
}


.in_faq_1 {
    float: right;
    width: 1070px;
    height: 118px;
    overflow: hidden;
}

.in_faq_x {
    float: left;
    width: 328px;
    height: 78px;
    margin: 15px 14px 0 14px;
}

.in_faq_a {
    height: 30px;
    line-height: 30px;
    background: url(../images/wen.png) 0 no-repeat;
    padding-left: 40px;
    color: #333333;
    overflow: hidden;
}

.in_faq_q {
    background: url(../images/da.png) 0 0 no-repeat;
    padding-left: 40px;
    height: 48px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    margin-top: 8px;
}

.in_faq_q a {
    color: #666666;
}

.in_faq_q a:hover {
    color: #d51800;
}

/*新闻end*/




/*新闻11end*/



/*新闻*/


.news {
    width: 100%;
    margin-top: 95px;
    padding-top: 56px;
    background: #f9f9f9;
    padding-bottom: 85px;
}


.news_pro {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}


.in_news_pro_s {
    width: 100%;
}

.in_news_pro {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}


#tab_news {
    width: 100%;
}

.in_news_1 {
    float: left;
    width: 380px;
    height: auto;
}

.in_news_z {
    float: left;
    width: 380px;
    height: auto;
    margin-left: 30px;
}

.in_news_rr {
    float: right;
    width: 380px;
    height: auto;
}


.in_news_2 {
    width: auto;
    position: relative;
    margin-top: 30px;
}


.in_newss_4 {}

.in_newss_4_1 {
    width: 100%;
    height: 240px;
    overflow: hidden;
}


.in_newss_4_1 img {
    width: 100%;
    height: 240px;
    transition: all 0.5s;
    transform: scale(1);
    object-fit: contain;
    background: #fff;
}

.in_newss_4_1 a:hover img {
    transition: all 0.5s;
    transform: scale(1.04);
}


.in_news_pro_5 {
    overflow: hidden;
    background: #fff;
    padding: 8px 10px 25px 10px;
}

.in_news_pro_5 ul li {
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 1px solid #dddddd;
}


.in_news_pro_5 ul li a {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 10px 0 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.in_news_pro_5 ul li span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.in_news_pro_5 ul li:hover {
    border-bottom: 1px solid #3890d5;
}

.in_news_pro_5 ul li:hover a {
    padding-left: 5px;
    color: #3890d5;
}


/*新闻end*/