﻿/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2022-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2022/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:14px; line-height:1.6; color:#000; background:#fff;}
a{color:inherit;}
a:hover { color:#da7e15;}
::-moz-selection {color:#fff; background:#da7e15; }
::selection {color:#fff; background:#da7e15; }
::-webkit-input-placeholder { color:#aaa; }
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */

/*header-top02-主导航*/
.page_nav { float:right; width:63%; font-size:15px; color:#ffffff; }
.page_nav .nav_li { float:left; width:14%; }
.page_nav .nav_li > a { display:block; position:relative; padding:15px 0 24px; text-align:center; }
.page_nav .nav_li:hover > a:after {content:''; display:block; position:absolute; bottom:0; left:50%; margin-left:-10px; width:0; height:0; border-style:dashed dashed solid dashed; border-width:0 9px 10px 9px; border-color:transparent transparent #ffffff transparent; }

.mobile_key{ display:none; float:right; font-size:30px; color:#da7e15; }

/*下拉订购*/
.header .order_cons_wrap { display:none; position:absolute; top:100%; left:0; width:100%; }

/*通用样式*/
/*动画*/
.header .tops,
.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*图片*/
.rect-50 { padding-bottom:50%; }
.rect-53{padding-bottom: 53%;}
.rect-152{padding-bottom: 152%;}
.rect-35{padding-bottom: 35%}
.rect-84{padding-bottom: 84%}
.rect-70{padding-bottom: 70%;}
/*翻入式动画*/
.rolling  .rolling_box {
    -webkit-perspective:1300px;
    -o-perspective:1300px;
    -ms-perspective:1300px;
    perspective:1300px;
    -webkit-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.rolling .rolling_box .is_animated {
    -webkit-transition-duration:1.2s;
    -webkit-transition-property:-webkit-transform,opacity;
    -webkit-transition-delay:.15s;
    -webkit-transition-timing-function:'ease-in-out';
    -moz-transition-duration:1.2s;
    -moz-transition-property:all;
    -moz-transition-delay:.15s;
    -moz-transition-timing-function:'ease-in-out';
    -o-transition-duration:1.2s;
    -o-transition-property:transform,opacity;
    -o-transition-delay:.15s;
    -o-transition-timing-function:'ease-in-out';
    -ms-transition-duration:1.2s;
    -ms-transition-property:transform,opacity;
    -ms-transition-delay:.15s;
    -ms-transition-timing-function:'ease-in-out';
    transition-duration:1.2s;
    transition-property:transform,opacity;
    transition-delay:.15s;
    transition-timing-function:'ease-in-out';
    -webkit-transform:rotatex(-80deg) translateZ(0);
    -ms-transform:rotatex(-80deg) translateZ(0);
    transform:rotatex(-80deg) translateZ(0);
    -webkit-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0
}
.rolling .rolling_box .is_animated.revealed {
    -webkit-transform:rotatex(0) translateZ(0);
    -ms-transform:rotatex(0) translateZ(0);
    transform:rotatex(0) translateZ(0);
    opacity:1
}


.rolling .rolling_box .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling .rolling_box .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling .rolling_box .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling .rolling_box .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling .rolling_box .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling .rolling_box .tansDelay1000{transition-delay: 1s;-webkit-transition-delay: 1s;}
/*下层共有样式*/
/*1366px*/
.maxWrap{max-width:1366px;margin-left: auto;margin-right: auto;}
/*下层通用banner*/
.cbanner{position: fixed;top:0;width:100%;z-index: 2;height: 403px;}
.cbanner .bg_img{display:block; height:403px; text-align:center; overflow:hidden;position:relative; }
.cbanner .bg_img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 0;
    height: 100%;
    max-width: none;
 }
 /*下层banner图漂浮*/
 .posi_{position: relative;left:0;top: 158px;height: 200px;z-index: 10;}
 .posi_ .title{font-size: 36px;color:#fff;font-weight: normal;}
 .posi_ .bread{position:relative;}
 .posi_  .bread ul li{float:left;color:#fff;}
 .posi_  .bread ul li a{padding:0 5px;}
 .posi_ .mouse{
    width: 31px;
    height: 50px;
    background: url("../img/mouse.png");
    margin-left: 1%;
    margin-top: 2%;
    cursor:pointer;
}
/*下层鼠标点击*/
 .posi_ .mouse .ball {
    position: relative;
    width: 6px;
    height: 6px;
    left: 6%;
    margin-left: 11px;
    top: 10px;
    display: block;
    background: url("../img/mouse2.png");
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    transition: 300ms;
    -webkit-transition: 300ms;
}
@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        top: 35px;
        opacity: 0;
    }
}
/*下层二级导航*/
.subnavs{position:relative;background-color: #efefef;z-index: 10;margin-top: 168px;}
.subnavs .sub_ li{height:64px;line-height: 64px;}
.subnavs .sub_ li a{padding:0 25px;border-right:1px solid #cbcbcb;}
.subnavs .sub_ li.cur a{color:#00489d;}
.subnavs .sub_ ul .li06{border-right:none;}
/*page*/
/* page-1 start*/
 .page{font-size: 12px; color: #777777; text-align: center; margin-top: 70px;margin-bottom: 55px;}
 .page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
 .page .goprev{margin-right: 10px;}
 .page .gonext,.page .count {margin-left: 10px;}
 .page i{color: #777777;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;}
 .page a:hover,.page span{color:#fff; background: #0081e8;}
 .page span.count { border: 0;background: 0;color: #777777;}
 .album_wrap .slide_wrap img { max-height: 80%!important;}

/*产品定制共有部分*/
.order_cons{position: relative;overflow: hidden;padding:54px 0;background-color: #f9f9f9;z-index: 20;}
.order_cons .part02_l{position: relative;overflow: hidden;width:62%;margin-left: 1%;}
.order_cons .part02_l .info_{padding-top:35px;}
.order_cons .part02_l .info_ .title{font-size: 26px;color:#272727;text-align: left;}
.order_cons .part02_l .info_ .desc_{font-size: 14px;color:#5a5a5a;text-align: left;margin-top: 10px;}
.order_cons .part02_l .msg_form{position: relative;overflow: hidden;padding-top: 24px;}
.order_cons .part02_l .msg_form .rec_list{}
.order_cons .part02_l .msg_form .rec_list ._rec{height: 48px;line-height: 48px;width:40%;
padding-right: 7%;margin-right: 3%;float:left;margin-bottom: 15px;background-color: #efefef;position:relative;}
.order_cons .part02_l .msg_form .rec_list ._bd {
    width: 93%;
    padding-right: 7%;
    border: none;
    height: 46px;
    line-height: 46px;
    background-color: #efefef;
    text-indent: 30px;
}
.order_cons .part02_l .msg_form .rec_list ._rec .idsb{background:url(../img/images/idsb_03.png)
    no-repeat center right;width:20px;height: 20px;margin-top: 13px;overflow: hidden;
display: inline-block;padding: 0;position:absolute;right: 13px;top:2px;}
.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb01{background-position: 0 -6px;}
.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb02{background-position: -26px -6px;}
.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb03{background-position: 0px -31px;}
.order_cons .part02_l .msg_form .rec_list ._rec .idsb.idsb04{ background-position: -26px -31px;}
.order_cons .part02_l .msg_form .rec_list ._rec05 ._hd{
     width: 97%;
    border: none;
    padding: 20px 0;
    height: 90px;
    background: #f5f5f5;
    outline: none;
    text-indent: 20px;
    float: left;
}
.order_cons .part02_l .msg_form .btn_list ._btn_msg{height: 44px;line-height: 44px;width:200px;text-align: center;background-color: #da7e15;font-size: 14px;color:#fff;border:none;padding:0;margin-top:8px;cursor: pointer;}

.order_cons .part02_r{position:relative;padding:50px 0 126px 30px;width:28%;margin-left: 3%;
background:url(../img/images/dingzhi_right_03.png) #fff100  no-repeat  bottom right;float:right;}
.order_cons .part02_r .cust_ .cust_t{margin-bottom: 30px;}
.order_cons .part02_r .cust_ .cust_t .title{font-size: 26px;color:#010101;text-align: left;}
.order_cons .part02_r .cust_ .cust_t p{font-size: 14px;color:#000000;text-align: left;margin-top: 5px;}
.order_cons .part02_r .cust_ .cust_c {margin-bottom: 20px;text-align: left;font-size: 16px;color:#161616;}
.order_cons .part02_r .cust_ .cust_c a{font-size: 14px;color:#020202;margin-right: 10px;}
.order_cons .part02_r .cust_ .cust_b{text-align: left;font-size: 16px;color:#161616;}
.order_cons .part02_r .cust_ .cust_b a{font-size: 14px;color:#020202;}

/*
date 2022-12-16
author zhangjun
*/


/*产品定制*/
/*pro_cust--content*/
.product_cust .part01{position: relative;padding-top: 70px;z-index: 20;background-color: #fff;padding-bottom: 50px;}
.product_cust .part01 .job-sear{ padding:43px 0 27px 30px; border:10px #ededed solid; margin-bottom:50px;}
.product_cust .part01 .job-sear .t-pt{font-size:14px; color: #5a5a5a;
font-weight: bold;float: left;line-height:32px;padding: 0 15px 0 5px; text-transform:uppercase;}
.product_cust .part01 .job-sear .t-area{ float:left; width:22.5%; height:30px; padding-left:10px; line-height:30px; border:1px solid #eee;  text-indent:5px; margin-right:5%;background-color: #fff;}
.product_cust .part01 .job-sear .t-area ._val{color:#a9a9a9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product_cust .part01 .job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(../img/job-areaico.gif) no-repeat; }
.product_cust .part01 .job-sear .t-area ._option{ top:30px;}
.product_cust .part01 .job-sear .t-area ._option a { padding-left:10px; background-color:#ffffff; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }

.product_cust .part01 .job-sear .sear_input{ float:left; margin-right:3%; width:25%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.product_cust .part01 .job-sear .sear_input input { text-indent:10px; }
.product_cust .part01 .job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.product_cust .part01 .job-sear ._submit{ border:0; width:20%; height:30px; line-height: 30px;background-color:#00489d;padding: 0;float:left;font-size:14px; color:#fff;cursor: pointer; text-transform:uppercase;}
.product_cust .part01 .job-sear .sear_input button i{ display:block;background:url(../img/job-searico.png) no-repeat; width:100%; height:100%;}
.product_cust .part01 .job-sear ._submit:hover{ background-color:#0266b1;}

.product_cust .part01 .category ._list { margin-bottom: 20px; }
.product_cust .part01 .category ._list span {width: 65px; font-size: 13px; color: #353535;font-weight: bold; }
.product_cust .part01 .category ._list .pro_list{float:left;width:92%;}
.product_cust .part01 .category .sec_list { padding-left: 138px; display: none; }
.product_cust .part01 .category .sear { line-height: 32px; }
.product_cust .part01 .category .sear form { border: #ececec solid 1px;}
.product_cust .part01 .category .sear ._txt { height: 30px; line-height: 30px; background: #fff; text-indent: 10px; border: none; width: 200px; font-family: "MicroSoft Yahei"; }
.product_cust .part01 .category .sear button { margin: 0; padding: 0; width: 34px;height: 36px;line-height: 38px;background: #ec1b24; border: none; cursor:pointer;}
.product_cust .part01 .category .sear button i { color: #fff; font-size: 24px; margin: 0;font-weight: normal;}
.product_cust .part01 .category { /*padding: 20px;*/ margin-bottom: 40px;}
.product_cust .part01 .category a { margin-right: 35px;padding-bottom: 10px;display: block;float: left;}
.product_cust .part01 .category a i { display: inline-block; background: url(../img/images/ic_03.png) no-repeat 0 -17px; width: 17px; height: 17px; vertical-align: middle; margin-right: 6px; }
.product_cust .part01 .category a.active i { background-position: 0 0; }
.product_cust .part01 .bottom{padding:20px 0 0;}
.product_cust .part01 .bottom ul li{position: relative;background-color: #f4f4f4;padding:62px 3.5% 24px 3.5%;width:25%;float:left;margin-right:1%;overflow: hidden;margin-bottom: 20px;}
.product_cust .part01 .bottom ul li .rect-70{overflow: visible;}
.product_cust .part01 .bottom ul li .mask_{    margin-top: 45px;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}
.product_cust .part01 .bottom ul li .mask_ .title{font-size: 16px;color:#000000;margin-bottom: 16px;margin-top: 40px;}
.product_cust .part01 .bottom ul li .mask_ .p{font-size: 14px;color:#5a5a5a;}
.product_cust .part01 .bottom ul li .info_{width:100%;height: 100%;position:absolute;left:0;top:100%;opacity:0;
filter: alpha(opacity=0);transition: all .3s ease;background-color: rgba(255,241,0,.8)}
.product_cust .part01 .bottom ul li:hover .info_{top:0;opacity:1;filter:alpha(opacity=100);}
.product_cust .part01 .bottom ul li .info_ ._mask{margin-top: 357px;text-align: center;transition-delay: .2s;
    -webkit-transition-delay: .2s;}
.product_cust .part01 .bottom ul li .info_  img{
    position: absolute;
    left: 50%;
    margin-top: -34px;
    top: 42%;
    margin-left: -34px;}
.product_cust .part01 .bottom ul li .info_ ._mask .title{font-size: 16px;color:#fff;margin-bottom: 16px;}
.product_cust .part01 .bottom ul li .info_ ._mask .p{font-size: 14px; color: #fff;}

.product_cust .part01 .bottom ul li:hover .info_ ._mask{margin-top: 357px;text-align: center;transition-delay: .2s;
    -webkit-transition-delay: .2s;}
.product_cust .part01 .bottom ul li:hover .info_ ._mask img{
         position: absolute;
    left: 50%;
    margin-top: -34px;
    top: 42%;
    margin-left: -34px;}
.product_cust .part01 .bottom ul li:hover .info_ ._mask .title{font-size: 16px;color:#fff;margin-bottom: 16px;}
.product_cust .part01 .bottom ul li:hover .info_ ._mask .p{font-size: 14px; color: #fff;}

.product_cust .part01 .spinner{margin-top: 70px;width:100%;}
.product_cust .part01 .spinner  ._down_more .loading {
    width: 20px;
    height: 20px;
    background: url(../img/loading2.gif) no-repeat center;
    display: none;
    background-size: 100% 100%;
    position: absolute;
    left: 75%;
    top: 11px;
}
.product_cust .part01 .spinner ._down_more{
    height: 42px;width:20%;position:relative;
    line-height: 42px;
    border: 1px solid #cbcbcb;
    font-size: 14px;font-weight: bold;color:#000;display:block;margin-left: 40%;
}
.product_cust .part01 .spinner ._down_more p{margin-left: 20%;}
.product_cust .part01 .spinner ._down_more .bg_img{
    margin-top: 15px;
    margin-left: 20%;
}
.product_cust .part01 .spinner.cur ._down_more .bg_img{display:none;}
.product_cust .part01 .spinner.cur  ._down_more .loading{display:inline-block;}

/*产品综合*/
/*pro_compre--banner*/
.nbanner{position: fixed;z-index: 2;top:0;width:100%;height: 700px;}
.nbanner .bg_img{display:block; height:700px; text-align:center; overflow:hidden;position:relative;}
.nbanner .bg_img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 0;
    height: 100%;
    max-width: none;
 }
/*pro_compre--content*/
.product_compre{position: relative;z-index: 20;padding: 68px 0 0;}
.product_compre .pro01{position: relative;overflow: hidden;margin-bottom: 50px;}
.product_compre .pro01 .idsz{position: relative;overflow: hidden;height: 463px;}
.product_compre .pro01 .pro_t{position: relative;}
.product_compre .pro01 .pro_t li{width:19.5%;margin-right: 0.5%;position: relative;}
.product_compre .pro01 .pro_t li .mask_{position: absolute;width:100%;height: 100%;left:0;top:100%;
background:rgba(218,126,21,.5);transition: all .5s ease;}
.product_compre .pro01 .pro_t li .mask_ img{position: absolute;left:50%;top:50%;margin-left: -21px;margin-top: -21px;}
.product_compre .pro01 .pro_t li:hover .mask_{top:0;}
.product_compre .pro01 .pro_t li .info_{height: 108px;text-align: center;position: relative;background-color:#CA8160;}
.product_compre .pro01 .pro_t li .info_ .title{font-size: 21px;color:#ffffff;font-weight: normal;position: relative;line-height: 108px;}
.product_compre .pro01 .pro_t li .info_ ._info{position: absolute;left:0;top:100%;width:100%;transition: all .6s ease;height: 100%;background-color:rgb(218,126,21);text-align: center;}
.product_compre .pro01 .pro_t li .info_ ._info .word{font-size: 21px;color:#000;font-weight: normal;margin-top: 25px;}
.product_compre .pro01 .pro_t li .info_ ._info p{color:#000;line-height: 14px;margin: 0 6%;text-align: center;font-size:8px;}

 /*2022-12-20 9:30 zhangjun*/
 /*产品循环问题*/
.product_compre .pro01 .pro_t li:hover .info_ ._info{top:0;}
.product_compre .pro01 .pro_t li.li01{transition-delay: 0s;-webkit-transition-delay: 0s;}
.product_compre .pro01 .pro_t li.li02{transition-delay: .2s;-webkit-transition-delay: .2s;}
.product_compre .pro01 .pro_t li.li03{transition-delay: .4s;-webkit-transition-delay: .4s;}
.product_compre .pro01 .pro_t li.li04{transition-delay: .6s;-webkit-transition-delay: .6s;}
.product_compre .pro01 .pro_t li.li05{transition-delay: .8s;-webkit-transition-delay: .8s;}
.product_compre .pro01 .pro_t li.li01 .info_{background-color:202,129,96,.8;}
.product_compre .pro01 .pro_t li.li02 .info_{background:rgba(202,129,96,.8);}
.product_compre .pro01 .pro_t li.li03 .info_{background:rgba(202,129,96,.8);}
.product_compre .pro01 .pro_t li.li04 .info_{ background:rgba(202,129,96,.8);}
.product_compre .pro01 .pro_t li.li05 .info_{background:rgba(202,129,96,.8);}
.product_compre .pro01 .pro_t li .info_ ._info p img{margin-top: 10px;}

/*2022-12-20 09:30 zhangjun*/
/*以下是删除的部分 start*/

/*以下是删除的部分 end*/

.product_compre .pro02{position:relative;z-index: 20;overflow: hidden;padding-top: 66px;background-color:#fff;}
.product_compre  .biaoti{padding:0 0 50px;}
.product_compre  .biaoti .title{font-size: 34px;color:#000000;text-align: center;margin-bottom: 6.5px;font-weight: normal;}
.product_compre  .biaoti p{font-size: 12px;color:#000;}
.product_compre .pro02 .pro02_l{width:48%;overflow: hidden;height: 632px;
background:url(../img/images/chanpin_d1_03.png) no-repeat center center;
background-position: 100%;position: relative;}
.product_compre .pro02 .pro02_l .pro02_{width:80%;margin:75px 10% 25px 10%;}
.product_compre .pro02 .pro02_l .pro02_ .rect-75{overflow: visible;}
.product_compre .pro02 .pro02_l .pro02_ .rect-70{overflow: visible;}
.product_compre .pro02 .pro02_l .pro02_ span{font-size: 19px;color:#fff;font-weight: normal;
text-align: left;display: inline-block;*display: inline-block;*zoom: 1;}
.product_compre .pro02 .pro02_l .pro02_  .title{font-size: 30px;color:#fff;text-align: left;margin:17px 0  7px 0;}
.product_compre .pro02 .pro02_l .pro02_ p{font-size: 14px;color:#fff;font-weight: normal;text-align: left;}
.product_compre .pro02 .pro02_l .bg_img{margin-top: 20px;}
.product_compre .pro02 .pro02_l .deng{position: absolute;left:0;top:0;right: 0;bottom:0;background: rgba(38,72,107,.7);}
.product_compre .pro02 .pro02_r{width:52%;overflow: hidden; }
.product_compre .pro02 .pro02_r .pro02_t{width:100%;overflow: hidden;height: 316px;
background:url(../img/images/chan_d2_03.png) no-repeat center center;background-position: 100%;position: relative;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_{    width: 85%; margin: 50px 5% 25px 10%;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .rect-35{overflow: visible;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_{width:38%;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ span{font-size: 16px;color:#fff;font-weight: normal;
text-align: left;display: inline-block;*display: inline-block;*zoom: 1;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ .title{font-size: 26px;color:#fff;text-align: left;margin:10px 0  3px 0;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ p{font-size: 13px;color:#fff;font-weight: normal;line-height: 26px;text-align: left;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .bg_img{width:62%;}

.product_compre .pro02 .pro02_r .pro02_b{width:100%;overflow: hidden;height: 316px;
background:url(../img/images/chan_d2_03.png) no-repeat center center;
background-position: 100%;position: relative;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_{width: 85%; margin: 50px 5% 25px 10%;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .rect-35{overflow: visible;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_{width:38%;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ span{font-size: 16px;color:#fff;font-weight: normal;
text-align: left;display: inline-block;*display: inline-block;*zoom: 1;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ .title{font-size: 26px;color:#fff;text-align: left;margin:10px 0  3px 0;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .pro02_t_ p{font-size: 13px;color:#fff;font-weight: normal;line-height: 26px;text-align: left;}
.product_compre .pro02 .pro02_r .pro02_b .pro02_ .bg_img{width:62%;}


.product_compre .pro03{background-color:#fff;z-index: 20;position: relative;overflow: hidden;padding-top: 66px;padding-bottom: 64px;}
.product_compre .pro03 .pro03_{position: relative;overflow: hidden;}
.product_compre .pro03 .pro03_ li{position: relative;overflow: hidden;}
.product_compre .pro03 .pro03_ .mask_{position: relative;overflow: hidden;height: 194px;padding:0  50px 0 30px;}
.product_compre .pro03 .pro03_ .mask_ .h_icon{background:url(../img/images/pro03_xuebitu_03.png)
no-repeat;width:60px;height: 60px;overflow: hidden;margin-top: 50px;display: inline-block;*display: inline-block;}
.product_compre .pro03 .pro03_ .mask_ .h_icon.h1_icon{background-position: 0  0;}
.product_compre .pro03 .pro03_ .mask_ .h_icon.h2_icon{ background-position: -98px 0;}
.product_compre .pro03 .pro03_ .mask_ .h_icon.h3_icon{    background-position: -197px 0;}
.product_compre .pro03 .pro03_ .mask_ span{color:#292b30;font-size: 18px;margin-top: 10px;font-weight: bold;display: block;}
.product_compre .pro03 .pro03_ .mask_ p{font-size: 14px;color:#8d8d8d;text-align: left;margin-bottom: 17px;}
.product_compre .pro03 .pro03_ .mask_ .b{width:42px;height: 1px;float:left;background:#000;}
.product_compre .pro03 .pro03_ .info_{position: relative;overflow: hidden;height: 194px;
padding:0  50px 0 30px;border-bottom: 1px solid #ededed;margin-top: -2px;}
.product_compre .pro03 .pro03_ .info_ .info_wrap{background:url(../img/images/pro03_bg_img_03.png)
 no-repeat center center;width:100%;height: 100%;position: absolute;left:0;top:100%;
transition: all .5s ease;}
.product_compre .pro03 .pro03_ .info_ .info_wrap p{font-size: 14px;color:#fff;margin-top: 30px;line-height: 26px;margin:0 50px 0 30px;margin-top: 30px;}
.product_compre .pro03 .pro03_ .info_ .p{font-size: 14px;color:#5a5a5a;margin-top: 30px;line-height: 26px;}
.product_compre .pro03 .pro03_ li:hover .mask_{background-color:#da7e15;transition: all .5s ease;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h1_icon{background-position: 0 -70px;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h2_icon{background-position: -98px -70px;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h3_icon{background-position: -197px -70px;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h1_icon{transform: rotateY(180deg);transition: all .5s ease;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h2_icon{transform: rotateY(180deg);transition: all .5s ease;}
.product_compre .pro03 .pro03_ li:hover .mask_ .h_icon.h3_icon{transform: rotateY(180deg);transition: all .5s ease;}
.product_compre .pro03 .pro03_ li:hover .mask_ span{color:#fff;}
.product_compre .pro03 .pro03_ li:hover .mask_  p{color:#fff;}
.product_compre .pro03 .pro03_ li:hover .mask_  .b{background-color: #fff;}
.product_compre .pro03 .pro03_ li:hover .info_ .info_wrap{top:0;}
.product_compre .pro03 .pro03_ li:hover .info_ .p{color:#fff;}


/*pro_compre--floatR*/
.floatR{position: fixed; bottom:50%;right:2%; margin-bottom:-100px;z-index: 99;}
.floatR ul{width:56px;}
.floatR li{height: 52px;position: relative;margin-bottom: 2px;width: 56px;background-color:#6a6a6c;overflow: hidden;}
.floatR ul .li01{background-color: #fffc00;}
.floatR ._ico{position: relative; display: block;background:url(../img/images/icon2_03.png) no-repeat;height: 100%;}
.floatR ._ico1{ background-position: 6px 20px;}
.floatR ._ico2{ background-position: 8px -23px;}
.floatR ._ico3{ background-position: 15px -62px;}
.floatR ._ico4{ background-position: 6px -100px;}
.floatR ._ico5{ background-position: 6px -142px;}
.floatR ._text{ display:block; position: absolute;width:100%;height: 100%;right:0;top:100%;overflow: hidden;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease;background:#da7e15;text-align: center;}
.floatR li:hover ._text{top:0;}



/*产品详情*/

/*pro_detail--banner*/
.obanner{position: fixed;top:0;z-index: 2;width:100%;height: 730px;}
.obanner .bg_img{display:block; height:730px; text-align:center; overflow:hidden;position:relative; }
.obanner .bg_img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 0;
    height: 100%;
    max-width: none;
 }
/*pro_detail--content*/
.product_detail .detail_posi{position: relative;z-index: 20;padding-top: 70px;}
.product_detail .detail_posi .detail_l{width:35%;margin:0 2%;}
.product_detail .detail_posi .detail_l .content{padding:100px 0 0;}
.product_detail .detail_posi .detail_l .content .title{text-align: left;font-size: 38px;color:#000;margin-bottom: 10px;}
.product_detail .detail_posi .detail_l .content span{font-size: 20px;color:#000;text-align: left;}
.product_detail .detail_posi .detail_l .content .p{padding-top: 10px;padding-bottom: 30px;}
.product_detail .detail_posi .detail_l .content .p li{background:url(../img/images/pro_detail.span_03.png)no-repeat center left;}
.product_detail .detail_posi .detail_l .content .p li p{font-size: 14px;color:#434343;line-height:27px;text-indent: 15px;}
/*pro_detail--数字滚动*/
.product_detail .detail_posi .detail_l .part1_main{transition: all 0.5s;}
.product_detail .detail_posi .detail_l .part1_main li{padding:0 20px;position: relative;transition: 0.5s all;}
.product_detail .detail_posi .detail_l .part1_main ul .li01{padding-left: 0;}
/*.product_detail .detail_posi .detail_l .part1_main ul .li01:after{
    content: '';position: absolute;right: 0;top:17px;width:1px;height: 46px;
    background-color: #d8d8d8;
}*/
.product_detail .detail_posi .detail_l .part1_main ul .li03{padding-right: 0;}
/*.product_detail .detail_posi .detail_l .part1_main ul .li03:before{
    content: '';position: absolute;left:0;top:17px;width:1px;height: 46px; background-color: #d8d8d8;
}*/
.product_detail .detail_posi .detail_l .part1_main .number{font-size:30px;color:#0266b1;/*font-weight:bolder;*/line-height:45px;display:block;margin-bottom:10px;/*font-family: 'Impact';*/}
.product_detail .detail_posi .detail_l .part1_main  b{
   font-size: 30px;
    color: #0266b1;
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: -2px;
   /* font-family: 'Impact'*/
}
.product_detail .detail_posi .detail_l .part1_main  .li03 b{
    font-size: 30px;
    color: #0266b1;
    /*font-weight: bolder;*/
    /*position: absolute;*/
    right: 0px;
    top: -2px;
   /* font-family: 'Impact'*/
}
.product_detail .detail_posi .detail_l .part1_main .more{background-color:#f5f5f4;}
.product_detail .detail_posi .detail_l .part1_main .num_title{font-size:15px;color:#000;font-weight:normal;}
.product_detail .detail_posi .detail_l  .part1_main .top_number em{color: #0266b1;font-weight: bolder;font-size: 40px;line-height: 38px;}
.product_detail .detail_posi .detail_l  .part1_main .top_number span{display:inline-block;*display:inline;*zoom: 1;}
.product_detail .detail_posi .detail_r {position: relative;width:53%;margin:0 4%;height: 530px;
overflow: hidden;transition: 0.9s all;margin-top: 50px;}
.product_detail .detail_posi .detail_r ul li{display:block; height:auto; text-align:center; overflow:hidden; }
.product_detail .detail_posi .detail_r ul li .rect-84{overflow: visible;}
/*.product_detail .detail_posi .detail_r ul li img{
    display:inline-block; max-width:none; width:auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -265px;
}*/
.product_detail .detail_posi .detail_r ul li ._mask{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/images/dingzhi_xiao_03.png) center center no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    cursor: pointer;
}
.product_detail .detail_posi  .x_arrs {
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../img/images/iarr_06.png) 0px -51px no-repeat;
    z-index: 3;
}
.product_detail .detail_posi  .x_prev {left: 0;background-position: left top;}
.product_detail .detail_posi  .x_next {right: 0;background-position: right top;}
.pqcl_pro_info{position: relative;z-index: 20;padding-bottom: 65px;}
.pqcl_pro_info .pro_info_titbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #1a77be;
    z-index: -1;
}
.pqcl_pro_info .pro_info{position: relative;}
.pqcl_pro_info .pro_info .sub_er{position: relative;}
.pqcl_pro_info .pro_info .sub_er ul li{float:left;width:14%;padding:0 1%;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    cursor:pointer;
}
.pqcl_pro_info .pro_info .sub_er ul .li05{
    float:left;
    width:14%;
    padding:0 1%;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    cursor:pointer;
}
.pqcl_pro_info .pro_info .sub_er ul .li05:hover{background-color: #0151a5;}
.pqcl_pro_info .pro_info .sub_er ul .li06:hover{background-color: #0151a5;}
.pqcl_pro_info .pro_info .sub_er ul .li07:hover{background-color: #0151a5;}
.pqcl_pro_info .pro_info .sub_er ul .li06{
    float:left;
    width:14%;
    padding:0 1%;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    cursor:pointer;
}
.pqcl_pro_info .pro_info .sub_er ul .li07{
    float:left;
    width:14%;
    padding:0 1%;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    cursor:pointer;
}
.pqcl_pro_info .pro_info .sub_er ul li:hover{background-color: #0151a5;}
.pqcl_pro_info .pro_info .sub_er ul li.on{background-color: #0151a5;}
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon1 {
    background-position: 0 0;
}
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon2 {
    background-position: -43px 0;
}
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon3 {
    background-position: -92px 0;
}
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon4{
    background-position: -140px 0;
}
.pqcl_pro_info .pro_info .sub_er ul .li05 .pro_icon.pro_icon5{
    background-position: -183px 0;
}
.pqcl_pro_info .pro_info .sub_er ul .li06 .pro_icon.pro_icon6{
    background-position: -227px 0;

}
.pqcl_pro_info .pro_info .sub_er ul .li07 .pro_icon.pro_icon{
    background-position: -308px 0;

}
.pqcl_pro_info .pro_info .sub_er ul .li05 .pro_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../img/bab_index_03.png);
}
.pqcl_pro_info .pro_info .sub_er ul .li06 .pro_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../img/bab_index_03.png);
}
.pqcl_pro_info .pro_info .sub_er ul .li07 .pro_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../img/bab_index_03.png);
}
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon {
    display: inline-block;
    width: 45px;
    height: 43px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../img/bab_index_03.png);
}

/*2022-12-18 ysl*/

.tops.top_fixed .page_nav .nav_li > a { padding-bottom:18px; margin-top: 4px;}
/*header*/
/*header-产品与服务搜索*/

/*下层通用*/
.channel_content { position:relative; z-index:10; min-height:300px; background-color:#ffffff; }

/*2022-12-19-10:09 zhangjun*/
/*产品详情*/
.ps_sections{position: relative;overflow: hidden;z-index: 20;}
.ps_sections01{background:url(../img/images/ps_sections01_02.png) no-repeat center center;height: 275px;}
.ps_sections  ._mask{padding-top:30px;padding-bottom:224px;}
.ps_sections02{background-color: #f4f4f4;}
.ps_sections03{background-color: #f4f4f4;}
.ps_sections .biaoti_{padding-top: 60px;}
.ps_sections .biaoti_ .title{font-size: 26px;color:#000;text-align: left;font-weight: bolder;}
.ps_sections .biaoti_  .desc_{font-size: 12px;color:#000;text-align: left;margin-top: 15px;margin-top: 5px;}
.ps_sections .sec_bd{display:block;overflow: hidden;    margin-top: 30px;}
.ps_sections .sec_bd .pselect { height:43px; overflow:hidden; position:relative;float: left;width: 22%;}
.ps_sections .sec_bd .pselect .ms { position:absolute; left:7px; top:12px; z-index:10;}
.ps_sections .pselect .c_select { display:block; width: 100%;background-color:#eee; height:41px; line-height:41px; border-radius:0!important;border:none;}
.ps_sections .pselect .c_select ._txt { padding-right:36px; padding-left:20px;}
.ps_sections .pselect .c_select ._arrow { width:33px;}
.ps_sections .pselect .c_select ._arrow .arr {position: absolute; top:50%; left:50%; margin-left: -10px; margin-top: -10px; width:20px; height:20px; background:url(../img/ico.png) -40px 0 no-repeat;border: none;}
.ps_sections .pselect .c_select.on ._arrow .arr{background-position:-60px 0;}
.ps_sections .select-ui-options-ncb {border-color:#ddd!important;background-color: #fff;overflow:auto;max-height: 11em;width:344px\9;}
.ps_sections .select-ui-options li{padding: 6px;line-height: 1.8em; width:96%;}
.ps_sections .select-ui-options li:hover {background: #018a5e;color: #fff;}
.ps_sections .select-ui-options-ncb ._disabled { display:none;}
.ps_sections .nInput { display:block; height:39px;border:#ddd 1px solid; padding:0 20px; overflow:hidden; margin-bottom:15px;background-color: #fff;}
.ps_sections .nInput input { width:100%; height:19px; line-height:19px; padding:10px 0; vertical-align:top; border-width:0; font-family:"Microsoft Yahei";}
.ps_sections .nBtn { overflow:hidden; float:left;width: 117px;}
.ps_sections .nBtn a { display:block; width:100%; height:43px; line-height:43px;
    background-color: #0151a5;color:#fff; font-size:18px; text-align:center;}

.ps_sections04{position: relative;overflow: hidden;;background-color: #fff;}
.ps_sections04 .biaoti_ {padding:50px 0 35px;}
.ps_sections04 .biaoti_ .title{font-size: 26px;color:#000;text-align: left;font-weight: bolder;}
.ps_sections04 .sg_list{height: 356px;overflow: hidden;position: relative;}
.ps_sections04 .sg_list ul li{position: relative;overflow: hidden;}
.ps_sections04 .sg_list ul li ._mask{position: absolute;width:100%;height: 100%;left:0;top:100%;background:url(../img/images/black777_03.png) repeat;transition: all .5s ease;}
.ps_sections04 .sg_list ul li ._mask img{position: absolute;left:50%;top:28%;margin-left: -24px;margin-top: -24px;}
.ps_sections04 .sg_list ul li:hover ._mask{top:0;}
.ps_sections04 .sg_list ul li .info_{height: 68px;background-color: #ecf1f4;line-height: 68px;}
.ps_sections04 .sg_prev {
    left: 10px;
    background-position: left bottom;
}
.ps_sections04 .sg_arrs {
    position: absolute;
    top: 53%;
    margin-top: -25.5px;
    width: 37px;
    height: 71px;
    overflow: hidden;
    background: url(../img/iarr.png) 0px -71px no-repeat;
    z-index: 3;
}
.ps_sections04 .sg_next {
    right: 10px;
    background-position: right bottom;
}
.ps_sections04 .sg_prev:hover{ background-position: left top;}
.ps_sections04 .sg_next:hover{background-position: right top;}

/*2022-12-19 09:18 ysl*/
/*header*/
.page_nav .nav_li > a:hover { color:#fff100; }
.mobile_key:hover { color:#00489d; }
.mobile_key{ display:none; color:#00489d; }
/*下层通用*/
/*右侧漂浮*/
.floatR {right:0; z-index:49; }
.floatR ._text { padding-top:5px; }
.float_order_box { display:none; position:fixed; top:0; left:0; z-index:50; width:100%; height:100%; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); }
.float_order_box.show { display:block; }
.float_order_box .float_roder_con { position:relative; top:20%; margin:0 auto; padding:30px 3% 0 1%; width:91%; background-color:#ffffff; border-radius:5px; }
.float_order_box .close_btn { display:block; position:absolute; top:0px; right:10px; font:700 1.5em/20px Tahoma; padding:.5em; }
.float_order_box .close_btn:hover { color:#fff100; }
.float_order_box .job-sear{ padding:43px 0 27px 30px; border:10px #ededed solid; margin-bottom:50px;}
.float_order_box .job-sear .t-pt{font-size:14px; color: #5a5a5a;font-weight: bold;float: left;line-height:32px;padding: 0 15px 0 5px; text-transform:uppercase;}
.float_order_box .job-sear .t-area{ float:left; width:22.5%; height:30px; padding-left:10px; line-height:30px; border:1px solid #eee;  text-indent:5px; margin-right:5%;background-color: #fff;}
.float_order_box .job-sear .t-area ._val{color:#a9a9a9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.float_order_box .job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(../img/job-areaico.gif) no-repeat; }
.float_order_box .job-sear .t-area ._option{ top:30px;}
.float_order_box .job-sear .t-area ._option a { padding-left:10px; background-color:#ffffff; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.float_order_box .job-sear .sear_input{ float:left; margin-right:3%; width:25%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.float_order_box .job-sear .sear_input input { text-indent:10px; }
.float_order_box .job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.float_order_box .job-sear ._submit{ border:0; width:20%; height:30px; line-height: 30px; background-color:#00489d; padding: 0; float:left; font-size:14px; color:#fff; cursor: pointer; text-transform:uppercase; }
.float_order_box .job-sear .sear_input button i{ display:block;background:url(../img/job-searico.png) no-repeat; width:100%; height:100%;}
.float_order_box .job-sear button ._submit:hover{ background-color:#0266b1;}
.float_order_box .category ._list { margin-bottom: 20px; }
.float_order_box .category ._list span { width: 65px; font-size: 13px;color: #353535;font-weight: bold; }
.float_order_box .category ._list .pro_list{float:left;width:92%;}
.float_order_box .category .sec_list { padding-left: 138px; display: none;}
.float_order_box .category .sear { line-height: 32px; }
.float_order_box .category .sear form { border: #ececec solid 1px;}
.float_order_box .category .sear ._txt { height: 30px; line-height: 30px; background: #fff; text-indent: 10px; border: none; width: 200px; font-family: "MicroSoft Yahei"; }
.float_order_box .category .sear button { margin: 0; padding: 0; width: 34px;height: 36px;line-height: 38px;background: #ec1b24; border: none; cursor:pointer;}
.float_order_box .category .sear button i { color: #fff; font-size: 24px; margin: 0;font-weight: normal;}
.float_order_box .category { padding:20px 20px 10px 20px;}
.float_order_box .category a { margin-right: 35px;padding-bottom: 10px;display: block;float: left;}
.float_order_box .category a i { display: inline-block; background: url(../img/images/ic_03.png) no-repeat 0 -17px; width: 17px; height: 17px; vertical-align: middle; margin-right: 6px; }
.float_order_box .category a.active i { background-position: 0 0; }
/*产品综合*/
.channel_content.product_compre { background-color:transparent; }
/*产品详情*/
.channel_content.product_detail { background-color:transparent; }
.product_detail .detail_posi { overflow:hidden; }
.pqcl_pro_info { min-height:500px; background-color:#ffffff; }



/*2022-12-19 2:00; panhaidong*/

.nl_list{margin-bottom: 0;}
.nl_list li {clear:both; overflow:hidden; padding:30px 54px 34px 24px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;background-color: #fff;}
.nl_list ._date1 {width:22%;  float:left;position: relative; z-index: 20;}
.nl_list ._date1 ._mask{width:70px;height: 65px;background:rgba(218,126,21,.6);z-index: 30;
position: absolute;right: 0;bottom:0;}
.nl_list ._date1 ._mask span{font-size: 15px;color:#fff;text-align: right;display: block; margin-right: 14px;margin-top: 5px;}
.nl_list ._date1 ._mask i{font-size: 18px;color:#fff;font-weight: normal;text-align: center;
display: block; margin-top: -2px;}
.nl_list ._intro { overflow:hidden;padding-left: 4%;}
.nl_list ._title { font-size:20px; height:30px; line-height:30px; font-weight:normal; color:#19191a; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; margin-bottom: 15px;}
.nl_list ._text { line-height:1.6em; height:3.2em; overflow:hidden; margin-bottom: 35px;}
.nl_list li ._more { color:#9f9f9f; }

.nl_list li:hover { border:1px solid #00489d;}
.nl_list li:hover a,.nl_list li:hover ._title,.nl_list li:hover ._title,.nl_list li:hover ._more { color:inherit; }
.nl_list li:hover ._date1 {color:#c9151e;}
.nl_list li:hover ._more { color:#9f9f9f; }
.news_list .page{margin-bottom: 0;margin-top:52px;}
/*图片*/
.rect-66{padding-bottom: 66%;}


/*通用样式*/
/*图片*/
.rect-60 { padding-bottom:60%; }
.rect-66 { padding-bottom:66%; }
.rect-72 { padding-bottom:72%; }
.rect-81 { padding-bottom:81%; text-align:center}
.rect-112 { padding-bottom:112%; }
/*2022-08-23 09:36 lyl*/
.news_compre .prt02_con .rect-81 img {min-width:100%}

/*动画*/
/*.wow { visibility:hidden;}*/
.news_compre .news_scroll_con .newsc_item ._desc,.floatR,
.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*通用按钮*/
.uni_more_btn  {display:inline-block; *display:inline; *zoom:1; width:245px; text-align:left; background-color:#fff100; }
.uni_more_btn,.uni_more_btn:hover{ color:#000000;}
.uni_more_btn ._btn_con { display:inline-block; *display:inline; *zoom:1; position:relative; padding-left:75px; height:44px; line-height:44px; }
.uni_more_btn ._btn_con:after { content:''; display:block; position:absolute; top:50%; right:0; margin-right:-35px; margin-top:-6px; width:20px; height:12px; background-image:url(../img/uni_more_btn_arr.png); background-position:0 0; background-repeat:no-repeat; }
/*综合页-区块标题*/
.biaoti{padding:0 0 50px;}
.biaoti .title{font-size: 34px;color:#000000;text-align: center;margin-bottom: 6.5px;font-weight: normal;}
.biaoti p{font-size: 12px;color:#000;}
/*下层-三级页面banner*/
.posi_ {height:230px; }
.posi_ .title_pre {font-size: 26px;color:#fff; }
.posi_ .title {font-weight:bold; }
/*右侧漂浮菜单 floatR*/
.floatR {z-index:-1; opacity:0; }
.floatR.show {z-index:90; opacity:1; }
/*通用样式 end*/
/*产品-综合*/
.product_compre { padding-top:184px; }
.product_compre .pro01 .wrap { position:relative; }
.product_compre .proc_arr_box .proc_arrs { display:block; position:absolute; top:50%; margin-top:-35px; width:37px; height:71px; background-image:url(../img/news02.png); background-repeat:repeat; }
.product_compre .proc_arr_box .proc_arrs.proc_arr_prev { left:0; margin-left:-45px; background-position:0 -71px; }
.product_compre .proc_arr_box .proc_arrs.proc_arr_prev:hover { background-position:0 0; }
.product_compre .proc_arr_box .proc_arrs.proc_arr_next { right:0; margin-right:-45px; background-position:-37px -71px; }
.product_compre .proc_arr_box .proc_arrs.proc_arr_next:hover { background-position:-37px 0; }



/*下边是人才招聘*/


/*2022-12-20 03:00 zhangjun*/
/*人才综合页面*/

/*图片*/
.rect-55{padding-bottom: 55%;}
.gbanner{position: fixed;z-index: 2;top:0;width:100%;height: 823px;}
.gbanner .bg_img{display:block; height:823px; text-align:center; overflow:hidden;position:relative; }
.gbanner .bg_img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    top: 0;
    height: 100%;
    max-width: none;
 }
.channel_content.job_compre {background-color: transparent;}



@media only screen and (max-width: 40em) {
  .Form-J1 .Form-J1-Left {
    width: 100%;
  }
  .Form-J1 .Form-J1-li input {
    width: 86%;
  }
  .Form-J1 .Form-J1-li select {
    width: 54%;
  }
  .Form-J1 .Form-J1-right {
    width: 100%;
  }
  .Form-J1 .Form-J1-li textarea {
    width: 84%;
  }
  .Form-J1 .Form-J1-li input._yzm {
    width: 27%;
  }
  .Form-P1 .Form-P1-li b {
    display: none;
  }
  .Form-J1 .Form-J1-li label{ display:block; width:100%;}
  .Form-J1 .Form-J1-Btn{ text-align:left;}

}
.job_resume_form .part02 .main_content .msg-30078 .form-m1 .form-m1-btn button,.main_content .msg-30260 .form-m1 .form-m1-btn button{width:120px;height:32px; line-height: 32px; border-radius: 0;font-size:15px; padding:0;border: none;}
.job_resume_form .part02 .main_content .msg-30078 .form-m1 .form-m1-btn ._submit,.main_content .msg-30260 .form-m1 .form-m1-btn ._submit{background:#f37020;}

/*2022-12-23 15:00; ysl*/
/*通用样式*/
/*图片*/
.rect-42{padding-bottom: 42%;}
.rect-57 { padding-bottom:57%; }
.rect-97 { padding-bottom:97%; }
/*动画*/
.about_compre .prt02_links ._link ._ico,.about_compre .prt03_links ._link ._ico,
.about_compre .prt04_btm ._year_box ._line,.about_compre .prt04_btm ._year_box ._pt,
.about_compre .part04 .prt04_det_item ._pic,
.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*通用编辑框*/
.typeIn { min-height:150px; }
/*综合页-通用banner*/
.cbanner.compre_banner .bg_img,.posi_.compre_posi_ { height:520px; }
.posi_.compre_posi_ { top:270px; color:#ffffff; }
.posi_.compre_posi_ ._tt { margin-bottom:6px; font-size:26px; }
.posi_.compre_posi_ ._desc { margin-bottom:10px; font-size:40px; font-weight:bold; line-height:1.2; }
.posi_.compre_posi_ ._desc_en { font-size:15px; font-family:Arial; text-transform:uppercase; }
.posi_.compre_posi_ .mouse { margin-top:2.2%; }
/*综合页-通用栏目标题*/
.compre_sub_title { position:relative; margin-bottom:15px; padding-top:50px; text-align:center; }
.compre_sub_title ._tit_en { font-size:137px; font-family:Arial; font-weight:bold; line-height:1; color:#eff2f9; text-transform:uppercase; }
.compre_sub_title ._tit_cn { position:absolute; left:0; bottom:23px; width:100%; font-size:40px; line-height:1; color:#da7e15; }
/*关于我们-综合页*/

/*2022-12-27 08:30 zhangjun*/
/*通用样式*/
/*图片*/
.rect-32{padding-bottom: 32%;}
.rect-72{padding-bottom: 72%;}
.rect-11980 { padding-bottom:119.8%; }
/*动画*/
.iprt01_btm .rt_float_cell ._msk,.iprt01_btm .arrs,.ipart05 ._con_rt .roll_nums ._ico,
.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*通用按钮*/
/*查看更多-蓝色背景下-通用按钮*/
.uni_more_btn.btn_all_trans { color:#94b2d6; background-color:transparent; background:url(about:blank)\9; border:#94b2d6 1px solid; }
.uni_more_btn.btn_all_trans ._btn_con:after { background-image:url(../img/uni_more_btn_arr2.png); }
/*查看更多-白色文字与边框-通用按钮*/
.uni_more_btn.btn_all_white { color:#ffffff; background-color:transparent; background:url(about:blank)\9; border:#ffffff 1px solid; }
.uni_more_btn.btn_all_white ._btn_con:after { background-image:url(../img/uni_more_btn_arr3.png); }
/*小标题*/
._sub_tit { padding-top:30px; margin-bottom:20px; }
._sub_tit ._tit { float:left; font-size:28px; color:#000000; }
._sub_tit ._more { display:block; float:right; margin-top:19px; font-size:14px; color:#616161; }
/*通用样式 end*/
/*投资关系-社会关系*/
.invest_society{position: relative;z-index: 22;background-color: #fff;overflow: hidden;}
.invest_society .part01{position: relative;overflow: hidden;padding:60px 0 0px;}
.invest_society .part01 .tab_ .tab_t_{position: relative;padding-bottom: 42px;}
.invest_society .part01 .tab_ .tab_t_ .tab_t{position: relative;}
.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t01{transition-delay: 0s;-webkit-transition-delay: 0s;}
.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t02{transition-delay: .4s;-webkit-transition-delay: .4s;}
.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t03{transition-delay: .8s;-webkit-transition-delay: .8s;}
.invest_society .part01 .tab_ .tab_t_ .tab_t .desc_{position: absolute;left:0;height: 66px;
bottom:0;transition: all .3s ease;text-align: center;line-height: 66px;font-size: 28px;
font-weight: normal;background:rgba(69,59,51,.8);width:100%;color:#fff;}
.invest_society .part01 .tab_ .tab_t_ .tab_t:hover .desc_{background-color:#fff100;color:#000;}
.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t_cur .desc_{background-color:#fff100;color:#000;}
.invest_society .part01 .tab_  .tab_c_ .tab_c{position: relative;background-color:#ecf1f4;}
.invest_society .part01 .tab_  .tab_c_ .tab_c .bg_img{position: absolute;left:190px;top:-16px;}
.invest_society .part01 .tab_  .tab_c_ .tab_c .mask_{padding:35px 40px 50px  40px;}
.invest_society .part01 .tab_  .tab_c_ .tab_c .mask_ .title{font-size: 18px;color:#000;text-align: left;margin-bottom: 20px;}
.invest_society .part01 .tab_  .tab_c_ .tab_c .mask_  .p{font-size: 13px;color:#5c5c5c;line-height: 24px;margin-bottom: 50px;}


/*投资关系-列表*/
.invest_list{position: relative;overflow: hidden;z-index: 22;background-color:#fff;}
.invest_list .part01{position: relative;overflow: hidden;padding:60px 0;}
/* newslist-7 start*/
.invest_list .part01  {margin-bottom:20px; }
.invest_list .part01  li {clear:both; overflow:hidden;height: 100px;line-height: 110px; position:relative;border-bottom: 1px solid #f1f1f1;}
.invest_list .part01  li:hover {background-color: #eef2f4;}
.invest_list .part01  ._time {width:12%; min-width:100px; float:left; font-family:Verdana; font-size:14px;}
.invest_list .part01  ._title {width:50%; font-weight:normal; font-size:16px; float:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left: 8%;}
.invest_list .part01  ._download { width:60px; height:40px; position:absolute; left:2%; top:34%; overflow:hidden;}
/*.invest_list .part01  ._download img { position:absolute; left:0; top:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.invest_list .part01  ._download img._hover { display:none;width:30px;height: 30px;}*/
.invest_list .part01 ._title{float:left;}
.invest_list .part01 .date_{position: absolute;right: 5%;top:15%;}
.invest_list .part01 .date_ span{font-size: 16px;color:#929292;position: absolute;right: 0;top: -26px;}
.invest_list .part01 .date_ strong{font-size: 16px;color:#929292;font-weight: normal;}
.invest_list .part01  li:hover .date_  span,.invest_list .part01  li:hover .date_  strong{color:#da7e15;}
.invest_list .part01  li:hover a, li:hover ._title, li:hover ._time ,li:hover .date_ span,
li:hover .date_ strong{ color:#da7e15; }
/*.invest_list .part01  li:hover ._download img { display:none; }
.invest_list .part01  li:hover ._download img._hover { display:block; }*/
.invest_list .part01 .page{margin-bottom: 0;}
@media only screen and (max-width:480px) {
   ._time { width:auto; min-width:0; margin-right:10px; }
   ._title { width:65%; }
}

/*点击加载更多*/
.spinner{margin-top: 70px;width:100%;}
.spinner  ._down_more .loading {
    width: 20px;
    height: 20px;
    background: url(../img/loading2.gif) no-repeat center;
    display: none;
    background-size: 100% 100%;
    position: absolute;
    left: 75%;
    top: 11px;
}
.spinner ._down_more{height: 42px;width:20%;position:relative;line-height: 42px;border: 1px solid #cbcbcb;font-size: 14px;font-weight: bold;color:#000;display:block;margin-left: 40%;}
.spinner ._down_more p{margin-left: 20%;}
.spinner ._down_more .bg_img{margin-top: 15px;margin-left: 20%;}
.spinner.cur ._down_more .bg_img{display:none;}
.spinner.cur  ._down_more .loading{display:inline-block;}
/*2022-12-26 13:15 haidong*/


/*2022-12-27 14:30 ysl*/
/*通用样式*/
.iprt02_slide .iprt02_slide_li .dsb_,.iprt02_slide .iprt02_slide_li ._params,.iprt02_slide .iprt02_slide_li .uni_more_btn,.iprt02_slide .iprt02_slide_li ._rt_box,
.transition_800 { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -webkit-transition-duration:800ms; transition-duration:800ms; }
/*首页*/
.index { position:relative; z-index:10; margin-top:590px; background-color:#ffffff; }
.index .biaoti { padding-top:55px; }
.ibanner,.ibanner.slide { position:fixed; }
.ibanner { top:0; width:100%; height:590px; overflow:hidden; }
.ibanner .iban_li { display:none; }
.ibanner img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.ibanner .arrs { display:block; position:absolute; /*right:50%; bottom:40px;*/ width:58px; height:57px; background-image:url(../img/index04.png); background-repeat:no-repeat; }
.ibanner .arrs.arr_prev { margin-right:-440px; }
.ibanner .arrs.arr_next { margin-right:-510px; background-position:-58px 0; }
.ibanner .cover { position:absolute; top:0; left:0; bottom:0; width:100%; text-align:center; background-image:url(../img/index01.png); background-repeat:repeat; }
.ibanner .cover ._tt { margin-top:15%; margin-bottom:0.2%; font-size:42px; font-weight:bold; color:#ffffff; }
.ibanner .cover ._desc { margin:0 auto; max-width:576px; font-size:17px; color:#dadada; }
/*首页-ipart01*/
.iprt01_btm .lt_box { float:left; margin-right:0.8%; width:33%; }
.iprt01_btm .lt_box .con_wrap { background-image:url(../img/index05.jpg); background-position:center bottom; background-repeat:no-repeat; }
.iprt01_btm .lt_box ._con { padding:20% 12% 0 13.4%; }
.iprt01_btm .lt_box ._con ._tt { margin-bottom:24px; font-size:31px; line-height:1; color:#ffffff; }
.iprt01_btm .lt_box ._con ._desc { margin-bottom:15.3%; font-size:14px; line-height:1.9; color:#eff2f7; }
.iprt01_btm .rt_box { float:left; width:66%; }
.iprt01_btm .rt_box ._slide_con { padding-bottom:60.5%; height:0; overflow:hidden; }
.iprt01_btm .rt_float_cell { float:left; margin-right:1%; margin-bottom:1%; width:49%; }
.iprt01_btm .rt_float_cell ._con { position:relative; padding:12.6% 9% 0 9%; color:#ffffff; }
.iprt01_btm .rt_float_cell ._tt { margin-bottom:2px; font-size:24px; }
.iprt01_btm .rt_float_cell ._desc { font-size:14px; color:#e2e9f2; }
.iprt01_btm .rt_float_cell.hover ._con ._tt,.iprt01_btm .rt_float_cell.hover ._con ._desc { display:none; }
.iprt01_btm .rt_float_cell ._msk { position:absolute; left:0; top:100%; width:100%; bottom:0; background:rgba(255,241,0,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6fff100,endcolorstr=#e6fff100); }
.iprt01_btm .rt_float_cell.hover ._msk { top:0; }
.iprt01_btm .rt_float_cell ._msk_con { padding:11.6% 9% 0 9%; }
.iprt01_btm .rt_float_cell ._msk ._tt { color:#000000; }
.iprt01_btm .rt_float_cell ._msk ._desc { margin-bottom:16px; color:#686201; }
.iprt01_btm .rt_float_cell ._msk ._com_list { color:#000000; }
.iprt01_btm .rt_float_cell ._msk ._com_list > a { display:block; }
.iprt01_btm .arrs { display:block; visibility:hidden; opacity:0; position:absolute; top:50%; margin-top:-25px; width:29px; height:50px; background-image:url(../img/index_indus_arrs.png); background-repeat:no-repeat; }
.iprt01_btm .rt_box:hover .arrs { visibility:visible; opacity:1; }
.iprt01_btm .arrs.arr_prev { left:0; }
.iprt01_btm .arrs.arr_next { right:1%; background-position:-29px 0; }
/*首页-ipart02*/
.iprt02_con { position:relative; height:595px; overflow:hidden; background:url(../img/index07.jpg) repeat; }
.iprt02_con .pic_wrap { position:absolute; top:0; left:0; width:100%; height:336px; overflow:hidden; }
.iprt02_con .pic_wrap img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; }
.iprt02_con ._txt_wrap { position:relative; padding-top:177px; color:#ffffff; }
.iprt02_slide { height:540px; overflow:hidden; }
.iprt02_slide .iprt02_slide_li .dsb_ { -webkit-transform:translateX(15%); transform:translateX(15%); opacity:0;}
.iprt02_slide .iprt02_slide_li.aaa .dsb_ { -webkit-transform:translateX(0); transform:translateX(0); opacity:1; }
.iprt02_slide .iprt02_slide_li ._params { -webkit-transform:translateX(15%); transform:translateX(15%); -webkit-transition-delay:100ms; transition-delay:100ms; opacity:0; }
.iprt02_slide .iprt02_slide_li.aaa ._params { -webkit-transform:translateX(0); transform:translateX(0); opacity:1; }
.iprt02_slide .iprt02_slide_li .uni_more_btn { -webkit-transform:translateX(15%); transform:translateX(15%); -webkit-transition-delay:200ms; transition-delay:200ms; opacity:0; }
.iprt02_slide .iprt02_slide_li.aaa .uni_more_btn { -webkit-transform:translateX(0); transform:translateX(0); opacity:1; }
.iprt02_slide .iprt02_slide_li ._rt_box { -webkit-transform:translateX(15%); transform:translateX(15%); -webkit-transition-delay:200ms; transition-delay:200ms; opacity:0; }
.iprt02_slide .iprt02_slide_li.aaa ._rt_box { -webkit-transform:translateX(0); transform:translateX(0); opacity:1; }
.iprt02_slide_arrs.arr_prev,.iprt02_slide_arrs.arr_next { display:block; position:absolute; bottom:127px; width:25px; height:29px; background-image:url(../img/images/iarr_06.png); background-repeat:no-repeat;z-index: 4;}
.iprt02_slide_arrs.arr_prev { left:50%; margin-left:-650px; background-position:0 0; }
.iprt02_slide_arrs.arr_next { right:50%; margin-right:-650px; background-position:-47px 0; }
.iprt02_slide_item ._lt_box { float:left; width:39%; }
.iprt02_con ._txt_wrap ._tt { margin-bottom:5px; line-height:1; font-size:38px; font-weight:bold; }
.iprt02_con ._txt_wrap ._type { font-size:13px; }
.iprt02_con ._txt_wrap ._desc { margin-bottom:70px; height:3.6em; line-height:1.8em; overflow:hidden; font-size:14px; }
.iprt02_con ._txt_wrap ._params { margin-bottom:23px; }
.iprt02_con ._txt_wrap ._params ._li { float:left; width:45%; }
.iprt02_con ._txt_wrap ._params .number { /*font-family:Impact,sans-serif;*/ font-size:28px; /*font-weight:bold;*/ color:#da7e15; }
.iprt02_con ._txt_wrap ._params .num_title { font-size:15px; font-weight:bold; color:#000000; }
.iprt02_slide_item ._rt_box { float:right; padding-top:4%; padding-right:2%; width:58%; }
/*首页-ipart03*/
.ipart03 { padding-bottom:55px; }
.iprt03_lt_row { text-align:left;z-index: 33; }
.iprt03_lt_row > li ._down { padding:7% 9% 12% 9%; background-color:#f7f7f7; }
.iprt03_lt_row > li ._down ._tt { text-align:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._msk { position:absolute; top:0; left:0; right:0; bottom:0; background-image:url(../img/iprt04_03.png); background-repeat:no-repeat; background-position:center center; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down { position:relative; padding:7.5% 9% 20% 5%; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down .arr_link { content:''; display:block; position:absolute; top:50%; right:2%; margin-top:-11px; width:25px; height:50px; background:url(../img/iprt04_02.png) center center no-repeat; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tt { padding-right:2px; padding-bottom:6.25%; font-size:18px; color:#000000; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool { position:relative; float:left; margin-right:14px; font-size:13px; line-height:20px; color:#b1b1b1; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view { padding-left:26px; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._view:after { content:''; display:block; position:absolute; top:0; left:0; width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.iprt03_lt_row > li.iprt03_lt_row_li01 ._down ._tool._share .bds_more { width:20px; height:20px; background-image:url(../img/iprt04_01.png); background-repeat:no-repeat; background-position:-20px 0; }
.bdsharebuttonbox.bdshare-button-style0-16 a, .bdsharebuttonbox.bdshare-button-style0-16 .bds_more { margin-top:0; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._msk { position:absolute; left:0; bottom:0; width:57.5%; height:34px; line-height:34px; font-size:14px; text-align:center; color:#ffffff; background:rgba(0,72,157,.90); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e600489d,endcolorstr=#e600489d); }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._tt { margin-bottom:2px; font-size:18px; color:#000000; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down ._date { margin-bottom:4px; font-size:12px; color:#8c8c8c; }
.iprt03_lt_row > li.iprt03_lt_row_li02 ._down { font-size:14px; color:#8c8c8c; }

.ipart03 .b_wrap li { margin-bottom:15px; padding-top:17px; background-color:#f7f7f7; }
.ipart03 .b_wrap li:hover { background-color:#e5e5e5; }
.ipart03 .b_wrap li .xw_date_l{ position: relative; width:25%; font-family:Arial,sans-serif; text-align: right; color:#8c8c8c;}
.ipart03 .b_wrap li .xw_date_l strong{font-size:35px;position:absolute;right:24px;top:15px;display: block;font-weight: normal;}
.ipart03 .b_wrap li .xw_date_l span{font-size:16px;position: absolute;right:24px;display: block;}
.ipart03 .b_wrap li .xw_date_r .h3{ font-weight:normal; font-size: 17px;color: #464646;}
.ipart03 .b_wrap li .xw_date_r .p{font-size: 13px;margin-top:3px;line-height: 22px;padding-bottom: 10px; color:#666666; }
.ipart03 .b_wrap li .xw_date_r{width:75%;text-align: left;}
/*首页-ipart04*/
.ipart04 { position:relative; height:325px; background-image:url(../img/index10.jpg); /*background-position:center center;*/ background-repeat:no-repeat; }
.ipart04 ._msk { position:absolute; top:0; left:0; bottom:0; width:100%; background:url(../img/index09.png) repeat; }
.ipart04 ._con { padding-top:95px; color:#ffffff; }
.ipart04 ._con_lt { float:left; }
.ipart04 ._con_lt ._tt { margin-bottom:6px; font-size:30px; }
.ipart04 ._con_lt ._desc { margin-bottom:28px; font-size:16px; }
.ipart04 ._con_rt { float:right; width:48%; }
.ipart04 ._con_rt .roll_nums > ul > li { float:left; width:33%; text-align:center; }
.ipart04 ._con_rt .roll_nums > ul > li:hover ._ico { transform:rotateY(180deg); }
.ipart04 ._con_rt .roll_nums ._ico { display:block; margin:0 auto; width:60px; height:60px; background-image:url(../img/iprt05_01.png); background-repeat:no-repeat; }
.ipart04 ._con_rt .roll_nums .li02 ._ico { background-position:-60px 0; }
.ipart04 ._con_rt .roll_nums .li03 ._ico { background-position:-120px 0; }
.ipart04 ._con_rt .roll_nums .top_number { font-size:33px; font-family:Impact; font-weight:bold; }
.ipart04 ._con_rt .roll_nums .num_title { font-size:15px; }


/*2022-12-27  14:30 haidong*/


/*2022-12-27 17:24 ysl*/
.ipart04 ._con_rt .roll_nums ._ico,
    .transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }

/*2022-12-28 09:34 zhangjun*/


/*2022-12-29 10:34 ysl*/
/*通用样式*/
/*动画*/
.ibanner .iban_li.txt_left .cover ._txt,
    .transition_800 { -webkit-transition-duration:0.8s; transition-duration:0.8s; }
/*首页*/
.ibanner { background-color:#fff; }
.ibanner .iban_li { display:block; visibility:hidden; background-color:#da7e15; }
.ibanner .iban_li.txt_left .cover ._txt { position:absolute; left:70%; margin-left:-512px; text-align:left; opacity:0; }
.ibanner .active.txt_left .cover ._txt { left:50%; opacity:1; }
.ibanner .iban_li.txt_left .cover ._desc { margin:0; }
.ibanner .iban_li.slide_c { visibility:visible; }
/*.ibanner video { position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; }*/
/*.ibanner img { width:100%; }*/
.ibanner .iban_li.wide_pic img,.ibanner .iban_li.wide_pic video { left:50%; margin-left:-960px; height:100%; width:auto; }
.ibanner .iban_li.narrow_pic img,.ibanner .iban_li.narrow_pic video { left:0; margin-left:0; height:auto; width:100%; }

/*地图*/
#map img{max-width:none;}

/*2022-12-30 08:20 zhangjun*/
.ibanner .cover{background-image: none;}
.ibanner .iban_li.video_li .cover{background-image:url(../img/index01.png);}
.ibanner .loading{ background:url(../img/loading.gif) no-repeat; width:100%; height:100%;position: absolute;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;}

/*2022-12-30 13:30 ysl*/
/*下层三级页面底部留白统一*/
.channel_content { padding-bottom:60px; }
.about_compre,.about_more_compre,.customer_compre,.invest_compre,.job_compre,.news_compre,.product_compre, {padding-bottom:0; }


/*2022-01-03 ysl*/
/*header*/
.stock ._num { color:#ffffff; }
.header .company ._hd { color:#ffffff; }
.header .lan,.header .lan a:hover { color:#ffffff; }
/*通用样式*/
.customer_compre .prt02_links ._link ._ico,.customer_compre .part04 .desc_ .con_ .t_icon,
.customer_ser .part02 ul li:after,
.transition { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*通用页样式*/
.channel_page { padding-top:65px; }
/*首页*/
.iprt02_con ._txt_wrap ._params ._li { position:relative; width:30%; text-align:center; }
.iprt02_con ._txt_wrap ._params ._li:after { content:"";position: absolute;right: 0;top:15px;width:1px;height: 50px;background-color: #d8d8d8; }
.iprt02_con ._txt_wrap ._params ._li.li03:after { background-color:transparent; }
.ipart03 {overflow:hidden; }
.ipart03 .b_wrap li .xw_date_r { padding-right:3.3%; width:71.7%; }


/*2022-01-04 ysl*/
/*通用样式*/
/*图片*/
.rect-7350 { padding-bottom:73.5%; }
/*动画*/
.uni_more_btn ._btn_con:after,.suvery [class|=channel] .form-btn .btn,
.ol_msg [class|=channel] .form-m1 .form-m1-btn button,.invest_list .part01  ._download .img,
.transition { transition-duration:0.3s; -webkit-transition-duration:0.3s; }
/*通用按钮*/
.uni_more_btn { color:#000000; background-color:#da7e15; border:#da7e15 1px solid; }
.uni_more_btn ._btn_con:after { background-image:url(../img/uni_more_btn_arr.png); }
.uni_more_btn:hover { color:#ffffff; background-color:#fc9a2a; border:#fc9a2a 1px solid; }
.uni_more_btn:hover ._btn_con:after { background-image:url(../img/uni_more_btn_arr3.png); }
.uni_more_btn.btn_wd_white { color:#ffffff; background-color:transparent; border:#ffffff 1px solid; }
.uni_more_btn.btn_wd_white ._btn_con:after { background-image:url(../img/uni_more_btn_arr3.png); }
.uni_more_btn.btn_wd_white:hover { color:#000000; background-color:#da7e15; border:#da7e15 1px solid; }
.uni_more_btn.btn_wd_white:hover ._btn_con:after { background-image:url(../img/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black { color:#000000; background-color:transparent; border:#000000 1px solid; }
.uni_more_btn.btn_wd_black ._btn_con:after { background-image:url(../img/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black:hover { color:#000000; background-color:#da7e15; border:#da7e15 1px solid; }
.uni_more_btn.btn_wd_black:hover ._btn_con:after { background-image:url(../img/uni_more_btn_arr.png); }
/*产品定制-表单*/
.order_cons .part02_l .msg_form .btn_list ._btn_msg:hover { background-color:#656464; }
/*首页*/
/*首页-ibanner*/
.ibanner .cover ._tt { text-shadow:#5a5a5a 1px 1px 1px; }
.ibanner .cover ._desc { color:#ffffff; text-shadow:#5a5a5a 1px 1px 1px; }
.ibanner img { width:100%; }
.ibanner .iban_item { position:relative; width:100%; height:100%; }
.ibanner .iban_li.wide_pic img,.ibanner .iban_li.wide_pic video,
.ibanner .iban_li.narrow_pic img,.ibanner .iban_li.narrow_pic video { position:absolute; top:0; left:0; margin-left:0; width:100%; height:100%; }
/*.ibanner .iban_li.wide_pic video { width:auto; }
.ibanner .iban_li.narrow_pic video { height:auto; }*/
.ibanner .cover ._txt { position:absolute; top:45%; margin-top:0; width:100%; }
.ibanner .cover ._tt { margin-top:0; }
/*首页-ipart02*/
.iprt02_slide .iprt02_slide_li .uni_more_btn { transition-duration:0.3s; transition-delay:0s; }
.iprt02_slide_item ._rt_box { padding-right:0; }
/*首页-ipart04*/
.ipart04 ._msk { background-image:none; }
/*关于我们-综合*/
.about_compre .part04 { overflow:hidden; }
/*关于我们-公司简介*/
.about_intro .part01 { padding-bottom:30px; }
.about_intro .part01 .part01_ .part01_l .mask_ { margin-bottom:49px; }
.about_intro .part02 .biaoti { padding-bottom:10px; }
/*关于我们-品牌故事-详情*/
.about_gushi.about_gushi_detail .part01 .his_right { border-left:none; }
.about_gushi.about_gushi_detail .part01 .his_right #otherNews li { margin:0; border:none; border-bottom:#ccc 1px solid; }
/*产品-综合*/
.channel_content.product_compre { padding-bottom:0; }
.product_cust .part01 .category a { margin-right:0; margin-bottom:10px; width:20%; }
.product_cust .part01 .bottom ul li .info_ ._mask .title,.product_cust .part01 .bottom ul li:hover .info_ ._mask .title { color:#000000; }
.product_cust .part01 .bottom ul li .info_ ._mask .p,.product_cust .part01 .bottom ul li:hover .info_ ._mask .p { color:#000000; }
.product_compre .pro02 .pro02_r .pro02_t .pro02_ { margin-top:55px; }
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ .title { margin-top:0; font-size:22px; font-weight:normal; }
/*产品-列表*/
.product_cust .part01 .bottom ul li { padding-top:20px; padding-left:2.4%; padding-right:2.4%; width:27.4%; }
.product_cust .part01 .bottom ul li:hover .info_ ._mask { margin-top:78%; }
.product_cust .part01 .bottom ul li .mask_ { margin-top:10px; }
/*产品-详情*/
.channel_content.product_detail { padding-bottom:0; }
.product_detail .detail_posi { padding-top:100px; }
.product_detail .detail_posi .detail_l .content .title { margin-bottom:0; font-weight:bold; }
.product_detail .detail_posi .detail_l .content .p { padding-top:12px; line-height:1.9; font-size:14px; }
.product_detail .detail_posi .detail_l .part1_main .num_title { font-weight:bold; }
.product_detail .detail_posi .detail_r ul li img { position:absolute; top:5%; left:5%; width:90%; height:90%; }
.product_detail .detail_posi .detail_l .part1_main .number { display:inline-block; }
.product_detail .detail_posi .detail_l .part1_main  b { position:static; }
.product_detail .detail_posi .detail_r { margin:0 1.5%; width:58%; }
.pqcl_pro_info .pro_info .sub_er ul a { color:#ffffff; }
.pqcl_pro_info .pro_info .sub_er ul li .pro_icon.pro_icon1 { background-position:2px 0; }
.ps_sections .biaoti_ { padding-top:45px; padding-bottom:25px; }
.ps_sections ._mask { padding-top:0; padding-bottom:0; }
.ps_sections .sec_bd .pselect { height:46px; }
.ps_sections .pselect .c_select { height:46px; line-height:46px; }
.select-ui-options.select-ui-options-ncb li { padding-left:20px; height:26px; line-height:26px; background-color:#eeeeee; }
.ps_sections .nBtn .submitBtn { height:46px; line-height:46px; }
.ps_sections03 { padding-bottom:60px; }

/*产品-定制*/
.product_cust .part01 .bottom ul li .info_ .more_ico { display:block; position:absolute; left:50%; top:42%; margin-top:-34px; margin-left:-34px; width:68px; height:68px; background:url(../img/images/dingzhi_xiao_03_black.png) 0 0 no-repeat; }
.ps_sections04 .sg_list ul li ._mask img { top:48%; margin-left:-34px; margin-top:-34px; }


/*新闻-综合*/
.news_compre .prt03_paper_wrap {margin-right:3%; width:29%;}
.product_compre .pro02 .pro02_l .pro02_ {width:83%;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ {margin-left:7%;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .pro02_t_ {width:36%;}
.product_compre .pro02 .pro02_r .pro02_t .pro02_ .bg_img { position:relative; margin-top:-30px; width:64%;}
/*投资者关系-最新公告*/
.invest_list .part01  ._download .img {display:block; width:60px; height:40px; background-image:url(../img/invest_list01a.png); background-repeat:no-repeat; background-position:center center;}
.invest_list .part01  li ._download .img { background-image:url(../img/invest_list01b.png);}
.invest_list .part01  li ._not .img {background-image:url(../img/invest_list01a.png);}



/*2022-01-09*/
/*首页*/
.iprt02_con ._txt_wrap ._tt { font-size:34px; }
.iprt02_con ._txt_wrap ._params ._li.li01 { width:26%; text-align:left; }
/*关于我们-综合*/
.channel_content.about_compre { padding-bottom:0; }
/*关于我们-企业文化*/
.about_culture .part01 { padding-bottom:0; }
/*关于我们-品牌故事*/
.about_gushi .part01 { padding-bottom:0; }

/*2022-01-10*/
/*首页*/
.ipart04 ._con_rt .roll_nums > ul > li {position:relative; padding-top:60px; }
.ipart04 ._con_rt .roll_nums ._ico {position:absolute; top:0; left:50%; margin-left:-30px; }
/*关于我们-小综合*/
.about_more_compre .part03 .prop_l {padding-top:120px; }
.about_more_compre .part03 .prop_l  .desc_ .title {margin-bottom:10px; }
.about_more_compre .part03 .prop_l  .desc_  .p {line-height:24px; }
.about_more_compre .part03 .prop_l  .digit {margin-top:30px; }
.about_more_compre .part03 .prop_l  .digit li .p {font-size:14px; }
/*产品*/
.rect-70.pro_pic_rect { padding-bottom:73.5%; }
/*产品-综合*/
.product_compre .pro02 .pro02_l .bg_img { margin-top:10px; }
/*新闻-网站公告*/
.invest_list .part01 .date_ { top:5%; }




/*2022-01-14*/
.rolling .rolling_box .is_animated.revealed {transform: none;}
.about_culture .part01 .his_left{margin-top:0;}
.about_culture .part01 .his_right .JobList-J2 ._jt{margin-top:0;margin-bottom:8px;}
.iprt01_btm .rt_float_cell ._con{position:absolute;top:0;}
.about_culture .part01 .his_left .his_img{height:358px;}

/*服务理念2022-01-17*/
.server_linian{position:relative;z-index:10;background-color:#fff;padding:60px 0px 80px;}
.server_linian .biaoti .p{font-size:16px;color:#8e8e8e;}
.server_linian_part1 .wrap{overflow:hidden;}
.server_linian_part1 .part1_main_box{padding:6%;background-color:#f7f7f7;min-height:270px;}
.server_linian_part2{background:url(../img/fwln_part2_bj.jpg) no-repeat center;padding:0;}
.server_linian_part2 .blue_bj{background: url(../img/index09.png) repeat;padding:60px 0px 80px;}
.server_linian_part2 .biaoti .title{color:#fff;}
.server_linian_part2 .biaoti .p{color:#fff;}
.server_linian_part2 .list_box{background:url(../img/black_44.png) repeat;padding:4% 10%;text-align:center;color:#fff;position:relative;}
.server_linian_part2 .list_box .ion{font-size:20px;color:#fff100;display:block;position:absolute;bottom:-2%;right:2%;margin:0;display:none;}
.server_linian_part2 .list_num{font-size:30px;font-weight:bold;font-family:Arial;}
.server_linian_part2 .list_p_box{line-height:24px;height:48px;overflow:hidden;}
.server_linian_part2 li{margin-bottom:2%}
.server_linian_part2 li:hover .list_box{background:url(../img/yellow_90.png) repeat;color:#000;}
.server_linian_part2 li.hover .list_box .ion{color:#fff;}
.server_linian_part3{text-align:center;}
.server_linian_part3 .list_title{font-size:30px;font-weight:normal;padding:34% 0 2%;}
.server_linian_part3 .li1 .list_text{background-color:#fff100;color:#000;}
.server_linian_part3 .li1 .list_text a:hover{color:#000;}
.server_linian_part3 .li2 .list_text{background-color:#2562a9;color:#fff;}
.server_linian_part3 .li2 .list_text a:hover{color:#fff;}

/*2022-01-18*/
.iprt02_con ._txt_wrap ._tt{margin-bottom:20px;}
.about_more_compre .part03 .prop_l  .digit li{width:auto;padding-right:6%;margin-right:8%;}
.product_cust .part01 .category a{width:auto;padding:0 2%;}
.product_cust .part01 .bottom ul li:hover .mask_{opacity:0;}
.product_detail .detail_posi .detail_l .content .p{line-height:30px;height:90px;overflow: hidden;}
.product_detail .detail_posi .detail_l .part1_main li{padding:0 10% 0 0;}
.about_gushi .part01 .his_left .his_img{height:358px;}

/*2022-01-19*/
.customer_compre  .part01 .slide_box ul .slide_cell .img_box .text_box{padding: 40px 30px 0px;}
.subnavs .sub_ li a{display:block;}
.subnavs .sub_ li:hover,.subnavs .sub_ .cur{background-color:#da7e15;}
.subnavs .sub_ li:hover a,.subnavs .sub_ li.cur a{color:#fff;border-color:#da7e15;}
.ipart04 ._con_rt{width:56%;}
.iprt01_btm .rt_float_cell ._msk ._com_list > a{line-height:1.8em;color:#000;}
.product_detail .detail_posi .detail_l .content .title{font-size:32px;padding:0;margin:10px 0px;}
.pqcl_pro_info .pro_info .sub_er ul li,.pqcl_pro_info .pro_info .sub_er ul .li05,.pqcl_pro_info .pro_info .sub_er ul .li06,.pqcl_pro_info .pro_info .sub_er ul .li07{width:12%;}

.page_nav .nav_li{width:14%;}
.zq_tab_c{width:auto;padding:0 20px;}
.nl_list li{border:1px solid #fff;}


/*产品综合2022-01-20*/
.proc_arr_box ul{position:absolute;bottom:-30px;width:100%;text-align:center;z-index:1;}
.proc_arr_box ul li{width:8px;height:8px;display:inline-block;*display:inline;*zoom: 1;border-radius:50%;background-color:#da7e15;margin:0 10px;font-size:0;}
.proc_arr_box ul li.on{background-color:#fff;}
.product_compre .pro01{padding-bottom:50px;}
.product_compre .pro01 .pro_t li{margin-right:13px;}


.newsc_arr_box ul{width:100%;padding:10px 0px;bottom:-30px;left:0;text-align:center;position:absolute;}
.newsc_arr_box ul li{width:8px;height:8px;display:inline-block;*display:inline;*zoom: 1;border-radius:50%;background-color:#da7e15;margin:0 10px;font-size:0;}
.newsc_arr_box ul li.on{background-color:#fff;}
.news_compre .news_scroll_con li{margin-right:26px;}



/*全站搜索2022-01-21*/
.channel-content-40768 .Tit2,.channel-content-40768 .Tit2 a{height:56px;font:bold 24px/56px 'microsoft yahei';color:#333;}
.Tit2 a:hover{color:#333;}
.channel-content-40768 .sear{padding:25px 0 25px 10px;background:#eee;}
.channel-content-40768 .sear .t{font-size:15px;font-weight:bold;line-height:2.4;}
.channel-content-40768 .serv_select li{float:left;width:36px;border:1px solid #ccc;background:#fff;padding:0 5px;margin-right:5px;cursor:pointer;}
.channel-content-40768 .rect{display:inline-block;width:2px;height:3px;overflow:hidden;border-left:2px solid #fff;border-bottom:2px solid #fff;margin-top:9px;}
.channel-content-40768 .on .rect{border-color:#e60013;}
.channel-content-40768 .sear_f{border:1px solid #ccc;background-color:#fff;height:28px;}
.channel-content-40768 .result{border-top:1px solid #ddd;padding:10px 10px 0;margin-top:20px;}
.channel-content-40768 .sear_result li{margin-bottom:10px;margin-top: 20px;}
.channel-content-40768 .sear_result a{color:#333;}
.channel-content-40768 .sear_result a:hover{text-decoration:underline;}
.channel-content-40768 .sear_result .el{font-size:14px;_width:100%;}
.channel-content-40768 .sear_result .p{padding:10px 20px;border-top:1px solid #ddd;margin-top:10px;}
.channel-content-40768 .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.channel-content-40768 .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.channel-content-40768 .sear_filt label span{vertical-align: -2px;}
.channel-content-40768 .submit{background-color: #fff;width: 60px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.channel-content-40768 .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.channel-content-40768 .channel-content-40768-flag{background: transparent;}
.channel-content-40768 .dib { padding:0; }
.channel-content-40768 .sear_f .inp {line-height:28px; border:none;}

/*2022-01-23*/
.subnavs .sub_ li{padding:10px 0px;background:none;height:44px;line-height:44px;}
.subnavs .sub_ li a{position:relative;border:none;}
.subnavs .sub_ li a:after{content:"";width:1px;height:10px;background:#dcdcdc;display:block;position:absolute;right:-0.5px;top:50%;margin-top:-5px;}
.subnavs .sub_ li:hover,.subnavs .sub_ li.cur{background:none;}
.subnavs .sub_ li:hover a, .subnavs .sub_ li.cur a{background: #da7e15;}
.subnavs .sub_ li:hover a:after,.subnavs .sub_ li.cur a:after{background: #da7e15;}

/*2022-01-24*/
.biaoti p,.biaoti .p,.product_compre  .biaoti p{font-size:14px;color:#555;}
.biaoti{position:relative;}
.biaoti .more{position:absolute;bottom:20px;right:20px;font-size:14px;color:#616161;}
.page_nav .cur > a{color: #fff100;}

/*2022-02-03*/
.biaoti .fadeInUp{font-size:14px;}
.news_list .news-top .news-hot{padding: 23px 2% 22px;}
.news_list .news-top .news-hot .img_bg{height:0;padding-bottom:33%;overflow:hidden;}
.news_pap .news_pap_l .news_tab  .tab_c .p .cur{color:#da7e15;}
.product_cust .part01 .category{padding-bottom:0px;margin-bottom:0;}
.news_pap .news_pap_l .news_tab  .tab_c .p p{line-height:34px;}

/*2022-02-10*/
.ipart04 ._con_lt ._desc{font-size:14px;}
.biaoti{padding-bottom:30px;padding-top:20px;}
.about_intro .part01 .part01_ .part01_l{background-color: #f3f3f3;}
.about_intro .part01 .part01_ .part01_l .mask_ .title{color:#da7e15;}
.about_intro .part01 .part01_ .part01_l .mask_ .p{color:#393939;}

.channel_content .channel-content-42917 .pdet_form .ord_sub,.channel_content .channel-content-42917 .pdet_form .ord_rest{width:148px;height:34px;border:none;cursor:pointer;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;}
.channel_content .channel-content-42917 .pdet_form .ord_sub:hover,.channel_content .channel-content-42917 .pdet_form .ord_rest:hover{background-color:#da7e15;}
.channel_content .channel-content-42917 .pdet_form .ord_sub{background-color: #fff100;color:#000;}
.channel_content .channel-content-42917 .pdet_form .ord_sub:hover{color:#fff;}
.channel_content .channel-content-42917 .pdet_form .ord_rest{background-color: #cccccc;color:#fff;}
.channel_content .channel-content-42917 .pdet_form{background:none;}
.channel_content .channel-content-42917 .pdet_form .ord_area{vertical-align:middle;}
.about_more_compre .part02 .vate_b .con_  .desc_{width:100%;padding:0;}
.about_more_compre .part02 .vate_b .con_  .desc_box{padding: 60px 70px 50px 40px;}
.product_cust .part01 .bottom ul li .info_{display:block;}

.job_compre .part01 .wrap{position:relative;}
.job_compre .part01 .job_img{right:70px;top:42px;}




.page_nav .nav_li.li3 ._drop_box{left:-86%;}
.page_nav .nav_li.li4 ._drop_box{left:-88%;}
.page_nav .nav_li.li5 ._drop_box{left:-90%;}
.page_nav .nav_li.li6 ._drop_box{left:-190%;}
.page_nav .nav_li.li7 ._drop_box{left:-200%; }
.page_nav .nav_li.li6 .nav_cover_box ul._sec_ul{ height: 257px;overflow: hidden;}

/*2022-02-13*/
.header .top02 ._pro_order{float:right;}
.header .top02 ._pro_order_box{width:77%;}
.page_nav{width:82%;}

/*2022-02-13首页banner*/
.ibanner .arrs{background:url(../img/news_arr2_01.png) no-repeat;width:47px;height:94px;top:50%;margin-top: -47px;opacity:.6;}
.ibanner .arrs:hover{opacity:1;}
.ibanner .arrs.arr_prev{margin-right:0;left:1%;background-position:0px -94px;}
.ibanner .arrs.arr_prev:hover{background-position:0px 0px;}
.ibanner .arrs.arr_next{margin-right:0;right:1%;background-position:-47px 0px;background-position:-47px -94px;}
.ibanner .arrs.arr_next:hover{background-position:-47px 0px;}
.ibanner .slide_nav{position:absolute;bottom:50px; left:0;width:100%; text-align: center;}
.ibanner .slide_nav a{display:inline-block;width:12px; height:12px; line-height: 99; overflow:hidden; background-color:#fff;border-radius: 50%; cursor:pointer; margin-right: 10px; vertical-align: middle;}
.ibanner .slide_nav a.on{ border:2px #fff solid; background:url(about:blank);}

.header .top02 ._pro_order_box{padding-bottom:0;}

.about_history .part01 .his_right ul li .mask_  .bg_img .img_title{position:absolute;bottom:0;left:0;width:100%;height:34px;line-height:34px;background:url(../img/blur_73.png) repeat;}
.about_history .part01 .his_right ul li .mask_  .bg_img .img_title span{display:block;padding:0px 10px;font-size:14px;color:#fff;font-weight:normal;text-align:center;}
.header .tops.top_fixed .top02 ._pro_order_box{padding:0;}


.channel-content-42917{overflow:hidden;}
.channel-content-42917 .pdet_form{ padding:10px 3%; background:#f9f9f9; margin-top:20px;}
.channel-content-42917 .pdet_form label{ line-height:32px; display:inline-block;}
.channel-content-42917 .pdet_form .ord_inp{ width:75%; height:30px; line-height:30px; border:1px solid #ddd; background:#fff; padding:0; margin:0;}
.channel-content-42917 .pdet_form .ord_area{ width:88%;border:1px solid #ddd; background:#fff; padding:0; margin:0; height:110px;}
.channel-content-42917 .pdet_form .ord_inp.ord_yzm{ width:40%;}
.channel-content-42917 .pdet_form .porder_v{ margin-bottom:10px;}
.channel-content-42917 .pdet_form .ord_btninp{ text-align:center; padding-top:20px;}
.channel-content-42917 .pdet_form .ord_sub{ height:30px; width:90px; background:#db2727; color:#fff; margin-right:10px;}
.channel-content-42917 .pdet_form .ord_rest{ height:30px; width:90px; background:#dfdfdf;}
.channel-content-42917 .pdet_form .red{color:red}
.channel-content-42917 .con_nr a:hover{ color:#1480bf;}

@media only screen and (max-width: 64em) {
.channel-content-42917 .Login-L1-Left{ width:60%;}
.channel-content-42917 .Login-L1-li input { width: 65%; }
}

@media only screen and (max-width: 40em) {
.channel-content-42917 .Login-L1 { background: none; }
.channel-content-42917 .Login-L1-Left { width: 100%; }
}

/*2022-02-14*/
.pdet_form .select-ui-choose-default{border-radius:0px;}
.product_compre .pro01 .pro_t li{width:19.2%}

/**/
.gupiao_tab .tab_b{width:100%;height:32px;}
.gupiao_tab .tab_t{font-size:14px;color:#626262;width:16%;background-color:#f4f4f4;text-align:center;height:32px;line-height:32px;}
.gupiao_tab .tab_t_cur{background-color:#035cac;color:#fff;}
.invest_compre .part02 .mask_ .into_wrap ._con{padding:2% 9% 2%;}
.invest_compre .part02 .mask_ .into_  .pic{margin-top:10px;width:84%;padding:0;margin-left: 6%;}
.into_bottom{padding:2% 9% 0;font-size:14px;color:#626262;}
.into_bottom span{margin-right:2%;}

.gupiao_zoushi .gpzs_hd{font-size:16px;color:#000;padding-bottom:40px;text-align:center;}
.gupiao_zoushi .gpzs_hd span{margin-right:20px;display:inline-block;*display:inline;*zoom: 1;}
.gupiao_zoushi .gupiao_tab{width:49%;float:none;margin:0 auto 60px;}
.gupiao_zoushi .gupiao_tab .tab_b{height:46px;margin-bottom:30px;}
.gupiao_zoushi .gupiao_tab .tab_t{height:46px;line-height:46px;}

/*2022-02-14技术创新*/
.chuangxin .cxfz_part1{margin-bottom:50px;}
.chuangxin .part1_hd{font-size: 24px; color:#da7e15;font-weight:normal;margin-bottom:20px;}
.chuangxin .part1_p{font-size: 14px; color:#626262;line-height:30px;}
.chuangxin .part2_hd{text-align:center;font-size:34px;color:#000;font-weight:normal;margin-bottom:30px;}
.chuangxin .part2_bd .part2_bd_box{height:354px; overflow:hidden;}
.chuangxin .part2_bd li{width:19.4%;position:relative;}
.chuangxin .part2_bd .list_box{position:relative; overflow:hidden;}
.chuangxin .part2_bd .list_cover{position:absolute;width:100%;height:100%;background:url(../img/black.6.png) repeat;left:0;top:82%;z-index:2;transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.chuangxin .part2_bd .cover_box{padding:16px 20px;color:#fff;text-align:center;}
.chuangxin .part2_bd .list_title{font-size:20px;margin-bottom:16px;font-weight:normal;}
.chuangxin .part2_bd .list_p{font-size:14px;text-align:left;}
.chuangxin .part2_bd li:hover .list_cover{top:0;}
.chuangxin .part2_bd li:hover .list_title{white-space:normal;text-overflow:ellipsis;overflow:auto;}
.chuangxin .part2_bd{position:relative;}
.chuangxin .part2_bd .pro_arr{width:21px;height:40px;background:url(../img/cx_pro_arr.png) no-repeat;opacity:.6;top:50%;margin-top:-20px;display:block;position:absolute;}
.chuangxin .part2_bd .pro_arr:hover{opacity:1;}
.chuangxin .part2_bd .pro_arr_prev{left:-40px;}
.chuangxin .part2_bd .pro_arr_next{right:-40px;background-position:-21px 0px;}

/*2022-02-15*/
.iprt02_con ._txt_wrap ._params .li_long{text-align:left;margin-right:2%;width:34%;}
.iprt02_con ._txt_wrap ._params .li_long .number{font-size:28px;}
.product_detail .detail_posi .detail_l .part1_main .li_long{padding:0 3% 0 0;}
.product_detail .detail_posi .detail_l{width:44%;margin:0;}
.product_detail .detail_posi .detail_r{width:54%;margin:0;}

/*2022-02-15*/
.product_cust .part01{padding-bottom:0;}
.page{margin-bottom:0;}
.customer_ser .part02 ul li .mask_ .p{height:160px;overflow:hidden;}
.customer_ser .part02 ul li .mask_ .p .ion{display:none;font-size:20px;color:#da7e15;position:absolute;bottom:30px;right:0;}
.customer_ser .part02 ul li .mask_{padding: 36px 30px 40px 25px;margin:0;}
.customer_ser .part02 ul li:hover .mask_{background-color:#da7e15;}

/*2022-02-15 科研实力*/
.keyanshili .part2{margin-top:20px;}
.keyanshili .part2 .list_title{position:absolute;width:100%;height:32px;line-height:32px;bottom:0;left:0;text-align:center;font-size:14px;color:#626262;background:url(../img/black.6.png) repeat;color:#fff;font-weight:normal;}
.keyanshili .part2 .arrs{width:21px;height:40px;background:url(../img/cx_pro_arr.png) no-repeat;opacity:.6;top:50%;margin-top:-20px;display:block;}
.keyanshili .part2 .arr_prev{background-position:0px 0px;left:0;}
.keyanshili .part2 .arr_next{background-position:-21px 0px;right:0;}

.header ._drop_box ._subnav_con ._sec_li > a{line-height:40px;font-size:14px;}
.header ._drop_box ._top_cons .nav_cover_box{padding:30px 20px;}
.header ._drop_box ._top_cons .nav_cover_box{padding: 30px 20px;}
.header ._drop_box ._top_cons ._desc{margin-bottom:0px;}

/*2022-02-16*/
.customer_ser .part02 ul li .mask_ .p .p_title{font-size:16px;margin-bottom:24px;}
.nbanner{height:1080px;}
.nbanner .bg_img{height:1080px;}

/*2022-02-20相册弹窗*/
body .album_ordinary .slide_c p{position:static;margin-top:20px;line-height:22px;}
body .album_ordinary .album_close { background-color:#da7e15; }
body .album_wrap .slide_wrap img{display:block;margin:0 auto;}
body .album_ordinary .slide_c .img_box{position: absolute;left: 50%;margin-left: -295.5px;top: 50%;margin-top: -258px;}

/*2022-02-22*/
.about_compre .part04 .prt04_det_item ._pic{width:50%;top:140px;right:0;}

/*2022-02-23*/
/*首页*/
/*ibanner*/
.ibanner .video_img { display:none; }

/*2022-02-24*/
.job_compre .part03{padding-bottom:0;}

/*2022-03-14*/
.header .top02 ._pro_order_box{float:left;}
.header .top02 ._search_box{float:left;}

/*2022-03-16 ysl*/
/*主导航-下拉展示图片尺寸较小时相框显示不全*/
.header ._drop_box ._top_cons ._pic_wrap .img_box img { width:100%; }

/*2022-03-20*/
.news_pap .news_pap_r  ._detailPage_bottom ._mark{margin:0;cursor:pointer;}
.news_pap .news_pap_r  ._detailPage_bottom ._title{padding:0px 24px;}
.keyanshili .part2 .part2_r{height:300px;overflow: hidden;}

/*2022-03-22*/
.about_gushi.about_gushi_detail .part01 .his_right{padding:0;}
.about_gushi.about_gushi_detail .part01 .his_right .wrap{width:auto;min-width: auto;}

/*2022-03-25*/
.about_compre .part04 .prt04_det_item ._year{font-size:146px;margin-bottom:10px;letter-spacing: 17px;}
/*.about_compre .part04 .prt04_det_item ._pic{width:44%;top:176px;}*/

/*2022-03-27*/
.iprt01_btm .lt_box ._con ._tt a{color:#fff;}
.iprt02_con ._txt_wrap ._tt a{color:#fff;}

/*人才政策 2022-03-27*/
.job_zhence_box .even .list_img{float:right;}
.job_zhence_box .even .list_text{float:left;}
.job_zhence_box .list_text_box{padding:8%;}
.job_zhence_box .list_hd{font-weight: bold; font-size: 24px;margin-bottom:20px;}
.job_zhence_box .list_p{font-size: 16px;}

.page_nav .li8{display:none;}

body .BMap_shadow img{display:none;}

.customer_ser .part01 .part01_c{height:526px;}

.about_hover .item ._mask .bg_title{font-size:14px;color:#fff;position:static;margin:0;text-align:center;padding: 5% 6% 0;}

/*2022-03-29知识产权*/
.about_hover .about_zhishi .item ._mask{display:none;}
.about_zscq .item_list{height:220px;overflow:hidden;}
.about_zscq .wrap{position:relative;}
.about_zscq .zscq_arr{width:22px;height:40px;background:url(../img/cx_pro_arr.png) no-repeat;display:block;position:absolute;top:50%;margin-top:-20px;opacity:0.8;}
.about_zscq .zscq_arr_prev{left:-40px;background-position:2px 0px;}
.about_zscq .zscq_arr_next{right:-40px;background-position:-22px 0px;}
.share_cover .cover_img{display:none;}

.about_callus_part2 ._jc_box li{min-height:220px;}
.invest_society .part01 .tab_  .tab_c_ .tab_c .mask_  .p{margin-bottom:0;}

.customer_compre  .part01 .slide_box ul .list04 .img_box .text_box .type_box .type_list a{display:block;}

.header .company ._bd > a:hover{background-color: #da7e15;color:#fff;}

/*2022-04-01*/
.about_hover .item ._item_down{padding:4%;}
.about_hover .item ._name{line-height:22px;height:22px;overflow:hidden;text-align:center;margin:0;font-size:14px;}

/*2022-04-06*/
.about_callus .part1 .part1_main dd .map_main{width:80%;}

/*2022-04-27客户培训*/
.keyanshili .part3{padding-top:20px;}

/*2022-05-05新闻视频*/
.video_catlist{text-align:center;padding:0px 0px 50px;}
.video_catlist a{padding:8px 26px;font-size:15px;color:#464646;border: 2px solid #a1a1a1;text-align:center;display:inline-block;*display:inline;*zoom: 1;margin:0 10px;}
.video_catlist a:hover,.video_catlist a.cur{color:#fff;background-color:#da7e15;border-color:#da7e15;}
.video_catlist .list_ico{width:11px;height:6px;background:url(../img/video_catlist_ico.png) no-repeat;float:right;margin-left:10px;margin-top:10px;}
.video_catlist a:hover .list_ico,.video_catlist a.cur .list_ico{background-position:0 -6px;}


/*2022-05-05头部*/
.page_nav .nav_li > a{font-size:16px;}
.cbw_list .pbox{padding: 6% 6% 22%;}

/*社会责任*/
.invest_society .bg_img01 .list_title{position:absolute;width:100%;height:32px;line-height:32px;bottom:0;left:0;text-align:center;font-size:14px;color:#626262;background:url(../img/black.6.png) repeat;color:#fff;font-weight:normal;}
.invest_society .bg_img01 .arrs{width:21px;height:40px;background:url(../img/cx_pro_arr.png) no-repeat;opacity:.6;top:50%;margin-top:-20px;display:block;}
.invest_society .bg_img01 .arr_prev{background-position:0px 0px;left:0;}
.invest_society .bg_img01 .arr_next{background-position:-21px 0px;right:0;}

