/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/


/* 雪碧图 */


/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/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(../image/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: 13px;
    line-height: 1.6;
    color: #555;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #00934b;
}

::-moz-selection {
    color: #fff;
    background: #00934b;
}

::selection {
    color: #fff;
    background: #00934b;
}

::-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*/

.header .tops {
    /*position:relative; z-index:20; */
    background: rgba(0, 0, 0, 0.21);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.header .tops:hover,
.header .tops.blue {
    background: rgba(0, 147, 75, 0.85);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#D900489D, endColorstr=#D900489D);
}


/*header-top01*/


/*header-top01-股票api*/

.stock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 37px 0 34px;
    font-size: 0;
}

.stock ._num,
.stock ._price {
    font-size: 12px;
    color: #828282;
}

.stock ._price {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin-right: 7px;
    padding-right: 20px;
    color: #ff0000;
}

.stock ._wave_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    color: #ff0000;
}

.stock.gored ._wave_box {
    color: #ff0000;
}

.stock.gogreen ._wave_box,
.stock.gogreen ._price {
    color: #ff0000;
}

.stock ._wave_box ._wave_num,
.stock ._wave_box ._wave_per {
    font-size: 12px;
}

.stock ._price:after {
    content: '--';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    font-size: 0;
    background-image: none;
}

.stock.gored ._price:after,
.stock.gogreen ._price:after {
    right: 5px;
    margin-top: -9px;
    width: 5px;
    height: 20px;
    background-image: url(../image/Hdft01.png);
    background-repeat: no-repeat;
}

.stock.gored ._price:after {
    background-position: 0 0;
}

.stock.gogreen ._price:after {
    background-position: 0 -20px;
}

.stock.unchanged ._price:after {
    font-size: 14px;
    background-image: none;
}

.stock.unchanged.gored ._price:after {
    color: #ff0000;
}

.stock.unchanged.gogreen ._price:after {
    color: #35d11e;
}


/*header-top01-股票api end*/

.header .company {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    color: #ffffff;
}

.header .company ._hd {
    position: relative;
    padding-right: 30px;
}

.header .company ._hd:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed dashed;
    border-width: 4px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
}

.header .company ._bd {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 5px 0 10px;
    width: 140px;
    top: 100%;
    right: 0;
    background-color: #eeeeee;
}

.header .company ._bd>a {
    display: block;
    padding: 5px 5px 5px 10px;
    color: #555555;
}

.header .lan {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #828282;
}


/*header-top02*/

.header .logo>a {
    display: block;
    width: 230px;
    height: 52px;
    background-image: url(../image/logo1.png);
	background-size: 77% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header:hover .logo>a {
    background-image: url(../image/logo1.png);
}

.header .top02 ._search_btn {
    display: block;
    margin-top: 27px;
    margin-left: 25px;
    width: 17px;
    height: 17px;
    background-image: url(../image/Hdft03a.png);
    cursor: pointer;
}

.header .top02 ._pro_order {
    display: block;
    position: relative;
    margin-top: 23px;
    margin-left: 10px;
    padding-left: 30px;
    font-size: 15px;
    color: #00934b;
}

.header .top02 ._pro_order:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    background: url(../../images/index1.png) 0 0 no-repeat;
}


/*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: 22px 0 42px;
    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;
}

.header ._drop_box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.header ._drop_box ._top_cons {
    padding: 20px 0 32px;
    background-color: #f5f5f5;
}

.header ._drop_box ._top_cons ._tit {
    font-size: 26px;
    font-weight: bold;
    color: #272727;
}

.header ._drop_box ._top_cons ._desc {
    margin-bottom: 22px;
    font-size: 14px;
    color: #5a5a5a;
}

.header ._drop_box ._top_cons ._pic_wrap {
    position: relative;
    width: 320px;
}

.header ._drop_box ._top_cons ._pic_wrap ._msk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/Hdft04.png) center center no-repeat;
}

.header ._drop_box ._subnav_con {
    width: 64%;
}

.header ._drop_box ._subnav_con ._sec_li {
    float: left;
    margin-top: -1px;
    margin-right: 3.7%;
    width: 29.3%;
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
}

.header ._drop_box ._subnav_con ._sec_li>a {
    display: block;
    padding-left: 10px;
    line-height: 45px;
    color: #242424;
}

.header ._drop_box ._subnav_con ._sec_li>a:hover {
    color: #ffffff;
    background-color: #00934b;
}

.header ._drop_box ._btm_cons {
    background-color: #e9e9e8;
    text-align: center;
}

.header ._drop_box ._btm_cons a {
    font-size: 14px;
    line-height: 3;
    color: #4d4e53;
}

.mobile_key {
    display: none;
    float: right;
    font-size: 30px;
    color: #00934b;
}


/*下拉订购*/

.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: 168px;
    height: 200px;
    z-index: 10;
}

