/*
* name:Global && Pc StyleSheet
* version:v3.4.2
* update:添加百度地图容器样式；默认隐藏百度分享的触控弹层
* date:2017-08-11
*/
.row {
    width: 101%;
    transition: .2s width ease;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    clear: both;
    content: ''
}

.row > [class*="span-"] {
    float: left;
    margin-right: 1%;
    *margin-right: .89%
}

.row > .span-1 {
    width: 7.33333333%
}

.row > .span-2 {
    width: 15.66666667%
}

.row > .span-3 {
    width: 24%
}

.row > .span-4 {
    width: 32.33333333%
}

.row > .span-5 {
    width: 40.66666667%
}

.row > .span-6 {
    width: 49%
}

.row > .span-7 {
    width: 57.33333333%
}

.row > .span-8 {
    width: 65.66666667%
}

.row > .span-9 {
    width: 74%
}

.row > .span-10 {
    width: 82.33333333%
}

.row > .span-11 {
    width: 90.66666667%
}

.row > .span-12 {
    width: 99%
}

.full-row {
    width: 100%;
    transition: .2s width ease;
    *zoom: 1
}

.full-row:before, .full-row:after {
    display: table;
    clear: both;
    content: ''
}

.full-row > [class*='span'] {
    float: left
}

.full-row > .span-1 {
    width: 8.33333333%;
    *width: 8.22333333%
}

.full-row > .span-2 {
    width: 16.66666667%;
    *width: 16.55666667%
}

.full-row > .span-3 {
    width: 25%;
    *width: 24.89%
}

.full-row > .span-4 {
    width: 33.33333333%;
    *width: 33.22333333%
}

.full-row > .span-5 {
    width: 41.66666667%;
    *width: 41.55666667%
}

.full-row > .span-6 {
    width: 50%;
    *width: 49.89%
}

.full-row > .span-7 {
    width: 58.33333333%;
    *width: 58.22333333%
}

.full-row > .span-8 {
    width: 66.66666667%;
    *width: 66.55666667%
}

.full-row > .span-9 {
    width: 75%;
    *width: 74.89%
}

.full-row > .span-10 {
    width: 83.33333333%;
    *width: 83.22333333%
}

.full-row > .span-11 {
    width: 91.66666667%;
    *width: 91.55666667%
}

.full-row > .span-12 {
    width: 100%;
    *width: 99.89%
}

.row > .pull-right, .full-row > .pull-right {
    float: right
}

.row > .center {
    position: relative;
    left: -0.5%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto
}

.full-row > .center {
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto
}

.pull-left-1 {
    position: relative;
    left: -8.33333333%
}

.pull-left-2 {
    position: relative;
    left: -16.66666667%
}

.pull-left-3 {
    position: relative;
    left: -25%
}

.pull-left-4 {
    position: relative;
    left: -33.33333333%
}

.pull-left-5 {
    position: relative;
    left: -41.66666667%
}

.pull-left-6 {
    position: relative;
    left: -50%
}

.pull-left-7 {
    position: relative;
    left: -58.33333333%
}

.pull-left-8 {
    position: relative;
    left: -66.66666667%
}

.pull-left-9 {
    position: relative;
    left: -75%
}

.pull-left-10 {
    position: relative;
    left: -83.33333333%
}

.pull-left-11 {
    position: relative;
    left: -91.66666667%
}

.pull-left-12 {
    position: relative;
    left: -100%
}

.pull-right-1 {
    position: relative;
    left: 8.33333333%
}

.pull-right-2 {
    position: relative;
    left: 16.66666667%
}

.pull-right-3 {
    position: relative;
    left: 25%
}

.pull-right-4 {
    position: relative;
    left: 33.33333333%
}

.pull-right-5 {
    position: relative;
    left: 41.66666667%
}

.pull-right-6 {
    position: relative;
    left: 50%
}

.pull-right-7 {
    position: relative;
    left: 58.33333333%
}

.pull-right-8 {
    position: relative;
    left: 66.66666667%
}

.pull-right-9 {
    position: relative;
    left: 75%
}

.pull-right-10 {
    position: relative;
    left: 83.33333333%
}

.pull-right-11 {
    position: relative;
    left: 91.66666667%
}

.pull-right-12 {
    position: relative;
    left: 100%
}

@media only screen and (max-width: 1024px) {
    .row > .midd-1 {
        width: 7.33333333%
    }

    .row > .midd-2 {
        width: 15.66666667%
    }

    .row > .midd-3 {
        width: 24%
    }

    .row > .midd-4 {
        width: 32.33333333%
    }

    .row > .midd-5 {
        width: 40.66666667%
    }

    .row > .midd-6 {
        width: 49%
    }

    .row > .midd-7 {
        width: 57.33333333%
    }

    .row > .midd-8 {
        width: 65.66666667%
    }

    .row > .midd-9 {
        width: 74%
    }

    .row > .midd-10 {
        width: 82.33333333%
    }

    .row > .midd-11 {
        width: 90.66666667%
    }

    .row > .midd-12 {
        width: 99%
    }

    .midd-hide {
        display: none
    }

    .midd-center {
        position: relative;
        left: -0.5%;
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto
    }

    .full-row > .midd-1 {
        width: 8.33333333%
    }

    .full-row > .midd-2 {
        width: 16.66666667%
    }

    .full-row > .midd-3 {
        width: 25%
    }

    .full-row > .midd-4 {
        width: 33.33333333%
    }

    .full-row > .midd-5 {
        width: 41.66666667%
    }

    .full-row > .midd-6 {
        width: 50%
    }

    .full-row > .midd-7 {
        width: 58.33333333%
    }

    .full-row > .midd-8 {
        width: 66.66666667%
    }

    .full-row > .midd-9 {
        width: 75%
    }

    .full-row > .midd-10 {
        width: 83.33333333%
    }

    .full-row > .midd-11 {
        width: 91.66666667%
    }

    .full-row > .midd-12 {
        width: 100%
    }
}

@media only screen and (max-width: 992px) {
    .row > .smidd-1 {
        width: 7.33333333%
    }

    .row > .smidd-2 {
        width: 15.66666667%
    }

    .row > .smidd-3 {
        width: 24%
    }

    .row > .smidd-4 {
        width: 32.33333333%
    }

    .row > .smidd-5 {
        width: 40.66666667%
    }

    .row > .smidd-6 {
        width: 49%
    }

    .row > .smidd-7 {
        width: 57.33333333%
    }

    .row > .smidd-8 {
        width: 65.66666667%
    }

    .row > .smidd-9 {
        width: 74%
    }

    .row > .smidd-10 {
        width: 82.33333333%
    }

    .row > .smidd-11 {
        width: 90.66666667%
    }

    .row > .smidd-12 {
        width: 99%
    }

    .smidd-hide {
        display: none
    }

    .smidd-center {
        position: relative;
        left: -0.5%;
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto
    }

    .full-row > .smidd-1 {
        width: 8.33333333%
    }

    .full-row > .smidd-2 {
        width: 16.66666667%
    }

    .full-row > .smidd-3 {
        width: 25%
    }

    .full-row > .smidd-4 {
        width: 33.33333333%
    }

    .full-row > .smidd-5 {
        width: 41.66666667%
    }

    .full-row > .smidd-6 {
        width: 50%
    }

    .full-row > .smidd-7 {
        width: 58.33333333%
    }

    .full-row > .smidd-8 {
        width: 66.66666667%
    }

    .full-row > .smidd-9 {
        width: 75%
    }

    .full-row > .smidd-10 {
        width: 83.33333333%
    }

    .full-row > .smidd-11 {
        width: 91.66666667%
    }

    .full-row > .smidd-12 {
        width: 100%
    }
}

@media only screen and (max-width: 760px) {
    .row > .smal-1 {
        width: 7.33333333%
    }

    .row > .smal-2 {
        width: 15.66666667%
    }

    .row > .smal-3 {
        width: 24%
    }

    .row > .smal-4 {
        width: 32.33333333%
    }

    .row > .smal-5 {
        width: 40.66666667%
    }

    .row > .smal-6 {
        width: 49%
    }

    .row > .smal-7 {
        width: 57.33333333%
    }

    .row > .smal-8 {
        width: 65.66666667%
    }

    .row > .smal-9 {
        width: 74%
    }

    .row > .smal-10 {
        width: 82.33333333%
    }

    .row > .smal-11 {
        width: 90.66666667%
    }

    .row > .smal-12 {
        width: 99%
    }

    .smal-hide {
        display: none
    }

    .smal-show {
        display: block
    }

    .smal-center {
        position: relative;
        left: -0.5%;
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto
    }

    [class*='pull-left-'], [class*='pull-right-'] {
        right: auto;
        left: auto
    }

    .full-row > .smal-1 {
        width: 8.33333333%
    }

    .full-row > .smal-2 {
        width: 16.66666667%
    }

    .full-row > .smal-3 {
        width: 25%
    }

    .full-row > .smal-4 {
        width: 33.33333333%
    }

    .full-row > .smal-5 {
        width: 41.66666667%
    }

    .full-row > .smal-6 {
        width: 50%
    }

    .full-row > .smal-7 {
        width: 58.33333333%
    }

    .full-row > .smal-8 {
        width: 66.66666667%
    }

    .full-row > .smal-9 {
        width: 75%
    }

    .full-row > .smal-10 {
        width: 83.33333333%
    }

    .full-row > .smal-11 {
        width: 91.66666667%
    }

    .full-row > .smal-12 {
        width: 100%
    }
}

/*挂件分页样式*/
.util-page {
	clear:both;
    font-size: 0;
    color: #000;
    text-align: center;
}

.util-page .gobutton, .util-page .sl, .util-page .num, .util-page .count,  .util-page .page-num {
    color: #000;
    display: inline-block;
    border: 1px solid #ededed;
    margin: 10px 0;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
}

.util-page .gobutton:hover, .util-page .num:hover, .util-page .page-num:hover, .util-page .page-num-current {
    color: #fff;
    background: #bf1b1d;
}

.util-page span.gobutton, .util-page span.gobutton:hover {
    color: #000;
    background-color: #eee;
}

.util-page .gobutton .ion {
    font-size: .8em;
}

.util-page .count {
    margin-left: 10px;
    color: #000;
    background: none;
    border: none;
}

.util-page span.jump {
    background: none;
    color: #000;
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
}

.util-page span.jumpto, .util-page span.jumpto_text, .util-page span.jumpto_text {
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
}

.util-page .jumpto_inp {
    width: 40px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    vertical-align: top;
}

/*百度地图容器-默认高度45%，BdMapArea是防止在同屏版心下地图太大*/
.BdMapArea {
    margin: 0 auto 55px;
    max-width: 1200px;
}

.BdMapWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
}

.BdMapWrapper .BdMapCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 760px) {
    .BdMapArea {
        display: none;
    }
}

/*默认隐藏百度分享触控弹层*/
.bdshare_popup_box {
    display: none !important;
}

/* 雪碧图 */
/* 对齐方案引用(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(https://www.iraytek.com/resources/web/img/ico.png);
    *text-indent: 0;
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
    vertical-align: middle;
}

.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;
}

/* 常量设置 */
.wrap {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.mwrap {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
}

/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
    min-width: 1240px \9;
    overflow-x: auto;
}

/*for ie9+*/
@media all and (min-width: 0) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #bf1b1d;
}

::-moz-selection {
    color: #fff;
    background: #bf1b1d;
}

::selection {
    color: #fff;
    background: #bf1b1d;
}

::-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;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.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)
}

/* 网站样式 */
body {
    font-weight: lighter;
}

.pageHeader {
    height: 88px;
}

.header {
    background: #f4f4f5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.header .h_logo {
    padding: 14px 0;
    margin-right: 50px;
}

.header .h_logo a {
    display: block;
    font-size: 0
}

.header .h_tool {
    padding: 27px 0;
    margin-left: 56px;
    position: relative;
}

.header .h_tool a {
    display: block;
    height: 34px;
    line-height: 34px;
}

.header .h_tool .language i {
    display: inline-block;
    vertical-align: middle;
    color: #b5b5b5;
    font-size: 23px;
    line-height: 34px;
    margin: 0;
}

.header .h_tool .language span {
    display: inline-block;
    vertical-align: -2px;
    font-size: 20px;
    color: #bf1b1d;
}

.header .h_tool .lan_down {
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    top: 100%;
    background: #fff;
    display: none;
}