.posi_ .title {
    font-size: 37px;
    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("../image/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("../image/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: #00934b;
}

.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(../image/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: #004197;
    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(../image/dingzhi_right_03.png) #00934b 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: #ffffff;
    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 2016-12-16
author zhangjun
*/


/*footer*/

.footer {
    overflow: hidden;
    height: 395px;
    position: relative;
    z-index: 22;
    background: url(../image/footer_bottom_02.jpg) no-repeat center center;
    background-position: 100%;
}

.footer a:hover {
    color: #00934b;
}

.footer .aa {
    height: 335px;
}

.footer .footer_l .mask_footer {
    width: 30%;
    text-align: center;
    border-right: 1px solid #292a38;
}

.footer .footer_l .mask_footer dl {
    margin-bottom: 26px;
    text-align: left;
}

.footer .footer_l .mask_footer dl dt {
    font-size: 18px;
    color: #00934b;
    text-align: left;
    margin-bottom: 28px;
}

.footer .footer_l .mask_footer dl dd {
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 18px;
}

.footer .footer_l {
    width: 75%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}

.footer .footer_l dl {
    float: left;
    padding: 0 5px;
    text-align: center;
}

.footer .footer_l dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}

.footer .footer_l dl dd {
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    text-align: left;
}

.footer .footer_l .dl1 {
    padding-left: 0!important;
}

.footer .footer_r {
    width: 21%;
    float: right;
    padding-top: 45px;
}

.footer .footer_r dl dt {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer .footer_r dl dd {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0 14px;
    float: left;
}

.footer .footer_r dl .dd1 {
    margin-left: 0;
}

.footer .bdsharebuttonbox {
    height: 40px;
    margin-top: 48px;
    width: 72%;
}

.footer .bdsharebuttonbox a {
    width: 36px;
    height: 36px;
    float: none;
    display: inline-block;
    padding: 0;
    background: url(../image/footer_xuebitu_02.png) no-repeat;
    margin-left: 0px;
    border-radius: 30px;
    transition: 0s;
}

.footer .bdsharebuttonbox .er_ {
    display: none;
}

.footer .bdsharebuttonbox .bds_tsina {
    background-position: 0 0;
}

.footer .bdsharebuttonbox .bds_sqq {
    background-position: -54px 0;
}

.footer .bdsharebuttonbox .bds_weixin {
    background-position: -109px 0;
}

.footer .bdsharebuttonbox .erweima {
    background-position: -165px 0;
}

.footer .bdsharebuttonbox .bds_tsina:hover {
    background-position: 0 -38px;
}

.footer .bdsharebuttonbox .bds_sqq:hover {
    background-position: -54px -38px;
}

.footer .bdsharebuttonbox .bds_weixin:hover {
    background-position: -109px -38px;
}

.footer .bb {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #41424e;
}

.footer .bb .bb_l {
    color: #fff;
}

.footer .bb .bb_r {
    color: #fff;
}

.footer .bb .bb_l span {
    margin: 0 10px;
}

.footer .bb .bb_l b {
    font-weight: normal;
    margin: 0 10px;
}


/*产品定制*/


/*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(../image/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: #00934b;
    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(http://www.xzhlz.com/resources/web/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(../image/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(../image/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(38, 72, 107, .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: #abd1ff;
}

.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(255, 241, 0);
    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;
}


/*2016-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: #abd1ff;
}

.product_compre .pro01 .pro_t li.li02 .info_ {
    background: rgba(134, 184, 243, .8);
}

.product_compre .pro01 .pro_t li.li03 .info_ {
    background: rgba(46, 106, 173, .8);
}

.product_compre .pro01 .pro_t li.li04 .info_ {
    background: rgba(25, 94, 175, .8);
}

.product_compre .pro01 .pro_t li.li05 .info_ {
    background: rgba(1, 73, 157, .8);
}

.product_compre .pro01 .pro_t li .info_ ._info p img {
    margin-top: 10px;
}


/*2016-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(../image/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(../image/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(../image/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(../image/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(../image/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: #00934b;
    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(../image/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: #00934b;
    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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/bab_index_03.png);
}


/*2016-12-18 ysl*/


/*header*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}

.header .tops.top_fixed {
    background: rgba(0, 72, 157, 0.85);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#D900489D, endColorstr=#D900489D);
}

.header .top01 {
    padding-top: 15px;
}

.header .company ._hd {
    cursor: pointer;
    font-size: 12px;
    color: #828282;
}

.header .order_cons_wrap {
    z-index: 29;
}

.header .top02 ._pro_order_box {
    padding-bottom: 41px;
}

.header .order_cons {
    padding-top: 0;
}

.header .order_cons .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 17px;
    height: 17px;
    background-image: url(../image/black_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tops.top_fixed .top01 {
    display: none;
}

.header .tops.top_fixed .top02 ._pro_order_box {
    padding-bottom: 19px;
}

.header .tops.top_fixed .logo {
    margin-top: 15px;
}

.header .tops.top_fixed .logo>a {
    width: 172px;
    height: 37px;
    background-image: url(../image/logo3.png);
	background-size: 100% 100%;
}

.header ._drop_box {
    z-index: 30;
}

.tops.top_fixed .page_nav .nav_li>a {
    padding-bottom: 20px;
}


/*header*/


/*header-产品与服务搜索*/

.header .top02 ._search_box.show_box ._search_btn {
    background-image: url(../image/Hdft03b.png);
}

.header .search_form_wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

.header .serv_ser {
    padding: 45px 0 40px;
}

.header .serv_ser .t-area {
    float: left;
    margin-left: 20%;
    width: 16.6%;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    border: 1px solid #eee;
    text-indent: 5px;
    background-color: #fff;
}

.header .serv_ser .t-area ._val {
    color: #a9a9a9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .serv_ser .t-area ._val b {
    float: right;
    width: 43px;
    height: 38px;
    background: url(../image/Hdft06.png) center center no-repeat;
}

.header .serv_ser .t-area ._option {
    top: 36px;
}

.header .serv_ser .t-area ._option a {
    padding-left: 10px;
    background-color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .serv_ser .sear_input {
    float: left;
    width: 36.6%;
    padding-left: 5px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    position: relative;
    background-color: #fff;
}

.header .serv_ser .sear_input input {
    text-indent: 10px;
}

.header .serv_ser .sear_input input[type=text] {
    vertical-align: top;
    border: 0;
    width: 80%;
    height: 22px;
    line-height: 22px;
    box-sizing: content-box;
    padding: 6px 0;
}

.header .serv_ser button[type=submit] {
    border: 0;
    width: 9%;
    height: 38px;
    line-height: 30px;
    background-color: #00934b;
    padding: 0;
    float: left;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.header .serv_ser button[type=submit]:hover {
    background-color: #0266b1;
}


/*下层通用*/

.channel_content {
    position: relative;
    z-index: 10;
    min-height: 300px;
    background-color: #ffffff;
}


/*2016-12-19-10:09 zhangjun*/


/*产品详情*/

.ps_sections {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.ps_sections01 {
    background: url(../image/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(../image/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(../image/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(../image/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;
}


/*2016-12-19 09:18 ysl*/


/*header*/

.page_nav .nav_li>a:hover {
    color: #00934b;
}

.mobile_key:hover {
    color: #00934b;
}

.mobile_key {
    display: none;
    color: #00934b;
}


/*下层通用*/


/*右侧漂浮*/

.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: #00934b;
}

.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(../image/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: #00934b;
    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(http://www.xzhlz.com/resources/web/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(../image/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;
}


/*2016-12-19 2:00; zhangjun*/


/*新闻列表*/

.news_list {
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
    background-color: #fff;
    z-index: 20;
}

.news_list .news-top {
    position: relative;
    overflow: hidden;
}

.news_list .news-top .news-hot {
    width: 72%;
    background-color: #efefef;
}

.news_list .news-top .news-hot .img_bg {
    width: 50%;
    float: left;
}

.news_list .news-top .news-hot .news_hot_ {
    width: 30%;
    float: left;
}

.news_list .news-top .news-hot .news_hot_ {
    padding: 58px 10%;
}

.news_list .news-top .news-hot .news_hot_ ._title {
    font-size: 28px;
    color: #00934b;
    font-weight: normal;
    text-align: left;
}

.news_list .news-top .news-hot .news_hot_ ._sum {
    line-height: 24px;
    max-height: 72px;
    *height: 72px;
    overflow: hidden;
    margin-bottom: 15px;
    color: #595757;
    font-size: 14px;
    margin-top: 20px;
}

.news_list .news-top .news-hot .news_hot_ .more_ {
    margin-top: 50
}

.news_list .news-top .news-hot .news_hot_ .more_ span {
    display: inline-block;
    *display: inline-block;
    margin-right: 44px;
    color: #cacaca;
}

.news_list .news-top .news-hot .news_hot_ .more_ span i {
    margin-right: 10px;
    margin-bottom: 3px;
}

.news_list .news-top .news-hot .news_hot_ .more_ b {
    color: #cacaca;
    font-weight: normal;
}

.news_list .news-top .news-hot .news_hot_ .more_ b i {
    margin-right: 10px;
}

.news_list .news-top .news-hot ._more {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0b9be9;
    color: #0b9be9;
    text-indent: 20px;
    position: relative;
    margin-left: 223px;
}

.news_list .news-top .news-hot ._more .ion {
    position: absolute;
    right: 10px;
}

.news_list .news-top .news-hot ._more:hover {
    background: #0b9be9;
    color: #fff;
}

.news_list .news_r {
    width: 24%;
    float: right;
    border: 12px solid #efefef;
    margin-left: 2%;
}

.news_list .news_sarch {
    background-color: #fff;
    margin: 20px 10% 20px 10%;
}

.news_list .news_sarch .select_box1 {
    background: #fff;
    height: 32px;
    line-height: 32px;
    width: 99%;
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
}

.news_list .news_sarch .select_box2 {
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    width: 99%;
    margin-right: 2%;
    background: #fff;
    height: 32px;
    line-height: 32px;
    float: left;
}

.news_list .news_sarch .select_box3 {
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    width: 47%;
    margin-left: 2%;
    background: #fff;
    height: 32px;
    line-height: 32px;
    float: left;
}

.news_list .news_list .news_sarch .select_box3 {
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    width: 46%;
    margin-left: 2%;
    background: #fff;
    height: 32px;
    line-height: 32px;
    float: right;
}

.news_list .news_r .key {
    width: 94.5%;
    height: 32px;
    line-height: 32px;
    padding-left: 4%;
    font-size: 13px;
    border: 1px solid #dddddd;
}

.news_list .news_sarch .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 40px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-bottom: 12px;
}

.news_list .news_sarch .select-ui-choose-default {
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e0e0e0;
}

.news_list .news_sarch .select-ui-choose-default ._txt {
    padding-left: 12px;
    padding-right: 50px;
}

.news_list .news_sarch .select-ui-choose-default ._arrow .arr {
    border-color: #b8b8b8 transparent transparent;
    margin-left: 36%;
}

.news_list .news_sarch .select-ui-choose-default.on ._arrow .arr {
    border-color: transparent transparent #3a87d3;
}

.news_list .news_sarch .select-ui-choose-default ._arrow {
    width: 40px;
    background: #f3f3f3;
}

body .select-ui-options-default-bottom {
    border-radius: 0px;
    border: none;
    background-color: #f0f0f0;
}

body .select-ui-options-default li:hover {
    background: #c8c8c8;
}

.news_list .news_sarch .seach_box {
    border: 1px solid #cdcdcd;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 19%;
    color: #bababa;
}

.news_list .news_sarch .seach_box input {
    border: none;
    width: 100%;
}

.news_list .news_sarch .seach_box .input_box {
    padding: 0px 16px;
    display: block;
}

.news_list .news_sarch .seach_btn {
    border: none;
    background: #00934b;
    width: 99%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    outline: none;
    margin-top: 20px;
}

.news_list .news_sarch .seach_btn:hover {
    cursor: pointer;
}

.nl_list {
    margin-bottom: 0;
}

.nl_list li {
    clear: both;
    overflow: hidden;
    padding: 40px 54px 54px 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: 138px;
    height: 82px;
    background: rgba(83, 120, 155, .6);
    z-index: 30;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nl_list ._date1 ._mask span {
    font-size: 16px;
    color: #fff;
    text-align: right;
    display: block;
    margin-right: 14px;
    margin-top: 10px;
}

.nl_list ._date1 ._mask i {
    font-size: 37px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-top: -15px;
}

.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 #00934b;
}

.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%;
}


/*新闻视频*/

.news_video {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    padding: 66px 0;
}

.news_video .news_v {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.news_video .news_v ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.news_video .news_v ul li .info_ {
    height: 66px;
    line-height: 66px;
    position: relative;
    background: url(../image/news_video_xiao_03.png) #ecf1f4 no-repeat 95% center;
}

.news_video .news_v ul li .info_ p {
    font-size: 16px;
    color: #19191a;
    text-indent: 20px;
}

.news_video .news_v ul li ._info {
    background: url(../image/black88_03.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all .5s ease;
}

.news_video .news_v ul li ._info ._mask {
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 50%;
    margin-top: -34px;
}

.news_video .news_v ul li:hover ._info {
    top: 0;
}

.news_video .news_v .page {
    margin-bottom: 34px;
}


/*新闻详情*/

.news_detail {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    padding: 80px 0 120px;
}


/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/

.news_detail ._tool_ico {
    width: 20px;
    height: 20px;
    background: url(../image/news_detail_tool_ico.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 6px;
}

.news_detail ._tool_ico.ico01 {
    background-position: 0px 0px;
}

.news_detail ._tool_ico.ico02 {
    background-position: -20px 0px;
}

.news_detail ._tool_ico.ico03 {
    background-position: -40px 0px;
}

.news_detail ._tool_ico.ico04 {
    background-position: -60px 0px;
}

.news_detail ._tool_ico.ico05 {
    background-position: -80px 0px;
}

.news_detail ._tool_ico.ico06 {
    background-position: -100px 0px;
}


/* newsdetail-2 start*/

.news_detail .widget-newsdetail-2 ._head {
    border-bottom: 1px dotted #cccccc;
}

.news_detail .widget-newsdetail-2 ._head ._title {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_detail .widget-newsdetail-2 span {
    color: #c7c7c7;
    height: 46px;
    line-height: 46px;
    padding: 10px 0px 30px;
    margin-right: 1%;
}

.news_detail .widget-newsdetail-2 .ion {
    font-size: 16px;
    font-weight: normal;
}

.news_detail .widget-newsdetail-2 .span ._tool {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.news_detail .widget-newsdetail-2 .span ._b2l .ion {
    color: #0e90d2;
}

.news_detail .widget-newsdetail-2 .myart {
    padding: 50px 0;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom {
    border-top: 1px solid #cccccc;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom li {
    line-height: 60px;
    overflow: hidden;
    height: 60px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    padding-right: 28px;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._mark {
    float: left;
    margin-right: 25px;
    padding: 0px 28px;
    color: #7c7c7c;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._title {
    float: left;
    width: 68%;
    color: #000;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom li:hover ._mark {
    background-color: #027ac8;
    color: #fff;
}

.news_detail .widget-newsdetail-2 ._detailPage_bottom ._time {
    float: right;
    font-size: 13px;
    color: #969696;
}

.news_detail .widget-newsdetail-2 .bdsharebuttonbox {
    margin-right: 24px;
}

.news_detail .widget-newsdetail-2 .bdsharebuttonbox .bds_more {
    float: none;
    padding-left: 2px;
    background: none;
    font-size: 14px;
    color: #c7c7c7;
}


/*è¯¦æƒ…é€šç”¨å³ä¾§æŒ‰é’®*/

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box {
    width: 46px;
    height: 46px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../image/detail_r_ico.png) no-repeat;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back {
    background-position: -46px 0px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next {
    background-position: -92px 0px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box:hover {
    background-position: 0px -46px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back:hover {
    background-position: -46px -46px;
}

.news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next:hover {
    background-position: -92px -46px;
}


/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico {
    width: 20px;
    height: 20px;
    background: url(../image/news_detail_tool_ico.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 6px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico01 {
    background-position: 0px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico02 {
    background-position: -20px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico03 {
    background-position: -40px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico04 {
    background-position: -60px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico05 {
    background-position: -80px 0px;
}

.news_detail .widget-newsdetail-2 .news_detail ._tool_ico.ico06 {
    background-position: -100px 0px;
    margin-left: 24px;
}

.news_detail .widget-newsdetail-2 .bdshare_popup_box {
    display: none!important;
}


/*电子报纸*/

.news_pap {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    padding: 60px 0 150px;
}

.news_pap .news_pap_l {
    width: 34%;
}

.news_pap .news_pap_l .bg_logo {
    position: relative;
    overflow: hidden;
}

.news_pap .news_pap_l ._posi {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    background-color: #00934b;
}

.news_pap .news_pap_l ._posi span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    *display: inline-block;
    margin-left: 34px;
    margin-right: 130px;
}

.news_pap .news_pap_l ._posi i {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    *display: inline-block;
}

.news_pap .news_pap_l .news_tab {
    position: relative;
    overflow: hidden;
}

.news_pap .news_pap_l .news_tab .tab_t_ {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 102px;
}

.news_pap .news_pap_l .news_tab .tab_t {
    width: 50%;
    float: left;
    border-bottom: 1px dashed #cccccc;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.news_pap .news_pap_l .news_tab .tab_t.tab_t_cur {
    background-color: #00934b;
}

.news_pap .news_pap_l .news_tab .tab_c_ {
    position: relative;
    overflow: hidden;
}

.news_pap .news_pap_l .news_tab .tab_c {
    padding: 26px 40px 26px 20px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.news_pap .news_pap_l .news_tab .tab_c .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.news_pap .news_pap_l .news_tab .tab_c .p {
    margin-top: 5px;
}

.news_pap .news_pap_l .news_tab .tab_c .p p {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
}

.news_pap .news_pap_l .news_tab .tab_img_ {
    border: 1px solid #eee !important;
    margin: 20px 0;
}

.news_paper .news_pap .tab_img_ {
    border: 1px solid #eee !important;
    margin: 0 0 20px 0;
}

.news_pap .news_pap_l .xiazai {
    height: 65px;
    line-height: 65px;
    background-color: #00934b;
    position: relative;
}

.news_pap .news_pap_l .xiazai img {
    position: absolute;
    left: 110px;
    top: 50%;
    margin-top: -20px;
}

.news_pap .news_pap_l .xiazai p {
    font-size: 18px;
    color: #fff;
    margin-left: 200px;
}

.news_pap .news_pap_r {
    width: 61%;
    margin-left: 5%;
    position: relative;
    overflow: hidden;
}

.news_pap .news_pap_r ._head {
    border-bottom: 1px dotted #cccccc;
}

.news_pap .news_pap_r ._head ._title {
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_pap .news_pap_r ._tools {
    color: #c7c7c7;
    height: 46px;
    line-height: 46px;
    padding: 10px 0px 30px;
}

.news_pap .news_pap_r .ion {
    font-size: 16px;
    font-weight: normal;
}

.news_pap .news_pap_r ._tools ._tool {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.news_pap .news_pap_r ._tools ._b2l .ion {
    color: #0e90d2;
}

.news_pap .news_pap_r .myart {
    padding: 50px 0;
}

.news_pap .news_pap_r ._detailPage_bottom {
    border-top: 1px solid #cccccc;
}

.news_pap .news_pap_r ._detailPage_bottom li {
    line-height: 60px;
    overflow: hidden;
    height: 60px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    padding-right: 28px;
}

.news_pap .news_pap_r ._detailPage_bottom ._mark {
    float: left;
    margin-right: 25px;
    padding: 0px 28px;
    color: #7c7c7c;
}

.news_pap .news_pap_r ._detailPage_bottom ._title {
    float: left;
    width: 68%;
    color: #000;
}

.news_pap .news_pap_r ._detailPage_bottom li:hover ._mark {
    background-color: #027ac8;
    color: #fff;
}

.news_pap .news_pap_r ._detailPage_bottom ._time {
    float: right;
    font-size: 13px;
    color: #969696;
}

.news_pap .news_pap_r .bdsharebuttonbox {
    margin-right: 24px;
}

.news_pap .news_pap_r .bdsharebuttonbox .bds_more {
    float: none;
    padding-left: 2px;
    background: none;
    font-size: 14px;
    color: #c7c7c7;
}


/*è¯¦æƒ…é€šç”¨å³ä¾§æŒ‰é’®*/

.news_pap .detail_right_btn ._btn_box {
    width: 46px;
    height: 46px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../image/detail_r_ico.png) no-repeat;
}

.news_pap .detail_right_btn ._btn_box._btn_back {
    background-position: -46px 0px;
}

.news_pap .detail_right_btn ._btn_box._btn_next {
    background-position: -92px 0px;
}

.news_pap .detail_right_btn ._btn_box:hover {
    background-position: 0px -46px;
}

.news_pap .detail_right_btn ._btn_box._btn_back:hover {
    background-position: -46px -46px;
}

.news_pap .detail_right_btn ._btn_box._btn_next:hover {
    background-position: -92px -46px;
}


/*æ–°é—»è¯¦ç»†toolå›¾æ ‡*/

.news_pap ._tool_ico {
    width: 20px;
    height: 20px;
    background: url(../image/news_detail_tool_ico.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 6px;
}

.news_pap ._tool_ico.ico01 {
    background-position: 0px 0px;
}

.news_pap ._tool_ico.ico02 {
    background-position: -20px 0px;
}

.news_pap ._tool_ico.ico03 {
    background-position: -40px 0px;
}

.news_pap ._tool_ico.ico04 {
    background-position: -60px 0px;
}

.news_pap ._tool_ico.ico05 {
    background-position: -80px 0px;
}

.news_pap ._tool_ico.ico06 {
    background-position: -100px 0px;
    margin-left: 24px;
}

.news_pap .bdshare_popup_box {
    display: none!important;
}


/*2016-12-20  10:30 zhangjun*/


/*新闻-公司刊物*/


/*图片*/

.rect-137 {
    padding-bottom: 137%;
}

.news_pub {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    padding-top: 66px;
}

.cbw_list li {
    margin-bottom: 30px;
}

.cbw_list .pbox {
    background-color: #c9c9c9;
    padding: 15%;
}

.cbw_list .pbox .info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ededed;
    padding: 5%;
}

.cbw_list .pbox .info .title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.cbw_list .pbox .info .co {
    width: 0;
    height: 0;
    border-right: 22px solid #027ac8;
    border-top: 22px transparent solid;
    display: block;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.cbw_list .hover .pbox .info {
    background-color: #027ac8;
    color: #fff;
}

.cbw_list .hover .pbox .info .co {
    border-right-color: #fff;
}

.cbw_list .page {
    margin-top: 50px;
}


/*新闻-网站公告*/


/* newslist-2 start*/

.news_notice {
    position: relative;
    overflow: hidden;
    z-index: 20;
    background-color: #fff;
    padding: 66px 0 0;
}

.news_notice .widget-newslist-2 {
    margin-bottom: 20px;
}

.news_notice .widget-newslist-2 li {
    clear: both;
    overflow: hidden;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news_notice .widget-newslist-2 ._date1 {
    width: 125px;
    height: 36px;
    line-height: 36px;
    float: left;
    color: #af7558;
    font-family: Verdana;
}

.news_notice .widget-newslist-2 ._date1 ._d1 {
    font-size: 24px;
}

.news_notice .widget-newslist-2 ._date2 {
    width: 60px;
    float: left;
    border: 1px solid #ccc;
    margin-top: 9px;
    margin-right: 15px;
}

.news_notice .widget-newslist-2 ._date2 span {
    display: block;
    text-align: center;
    font-size: 12px;
}

.news_notice .widget-newslist-2 ._date2 ._d1 {
    line-height: 44px;
    background: #ccc;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.news_notice .widget-newslist-2 ._date2 ._d2 {
    color: #ccc;
}

.news_notice .widget-newslist-2 ._intro {
    overflow: hidden;
    position: relative;
}

.news_notice .widget-newslist-2 ._title {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 50px;
}

.news_notice .widget-newslist-2 ._text {
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    margin-bottom: 5px;
}

.news_notice .widget-newslist-2 ._more {
    color: #999999;
}

.news_notice .widget-newslist-2 li.att .pdf {
    position: absolute;
    left: 0;
    top: 10px;
}

.news_notice .widget-newslist-2 li .pdf {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
}

.news_notice .widget-newslist-2 li:hover {
    background-color: #f2f2f2;
}

.news_notice .widget-newslist-2 li:hover ._date1 {
    color: #00934b;
}

.news_notice .widget-newslist-2 li:hover a,
.widget-newslist-2 li:hover ._title,
.widget-newslist-2 li:hover ._title,
.widget-newslist-2 li:hover ._more {
    color: #00934b;
}

.news_notice .widget-newslist-2 li:hover ._date2 {
    border-color: #af7558;
}

.news_notice .widget-newslist-2 li:hover ._date2 ._d1 {
    background: #af7558;
    color: #fff;
}

.news_notice .widget-newslist-2 li:hover ._date2 ._d2 {
    color: #00934b;
}


/*2016-12-21 09:36 ysl*/


/*footer*/

.footer {
    background-color: #242534;
}


/*通用样式*/


/*图片*/

.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%;
}


/*2017-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: #00934b;
    /* margin-top: 40px; */
}

.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(../image/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(../image/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;
}


/*新闻-综合*/

.channel_content.news_compre {
    background-color: transparent;
}

.news_compre {
    padding-top: 200px;
}

.news_compre ._sub_tit {
    padding-top: 30px;
    margin-bottom: 20px;
}

.news_compre ._sub_tit ._tit {
    float: left;
    font-size: 28px;
    color: #000000;
}

.news_compre ._sub_tit ._more {
    display: block;
    float: right;
    margin-top: 19px;
    font-size: 14px;
    color: #616161;
}


/*新闻-综合-part01*/

.news_compre .part01 {
    margin-bottom: 80px;
}

.news_compre .news_scroll_wrap {
    position: relative;
}

.news_compre .news_scroll_con {
    position: relative;
    height: 404px;
    overflow: hidden;
}

.news_compre .news_scroll_con ul {
    width: 102%;
}

.news_compre .news_scroll_con li {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 31%;
}

.news_compre .news_scroll_con li.li01 {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.news_compre .news_scroll_con li.li02 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.news_compre .news_scroll_con li.li03 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.news_compre .news_scroll_con .newsc_item {
    position: relative;
}

.news_compre .news_scroll_con .newsc_item .btm_empty {
    height: 126px;
}

.news_compre .news_scroll_con .newsc_item .txt_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}

.news_compre .news_scroll_con .newsc_item.show .txt_box {
    background-color: #3671cf;
}

.news_compre .news_scroll_con .newsc_item ._txt_con {
    padding: 15px 30px 15px 27px;
}

.news_compre .news_scroll_con .newsc_item.show ._tit,
.news_compre .news_scroll_con .newsc_item.show ._desc,
.news_compre .news_scroll_con .newsc_item.show ._date {
    color: #ffffff;
}

.news_compre .news_scroll_con .newsc_item ._tit {
    margin-bottom: 25px;
    height: 3.2em;
    overflow: hidden;
    font-size: 16px;
    color: #19191a;
}

.news_compre .news_scroll_con .newsc_item ._desc {
    display: block;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
}

.news_compre .news_scroll_con .newsc_item.show ._desc {
    height: 3.2em;
}

.news_compre .news_scroll_con .newsc_item ._date {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #909090;
}

.news_compre .newsc_arr_box .newsc_arrs {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 37px;
    height: 71px;
    background-image: url(../image/news02.png);
    background-repeat: repeat;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_prev {
    left: 0;
    margin-left: -45px;
    background-position: 0 -71px;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_prev:hover {
    background-position: 0 0;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_next {
    right: 0;
    margin-right: -45px;
    background-position: -37px -71px;
}

.news_compre .newsc_arr_box .newsc_arrs.newsc_arr_next:hover {
    background-position: -37px 0;
}


/*新闻-综合-part02*/

.news_compre .part02 {
    padding-bottom: 33px;
    overflow: hidden;
    background-color: #ffffff;
}

.news_compre .prt02_slide_wrap {
    float: left;
    width: 57.5%;
}

.news_compre .prt02_slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 81%;
}

.news_compre .prt02_slide .arrs {
    position: absolute;
    top: 35%;
    width: 41px;
    height: 83px;
    background-image: url(../image/news05.png);
    background-repeat: no-repeat;
}

.news_compre .prt02_slide .arrs.arr_prev {
    left: 0;
    background-position: 0 0;
}

.news_compre .prt02_slide .arrs.arr_next {
    right: 0;
    background-position: -41px 0;
}

.news_compre .prt02_slide ._slide_item {
    position: relative;
}

.news_compre .prt02_slide ._slide_item ._down_txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.news_compre .prt02_slide ._slide_item ._down_txt {
    padding: 15px 33px 22px 27px;
    background-color: #ecf1f3;
}

.news_compre .prt02_slide ._slide_item ._tit {
    margin-bottom: 12px;
    font-size: 20px;
    color: #00934b;
}

.news_compre .prt02_slide ._slide_item ._desc {
    margin-bottom: 23px;
    font-size: 14px;
    color: #595757;
}

.news_compre .prt02_slide ._slide_item ._tool {
    display: block;
    position: relative;
    float: left;
    margin-right: 34px;
    padding-left: 42px;
}

.news_compre .prt02_slide ._slide_item ._tool:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 19px;
    background-image: url(../image/news04.png);
    background-repeat: no-repeat;
}

.news_compre .prt02_slide ._slide_item ._t_date._tool:after {
    background-position: 0 0;
}

.news_compre .prt02_slide ._slide_item ._t_view._tool:after {
    background-position: -19px 0;
}

.news_compre .prt02_list_wrap {
    float: right;
    width: 37.5%;
}

.news_compre .prt02_list_wrap ._list_li {
    margin-bottom: 24px;
}

.news_compre .prt02_list_wrap ._list_item {
    border-bottom: #ecf1f4 1px solid;
}

.news_compre .prt02_list_wrap ._list_item ._date {
    font-family: Arial;
    color: #3671cf;
}

.news_compre .prt02_list_wrap ._list_item ._day {
    font-size: 33px;
}

.news_compre .prt02_list_wrap ._list_item ._year {
    display: block;
    float: right;
    margin-top: 17px;
    font-size: 16px;
}

.news_compre .prt02_list_wrap ._list_item ._tit {
    margin-bottom: 13px;
    font-size: 18px;
    color: #19191a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_compre .prt02_list_wrap ._list_item ._tit:hover {
    color: #00934b;
}

.news_compre .prt02_list_wrap ._list_item ._desc {
    margin-bottom: 30px;
    height: 3.4em;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: #595757;
}


/*新闻-综合-part03*/

.news_compre .part03 {
    padding-bottom: 60px;
    background-color: #ecf1f4;
}

.news_compre .prt03_video_wrap {
    float: left;
    width: 62.5%;
}

.news_compre .prt03_video_wrap .video_li {
    position: relative;
    float: left;
    width: 28%;
    overflow: hidden;
    margin-bottom: 8px;
}

.news_compre .prt03_video_wrap .video_li.video_li_large {
    margin-right: 1.5%;
    width: 70%;
}

.news_compre .prt03_video_wrap .video_li .info_ {
    height: 35px;
    line-height: 35px;
    position: relative;
    background: url(../image/news_video_xiao_03.png) #ffffff no-repeat 95% center;
}

.news_compre .prt03_video_wrap .video_li .info_ p {
    padding-right: 30px;
    font-size: 14px;
    color: #19191a;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_compre .prt03_video_wrap .video_li ._info {
    background: url(../image/black88_03.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all .5s ease;
}

.news_compre .prt03_video_wrap .video_li ._info ._mask {
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 50%;
    margin-top: -34px;
}

.news_compre .prt03_video_wrap .video_li:hover ._info {
    top: 0;
}

.news_compre .prt03_video_wrap .video_li.video_li_large .info_ {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-image: none;
    background: rgba(0, 0, 0, .60);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.news_compre .prt03_video_wrap .video_li.video_li_large .info_ p {
    color: #ffffff;
}

.news_compre .prt03_paper_wrap {
    float: right;
    width: 32%;
}

.news_compre .prt03_paper_wrap ._tit {
    margin-bottom: 25px;
    padding-top: 30px;
    font-size: 28px;
    color: #000000;
}


/*新闻-综合-part04*/

.news_compre .part04 {
    padding-bottom: 40px;
    background-color: #ffffff;
}

.news_compre .prt04_notice_list_wrap {
    float: left;
    width: 62.5%;
}

.news_compre .prt04_notice_list_wrap ._list_li {
    margin-bottom: 18px;
}

.news_compre .prt04_notice_list_wrap ._list_item {
    position: relative;
    padding: 17px 25px 20px 20px;
    background-color: #f1f3f4;
}

.news_compre .prt04_notice_list_wrap ._list_item ._pdf {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -11px;
    width: 38px;
    height: 18px;
    background-image: url(../image/news_notice_pdf_03b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.news_compre .prt04_notice_list_wrap .att ._list_item ._pdf {
    background-image: url(../image/news_notice_pdf_03.png);
}

.news_compre .prt04_notice_list_wrap ._list_item ._tit,
.news_compre .prt04_notice_list_wrap ._list_item ._date {
    height: 28px;
    line-height: 28px;
}

.news_compre .prt04_notice_list_wrap ._list_item ._tit {
    float: left;
    padding-left: 8%;
    width: 70%;
    color: #19191a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_compre .prt04_notice_list_wrap ._list_item ._date {
    float: right;
}

.news_compre .prt04_notice_pic_wrap {
    float: right;
    width: 32%;
}


/*新闻-综合-part05*/

.news_compre .part05 {
    position: relative;
    height: 440px;
    color: #ffffff;
    background-image: url(../image/news08.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: right;
}

.news_compre .part05 ._tt {
    padding-top: 110px;
    font-size: 43px;
    line-height: 1.4;
}

.news_compre .part05 ._desc {
    margin-bottom: 20px;
    font-size: 22px;
}


/*2016-12-21 13:20 zhangjun*/


/*下边是人才招聘*/


/*2016-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;
}

.job_compre {
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.job_compre .part01 {
    position: relative;
    padding: 120px 0 60px;
}

.job_compre .part01 .info_ {
    width: 42%;
    float: none;
    padding-top: 88px;
}

.job_compre .part01 .info_ .title {
    font-size: 34px;
    color: #141414;
    text-align: left;
}

.job_compre .part01 .info_ .p {
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    color: #141414;
    text-align: left;
    line-height: 28px;
}

.job_compre .part01 .job_ {
    position: relative;
    width: 94%;
    z-index: 22;
}

.job_compre .part01 .job_ .job_t {
    width: 45.1%;
    margin-top: 60px;
}

.job_compre .part01 .job_ .job_t .li02 {
    background-color: #3284c4;
    padding: 44px 0 22px;
    position: relative;
    text-align: center;
}

.job_compre .part01 .job_ .job_t .li02 a {
    display: block;
}

.job_compre .part01 .job_ .job_t .li02 img {
    position: absolute;
    left: 50%;
    top: 43px;
    margin-left: -35px;
    transition: all .3s ease;
}

.job_compre .part01 .job_ .job_t .li02:hover img {
    transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_t .li02 i {
    text-align: center;
    margin-top: 85px;
    font-size: 23px;
    color: #fff;
    display: inline-block;
    *display: inline-block;
}

.job_compre .part01 .job_ .job_b {
    margin-top: 10px;
    z-index: 22;
}

.job_compre .part01 .job_ .job_b li {
    float: left;
    width: 22.05%;
    margin-right: 1%;
}

.job_compre .part01 .job_ .job_b .li01 {
    background-color: #f2cc1c;
    padding: 44px 0 22px;
    position: relative;
    text-align: center;
}

.job_compre .part01 .job_ .job_b .li01 a {
    display: block;
}

.job_compre .part01 .job_ .job_b .li01 img {
    position: absolute;
    left: 50%;
    top: 43px;
    margin-left: -35px;
    transition: all .5s ease;
}

.job_compre .part01 .job_ .job_b .li01:hover img {
    transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_b .li01 i {
    text-align: center;
    margin-top: 85px;
    font-size: 23px;
    color: #fff;
    display: inline-block;
    *display: inline-block;
}

.job_compre .part01 .job_ .job_b .li03 {
    background-color: #6cb5ff;
    padding: 44px 0 22px;
    position: relative;
    text-align: center;
}

.job_compre .part01 .job_ .job_b .li03 a {
    display: block;
}

.job_compre .part01 .job_ .job_b .li03 img {
    position: absolute;
    left: 50%;
    top: 43px;
    margin-left: -35px;
    transition: all .5s ease;
}

.job_compre .part01 .job_ .job_b .li03:hover img {
    transform: rotateY(180deg);
}

.job_compre .part01 .job_ .job_b .li03 i {
    text-align: center;
    margin-top: 85px;
    font-size: 23px;
    color: #fff;
    display: inline-block;
    *display: inline-block;
}

.job_compre .part01 .job_ .job_b .li04 {
    width: 30%;
    margin-right: 0;
}

.job_compre .part01 .job_img {
    position: absolute;
    right: 127px;
    top: 162px;
    z-index: 21;
}


/*2016-12-21 08:23 zhangjun*/


/*招聘信息*/

.job_compre .part02 {
    background-color: #fff;
    z-index: 20;
    padding-top: 50px;
}

.job_compre .part02 .job_list {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.job_compre .part02 .joblist_tt {
    background-color: #00934b;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.job_compre .part02 .joblist_tt span {
    float: left;
    text-indent: 3%;
    font-weight: bold;
}

.job_compre .part02 .joblist_tt span.jobli1 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli2 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli3 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli4 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_compre .part02 .joblist_tt span.jobli5 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_compre .part02 .JobList-J2 {
    overflow: hidden;
    padding-bottom: 50px;
}

.job_compre .part02 .JobList-J2 ._jt {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
}

.job_compre .part02 .JobList-J2 ._jt strong {
    float: left;
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt span {
    float: right;
}

.job_compre .part02 .JobList-J2 ._jt ._jt_btn {
    display: block;
    background: url(http://www.xzhlz.com/resources/web/img/job_btn.png) left top no-repeat;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -17.5px;
}

.job_compre .part02 .JobList-J2 ._jc {
    display: none;
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding-left: 44px;
    padding-bottom: 30px;
    text-align: left;
}

.job_compre .part02 .JobList-J2 ._jcon {
    padding: 10px 10px 10px 20px;
}

.job_compre .part02 .JobList-J2 ._jcon ._title {
    font-size: 15px;
    color: #000;
    margin-top: 32px;
}

.job_compre .part02 .JobList-J2 ._jcon ._typeIn p {
    line-height: 24px;
}

.job_compre .part02 .JobList-J2 ._jt_act {
    color: #fff;
}

.job_compre .part02 .JobList-J2 ._jt_act ._jt_btn {
    background-position: left bottom;
}

.job_compre .part02 ._channelBtn {
    display: inline-block;
    border: 1px #d6d6d6 solid;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 14px;
    margin-right: 10px;
}

.job_compre .part02 ._channelBtn:hover {
    background-color: #01499d;
    color: #fff;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong1 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong2 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong3 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_compre .part02 .JobList-J2 ._jt strong.srong4 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

body .album_ordinary .slide_c p {
    bottom: 30px;
}

.job_compre .part02 .zzz {
    height: 45px;
    line-height: 45px;
    width: 100px;
    background-color: #00934b;
    margin-top: 50px;
}

.job_compre .part03 {
    z-index: 20;
    background-color: #fff;
    padding-bottom: 70px;
}

.job_compre .part03 .part03_ {
    position: relative;
    z-index: 20;
}


/*图片*/

.rect-33 {
    padding-bottom: 33%;
}

.job_compre .part03 .part03_l {
    position: relative;
    overflow: hidden;
}

.job_compre .part03 .part03_l ._mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/black999_03.png) repeat;
    z-index: 21;
}

.job_compre .part03 .part03_l ._mask .info_ {
    padding: 80px 0 60px;
    z-index: 22;
}

.job_compre .part03 .part03_l ._mask .info_ .title {
    font-size: 39px;
    text-align: center;
    color: #fff;
}

.job_compre .part03 .part03_l ._mask .info_ span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.job_compre .part03 .part03_l .desc_ {
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 25;
    width: 100%;
    height: 100%;
    background: rgba(252, 250, 9, .9);
}

.job_compre .part03 .part03_l .desc_ .desc_wrap {
    margin: 50px 40px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li {
    position: relative;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li.li01 {}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .title {
    font-size: 32px;
    color: #000;
    font-weight: bolder;
    text-align: left;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li span {
    display: block;
    text-align: left;
    font-size: 26px;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p1 {
    font-size: 14px;
    color: #020202;
    margin-top: 10px;
    line-height: 24px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p2 {
    margin-top: 30px;
    font-size: 14px;
    color: #020202;
    line-height: 24px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li.li02 {
    width: 50%;
    border-left: 1px solid #e8e607;
    padding-left: 30px;
}

.job_compre .part03 .part03_l:hover .desc_ {
    top: 0;
}


/*底部返回*/

.gotop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 98;
}


/*.gotop.on{display: block;}*/

.gotop .top_button {
    display: block;
    width: 60px;
    height: 60px;
    background: url("../image/top.png");
    background-position: 0 0
}

.gotop .top_button:hover {
    background-position: 0 -60px
}


/*社会招聘*/

.job_resume {
    position: relative;
    z-index: 20;
    background-color: #fff;
    overflow: hidden;
}

.job_resume .part01 {
    position: relative;
    padding-top: 70px;
    z-index: 30;
    background-color: #fff;
    padding-bottom: 20px;
}

.job_resume .part01 .job-sear {
    padding: 43px 0 27px 30px;
    border: 10px #ededed solid;
    margin-bottom: 50px;
}

.job_resume .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;
}

.job_resume .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;
}

.job_resume .part01 .job-sear .t-area ._val {
    color: #a9a9a9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.job_resume .part01 .job-sear .t-area ._val b {
    float: right;
    width: 33px;
    height: 30px;
    background: url(../image/job-areaico.gif) no-repeat;
}

.job_resume .part01 .job-sear .t-area ._option {
    top: 30px;
}

.job_resume .part01 .job-sear .t-area ._option a {
    padding-left: 10px;
    background-color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.job_resume .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;
}

.job_resume .part01 .job-sear .sear_input input {
    text-indent: 10px;
}

.job_resume .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;
}

.job_resume .part01 .job-sear button[type=submit] {
    border: 0;
    width: 20%;
    height: 30px;
    line-height: 30px;
    background-color: #00934b;
    padding: 0;
    float: left;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.job_resume .part01 .job-sear .sear_input button i {
    display: block;
    background: url(http://www.xzhlz.com/resources/web/img/job-searico.png) no-repeat;
    width: 100%;
    height: 100%;
}

.job_resume .part01 .job-sear button[type=submit]:hover {
    background-color: #0266b1;
}


/*社会招聘-招聘信息*/

.job_resume .part02 {
    background-color: #fff;
    z-index: 20;
}

.job_resume .part02 .job_list {
    margin-bottom: 60px;
    position: relative;
}

.job_resume .part02 .joblist_tt {
    background-color: #00934b;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.job_resume .part02 .joblist_tt span {
    float: left;
    text-indent: 3%;
    font-weight: bold;
}

.job_resume .part02 .joblist_tt span.jobli1 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli2 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli3 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli4 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_resume .part02 .joblist_tt span.jobli5 {
    width: 20%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-indent: 5%;
}

.job_resume .part02 .JobList-J2 {
    overflow: hidden;
}

.job_resume .part02 .JobList-J2 ._jt {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
}

.job_resume .part02 .JobList-J2 ._jt strong {
    float: left;
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt span {
    float: right;
}

.job_resume .part02 .JobList-J2 ._jt ._jt_btn {
    display: block;
    background: url(http://www.xzhlz.com/resources/web/img/job_btn.png) left top no-repeat;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -17.5px;
}

.job_resume .part02 .JobList-J2 ._jc {
    display: none;
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding-left: 44px;
    padding-bottom: 30px;
}

.job_resume .part02 .JobList-J2 ._jcon {
    padding: 10px 10px 10px 20px;
}

.job_resume .part02 .JobList-J2 ._jcon ._title {
    font-size: 15px;
    color: #000;
    margin-top: 32px;
}

.job_resume .part02 .JobList-J2 ._jcon ._typeIn p {
    line-height: 24px;
}

.job_resume .part02 .JobList-J2 ._jt_act {
    color: #fff;
}

.job_resume .part02 .JobList-J2 ._jt_act ._jt_btn {
    background-position: left bottom;
}

.job_resume .part02 ._channelBtn {
    display: inline-block;
    border: 1px #d6d6d6 solid;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 14px;
    margin-right: 10px;
}

.job_resume .part02 ._channelBtn:hover {
    background-color: #01499d;
    color: #fff;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong1 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong2 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong3 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.job_resume .part02 .JobList-J2 ._jt strong.srong4 {
    width: 20%;
    color: #5a5a5a;
    font-size: 14px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

body .album_ordinary .slide_c p {
    bottom: 30px;
}

.job_resume .part02 .zzz {
    height: 45px;
    line-height: 45px;
    width: 100px;
    background-color: #00934b;
    margin-top: 50px;
}


/*简历投递*/

.job_resume_form {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 20;
}

.job_resume_form .part01 {
    padding-top: 80px;
}

.job_resume_form .part02 {
    position: relative;
    z-index: 20;
    background-color: #fff;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 85px;
}

.main_bar {
    padding: 25px 0 60px;
    background-color: #fff;
}


/*下层--简历投递挂件*/

.job_resume_form .part02 .Form-J1 .Form-J1-Left {
    float: left;
    width: 48%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-right {
    float: right;
    width: 48%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li {
    background: #f7f7f7;
    padding: 10px 2%;
    margin-bottom: 15px;
    position: relative;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li label {
    width: 5em;
    display: inline-block;
    color: #666;
    vertical-align: middle;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li input {
    height: 28px;
    line-height: 28px;
    width: 83%;
    vertical-align: middle;
    border: none;
    background: transparent;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li textarea {
    width: 83%;
    vertical-align: middle;
    height: 90px;
    border: none;
    background: transparent;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li input._yzm {
    width: 20%;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li img {
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
    height: 30px;
    width: 100px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li select {
    width: 83%;
    background: transparent;
    border: none;
    height: 30px;
    line-height: 30px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn button {
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    font-size: 15px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn ._submit {
    background: #01479d;
    margin-right: 10px;
}

.job_resume_form .part02 .Form-J1 .Form-J1-Btn ._reset {
    background: #909090;
}

.job_resume_form .part02 .Form-J1 .Form-J1-li .Validform_wrong {
    position: absolute;
    right: 7%;
    top: 13px;
}

@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;
}


/*2016-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: 300px;
}


/*综合页-通用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: rgba(0, 147, 75, 0.1);
    text-transform: uppercase;
}

.compre_sub_title ._tit_cn {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    font-size: 40px;
    line-height: 1;
    color: #00934b;
}


/*关于我们-综合页*/


/*关于我们-综合页-part01*/

.about_compre .part01 {
    padding-bottom: 75px;
}

.about_compre .part01 ._txt_con {
    margin: 0 auto 45px auto;
    max-width: 975px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.about_compre .part01 .roll_nums li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.about_compre .part01 .roll_nums .top_number {
    margin-bottom: 10px;
}

.about_compre .part01 .roll_nums .number {
    font-family: Impact, sans-serif;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    color: #0168b7;
}

.about_compre .part01 .roll_nums .num_title {
    font-size: 16px;
    color: #585858;
}


/*关于我们-综合页-part02*/

.about_compre .part02 {
    height: 425px;
    overflow: hidden;
    background-image: url(../image/about_compre02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.about_compre .wrap,
/* .about_compre .prt02_con */ {
    height: 100%;
}

.about_compre .prt02_con {
    position: relative;
}

.about_compre .prt02_con .figure_pic {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -60px;
    width: 34%;
}

.about_compre .prt02_con ._sologan_wrap {
    margin-bottom: 4.5%;
    padding-top: 4.3%;
    padding-left: 6.25%;
    font-style: italic;
    color: #ffffff;
}

.about_compre .prt02_con ._sologan_wrap ._tt {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}

.about_compre .prt02_con ._sologan_wrap ._wd {
    font-size: 35px;
}

.about_compre .prt02_links {
    padding-left: 4%;
}

.about_compre .prt02_links ._link {
    float: left;
    margin-right: 2%;
    width: 11%;
    min-width: 80px;
    color: #ffffff;
    text-align: center;
}

.about_compre .prt02_links ._link ._ico {
    display: block;
    margin: 0 auto 28px;
    width: 50px;
    height: 50px;
    background-image: url(../image/about_compre04.png);
    background-repeat: no-repeat;
}

.about_compre .prt02_links ._link:hover ._ico {
    transform: rotateY(180deg);
}

.about_compre .prt02_links ._link02 ._ico {
    background-position: -50px 0;
}

.about_compre .prt02_links ._link03 ._ico {
    background-position: -100px 0;
}

.about_compre .prt02_links ._link04 ._ico {
    background-position: -150px 0;
}


/*关于我们-综合页-part03*/

.about_compre .part03 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.about_compre .prt03_box_lt {
    position: relative;
}

.about_compre .prt03_box_lt ._msk {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.about_compre .prt03_box_lt ._msk ._con {
    padding-top: 10%;
}

.about_compre .prt03_box_lt ._sologan {
    margin-bottom: 27px;
    padding-left: 8.3%;
    color: #ffffff;
}

.about_compre .prt03_box_lt ._sologan ._tt {
    margin-bottom: 7px;
    font-size: 32px;
}

.about_compre .prt03_box_lt ._sologan ._desc {
    width: 334px;
    line-height: 1.9;
    font-size: 14px;
    color: #f9f5e8;
}

.about_compre .prt03_links {
    padding-left: 3%;
}

.about_compre .prt03_links ._link {
    float: left;
    margin-right: 2%;
    width: 20%;
    min-width: 80px;
    color: #edeeef;
    text-align: center;
}

.about_compre .prt03_links ._link ._ico {
    display: block;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    background-image: url(../image/about_compre06.png);
    background-repeat: no-repeat;
}

.about_compre .prt03_links ._link:hover ._ico {
    transform: rotateY(180deg);
}

.about_compre .prt03_links ._link02 ._ico {
    background-position: -80px 0;
}

.about_compre .prt03_links ._link03 ._ico {
    background-position: -160px 0;
}

.about_compre .prt03_links ._link ._wd {
    font-size: 14px;
}

.about_compre .pic_wd ._pic_con,
.about_compre .pic_wd ._txt_con {
    float: left;
    width: 50%;
}

.about_compre .pic_wd.pic_wd_pic_rt ._pic_con {
    float: right;
}

.about_compre .pic_wd ._txt_con ._inn {
    padding: 13.3% 6.7% 0 13.3%;
}

.about_compre .pic_wd ._txt_con ._tt {
    font-size: 26px;
    color: #0374be;
}

.about_compre .pic_wd ._txt_con ._desc {
    font-size: 13px;
    line-height: 2;
    color: #5a5a5a
}


/*关于我们-综合页-part04*/

.about_compre .part04 {
    padding-bottom: 100px;
    background-color: #f6f7f8;
}

.about_compre .prt04_top {
    margin-bottom: 40px;
}

.about_compre .part04 .prt04_det_list {
    float: right;
    width: 61.5%;
    overflow: hidden;
    white-space: nowrap;
}

.about_compre .part04 .prt04_det_item {
    position: relative;
    display: none;
    white-space: normal;
}

.about_compre .part04 .prt04_det_item.show {
    display: block;
}

.about_compre .part04 .prt04_det_item ._year {
    padding-top: 45px;
    font-size: 170px;
    font-weight: bold;
    font-family: Impact, sans-serif;
    line-height: 1;
    color: #e8e8e8;
    letter-spacing: 22px;
}

.about_compre .part04 .prt04_det_item ._tit {
    margin-bottom: 8px;
    width: 36%;
    font-size: 16px;
    color: #000000;
}

.about_compre .part04 .prt04_det_item ._desc {
    padding-bottom: 10%;
    width: 38%;
    font-size: 14px;
    line-height: 1.7;
}

.about_compre .part04 .prt04_det_item ._pic {
    position: absolute;
    top: 100px;
    /*left:100%;*/
    width: 53%;
}

.about_compre .part04 .prt04_det_item.show ._pic {
    /* left:44%; */
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.about_compre .prt04_pic {
    float: left;
    width: 31%;
}

.about_compre .prt04_btm {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.about_compre .prt04_btm ._year_ul {
    white-space: nowrap;
    font-size: 0;
}

.about_compre .prt04_btm ._year_li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14.2%;
}

.about_compre .prt04_btm ._year_box {
    position: relative;
    text-align: center;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._pt,
.about_compre .prt04_btm ._year_li.on_year ._year_box ._pt {
    background-color: #00934b;
    border: #000a15 1px solid;
}

.about_compre .prt04_btm ._year_box ._pt {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    width: 20px;
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 50%;
    border: #d3d3d3 1px solid;
    cursor: pointer;
}

.about_compre .prt04_btm ._year_box ._line {
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
    background-image: url(../image/about_compre11.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._line {
    background-image: url(../image/about_compre13.png);
}

.about_compre .prt04_btm ._year_li.on_year ._year_box ._line {
    background-image: url(../image/about_compre12.png);
}

.about_compre .prt04_btm ._year_box ._time {
    font-size: 18px;
    color: #5e5e5e;
}

.about_compre .prt04_btm ._year_li.passed_year ._year_box ._time,
.about_compre .prt04_btm ._year_li.on_year ._year_box ._time {
    color: #00934b;
}

.about_compre .prt04_btm_arrs {
    display: block;
    position: absolute;
    top: 10px;
    width: 37px;
    height: 38px;
    background-image: url(../image/about_compre10.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.about_compre .prt04_btm_arr_prev {
    left: 0;
    background-position: 0 0;
}

.about_compre .prt04_btm_arr_next {
    right: 0;
    background-position: -37px 0;
}


/*2016-12-22 zhangjun*/


/*关于我们-发展历程*/

.about_history {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.about_history .part01 {
    overflow: hidden;
    padding: 64px 0;
    background-color: #fff;
}

.about_history .part01 .his_left {
    float: left;
}

.about_history .part01 .his_left.at {
    position: absolute;
    left: 0;
    bottom: 51px;
}

.about_history .part01 .his_left .his_img {
    height: 351px;
}

.about_history .part01 .his_left .date_ {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 368px;
}

.about_history .part01 .his_left .date_.at {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_history .part01 .his_left .date_.fixed {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 66px;
    z-index: 22;
}

.about_history .part01 .his_left .date_ ul li {
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 22px;
    color: #2f2f2f;
    border-bottom: 1px solid #fff;
    background-color: #f1f1f1;
}

.about_history .part01 .his_left .date_ ul li a {
    display: block;
}

.about_history .part01 .his_left .date_ ul li.on {
    background-color: #00317e;
}

.about_history .part01 .his_left .date_ ul li.on a {
    color: #fff;
}

.about_history .part01 .his_left .date_ ul li:hover {
    background-color: #00317e;
}

.about_history .part01 .his_left .date_ ul li:hover a {
    color: #fff;
}

.about_history .part01 .his_right {
    width: 63%;
    float: right;
    border-left: 1px solid #e6e6e6;
}

.about_history .part01 .his_right ul li {
    margin-bottom: 50px;
    position: relative;
    border: 7px solid #e7e7e7;
    margin-left: 60px;
}

.about_history .part01 .his_right ul li .oc {
    position: absolute;
    left: -76px;
    top: 38px;
}

.about_history .part01 .his_right ul li .os {
    position: absolute;
    left: -36px;
    top: 33px;
}

.about_history .part01 .his_right ul li .mask_ {
    margin: 40px 40px;
}

.about_history .part01 .his_right ul li .mask_ .title {
    font-size: 38px;
    color: #00317e;
    text-align: left;
    margin-bottom: 14px;
}

.about_history .part01 .his_right ul li .mask_ .p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 24px;
}

.about_history .part01 .his_right ul li .mask_ .bg_img {
    margin-top: 35px;
}

.about_history .part01 .his_right ul li.li_ .bg_img {
    display: none;
}


/*关于我们-荣耀资质*/

.about_hover {
    position: relative;
    z-index: 22;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 50px;
}

.about_hover .item {
    cursor: pointer;
    margin-top: 75px;
}

.about_hover .item ._item_top {
    position: relative;
    overflow: hidden;
}

.about_hover .item {
    margin-bottom: 40px;
}

.about_hover .item ._pic {
    height: 0;
    overflow: hidden;
    padding-bottom: 78.5%;
}

.about_hover .item ._pic img {
    width: 100%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.about_hover .item ._mask {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../image/blue_333_03.png);
}

.about_hover .item ._mask .bg_img {
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 50%;
    margin-top: -34px;
}

.about_hover .item:hover ._mask {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.about_hover .item ._item_down {
    padding: 26px 10% 26px 9%;
    background-color: #aaaaaa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_hover .item:hover ._item_down {
    background-color: #00934b;
}

.about_hover .item ._name {
    height: 1.6em;
    overflow: hidden;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.about_hover .item ._time {
    font-size: 12px;
    color: #ffffff;
}


/*关于我们-企业简介*/

.about_intro {
    position: relative;
    z-index: 22;
    background-color: #fff;
    overflow: hidden;
}

.about_intro .part01 {
    padding: 80px 0 90px;
}

.about_intro .part01 .part01_ {
    position: relative;
}

.about_intro .part01 .part01_ .part01_l {
    width: 46%;
    background-color: #00317e;
}

.about_intro .part01 .part01_ .part01_l .mask_ {
    margin: 120px 40px 100px 50px;
}

.about_intro .part01 .part01_ .part01_l .mask_ .title {
    font-size: 34px;
    color: #00934b;
    text-align: left;
    font-weight: normal;
    margin-bottom: 35px;
}

.about_intro .part01 .part01_ .part01_l .mask_ .p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 25px;
}

.about_intro .part01 .part01_ .part01_r {
    width: 54%;
}

.about_intro .part02 {
    position: relative;
    overflow: hidden;
    z-index: 22;
}

.about_intro .part02.mm {
    min-height: 400px;
}


/*2016-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(../image/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(../image/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: #00934b;
    color: #000;
}

.invest_society .part01 .tab_ .tab_t_ .tab_t.tab_t_cur .desc_ {
    background-color: #00934b;
    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: 132px;
    line-height: 132px;
    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: -24px;
}

.invest_list .part01 .date_ strong {
    font-size: 33px;
    color: #929292;
    font-weight: normal;
}

.invest_list .part01 li:hover .date_ span,
.invest_list .part01 li:hover .date_ strong {
    color: #00934b;
}

.invest_list .part01 li:hover a,
li:hover ._title,
li:hover ._time,
li:hover .date_ span,
li:hover .date_ strong {
    color: #00934b;
}


/*.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%;
    }
}


/*投资关系 -综合*/

.invest_compre {
    position: relative;
    z-index: 22;
    background-color: #fff;
    overflow: hidden;
}

.invest_compre .part01 {
    position: relative;
    padding: 60px 0 40px;
}

.invest_compre .part01 .part_l {
    width: 49%;
    float: left;
}

.invest_compre .part01 .part_l dt {
    height: 40px;
    margin-bottom: 25px;
}

.invest_compre .part01 .part_l dt .title {
    font-size: 28px;
    color: #282828;
    float: left;
}

.invest_compre .part01 .part_l dt ._more {
    float: right;
    margin-top: 15px;
    margin-right: 8%;
}

.invest_compre .part01 .part_l dd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-right: 1px solid #d4d4d4;
}

.invest_compre .part01 .part_l dd a {
    display: block;
}

.invest_compre .part01 .part_l dd .p {
    font-size: 16px;
    color: #19191a;
    float: left;
}

.invest_compre .part01 .part_l dd span {
    float: right;
    font-size: 13px;
    color: #a2a2a2;
    margin-right: 8%;
}

.invest_compre .part01 .part_r {
    width: 49%;
    float: right;
    margin-left: 2%;
}

.invest_compre .part01 .part_r .con_ {
    height: 40px;
    margin-bottom: 25px;
}

.invest_compre .part01 .part_r .con_ .title {
    color: #282828;
    float: left;
    font-size: 28px;
}

.invest_compre .part01 .part_r .con_ ._more {
    float: right;
    margin-top: 15px;
}

.invest_compre .part01 .part_r .desc_ {
    padding: 10px 36px 0 10px;
    width: 44%;
}

.invest_compre .part01 .part_r .desc_ .title {
    font-size: 16px;
    color: #19191a;
    text-align: left;
    margin-bottom: 40px;
}

.invest_compre .part01 .part_r .desc_ span {
    font-size: 13px;
    color: #a2a2a2;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
    *display: inline-block;
}

.invest_compre .part01 .part_r .desc_ .p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 28px;
}

.invest_compre .part01 .part_r .mask_ .bg_img {
    width: 48%;
}

.invest_compre .part02 {
    position: relative;
    overflow: hidden;
    background-color: #ecf1f4;
    padding-bottom: 36px;
    padding-top: 38px;
}

.invest_compre .part02 .con_ .title {
    font-size: 28px;
    color: #282828;
    text-align: left;
}

.invest_compre .part02 .con_ .p {
    font-size: 14px;
    color: #666565;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 20px;
}

.invest_compre .part02 .mask_ {
    position: relative;
    overflow: hidden;
}

.invest_compre .part02 .mask_ .bg_img {
    width: 48%;
    float: left;
}

.invest_compre .part02 .mask_ .into_ {
    width: 43%;
    padding: 20px 36px 12px 70px;
    float: left;
    background-color: #fff;
}

.invest_compre .part02 .mask_ .into_ ._con .title {
    font-size: 24px;
    color: #00934b;
    font-weight: normal;
    float: left;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ {
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ ul li {
    float: left;
}

.invest_compre .part02 .mask_ .into_ .pic {
    margin-top: 20px;
}

.invest_compre .part03 {
    position: relative;
    overflow: hidden;
    height: 410px;
    background: url(../../images/fwzc.png) no-repeat center center;
}

.invest_compre .part03 .mask_ {
    width: 54%;
    text-align: left;
    position: relative;
    margin-top: 122px;
    background: rgba(91, 186, 147, .6)
}

.invest_compre .part03 .mask_ .info_ {
    padding: 40px 40px 35px 35px;
}

.invest_compre .part03 .mask_ .info_ .title {
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 18px;
    color: #fff;
}

.invest_compre .part03 .mask_ .info_ .p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}


/*客户服务-营销网络*/

.customer_ser {
    position: relative;
    overflow: hidden;
    z-index: 22;
    padding: 55px 0 55px;
    background-color: #fff;
}

.customer_ser .part01 {
    position: relative;
    overflow: hidden;
}

.customer_ser .part01 .part01_t {
    background-color: #00934b;
    height: 68px;
    line-height: 68px;
    position: relative;
    overflow: hidden;
}

.customer_ser .part01 .part01_t .dingwei {
    width: 6.7%;
    border-right: 1px solid #fff;
    text-align: center;
}

.customer_ser .part01 .part01_t .dingwei img {
    margin-top: 21px;
}

.customer_ser .part01 .part01_t .sco_ {
    width: 6.7%;
    border-left: 1px solid #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.customer_ser .part01 .part01_t .sco_ img {
    margin-top: 21px;
}

.customer_ser .part01 .part01_t .netSearch {
    margin: 18px 0;
    width: 55%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd {
    display: block;
    overflow: hidden;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd .pselect {
    height: 32px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.customer_ser .part01 .part01_t .netSearch .sec_bd .pselect .ms {
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 10;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select {
    display: block;
    width: 99%;
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 0!important;
    border: 1px #c2c2c2 solid;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._txt {
    padding-right: 36px;
    padding-left: 20px;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._arrow {
    width: 33px;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select ._arrow .arr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../image/ico.png) -40px 0 no-repeat;
    border: none;
}

.customer_ser .part01 .part01_t .netSearch .pselect .c_select.on ._arrow .arr {
    background-position: -60px 0;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options-ncb {
    border-color: #ddd!important;
    background-color: #fff;
    overflow: auto;
    max-height: 11em;
    width: 344px\9;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options li {
    padding: 6px;
    line-height: 1.8em;
    width: 96%;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options li:hover {
    background: #018a5e;
    color: #fff;
}

.customer_ser .part01 .part01_t .netSearch .select-ui-options-ncb ._disabled {
    display: none;
}

.customer_ser .part01 .part01_t .netSearch .nInput {
    display: block;
    height: 39px;
    border: #ddd 1px solid;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
}

.customer_ser .part01 .part01_t .netSearch .nInput input {
    width: 100%;
    height: 19px;
    line-height: 19px;
    padding: 10px 0;
    vertical-align: top;
    border-width: 0;
    font-family: "Microsoft Yahei";
}

.customer_ser .part01 .part01_t .netSearch .nBtn {
    overflow: hidden;
    float: left;
    width: 117px;
}

.customer_ser .part01 .part01_t .netSearch .nBtn a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #c70025;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd {
    display: block;
    overflow: hidden;
    width: 46%;
    margin-right: 2%;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd .pselect {
    height: 32px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.customer_ser .part01 .part01_t .netSearch .sec_hd .pselect .ms {
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 10;
}

.customer_ser .part01 .part01_t .nbread {
    position: relative;
    overflow: hidden;
}

.customer_ser .part01 .part01_t .nbread li {
    float: left;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
}

.customer_ser .part01 .part01_t .nbread li span {
    width: 16px;
    height: 16px;
    background-color: #fff;
    float: left;
    display: block;
    margin: 26px 5px;
}

.customer_ser .part01 .part01_t .nbread li b {
    font-weight: normal;
    float: left;
}

.customer_ser .part01 .part01_t .nbread li.on span {
    background-color: #67caf0;
}

.customer_ser .part01 .part01_t .nbread li:hover b {
    color: #67caf0;
}

.customer_ser .part01 .part01_c {
    position: relative;
    overflow: hidden;
}

.customer_ser .part01 .part01_b {
    position: relative;
    overflow: hidden;
    background-color: #00934b;
}

.customer_ser .part01 .part01_b .mask_ {
    margin: 38px 50px 38px 50px;
}

.customer_ser .part01 .part01_b .mask_ .title {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 14px;
}

.customer_ser .part01 .part01_b .mask_ .p {
    width: 50%;
    color: #fff;
}

.customer_ser .part01 .part01_b .mask_ .p li {
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin: 0 80px 0 0;
}

.customer_ser .part01 .part01_b a:hover {
    color: #67caf0;
}

.customer_ser .part02 {
    position: relative;
    /*overflow: hidden;*/
}

.customer_ser .part02 ul li {
    background-color: #fbfbfb;
    margin-top: 20px;
}

.customer_ser .part02 ul li .mask_ {
    margin: 36px 84px 40px 25px;
}

.customer_ser .part02 ul li .mask_ .title {
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

.customer_ser .part02 ul li .mask_ .p dt {
    font-size: 15px;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.customer_ser .part02 ul li .mask_ .p dd {
    font-size: 14px;
    color: #5a5a5a;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.customer_ser .part02 ul li.li01 {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.customer_ser .part02 ul li.li02 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.customer_ser .part02 ul li.li03 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.customer_ser .part02 ul li.li04 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}

.customer_ser .part02 ul li.li05 {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.customer_ser .part02 ul li.li06 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.customer_ser .part02 ul li.li07 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.customer_ser .part02 ul li.li08 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.customer_ser .part02 ul li.li09 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
}


/*点击加载更多*/

.spinner {
    margin-top: 70px;
    width: 100%;
}

.spinner ._down_more .loading {
    width: 20px;
    height: 20px;
    background: url(../image/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;
}


/*2016-12-26 13:15 zhangjun*/


/*关于我们-成员关系*/

.about_custom {
    position: relative;
    overflow: hidden;
    z-index: 22;
    padding: 70px 0 90px;
    background-color: #fff;
}

.about_custom .part01 {
    position: relative;
    overflow: hidden;
}

.zhanqun {
    background-color: #ededed;
}

.zq_tab {
    text-align: center;
    margin-bottom: 53px;
}

.zq_tab_c {
    display: inline-block;
    width: 131px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    color: #000;
    background-color: #ebebeb;
    cursor: pointer;
}

.zq_tab_c.tab_t_cur {
    background-color: #00934b;
    color: #fff;
}

.zq_tab_cur {
    color: #fff;
    background-color: #b15533;
}

.zq_tab_c:hover {
    color: #fff;
    background-color: #00934b;
}

.zq_list {
    padding-bottom: 20px;
}

.zq_list li {
    margin-bottom: 50px;
}

.zq_list li.att .zq_list_info {
    float: right;
}

.zq_list li.att .zq_list_img {
    float: left;
}

.zq_list li .zq_list_info {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
}

.zq_list li .zq_list_img {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.zq_list li .zq_list_info .zq_i_wrap {
    padding: 46px 80px 52px 60px;
}

.zq_list li.zq_panel_left .zq_list_info {
    float: right;
}

.zq_list li.zq_panel_left .zq_list_img {
    float: left;
}

.zq_t {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}

.zq_p {
    color: #5a5a5a;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

.zq_link {
    width: 159px;
    height: 47px;
    line-height: 47px;
    background-color: #eaeaea;
    text-align: center;
    color: #000;
    margin-top: 40px;
    font-size: 15px;
}

.zq_link a {
    display: block;
}

.zq_link a:hover {
    color: #fff;
    background-color: #00934b;
}

.zq_link a:hover .zq_icon {
    background-position: 0 -16px;
}

.zq_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 15px;
    background: url(../image/mmmmmmmmm_03.png) no-repeat;
}


/*2016-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(../image/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(../image/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(../image/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: #dde2ed;
}

.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=#e600934b, endcolorstr=#e600934b);
}

.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(../image/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: 450px;
    overflow: hidden;
}

.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: 40px;
    color: #66666;
    width: 85%;
    margin: 0 auto;
}

.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(../image/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: 48%;
}

.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: 24px;
    /*font-weight:bold;*/
    color: #0266b1;
}

.iprt02_con ._txt_wrap ._params .num_title {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.iprt02_slide_item ._rt_box {
    float: right;
    width: 52%;
}


/*首页-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(../../images/index17.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.iprt03_lt_row>li.iprt03_lt_row_li01 ._down {
    position: relative;
    padding: 15.5% 9% 9% 9%;
}

.iprt03_lt_row>li.iprt03_lt_row_li01 ._down .arr_link {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 9%;
    margin-top: -11px;
    width: 25px;
    height: 50px;
    background: url(../image/iprt04_02.png) center center no-repeat;
}

.iprt03_lt_row>li.iprt03_lt_row_li01 ._down ._tt {
    padding-right: 30px;
    padding-bottom: 6.25%;
    font-size: 22px;
    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(../image/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(../image/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(../image/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=#e600934b, endcolorstr=#e600934b);
}

.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(../image/index10.jpg);
    /*background-position:center center;*/
    background-repeat: no-repeat;
}

.ipart04 ._msk {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../image/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(../image/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: 24px;
    margin-top: 20px;
    font-family: Impact;
    font-weight: bold;
}

.ipart04 ._con_rt .roll_nums .num_title {
    font-size: 14px;
    margin-top: 15px;
}


/*2016-12-27  14:30 zhangjun*/


/*关于我们-小综合*/

.about_more_compre {
    position: relative;
    z-index: 22;
    background-color: #fff;
    overflow: hidden;
}

.about_more_compre .part01 {
    padding: 70px 0 0;
}

.about_more_compre .part02 {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    height: 560px;
    background: url(../image/nishidashabi_02.jpg) no-repeat center top;
    margin-top: 20px;
}

.about_more_compre .part02 .vate_t {
    position: relative;
    overflow: hidden;
}

.about_more_compre .part02 .vate_t .intor_ {
    margin-top: 65px;
    width: 387px;
    float: right;
}

.about_more_compre .part02 .vate_t .intor_ .title {
    font-size: 28px;
    color: #221815;
    text-align: left;
}

.about_more_compre .part02 .vate_t .intor_ .p {
    font-size: 14px;
    margin-top: 14px;
    color: #727171;
    line-height: 24px;
}

.about_more_compre .part02 .vate_b {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.about_more_compre .part02 .vate_b .con_ {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.about_more_compre .part02 .vate_b .span-4 {
    width: 31.15%;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li01 {
    background: url(../image/li_11_03.jpg) no-repeat center center;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li02 {
    background: url(../image/li_22_03.jpg) no-repeat center center;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.about_more_compre .part02 .vate_b .con_ .mask_.li03 {
    background: url(../image/li_33_03.jpg) no-repeat center center;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.about_more_compre .part02 .vate_b .con_ .mask_ {
    padding: 60px 70px 50px 40px;
}

.about_more_compre .part02 .vate_b .con_ .mask_ .title {
    font-size: 25px;
    color: #00934b;
    text-align: left;
    font-weight: normal;
}

.about_more_compre .part02 .vate_b .con_ .mask_ .p {
    margin-top: 10px;
    font-size: 14px;
    color: #353535;
    line-height: 25px;
}

.about_more_compre .part02 .vate_b .con_ .desc_ {
    position: absolute;
    left: 0;
    top: 100%;
    background: url(../image/black777_03.png) repeat;
    transition: all .3s ease;
    padding: 60px 70px 50px 40px;
}

.about_more_compre .part02 .vate_b .con_ .desc_ .title {
    font-size: 25px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}

.about_more_compre .part02 .vate_b .con_ .desc_ .p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.about_more_compre .part02 .vate_b .con_:hover .desc_ {
    top: 0;
}

.about_more_compre .part03 {
    position: relative;
    overflow: hidden;
    background: url(../image/ps_sections01_02.png) #fff no-repeat top center;
    height: 437px;
}

.about_more_compre .part03 .prop_l {
    width: 42%;
    position: relative;
    padding-top: 125px;
    float: left;
}

.about_more_compre .part03 .prop_r {
    width: 58%;
    float: left;
}

.about_more_compre .part03 .prop_l .desc_ .title {
    font-size: 29px;
    color: #221815;
    text-align: left;
    font-weight: bold;
    margin-bottom: 14px;
}

.about_more_compre .part03 .prop_l .desc_ .p {
    font-size: 14px;
    color: #727171;
    text-align: left;
    overflow: hidden;
    line-height: 26px;
}

.about_more_compre .part03 .prop_l .digit {
    width: 100%;
    margin-top: 50px;
}

.about_more_compre .part03 .prop_l .digit li {
    float: left;
    width: 30%;
    position: relative;
    text-align: center;
    height: 70px;
}

.about_more_compre .part03 .prop_l .digit li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 50px;
    background-color: #d8d8d8;
}

.about_more_compre .part03 .prop_l .digit li span {
    font-size: 30px;
    color: #0266b1;
    font-family: Impact;
    display: block;
    font-weight: bold;
}

.about_more_compre .part03 .prop_l .digit li .p {
    font-size: 15px;
    color: #000;
}

.about_more_compre .part03 .prop_r {
    position: relative;
}

.about_more_compre .part03 .prop_r .bg_img {
    position: absolute;
    right: 0;
    top: 100px;
}

.about_more_compre .part04 {
    position: relative;
    height: 440px;
    color: #ffffff;
    background-image: url(../image/news08.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.about_more_compre .part04 .mask_ {
    background: url(../image/black777_03.png);
    padding-bottom: 205px;
}

.about_more_compre .part04 ._tt {
    padding-top: 80px;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.about_more_compre .part04 .con {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_more_compre .part04 ._desc {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
    width: 50%;
    margin-left: 25%;
}


/*客户服务*/

.customer_compre {
    position: relative;
    overflow: hidden;
    z-index: 22;
    background-color: #fff;
    padding: 90px 0 45px;
}

.customer_compre .part01 {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
}

.customer_compre .part01 .slide_box {
    height: 278px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
}

.customer_compre .part01 .slide_box ul .slide_cell {
    float: left;
    width: 24.5%;
    border-right: 1px solid #fff;
    background-color: #f8f8f8;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box {
    width: 299px;
    height: 280px;
    position: relative;
    transition: all .3s ease;
    overflow: hidden;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .mask {
    position: absolute;
    display: block;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease;
    padding-left: 80px;
    padding-top: 40px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .title {
    font-size: 22px;
    color: #00934b;
    font-weight: normal;
    margin-bottom: 26px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .s_line {
    width: 88px;
    height: 1px;
    background-color: #c7c7c7;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .type_box {
    margin-top: 20px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box .text_box .type_box .type_list {
    font-size: 14px;
    color: #9b9b9b;
    text-align: left;
    line-height: 28px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on {
    background: url(../image/zzzzzzzzzzz_03.png) no-repeat center center;
    background-size: cover;
    z-index: 30;
    width: 350px;
    margin-left: -25px;
    height: 330px;
    margin-top: -25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .text_box {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    height: 100%;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .title {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-top: 60px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .s_line {
    width: 100px;
    height: 1px;
    background-color: #000;
    margin-left: 125px;
}

.customer_compre .part01 .slide_box ul .slide_cell .img_box.on .text_box .type_box .type_list {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.customer_compre .part02 {
    height: 460px;
    overflow: hidden;
    background-image: url(../image/about_compre02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.customer_compre .wrap,
.customer_compre .prt02_con {
    height: 100%;
}

.customer_compre .prt02_con {
    position: relative;
}

.customer_compre .prt02_con .figure_pic {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -60px;
    width: 34%;
}

.customer_compre .wrap .prt02_con ._con {
    width: 52%;
    padding-top: 120px;
}

.customer_compre .wrap .prt02_con ._tt {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

.customer_compre .wrap .prt02_con .p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.customer_compre .part03 {
    overflow: hidden;
    background-color: #f2f2f2;
    position: relative;
}

.customer_compre .part03 .net_left {
    width: 37%;
    padding-left: 3%;
    float: left;
    padding-top: 120px;
}

.customer_compre .part03 .net_left .hea_ {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.customer_compre .part03 .net_left .hea_ .title {
    font-size: 35px;
    color: #00934b;
    float: left;
}

.customer_compre .part03 .net_left .hea_ .bg_img {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.customer_compre .part03 .net_left .p {
    font-size: 16px;
    color: #333232;
    line-height: 30px;
}

.customer_compre .prt02_links {
    padding-left: 4%;
    padding-bottom: 45px;
}

.customer_compre .prt02_links ._link {
    float: left;
    margin-right: 50px;
    width: 11%;
    min-width: 80px;
    color: #ffffff;
    text-align: center;
}

.customer_compre .prt02_links ._link:hover ._wd {
    color: #00934b;
}

.customer_compre .prt02_links ._link ._wd {
    font-size: 16px;
    color: #34383c;
    font-weight: bold;
}

.customer_compre .prt02_links ._link ._ico {
    display: block;
    margin: 50px auto 16px;
    width: 55px;
    height: 55px;
    background-image: url(../image/__03.png);
    background-repeat: no-repeat;
}

.customer_compre .prt02_links ._link ._ico._ico1 {
    background-position: 0 0;
}

.customer_compre .prt02_links ._link ._ico._ico2 {
    background-position: 0 -73px;
}

.customer_compre .prt02_links ._link ._ico._ico3 {
    background-position: 0 -146px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico1 {
    transform: rotateY(180deg);
    background-position: -80px 0;
}

.customer_compre .prt02_links ._link:hover ._ico._ico2 {
    transform: rotateY(180deg);
    background-position: -80px -73px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico3 {
    transform: rotateY(180deg);
    background-position: -80px -146px;
}

.customer_compre .prt02_links ._link02 ._ico {
    background-position: -50px 0;
}

.customer_compre .prt02_links ._link03 ._ico {
    background-position: -100px 0;
}

.customer_compre .prt02_links ._link04 ._ico {
    background-position: -150px 0;
}

.customer_compre .net_right {
    width: 60%;
    position: relative;
    background: url(../image/ser_bg3.png) center center no-repeat;
    padding: 76px 0 50px;
    height: 372px;
    float: left;
}

.customer_compre .net_right .c1 {
    top: 208px;
    left: 111px;
}

.customer_compre .net_right .c2 {
    top: 270px;
    left: 170px;
}

.customer_compre .net_right .c3 {
    top: 250px;
    left: 200px;
}

.customer_compre .net_right .c4 {
    top: 310px;
    left: 176px;
}

.customer_compre .net_right .c5 {
    left: 345px;
    top: 180px;
}

.customer_compre .net_right .c6 {
    top: 232px;
    left: 350px;
}

.customer_compre .net_right .c7 {
    top: 205px;
    left: 400px;
}

.customer_compre .net_right .c8 {
    top: 170px;
    left: 464px;
}

.customer_compre .net_right .c9 {
    right: 225px;
    top: 232px;
}

.customer_compre .net_right .c10 {
    right: 187px;
    top: 144px;
}

.customer_compre .net_right .c11 {
    right: 168px;
    top: 198px;
}

.customer_compre .net_right .c12 {
    bottom: 190px;
    right: 68px;
}

.customer_compre .net_right .c13 {
    bottom: 172px;
    right: 38px;
}

.customer_compre .part04 {
    position: relative;
    overflow: hidden;
    padding: 50px 0 50px;
}

.customer_compre .part04 .desc_ {
    position: relative;
    overflow: hidden;
    height: 369px;
}

.customer_compre .part04 .desc_ .desc_l {
    width: 68%;
    float: left;
    background: url(../image/cus_part04_pic_03.png) no-repeat center center;
    height: 100%;
}

.customer_compre .part04 .desc_ .desc_r {
    width: 32%;
    float: left;
    background: url(../image/cus_part04_more_03.png) no-repeat center center;
    height: 100%;
    position: relative;
}

.customer_compre .part04 .desc_ .desc_l .mask_l {
    width: 52%;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.customer_compre .part04 .desc_ .mask_r {
    width: 48%;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.customer_compre .part04 .desc_ .mask_r .info_ {
    background: rgba(25, 79, 140, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.customer_compre .part04 .desc_ .desc_r .info_ {
    background: rgba(48, 48, 48, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.customer_compre .part04 .desc_ .desc_r .con_ .text {
    color: #00934b;
}

.customer_compre .part04 .desc_ .desc_l .mask_l:hover .con_ .t_icon {
    transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .desc_l .mask_r:hover .con_ .t_icon {
    transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .desc_r:hover .con_ .t_icon {
    transform: rotateY(180deg);
}

.customer_compre .part04 .desc_ .con_ {
    position: relative;
}

.customer_compre .part04 .desc_ .con_ .t_icon {
    background-image: url(../image/t_icon_03.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 150px auto 0;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon1 {
    background-position: 0 0;
}

.customer_compre .part04 .desc_ .con_ .text {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon2 {
    background-position: -64px 0;
}

.customer_compre .part04 .desc_ .con_ .t_icon.t_icon3 {
    background-position: -126px 0;
}


/*2016-12-27 17:24 ysl*/

.ipart04 ._con_rt .roll_nums ._ico,
.transition {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


/*2016-12-28 09:34 zhangjun*/


/*关于我们-成员关系详情页*/

.about_custom_detail {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 22;
}

.about_custom_detail .zqd_cont {
    margin-top: 77px;
    margin-bottom: 85px;
}

.about_custom_detail .zqd_cont_l {
    float: left;
    width: 41.25%
}

.about_custom_detail .zqd_cont_l .zqd_logo {
    width: 100%;
}

.about_custom_detail .zqd_cont_l .zqd_logo img {
    width: 100%;
}

.about_custom_detail .zqd_slider {
    width: 100%;
    height: 372px;
    overflow: hidden;
}

.about_custom_detail .zqd_slider li {
    width: 100%;
}

.about_custom_detail .zqd_slider li .zqd_img {
    width: 100%;
    display: block;
}

.about_custom_detail .zqd_slider li img {
    width: 100%;
}

.about_custom_detail .zqd_slider .arrs {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 64px;
    background: url(../image/news_arr1_01.png) no-repeat;
    margin-top: -32px;
}

.about_custom_detail .zqd_slider .arrs:hover {
    background-position-y: -64px;
}

.about_custom_detail .zqd_slider .arr_prev {
    left: 25px;
}

.about_custom_detail .zqd_slider .arr_next {
    right: 25px;
    background-position: -36px 0;
}

.about_custom_detail .zqd_slider .slide_nav {
    display: block;
    right: 0;
    bottom: 30px;
    font: 0/0 a;
    letter-spacing: -9px;
    text-align: right;
    padding-right: 20px;
}

.about_custom_detail .zqd_slider .slide_nav a {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 6px;
    border-radius: 50%;
    background-color: #d7d7d7;
}

.about_custom_detail .zqd_slider .slide_nav .on {
    background-color: #fff;
}

.about_custom_detail .zqd_slider_wrap {
    position: relative;
}

.about_custom_detail .zqd_c {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 33px;
    height: 89px;
    line-height: 89px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
}

.about_custom_detail .zqd_cont_r {
    float: right;
    width: 52.25%;
    font-size: 14px;
    color: #888;
}

.about_custom_detail .zqd_cont_r p strong {
    font-size: 16px;
}

.about_custom_detail .zqd_cont_r p {
    margin-bottom: 40px;
}

.about_custom_detail .zqd_link {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #e85826;
    font-size: 18px;
    background-color: #f6f6f6;
    margin-top: 70px;
}

.about_custom_detail .zqd_link:hover {
    background-color: #eee;
}

.about_custom_detail .zqd_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/zqd_icon_03.png) no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 15px;
}

.about_custom_detail .zqd_link:hover {
    color: #e85826;
    opacity: .9;
}


/*2016-12-29 13:30 zhangjun*/


/*关于我们-品牌文化*/

.about_gushi {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.about_gushi .part01 {
    overflow: hidden;
    padding: 64px 0;
    background-color: #fff;
}

.about_gushi .part01 .his_left {
    float: left;
}

.about_gushi .part01 .his_left.at {
    position: absolute;
    left: 0;
    bottom: 51px;
}

.about_gushi .part01 .his_left .his_img {
    height: 335px;
}

.about_gushi .part01 .his_left .date_ {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 368px;
}

.about_gushi .part01 .his_left .date_.at {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_gushi .part01 .his_left .date_.fixed {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 66px;
    z-index: 22;
}

.about_gushi .part01 .his_left .date_ ul li {
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 22px;
    color: #2f2f2f;
    border-bottom: 1px solid #fff;
    background-color: #f1f1f1;
}

.about_gushi .part01 .his_left .date_ ul li a {
    display: block;
}

.about_gushi .part01 .his_left .date_ ul li.on {
    background-color: #00317e;
}

.about_gushi .part01 .his_left .date_ ul li.on a {
    color: #fff;
}

.about_gushi .part01 .his_left .date_ ul li:hover {
    background-color: #00317e;
}

.about_gushi .part01 .his_left .date_ ul li:hover a {
    color: #fff;
}

.about_gushi .part01 .his_right {
    width: 63%;
    float: right;
    border-left: 1px solid #e6e6e6;
}

.about_gushi .part01 .his_right ul li {
    margin-bottom: 50px;
    position: relative;
    border: 7px solid #e7e7e7;
    margin-left: 60px;
}

.about_gushi .part01 .his_right ul li .oc {
    position: absolute;
    left: -76px;
    top: 38px;
}

.about_gushi .part01 .his_right ul li .os {
    position: absolute;
    left: -36px;
    top: 33px;
}

.about_gushi .part01 .his_right ul li .mask_ {
    margin: 40px 40px;
}

.about_gushi .part01 .his_right ul li .mask_ .title {
    font-size: 26px;
    color: #00317e;
    text-align: left;
    margin-bottom: 14px;
}

.about_gushi .part01 .his_right ul li .mask_ .p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 24px;
}

.about_gushi .part01 .his_right ul li .mask_ .bg_img {
    margin-top: 35px;
}

.about_gushi .part01 .his_right ul li.li_ .bg_img {
    display: none;
}


/*关于我们-企业文化*/

.about_culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.about_culture .part01 {
    overflow: hidden;
    padding: 64px 0;
    background-color: #fff;
}

.about_culture .part01 .his_left {
    float: left;
}

.about_culture .part01 .his_left.at {
    position: absolute;
    left: 0;
    bottom: 51px;
}

.about_culture .part01 .his_left .his_img {
    height: 335px;
}

.about_culture .part01 .his_left .date_ {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 368px;
}

.about_culture .part01 .his_left .date_.at {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_culture .part01 .his_left .date_.fixed {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 66px;
    z-index: 22;
}

.about_culture .part01 .his_left .date_ ul li {
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 22px;
    color: #2f2f2f;
    border-bottom: 1px solid #fff;
    background-color: #f1f1f1;
}

.about_culture .part01 .his_left .date_ ul li a {
    display: block;
}

.about_culture .part01 .his_left .date_ ul li.on {
    background-color: #00317e;
}

.about_culture .part01 .his_left .date_ ul li.on a {
    color: #fff;
}

.about_culture .part01 .his_left .date_ ul li:hover {
    background-color: #00317e;
}

.about_culture .part01 .his_left .date_ ul li:hover a {
    color: #fff;
}

.about_culture .part01 .his_right {
    width: 66%;
    float: right;
}

.about_culture .part01 .his_right .job_list {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.about_culture .part01 .his_right {
    background-color: #fff;
    z-index: 20;
}

.about_culture .part01 .his_right .job_list {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.about_culture .part01 .his_right .JobList-J2 {
    overflow: hidden;
    padding-bottom: 50px;
}

.about_culture .part01 .his_right .JobList-J2 ._jt {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    /*float:left; width:100%;*/
    margin-top: 8px;
}

.widget-job-2 ._jt span {
    float: right;
}

.about_culture .part01 .his_right .JobList-J2 ._jt strong {
    float: left;
    width: 20%;
    color: #5a5a5a;
    font-size: 18px;
    text-align: left;
    text-indent: 5%;
    font-weight: normal;
}

.about_culture .part01 .his_right .JobList-J2 ._jt span {
    float: right;
    margin-right: 20px;
}

.about_culture .part01 .his_right .JobList-J2 ._jc {
    display: none;
    /*float:left; width:100%;*/
    background-color: #f9f9f9;
    padding-bottom: 30px;
    text-align: left;
}

.about_culture .part01 .his_right .JobList-J2 ._jc.show {
    margin-bottom: 21px;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon {
    padding: 30px 4% 45px 5.5%;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon ._title {
    font-size: 15px;
    color: #000;
    margin-top: 32px;
}

.about_culture .part01 .his_right .JobList-J2 ._jcon ._typeIn p {
    line-height: 35px;
}

.about_culture .part01 .his_right .JobList-J2 ._jt_act {
    color: #fff;
    background-color: #00934b;
}

.about_culture .part01 .his_right .JobList-J2 ._jt_act strong {
    color: #fff;
}


/*2016-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: #00934b;*/
}

.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;
}


/*2016-12-30 08:20 zhangjun*/

.ibanner .cover {
    background-image: none;
}

.ibanner .iban_li.video_li .cover {
    background-image: url(../image/index01.png);
}

.ibanner .loading {
    background: url(../image/loading1.gif) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}


/*2016-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;
}


/*关于我们-服务*/

.about_ser .part01 {
    height: 580px;
    background: url(http://www.xzhlz.com/resources/web/img/about_ser01.jpg) top center no-repeat;
}

.about_ser .part02 {
    height: 555px;
    background: url(http://www.xzhlz.com/resources/web/img/about_ser02.jpg) top center no-repeat;
}

.about_ser .part03 {
    height: 548px;
    background: url(http://www.xzhlz.com/resources/web/img/about_ser03.jpg) top center no-repeat;
}


/*关于我们-综合*/

.about_compre .prt02_links ._link ._ico {
    margin-bottom: 24px;
}

.about_compre .prt02_links ._link ._wd {
    font-size: 18px;
}

.about_compre .prt02_links ._link._link02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.about_compre .prt02_links ._link._link03 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.about_compre .prt02_links ._link._link04 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.about_compre .part04 .prt04_det_list {
    padding-bottom: 30%;
    height: 0;
}


/*关于我们-公司简介*/


/*.about_intro .part02 { padding-bottom:50px; }*/

.about_intro .part02 .typeIn {
    font-size: 15px;
    color: #5a5a5a;
}


/*关于我们-企业文化*/

.about_culture .part01 .his_left {
    margin-top: 10px;
}


/*关于我们-荣誉资质*/

.about_hover .part01 {
    padding-top: 75px;
}

.about_hover .item {
    margin-top: 0;
}

.about_hover .page {
    margin-top: 30px;
}

.about_hover_album .album_ordinary .album_close {
    background-color: #00934b;
}


/*关于我们-成员公司*/

.about_custom_detail .zqd_cont_r p {
    margin-bottom: 0;
}


/*2016-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: 33%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.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%;
}


/*关于我们-小综合*/

.about_more_compre {
    padding-bottom: 0;
}

.about_more_compre .part02 .row {
    width: 105%;
}

.about_more_compre .part02 .row>[class*=span-] {
    margin-right: 3.3%;
}

.about_more_compre .part02 .vate_b .span-4 {
    width: 29.45%;
}

.about_more_compre .part03 .prop_l .digit li.li03:after {
    background-color: transparent;
}

.about_more_compre .part03 .prop_l .digit li .p {
    font-weight: bold;
}

.about_more_compre .part04 {
    height: 410px;
}

.about_more_compre .part04 .mask_ {
    padding-bottom: 0;
    height: 100%;
}

.about_more_compre .part04 .con {
    margin-bottom: 15px;
}


/*客户服务-综合*/

.customer_compre .prt02_links ._link ._ico {
    background-image: url(../image/customer_compre01a.png);
}

.customer_compre .prt02_links ._link:hover ._ico {
    background-image: url(../image/customer_compre01b.png);
    transform: rotateY(180deg);
}

.customer_compre .prt02_links ._link:hover ._ico._ico1 {
    background-position: 0 0px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico2 {
    background-position: 0 -73px;
}

.customer_compre .prt02_links ._link:hover ._ico._ico3 {
    background-position: 0 -146px;
}

.customer_compre .part04 .desc_ .con_ .text a {
    color: #ffffff;
}

.customer_compre .part04 .desc_ .desc_r .con_ .text a {
    color: #00934b;
}


/*客户服务-经销商网络*/

.customer_ser .part02 ul li {
    position: relative;
}

.customer_ser .part02 ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background-color: #00934b;
}

.customer_ser .part02 ul li:hover:after {
    top: 0;
}

.customer_ser .part02 ul li .mask_ {
    position: relative;
    z-index: 23;
}

.customer_ser .part02 ul li .mask_ a {
    color: #5a5a5a;
    cursor: default;
}

.customer_ser .part02 ul li:hover .mask_ .p dt,
.customer_ser .part02 ul li:hover .mask_ .p dd,
.customer_ser .part02 ul li:hover .mask_ a {
    color: #ffffff;
}


/*社会责任-综合*/

.invest_society .part01 .tab_ .tab_c_ .tab_c01 .bg_img {
    left: 16%;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c02 .bg_img {
    left: 49%;
}

.invest_society .part01 .tab_ .tab_c_ .tab_c03 .bg_img {
    left: 83%;
}


/*新闻-综合*/

.channel_content.news_compre {
    padding-bottom: 0;
}

.news_compre .part03 {
    overflow: hidden;
}

.news_compre .part04 {
    overflow: hidden;
}


/*新闻-列表*/

.news_list .news-top {
    margin-bottom: 25px;
}

.news_list .news-top .news-hot {
    padding: 20px 2%;
    width: 68%;
}

.news_list .news-top .news-hot .news_hot_ {
    padding: 28px 0 0 5%;
    width: 44%;
}

.news_list .nl_list li {
    margin-bottom: 10px;
}


/*投资者关系-综合*/

.channel_content.invest_compre {
    padding-bottom: 0;
}

.invest_compre .part01 .part_l dt .title,
.invest_compre .part01 .part_r .con_ .title,
.invest_compre .part02 .con_ .title {
    font-weight: normal;
    color: #000000;
}

.invest_compre .part01 .part_l dd .p {
    width: 70%;
    font-size: 15px;
    color: #646465;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.invest_compre .part02 .mask_ .bg_img {
    width: 50%;
}

.invest_compre .part02 .mask_ .into_ {
    padding: 0;
    width: 50%;
}

.invest_compre .part02 .mask_ .into_wrap {
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.invest_compre .part02 .mask_ .into_wrap ._con {
    padding: 6% 9% 0;
}

.invest_compre .part02 .mask_ .into_ ._con .desc_ {
    font-size: 14px;
}

.invest_compre .part02 .mask_ .into_ .pic {
    padding-left: 3%;
}

.invest_compre .part03 .mask_ {
    margin-top: 82px;
}

.invest_compre .part03 .mask_ .info_ .title a {
    color: #ffffff;
}

.invest_compre .part03 .mask_ .info_ .p a {
    color: #ffffff;
}


/*2016-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: #FFFFFF;
    background-color: #00934b;
    border: #00934b 1px solid;
}

.uni_more_btn ._btn_con:after {
    background-image: url(../../images/index7.png);
}

.uni_more_btn:hover {
    color: #ffffff;
    background-color: #00934b;
    border: #00934b 1px solid;
}

.uni_more_btn:hover ._btn_con:after {
    background-image: url(../image/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(../image/uni_more_btn_arr3.png);
}

.uni_more_btn.btn_wd_white:hover {
    color: #000000;
    background-color: #00934b;
    border: #00934b 1px solid;
}

.uni_more_btn.btn_wd_white:hover ._btn_con:after {
    background-image: url(../../images/index7.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(../../images/index7.png);
}

.uni_more_btn.btn_wd_black:hover {
    color: #000000;
    background-color: #00934b;
    border: #00934b 1px solid;
}

.uni_more_btn.btn_wd_black:hover ._btn_con:after {
    background-image: url(../../images/index7.png);
}


/*产品定制-表单*/

.order_cons .part02_l .msg_form .btn_list ._btn_msg:hover {
    background-color: #0048c1;
}


/*首页*/


/*首页-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: 99px;
}

.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(../image/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;
}


/*客户服务-满意度调查*/

.suvery [class|=channel] .form-con li {
    float: left;
    padding: 0 0 0 1%;
    width: 19%;
}

.suvery [class|=channel] .form-con li:before,
.suvery [class|=channel] .form-con li:after {
    content: '';
    display: table;
    clear: both;
}

.suvery [class|=channel] .form-con li input.radio {
    float: left;
    margin-top: 0;
    margin-right: 8px;
}

.suvery [class|=channel] .form-con li>span {
    float: left;
}

.suvery [class|=channel] .form-list li:last-child .form-con li {
    float: left;
    width: 100%;
}

.suvery [class|=channel] .form-list li.last .form-con li {
    float: left;
    width: 100%;
}

.suvery [class|=channel] .form-con .form_box {
    float: none;
    width: 100%;
}

.suvery [class|=channel] .form-con .form_box:before,
.suvery [class|=channel] .form-con .form_box:after {
    content: '';
    display: table;
    clear: both;
}

.suvery [class|=channel] .form-con .form_box .fbli {
    float: left;
    margin-bottom: 10px;
    width: 33%;
}

.suvery [class|=channel] .form-con .form_box .fbli input {
    width: 50%!important;
}

.suvery [class|=channel] .form-con .fb_yzm {
    margin-left: 0!important;
}

.suvery [class|=channel] .form-btn {
    padding-left: 1%;
}

.suvery [class|=channel] .form-btn .btn {
    display: block;
    padding: 0;
    width: 148px;
    height: 34px;
    line-height: 34px;
    border: none;
    border-radius: 0;
}

.suvery [class|=channel] .form-btn .btn:hover {
    color: #ffffff;
    background-color: #00934b;
}


/*客户服务-在线留言*/

.ol_msg [class|=channel] .form-m1 .form-m1-btn button {
    width: 148px;
    height: 34px;
    line-height: 34px;
    background-color: #cccccc;
    border: none;
    border-radius: 0;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn button:hover {
    background-color: #00934b;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn ._submit {
    background-color: #00934b;
    color: #000000;
}

.ol_msg [class|=channel] .form-m1 .form-m1-btn ._submit:hover {
    color: #ffffff;
}


/*新闻-综合*/

.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(../image/invest_list01a.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.invest_list .part01 li ._download .img {
    background-image: url(../image/invest_list01b.png);
}

.invest_list .part01 li ._not .img {
    background-image: url(../image/invest_list01a.png);
}


/*人才-综合*/

.channel_content.job_compre {
    padding-bottom: 0;
}

.job_compre .part03 .part03_l ._mask .info_ .title {
    font-family: Arial, sans-serif;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .title {
    font-family: Arial, sans-serif;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li span {
    line-height: 1;
}

.job_compre .part03 .part03_l ._mask .info_ span {
    font-size: 26px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p1 {
    font-size: 16px;
}

.job_compre .part03 .part03_l .desc_ .desc_wrap li .p2 {
    font-size: 16px;
    margin-top: 20px;
}


/*在线留言*/

.channel-content-41843 {
    overflow: hidden;
}

.channel-content-41843 .form-m1 .form-m1-Left {
    float: left;
    width: 50%;
}

.channel-content-41843 .form-m1 .form-m1-right {
    float: right;
    width: 50%;
}

.channel-content-41843 .form-m1 .form-m1-li {
    padding-top: 10px;
}

.channel-content-41843 .form-m1 .form-m1-li label {
    width: 5em;
    display: inline-block;
    color: #666;
    vertical-align: middle;
}

.channel-content-41843 .form-m1 .form-m1-li label span {
    padding: 0 6px;
}

.channel-content-41843 .form-m1 .form-m1-li input {
    height: 28px;
    line-height: 28px;
    border: 1px #ddd solid;
    width: 70%;
}

.channel-content-41843 .form-m1 .form-m1-li textarea {
    border: 1px #ddd solid;
    width: 70%;
    vertical-align: middle;
}

.channel-content-41843 .form-m1 .form-m1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.channel-content-41843 .form-m1 .form-m1-li input._yzm {
    width: 20%;
}

.channel-content-41843 .form-m1 .form-m1-li img {
    height: 28px;
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
}

.channel-content-41843 .form-m1 .form-m1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.channel-content-41843 .form-m1 .form-m1-btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.channel-content-41843 .form-m1 .form-m1-btn button {
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.channel-content-41843 .form-m1 .form-m1-btn ._submit {
    background: #d50e25;
    margin-right: 10px;
}

.channel-content-41843 .form-m1 .form-m1-btn ._reset {
    background: #909090;
}

.channel-content-41843 .form-m1 .Validform_right {
    white-space: nowrap;
}

@media only screen and (max-width: 40em) {
    .channel-content-41843 .form-m1 .form-m1-Left {
        width: 100%;
    }
    .channel-content-41843 .form-m1 .form-m1-li input {
        width: 65%;
    }
    .channel-content-41843 .form-m1 .form-m1-right {
        width: 100%;
    }
    .channel-content-41843 .form-m1 .form-m1-li textarea {
        width: 65%;
    }
    .channel-content-41843 .form-m1 .form-m1-li input._yzm {
        width: 27%;
    }
    .channel-content-41843 .form-m1 .form-m1-li b {
        display: none;
    }
}


/*2017-01-09*/


/*首页*/

.iprt02_con ._txt_wrap ._tt {
    font-size: 24px;
}

.iprt02_con ._txt_wrap ._params ._li.li01 {
    width: 33%;
    text-align: left;
}


/*关于我们-综合*/

.channel_content.about_compre {
    padding-bottom: 0;
}


/*关于我们-企业文化*/

.about_culture .part01 {
    padding-bottom: 0;
}


/*关于我们-品牌故事*/

.about_gushi .part01 {
    padding-bottom: 0;
}


/*2017-01-10*/


/*首页*/

.ipart04 ._con_rt .roll_nums>ul>li {
    position: relative;
}

.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%;
}


/*2017-01-13联系我们*/


/*联系我们*/

.about_callus {
    padding-bottom: 20px;
}

.about_callus .part1 .wrap {
    position: relative;
    margin-bottom: 42px;
}

.about_callus .part1 .map_box {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f0f0f0;
}

.about_callus .part1 .part1_main {
    width: 36%;
    background: url(../image/blur_73.png);
    color: #fff;
    position: absolute;
    top: 10%;
    right: 10%;
}

.about_callus .part1 .part1_main dl {
    padding: 10% 6%;
}

.about_callus .part1 .part1_main dt {
    font-size: 24px;
    margin-bottom: 26px;
}

.about_callus .part1 .part1_main dd {
    margin-bottom: 20px;
    line-height: 30px;
}

.about_callus .part1 .part1_main dd a {
    color: #fff;
}

.about_callus .part1 .part1_main dd .map_ico {
    width: 30px;
    height: 30px;
    background: url(../image/about_callus_part1_ico.png) no-repeat;
    margin-right: 10px;
}

.about_callus .part1 .part1_main dd.dd1 .map_ico {
    background-position: 0px 0px;
}

.about_callus .part1 .part1_main dd.dd2 .map_ico {
    background-position: -30px 0px;
}

.about_callus .part1 .part1_main dd.dd3 .map_ico {
    background-position: -60px 0px;
    cursor: default;
}

.about_callus .part1 .part1_main dd.dd4 .map_ico {
    background-position: -90px 0px;
}


/*联系我们-列表*/

.about_callus_part2 ._jc ._jc_box {
    padding: 20px 0px 42px;
}

.about_callus_part2 ._jc_box li {
    background: #f8f8f8;
    margin-bottom: 20px;
}

.about_callus_part2 ._jc_box dl {
    padding: 30px;
}

.about_callus_part2 ._jc_box dt {
    font-size: 18px;
    color: #00934b;
    margin-bottom: 24px;
    position: relative;
}

.about_callus_part2 ._jc_box dd {
    font-size: 13px;
    color: #777777;
}

.about_callus_part2 ._jc_box dt:after {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #c5c5c5;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.about_callus_part2 ._jc_box li:hover {
    background: url(../image/zzzzzzzzzzz_03.png) no-repeat center;
	background-size: 100% 100%;
}

.about_callus_part2 ._jc_box li:hover dt,
.about_callus_part2 ._jc_box li:hover dd {
    color: #010101;
}

.about_callus_part2 ._jc_box li:hover dt:after {
    background-color: #010101;
}

.about_callus_part2 ._jc_box li a:hover {
    color: #010101;
}

.about_callus_part2 ._jc_box li a {
    cursor: default;
}

.about_callus_part2 .biaoti {
    padding-bottom: 0px;
}


/*信息查询页面*/

.invest_list_hd {
    text-align: center;
    padding: 70px 0px 20px;
}

.invest_list_hd .hd_title {
    font-size: 32px;
    color: #010101;
    margin-bottom: 20px;
}

.invest_list_hd .hd_inp {
    width: 38%;
    background: #f2f2f2;
    font-size: 14px;
    text-align: left;
    padding: 0px 16px;
}

.invest_list_hd .hd_btn {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 12%;
    background: #00934b;
    padding: 0;
}

.invest_list_hd .hd_btn,
.invest_list_hd .hd_inp {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border: none;
    height: 60px;
    line-height: 60px;
}


/*企业文化*/

.about_wenhua .list_title {
    position: absolute;
    top: 0;
    width: 30%;
    background: url(../image/yellow_85.png) repeat;
    height: 100%;
}

.about_wenhua .even .list_title {
    left: 0;
}

.about_wenhua .odd .list_title {
    right: 0;
}

.about_wenhua .list_title_box {
    padding: 20% 12%;
    color: #fff;
}

.about_wenhua .list_title_box span {
    display: block;
}

.about_wenhua .list_title_box .title01 {
    font-size: 34px;
    text-align: left;
    font-weight: normal;
}

.about_wenhua .list_title_box .title02 {
    font-size: 60px;
    font-weight: bold;
    text-align: right;
    line-height: 70px;
}

.about_wenhua .list_title_box .title03 {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.about_wenhua .text_box {
    padding: 30px;
    background-color: #efefef;
    font-size: 14px;
    color: #323232;
    line-height: 2em;
}

.about_wenhua .his_right li {
    margin-bottom: 40px;
}


/*2017-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;
}


/*服务理念2017-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(../image/fwln_part2_bj.jpg) no-repeat center;
    padding: 0;
}

.server_linian_part2 .blue_bj {
    background: url(../image/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(../image/black_44.png) repeat;
    padding: 4% 10%;
    text-align: center;
    color: #fff;
    position: relative;
}

.server_linian_part2 .list_box .ion {
    font-size: 20px;
    color: #00934b;
    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(../image/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: #00934b;
    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;
}


/*2017-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;
}


/*2017-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: #00934b;
}

.subnavs .sub_ li:hover a,
.subnavs .sub_ li.cur a {
    color: #fff;
    border-color: #00934b;
}

.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;
}


/*产品综合2017-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: #00934b;
    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: #00934b;
    margin: 0 10px;
    font-size: 0;
}

.newsc_arr_box ul li.on {
    background-color: #fff;
}

.news_compre .news_scroll_con li {
    margin-right: 26px;
}


/*全站搜索2017-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;
}


/*2017-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: #00934b;
}

.subnavs .sub_ li:hover a:after,
.subnavs .sub_ li.cur a:after {
    background: #00934b;
}


/*2017-01-24*/

.footer .footer_l dl dt {
    text-align: left;
}

.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: #00934b;
}


/*2017-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: #00934b;
}

.product_cust .part01 .category {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.news_pap .news_pap_l .news_tab .tab_c .p p {
    line-height: 34px;
}


/*2017-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: #00934b;
}

.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: #00934b;
}

.channel_content .channel-content-42917 .pdet_form .ord_sub {
    background-color: #00934b;
    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;
}


/*底部二维码*/

.ft_ewm .ft_ewm_box {
    width: 50%;
    padding-top: 20px;
}

.ft_ewm .img_box {
    width: 60%;
}

.ft_ewm .list_tit {
    width: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    margin: 8px 0px 0px 6px;
}


/*下拉导航调整*/

.page_nav .nav_li {
    position: relative;
}

.header ._drop_box {
    width: 480%;
}

.header ._drop_box ._subnav_con {
    width: 36%;
    background: #FFF100;
    min-height: 360px;
}

.header ._drop_box ._subnav_con ._sec_li {
    width: 100%;
    margin-right: 0;
}

.header ._drop_box ._top_cons ._pic_wrap {
    width: 64%;
    background-color: #ffffff;
}

.header ._drop_box ._top_cons ._pic_wrap .img_box {
    position: relative;
}

.header ._drop_box ._top_cons ._pic_wrap ._msk {
    width: 100%;
    height: 100%;
    background-size: 100%100%;
}

.header ._drop_box ._top_cons .nav_cover_box {
    padding: 40px 30px;
}

.header ._drop_box ._top_cons {
    padding: 0;
    background-color: #ffffff;
}

.page_nav .nav_li:hover>a:after {
    border-color: transparent transparent #FFF100 transparent;
}

.header ._drop_box ._subnav_con ._sec_li {
    border-color: #f0e300;
}


/*.header ._drop_box ._subnav_con ._sec_li > a:hover{background-color:#ffdf00;color:#242424;}*/

.header ._drop_box ._top_cons ._tit {
    font-size: 18px;
    padding: 20px 0px 4px;
}

.page_nav .nav_li.li3 ._drop_box {
    left: -86%;
}

.page_nav .nav_li.li4 ._drop_box {
    left: -188%;
}

.page_nav .nav_li.li5 ._drop_box {
    left: -290%;
}

.page_nav .nav_li.li6 ._drop_box {
    left: -200%;
}

.page_nav .nav_li.li7 ._drop_box {
    left: -200%;
}

.page_nav .nav_li.li6 .nav_cover_box ul._sec_ul {
    height: 257px;
    overflow: hidden;
}


/*2017-02-13*/

.header .top02 ._pro_order {
    float: right;
}

.header .top02 ._pro_order_box {
    width: 77%;
}

.page_nav {
    width: 86%;
}


/*2017-02-13首页banner*/

.ibanner .arrs {
    background: url(../image/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(../image/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%;
    }
}


/*20117-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;
}


/*2017-02-14技术创新*/

.chuangxin .cxfz_part1 {
    margin-bottom: 50px;
}

.chuangxin .part1_hd {
    font-size: 24px;
    color: #00934b;
    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(../image/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(../image/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;
}


/*2017-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;
}


/*2017-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: #00934b;
    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: #00934b;
}


/*2017-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(../image/black.6.png) repeat;
    color: #fff;
    font-weight: normal;
}

.keyanshili .part2 .arrs {
    width: 21px;
    height: 40px;
    background: url(../image/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;
}


/*2017-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;
}


/*2017-02-20相册弹窗*/

body .album_ordinary .slide_c p {
    position: static;
    margin-top: 20px;
    line-height: 22px;
}

body .album_ordinary .album_close {
    background-color: #00934b;
}

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;
}


/*2017-02-22*/

.about_compre .part04 .prt04_det_item ._pic {
    width: 50%;
    top: 140px;
    right: 0;
}


/*2017-02-23*/


/*首页*/


/*ibanner*/

.ibanner .video_img {
    display: none;
}


/*2017-02-24*/

.job_compre .part03 {
    padding-bottom: 0;
}


/*2017-03-14*/

.header .top02 ._pro_order_box {
    float: left;
}

.header .top02 ._search_box {
    float: left;
}


/*2017-03-16 ysl*/


/*主导航-下拉展示图片尺寸较小时相框显示不全*/

.header ._drop_box ._top_cons ._pic_wrap .img_box img {
    width: 100%;
}


/*2017-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;
}


/*2017-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;
}


/*2017-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;}*/


/*2017-03-27*/

.iprt01_btm .lt_box ._con ._tt a {
    color: #ffffff;
}

.iprt02_con ._txt_wrap ._tt a {
    color: #666666;
}


/*人才政策 2017-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;
}


/*2017-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(../image/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: #00934b;
    color: #fff;
}


/*2017-04-01*/

.about_hover .item ._item_down {
    padding: 4%;
}

.about_hover .item ._name {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    font-size: 13px;
}


/*2017-04-06*/

.about_callus .part1 .part1_main dd .map_main {
    width: 80%;
}


/*2017-04-27客户培训*/

.keyanshili .part3 {
    padding-top: 20px;
}


/*2017-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: #027ac8;
    border-color: #027ac8;
}

.video_catlist .list_ico {
    width: 11px;
    height: 6px;
    background: url(../image/video_catlist_ico.png) no-repeat;
    float: right;
    margin-left: 30px;
    margin-top: 10px;
}

.video_catlist a:hover .list_ico,
.video_catlist a.cur .list_ico {
    background-position: 0 -6px;
}


/*2017-05-05头部*/

.page_nav .nav_li>a {
    font-size: 17px;
}

.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(../image/black.6.png) repeat;
    color: #fff;
    font-weight: normal;
}

.invest_society .bg_img01 .arrs {
    width: 21px;
    height: 40px;
    background: url(../image/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;
}


/*footer修改-2017-05-12*/

.footer .footer_l .mask_footer {
    height: 234px;
    overflow: hidden;
    position: relative;
    border: none;
}

.footer .footer_l .mask_footer dl {
    padding: 0 8%;
    margin-bottom: 10px;
    float: none;
}

.footer .footer_l .mask_footer dl dt {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer .footer_l .mask_footer dl dd {
    font-size: 12px;
}

.footer .footer_l .scrollbar-ui .scroll_slider {
    background: #00934b;
}

.footer .footer_l .scrollbar-ui-hover .scroll_bar {
    background: url(../image/grey_line.png) repeat-y center;
}


/*客户培训2017-05-15*/

.keyanshili .khpx_flot {
    width: 36px;
    padding: 6px 4px;
    color: #fff;
    background-color: #00934b;
    display: block;
    position: fixed;
    right: 0;
    top: 30%;
    text-align: center;
    display: none;
}


/*工程案例-2017-05-18*/

.ps_sections04 .wrap {
    position: relative;
}

.ps_sections04 .sg_prev {
    left: -60px;
}

.ps_sections04 .sg_next {
    right: -60px;
}

.ipart03 .b_wrap li a {
    display: block;
}