.header .h_tool .lan_down li {
    padding: 0 25px;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.header .h_tool .lan_down li a {
    display: block;
    color: #363636;
}

.header .h_tool .lan_down li span {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
}

.header .h_tool .lan_down li span.icon {
    width: 24px;
    height: 24px;
}

.header .h_tool .lan_down li span.text {
    font-size: 16px;
    line-height: 40px;
    margin-left: 20px;
}

.header .h_tool .lan_down li a:hover {
    color: #bf1b1d;
}

.header .inav .nav_li {
    float: left;
    font-size: 18px;
    line-height: 34px;
    color: #262626;
    padding: 27px 28px;
}

/*首页 沉浸式导航*/
.index_pageHeader {
    height: auto;
}

.index_pageHeader .header {
    background: transparent
}

.index_pageHeader .header .inav .nav_li {
    color: #fff;
}

.index_pageHeader .header .inav .nav_li .nav_down .li_ {
    color: #262626
}

.index_pageHeader .header .h_tool .language i {
    color: #fff;
}

.index_pageHeader .header.fixed {
    background: #f4f4f5;
}

.index_pageHeader .header.fixed .inav .nav_li {
    color: #262626;
}

.index_pageHeader .header.fixed .h_tool .language i {
    color: #b5b5b5;
}

.index_pageHeader .header:hover {
    background: #f4f4f5;
}

.index_pageHeader .header:hover .inav .nav_li {
    color: #262626;
}

.index_pageHeader .header:hover .h_tool .language i {
    color: #b5b5b5;
}

/*导航下拉*/
.header .inav .nav_li {
    position: relative;
}

.header .inav .nav_li .nav_down {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    top: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
    border-top: 2px solid #333f47;
}

.header .inav .nav_li .nav_down .li_ {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
}

.header .inav .nav_li .nav_down .li_ a {
    display: block;
    line-height: 42px;
    border: none;
    text-align: center;
    font-size: 16px;
}

.header .inav .nav_li.cur .li_ a {
    color: #bf1b1d;
}

.header .inav .nav_li .li_ a:hover {
    background: #bf1b1d;
    color: #fff;
}

.header .inav .nav_li.cur .nav_down {
    display: block;
}

.mobile_key {
    display: none;
}

.header.fixed {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

/*导航下拉--服务支持*/
.header .inav .service_li {
    position: static;
}

.header .inav .service_li .nav_down {
    display: none;
}

.header .inav .service_li .dropdown {
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 40px 0 60px;
    font-weight: normal;
    display: none;
}

.header .inav .service_li .dropdown.nav_down {
    display: none !important
}

.header .inav .service_li .dropdown .left {
    width: 78%;
    float: left;
}

.header .inav .service_li .dropdown .left dl {
    float: left;
    width: 22%;
    padding-right: 3%;
}

.header .inav .service_li .dropdown .left dl dt {
    font-size: 20px;
    line-height: 26px;
    color: #292929;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.header .inav .service_li .dropdown .left dl dd {
    font-size: 16px;
    line-height: 32px;
    color: #292929;
}

.header .inav .service_li .dropdown .left dl dd .four_ul li {
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
}

.header .inav .service_li .dropdown .left dl.dl02 dd {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.header .inav .service_li .dropdown .left dl.dl02 dd .four_ul li.more {
    font-size: 16px;
    color: #7c7c7c;
    margin-top: 10px;
    width: 100%;
}

.header .inav .service_li .dropdown .left dl.dl02 dd .four_ul li.more a {
    display: block;
}

.header .inav .service_li .dropdown .left dl.dl02 dd .four_ul li.more .iconfont {
    color: #bf1b1d;
    font-size: 14px;
    font-weight: bold;
    vertical-align: 1px;
    margin-right: 0;
}

.header .inav .service_li .dropdown .right {
    width: 22%;
    float: right;
}

.header .inav .service_li .dropdown .right .rect-1093 {
    padding-bottom: 109.3%;
}

/*下层banner*/
.xc_banner {
    position: relative;
    height: 453px;
    overflow: hidden;
}

.xc_banner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

/*二级导航*/
.xcNav {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.xcNav .left {
    width: 50%;
    float: left;
}

/*二级*/
.xcNav .left ul .xcNav_li {
    float: left;
    font-size: 16px;
    line-height: 54px;
    color: #474747;
    margin-right: 40px;
    position: relative;
}

.xcNav .left ul .xcNav_li.has_third:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../img/xc_jt.png) no-repeat center;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -3px;
}

.xcNav .left ul .xcNav_li > a {
    display: block;
    position: relative;
}

.xcNav .left ul .xcNav_li.cur > a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*三级*/
.xcNav .left ul .xcNav_li.has_third .third {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    top: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.xcNav .left ul .xcNav_li.has_third .third li {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
}

.xcNav .left ul .xcNav_li.has_third .third li a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 5% 3%;
    text-align: center;
}

.xcNav .left ul .xcNav_li.has_third .third li:hover a {
    background: #bf1b1d;
    color: #fff;
}

.xcNav .right {
    width: 43%;
    float: right;
}

.xcNav .right .crumbs {
    color: #3e3e3e;
    font-size: 0;
    line-height: 54px;
    height: 54px;
    float: right
}

.xcNav .right .crumbs span {
    display: inline-block;
    font-size: 14px;
}

.xcNav .right .crumbs a {
    display: inline-block;
    font-size: 14px;
}

.xcNav .right .crumbs em {
    display: inline-block;
    font-size: 14px;
    margin: 0 16px;
}

/*底部*/
.f_top {
    padding: 110px 0;
    background: #333;
}

.f_top .left {
    width: 15%;
	margin-right:5%;
}

.f_top  .link {
    margin: 30px 0 35px;
}

.f_top  .link a {
    display: block;
    float: left;
    width: 43%;
    margin-right: 5%;
    font-size: 14px;
    color: #f0f0f0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #4e4e4e;
    border-radius: 50px;
    margin-bottom: 8px;
}

.f_top  .link a:hover {
    background: rgba(78, 78, 78, .7)
}

.f_top .right {
    width: 15%;
    float: right;
}

.f_top  .tit {
    font-size: 17px;
    line-height: 26px;
    color: #f0f0f0;
    margin-bottom: 40px;
    font-weight: normal;
}

.f_top  .con {
    font-size: 0;
}

.f_top  .con .item {
    display: inline-block;
}

.f_top  .con .item:first-child {
    margin-right: 13px;
}

.f_top  .con .item .img_ {
    width: 92px;
    height: 92px
}

.f_top  .con .item .txt {
    font-size: 13px;
    line-height: 26px;
    color: #afafaf;
    text-align: center;
    font-weight: normal;
}

.f_top  .share_box {
    margin-top: 25px;
}

.f_top  .share_box .bdsharebuttonbox {
    overflow: hidden;
}

.f_top  .share_box a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url(../img/fx_logo.png) no-repeat;
    padding: 0;
    margin: 0px 5px;
}

.f_top  .share_box a.bds_tsina {
    background-position: 0 0;
}

.f_top  .share_box a.bds_sqq {
    background-position: -38px 0;
}

.f_top  .share_box a.bds_weixin {
    background-position: -76px 0;
}

.f_top  .share_box a.bds_tsina:hover {
    background-position: 0 -38px;
}

.f_top  .share_box a.bds_sqq:hover {
    background-position: -38px -38px;
}

.f_top  .share_box a.bds_weixin:hover {
    background-position: -76px -38px;
}

.f_top .center {
    width: 53%;
    float: left;
    font-weight: normal;
}

.f_top .center dl {
    width: 33%;
    float: left;
}

.f_top .center dl dt {
    font-size: 17px;
    line-height: 26px;
    color: #f0f0f0;
    margin-bottom: 35px;
}

.f_top .center dl dd {
    font-size: 14px;
    line-height: 26px;
    color: #d1d1d1;
}

.f_bott {
    background: #292929;
    padding: 11px 0;
    font-size: 13px;
    line-height: 26px;
    color: #afafaf;
}

.f_bott .left {
    float: left;
}

.f_bott .right {
    float: right;
}

.f_bott .right em {
    display: inline-block;
    padding: 0 10px;
}

.channel_content {
    padding: 65px 0;
    background: #f6f6f6;
    min-height: 310px;
}


/**
 * 关于我们
 */

.about_cen_ban {
    height: 666px;
    position: relative;
    overflow: hidden;
}

.about_cen_ban > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.about_center.channel_content {
    padding: 0;
}

.about_center .tit {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #393939;
    padding-bottom: 20px;
}

.about_center .box {
    background: #fff;
    padding: 60px 12% 50px;
    position: relative;
    z-index: 2;
}

.about_01 .tit:after {
    content: '';
    display: block;
    margin: 25px auto;
    width: 64px;
    height: 1px;
    background: #bf1b1d;
}

.about_01 .content {
    font-size: 14px;
    line-height: 25px;
    color: #3f3f3f;
}

.about_01_extra {
    margin-top: 30px;
    padding-bottom: 70px;
}

.about_01_extra .rect-683 {
    padding-bottom: 68.3%;
}

.about_01_extra .item_l {
    width: 49.5%;
    float: left;
}

.about_01_extra .item_r {
    width: 49.5%;
    float: right;
}

.about_01_extra .item .intro {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.about_01_extra .item .intro .box {
    padding: 50px;
    color: #fff;
}

.about_01_extra .item .intro .box .t {
    font-size: 18px;
    line-height: 20px;
}

.about_01_extra .item .intro .box .line {
    width: 35px;
    height: 1px;
    background: #bf1b1d;
    margin: 10px 0;
}

.about_01_extra .item .intro .box .c {
    font-size: 24px;
    line-height: 25px;
}

.about_02 {}

.about_02 .infor .tit {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #393939;
}

.about_02 .content {
    position: relative;
    margin-top: 60px;
}

.about_02 .content ul {
    text-align: center;
}

.about_02 .content li {
    display: inline-block;
    width: 102px;
    height: 102px;
    position: relative;
    margin-left: 150px;
}

.about_02 .content li:first-child {
    margin-left: 0;
}

.about_02 .content li:after {
    content: '';
    width: 94px;
    height: 27px;
    background: url(../img/about_center02_3.png) no-repeat center;
    position: absolute;
    right: 150%;
    margin-right: -24px;
    top: 50%;
    margin-top: -13px
}

.about_02 .content li:first-child:after {
    display: none;
}

.about_02 .content li .txt {
    font-size: 18px;
    line-height: 25px;
    color: #505050;
    text-align: center;
    margin-top: 15px;
}

.about_04 {}

.about_04 .infor .tit {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #393939;
    margin-bottom: 50px;
}

.about_04 .content {
    text-align: center
}

.about_05 {
    padding: 70px 0;
}

.about_05 .infor .tit {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #393939;
    margin-bottom: 50px;
}

.about_05 .content {
    position: relative;
}

.about_05 .content .rect-140 {
    padding-bottom: 140%;
}

.about_05 .content .item {
    display: none;
    transform: scale(0.7);
}

.about_05 .content .owl-item .item {
    display: block;
}

.about_05 .content .owl-item.center .item {
    transform: scale(1);
}

.about_05 .content .item .txt {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.about_05 .btn > div {
    width: 23px;
    height: 41px;
    background: url(../img/about_center04_3.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.about_05 .btn .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.about_05 .btn .owl-next {
    right: -35px;
    background-position: -23px 0px;
}

/*.about_05 .content .abt6_btn .owl-prev:hover{background-position:0 -41px;}
.about_05 .content .abt6_btn .owl-next:hover{ background-position:-23px -41px;}
*/

/*widgets_common_pages_6 分页*/
.widgets_common_pages_6 {
    font-size: 0;
    margin-top: 30px;
}

.widgets_common_pages_6 a, .widgets_common_pages_6 span {
    line-height: 58px;
    color: #666;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    margin: 0;
}

.widgets_common_pages_6 a:hover, .widgets_common_pages_6 .page-num-current {
    color: #fff;
    background: #bf1b1d;
}

@media only screen and (max-width: 760px) {
    .widgets_common_pages_6 {
        margin-top: 10px;
    }

    .widgets_common_pages_6 a, .widgets_common_pages_6 span {
        line-height: 30px;
        padding: 0 6px;
    }
}

/*widgets_common_pages_6 end*/

/*新闻列表*/
.news_list01 .widgets_common_pages_6 {
    padding: 0 100px;
}

.news_list01 ul {
    padding: 0 100px;
}

.news_list01 ul li {
    width: 48%;
    margin-bottom: 38px;
}

.news_list01 ul li.odd {
    float: left;
}

.news_list01 ul li.even {
    float: right;
}

.news_list01 ul li .rect-49 {
    padding-bottom: 49%;
}

.news_list01 ul li .rect-49 ._full {
    height: auto;
}

.news_list01 ul li .li_box {
    display: block;
}

.news_list01 ul li .li_box .intro {
    background: #fff;
}

.news_list01 ul li .li_box .intro .box {
    padding: 15px 25px 25px;
}

.news_list01 ul li .li_box .intro .box .tit {
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.news_list01 ul li .li_box .intro .box .date {
    font-size: 14px;
    line-height: 25px;
    color: #999;
}

.news_list01 ul li .li_box .intro .box .con {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
}

.news_list01 ul li .li_box .intro .box .more {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

/*新闻详细*/
.news_detail01 .detail_l {
    width: 70%;
}

.news_detail01 .l_box {
    background: #fff;
    padding: 8% 7%;
}

.news_detail01 .news_title {
    font-size: 28px;
    color: #000;
    line-height: 46px;
    margin-bottom: 15px;
    font-weight: normal;
    padding: 0 16%;
    text-align: center
}

.news_detail01 .l_tools {
    margin-bottom: 40px;
    line-height: 20px;
    text-align: center
}

.news_detail01 .l_tools span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #737171;
}

.news_detail01 .l_tools span.news_time {
    margin-right: 20px;
}

.news_detail01 .l_tools span.switcher .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.news_detail01 .news_text {
    font-size: 15px;
    line-height: 26px;
    color: #565656;
}

.news_detail01 .detail_r {
    width: 28%;
}

.news_detail01 .detail_r .arr_box {
    background: #fff;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}

.news_detail01 .detail_r .arr_title {
    font-size: 22px;
    line-height: 26px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.news_detail01 .detail_r .arr_news_title {
    font-size: 13px;
    color: #737171;
    line-height: 26px;
    font-weight: normal;
}

.news_detail01 .detail_r .arr_time {
    font-size: 18px;
    line-height: 26px;
    color: #737171;
    padding-top: 6px;
    font-weight: normal;
}

.news_detail01 .detail_r .arr_box:hover {
    color: #fff;
    background: #bf1b1d;
}

.news_detail01 .detail_r .arr_box:hover .arr_title {
    color: #fff;
}

.news_detail01 .detail_r .arr_box:hover .arr_news_title {
    color: #fff;
}

.news_detail01 .detail_r .arr_box:hover .arr_time {
    color: #fff;
}

.news_detail01 .detail_r .share_box {
    background: #fff;
    padding: 8%;
}

.news_detail01 .detail_r .share_box h3{
	font-size:24px;
	margin:0 0 20px;
}
.news_detail01 .detail_r .share_box li{
	margin:0 0 10px;
	padding-left: 10px;
	font-size:16px;
}
.news_detail01 .detail_r .share_box li:before{
	content: '';
    display: inline-block;
    position: relative;
    margin-left: -10px;
    margin-right: 6px;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #008dc4;
}
/*产品详细*/
.proHeader .header {
    position: static;
}

.pro_detail.channel_content {
    background: #fff;
    padding: 0;
}

.pro_crumbs {
    color: #272727;
    font-size: 0;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 60px;
}

.pro_crumbs span {
    display: inline-block;
    font-size: 14px;
}

.pro_crumbs a {
    display: inline-block;
    font-size: 14px;
}

.pro_crumbs em {
    display: inline-block;
    font-size: 14px;
    margin: 0 16px;
}

.pro_detail01 .left {
    width: 51%;
    float: left;
    border-right: 1px solid #e2e2e2
}

.pro_detail01 .rect-86 {
    padding-bottom: 86%;
}

.pro_detail01 .left .box {
    padding: 50px 30px;
}

.pro_detail01 .left_l {
    width: 22%;
    position: relative;
}

.pro_detail01 .left_l .img_content {
    height: 417px;
    overflow: hidden;
}

.pro_detail01 .left_l .img_content li {
    margin-bottom: 18px;
    cursor: pointer;
}

.pro_detail01 .left_l .img_content li .li_box {
    border: 2px solid #d1d1d1;
}

.pro_detail01 .left_l .img_content li.cur .li_box {
    border-color: #bf1b1d
}

.pro_detail01 .left_l .arrs {
    width: 34px;
    height: 13px;
    background: url(../img/pro_detail01_2.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    cursor: pointer;
}

.pro_detail01 .left_l .arrs.myprev {
    top: -20px;
}

.pro_detail01 .left_l .arrs.mynext {
    bottom: -20px;
    background-position: 0 -13px;
}

.pro_detail01 .left_r {
    width: 68%;
    float: right;
}

.pro_detail01 .right {
    width: 38%;
    margin-right: 6%;
    float: right
}

.pro_detail01 .right .smal_t {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.pro_detail01 .right .big_t {
    font-size: 48px;
    line-height: 48px;
    color: #333;
    font-family: Arial;
    font-weight: normal;
    position: relative;
    margin: 14px 0 23px;
}

.pro_detail01 .right .big_t:after {
    content: '';
    width: 80%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    bottom: 0
}

.pro_detail01 .right .con {
    font-size: 14px;
    line-height: 25px;
    color: #1b1b1b;
    margin-bottom: 25px;
}

.pro_detail01 .right .list {
    margin-bottom: 26px;
}

.pro_detail01 .right .list li {
    font-size: 14px;
    line-height: 25px;
    color: #1b1b1b;
}

.pro_detail01 .right .place {
    margin-bottom: 32px;
}

.pro_detail01 .right .place span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.pro_detail01 .right .place span.span01 {
    font-size: 14px;
    line-height:;
    color: #494949;
    margin-right: 5px;
}

.pro_detail01 .right .place span.span02 a {
    display: inline-block;
    border: 1px solid #c8c8c8;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    line-height:;
    color: #6a6a6a;
    margin-right: 5px;
    margin-bottom: 5px
}

.pro_detail01 .right .place span.span02 a:hover {
    border-color: #bf1b1d;
    background: #bf1b1d;
    color: #fff;
}

.pro_detail01 .right .video_play {
    padding-top: 34px;
    border-top: 1px solid #e2e2e2;
}

.pro_detail01 .right .video_play span {
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50px;
    background: #bf1b1d
}

.pro_detail01 .right .text {
    margin: 30px 0 50px;
}

.pro_detail01 .right .text a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
    margin-right: 20px;
}

.pro_detail01 .right .text a i {
    display: inline-block;
    vertical-align: middle;
}

.pro_detail01 .right .text a span {
    display: inline-block;
    vertical-align: middle;
}

.pro_detail01 .right .text a:hover {
    color: #bf1b1d;
}

.pro_detail02 {
    margin-top: 72px;
}

.pro_detail02 .hd ul {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: center
}

.pro_detail02 .hd li {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #252525;
    padding: 15px 0;
    margin: 0 40px;
}

.pro_detail02 .bd .section {
    padding: 50px 0;
}

.pro_detail02 .bd .section01 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section01 .content .text {
    padding: 30px;
    background: #f4f4f4;
    color: #595757;
    line-height: 30px;
}

.pro_detail02 .bd .section01 .left {
    width: 24%;
    float: left;
}

.pro_detail02 .bd .section01 .left li {
    height: 55px;
    line-height: 55px;
    background: #f6f6f6;
    font-size: 17px;
    color: #3f3f4c;
    margin-bottom: 14px;
    position: relative;
    text-indent: 32px;
    cursor: pointer;
    font-weight: normal;
}

.pro_detail02 .bd .section01 .left li:before {
    content: '';
    width: 5px;
    height: 100%;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_detail02 .bd .section01 .left li:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #e3e3e3;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -7px
}

.pro_detail02 .bd .section01 .left li.cur {
    background: #e3e3e3;
}

.pro_detail02 .bd .section01 .left li.cur:after {
    visibility: visible;
    opacity: 1
}

/*设计说左侧 最多五个 所以右侧写死了对应左侧五个的高度*/
.pro_detail02 .bd .section01 .right {
    background: #f4f4f4;
    float: right;
    width: 73.5%;
    height: 331px;
    position: relative;
}

.pro_detail02 .bd .section01 .right:after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0;
    background: #f4f4f4
}

.pro_detail02 .bd .section01 .right .box {
    padding: 55px;
    position: relative;
    z-index: 2;
}

.pro_detail02 .bd .section01 .right .box .text {
    font-size: 14px;
    line-height: 30px;
    height: 210px;
    overflow-y: auto;
    color: #595757;
    font-weight: normal;
    padding-right: 5px;
}

.pro_detail02 .bd .section01 .right .box .text::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pro_detail02 .bd .section01 .right .box .text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bf1b1d;
}

.pro_detail02 .bd .section01 .right .box .text::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

.pro_detail02 .bd .section02 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section03 {
    padding-bottom: 100px;
}

.pro_detail02 .bd .section03 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section03 .content {
    position: relative;
}

.pro_detail02 .bd .section03 .item {
    display: none;
    cursor: pointer;
}

.pro_detail02 .bd .section03 .owl-item .item {
    display: block;
}

.pro_detail02 .bd .section03 .item .rect-1018 {
    padding-bottom: 101.8%;
}

.pro_detail02 .bd .section03 .item .cover {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url(../img/black.6.png) center;
    transition: all 0.5s ease;
}

.pro_detail02 .bd .section03 .item .cover .icon {
    width: 51px;
    height: 53px;
    background: url(../img/pro_detail02_3.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -26px;
}

.pro_detail02 .bd .section03 .item:hover .cover {
    top: 0;
}

.pro_detail02 .bd .section03 .sec3_btn > div {
    width: 23px;
    height: 41px;
    background: url(../img/about_center04_3.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.pro_detail02 .bd .section03 .sec3_btn .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.pro_detail02 .bd .section03 .sec3_btn .owl-next {
    right: -35px;
    background-position: -23px 0px;
}

/*.pro_detail02 .bd .section03 .sec3_btn .owl-prev:hover{background-position:0 -41px;}
.pro_detail02 .bd .section03 .sec3_btn .owl-next:hover{ background-position:-23px -41px;}
*/
body .album_ordinary .album_close {
    background: #bf1b1d;
}

.pro_detail02 .bd .section04 {
    background: #f1f1f1;
    padding: 100px 0;
}

.pro_detail02 .bd .section04 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

/* .pro_detail02 .bd .section04 .content ul{text-align:center; font-size:0;}
.pro_detail02 .bd .section04 .content li{display:inline-block; height:68px; line-height:68px; padding:0 60px; background:#fff; margin:0 13px;}
.pro_detail02 .bd .section04 .content li a{display:block;}
.pro_detail02 .bd .section04 .content li span{display:inline-block; vertical-align:middle;}
.pro_detail02 .bd .section04 .content li span.icon{width:34px; height:36px;}
.pro_detail02 .bd .section04 .content li span.text{font-size:19px; color:#282828; margin-left:20px;} */
.pro_detail02 .bd .section04 .content .hds {
    text-align: center;
    font-size: 0;
}

.pro_detail02 .bd .section04 .content .hds .item {
    display: inline-block; /*width:22%;*/
    margin: 0 10px 15px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    padding: 0px 25px;
}

.pro_detail02 .bd .section04 .content .hds .item span {
    display: inline-block;
    font-size: 22px;
    color: #4f4f4f;
    vertical-align: middle
}

.pro_detail02 .bd .section04 .content .hds .item span.iconfont {
    margin: 0 15px 0 0;
}

.pro_detail02 .bd .section04 .content .hds .item.cur {
    background: #bf1b1d
}

.pro_detail02 .bd .section04 .content .hds .item.cur span {
    color: #fff;
}

.pro_detail02 .bd .section04 .content .bds {
    margin-top: 50px;
}

.pro_detail02 .bd .section04 .content .bds .title {
    font-size: 37px;
    line-height: 37px;
    color: #393939;
    margin-bottom: 23px;
}

.pro_detail02 .bd .section04 .content .bds .con {
    background: #fff;
}

.pro_detail02 .bd .section04 .content .bds .con .box {
    padding: 14px 60px;
}

.pro_detail02 .bd .section04 .content .bds .con .box li {
    border-bottom: 1px solid #ececec;
    line-height: 70px;
}

.pro_detail02 .bd .section04 .content .bds .con .box li:last-child {
    border: none;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .info .t {
    float: left;
    font-size: 18px;
    color: #7e7e7e;
    padding-left: 50px;
    position: relative;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .info .t:after {
    content: '';
    width: 38px;
    height: 40px;
    background: url(../img/ser_down01_1.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .info .d {
    float: right;
    font-size: 15px;
    color: #959595;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .down {
    background: #f1f1f1;
    display: none;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .down_box {
    padding: 55px 50px;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .down_box .t {
    font-size: 24px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 20px;;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .down_box .c {
    font-size: 15px;
    line-height: 30px;
    color: #7e7e7e;
}

.pro_detail02 .bd .section04 .content .bds .con .box li .down_box .more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 30px;
    background: #bf1b1d;
}

.pro_detail02 .bd .section04 .content .bds .con .box li.cur .info .t {
    color: #bf1b1d;
}

.pro_detail02 .bd .section04 .content .bds .con .box li.cur .info .t:after {
    background-position: 0 -40px;
}

.pro_detail02 .bd .section05 {
    padding-top: 100px
}

.pro_detail02 .bd .section05 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section05 .content {
    position: relative;
    padding: 0 8.6%;
}

.pro_detail02 .bd .section05 .content .rect-5695 {
    padding-bottom: 86%;
}

.pro_detail02 .bd .section05 .content .item {
    display: none;
    transform: scale(0.7);
}

.pro_detail02 .bd .section05 .content .item .tit {
    font-size: 29px;
    color: #4a4a4a;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.pro_detail02 .bd .section05 .content .item .con {
    font-size: 17px;
    color: #4a4a4a;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

.pro_detail02 .bd .section05 .content .item .more {
    display: block;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.pro_detail02 .bd .section05 .content .item .more span {
    display: inline-block;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    background: #bf1b1d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
}

.pro_detail02 .bd .section05 .content .owl-item .item {
    display: block;
}

.pro_detail02 .bd .section05 .content .owl-item.center .item {
    transform: scale(1);
}

.pro_detail02 .bd .section05 .content .owl-item.center .item .con {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.pro_detail02 .bd .section05 .content .owl-item.center .item .more {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.pro_detail02 .bd .section05 .content .sec5_btn > div {
    width: 23px;
    height: 41px;
    background: url(../img/about_center04_3.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.pro_detail02 .bd .section05 .content .sec5_btn .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.pro_detail02 .bd .section05 .content .sec5_btn .owl-next {
    right: -35px;
    background-position: -23px 0px;
}

/*.pro_detail02 .bd .section05 .content .sec5_btn .owl-prev:hover{background-position:0 -41px;}
.pro_detail02 .bd .section05 .content .sec5_btn .owl-next:hover{ background-position:-23px -41px;}
*/
.pro_detail02 .bd .section06 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section06 li {
    width: 23.5%;
    margin-left: 2%;
    float: left;
}

.pro_detail02 .bd .section06 li:first-child {
    margin-left: 0
}

.pro_detail02 .bd .section06 li .rect-6667 {
    padding-bottom: 66.67%
}

.pro_detail02 .bd .section06 li .intro {
    background: #f1f1f1;
    height: 54px;
    line-height: 54px;
}

.pro_detail02 .bd .section06 li .intro .t {
    font-size: 18px;
    color: #6b6b6b;
    text-align: center;
}

.pro_detail02 .bd .section07 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.pro_detail02 .bd .section07 .content .inp_wrap {
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    margin-bottom: 27px
}

.pro_detail02 .bd .section07 .content .inp_two {
    margin-right: 0
}

.pro_detail02 .bd .section07 .content .inp_wrap .box {
    padding: 0 90px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    position: relative;
}

.pro_detail02 .bd .section07 .content .inp_wrap .box:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #b5b5b5;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 60px;
}

.pro_detail02 .bd .section07 .content .inp_wrap .inp {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;;
    font-size: 15px;
    color: #bbb;
    border: none;
    text-indent: 26px
}

.pro_detail02 .bd .section07 .content .inp_wrap .tit {
    font-size: 15px;
    color: #535353;
    position: absolute;
    left: 20px;
    top: 0;
}

.pro_detail02 .bd .section07 .content .inp_wrap .icon {
    width: 18px;
    height: 21px;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -10px
}

.pro_detail02 .bd .section07 .content .inp_last {
    width: 100%;
    margin-right: 0;
    height: auto;
    line-height: 30px;
}

.pro_detail02 .bd .section07 .content .inp_last textarea {
    height: 120px;
    overflow-y: auto;
    width: 100%;
    border: none;
    padding: 0;
    padding-top: 20px;
}

.pro_detail02 .bd .section07 .content .inp_last .tit {
    top: 15px;
    margin-top: 0
}

.pro_detail02 .bd .section07 .content .inp_last .icon {
    top: 20px;
    margin-top: 0
}

.pro_detail02 .bd .section07 .content .inp_last .box:after {
    top: 19px;
    margin-top: 0
}

.pro_detail02 .bd .section07 .content .btn_box {
    text-align: center;
}

.pro_detail02 .bd .section07 .content .btns {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    background: #b5b5b5;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0;
    outline: none;
    border: none;
    transition: all 0.5s ease
}

.pro_detail02 .bd .section07 .content .btns:hover {
    background: #bf1b1d;
}

.pro_detail02 .hd.fixed {
    height: 57px;
}

.pro_detail02 .hd.fixed .hd_box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 5;
}

.pro_detail02 .hd li.active {
    border-bottom: 1px solid #bf1b1d;
}


/*解决方案详细*/
.solu_detail.channel_content {
    background: #fff;
}

.solu_detail01 .rect-33 {
    padding-bottom: 33%;
}

.solu_detail01 ul {
    padding: 0 9.5%;
}

.solu_detail01 li {
    margin-bottom: 80px;
}

.solu_detail01 li:last-child {
    margin-bottom: 0;
}

.solu_detail01 li .intro .intro_l {
    width: 100%;
    float: left;
}

.solu_detail01 li .intro_l .box {
    padding: 50px 40px 50px 45px;
}

.solu_detail01 li .intro_l .box .tit {
    font-size: 48px;
    line-height: 48px;
    color: #474747;
    margin-bottom: 20px;
}

.solu_detail01 li .intro_l .box .con {
    font-size: 16px;
    line-height: 25px;
    color: #474747;
}

.solu_detail01 li .intro_l .box .more {
    display: inline-block;
    padding: 0 37px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: #bf1b1d;
    text-align: center;
    margin-top: 35px;
    border-radius: 50px
}

/*.solu_detail01 li .intro_r{float:right; margin-top:74px;}
.solu_detail01 li .intro_r .box{background:url(../img/solu_detail01_3.png) no-repeat center; width:291px; height:246px; position:relative;}
.solu_detail01 li .intro_r .box .img_{position:absolute; left:-170px; top:62px;}
.solu_detail01 li .intro_r .box .info{color:#474747; margin-left:68px; padding-top:60px;}
.solu_detail01 li .intro_r .box .info .t{font-size:20px; line-height:25px;}
.solu_detail01 li .intro_r .box .info .c{font-size:16px; line-height:24px; margin:10px 0 25px;}
.solu_detail01 li .intro_r .box .info .more{display:inline-block; padding:0 37px; height:44px; line-height:44px; font-size:16px; color:#fff; background:#bf1b1d; text-align:center; border-radius:50px}*/
/*补充*/
.solu_detail01 .section05 .infor {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 50px;
    text-align: center
}

.solu_detail01 .section05 .content {
    position: relative;
    padding: 0 8.6%;
}

.solu_detail01 .section05 .content .rect-5695 {
    padding-bottom: 86%;
}

.solu_detail01 .section05 .content .item {
    display: none;
    transform: scale(0.7);
}

.solu_detail01 .section05 .content .item .tit {
    font-size: 29px;
    color: #4a4a4a;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.solu_detail01 .section05 .content .item .con {
    font-size: 17px;
    color: #4a4a4a;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

.solu_detail01 .section05 .content .item .more {
    display: block;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.solu_detail01 .section05 .content .item .more span {
    display: inline-block;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    background: #bf1b1d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
}

.solu_detail01 .section05 .content .owl-item .item {
    display: block;
}

.solu_detail01 .section05 .content .owl-item.center .item {
    transform: scale(1);
}

.solu_detail01 .section05 .content .owl-item.center .item .con {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.solu_detail01 .section05 .content .owl-item.center .item .more {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.solu_detail01 .section05 .content .sec5_btn > div {
    width: 23px;
    height: 41px;
    background: url(../img/about_center04_3.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.solu_detail01 .section05 .content .sec5_btn .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.solu_detail01 .section05 .content .sec5_btn .owl-next {
    right: -35px;
    background-position: -23px 0px;
}

/*.solu_detail01 .section05 .content .sec5_btn .owl-prev:hover{background-position:0 -41px;}
.solu_detail01 .section05 .content .sec5_btn .owl-next:hover{ background-position:-23px -41px;}
*/

/*解决方案修改*/
.solu_detail01 li .intro_l .box {
    overflow: hidden;
}

.solu_detail01 li .intro_l .box .tit {
    float: left;
    font-size: 40px;
    line-height: 40px;
}

.solu_detail01 li .intro_l .box .con {
    width: 60%;
    float: left;
    margin-left: 6%;
}

.solu_detail01 li .intro_l .box .more {
    display: none;
}

/*首页*/
/*banner 内容部分*/
.ibanner {
    position: relative;
    height: 872px;
    overflow: hidden;
}

.ibanner .item {
    height: 872px;
    overflow: hidden;
    position: relative;
}

.ibanner .owl-carousel .item img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.ibanner .owl-carousel .owl-item img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.ibanner .owl-carousel .item video {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.ibanner .v_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/v_cover.png) repeat center;
    z-index: 1
}

.ibanner .owl-carousel .owl-item img.ie8 {
    display: block;
}

:root .ibanner .owl-carousel .owl-item img.ie8 {
    display: none;
}

.ibanner .iban_btn > div {
    width: 23px;
    height: 41px;
    background: url(../img/about_center04_3.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.ibanner .iban_btn .owl-prev {
    left: 35px;
    background-position: 0 0;
}

.ibanner .iban_btn .owl-next {
    right: 35px;
    background-position: -23px 0px;
}

/*.ibanner .iban_btn .owl-prev:hover{background-position:0 -41px;}
.ibanner .iban_btn .owl-next:hover{ background-position:-23px -41px;}
*/

.ipart {
    background: #f7f7f7;
}

.ipart01 {
    padding-top: 80px;
}

.ipart01 .infor {
    text-align: center
}

.ipart01 .infor .tit {
    font-size: 34px;
    line-height: 34px;
    color: #2a2a2a;
}

.ipart01 .content {
    margin-top: 55px;
    padding-bottom: 11px;
}

.ipart01 .content .wrap {
	margin:0 60px;
    width: auto;
}

.ipart01 .content .rect-6623 {
    padding-bottom: 65%;
}

.ipart01 .content .rect-3225 {
    padding-bottom: 32.25%;
}

.ipart01 .content .rect-3290 {
    padding-bottom: 32.9%;
}

.ipart01 .content .left {
    width: 49.6%;
    float: left;
    background: #fff;
}

.ipart01 .content .left .box {
    padding: 80px 10% 0;
    text-align: center;
}

.ipart01 .content .left .box .t {
    font-size: 38px;
    line-height: 38px;
    color: #535353;
    font-family: Arial;
}

.ipart01 .content .left .box .c {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    color: rgba(0, 0, 0, .75);
    margin: 20px 0 30px;
}
.ipart01 .content .left .img_{
	margin:0 auto;
	max-width:50%;
}
.ipart01 .content .left2{float: right;}

.ipart01 .content .right {
    width: 49.6%;
    float: right;
}

.ipart01 .content .right .r_top {
    background: #fff;
    margin-bottom: 9px;
}

.ipart01 .content .right .r_bott {
    background: #fff;
}

.ipart01 .content .right .box {
    padding: 64px 53px;
}

.ipart01 .content .right .box .img_ {
    float: left;
    width: 30%;
}

.ipart01 .content .right .box .info {
    float: left;
    margin-left: 2%;
    max-width: 460px;
}

.ipart01 .content .right .box .info .t {
    font-size: 38px;
    line-height: 38px;
    color: #535353;
    font-family: Arial;
    padding: 50px 0 20px;
}

.ipart01 .content .right .box .info .c {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    color: rgba(0, 0, 0, .75);
}

.ipart01 .content .dots {
    display: none;
}

.ipart01 .content .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}

.ipart01 .content .owl-nav div {
	padding:5px;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    color: #777;
    font-weight: bold;
}

.ipart01 .content .owl-nav div i {
    height: 60px;
    line-height: 60px;
    margin: 0;
    vertical-align: 0
}

.ipart01 .content .owl-nav .owl-prev {
    left: 0;
}

.ipart01 .content .owl-nav .owl-next {
    right: 0;
}


.ipart02 {
    padding: 80px 0;
    background: #fff;
}

.ipart02 .wrap {
    padding: 0 3%;
    width: auto;
}

.ipart02 .infor {
    text-align: center
}

.ipart02 .infor .tit {
    font-size: 34px;
    line-height: 34px;
    color: #2a2a2a;
}

.ipart02 .infor .con {
    font-size: 14px;
    line-height: 24px;
    color: #2a2a2a;
    margin-top: 10px;
    padding: 0 24%;
}

.ipart02 .content {
    position: relative;
    margin-top: 40px;
}

.ipart02 .content .rect-5477 {
    padding-bottom: 54.77%;
}

.ipart02 .content .item {
    display: none;
}

.ipart02 .content .owl-item .item {
    display: block;
}

.ipart02 .content .item .item_top {
    margin-bottom: 5px;
}

.ipart02 .content .item .cover {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.ipart02 .content .item .cover .box {
    padding-top: 120px;
    text-align: center;
}

.ipart02 .content .item .cover .box .t {
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    font-weight: normal;
}

.ipart02 .content .item .cover .box .c {
    height: 34px;
    position: relative;
}

.ipart02 .content .item .cover .box .c_01 {
    width: 34px;
    height: 34px;
    margin: 25px auto 0;
    transition: all 0.5s ease;
    transform: translateY(0px)
}

.ipart02 .content .item .cover .box .c_02 {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: -34px;
    transition: all 0.5s ease;
    transform: translateY(-10px);
}

.ipart02 .content .item .cover .box .c_02 .more {
    display: block;
    width: 120px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 32px;
    line-height: 32px;
}

.ipart02 .content .item .item_top:hover .cover .box .c_01 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.ipart02 .content .item .item_top:hover .cover .box .c_02 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ipart02 .content .item .item_bott:hover .cover .box .c_01 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.ipart02 .content .item .item_bott:hover .cover .box .c_02 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ipart02 .content .item .cover .box .c_02 .more:hover {
    border-color: #bf1b1d;
    color: #fff;
    background: #bf1b1d;
}

.ipart02 .content .dots {
    position: absolute;
    z-index: 10;
    top: -60px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.ipart02 .content .owl-dot {
    width: 9px;
    height: 9px;
    background: #a5acb0;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.ipart02 .content .owl-dot.active {
    width: 13px;
    height: 13px;
    background: #eaeaea;
}

.ipart03 {
    padding: 80px 0;
}

.ipart03 .infor {
    text-align: center
}

.ipart03 .infor .tit {
    font-size: 34px;
    line-height: 34px;
    color: #2a2a2a;
}

.ipart03 .content {
    margin-top: 50px;
}

.ipart03 .content .rect-86 {
    padding-bottom: 86%;
}

.ipart03 .content .left {
    width: 32%;
    float: left;
}

.ipart03 .content .left a {
    display: block;
}

.ipart03 .content .left .intro {
    background: #fff
}

.ipart03 .content .left .intro .box {
    padding: 25px 53px 35px 35px;
}

.ipart03 .content .left .intro .box .t {
    font-size: 20px;
    color: #1c1c1c;
    margin-bottom: 3px;
}

.ipart03 .content .left .intro .box .c {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 15px;
}

.ipart03 .content .left .intro .box .date {
    font-size: 14px;
    color: #9d9d9d;
    font-family: Arial;
    position: relative;
}

.ipart03 .content .left .intro .box .icon {
    width: 32px;
    height: 9px;
    background: url(../img/ipart03_2.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.ipart03 .content .left:hover .intro .box .t {
    color: #bf1b1d
}

.ipart03 .content .center {
    width: 32%;
    float: left;
    margin: 0 2%;
}

.ipart03 .content .center .item {
    background: #fff;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item01 {
    margin-bottom: 20px;
}

.ipart03 .content .center .item_box {
    display: block;
    padding: 40px 42px 25px;
}

.ipart03 .content .center .item_box .t {
    font-size: 20px;
    color: #242424;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item_box .c {
    font-size: 14px;
    color: #686868;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item_box .date {
    color: #9d9d9d;
    position: relative;
    font-family: Arial;
    border-top: 1px solid #d8d8d8;
    transition: all 0.5s ease;
    margin-top: 20px;
    padding-top: 20px;
}

.ipart03 .content .center .item_box .date .day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
}

.ipart03 .content .center .item_box .date .year {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

.ipart03 .content .center .item_box .date .icon {
    width: 32px;
    height: 9px;
    background: url(../img/ipart03_3.png) no-repeat center;
    position: absolute;
    right: 25px;
    bottom: 15px;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.ipart03 .content .center .item:hover .item_box .t {
    color: #bf1b1d
}

.ipart03 .content .center .item:hover .item_box .c {
    color: #bf1b1d
}

.ipart03 .content .center .item:hover .item_box .date {
    color: #bf1b1d
}

.ipart03 .content .center .item:hover .item_box .date .icon {
    background: url(../img/ipart03_2.png) no-repeat center;
}

.ipart03 .content .right {
    width: 32%;
    float: right
}

.ipart03 .content .right li {
    margin-top: 17px;
    background: #fff;
    transition: all 0.5s ease;
}

.ipart03 .content .right li:first-child {
    margin-top: 0
}

.ipart03 .content .right .li_box {
    display: block;
    padding: 40px 35px 40px 50px;
}

.ipart03 .content .right .li_box .date {
    display: inline-block;
    width: 25%;
    color: #9d9d9d;
    font-family: Arial;
    border-right: 1px solid #d8d8d8;
    margin-right: 8%;
    transition: all 0.5s ease;
    vertical-align: middle;
    padding: 3px 0;
}

.ipart03 .content .right .li_box .date .day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
}

.ipart03 .content .right .li_box .date .line {
    width: 21px;
    height: 2px;
    background: #d4d4d4;
    margin: 10px 0 13px;
}

.ipart03 .content .right .li_box .date .year {
    font-size: 14px;
    line-height: 20px;
}

.ipart03 .content .right .li_box .intro {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.ipart03 .content .right .li_box .intro .t {
    font-size: 20px;
    color: #2c2c2c;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}

.ipart03 .content .right .li_box .intro .icon {
    width: 32px;
    height: 9px;
    background: url(../img/ipart03_3.png) no-repeat center;
    margin-top: 15px;
    transition: all 0.5s ease;
}

.ipart03 .content .right li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.ipart03 .content .right li:hover .li_box .date {
    color: #bf1b1d;
}

.ipart03 .content .right li:hover .li_box .intro .t {
    color: #bf1b1d;
}

.ipart03 .content .right li:hover .li_box .intro .icon {
    background: url(../img/ipart03_2.png) no-repeat center;
}


/*产品列表*/
.pro_list01 .form {
    text-align: right;
    position: relative;
    margin-bottom: 36px;
}

.pro_list01 .form .inp {
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    padding: 0 25px;
    background: none;
    margin: 0;
    color: #959595;
}

.pro_list01 .form .btns {
    width: 14px;
    height: 14px;
    background: url(../img/pro_list01_1.png) no-repeat center;
    position: absolute;
    right: 25px;
    top: 50%;
    padding: 0;
    outline: none;
    margin: -7px 0 0;
    cursor: pointer;
    border: none;
}

.pro_list01 .left {
    width: 21.5%;
    float: left;
}

.pro_list01 .left .box {
    padding: 30px 40px;
    background: #fff
}

.pro_list01 .left .box .infor {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.pro_list01 .left .box .infor .t {
    font-size: 23px;
    line-height: 24px;
    font-weight: normal;
    color: #373737;
}

.pro_list01 .left .box .content {
    padding-right: 10px;
}

/* 滚动条样式 */
.pro_list01 .left .box .content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pro_list01 .left .box .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bf1b1d;
    background: rgba(191, 27, 29, .6)
}

.pro_list01 .left .box .content::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

/* 滚动条样式 end*/
.pro_list01 .left .box .content .item {
    padding-top: 15px; /*margin-top:20px*/
}

.pro_list01 .left .box .content .item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.pro_list01 .left .box .content .item .tit {
    font-size: 18px;
    color: #3f3f3f;
    position: relative;
    display: block;
    padding-left: 28px;
}

.pro_list01 .left .box .content .item .tit span.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.pro_list01 .left .box .content .item .tit span.icon_jt {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_3.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.pro_list01 .left .box .content .item .item_down {
    margin-top: 2px;
    display: none;
}

.pro_list01 .left .box .content .item .item_down .con_cell {
    padding-left: 28px;
}

.pro_list01 .left .box .content .item .item_down .con_cell .con_a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #656565;
    position: relative;
}

/*.pro_list01 .left .box .content .item .item_down .con_cell .con_a i{display:block; width:17px; height:17px; background:url(../img/en_proList01_sele.png) no-repeat; position:absolute; left:0; top:2px;}*/
.pro_list01 .left .box .content .item .item_down .con_cell ul {
    display: none;
    padding: 0 0 5px;
}

.pro_list01 .left .box .content .item .item_down .con_cell li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.pro_list01 .left .box .content .item .item_down .con_cell li.on {
    color: #bf1b1d
}

.pro_list01 .left .box .content .item.on .tit {
    color: #bf1b1d
}

.pro_list01 .left .box .content .item.on .tit span.icon {
    background-position: -17px 0;
}

.pro_list01 .left .box .content .item.on .tit span.icon_jt {
    background-position: -15px 0;
}

.pro_list01 .left .box .content .item .item_down .con_cell.cur .con_a {
    color: #bf1b1d
}

.pro_list01 .right {
    width: 74%;
    float: right
}

.pro_list01 .right .li_ {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
    position: relative;
}

.pro_list01 .right .li_:after {
    content: '';
    width: 0;
    height: 2px;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.8s ease;
}

.pro_list01 .right .li_three {
    margin-right: 0;
}

.pro_list01 .right .li_ .rect-5647 {
    padding-bottom: 86%;
}

.pro_list01 .right .li_ .li_box .intro {
    border-top: 1px solid #e9e9e9;
    text-align: center;
    background: #fff;
}

.pro_list01 .right .li_ .li_box .intro .box {
    padding: 18px 37px 22px;
}

.pro_list01 .right .li_ .li_box .intro .box .t {
    font-size: 17px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list01 .right .li_ .li_box .intro .box .txt {
    font-size: 17px;
    color: #646464;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_list01 .right .li_ .li_box .intro .box .c {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #868686;
    margin: 13px 0 20px;
}

.pro_list01 .right .li_ .li_box .intro .box .list .item {
    display: inline-block;
    margin: 0 13px;
}

.pro_list01 .right .li_ .li_box .intro .box .list .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #5a5a5a;
}

.pro_list01 .right .li_ .li_box .intro .box .list .item01 .icon {
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    margin-right: 3px;
}

.pro_list01 .right .li_ .li_box .intro .box .list .item02 .icon {
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_5.png) no-repeat;
    margin-left: 3px;
}

.pro_list01 .right .li_:hover:after {
    width: 100%;
}

/*产品对比按钮的input隐藏*/
.pro_list01 .right .li_ .li_box .intro .box .list .plp-item-constrast-chk {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    margin-right: 7px;
    display: none
}

/*选中对比按钮*/
.pro_list01 .right .li_ .li_box .intro .box .list .item01 .plp-item-constrast-labchked .icon {
    background-position: -17px 0;
}
.pro_list01 .right .li_:nth-child(3n+3){
	margin-right:0;
}

/*产品对比*/
/*产品比较 底部浮层*/
.compare_product {
    position: fixed;
    z-index: 40;
    width: 100%; /*display:none;*/
    bottom: -100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #505050; /* transition:bottom .3s ease-in-out; -webkit-transition:bottom .3s ease-in-out; -moz-transition:bottom .3s ease-in-out; -ms-transition:bottom .3s ease-in-out; -o-transition:bottom .3s ease-in-out;*/
}

.compare_product .compare-main {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.compare_product .compare-main .rect-4724 {
    padding-bottom: 86%
}

.compare_product .compare-sel {
    color: #fff;
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.compare_product .compare-selul { /*height:40px;*/
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    width: 63%;
}

.compare_product .compare-selli {
    float: left;
    font-size: 16px; /*height:38px;*/
    width: 14%;
    margin-right: 19%;
    text-align: center;
    position: relative;
}

.compare_product .compare-selli-name {
    display: inline-block;
    max-width: 245px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 17px;
    margin-top: 10px;
    color: #fff;
}

/*底部单个删除按钮样式*/
.compare_product .compare-selli-delbtn {
    display: inline-block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: url(../img/compare_close.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
}

.compare_product .compare-selli-delbtn:hover {
    transform: rotateZ(180deg);
}

/*底部的对比按钮和取消按钮的父级*/
.compare_product .compare-selbtn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 20%;
    margin-left: 5%; /*height:42px;*/
    overflow: hidden;
    padding: 0px 0 0 34px;
    border-left: 1px solid #6f6f6f;
    text-align: right;
    float: right;
}

/*底部对比按钮*/
.compare_product .compare-selbtn .comparea-selbtn-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    height: 50px;
    line-height: 50px;
    max-width: 278px;
    text-align: center; /*float:left; */
    padding: 0 27px;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 20px;
    background: #bf1b1d;
    border: none;
    outline: none
}

.compare_product .compare-selbtn .comparea-selbtn-btn span {
    margin-left: 47px;
    font-size: 23px;
    font-family: Impact;
}

/*底部取消按钮*/
.compare_product .compare-selbtn .comparea-selbtn-closeall {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #f5f3f3;
    background: transparent;
    color: #f5f3f3;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 110px;
    padding: 0 16px;
    margin-left: 34px; /*float:left;*/
    margin: 0 auto;
    outline: none;
}

.compare_product .compare-selbtn .comparea-selbtn-closeall:hover {
    background: #f5f3f3;
    border-color: #f5f3f3;
    color: #1e1e1e;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

/*底部对比按钮可点击状态样式及触控*/
.compare_product .compare-selbtn .comparea-selbtn-btn.comparea-selbtn-abled:hover {
    background-color: #f5f3f3;
    color: #1e1e1e;
    border-color: #f5f3f3
}

/*产品对比页面 pro_compare*/
.pro_compare01 .comparePro_list {
    position: relative;
    z-index: 5;
}

.pro_compare01 .comparePro_list .top_ {
    position: fixed;
    left: 0;
    top: 88px;
    width: 100%;
    height: 70px;
    background: url(../img/black95.png) center;
    z-index: 2
}

.pro_compare01 .comparePro_list .top_ .infor {
    text-align: center;
    line-height: 70px;
}

.pro_compare01 .comparePro_list .top_ .tit {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-right: 38px;
    vertical-align: middle;
}

.pro_compare01 .comparePro_list .top_ .icon {
    display: inline-block;
    width: 68px;
    height: 32px;
    background: url(../img/compare_xiala.png) no-repeat center;
    vertical-align: middle;
    cursor: pointer;
}

.pro_compare01 .comparePro_list .bott_ {
    margin-top: 70px;
}

.pro_compare01 .comparePro_list .bott_ ul {
    text-align: center;
    margin-bottom: 65px;
    font-size: 0
}

.pro_compare01 .comparePro_list .bott_ li {
    display: inline-block;
    border: 1px solid #dbdbdb;
    transition: all 0.5s ease;
    position: relative;
}

.pro_compare01 .comparePro_list .bott_ li:after {
    content: '';
    width: 0;
    height: 3px;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease;
}

.pro_compare01 .comparePro_list .bott_ li .li_box {
    padding: 40px 45px;
}

.pro_compare01 .comparePro_list .bott_ li .tit {
    font-size: 17px;
    color: #454545;
    margin-bottom: 35px;
}

.pro_compare01 .comparePro_list .bott_ li .tit span {
    font-size: 32px;
    line-height: 32px;
    color: #1b1b1b;
    font-family: Impact;
    margin-right: 14px;
    vertical-align: -3px;
}

.pro_compare01 .comparePro_list .bott_ li .con {
    margin-top: 30px;
}

.pro_compare01 .comparePro_list .bott_ li .con a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
}

.pro_compare01 .comparePro_list .bott_ li .con a.con_a1 {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
}

.pro_compare01 .comparePro_list .bott_ li .con a.con_a2 {
    border: 1px solid #bf1b1d;
    background: #bf1b1d;
    color: #fff;
}

.pro_compare01 .comparePro_list .bott_ li:hover {
    box-shadow: 8px 0 20px rgba(0, 0, 0, .1);
}

.pro_compare01 .comparePro_list .bott_ li:hover:after {
    width: 100%;
}

.pro_compare01 .comparePro_list .bott_ .table_information {
    margin: 50px 0px;
    font-size: 14px;
}

.pro_compare01 .comparePro_list .bott_ .table_information .list {
    float: left;
}

.pro_compare01 .comparePro_list .bott_ .table_information .d_body {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    border-collapse: collapse;
}

.pro_compare01 .comparePro_list .bott_ .table_information .parameter {
    background: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-top: 0;
    text-indent: 16px;
    height: 34px;
    line-height: 34px;
    color: #686868;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro_compare01 .comparePro_list .bott_ .table_information .d_title {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    background: #ededed;
}

.comparePro_list .bott_ .table_information .three_pro1 .d_item {
    background: #f7f7f7;
}

.pro_compare01 .comparePro_list .bott_.two_pro .table_information .list {
    width: 33.3%;
}

.pro_compare01 .comparePro_list .bott_.two_pro li {
    width: 30%;
    margin: 0 1.5%;
}

.pro_compare01 .comparePro_list .bott_.three_pro .table_information .list {
    width: 25%;
}

.pro_compare01 .comparePro_list .bott_.three_pro li {
    width: 30%;
    margin: 0 1.5%;
}


/*产品标准保修期*/
.pro_baoxiu.channel_content {
    padding: 0;
}

.pro_baoxiu01 {
    background: #fff;
    padding: 65px 0;
}

.pro_baoxiu01 .infor {
    text-align: center
}

.pro_baoxiu01 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #313131;
    margin-bottom: 20px;
}

.pro_baoxiu01 .infor .con {
    font-size: 14px;
    line-height: 23px;
    color: #5b5b5b;
}

.pro_baoxiu01 .content {
    margin-top: 50px;
    padding: 0 9%;
}

.pro_baoxiu01 .content .rect-85 {
    padding-bottom: 85%;
}

.pro_baoxiu01 .content li {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.pro_baoxiu01 .content li:first-child {
    margin-left: 0
}

.pro_baoxiu01 .content li .li_box .intro {
    background: #f6f6f6;
}

.pro_baoxiu01 .content li .li_box .intro .box {
    padding: 30px
}

.pro_baoxiu01 .content li .li_box .t {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    color: #4d4d4d;
    font-weight: normal
}

.pro_baoxiu01 .content li:hover .li_box .intro {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.pro_baoxiu02 {
    background: url(../img/pro_baoxiu02_1.jpg) no-repeat center;
    padding: 83px 0 39px;
}

.pro_baoxiu02 span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #5b5b5b;
    margin-top: 10px;
    text-align: right
}

/*常见问题解答*/
.question.channel_content {
    background: #fff;
}

.question01 .infor {
    text-align: center;
}

.question01 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #313131;
}

.question01 .content {
    padding: 50px 11% 90px;
    background: #f9f9f9;
    margin-top: 45px;
}

.question01 .content label {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 57px;
    color: #000;
    margin-left: 35px;
}

.question01 .content .inp_box {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    height: 57px;
    line-height: 57px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.question01 .content .inp_box input {
    font-size: 18px;
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #acacac;
    font-weight: normal;
    border: none;
    background: #fff;
    padding: 0;
    text-indent: 23px;
}

.question01 .content .inp_box .btns {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.question01 .content .inp_box .icon {
    width: 28px;
    height: 28px;
    background: url(../img/question01_1.png) no-repeat center;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}

.question01 .content .list {
    margin-top: 55px;
}

.question01 .content .list .item {
    width: 32%;
    margin-left: 2%;
    float: left;
    position: relative;
    font-weight: normal;
}

.question01 .content .list .item:first-child {
    margin-left: 0;
}

.question01 .content .list .item .box {
    border: 1px solid #d7dee1;
}

.question01 .content .list .item .title {
    font-size: 20px;
    line-height: 57px;
    background: #bf1b1d;
    color: #fff;
    padding: 0 28px;
    position: relative;
    border-bottom: 1px solid #d7dee1;
}

.question01 .content .list .item .title:after {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../img/question01_2.png) no-repeat center;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -5px;
}

.question01 .content .list .item .con {
    height: 413px;
    overflow: hidden;
}

.question01 .content .list .item li {
    font-size: 16px;
    line-height: 58px;
    margin-right: 17px;
    color: #000;
    border-bottom: 1px solid #d7dee1;
    background: #fff;
}

.question01 .content .list .item li a {
    display: block;
    padding: 0 28px;
}

.question01 .content .list .item li a:hover {
    background: #bf1b1d;
    color: #fff;
}

.question01 .content .list .item .arr {
    width: 8px;
    height: 4px;
    background: url(../img/question01_3.png) no-repeat;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.question01 .content .list .item01 .myprev {
    top: 65px;
}

.question01 .content .list .item01 .mynext {
    bottom: 8px;
    background-position: 0 -4px;
}

.question01 .content .list .item02 .myprev2 {
    top: 65px;
}

.question01 .content .list .item02 .mynext2 {
    bottom: 8px;
    background-position: 0 -4px;
}

.question01 .content .list .item03 .myprev3 {
    top: 65px;
}

.question01 .content .list .item03 .mynext3 {
    bottom: 8px;
    background-position: 0 -4px;
}

.question02 .infor {
    text-align: center
}

.question02 .infor .tit {
    font-size: 24px;
    line-height: 82px;
    background: #f0f0f0;
    color: #000;
}

.question02 .content {
    background: #fbfbfb;
    padding: 35px 40px;
}

/* .question02 .content li{float:left; width:49%; margin-right:2%; font-weight:normal; margin-bottom:30px; cursor:pointer;}
.question02 .content li.li_two{margin-right:0px;}
.question02 .content li .date{font-size:15px; line-height:30px; color:#6e6d6d; margin-bottom:3px;}
.question02 .content li .con{font-size:16px; line-height:30px; color:#555454;}
.question02 .content li .txt{display:none;}
.question02 .content li .con:hover{color:#c41e19} */
.question02 .content {
    border-top: 2px solid #bf1b1d;
}

.question02 .content .widget-qa-3-title {
    position: relative;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px #ededed solid;
    padding: 5px 10px;
    cursor: pointer;
}

.question02 .content .widget-qa-3-title ._title {
    padding-left: 2em;
    font-size: 14px;
}

.question02 .content .widget-qa-3-title ._data {
    float: left;
    color: #bf1b1d;
    font-size: 14px;
    font-weight: 700;
    width: 2em;
}

.question02 .content .widget-qa-3-title ._icoP {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.question02 .content .widget-qa-3-title ._ico {
    background: url(../img/widget-qa-3_01.png);
    width: 16px;
    height: 6px;
    background-position: 0 0;
}

.question02 .content ._icoActive ._ico {
    background: url(../img/widget-qa-3_01.png);
    width: 16px;
    height: 6px;
    background-position: 0 -6px;
}

.question02 .content .widget-qa-3-content {
    padding: 10px;
    background: #ededed;
    border-bottom: 1px solid #ccc;
    display: none;
}

.question02 .content .widget-qa-3-content ._data {
    float: left;
    color: #999;
    font-size: ;
    font-weight: 700;
    width: 2em;
}

.question02 .content .widget-qa-3-content ._qaIntro {
    text-align: left;
    padding-left: 2em;
    line-height: 1.8;
}


/* 弹窗 */
.common_tc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    transition: background .3s;
}

.common_tc .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.common_tc .content {
    position: absolute;
    width: 800px;
    height: 600px;
    background: #fff;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    top: 50%;
    z-index: 2;
}

.common_tc .content .box {
    padding: 50px 80px;
    height: 400px;
    overflow: auto;
}

.common_tc .tc_close {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 73px;
    text-align: center;
    background-color: #fff;
}

.common_tc .tc_close span {
    cursor: pointer;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 30px auto 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    vertical-align: top;
    background-image: url(../img/popup_close_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s ease;
}

.common_tc .tc_close span:hover {
    background-image: url(../img/popup_close_btn_hover.png);
}

.common_tc .content .box .tc_con {
    font-size: 20px;
    color: #666;
    margin: 50px 0 40px;
}

/*服务窗口*/
.service.channel_content {
    background: #fff;
    padding-bottom: 0px;
}

.service01 .content .rect-6961 {
    padding-bottom: 69.61%;
}

.service01 .content li {
    width: 23%;
    margin: 0 1%;
    float: left;;
    font-weight: normal;
}

.service01 .content li .li_box {
    padding: 28px 22px;
    border: 1px solid #d8d8d8;
    position: relative;
}

.service01 .content li .li_box .intro {
    line-height: 26px;
    position: relative;
    z-index: 2;
}

.service01 .content li .li_box .intro .tit {
    font-size: 24px;
    font-weight: bold;
    color: #424242;
    margin: 11px 0 8px;
}

.service01 .content li .li_box .intro .con {
    font-size: 15px;
    line-height: 22px;
    color: #737373;
    height: 44px;
    overflow: hidden;
}

.service01 .content li .li_box .intro .icon {
    width: 51px;
    height: 50px;
    background-position: 0 0;
    margin-top: 20px;
}

.service01 .content li .li_box .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    overflow: hidden;
}

.service01 .content li.cur .li_box .intro .tit {
    color: #fff;
}

.service01 .content li.cur .li_box .intro .con {
    color: #fff;
}

.service01 .content li.cur .li_box .intro .icon {
    background-position: 0 -50px;
}

.service01 .content li.cur .li_box .img {
    opacity: 1;
    visibility: visible;
}

.service02 {
    background: url(../img/service02_1.jpg) no-repeat center;
    padding: 85px 0 100px;
    margin-top: 70px;
}

.service02 .infor {
    text-align: center
}

.service02 .infor .tit {
    font-size: 30px;
    line-height: 30px;
    color: #444;
}

.service02 .content {
    margin-top: 50px;
    padding: 0 13.5%;
}

.service02 .content .item_l {
    float: left;
}

.service02 .content .item_r {
    float: right;
}

.service02 .content .item {
    width: 48%;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
}

.service02 .content .item .box {
    padding: 45px 62px 25px 45px;
}

.service02 .content .item .box .icon {
    width: 40px;
    height: 46px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.service02 .content .item .box .t {
    font-size: 22px;
    line-height: 26px;
    color: #444;
}

.service02 .content .item .box .c {
    font-size: 15px;
    line-height: 26px;
    color: #818181;
    height: 78px;
    overflow: hidden;
    margin: 20px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.service02 .content .item .box .more {
    display: block;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    color: #bf1b1d;
    line-height: 26px;
    padding-top: 15px;
}

.service02 .content .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

/*联系我们*/
.contact_us01 .content {
    background: #fff;
    font-weight: normal;
}

.contact_us01 .left {
    width: 53%;
    float: left;
}

.contact_us01 .left {
    overflow: hidden;
}

.contact_us01 .left img {
    max-width: none;
}

.contact_us01 .right {
    width: 41.5%;
    float: right;
}

.contact_us01 .right .box {
    padding: 90px 60px 90px 0;
}

.contact_us01 .right .box li {
    width: 48%;
    margin: 0 1%;
    float: left;
    margin-bottom: 45px;
}

.contact_us01 .right .box li .t {
    font-size: 23px;
    line-height: 25px;
    color: #040404;
    margin-bottom: 8px;
}

.contact_us01 .right .box li .c {
    font-size: 18px;
    line-height: 25px;
    color: #313131;
}

.contact_us01 .right .box .ewm {
    display: inline-block;
}

.contact_us01 .right .box .ewm .txt {
    font-size: 14px;
    line-height: 44px;
    color: #424242;
    text-align: center;
}

/*售后服务工作程序*/
.after_service.channel_content {
    padding: 0;
}

.after_service01 {
    background: #fbfbfb;
    padding: 65px 0;
}

.after_service01 .infor {
    text-align: center;
}

.after_service01 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #414141;
}

.after_service01 .content {
    margin-top: 45px;
    text-align: center
}

.after_service01 .content .img_ {
    margin: 0 auto;
}

.after_service02 {
    background: #f2f2f2;
    padding: 65px 0;
}

.after_service02 .infor {
    text-align: center;
}

.after_service02 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #414141;
}

.after_service02 .content {
    margin-top: 45px;
}

.after_service02 .content .rect-93 {
    padding-bottom: 93%;
}

.after_service02 .content li {
    width: 32%;
    margin-left: 2%;
    position: relative;
    float: left;
}

.after_service02 .content li:first-child {
    margin-left: 0px;
}

.after_service02 .content li .cover {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.after_service02 .content li .cover .box {
    padding: 0 83px 45px 50px;
}

.after_service02 .content li .cover .box .t {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.after_service02 .content li .cover .box .c {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    margin-bottom: 22px;
}

.after_service02 .content li .cover .box .txt {
    display: none;
}

.after_service02 .content li .cover .box .more {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.after_service02 .content li .cover .box .more i {
    font-size: 15px;
}

.after_service02 .content li .cover .box .more:hover {
    color: #bf1b1d;
}

/*招聘列表*/
.job_list.channel_content {
    background: #f0f0f0;
}

.job_list01 .inp_wrap {
    line-height: 64px;
    width: 28%;
    margin-left: 2%;
    float: left;
    background: #fff;
}

.job_list01 .inp_wrap:first-child {
    margin-left: 0px;
}

.job_list01 .inp_wrap .inp {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: none;
    background: none;
    padding: 0;
    font-size: 16px;
    color: #666;
    text-indent: 22px;
    border: 1px;
}

.job_list01 .inp_wrap.inp_wrap_zp {
    box-sizing: border-box;
}

.job_list01 .inp_wrap .list {
    position: relative;
}

.job_list01 .inp_wrap .list .tit {
    text-indent: 22px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
}

.job_list01 .inp_wrap .list .tit:after {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../img/job_list01_1.png) no-repeat center;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -6px
}

.job_list01 .inp_wrap .list .con {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: none;
}

.job_list01 .inp_wrap .list .con .first_ul {
    border: 1px solid #dfdfdf;
}

.job_list01 .inp_wrap .list .con .first_ul li {
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    color: #666;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.job_list01 .inp_wrap .list .con .first_ul li span {
    display: block;
}

.job_list01 .inp_wrap .list .con .first_ul li:hover {
    background: #bf1b1d;
    color: #fff;
}

.job_list01 .inp_wrap .list .con .second_ul {
    position: absolute;
    width: 50%;
    left: 100%;
    top: 0;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    display: none;
    height: 390px;
    overflow-y: auto;
}

.job_list01 .inp_wrap .list .con .second_ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.job_list01 .inp_wrap .list .con .second_ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bf1b1d;
}

.job_list01 .inp_wrap .list .con .second_ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

.job_list01 .inp_wrap .list .con .second_ul li {
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}

.job_list01 .inp_wrap .list .con .second_ul li:hover {
    background: #bf1b1d;
    color: #fff;
}

.job_list01 .inp_wrap .list .tit.cur {
    border-color: #bf1b1d;
}

.job_list01 .btn_wrap {
    float: right;
    width: 10%;
    height: 64px;
    line-height: 64px;
}

.job_list01 .btn_wrap .btns {
    height: 64px;
    line-height: 64px;
    background: #bf1b1d;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.job_list01 .btn_wrap .btns .icon {
    width: 30px;
    height: 30px;
    background: url(../img/job_list01_2.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
}

.job_list02 {
    margin-top: 36px;
}

.job_list02 .content {
    background: #fff;
    padding-bottom: 40px;
}

.job_list02 .widget-job-tit {
    background: #bf1b1d;
    color: #fff;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    padding: 0 60px;
}

.job_list02 ._jt {
    height: 56px;
    line-height: 56px;
    margin: 0 60px;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.job_list02 ._jt._jt_act {
    border-bottom: none;
}

.job_list02 ._ut {
    float: left;
    text-align: center;
    width: 20%;
}

/*.job_list02 ._t1 {width:28%;}
.job_list02 ._t2 {width:20%;}
.job_list02 ._t3 {width:14%;}
.job_list02 ._t4 {width:14%;}
.job_list02 ._t5 {width:10%;}
.job_list02 ._t6 {width:14%;}*/
.job_list02 ._jc {
    display: none;
}

.job_list02 ._jcon {
    margin: 0px 60px;
    background: #f0f0f0;
}

.job_list02 ._jcon .text_con {
    padding: 50px 60px 24px;
}

.job_list02 .widget-job-btn {
    text-align: center;
    padding-top: 26px;
    border-top: 1px solid #e0e0e0;
}

.job_list02 .widget-job-btn a {
    display: inline-block;
    padding: 0 42px;
    font-size: 17px;
    border-radius: 50px;
    background: #bf1b1d;
    color: #fff;
    overflow: hidden;
    height: 52px;
    line-height: 52px;
}

.job_list02 .tit {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.job_list02 .info {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 24px;
    margin-bottom: 40px;
}

/*服务公告*/
.widget-download-4 .download_item {
    height: 104px;
    padding-right: .6%;
    line-height: 104px;
    border-bottom: 1px solid #e1e8ed;
}

.widget-download-4 .download_item:hover {
    background-color: #eef2f5;
    border-color: #eef2f5;
}

.widget-download-4 .download_date {
    width: 9.3%;
    height: 100%;
    padding-right: 2.9%;
    font-family: 'Arial';
    text-align: right;
    color: #6b6b6b;
}

.widget-download-4 .download_date .center_box {
    display: inline-block;
    vertical-align: middle;
}

.widget-download-4 .download_date span {
    display: block;
    padding-right: 3px;
    font-size: 14px;
    line-height: 18px;
}

.widget-download-4 .download_date strong {
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
}

.widget-download-4 .download_title {
    width: 57%;
    padding-right: 3%;
    font-size: 16px;
    color: #272727;
    font-weight: normal;
}

.widget-download-4 .item_btn {
    width: 10%;
    height: 100%;
    padding-left: 3.1%;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 104px;
    background-position: center left;
    background-repeat: no-repeat;
}

.widget-download-4 .download_item:hover .download_date,
.widget-download-4 .download_item:hover .item_btn {
    color: #bf1b1d;
}

.widget-download-4 .item_btn {
    padding-left: 0;
    margin-right: 1%;
}


/*表单信息*/
body .pro_detail02 .bd .section07 .content .Validform_error {
    background: #fff;
}

body .pro_detail02 .bd .section07 .content .Validform_wrong {
    position: absolute;
    right: 70px;
    top: 0;
}

body .pro_detail02 .bd .section07 .content .Validform_right {
    position: absolute;
    right: 70px;
    top: 0;
}

/*补充页面 供应商*/
.supplier01 .hd ul {
    text-align: center;
    font-size: 0;
    font-weight: normal;
}

.supplier01 .hd li {
    font-size: 17px;
    line-height: 26px;
    color: #333;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.supplier01 .hd li:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #bbb;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
}

.supplier01 .hd li:first-child:after {
    display: none;
}

.supplier01 .hd li.cur {
    color: #bf1b1d;
}

.supplier01 .bd {
    margin-top: 45px;
}

.supplier01 .bd .text {
    padding: 0 3%;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: normal;
}


/*ibanner*/
.iban_word {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    z-index: 2;
    margin-bottom: -90px;
}

.iban_word .intro {
    text-align: center;
}

.iban_word .intro .tit {
    font-size: 45px;
    line-height: 60px;
    color: #fff;
}

.iban_word .intro .con {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0 40px;
}

.iban_word .intro .more {
    text-align: center;
}

.iban_word .intro .more a {
    display: inline-block;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
}

.iban_word .intro .more a:hover {
    background: #bf1b1d;
    color: #fff;
    border-color: #bf1b1d;
}

/*2020-1023*/
.pro_detail02 .bd .section01 .left li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #c7c6c6 inset !important;
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;

}

/*2020-1027*/
.ipart02 .content {
    margin-top: 30px;
}

.ipart02 .content .dots {
    display: none;
}

.ipart02 .content .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.ipart02 .content .owl-nav div {
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    color: #777;
    font-weight: bold;
}

.ipart02 .content .owl-nav div i {
    height: 60px;
    line-height: 60px;
    margin: 0;
    vertical-align: 0
}

.ipart02 .content .owl-nav .owl-prev {
    left: -55px;
}

.ipart02 .content .owl-nav .owl-next {
    right: -55px;
}

.pro_detail02 .bd .section02 .content .firstRow {
    text-align: left;
}

/*20201028*/
.f_top .f_logo {
    overflow: hidden;
    padding-right: 20px;
}

.f_top .f_logo .img01 {
    float: left;
}

.f_top .f_logo .img02 {
    float: right; /* padding-right:15px;*/
}

.header .h_logo .img01 {
    display: none;
}

.header .h_logo .img02 {
    display: block;
}

.index_pageHeader .header .h_logo .img01 {
    display: block;
}

.index_pageHeader .header .h_logo .img02 {
    display: none;
}

.index_pageHeader .header:hover .h_logo .img01 {
    display: none;
}

.index_pageHeader .header:hover .h_logo .img02 {
    display: block;
}

.index_pageHeader .header.fixed .h_logo .img01 {
    display: none;
}

.index_pageHeader .header.fixed .h_logo .img02 {
    display: block;
}

.pro_list01 .right .li_ {
    background: #fff;
}


/* 20201105 */
.xcNav .wrap {
    position: relative;
}

.xcNav .right {
    position: absolute;
    right: 0;
}

/* 公司信息 */
.channel_content.company_infor {
    padding-bottom: 15px;
}

.company_infor01 .rect-4853 {
    padding-bottom: 48.53%;
}

.company_infor01 ul {
    padding: 0 58px;
}

.company_infor01 ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 50px;
    transition: .5s ease;
}

.company_infor01 ul li.three_li {
    margin-right: 0;
}

.company_infor01 ul li .intro {
    min-height: 215px;
}

.company_infor01 ul li .intro .box {
    padding: 25px 60px;
}

.company_infor01 ul li .intro .box .tit {
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 15px;
}

.company_infor01 ul li .intro .box .con {
    font-size: 14px;
    color: #646464;
    line-height: 22px;
    font-weight: lighter;
}

.company_infor01 ul li:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/* 供应商 */
.supplier.channel_content {
    padding: 0;
}

.supplier01 {
    background: url(../img/supplier01_1.jpg) no-repeat center;
    padding: 65px 0;
}

.supplier01 .infor {
    text-align: center;
    margin-bottom: 55px;
}

.supplier01 .infor .tit {
    font-size: 30px;
    color: #575757;
    position: relative;
}

.supplier01 .infor .tit:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: #bf1b1d;
    left: 50%;
    margin-left: -21px;
    bottom: -5px;
}

.supplier01 .content ul li {
    float: left;
    width: 22%;
    margin: 0 1.5%;
    background: #fff;
    transition: .5s ease;
}

.supplier01 .content ul li .box {
    padding: 22px 30px;
}

.supplier01 .content ul li .box .icon {
    text-align: right;
}

.supplier01 .content ul li .box .t {
    font-size: 19px;
    line-height: 22px;
    height: 88px;
    color: #383838;
    font-weight: normal;
    width: 83%;
}

.supplier01 .content ul li .box .more {
    display: block;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    color: #bf1b1d;
    line-height: 26px;
    padding-top: 15px;
}

.supplier01 .content ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.supplier02 {
    background: #fff;
    padding: 65px 0 0;
}

.supplier02 .infor {
    text-align: center;
    margin-bottom: 55px;
}

.supplier02 .infor .tit {
    font-size: 30px;
    color: #575757;
    position: relative;
}

.supplier02 .infor .tit:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: #bf1b1d;
    left: 50%;
    margin-left: -21px;
    bottom: -5px;
}

.supplier02 .content img {
    max-width: none;
    width: 100%;
}

.supplier03 {
    padding: 50px 0;
}

/* 产品综合 */
.pro_center01 .infor {
    margin-bottom: 25px;
}

.pro_center01 .infor .tit {
    font-size: 25px;
    color: #5b5b5b;
}

.pro_center01 .infor .tit i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background: url(../img/pro_center01_1.png) no-repeat;
    background-position: 0 0;
}

.pro_center01 .infor .tit:hover i {
    background-position: 0 -32px;
}

.pro_center01 .content .rect-5647 {
    padding-bottom: 85.93%;
}

.pro_center01 .content ul li {
    background: #fff;
    margin-bottom: 35px;
}

.pro_center01 .content ul li .img {
    padding: 0 20px;
}

.pro_center01 .content ul li .intro {
    border-top: 1px solid #e9e9e9;
}

.pro_center01 .content ul li .intro .box {
    padding: 18px 24px;
    text-align: center;
}

.pro_center01 .content ul li .intro .box .t {
    font-size: 14px;
    color: #565656;
    font-weight: normal;
}

.pro_center01 .content ul li .intro .box .c {
    font-size: 14px;
    color: #868686;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_center01 .content ul li:after {
    content: '';
    width: 0;
    height: 2px;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.8s ease;
}

.pro_center01 .content ul li:hover:after {
    width: 100%;
}

/* 2020-1113 */
.pro_detail01 .right .big_t {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 5px;
}

.pro_detail02 .bd .section04 .content li {
    padding: 0 30px;
    margin-bottom: 20px;
}

.pro_detail02 .bd .section02 .content .datalist th {
    text-align: left;
}

/* 2020-1116 产品服务下载补充 */
.service_down.channel_content {
    background: #f1f1f1;
    padding-top: 20px;
}

.service_down .crumbs {
    color: #3e3e3e;
    font-size: 0;
    line-height: 54px;
    height: 54px;
    text-align: right;
    margin-bottom: 60px;
}

.service_down .crumbs span {
    display: inline-block;
    font-size: 14px;
}

.service_down .crumbs a {
    display: inline-block;
    font-size: 14px;
}

.service_down .crumbs em {
    display: inline-block;
    font-size: 14px;
    margin: 0 16px;
}

.service_down .infor {
    text-align: center;
    margin-bottom: 40px;
}

.service_down .infor .tit {
    font-size: 40px;
    line-height: 40px;
    color: #4f4f4f;
}

.service_down .content .hd {
    text-align: center;
    font-size: 0;
}

.service_down .content .hd .item {
    display: inline-block;
    width: 18%;
    margin: 0 10px;
    height: 66px;
    line-height: 66px;
    background: #fff;
}

.service_down .content .hd .item span {
    display: inline-block;
    font-size: 22px;
    color: #4f4f4f;
    vertical-align: middle
}

.service_down .content .hd .item span.iconfont {
    margin: 0 15px 0 0;
}

.service_down .content .hd .item.cur {
    background: #bf1b1d
}

.service_down .content .hd .item.cur span {
    color: #fff;
}

.service_down .content .bd {
    margin-top: 50px;
}

.service_down .content .bd .title {
    font-size: 37px;
    line-height: 37px;
    color: #393939;
    margin-bottom: 23px;
}

.service_down .content .bd .con {
    background: #fff;
}

.service_down .content .bd .con .box {
    padding: 14px 60px;
}

.service_down .content .bd .con .box li {
    border-bottom: 1px solid #ececec;
    line-height: 70px;
}

.service_down .content .bd .con .box li:last-child {
    border: none;
}

.service_down .content .bd .con .box li .info .t {
    float: left;
    font-size: 18px;
    color: #7e7e7e;
    padding-left: 50px;
    position: relative;
}

.service_down .content .bd .con .box li .info .t:after {
    content: '';
    width: 38px;
    height: 40px;
    background: url(../img/ser_down01_1.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}

.service_down .content .bd .con .box li .info .d {
    float: right;
    font-size: 15px;
    color: #959595;
}

.service_down .content .bd .con .box li .down {
    background: #f1f1f1;
    display: none;
}

.service_down .content .bd .con .box li .down_box {
    padding: 55px 50px;
}

.service_down .content .bd .con .box li .down_box .t {
    font-size: 24px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 20px;;
}

.service_down .content .bd .con .box li .down_box .c {
    font-size: 15px;
    line-height: 30px;
    color: #7e7e7e;
    margin-bottom: 30px;
}

.service_down .content .bd .con .box li .down_box .more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #bf1b1d;
}

.service_down .content .bd .con .box li.cur .info .t {
    color: #bf1b1d;
}

.service_down .content .bd .con .box li.cur .info .t:after {
    background-position: 0 -40px;
}

/* 服务产品支持 */
.support_ban {
    position: relative;
    height: 453px;
}

.support_ban > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.support_ban .info {
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    z-index: 2;
}

.support_ban .info .title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 24px;
}

.support_ban .info form {
    width: 37.5%;
    margin: 0 auto;
    height: 49px;
    height: 49px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.support_ban .info form .inp {
    height: 49px;
    height: 49px;
    color: #7d7d7d;
    padding: 0;
    border: none;
    text-indent: 20px;
    background: transparent
}

.support_ban .info form .btns {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.support_ban .info form .btns .icon {
    width: 22px;
    height: 23px;
    background: url(../img/support_icon.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.support_ban .info form .text {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    margin-top: 15px;
    text-align: center
}

.support_ban .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/black34.png) center;
    padding: 20px 15px;
}

.support_ban .cover ul {
    font-size: 0;
    text-align: center
}

.support_ban .cover li {
    display: inline-block;
    margin: 0 25px;
}

.support_ban .cover li a {
    display: block;
}

.support_ban .cover li .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 5px;
    transition: all 0.5s
}

.support_ban .cover li .text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.support_ban .cover li:hover .icon {
    transform: rotateY(180deg)
}

.support.channel_content {
    background: #f5f5f5;
    font-weight: normal
}

.support01 .infor {
    text-align: center
}

.support01 .infor .tit {
    font-size: 32px;
    line-height: 32px;
    color: #5b5b5b
}

.support01 .content {
    margin-top: 45px;
    background: #fff;
}

.support01 .content .box {
    padding: 90px 40px;
}

.support01 .content .item {
    margin-top: 30px;;
}

.support01 .content .title {
    font-size: 29px;
    line-height: 50px;
    color: #555;
    margin-bottom: 30px;
}

.support01 .content .li_ {
    width: 49%;
    margin-right: 2%;
    float: left;
    line-height: 88px;
    margin-bottom: 20px;
}

.support01 .content .li_two {
    margin-right: 0
}

.support01 .content .li_ .li_box {
    border: 1px solid #eeecec;
    padding: 0 5%;
    position: relative
}

.support01 .content .li_ .li_box .tit {
    display: block;
    font-size: 20px;
    color: #4b4b4b;
    overflow: hidden;
    position: relative;
}

.support01 .content .li_ .li_box .tit:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/pro15.png) no-repeat center;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -9px;
}

.support01 .content .li_ .li_box .tit:after {
    content: '';
    width: 0;
    height: 2px;
    background: #bf1b1c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.support01 .content .li_ .li_box .tit .icon {
    width: 88px;
    height: 49px;
    margin-top: 20px;
    padding-right: 30px
}

.support01 .content .li_ .li_box .tit.cur {
    color: #bf1b1c;
}

.support01 .content .li_ .li_box .tit.cur:before {
    background: url(../img/pro15_h.png) no-repeat center
}

.support01 .content .li_ .li_box .tit.cur:after {
    width: 100%;
}

/* 二级 */
.support01 .content .li_ .li_box .con {
    display: none
}

.support01 .content .li_ .li_box .con dd > a {
    display: block;
    font-size: 20px;
    color: #4b4b4b;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 44px;
    position: relative;
}

.support01 .content .li_ .li_box .con dd > a:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/pro15.png) no-repeat center;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -9px;
}

.support01 .content .li_ .li_box .con dd > a.on {
    color: #bf1b1c;
    border-color: #bf1b1c
}

.support01 .content .li_ .li_box .con dd > a.on:after {
    background: url(../img/pro15_h.png) no-repeat center
}

/* 三级 */
.support01 .content .li_ .li_box .con dd .dd_third {
    display: none
}

.support01 .content .li_ .li_box .con dd .dd_third a {
    display: block;
    line-height: 40px;
    padding: 0 40px;
    border-bottom: 1px solid #eaeaea;
}

.support01 .content .li_ .li_box .con dd > a.end:after {
    display: none;
}

body .searchArea .content_form .form_box .search .btn_wrap .btns:hover {
    background: #fff;
}

.service_down .content .hd .item {
    width: auto;
    padding: 0px 15px;
    margin-bottom: 20px;
}

/* 2020-1202 */
.pro_detail02 .bd .section04 {
    display: none
}

.pro_detail01 .right .video_play {
    display: inline-block;
    margin-right: 25px;
}

.pro_detail01 .right .down {
    display: inline-block;
    padding-top: 34px;
}

.pro_detail01 .right .down a {
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50px;
    background: #bf1b1d
}

/* 案例补充 */
.case01 .left {
    width: 21.5%;
    float: left;
}

.case01 .left .box {
    padding: 30px 40px;
    background: #fff
}

.case01 .left .box .infor {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.case01 .left .box .infor .t {
    font-size: 23px;
    line-height: 24px;
    font-weight: normal;
    color: #373737;
}

.case01 .left .box .content {
    padding-right: 10px;
}

/* 滚动条样式 */
.case01 .left .box .content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.case01 .left .box .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bf1b1d;
    background: rgba(191, 27, 29, .6)
}

.case01 .left .box .content::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

/* 滚动条样式 end*/
.case01 .left .box .content .item {
    padding-top: 15px; /*margin-top:20px*/
}

.case01 .left .box .content .item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.case01 .left .box .content .item .tit {
    font-size: 18px;
    color: #3f3f3f;
    position: relative;
    display: block;
    padding-left: 28px;
}

.case01 .left .box .content .item .tit span.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.case01 .left .box .content .item .tit span.icon_jt {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_3.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.case01 .left .box .content .item .item_down {
    margin-top: 2px;
    display: none;
}

.case01 .left .box .content .item .item_down .con_cell {
    padding-left: 28px;
}

.case01 .left .box .content .item .item_down .con_cell .con_a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #656565;
    position: relative;
}

/*.case01 .left .box .content .item .item_down .con_cell .con_a i{display:block; width:17px; height:17px; background:url(../img/en_proList01_sele.png) no-repeat; position:absolute; left:0; top:2px;}*/
.case01 .left .box .content .item .item_down .con_cell ul {
    display: none;
    padding: 0 0 5px;
}

.case01 .left .box .content .item .item_down .con_cell li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.case01 .left .box .content .item .item_down .con_cell li.on {
    color: #bf1b1d
}

.case01 .left .box .content .item.on .tit {
    color: #bf1b1d
}

.case01 .left .box .content .item.on .tit span.icon {
    background-position: -17px 0;
}

.case01 .left .box .content .item.on .tit span.icon_jt {
    background-position: -15px 0;
}

.case01 .left .box .content .item .item_down .con_cell.cur .con_a {
    color: #bf1b1d
}

.case01 .rect-4941 {
    padding-bottom: 49.41%;;
}

.case01 .right {
    width: 74%;
    float: right
}

.case01 .right .li_ {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
}

.case01 .right .li_two {
    margin-right: 0
}

.case01 .right .li_ .intro {
    padding: 15px 25px;
    background: #fff;
}

.case01 .right .li_ .intro .t {
    font-size: 19px;
    color: #3f3f3f;
    margin-top: 5px;
}

.case01 .right .li_ .intro .c {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 24px;
    margin: 10px 0;
}

.case01 .right .li_ .intro .date {
    font-size: 14px;
    color: #9f9f9f;
}

.case01 .right .li_ .intro .more {
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

/* 公告 */
.channel_content.notice {
    background: #fff;
}

.notice01 .infor {
    background: #f2f2f2;
    margin-bottom: 20px;
}

.notice01 .infor .box {
    padding: 18px 40px;
    font-size: 22px;
    color: #bf1b1d;
    font-weight: normal;
}

.notice01 .infor .box .t {
    position: relative;
    padding-left: 14px;
}

.notice01 .infor .box .t:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 2px;
    height: 24px;
    background: #bf1b1d;
}

.notice01 .content {
    padding: 0 5%;
}

.notice01 .content ul li {
    padding: 10px 0;
    font-size: 15px;
    color: #565656;
}

.notice01 .content ul li .l {
    width: 75%;
}

.notice01 .content ul li i {
    color: #bf1b1d;
    margin-right: 10px;
    font-size: 13px;
    vertical-align: top;
}

.notice01 .content ul li a {
    display: block;
    overflow: hidden;
}

.notice01 .content ul li span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.notice01 .content ul li span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    background: #bf1b1d;
    transition: .5s ease;
}

.notice01 .content ul li:hover span:after {
    opacity: 1;
    visibility: visible;
}


/* 2020-1204 服务支持*/
.fwzc01 .left {
    width: 21.5%;
    float: left;
}

.fwzc01 .left .box {
    padding: 30px 40px;
    background: #fff
}

.fwzc01 .left .box .infor {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.fwzc01 .left .box .infor .t {
    font-size: 23px;
    line-height: 24px;
    font-weight: normal;
    color: #373737;
}

.fwzc01 .left .box .content {
    padding-right: 10px;
}

/* 滚动条样式 */
.fwzc01 .left .box .content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.fwzc01 .left .box .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bf1b1d;
    background: rgba(191, 27, 29, .6)
}

.fwzc01 .left .box .content::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

/* 滚动条样式 end*/
.fwzc01 .left .box .content .item {
    padding-top: 15px; /*margin-top:20px*/
}

.fwzc01 .left .box .content .item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.fwzc01 .left .box .content .item .tit {
    font-size: 18px;
    color: #3f3f3f;
    position: relative;
    display: block;
    padding-left: 28px;
}

.fwzc01 .left .box .content .item .tit span.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.fwzc01 .left .box .content .item .tit span.icon_jt {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_3.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.fwzc01 .left .box .content .item .item_down {
    margin-top: 2px;
    display: none;
}

.fwzc01 .left .box .content .item .item_down .con_cell {
    padding-left: 28px;
}

.fwzc01 .left .box .content .item .item_down .con_cell .con_a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #656565;
    position: relative;
}

/*.fwzc01 .left .box .content .item .item_down .con_cell .con_a i{display:block; width:17px; height:17px; background:url(../img/en_proList01_sele.png) no-repeat; position:absolute; left:0; top:2px;}*/
.fwzc01 .left .box .content .item .item_down .con_cell ul {
    display: none;
    padding: 0 0 5px;
}

.fwzc01 .left .box .content .item .item_down .con_cell li {
    padding-left: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.fwzc01 .left .box .content .item .item_down .con_cell li.on {
    color: #bf1b1d
}

.fwzc01 .left .box .content .item.on .tit {
    color: #bf1b1d
}

.fwzc01 .left .box .content .item.on .tit span.icon {
    background-position: -17px 0;
}

.fwzc01 .left .box .content .item.on .tit span.icon_jt {
    background-position: -15px 0;
}

/* 三级 */
.fwzc01 .left .box .content .item .item_down .con_cell .con_a {
    font-size: 15px;
    color: #3f3f3f;
    position: relative;
    display: block;
    padding-left: 28px;
}

.fwzc01 .left .box .content .item .item_down .con_cell .con_a span.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.fwzc01 .left .box .content .item .item_down .con_cell .con_a span.icon_jt {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_3.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 7px;
}

.fwzc01 .left .box .content .item .item_down .con_cell.cur .con_a {
    color: #bf1b1d
}

.fwzc01 .left .box .content .item .item_down .con_cell.cur .con_a {
    color: #bf1b1d
}

.fwzc01 .left .box .content .item .item_down .con_cell.cur .con_a span.icon {
    background-position: -17px 0;
}

.fwzc01 .left .box .content .item .item_down .con_cell.cur .con_a span.icon_jt {
    background-position: -15px 0;
}

.fwzc01 .right {
    width: 74%;
    float: right
}

.fwzc01 .right .li_ {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
    position: relative;
}

.fwzc01 .right .li_:after {
    content: '';
    width: 0;
    height: 2px;
    background: #bf1b1d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.8s ease;
}

.fwzc01 .right .li_three {
    margin-right: 0;
}

.fwzc01 .right .li_ .rect-5647 {
    padding-bottom: 86%;
}

.fwzc01 .right .li_ .li_box .intro {
    border-top: 1px solid #e9e9e9;
    text-align: center;
    background: #fff;
}

.fwzc01 .right .li_ .li_box .intro .box {
    padding: 18px 37px 22px;
}

.fwzc01 .right .li_ .li_box .intro .box .t {
    font-size: 17px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fwzc01 .right .li_ .li_box .intro .box .c {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #868686;
    margin: 13px 0 20px;
}

.fwzc01 .right .li_ .li_box .intro .box .list .item {
    display: inline-block;
    margin: 0 13px;
}

.fwzc01 .right .li_ .li_box .intro .box .list .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #5a5a5a;
}

.fwzc01 .right .li_ .li_box .intro .box .list .item01 .icon {
    width: 17px;
    height: 17px;
    background: url(../img/pro_list01_2.png) no-repeat;
    margin-right: 3px;
}

.fwzc01 .right .li_ .li_box .intro .box .list .item02 .icon {
    width: 15px;
    height: 15px;
    background: url(../img/pro_list01_5.png) no-repeat;
    margin-left: 3px;
}

.fwzc01 .right .li_:hover:after {
    width: 100%;
}

/* 修改 */
.question01 .content .inp_box {
    width: 38%
}

.fwzc01 .left .box {
    padding: 30px 40px 30px 35px;
}

.fwzc01 .left .box .content .item .tit span.icon_jt {
    right: -13px;
    top: 7px;
    margin-top: 0;
}

/* 2020-1210 */
.pro_detail02 .hd li {
    cursor: pointer;
}

.header .inav .nav_li .nav_down ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

/* 2020-1215 */
.about_01 .content {
    margin-top: 0;
}

.about_01 {
    padding: 60px 0 40px
}

.pro_detail01 .right .down {
    display: none
}

.about_01_extra .item .intro {
    display: none;
}

/* 2020-1223 */
/* 关于我们发展历程 重做 */
.about_03 {
    padding: 60px 0;
    background: #f1f1f1;
}

.about_03 .tit {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #393939;
    margin-bottom: 50px;
}

.about_03 .box {
    position: relative;
}

.about_03 .content .item {
    display: none;
}

.about_03 .content .owl-item .item {
    display: block;
}

.about_03 .item {
    height: 350px;
}

.about_03 .item .info {
    position: absolute;
    left: 0;
    bottom: 0;;
    padding: 8px 40px 10px 60px;
    transition: all 0.5s ease;
    min-height: 226px
}

.about_03 .item .info:after {
    content: "";
    position: absolute;
    left: 42px;
    top: 12px;
    bottom: 0;
    width: 1px;
    background: #cbcbcb;
}

.about_03 .item .info:before {
    content: "";
    position: absolute;
    left: 37px;
    top: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #a2a2a2;
    border-radius: 50%;
}

.about_03 .item .info .t {
    font-size: 15px;
    line-height: 25px;
    color: #3c3c3c;
    font-weight: lighter;
    height: 75px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.about_03 .item .info .y {
    font-size: 24px;
    line-height: 25px;
    color: #3a3a3a;
    font-family: Arial;
    transition: all 0.5s ease;
}

.about_03 .item .info .pic {
    margin: 10px 0
}

.about_03 .content .item .line {
    width: 100%;
    height: 25px;
    background: url(../img/about_center04_2.png) left 72px center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_03 .content .his_btn > div {
    width: 35px;
    height: 35px;
    background: url(../img/about_center03_jt.png) no-repeat;
    position: absolute;
    top: 25%;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.about_03 .content .his_btn > div.disabled {
    display: none;
}

.about_03 .content .his_btn .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.about_03 .content .his_btn .owl-next {
    right: -35px;
    background-position: -35px 0px;
}

.about_03 .owl-item.item_0 .item .info {
    padding-bottom: 25px;;
}

.about_03 .owl-item.item_1 .item .info {
    padding-bottom: 40px;;
}

.about_03 .owl-item.item_2 .item .info {
    padding-bottom: 60px;;
}

.about_03 .owl-item.item_3 .item .info {
    padding-bottom: 80px;;
}

.about_03 .owl-item.item_4 .item .info {
    padding-bottom: 100px;;
}

.about_03 .owl-item.item_0 .item .info .t {
    color: #3c3c3c;
}

.about_03 .owl-item.item_0 .item .info .y {
    color: #3c3c3c;
    font-size: 30px;
}

.about_03 .owl-item .item:hover .info .t {
    color: #bf1b1c;
}

.about_03 .owl-item .item:hover .info .y {
    color: #bf1b1c;
}

.about_02 .content li .txt {
    height: 50px
}

.about_02 .content li {
    vertical-align: middle;
    height: auto;
}

.about_02 .content li:after {
    top: 25%;
    margin-top: 0;
}

.pro_list01 .right .li_ .li_box .intro .box .c {
    height: 66px;
    -webkit-line-clamp: 3;
}

.pro_list01 .right .li_ .li_box .intro .box {
    padding: 18px 30px 22px;
}

.pro_center01 .infor .con {
    margin-top: 10px;
    font-size: 20px;
}

.pro_center01 .content ul li .intro .box .txt {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

/* 20210122 */
.pro_detail02 .bd .section02 .content .firstRow {
    background: #f8f8f8;
}

/* 2021-0121 */
.pro_detail02 .bd .section01 .left li {
    text-indent: 0px;
    line-height: 25px;
    height: auto;
    white-space: normal;
    padding: 10px 15px;
}

/* 2021-0204 */
.pro_detail02 .bd .section03 .item .intro {
    background: #f1f1f1;
    height: 54px;
    line-height: 54px;
}

.pro_detail02 .bd .section03 .item .intro .t {
    font-size: 18px;
    color: #6b6b6b;
    text-align: center;
}

.m_lunbo {
    display: none;
}

.m_lunbo .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.m_lunbo .owl-nav div {
    font-size: 30px;
    position: absolute;
}

.m_lunbo .owl-nav div i {
    margin: 0;
}

.m_lunbo .owl-nav .owl-prev {
    left: -28px;
}

.m_lunbo .owl-nav .owl-next {
    right: -28px;
}

/* 2021-0222 */
.solu_detail01 li .intro_l .box .tit {
    float: none;
    text-align: center;
}

.solu_detail01 li .intro_l .box {
    padding: 30px;
}

.solu_detail01 .section05 .infor {
    display: none;
}

/* .support_ban a img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;} */

/* 2021-0224 */
.pro_compare01 .comparePro_list .bott_ li .tit {
    height: 59px;
}

.pro_compare01 .comparePro_list .bott_ li .tit span {
    display: block;
}

.pro_compare01 .comparePro_list .bott_.two_pro li {
    background: #fff;
}

.pro_compare01 .comparePro_list .bott_ .table_information .parameter {
    white-space: normal;
}

.pro_compare01 .comparePro_list .bott_ .table_information .parameter.two {
    height: 68px;
}

.pro_compare01 .comparePro_list .bott_ .table_information .parameter.three {
    height: 102px;
}

.pro_compare01 .comparePro_list .bott_ .table_information .parameter.four {
    height: 136px;
}

/* 2021-0304 */
.f_btn a {
    display: block;
    width: 95%;
    font-size: 14px;
    color: #f0f0f0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #4e4e4e;
    border-radius: 50px;
}

.f_btn a:hover {
    background: #bf1b1d;
    color: #fff;
}

.f_top .link {
    margin-top: 8px;
}

.about_cen_ban {
    height: auto
}

.about_cen_ban img {
    width: 100%;
}

.solu_detail01 .solu_txt {
    text-align: center;
    margin-top: 30px
}

/*产品推拉*/
.comparePro_list {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: pointer;
    z-index: 50;
}

.comparePro_list .top_ {
    position: relative;
    height: 70px;
    background: url(../img/black95.png) center;
}

.comparePro_list .top_ .infor {
    text-align: center;
    line-height: 70px;
}

.comparePro_list .top_ .tit {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-right: 38px;
    vertical-align: middle;
}

.comparePro_list .top_ .icon {
    display: inline-block;
    width: 68px;
    height: 32px;
    background: url(../img/compare_xiala.png) no-repeat center;
    vertical-align: middle;
    cursor: pointer;
}

.comparePro_list .bott_ {
    margin-top: 70px;
    height: 80%;
}

.comparePro_list .bott_ .rect-695 {
    padding-bottom: 69.5%;
}

.comparePro_list .bott_ li {
    float: left;
}

.comparePro_list .bott_ li .intro {
    text-align: center;
}

.comparePro_list .bott_ li .intro .t {
    font-size: 26px;
    color: #666;
    margin: 40px 0;
}

.comparePro_list .bott_ li .intro .c .get_price {
    display: inline-block;
    padding: 0 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #666;
}

.comparePro_list .bott_ li .intro .c .get_price:hover {
    color: #fff;
    background: #068fcf;
    border-color: #068fcf;
}

.comparePro_list .bott_ .table_information {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 14px;
}

/*两个产品比较*/
.comparePro_list .bott_ .content.two_pro .img_box li {
    width: 48%;
    margin-left: 4%;
}

.comparePro_list .bott_ .content.two_pro .img_box li:first-child {
    margin-left: 0;
}

/*三个产品比较*/
.comparePro_list .bott_ .content.three_pro .img_box li {
    width: 31%;
    margin-left: 2%;
}

.comparePro_list .bott_ .content.three_pro .img_box li:first-child {
    margin-left: 0;
}

/*选择按钮吸顶*/
.comparePro_list.active .top_ {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.comparePro_list.active .bott_ {
    padding-top: 50px;
    overflow-y: auto;
}

/*去掉滚动条*/
.hidescrollbar {
    overflow: hidden;
    -ms-overflow-x: hidden;
    -ms-overflow-y: hidden;
}

.comparePro_list.active .bott_ {
    overflow-y: auto !important;
    -ms-overflow-y: auto !important;
}


.comparePro_list .bott_ .table_information .list {
    float: left;
}

.comparePro_list .bott_ .table_information .d_body {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    border-collapse: collapse;
}

.comparePro_list .bott_ .table_information .parameter {
    background: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-top: 0;
    text-indent: 16px;
    height: 34px;
    line-height: 34px;
    color: #686868;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comparePro_list .bott_ .table_information .d_title {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    background: #ededed;
}

.comparePro_list .bott_ .table_information .three_pro1 .d_item {
    background: #f7f7f7;
}

.comparePro_list .bott_ .two_pro .table_information .list {
    width: 33.3%;
}

.comparePro_list .bott_ .three_pro .table_information .list {
    width: 25%;
}

.comparePro_list .bott_ li .intro .t {
    font-size: 23px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 25px 0
}

.comparePro_list .bott_ .rect-695 {
    padding-bottom: 86%;
}


.xc_banner img {
    width: 100%;
}

/* 404页面样式 */

/*404页面*/
.false.channel_contnet {
    background: #fff;
}

.false .content {
    width: 850px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: 50%;
    margin-top: -302px;
}

.false .content .box {
    width: 55%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 110px;
}

.false .text {
    padding: 20px 0 0 60px;
}

.false .text .txt1 {
    font-size: 28px;
    font-weight: bold;
    color: #bf1b1d;
    margin-bottom: 25px;
}

.false .text .txt2 {
    font-size: 18px;
    font-weight: bold;
    color: #1f1f1f;
}

.false .text .txt3 {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.false .text .txt3 li {
    position: relative;
    padding-left: 25px;
}

.false .text .txt3 li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #959595;
}

.false .text .txt4 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.false .text .txt4 a {
    color: #1b6ce5;
}

/*返回顶部悬浮*/
.f_box {
    position: fixed;
    right: 0;
    bottom: 350px;
    z-index: 20;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
    display: block;
}

.f_box .f_b {
    width: 57px;
    height: 52px;
    margin-bottom: 1px;
    line-height: 20px;
    position: relative;
}

.f_box .tel a {
    background-image: url(../img/f_box2.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 190px;
    padding-left: 57px;
    top: 0;
    left: 0;
}

.f_box .tel .phone {
    height: 52px;
    line-height: 52px;
    background-color: #bf1b1d;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.f_box a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bf1b1d;
}

.f_box a:hover {
    color: #fff;
}

.f_box .gotop a {
    background-image: url(https://www.iraytek.com/resources/web/img/f_box5.jpg);
    background-position: -57px 0;
    background-repeat: no-repeat;
}

.f_box .gotop a:hover {
    background-position: 0 0;
}

.f_box .gotop {
    height: 40px;
}

.header .inav .nav_li {
    padding: 27px 15px;
}

@media only screen and (max-width: 760px) {
    /*404页面*/
    .false .content {
        width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 0;
    }

    .false .text .txt1 {
        font-size: 20px;
    }

    .false .content .box {
        width: 100%;
    }

    .false .text {
        padding: 20px;
    }

}


.header .gupiao {
    color: #262626;
    padding: 27px 0;
    font-size: 15px;
    line-height: 34px;
    float: left;
}

.index_pageHeader .header .gupiao {
    color: #fff;
}

.index_pageHeader .header.fixed .gupiao {
    color: #262626;
}

.index_pageHeader .header:hover .gupiao {
    color: #262626;
}


.contact_info {
}

.contact_info01 {
    padding: 50px 0;
    background: #fff;
}

.contact_info02 {
    padding: 20px 0 0;
}
.contact_info02 h2{
	margin-bottom:20px;
	text-align: center;
}

.contact_form ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact_form .inp_box {
    display: flex;
    margin-bottom:5px;
    border: 1px solid #e7e7e7;
    position: relative;
}

.contact_form .inp_box label {
    display: flex;
    width: 30%;
    max-width:100px;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contact_form .inp_box input {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    height: 57px;
    line-height: 57px;
    color: #111;
    font-weight: normal;
    border: none;
    background: #fff;
    padding: 0;
    text-indent: 23px;
}
.contact_form .inp_box textarea{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    height: 150px;
    line-height: 50px;
    color: #111;
    font-weight: normal;
    border: none;
    background: #fff;
    padding: 0;
    text-indent: 23px;
}

.contact_form .inp_box1 {
    flex: 0 0 33%;

}

.contact_form .inp_box2 {
    flex: 0 0 100%;

}

.contact_form .btn_box {
    text-align: center;
}
.contact_form .btn_box button{
    min-width:200px;
	font-size:18px;
    height: 57px;
    line-height: 55px;
    color: #acacac;
    border: 1px solid #e7e7e7;
    cursor: pointer;
}
.contact_form .btn_box button:hover{
	background:#bf1b1d;
	color:#fff;
}