﻿/*
* 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 {
    font-size: 0;
    color: #000;
    text-align: center;
}

.util-page .gobutton,
.util-page .sl,
.util-page .num,
.util-page .count {
    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 .current {
    color: #fff;
    background: #ea5413;
}

.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(../images/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: 1300px;
    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: #ea5413;
}

::-moz-selection {
    color: #fff;
    background: #ea5413;
}

::selection {
    color: #fff;
    background: #ea5413;
}

::-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)
}


/* 网站样式 */


/* 头部 */

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, .24);
    z-index: 20;
    transition: all 0.5s ease;
}


/* .header.fixed{background:rgba(27,27,27,.85);} */


/* logo */

.header .h_logo {
    padding: 2px 0 13px;
}

.header .h_logo a {
    display: block;
    font-size: 0;
}


/* 语言版本 */

.header .h_tools .h_lan {
    float: right;
    position: relative;
    padding: 43px 0 44px;
    margin-left: 24px;
    cursor: pointer;
}

.header .h_tools .h_lan .icon {
    width: 20px;
    height: 20px;
    background: url(../images/h_lan.png) no-repeat center;
}

.header .h_tools .h_lan .more_down {
    display: none;
}

.header .h_tools .h_lan .more_down {
    position: absolute;
    width: 116px;
    top: 100%;
    left: 50%;
    margin-left: -58px;
    z-index: 2;
}

.header .h_tools .h_lan .more_down a {
    padding: 8% 4%;
    color: #fff;
    opacity: 1;
    text-align: center;
    font-size: 14px;
    background: url(../images/black.6.png);
    display: block;
}

.header .h_tools .h_lan .more_down a:after {
    display: none;
}

.header .h_tools .h_lan .more_down a:hover {
    background: #ea5413;
}


/* 搜索 */

.header .h_tools .h_search {
    float: right;
    padding: 43px 0 44px;
    cursor: pointer;
}

.header .h_tools .h_search .icon {
    width: 20px;
    height: 20px;
    background: url(../images/h_search.png) no-repeat center;
    position: relative;
    ;
}

.header .h_tools .h_search .icon::after {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -7px;
    ;
}

.header .h_tools .h_search .search_box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(../images/black.6.png) center;
    text-align: center;
    padding: 30px 0px 32px;
    display: none;
}

.header .h_tools .h_search .search_box .input_box,
.header .h_tools .h_search .search_box .button_box {
    height: 50px;
    line-height: 50px;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.header .h_tools .h_search .search_box .input_box {
    width: 46%;
    background: #fff;
    padding: 0 2%;
}

.header .h_tools .h_search .search_box .button_box {
    width: 10%;
    background: #4e4e4e;
    color: #fff;
    font-size: 18px;
    outline: none;
    text-align: center;
}

.header .h_tools .h_search.open .icon {
    width: 20px;
    height: 20px;
    background: url(../images/h_close.png) no-repeat center;
}


/* pc导航 */

.header .inav_wrapper {
    float: right;
    margin-right: 7.5%;
}

.header .inav_wrapper .nav_li {
    display: inline-block;
    padding: 38px 15px 39px;
}

.header .inav_wrapper .nav_li .nav_a {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.header .inav_wrapper .nav_li .nav_a:hover {
    color: #ea5413;
}


/* 常规导航下拉 */

.header .nav_down {
    display: none;
}

.other_navDown {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    background: url(../images/black40.png) center;
    top: 100%;
}

.other_navDown .left {
    width: 31%;
    float: left;
    text-align: center;
    background: url(../images/black.2.png) center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.other_navDown .left ul {
    margin-top: 20px;
}

.other_navDown .left ul li {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}

.other_navDown .right {
    width: 69%;
    float: right;
}

.other_navDown .right .box {
    padding: 20px 60px;
}

.other_navDown .right .box .img_ {
    width: 43%;
    float: left;
}

.other_navDown .right .box .img_ .rect-667 {
    padding-bottom: 66.7%;
}

.other_navDown .right .box .intro {
    width: 45%;
    float: left;
    margin-left: 5%;
}

.other_navDown .right .box .intro .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
}

.other_navDown .right .box .intro .more {
    margin-top: 50px;
}

.other_navDown .right .box .intro .more a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.other_navDown .right .box .intro .more a .icon {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../images/nav_icon_black.png) no-repeat center;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.other_navDown .right .box .intro .more:hover a {
    color: #ea5413;
}

.other_navDown .right .box .intro .more:hover a .icon {
    background: url(../images/nav_icon_on.png) no-repeat center;
}


/* 产品导航下拉 */

.pro_navDown {
    position: absolute;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
    background: url(../images/black40.png) center;
    top: 100%;
}

.pro_navDown .box {
    padding: 20px 40px 0 100px;
}

.pro_navDown .box .left {
    width: 63%;
    float: left;
}

.pro_navDown .box .left .sec_ul {
    width: 27%;
    margin-right: 16%;
    float: left;
}

.pro_navDown .box .left .sec_li {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, .2);
}

.pro_navDown .box .left .sec_li.cur {
    color: #ea5413;
}

.pro_navDown .box .left .third_ul {
    float: left;
    width: 47%;
    margin-top: 30px;
}

.pro_navDown .box .left .third_ul li {
    float: left;
    width: 42%;
    margin-right: 15%;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.pro_navDown .box .left .third_ul li:nth-child(2n) {
    margin-right: 0;
}

.pro_navDown .box .left .third_ul li .icon {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../images/nav_icon_black.png) no-repeat center;
    margin-left: 30px;
    transition: all 0.5s ease;
}

.pro_navDown .box .left .third_ul li:hover .icon {
    background: url(../images/nav_icon_on.png) no-repeat center;
}

.pro_navDown .box .right {
    width: 29%;
    float: right;
    margin-top: 5px;
}

.pro_navDown .box .right .rect-667 {
    padding-bottom: 66.7%;
}


/* 下层banner */

.xc_banner {
    height: 490px;
    position: relative;
    overflow: hidden;
}

.xc_banner>img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.xc_banner .intro {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 160px;
}

.xc_banner .intro .tit {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.xc_banner .intro .tit span {
    display: block;
    color: #ea5413;
    margin-top: 20px;
    ;
}


/* 二级导航 */

.xc_nav {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.xc_nav .list li {
    float: left;
    font-size: 14px;
    color: #484f61;
    padding: 0 30px;
    position: relative;
}

.xc_nav .list li:after {
    content: '';
    width: 2px;
    height: 16px;
    background: #bfc1c7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.xc_nav .list li:first-child {
    padding-left: 0;
}

.xc_nav .list li:first-child:after {
    display: none;
}

.xc_nav .list li a {
    display: block;
}

.xc_nav .list li.cur {
    color: #ea5413;
}


/* 面包屑 */

.xc_nav .crumbs .home {
    float: left;
    margin-top: 32px;
}

.xc_nav .crumbs .home .icon {
    width: 16px;
    height: 16px;
    background: url(../images/home.png) no-repeat center;
}

.xc_nav .crumbs em {
    float: left;
    width: 5px;
    height: 7px;
    background: url(../images/home_jt.png) no-repeat center;
    vertical-align: middle;
    margin: 36.5px 12px;
}

.xc_nav .crumbs span {
    float: left;
    vertical-align: middle;
}

.xc_nav .crumbs a {
    float: left;
}


/* 手机导航 */

.mobile_key {
    display: none;
}

.m_nav {
    display: none;
}


/* 底部 */

.pageFooter {
    background: #2d2d35;
}

.f_top {
    padding: 20px 0;
}

.f_top .left {
    width: 17%;
    float: left;
    margin-right: 10%;
}

.f_top .left .f_logo {
    margin-bottom: 25px;
}

.f_top .left .text {
    font-size: 15px;
    line-height: 24px;
    color: #b7b7b7;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, .08);
}

.f_top .left .share_box .bdsharebuttonbox {
    overflow: hidden;
}

.f_top .left .share_box a {
    display: inline-block;
    float: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 12px 10px 0;
    border-radius: 50px;
    background: #27272f;
    color: #fff;
}

.f_top .left .share_box a i {
    font-size: 22px;
    margin: 0;
    vertical-align: top;
}

.f_top .left dl {
    text-align: right;
    margin-top: 35px;
}

.f_top .left dd {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
}

.f_top .right {
    width: 80%;
    float: right;
}

.f_top .right dl {
    float: left;
    width: 16.5%;
    float: left;
    margin-right: 5%;
}

.f_top .right dt {
    font-size: 16px;
    line-height: 26px;
    color: #b1b1b1;
    margin-bottom: 30px;
}

.f_top .right dd {
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
    font-weight: lighter; margin-bottom:10px;
}

.f_top .right dl.dl03 {
    width: -1%;
    /*margin-right: 0;*/
}

.f_top .right dl.dl03 dd {
    margin-bottom: 10px;
}

.f_top .right dl.dl03 .addr {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

.f_top .right dl.dl03 .tel {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.f_top .right dl.dl03 .email {
    font-size: 14px;
    line-height: 24px;
    color: #ea5413;
    border-bottom: 1px solid #ea5413;
    display: inline-block;
    margin-bottom: 25px;
}

.f_top .right dl.dl03 .company {
    font-size: 14px;
    line-height: 24px;
    color: #ea5413;
    border-bottom: 1px solid #25252C;
    padding-bottom: 20px;
}

.f_top .right dl.dl03 .company em {
    color: #848282;
    display: inline-block;
    margin: 0 20px;
}

.f_top .right dl.dl03 .company a {
    color: #848282;
    font-size: 16px;
}

.f_top .right dl.dl03 .company a:hover {
    color: #ea5413;
}

.f_bott .content {
    line-height: 76px;
    position: relative;
    text-align: center;
    font-size: 13px;
    color: #fff;
    color: rgba(255, 255, 255, .47);
}

.f_bott .content:after {
    content: '';
    width: 88%;
    height: 1px;
    background: #25252C;
    position: absolute;
    left: 6%;
    top: 0;
}

.f_bott .content .left {
    display: inline-block;
    margin-right: 30px;
}

.f_bott .content .right {
    display: inline-block;
}

.f_bott .content a {
    display: inline-block;
    margin: 0 5px;
}


/* 内容区域 */

.channel_content {
    padding: 30px 0 2px;
    min-height: 300px;
}


/* 联系我们 */

.contact_us01 .left {
    width: 30%;
    float: left;
    margin-top: 35px;
}

.contact_us01 .left .tit {
    font-size: 30px;
    line-height: 30px;
    color: #ea5413;
    padding-bottom: 30px;
    border-bottom: 2px solid #eeeff2;
}

.contact_us01 .left dd {
    border-bottom: 2px solid #eeeff2;
    line-height: 30px;
    padding: 20px 0;
    padding-left: 38px;
    position: relative;
}

.contact_us01 .left dd .icon {
    width: 26px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 20px;
}

.contact_us01 .left dd span {
    font-size: 16px;
    ;
}

.contact_us01 .right {
    width: 58.5%;
    float: right;
}

.contact_us01 .right img {
    max-width: none;
}


/* 视频列表 */

.video_list01 li {
    background: #f8f8f8;
    margin-bottom: 40px;
    cursor: pointer;
}

.video_list01 li .left {
    width: 60%;
    float: left;
}

.video_list01 li .left .box {
    padding: 50px 70px;
}

.video_list01 li .left .box .tit {
    font-size: 28px;
    line-height: 30px;
    color: #02001c;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.video_list01 li .left .box .con {
    font-size: 16px;
    line-height: 24px;
    color: #6b6b6b;
    margin-bottom: 70px;
    transition: all 0.5s ease;
}

.video_list01 li .left .box .view {
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}

.video_list01 li .left .box .view i {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
}

.video_list01 li .right {
    width: 40%;
    float: right;
}

.video_list01 li .right .rect-54 {
    padding-bottom: 54%;
}


/*滚动加载*/

.load_more {
    text-align: center;
    padding-top: 20px;
}

.load_more span {
    display: inline-block;
    vertical-align: middle;
}

.load_more span.icon {
    width: 44px;
    height: 44px;
    background: url(../images/brand_loading.gif) no-repeat center;
    background-size: cover;
}

.load_more.nomore {
    display: none;
}


/* 留言板 */

.liuyanban01 .infor .tit {
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    line-height: 1;
    margin-bottom: 20px;
}

.liuyanban01 .infor .con {
    text-align: center;
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 25px;
}

.liuyanban01 .form {
    margin: auto;
}

.liuyanban01 .form input {
    border: 1px solid #d5d5d5;
    font-size: 16px;
}

.liuyanban01 .name {
    background: url(../images/widgets_online_form_2_1.png) no-repeat right 0;
}

.liuyanban01 .phone {
    background: url(../images/widgets_online_form_2_2.png) no-repeat right 0;
}

.liuyanban01 .email {
    background: url(../images/widgets_online_form_2_3.png) no-repeat right 0;
}

.liuyanban01 .line1 {
    width: 80%;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
}

.liuyanban01 .form textarea {
    width: 94%;
    border: 1px solid #d5d5d5;
    padding: 10px 40px 10px 13px;
    height: 149px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 25px;
    background: transparent url(../images/widgets_online_form_2_4.png) no-repeat right top;
}

.liuyanban01 .form #content {
    width: 94%;
    border: 1px solid #d5d5d5;
    padding: 10px 40px 10px 13px;
    height: 149px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 25px;
    background: transparent url(../images/widgets_online_form_2_4.png) no-repeat right top;
}

.liuyanban01 .form .btns_list {
    text-align: center;
}

.liuyanban01 .form .btns_list button {
    width: 45%;
    height: 45px;
    line-height: 37px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.liuyanban01 .form .btns_list .sub {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.liuyanban01 .form .btns_list .reset {
    background-color: #848484;
    border-radius: 0;
    float: right;
}

.liuyanban01 .form .btns_list .btn {
    border-radius: 22px;
    transition: .3s ease;
}

.liuyanban01 .form .btns_list .on {
    background-color: #ea5413;
}

.liuyanban01 .form .btns_list .btn:hover {
    background-color: #ea5413;
}

.liuyanban01 .yzm_box {
    width: 50%;
}

.liuyanban01 .btns_list {
    width: 48%;
}

.liuyanban01 .yzm_box .yzm {
    line-height: 46px;
    height: 46px;
    width: 30%;
    text-indent: 20px;
    margin-right: 25px;
}

.liuyanban01 .yzm_box img {
    width: 120px;
    height: 50px;
    margin-right: 10px;
}

.liuyanban01 .yzm_box .change {
    color: #40535a;
    font-size: 12px;
    vertical-align: bottom;
}


/* 新闻列表 */

.news_list {
    background: #f1f1f1;
    padding-top: 50px
}

.news_list01 {
    margin-bottom: 55px;
}

.news_list01 .form_box .hd_tit {
    font-size: 20px;
    color: #1e1e1e;
    height: 30px;
    line-height: 30px;
    margin-right: 3%;
    text-transform: uppercase;
}

.news_list01 .form_box .inp_box {
    width: 30.7%;
    margin-right: 1.5%;
    position: relative;
}

.news_list01 .form_box .inp_box.inp_box_btn {
    margin-right: 0%;
}

.news_list01 .form_box .inp {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #fefefe;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-size: 17px;
    color: #666;
    text-indent: 18px;
    background: #fefefe;
    border-radius: 0;
}

.news_list01 .form_box .hd_btn {
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: none;
    border: none;
    text-align: center;
    font-size: 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.news_list01 .form_box .hd_btn .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/widgets_xc_newlist_pic_14_1.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
}

.news_list01 .form_box .news_reset {
    float: right;
    width: 57px;
    height: 57px;
    background: url(../images/widgets_xc_newlist_pic_14_2.png) no-repeat center;
    cursor: pointer;
}

body .select-ui-choose-default {
    border-radius: 0;
}

body .select-ui-choose-default ._arrow {
    width: 2.5em;
}

body .select-ui-options-default li:hover {
    background: #ea5413;
}

.news_list02 .rect-5665 {
    padding-bottom: 56.65%;
}

.news_list02 ul {
    position: relative;
}

.news_list02 ul:after {
    content: '';
    background: #bcbcbc;
    position: absolute;
    top: 0;
    left: 13.5%;
    height: 100%;
    width: 1px;
    z-index: 3;
}

.news_list02 ul .item {
    height: 205px;
    margin-bottom: 15px;
}

.news_list02 ul .item_l {
    width: 20%;
    float: left;
    position: relative;
    height: 100%;
}

.news_list02 ul .item_l:after {
    content: '';
    position: absolute;
    top: 0;
    right: 84px;
    width: 0;
    height: 206px;
    background: #ea5413;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_list02 ul .item_r {
    width: 80%;
    float: left;
    height: 100%;
    background: #fafafa;
    position: relative;
}

.news_list02 ul .item_r:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fafafa;
    height: 100%;
    width: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_list02 ul .item_l .time {
    width: 65%;
    float: left;
    font-family: 'Arial';
    line-height: 1;
    text-align: center;
    position: absolute;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    color: #ea5413;
    z-index: 5;
    font-size: 14px
}

.news_list02 ul .item_l .time .d {
    font-size: 52px;
    margin-bottom: 3px;
}

.news_list02 ul .item_l .time:after {
    content: '';
    background: #bcbcbc;
    position: absolute;
    width: 46px;
    height: 1px;
    top: 50%;
    right: -53px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.news_list02 ul .item_r .box {
    padding: 30px 40px;
}

.news_list02 ul .item_r .intro_box .tit {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 30px;
    margin-bottom: 20px;
}

.news_list02 ul .item_r .intro_box .tit a {
    display: block;
}

.news_list02 ul .item_r .intro_box .list_tool {
    margin-bottom: 10px;
    color: #c9c9c9;
    font-size: 14px;
}

.news_list02 ul .item_r .intro_box .list_tool .share_more {
    margin-left: 10px;
    vertical-align: middle;
}

.news_list02 ul .item_r .intro_box .list_tool .time {
    margin-left: 10px;
}

.news_list02 ul .item_r .intro_box .con {
    font-size: 14px;
    color: #444;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list02 ul .item_r .intro_box {
    width: 75%;
    float: left;
}

.news_list02 ul .item_r .img_box {
    float: right;
    width: 24%;
}

.news_list02 ul .item.hover {
    background: #fafafa;
}

.news_list02 ul .item.hover .item_l .time {
    color: #fff;
}

.news_list02 ul .item.hover .item_l .time:before {
    content: '';
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ea5413;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: 3;
}

.news_list02 ul .item.hover .item_l .time:after {
    background: #ea5413;
}

.news_list02 ul .item.hover .tit {
    color: #ea5413;
}

.news_list02 ul .item.hover .item_l:after {
    width: 520px
}

.news_list02 ul .item.hover .item_r:after {
    width: 330px;
    right: -330px;
}

.news_list02 ul .item:last-child {
    margin-bottom: 0;
}

.news_list02 .load_more {
    padding-top: 50px;
}


/* 新闻详细 */

.news_detail.channel_content {
    background: #f8f8f8;
    padding-bottom: 0;
}

.news_detail01 .infor .title {
    font-size: 32px;
    color: #222222;
    margin-bottom: 10px;
}

.news_detail01 .left {
    width: 66.8%;
    float: left;
}

.news_detail01 .left ._tools {
    font-size: 0;
    color: #7e7e7e;
    margin-bottom: 15px;
}

.news_detail01 .left ._tools ._tool {
    font-size: 12px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.news_detail01 .left ._tools ._tool .iconfont {
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: -2px;
}

.news_detail01 .left ._tools ._tool#switcher {
    margin-left: 10px;
}

.news_detail01 .left ._tools ._tool#switcher .t {
    margin-right: 5px;
    font-size: 12px;
    color: #7e7e7e;
}

.news_detail01 .left .myart {
    line-height: 2;
    min-height: 200px;
    font-size: 14px;
    color: #343434;
}

.news_detail01 .left .myart img {
    display: inline-block;
    margin-right: 20px;
}

.news_detail01 .right {
    width: 30%;
    float: right;
    padding-top: 90px;
}

.news_detail01 .right .r_top {
    text-align: right;
}

.news_detail01 .right .r_top .bds_more {
    float: none;
    background: none;
    padding: 0;
}

.news_detail01 .right .r_top .go_back {
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    color: #676767;
    height: 26px;
    line-height: 26px;
    border-right: #ccc 1px solid;
    padding-right: 40px;
    vertical-align: middle;
}

.news_detail01 .right .r_top .go_back .iconfont {
    font-weight: normal;
    vertical-align: 0;
}

.news_detail01 .right .r_top .share,
.news_detail01 .right .r_top .print {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #80939e;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    margin-right: 0;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.news_detail01 .right .r_top .share:hover,
.news_detail01 .right .r_top .print:hover {
    background-color: #ea5413;
}

.news_detail01 .right .r_top .share .iconfont,
.news_detail01 .right .r_top .print .iconfont {
    font-size: 18px;
    color: #fff;
}

.news_detail01 .right .r_top .share:hover .iconfont,
.news_detail01 .right .r_top .print:hover .iconfont {
    color: #fff;
}

.news_detail01 .right .r_top .share .iconfont {
    font-size: 20px;
}

.news_detail01 .right .r_bott ul {
    padding: 10px 7%;
}

.news_detail01 .right .r_bott li span,
.news_detail01 .right .r_bott li a {
    display: block;
}

.news_detail01 .right .r_bott {
    margin-top: 45px;
    border: #f3f3f3 10px solid;
}

.news_detail01 .right .r_bott li ._mark {
    padding-bottom: 8px;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

.news_detail01 .right .r_bott li ._date {
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: Arial;
    font-size: 13px;
    color: #676767;
}

.news_detail01 .right .r_bott li ._date .iconfont {
    font-size: 20px;
    height: 30px;
    vertical-align: -2px;
    margin-left: 0;
}

.news_detail01 .right .r_bott li ._title:hover {
    color: #ea5413;
}

.news_detail01 .right .r_bott li ._title {
    font-size: 16px;
    font-weight: bold;
    color: #5c5c5c;
}

.news_detail01 .right .r_bott li {
    padding: 27px 0;
}

.news_detail01 .right .r_bott li._prev {
    border-bottom: 1px #ececec solid;
}

.news_detail02 {
    padding: 65px 0;
    background: url(../images/news_detail02_1.jpg) no-repeat center;
    margin-top: 60px;
}

.news_detail02 .infor {
    text-align: center;
    margin-bottom: 40px;
}

.news_detail02 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #fff
}

.news_detail02 .content li {
    width: 32%;
    margin-left: 2%;
    float: left;
    background: #fff;
    transition: all 0.5s ease;
    border-radius: 20px 20px 0 20px;
}

.news_detail02 .content li:first-child {
    margin-left: 0;
}

.news_detail02 .content li .li_box {
    display: block;
    padding: 35px 25px;
}

.news_detail02 .content li .li_box .date {
    font-size: 16px;
    line-height: 28px;
    color: #454545;
}

.news_detail02 .content li .li_box .tit {
    font-size: 23px;
    line-height: 35px;
    color: #000;
    margin: 7px 0 30px;
    height: 70px;
    overflow: hidden;
}

.news_detail02 .content li .li_box .icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    background: #ea5413;
    transition: all 0.5s ease;
}

.news_detail02 .content li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.news_detail02 .content li:hover .li_box .icon i {
    background: #ec7846;
}


/* 招聘列表 */

.job_list01 {
    margin-bottom: 60px;
}

.job_list01 .infor .tit {
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 30px;
}

.job_list01 .rect-91 {
    padding-bottom: 91%;
}

.job_list01 .rect-857 {
    padding-bottom: 85.7%;
}

.job_list01 .rect-478 {
    padding-bottom: 47.8%;
}

.job_list01 .tit {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000;
}

.job_list01 .text {
    line-height: 28px;
}

.job_list01 .list_l_b_text {
    font-size: 14px;
    line-height: 28px;
    color: #000
}

.job_list01 .list_l_t_text {
    background: #f3f3f3;
}

.job_list01 .list_l_t_text .text_box {
    padding: 20% 10% 0;
}

.job_list01 .list_l_t_text .tit {
    color: #ea5413;
}

.job_list01 .list_l_b_txt_box {
    top: 0;
    left: 0;
    width: 100%;
}

.job_list01 .list_l_b_txt_box .box {
    padding: 10% 10% 0;
}

.job_list01 .list_r_text {
    bottom: 0;
    right: 0;
    background: url(../images/orange.8.png);
    color: #fff;
    width: 47%;
    padding: 8% 6%;
}

.job_list01 .list_r_box .tit {
    color: #fff;
}

.job_list02 {
    margin-top: 60px;
}

.job_list02 .infor .tit {
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 30px;
}

.job_list02 .content {
    margin-top: 30px;
}

.job_list02 .content .bd_top .item {
    margin-bottom: 6px;
}

.job_list02 .content .bd_top .item dt {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    margin-right: 45px;
}

.job_list02 .content .bd_top .item dd {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #777;
    margin-right: 30px;
    cursor: pointer;
}

.job_list02 .content .bd_top .item dd:hover {
    color: #ea5413
}

.job_list02 .content .bd_top .item dd.cur {
    color: #ea5413
}

.job_list02 .content .bd_top .item04 .cell {
    width: 28%;
    float: left;
    margin-right: 6%;
}

.job_list02 .content .bd_top .item04 .cell label {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-right: 45px;
}

.job_list02 .content .bd_top .item04 .cell .bumen {
    width: 75%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    font-size: 14px;
    color: #999;
    border-color: #e8e8e8;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
}

.job_list02 .content .bd_top .item04 .cell .inp {
    width: 75%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-indent: 13px;
    font-size: 14px;
    color: #999;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: none;
    border: 1px solid #e8e8e8
}

.job_list02 .content .bd_top .item04 .cell02 {
    margin-right: 4%;
}

.job_list02 .content .bd_top .item04 .cell02 label {
    margin-right: 20px;
}

.job_list02 .content .bd_top .item04 .btns {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ea5413;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.job_list02 .content .bd_bott {
    margin-top: 30px;
}

.job_list02 .content .bd_bott .widget-job-tit {
    background: #ea5413;
    color: #fff;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
}

.job_list02 .content .bd_bott ._jt {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    border-bottom: 1px dashed #dedede;
}

.job_list02 .content .bd_bott ._ut {
    float: left;
    text-align: center;
    min-height: 1px;
}

.job_list02 .content .bd_bott ._t1 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t2 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t3 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t4 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t5 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t6 {
    width: 14%;
}

.job_list02 .content .bd_bott ._t7 {
    width: 14%;
}

.job_list02 .content .bd_bott ._jc {
    display: none;
}

.job_list02 .content .bd_bott ._jcon {
    padding: 35px 60px;
    background: #f4f4f4;
}

.job_list02 .content .bd_bott .widget-job-btn {
    cursor: pointer;
    background: #ea5413;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    display: block;
    text-align: center;
    font-size: 15px;
}

.job_list02 .content .bd_bott .tit {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.job_list02 .content .bd_bott .info {
    font-size: 14px;
    color: #333;
    line-height: 27px;
    margin-bottom: 40px;
    font-weight: lighter;
}

.job_list02 .content .bd_bott .widget-job-btn {
    position: relative;
}

.job_list02 .content .bd_bott .widget-job-btn .jl_ewm {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 160px;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.job_list02 .content .bd_bott .widget-job-btn:hover .jl_ewm {
    opacity: 1;
    visibility: visible;
}


/* QHSE */

.QHSE01 .infor {
    text-align: center;
    color: #02001c;
    padding: 0 16%;
}

.QHSE01 .infor .tit {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.QHSE01 .infor .con {
    font-size: 16px;
    line-height: 25px
}

.QHSE01 .content {
    margin-top: 50px;
}

.QHSE01 .content .item {
    margin-left: 25px;
    position: relative;
    float: left;
    width: 12.5%;
    height: 455px;
    text-align: center;
    color: #5e5e5e;
    background-repeat: no-repeat;
    transition-duration: 1s;
}

.QHSE01 .content .item:first-child {
    margin-left: 0;
}

.QHSE01 .content .item1 {
    margin-top: 31px;
    background-position: 79% 0;
}

.QHSE01 .content .item2 {
    margin-top: 71px;
    background-position: 75% 0;
}

.QHSE01 .content .item3 {
    background-position: 82% 0;
}

.QHSE01 .content .item4 {
    margin-top: 56px;
    background-position: 55% 0;
}

.QHSE01 .content .item.on,
.QHSE01 .content .item:hover {
    width: 56.09%;
    text-align: left;
    background-position: 0 !important;
}

.QHSE01 .content .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/black.6.png);
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition-duration: .3s;
}

.QHSE01 .content .item .inner {
    position: relative;
    margin: 200px 20px;
}

.QHSE01 .content .item .inner .tit {
    font-size: 20px;
    transition: .5s ease;
    color: #fff;
}

.QHSE01 .content .item .inner .con {
    opacity: 0;
    visibility: hidden;
    max-width: 450px;
    ;
    transition: .5s ease;
    height: 0;
    overflow: hidden;
}

.QHSE01 .content .item .inner .con .txt {
    margin: 20px 0 60px;
    font-size: 15px;
}

.QHSE01 .content .item .inner .more {
    font-size: 16px;
}

.QHSE01 .content .item .inner .more i {
    transition: .5s ease;
}

.QHSE01 .content .item .inner .more:hover i {
    margin-left: 10px;
}

.QHSE01 .content .item.on .inner {
    margin: 120px 40px 0;
}


/* .QHSE01 .content .item.on::before{opacity:0; visibility:hidden;} */

.QHSE01 .content .item.on .inner .tit {
    font-size: 30px;
}

.QHSE01 .content .item.on .inner .con {
    opacity: 1;
    visibility: visible;
    height: 300px;
    color: #fff;
}

.QHSE02 {
    margin-top: 80px;
}

.QHSE02 .infor {
    text-align: center;
    color: #02001c;
    padding: 0 16%;
}

.QHSE02 .infor .tit {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.QHSE02 .infor .con {
    font-size: 16px;
    line-height: 25px
}

.QHSE02 .content {
    margin-top: 50px;
}

.QHSE02 .content .icon_box li {
    width: 20%;
    float: left;
    text-align: center;
}

.QHSE02 .content .icon_box li .icon img {
    display: inline-block;
    transition: all 0.5s ease;
}

.QHSE02 .content .icon_box li .text {
    font-size: 18px;
    line-height: 35px;
    color: #02001c;
    margin-top: 15px;
}

.QHSE02 .content .icon_box li:hover .icon img {
    transform: rotateY(180deg);
}

.QHSE02 .content .img_box {
    margin-top: 40px;
}

.QHSE02 .content .img_box .big_img {
    margin-bottom: 60px;
}

.QHSE02 .content .img_box .big_img .rect-129 {
    padding-bottom: 129%;
}

.QHSE02 .content .img_box .item {
    float: left;
    width: 27%;
    margin-left: 9.5%;
}

.QHSE02 .content .img_box .item:first-child {
    margin-left: 0;
}

.QHSE02 .content .img_box .item .img_ {
    padding: 0 16px;
}

.QHSE02 .content .img_box .item .txt_ {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #02001c;
    background: #e3e3e3;
    transition: all 0.5s ease;
}

.QHSE02 .content .img_box .smal_img .box_bigimg .box_body {
    height: 340px;
}

.QHSE02 .content .img_box .item:hover .txt_ {
    background: #ea5413;
    color: #fff;
}


/* 图片弹窗 */

.box_bigimg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/black.6.png) center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1001;
}

.box_bigimg .box_body {
    top: 50%;
    margin-top: -300px\9\0;
    left: 50%;
    margin-left: -225px\9\0;
    transform: translate(-50%, -50%);
    position: absolute;
}

.box_bigimg .box_body .img_close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    background: #ea5514;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

@media only screen and (max-width:760px) {
    .box_bigimg .box_body .img_close {
        right: 0px;
    }
    .box_bigimg .box_body {
        width: 90%;
        left: 5%;
        transform: translate(0%, -50%);
        ;
    }
}


/* 图片弹窗 end*/

.QHSE03 {
    margin-top: 80px;
}

.QHSE03 .infor {
    text-align: center;
    color: #02001c;
    padding: 0 16%;
}

.QHSE03 .infor .tit {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.QHSE03 .infor .con {
    font-size: 16px;
    line-height: 25px
}

.QHSE03 .content {
    margin-top: 40px;
}

.QHSE03 .content li {
    width: 25%;
    float: left;
    text-align: center;
}

.QHSE03 .content li .icon {
    width: 79px;
    height: 70px;
    background-position: 0 0;
    margin: 0 auto 15px;
}

.QHSE03 .content li .text {
    font-size: 18px;
    line-height: 35px;
    color: #02001c;
}

.QHSE03 .content li:hover .icon {
    background-position: 0 -70px;
}

.QHSE03 .content li:hover .text {
    color: #ea5413;
}

.QHSE04 {
    padding: 80px 0 20px;
    background: url(../images/QHSE04.jpg) no-repeat center;
}

.QHSE04 .hd {
    text-align: center;
}

.QHSE04 .hd .item {
    display: inline-block;
    width: 137px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #02001c;
    margin: 0 7px;
    cursor: pointer;
}

.QHSE04 .hd .item.cur {
    background: #ea5413;
    color: #fff;
    border-color: #ea5413;
}

.QHSE04 .bd {
    margin-top: 62px;
}

.QHSE04 .bd .rect-145 {
    padding-bottom: 145%;
}

.QHSE04 .bd .item {
    display: none;
}

.QHSE04 .bd .item .right {
    padding-right: 11.5%;
    width: 21.3%;
    float: right;
}

.QHSE04 .bd .item .right .img_ {
    border: 1px solid #ea5514
}

.QHSE04 .bd .item .left {
    padding-left: 6%;
    width: 55%;
    float: left;
    margin-top: 100px;
}

.QHSE04 .bd .item .left .txt {
    color: #02001c;
    padding-left: 15px;
    position: relative;
}

.QHSE04 .bd .item .left .txt .t {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

.QHSE04 .bd .item .left .txt .c {
    font-size: 16px;
    line-height: 34px;
}

.QHSE04 .bd .item .left .txt .c dd {
    position: relative;
    padding-left: 20px;
}

.QHSE04 .bd .item .left .txt .c dd:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #ea5413;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 11px;
}

.QHSE04 .bd .item.cur {
    display: block;
}

.QHSE04 .infor {
    text-align: center;
    margin-top: 60px;
}

.QHSE04 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #02001c;
}

.QHSE04 .content {
    margin-top: 60px;
}


/* .QHSE04 .content .li_{width:11%; margin-right:18.5%; float:left; margin-bottom:65px;}
.QHSE04 .content .li_four{margin-right:0;} */


/* 修改为上下两层 蓝色在上，红色在下 */

.QHSE04 .content .li_ {
    width: 11%;
    margin-left: 11%;
    float: left;
    margin-bottom: 65px;
}

.QHSE04 .content .li_:first-child {
    margin-left: 0;
}

.QHSE04 .content .ul01 {
    text-align: center;
    font-size: 0;
}

.QHSE04 .content .ul01 .li_ {
    display: inline-block;
    float: none;
}

.QHSE04 .content .ul01 .li_:first-child {
    margin-left: 0;
}


/* 修改为上下两层 蓝色在上，红色在下 end*/

.QHSE04 .content .li_ .icon {
    width: 122px;
    height: 122px;
    margin: 0 auto 25px;
}

.QHSE04 .content .li_ .text {
    font-size: 17px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #004ea2;
    border-radius: 5px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QHSE04 .content .li_.red .text {
    background: #e60012;
}

.QHSE05 .content .rect-140 {
    padding-bottom: 140%;
}

.QHSE05 .content .item {
    float: left;
    width: 27%;
    margin-left: 9.5%;
}

.QHSE05 .content .item:first-child {
    margin-left: 0;
}

.QHSE05 .content .item .img_ {
    padding: 0 16px;
}

.QHSE05 .content .item .txt_ {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #02001c;
    background: #e3e3e3;
    transition: all 0.5s ease;
}

.QHSE05 .content .smal_img .box_bigimg .box_body {
    height: 340px;
}

.QHSE05 .content .item:hover .txt_ {
    background: #ea5413;
    color: #fff;
}


/* 培训与发展 */

.Training.channel_content {
    padding-bottom: 0;
}

.Training01 .infor {
    text-align: center;
    color: #02001c;
    padding: 0 16%;
}

.Training01 .infor .tit {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
}

.Training01 .infor .con {
    font-size: 16px;
    line-height: 24px;
}

.Training01 .content {
    margin-top: 60px;
}

.Training01 .content .rect-845 {
    padding-bottom: 84.5%;
}

.Training01 .content .rect-46 {
    padding-bottom: 45.5%;
}

.Training01 .content .left {
    width: 49%;
    float: left;
}

.Training01 .content .right {
    width: 49%;
    float: right;
}

.Training01 .content .right .r_top .item {
    width: 49%;
    position: relative;
}

.Training01 .content .right .r_top .item .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
}

.Training01 .content .right .r_top .item .cover .t {
    font-size: 18px;
    line-height: 30px;
    color: #02001c;
    padding: 8px 12px;
}

.Training01 .content .right .r_bott {
    background: #ec500c;
    margin-top: 2%;
    position: relative;
    overflow: hidden
}

.Training01 .content .right .r_bott:after {
    content: '';
    width: 517px;
    height: 110px;
    background: url(../images/Training01_3.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.Training01 .content .right .r_bott .box {
    padding: 50px 90px 40px 50px;
    color: #fff;
}

.Training01 .content .right .r_bott .box .t {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 23px;
}

.Training01 .content .right .r_bott .box .c {
    font-size: 16px;
    line-height: 24px;
    height: 120px;
    overflow-y: auto;
    padding-right: 10px;
}

.Training01 .content .right .r_bott .box .c::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.Training01 .content .right .r_bott .box .c::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
}

.Training01 .content .right .r_bott .box .c::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ec500c
}

.Training02 {
    margin-top: 90px;
}

.Training02 .left {
    width: 52.4%;
    float: left;
}

.Training02 .right {
    width: 43%;
    float: right;
}

.Training02 .right .infor .tit {
    font-size: 36px;
    line-height: 40px;
    color: #02001c;
    margin-bottom: 30px;
}

.Training02 .right .infor .con {
    font-size: 16px;
    line-height: 24px;
    color: #02001c;
}

.Training02 .right .content {
    margin-top: 60px;
}

.Training02 .right .content .item {
    margin-bottom: 20px;
}

.Training02 .right .content .item .t {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #02001c;
    position: relative;
    margin-bottom: 15px;
}

.Training02 .right .content .item .t:before {
    content: '';
    width: 280px;
    height: 10px;
    background: url(../images/line.png) no-repeat center;
    position: absolute;
    right: 103%;
    bottom: 3px;
}

.Training02 .right .content .item .t:after {
    content: '';
    width: 100%;
    height: 8px;
    background: #eb6230;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.Training02 .right .content .item .c dd {
    padding-left: 5%;
    position: relative;
    font-size: 16px;
    line-height: 41px;
    color: #02001c;
    float: left;
    width: 20%;
}

.Training02 .right .content .item .c dd:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #eb6230;
    position: absolute;
    left: 0;
    top: 16px;
}

.Training02 .right .content .item02 {
    padding-left: 20%;
}

.Training02 .right .content .item02 .c dd {
    width: 28%;
}

.Training02 .right .content .item03 {
    padding-left: 32%;
}

.Training02 .right .content .item03 .c dd {
    width: 45%;
}

.Training03 {
    margin-top: 60px;
}

.Training03 .infor {
    text-align: center;
    color: #02001c;
    padding: 0 16%;
}

.Training03 .infor .tit {
    font-size: 36px;
    line-height: 40px;
    color: #02001c;
    text-align: center;
    margin-bottom: 25px;
}

.Training03 .infor .con {
    font-size: 16px;
    line-height: 24px;
}

.Training03 .content {
    margin-top: 40px;
}

.Training03 .content li {
    width: 32%;
    margin-left: 2%;
    float: left;
    position: relative
}

.Training03 .content li:after {
    content: '';
    width: 0;
    height: 5px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

.Training03 .content li:first-child {
    margin-left: 0;
}

.Training03 .content li .rect-326 {
    padding-bottom: 32.6%;
}

.Training03 .content li .intro {
    background: #fbf7f8;
    position: relative;
    z-index: 2;
    padding: 0 20px 40px;
}

.Training03 .content li .intro .icon {
    position: absolute;
    left: 50%;
    margin-left: -51px;
    width: 103px;
    height: 96px;
    top: -32px;
}

.Training03 .content li .intro .t {
    padding-top: 78px;
    font-size: 18px;
    line-height: 26px;
    color: #ea5413;
    text-align: center;
    margin-bottom: 15px;
}

.Training03 .content li .intro .c {
    font-size: 14px;
    line-height: 24px;
    color: #02001c;
    height: 72px;
    text-align: center;
    overflow-y: auto;
}

.Training03 .content li .intro .c::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.Training03 .content li .intro .c::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ea5413;
}

.Training03 .content li .intro .c::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fbf7f8
}

.Training03 .content li.cur:after {
    width: 100%;
}

.Training04 {
    padding: 60px 0;
    background: url(../images/Training04.jpg) no-repeat center;
}

.Training04 .infor .tit {
    font-size: 36px;
    line-height: 40px;
    color: #02001c;
    text-align: center;
}

.Training04 .content {
    margin-top: 50px;
}


/* 压裂酸化 */

.suanhua_banner.xc_banner {
    height: 892px;
}

.suanhua_banner.xc_banner .intro {
    bottom: 220px;
}

.suanhua_banner.xc_banner .intro .info {
    width: 52%;
}

.suanhua_banner.xc_banner .intro .txt {
    font-size: 18px;
    line-height: 26px;
    color: #ea5413;
}

.suanhua_banner.xc_banner .intro .tit {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 30px 0;
}

.suanhua_banner.xc_banner .intro .con {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.suanhua01 .rect-643 {
    padding-bottom: 64.3%;
}

.suanhua01 .infor .left {
    width: 55%;
    position: relative;
    cursor: pointer;
}

.suanhua01 .infor .left .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.suanhua01 .infor .left .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.suanhua01 .infor .left .t {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.suanhua01 .infor .left .t span {
    font-size: 24px;
    color: #ea5413;
}

.suanhua01 .infor .right {
    width: 37%;
}

.suanhua01 .infor .right .c {
    font-size: 16px;
    line-height: 24px;
}

.suanhua01 .infor .right .c span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.suanhua01 .infor .right .c span::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ea5413;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.suanhua01 .content {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.suanhua01 .content .play {
    width: 102px;
    height: 102px;
    background: url(../images/suanhua_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -51px;
    margin-left: -51px;
}

.suanhua02 {
    padding: 190px 0 160px;
    background: url(../images/suanhua02.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.suanhua02 .infor {
    color: #fff;
    width: 52%;
}

.suanhua02 .infor .tit {
    font-size: 36px;
    color: #fff;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.suanhua02 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.suanhua02 .infor .con {
    font-size: 16px;
    line-height: 30px;
}

.suanhua02 .infor .con span {
    font-size: 24px;
    color: #ea5613;
    line-height: 32px;
}

.suanhua03 {
    padding: 100px 0;
}

.suanhua03 li {
    width: 20%;
    float: left;
    text-align: center;
}

.suanhua03 li .line {
    width: 54px;
    height: 10px;
    background: #ea5413;
    margin: 0 auto;
}

.suanhua03 li .num {
    font-size: 16px;
    color: #02001c;
}

.suanhua03 li .num span {
    font-size: 48px;
}

.suanhua03 li .txt {
    font-size: 18px;
    line-height: 26px;
    color: #02001c;
}

.suanhua03 .content {
    text-align: center;
    margin-top: 70px;
}

.suanhua03 .content img {
    display: inline-block;
}

.suanhua04 .infor .tit {
    font-size: 30px;
    line-height: 48px;
    color: #02001c;
}

.suanhua04 .infor .tit .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 45px;
    position: relative;
}

.suanhua04 .infor .tit .icon img {
    vertical-align: 0;
}

.suanhua04 .infor .tit .icon:after {
    content: '';
    width: 2px;
    height: 44px;
    background: #ea5413;
    position: absolute;
    right: 24px;
    top: 3px;
    ;
}

.suanhua04 .content {
    background: url(../images/suanhua04_2.jpg) no-repeat center;
    height: 562px;
    margin-top: 35px;
    position: relative
}

.suanhua04 .content .wrap {
    height: 100%;
}

.suanhua04 .content ul {
    position: relative;
    height: 100%;
}

.suanhua04 .content li {
    width: 16.6%;
    float: left;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.suanhua04 .content li .box {
    padding: 230px 30px 0;
}

.suanhua04 .content li .box .icon {
    width: 77px;
    height: 52px;
    background-position: 0 0;
    margin: 0 auto 55px;
}

.suanhua04 .content li .box .txt {
    font-size: 20px;
    line-height: 30px;
    color: #02001c;
    text-align: center;
}

.suanhua04 .content li.on {
    background: url(../images/red55.png) center;
    background: rgba(234, 84, 19, .55);
}

.suanhua04 .content li.on .box .icon {
    background-position: 0 -52px;
}

.suanhua04 .content li.on .box .txt {
    color: #fff;
}

.suanhua05 {
    background: url(../images/suanhua05.jpg) no-repeat center;
    padding: 80px 0;
}

.suanhua05 .left {
    width: 45%;
    float: left;
    margin-top: 20px;
}

.suanhua05 .left .tit {
    font-size: 30px;
    line-height: 48px;
    color: #02001c;
}

.suanhua05 .left .tit .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 45px;
    position: relative;
}

.suanhua05 .left .tit .icon img {
    vertical-align: 0;
}

.suanhua05 .left .tit .icon:after {
    content: '';
    width: 2px;
    height: 44px;
    background: #ea5413;
    position: absolute;
    right: 24px;
    top: 3px;
    ;
}

.suanhua05 .left .con {
    font-size: 16px;
    line-height: 30px;
    color: #02001c;
    padding-left: 90px;
    margin-top: 30px;
}

.suanhua05 .left .con span {
    position: relative;
}

.suanhua05 .left .con span::after {
    content: '';
    width: 100%;
    height: 7px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0.8;
}

.suanhua05 .right {
    float: right;
    width: 38%;
    margin-right: 3%;
}

.suanhua06 {
    padding-top: 60px;
}

.suanhua06 .infor .tit {
    font-size: 36px;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.suanhua06 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.suanhua06 .infor .con {
    font-size: 16px;
    width: 67.5%;
    line-height: 24px;
    color: #02001c;
}

.suanhua06 .infor .con span {
    position: relative;
}

.suanhua06 .infor .con span::after {
    content: '';
    width: 100%;
    height: 7px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0.8;
}

.suanhua06 .content {
    text-align: center;
    margin: 70px auto 24px;
    width: 950px;
    position: relative;
}

.suanhua06 .content .rect-513 {
    padding-bottom: 51.3%;
}

.suanhua06 .content .dots_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.suanhua06 .content .dots_box .dot {
    position: absolute
}

.suanhua06 .content .dots_box .dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ea5413;
    z-index: 2;
    position: relative
}


/* .suanhua06 .content .dots_box .dot:after{content:''; width:20px; height:20px; position:absolute; left:50%; margin-left:-10px; top:50%; margin-top:-10px; background:rgba(234,84,19,.5); border-radius:50px} */

.suanhua06 .content .dots_box .dot span:after {
    content: '';
    width: 26px;
    height: 26px;
    background: rgba(234, 84, 19, .8);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -13px;
    animation: warn 2s linear 0s infinite;
}

.suanhua06 .content .dots_box .dot span:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    animation: warn 2s linear 0.4s infinite;
    background: rgba(234, 84, 19, .5);
}

@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    25% {
        transform: scale(1.1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6
    }
    75% {
        transform: scale(1.3);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.suanhua07 .infor .tit {
    font-size: 36px;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.suanhua07 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.suanhua07 .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.suanhua07 .rect-692 {
    padding-bottom: 69.2%;
}

.suanhua07 .content {
    margin-top: 60px;
}

.suanhua07 .content .item {
    display: none;
}

.suanhua07 .content .owl-item .item {
    display: block;
}

.suanhua07 .content .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/suanhua07_1.png) repeat-x bottom;
}

.suanhua07 .content .intro {
    position: relative;
}

.suanhua07 .content .intro .box {
    padding: 15px 15px 25px;
}

.suanhua07 .content .intro .box .t {
    font-size: 16px;
    color: #ea5613;
    margin-bottom: 5px;
}

.suanhua07 .content .intro .box .c {
    font-size: 18px;
}

.suanhua07 .content .intro:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eeeeee;
}

.suanhua07 .content .intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ea5613;
    transition: .7s ease;
    z-index: 1;
}

.suanhua07 .content .item:hover .intro:before {
    width: 100%;
}

.suanhua07 .content .owl-nav>div {
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    width: 43px;
    height: 43px;
    color: #000;
    transition: .3s ease;
    font-weight: bold;
    position: absolute;
    top: 38%;
    margin-top: -21px;
    line-height: 43px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.suanhua07 .content .owl-nav .owl-prev {
    left: 0;
}

.suanhua07 .content .owl-nav .owl-next {
    right: 1px;
}

.suanhua07 .content .owl-nav>div:hover {
    background: #ea5613;
    color: #fff;
}

.suanhua07 .content:hover .owl-nav>div {
    opacity: 1;
    visibility: visible;
}


/* 首页 */

.ibanner {
    position: relative;
    height: 937px;
    overflow: hidden;
    z-index: 3;
}


/*.ibanner .owl-carousel .item{height:774px; overflow:hidden; position:relative;}
.ibanner .owl-carousel .owl-item .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; z-index:1;}
*/

.ibanner .item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ibanner .item .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ibanner .item .banner_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ibanner .item video {
    position: absolute;
    left: 0;
    top: 0;
    /*width:100%;*/
    height: 100%;
    z-index: 1;
    object-fit: fill
}


/* ibanner箭头 */

.ibanner .iban_btn>div {
    width: 68px;
    height: 68px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    ;
}

.ibanner .iban_btn .owl-prev {
    left: 6%;
    background: url(../images/iban_btn01.png) no-repeat center;
}

.ibanner .iban_btn .owl-next {
    right: 6%;
    background: url(../images/iban_btn02.png) no-repeat center;
}


/* ibanner文字 */

.ibanner .iban_word {
    position: absolute;
    left: 0;
    bottom: 370px;
    width: 100%;
    z-index: 3;
}

.ibanner .iban_word .info .tit {
    font-size: 60px;
    line-height: 102px;
    color: #fff;
    font-weight: bold;
}

.ibanner .iban_word .info .tit span {
    display: block;
    color: #ea5413;
}


/* ibanner 鼠标动画 */

.banner_mouse {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    width: 100%;
    bottom: 78px;
    z-index: 2;
    margin-top: 50px;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
    content: "";
    position: absolute;
}

.banner_mouse:before {
    width: 23px;
    height: 40px;
    background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0;
}

.banner_mouse:after {
    background-color: #ea5413;
    width: 4px;
    height: 9px;
    border-radius: 20px;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@-webkit-keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ipart01 {
    margin: 70px 0;
    position: relative;
    height: 636px;
}

.ipart01 .left {
    width: 43%;
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.ipart01 .left .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #02001c;
    font-weight: bold;
    margin-bottom: 30px;
}

.ipart01 .left .infor .con {
    font-size: 36px;
    line-height: 36px;
    color: #14133a;
}

.ipart01 .left .infor .con span {
    display: block;
    color: #ea5413;
    font-size: 42px;
    margin-top: 15px;
    ;
}

.ipart01 .left .infor .txt {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin: 35px 0 50px;
}

.ipart01 .left .infor .more {
    display: block;
    width: 142px;
    height: 45px;
    border: 1px solid #ea5413;
    font-size: 18px;
    line-height: 47px;
    color: #ea5413;
    text-align: center;
    border-radius: 50px;
}

.ipart01 .left .infor .more:hover {
    background: #ea5413;
    color: #fff;
}

.ipart01 .right {
    width: 46%;
    float: right;
    position: relative;
    z-index: 2;
    ;
}

.ipart01 .right .play {
    width: 70px;
    height: 70px;
    background: url(../images/suanhua_play.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
}

.ipart01 .right .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 904px;
    position: relative;
}

.ipart01 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.ipart01 .content .wrap {
    position: relative;
    height: 100%;
}

.ipart01 .content .list {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 1190px;
    height: 262px;
    background: url(../images/ipart01_2.png) no-repeat center;
}

.ipart01 .content .list li {
    width: 33%;
    text-align: center;
    float: left;
    position: relative;
}

.ipart01 .content .list li::after {
    content: '';
    width: 1px;
    height: 200px;
    background: url(../images/ipart01_3.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
}

.ipart01 .content .list li .box {
    padding: 50px 40px
}

.ipart01 .content .list li:first-child:after {
    display: none;
}

.ipart01 .content .list li .box .num {
    font-size: 20px;
    color: #4f4f4f;
    transition: all 0.5s ease;
}

.ipart01 .content .list li .box .num span {
    font-size: 70px;
    color: #020127;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.ipart01 .content .list li .box .txt {
    font-size: 16px;
    line-height: 24px;
    color: #302f2f;
}

.ipart01 .content .list li.li01 {
    width: 30%;
}

.ipart01 .content .list li.li02 {
    width: 26%;
}

.ipart01 .content .list li.li03 {
    width: 44%;
}

.ipart01 .content .list li.li03 .box {
    padding: 50px 80px 50px 20px;
}

.ipart01 .content .list li.li03 .box .num {
    font-size: 68px;
    font-weight: bold;
}

.ipart01 .content .list li.li03 .box .num span {
    font-size: 68px;
}

.ipart01 .content .list li.li03 .box .txt {
    padding: 0 70px;
}

.ipart01 .content .list li:hover .box .num {
    color: #ea5413;
}

.ipart01 .content .list li:hover .box .num span {
    color: #ea5413;
}

.ipart02 {
    background: url(../images/ipart02.jpg) no-repeat center;
    height: 694px;
}

.ipart02 .content {
    position: relative;
}

.ipart02 .item {
    height: 694px;
}

.ipart02 .item .box {
    padding: 170px 30px 50px;
    text-align: center;
}

.ipart02 .item .box .tit {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.ipart02 .item .box .icon {
    width: 76px;
    height: 90px;
    background-position: 0 -90px;
    margin: 70px auto 50px;
    transition: margin 0.5s ease;
}

.ipart02 .item .box .con {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(20px);
}

.ipart02 .ipt2_btn>div {
    width: 41px;
    height: 80px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    ;
}

.ipart02 .ipt2_btn .owl-prev {
    left: -60px;
    background: url(../images/ipt2_btn1.png) no-repeat center;
}

.ipart02 .ipt2_btn .owl-next {
    right: -60px;
    background: url(../images/ipt2_btn2.png) no-repeat center;
}

.ipart02 .ipt2_btn>div.disabled {
    display: none;
}

.ipart02 .item:hover .box .icon {
    margin: 50px auto 30px;
    background-position: 0 0;
}

.ipart02 .item:hover .box .con {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ipart03 {
    background: url(../images/ipart03.jpg) no-repeat center;
    padding: 55px 0;
    background-size: cover;
}

.ipart03 .infor {
    width: 27%;
}

.ipart03 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #02001c;
    font-weight: bold;
    margin-bottom: 25px;
}

.ipart03 .infor .con {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.ipart03 .content {
    text-align: center;
    margin: 70px auto 24px;
    width: 950px;
    position: relative;
}

.ipart03 .content .rect-513 {
    padding-bottom: 51.3%;
}

.ipart03 .content .dots_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ipart03 .content .dots_box .dot {
    position: absolute
}

.ipart03 .content .dots_box .dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ea5413;
    z-index: 2;
    position: relative
}


/* .ipart03 .content .dots_box .dot:after{content:''; width:20px; height:20px; position:absolute; left:50%; margin-left:-10px; top:50%; margin-top:-10px; background:rgba(234,84,19,.5); border-radius:50px} */

.ipart03 .content .dots_box .dot span:after {
    content: '';
    width: 26px;
    height: 26px;
    background: rgba(234, 84, 19, .8);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -13px;
    animation: warn 2s linear 0s infinite;
}

.ipart03 .content .dots_box .dot span:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    animation: warn 2s linear 0.4s infinite;
    background: rgba(234, 84, 19, .5);
}


/* .ipart03 .lunbo{position:absolute; width:100%; left:0; top:0;} */

.ipart03 .lunbo .lunbo_con {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px 80px;
}

.ipart03 .lunbo .ipt4_btn>div {
    width: 68px;
    height: 68px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    ;
}

.ipart03 .lunbo .ipt4_btn .owl-prev {
    left: 10px;
    background: url(../images/ipt4_btn1.png) no-repeat center;
}

.ipart03 .lunbo .ipt4_btn .owl-next {
    right: 10px;
    background: url(../images/ipt4_btn2.png) no-repeat center;
}

.ipart04 {
    overflow: hidden;
    position: relative;
}

.ipart04 .content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.ipart04 .content.fixed {
    position: fixed;
}

.ipart04 .content.abs {
    top: auto;
    bottom: 0;
}

.ipart04 .content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.ipart04 .content .left,
.ipart04 .content .right {
    position: absolute;
    width: 310px;
    background-color: #FFF;
    transition: all .8s ease;
    z-index: 1;
}

.ipart04 .content .top,
.ipart04 .content .bottom {
    position: absolute;
    width: 100%;
    height: 68px;
    background-color: #FFF;
    transition: all .8s ease;
    z-index: 1;
}

.ipart04 .content .left {
    left: 0;
    top: 0;
    height: 100%;
}

.ipart04 .content .right {
    right: 0;
    top: 0;
    height: 100%;
}

.ipart04 .content .top {
    top: 0;
    left: 0;
}

.ipart04 .content .bottom {
    bottom: 0;
    left: 0;
}

.ipart04 .content video {
    width: 100%;
}

.ipart04.cur .content .left {
    width: 0;
}

.ipart04.cur .content .right {
    width: 0;
}

.ipart04.cur .content .top {
    height: 0;
}

.ipart04.cur .content .bottom {
    height: 0;
}

.ipart04.cur .content:after {
    opacity: 1;
    visibility: visible;
}

.ipart04 .item_wrap {
    position: relative;
    z-index: 10;
}

.ipart04 .item_wrap .item {
    height: 100vh;
    position: relative;
    text-align: center;
    z-index: 20;
    transition: all 0.8s ease;
    color: #fff;
}

.ipart04 .item_wrap .item .t1 {
    font-size: 36px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.ipart04 .item_wrap .item .t2 {
    font-size: 17px;
}

.ipart04 .item_wrap .item .box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ipart04 .item_wrap .item1 {
    opacity: 0;
}

.ipart04 .item_wrap .item1 .box {
    transform: translateY(-60%);
}

.ipart04.cur .item_wrap .item1 {
    opacity: 1;
}

.ipart04 .item_wrap .item .box .tit {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
}

.ipart04 .item_wrap .item .box .tit span {
    color: #ea5413;
}

.ipart04 .item_wrap .item .box .play {
    width: 134px;
    height: 134px;
    background: url(../images/ipart04_4.png) no-repeat center;
    margin: 60px auto 20px;
}

.ipart05 {
    padding: 60px 0 40px;
}

.ipart05 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #020127;
}

.ipart05 .content {
    margin-top: 40px;
}

.ipart05 .content .rect-53 {
    padding-bottom: 53%;
}

.ipart05 .content .item {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.ipart05 .content .item:first-child {
    margin-left: 0;
}

.ipart05 .content .item a {
    display: block;
}

.ipart05 .content .item .intro {
    padding: 20px 15px;
    color: #333;
    transition: all 0.5s ease;
}

.ipart05 .content .item .intro .t {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
}

.ipart05 .content .item .intro .c {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ipart05 .content .item .intro .more {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
    transition: all 0.5s ease;
}

.ipart05 .content .item:hover .intro {
    color: #ea5413;
}

.ipart05 .content .item:hover .intro .more {
    color: #ea5413;
}


/* 智慧石油 */

.zhihui_banner.xc_banner {
    height: 892px;
}

.zhihui_banner.xc_banner .intro {
    bottom: 220px;
}

.zhihui_banner.xc_banner .intro .info {
    width: 52%;
}

.zhihui_banner.xc_banner .intro .txt {
    font-size: 18px;
    line-height: 26px;
    color: #ea5413;
}

.zhihui_banner.xc_banner .intro .tit {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 30px 0;
}

.zhihui_banner.xc_banner .intro .con {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.zhihui.channel_content {
    padding: 0;
}

.zhihui01 {
    background: url(../images/zhihui01_1.jpg) no-repeat center;
    padding: 65px 0;
}

.zhihui01 .infor {
    text-align: center;
    padding: 0 17%;
}

.zhihui01 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #151515;
    font-weight: bold;
}

.zhihui01 .infor .con {
    font-size: 16px;
    line-height: 30px;
    color: #151515;
}

.zhihui01 .infor .line {
    width: 72px;
    height: 4px;
    background: #ea5413;
    margin: 15px auto 25px;
}

.zhihui01 .content {
    margin-top: 100px;
}

.zhihui01 .content .left {
    float: left;
    width: 24%;
    text-align: right;
}

.zhihui01 .content .right {
    float: right;
    width: 24%;
}

.zhihui01 .content .center {
    float: left;
    width: 48%;
    margin: 170px 2% 0;
    position: relative;
}

.zhihui01 .content .center:after {
    content: '';
    width: 400px;
    height: 400px;
    background: rgba(234, 84, 19, .2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
    animation: warn 2s linear 0s infinite;
}

.zhihui01 .content .center:before {
    content: '';
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -300px;
    animation: warn 2s linear 0.4s infinite;
    background: rgba(234, 84, 19, .1);
}

.zhihui01 .content .left li:last-child {
    margin-bottom: 0;
}

.zhihui01 .content .right li:last-child {
    margin-bottom: 0;
}

.zhihui01 .content li {
    margin-bottom: 130px;
}

.zhihui01 .content li .t {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.zhihui01 .content li .c {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

.zhihui02 {
    background: url(../images/zhihui02.jpg) no-repeat center;
    padding: 80px 0 30px;
}

.zhihui02 .infor {
    text-align: center;
    padding: 0 17%;
}

.zhihui02 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.zhihui02 .infor .con {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.zhihui02 .infor .line {
    width: 72px;
    height: 4px;
    background: #ea5413;
    margin: 15px auto 25px;
}

.zhihui02 .infor .des {
    height: 30px;
    line-height: 30px;
    padding: 0 60px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #ea5413;
    margin-top: 35px;
}

.zhihui02 .content {
    margin-top: 50px;
    text-align: center;
}

.zhihui02 .content img {
    display: inline-block;
}


/* 关于我们 */

.about_us {
    padding-top: 20px;
}

.about_us01 .top .left {
    width: 48.5%;
}

.about_us01 .top .left .infor .tit {
    font-size: 18px;
    color: #ea5613;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.about_us01 .top .left .infor .tit::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.about_us01 .top .left .infor .con {
    font-size: 16px;
    line-height: 24px;
    color: #02001c;
}

.about_us01 .top .right {
    width: 44.4%;
}

.about_us01 .bott {
    margin-top: 45px;
}

.about_us01 .bott .item {
    float: left;
    width: 25%;
}

.about_us01 .bott .item .icon {
    width: 70px;
    height: 66px;
    float: left;
    margin-right: 20px;
}

.about_us01 .bott .item .num {
    font-size: 36px;
    color: #ea5613;
    font-weight: bold;
    line-height: 46px;
}

.about_us01 .bott .item .num span {
    font-size: 14px;
}

.about_us01 .bott .item .txt {
    font-size: 14px;
    color: #02001c;
    line-height: 20px;
}

.about_us01 .bott .item .icon {
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.about_us01 .bott .item:hover .icon {
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.about_us01 .bott .item:hover .icon {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rotation {
    -webkit-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotateZ(0deg)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.about_us02 {
  
}

.about_us02 .top {
    margin-bottom: 80px;
}

.about_us02 .top .infor .tit {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 85px;
}

.about_us02 .top .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.about_us02 .top .infor .tit::before {
    content: '';
    width: 36px;
    height: 44px;
    background: url(../images/about_us02_tit.png) no-repeat center;
    position: absolute;
    top: 0;
    right: -60px;
}

.about_us02 .top .infor .con {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    width: 41%;
}

.about_us02 .bott .item {
    text-align: center;
    color: #fff;
    display: none;
}

.about_us02 .bott .owl-item .item {
    display: block;
}

.about_us02 .bott .item .icon {
    width: 82px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.about_us02 .bott .item .num {
    font-size: 30px;
    color: #ff4d24;
    line-height: 32px;
    font-weight: bold;
}

.about_us02 .bott .item .num span {
    font-size: 16px;
    color: #fff;
}

.about_us02 .bott .item .txt {
    font-size: 14px;
}

.about_us02 .bott .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_prev.png) no-repeat center;
    background-size: cover;
    margin-top: -19px;
    margin-left: -18px;
}

.about_us02 .bott .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_next.png) no-repeat center;
    background-size: cover;
    margin-top: -19px;
    margin-left: -18px;
}

.about_us02 .bott .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/owl_prev_on.png) no-repeat center;
}

.about_us02 .bott .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/owl_next_on.png) no-repeat center;
}

.about_us03 {
    background: url(../images/about_us03_bg.jpg) no-repeat center;
    padding: 45px 0;
}

.about_us03 .left {
    width: 43.8%;
    float: left;
}

.about_us03 .left .l_box {
    border-right: 1px solid #dcdcdc;
    padding: 140px 0;
    box-sizing: border-box;
}

.about_us03 .left .l_box .infor .tit {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #02001c;
    position: relative;
    margin-bottom: 65px;
}

.about_us03 .left .l_box .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.about_us03 .left .content {
    width: 100%;
    float: right;
}

.about_us03 .left .content .list {
    width: 59%;
}

.about_us03 .left .content .list li {
    line-height: 90px;
    font-size: 24px;
    color: #333;
    font-weight: lighter;
    border-bottom: 1px solid #ff3a1b;
    position: relative;
    cursor: pointer;
}

.about_us03 .left .content .list li:last-child {
    border: none;
}

.about_us03 .left .content .list li:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/about_us03_jt.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    visibility: hidden;
}

.about_us03 .left .content .list li.cur {
    font-size: 24px;
    color: #ff4d24;
}

.about_us03 .left .content .list li.cur:after {
    opacity: 1;
    visibility: visible;
}

.about_us03 .right {
    width: 56.1%;
    float: right;
    padding-bottom: 40px;
}

.about_us03 .right ul {
    overflow-y: auto;
    padding-left: 8px;
    margin-left: -10px;
    ;
}

.about_us03 .right ul::-webkit-scrollbar {
    width: 1px;
    height: 4px;
}

.about_us03 .right ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: none;
}

.about_us03 .right ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: none;
}

.about_us03 .right .li_ {
    height: 240px;
    transition: all 0.5s ease;
    position: relative
}

.about_us03 .right .li_ .li_box {
    display: block;
    padding: 70px 360px 80px 50px
}

.about_us03 .right .li_:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ff4d24;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 90px;
}

.about_us03 .right .li_ .li_box .infor {
    float: left;
    color: #02001c;
    width: 37%;
}

.about_us03 .right .li_ .li_box .infor .date {
    font-size: 24px;
    line-height: 32px;
    font-weight: lighter;
}

.about_us03 .right .li_ .li_box .infor .tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_us03 .right .li_ .li_box .img_ .rect-45 {
    padding-bottom: 45%;
}

.about_us03 .right .li_.cur {
    background: url(../images/about03_right.jpg) no-repeat center;
    background-size: cover;
}

.about_us03 .right .li_.cur .li_box .infor {
    color: #fff;
}

.about_us03 .right .li_ .li_box .infor {
    width: 100%;
}

.about_us04 {
   
}

.about_us04 .infor .tit {
    font-size: 36px;
    color: #fff;
    position: relative;
    line-height: 40px;
    margin-bottom: 100px;
}

.about_us04 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.about_us04 .content .top {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.about_us04 .content .top ul .li_ {
    float: left;
    color: #fff;
    text-align: center;
    width: 25%;
    position: relative;
    cursor: pointer;
}

.about_us04 .content .top ul .li_.cur::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: #ea5413;
}

.about_us04 .content .top ul .li_ .t {
    font-size: 20px;
    position: relative;
}

.about_us04 .content .top ul .li_ .t::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -4px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.about_us04 .content .top ul .li_ .t::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.about_us04 .content .top ul .li_.cur .t::after {
    background: #ea5413;
}

.about_us04 .content .top ul .li_.cur .t::before {
    border-color: #ea5413;
}

.about_us04 .content .bott {
    padding-top: 75px;
    color: #fff;
    padding-left: 50px;
}

.about_us04 .content .bott .item .t {
    font-size: 24px;
    line-height: 40px;
}

.about_us04 .content .bott .item .c {
    font-size: 18px;
}

.about_us05 {
    padding-top: 70px;
    background: url(../images/about05.jpg) no-repeat center;
    background-size: cover;
}

.about_us05 .top {
    margin-bottom: 35px;
}

.about_us05 .top .left {
    width: 44.6%;
}

.about_us05 .top .left .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.about_us05 .top .left .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.about_us05 .top .left .infor .con {
    font-size: 16px;
    line-height: 24px;
    color: #02001c;
    margin-bottom: 75px;
    text-align: justify;
}

.about_us05 .top .left .num .item {
    float: left;
    width: 44%;
    text-align: center;
}

.about_us05 .top .left .num .item_num {
    font-size: 46px;
    color: #ea5413;
    font-weight: bold;
    line-height: 50px;
}

.about_us05 .top .left .num .item_num span {
    font-size: 18px;
    color: #28263b;
    line-height: 20px;
}

.about_us05 .top .left .num .txt {
    font-size: 14px;
    color: #28263b;
    line-height: 20px;
}

.about_us05 .top .right {
    width: 50.2%;
}

.about_us05 .bott .rect-587 {
    padding-bottom: 58.7%;
}

.about_us05 .bott ul .li_ {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.about_us05 .bott ul .li3 {
    margin-right: 0;
}

.about_us05 .bott ul .li6 {
    margin-right: 0;
}

.about_us05 .bott ul .li_ .cover {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px;
    box-sizing: border-box;
    color: #fff;
}

.about_us05 .bott ul .li_ .cover .tit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_us05 .bott ul .li_ .cover .con {
    font-size: 14px;
    line-height: 20px;
    height: 100px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.about_us05 .bott ul .li_ .cover .con::-webkit-scrollbar {
    width: 2px;
    height: 42px;
}

.about_us05 .bott ul .li_ .cover .con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
}

.about_us05 .bott ul .li_ .cover .con::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ec500c
}

.about_us05 .bott ul .li_:hover .cover {
    background: url(../images/about05_bg.png) no-repeat center;
    background-size: cover;
}

.about_us05 .bott ul .li_:hover .cover .con {
    opacity: 1;
    visibility: visible;
}

.about_us06 {
    padding-top: 80px;
}

.about_us06 .rect-129 {
    padding-bottom: 128.5%;
}

.about_us06 .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.about_us06 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.about_us06 .content {
    padding: 0 180px;
}

.about_us06 .content .item .tit {
    font-size: 14px;
    line-height: 18px;
    color: #908d8d;
    margin-top: 15px;
    text-align: center;
    padding: 0 30px;
}

.about_us06 .content .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -190px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_prev.png) no-repeat center;
    background-size: cover;
    margin-top: -17px;
    margin-left: -10px;
    transition: all 0.5s ease;
}

.about_us06 .content .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -190px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_next.png) no-repeat center;
    background-size: cover;
    margin-top: -17px;
    margin-left: -10px;
    transition: all 0.5s ease;
}

.about_us06 .content .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/owl_prev_on.png) no-repeat center;
}

.about_us06 .content .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/owl_next_on.png) no-repeat center;
}

.about_us06 .content .owl-carousel .owl-nav .owl-prev.disabled {
    background: url(../images/owl_prev_b.png) no-repeat center;
}

.about_us06 .content .owl-carousel .owl-nav .owl-next.disabled {
    background: url(../images/owl_next_b.png) no-repeat center;
}


/* 连续油管 */

.lxyg_banner.xc_banner {
    height: 892px;
}

.lxyg_banner.xc_banner .intro {
    bottom: 220px;
}

.lxyg_banner.xc_banner .intro .info {
    width: 52%;
}

.lxyg_banner.xc_banner .intro .txt {
    font-size: 18px;
    line-height: 26px;
    color: #ea5413;
}

.lxyg_banner.xc_banner .intro .tit {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 30px 0;
}

.lxyg_banner.xc_banner .intro .con {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.lxyg_serv01 {
    padding-bottom: 80px;
}

.lxyg_serv01 .rect-643 {
    padding-bottom: 64.3%;
}

.lxyg_serv01 .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.lxyg_serv01 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.lxyg_serv01 .content .left {
    width: 57.3%;
}

.lxyg_serv01 .content .right {
    width: 37%;
}

.lxyg_serv01 .content .right .t {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.lxyg_serv01 .content .right .t span {
    font-size: 24px;
    color: #ea5413;
}

.lxyg_serv01 .content .right .c {
    font-size: 16px;
    line-height: 24px;
}

.lxyg_serv01 .content .right .c span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.lxyg_serv01 .content .right .c span::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ea5413;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.lxyg_serv02 {
    padding: 190px 0 160px 0;
    background: url(../images/lxyg02.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.lxyg_serv02 .infor {
    color: #fff;
    width: 52%;
}

.lxyg_serv02 .infor .tit {
    font-size: 36px;
    color: #fff;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.lxyg_serv02 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.lxyg_serv02 .infor .con {
    font-size: 16px;
    line-height: 30px;
}

    .lxyg_serv02 .infor .con span {
        font-size: 24px;
        color: #ffffff;
        line-height: 32px;
    }

.lxyg_serv03 {
    padding: 100px 0;
    position: relative;
    background: url(../images/lxyg_serv03.gif) no-repeat center;
}

.lxyg_serv03 .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.lxyg_serv03 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.lxyg_serv03 .item {
    position: relative;
    padding: 45px 40px 20px;
    transition: all 0.5s ease;
}

.lxyg_serv03 .item .icon {
    width: 102px;
    height: 103px;
    background-position: 0 0;
    margin: 0 auto;
}

.lxyg_serv03 .item .txt {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 60px;
    transition: all 0.5s ease;
    text-align: center;
}

.lxyg_serv03 .item:hover {
    background: url(../images/lxyg03_cover.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.lxyg_serv03 .item:hover .icon {
    background-position: -102px 0;
}

.lxyg_serv03 .item:hover .txt {
    color: #fff;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -210px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_prev.png) no-repeat center;
    background-size: cover;
    margin-top: -17px;
    margin-left: -10px;
    transition: all 0.5s ease;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -210px;
    width: 37px;
    height: 39px;
    background: url(../images/owl_next.png) no-repeat center;
    background-size: cover;
    margin-top: -17px;
    margin-left: -10px;
    transition: all 0.5s ease;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/owl_prev_on.png) no-repeat center;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/owl_next_on.png) no-repeat center;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-prev.disabled {
    background: url(../images/owl_prev_b.png) no-repeat center;
    display: none;
}

.lxyg_serv03 .owl-carousel .owl-nav .owl-next.disabled {
    background: url(../images/owl_next_b.png) no-repeat center;
    display: none;
}


/* .lxyg_serv03 .bg-cover{position:absolute; left:0; bottom:90px; width:100%; opacity:0.2; height:100%; overflow:hidden;} */

.lxyg_serv04 {
   
}

.lxyg_serv04 video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lxyg_serv04 ul {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.lxyg_serv04 ul .li_ {
    width: 12%;
    float: left;
    text-align: center;
    margin-right: 2.6%;
    color: #fff;
    font-size: 24px;
}

.lxyg_serv04 ul .li7 {
    margin-right: 0;
}

.lxyg_serv04 ul .li_ .li_img {
    width: 88px;
    height: 75px;
    margin: 0 auto;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.lxyg_serv04 ul .li_ .t {
    margin-top: 15px;
    margin-bottom: 10px;
}

.lxyg_serv04 ul .li_ .c span {
    font-size: 34px;
    color: #eb5e22;
}

.lxyg_serv04 ul .li_:hover .li_img {
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.lxyg_serv04 ul .li_:hover .li_img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.lxyg_serv05 {
    padding-top: 60px;
}

.lxyg_serv05 .infor .tit {
    font-size: 36px;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.lxyg_serv05 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.lxyg_serv05 .infor .con {
    font-size: 16px;
    width: 67.5%;
    line-height: 24px;
    color: #02001c;
}

.lxyg_serv05 .infor .con span {
    position: relative;
}

.lxyg_serv05 .infor .con span::after {
    content: '';
    width: 100%;
    height: 7px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0.8;
}

.lxyg_serv05 .content {
    text-align: center;
    margin: 70px auto 24px;
    width: 950px;
    position: relative;
}

.lxyg_serv05 .content .rect-513 {
    padding-bottom: 51.3%;
}

.lxyg_serv05 .content .dots_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.lxyg_serv05 .content .dots_box .dot {
    position: absolute
}

.lxyg_serv05 .content .dots_box .dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ea5413;
    z-index: 2;
    position: relative
}

.lxyg_serv05 .content .dots_box .dot span:after {
    content: '';
    width: 26px;
    height: 26px;
    background: rgba(234, 84, 19, .8);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -13px;
    animation: warn 2s linear 0s infinite;
}

.lxyg_serv05 .content .dots_box .dot span:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    animation: warn 2s linear 0.4s infinite;
    background: rgba(234, 84, 19, .5);
}

@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    25% {
        transform: scale(1.1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6
    }
    75% {
        transform: scale(1.3);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.lxyg_serv06 .infor .tit {
    font-size: 36px;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.lxyg_serv06 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.lxyg_serv06 .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.lxyg_serv06 .rect-692 {
    padding-bottom: 69.2%;
}

.lxyg_serv06 .content {
    margin-top: 60px;
}

.lxyg_serv06 .content .item {
    display: none;
}

.lxyg_serv06 .content .owl-item .item {
    display: block;
}

.lxyg_serv06 .content .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/suanhua07_1.png) repeat-x bottom;
}

.lxyg_serv06 .content .intro {
    position: relative;
}

.lxyg_serv06 .content .intro .box {
    padding: 15px 15px 25px;
}

.lxyg_serv06 .content .intro .box .t {
    font-size: 16px;
    color: #ea5613;
    margin-bottom: 5px;
}

.lxyg_serv06 .content .intro .box .c {
    font-size: 18px;
}

.lxyg_serv06 .content .intro:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eeeeee;
}

.lxyg_serv06 .content .intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ea5613;
    transition: .7s ease;
    z-index: 1;
}

.lxyg_serv06 .content .item:hover .intro:before {
    width: 100%;
}

.lxyg_serv06 .content .owl-nav>div {
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    width: 43px;
    height: 43px;
    color: #000;
    transition: .3s ease;
    font-weight: bold;
    position: absolute;
    top: 38%;
    margin-top: -21px;
    line-height: 43px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.lxyg_serv06 .content .owl-nav .owl-prev {
    left: 0;
}

.lxyg_serv06 .content .owl-nav .owl-next {
    right: 1px;
}

.lxyg_serv06 .content .owl-nav>div:hover {
    background: #ea5613;
    color: #fff;
}

.lxyg_serv06 .content:hover .owl-nav>div {
    opacity: 1;
    visibility: visible;
}


/* 2021-0909 */

.header.fixed {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.header.fixed .inav_wrapper .nav_li .nav_a {
    color: #02001c;
}

.header.fixed .inav_wrapper .nav_li .nav_a:hover {
    color: #ea5413;
}

.other_navDown {
    background: #fff;
}

.other_navDown .left {
    background: none;
}

.other_navDown .left ul li {
    color: #02001c;
}

.other_navDown .right .box .intro .text {
    color: #02001c;
}

.other_navDown .right .box .intro .more a {
    color: #02001c;
}

.pro_navDown {
    background: #fff;
}

.pro_navDown .box .left {
    width: 70%;
}

.pro_navDown .box .left .sec_ul {
    margin-right: 13%;
}

.pro_navDown .box .left .sec_li {
    color: #02001c;
}

.pro_navDown .box .left .third_ul {
    width: 49%;
}

.pro_navDown .box .left .third_ul li {
    color: #02001c;
}

.pro_navDown .box .left .third_ul li {
    width: 44%;
    margin-right: 11%;
    ;
}

.pro_navDown .box .left .third_ul p {
    font-size: 14px;
    line-height: 24px;
    color: #02001c;
}

.xc_nav .list li {
    padding: 0 10px;
}

.zhihui01 .infor .line {
    margin: 20px auto 25px;
}

.zhihui02 .infor .line {
    margin: 20px auto 25px;
}

.video_list01 li .left .box:hover .tit {
    color: #ea5413;
}

.video_list01 li .left .box:hover .con {
    color: #ea5413;
}

.Training01 .content .right .r_top .item:hover .cover .t {
    color: #ea5413;
}

.job_list02 .content .bd_bott .link {
    margin-top: 20px;
}

.job_list02 .content .bd_bott .link_a {
    font-size: 16px;
    line-height: 28px;
    color: #ea5413;
    font-weight: bold;
}

.job_list02 .content .bd_bott .link_a a:hover {
    opacity: 0.8;
}

.f_top .left .share_box a:hover {
    color: #ea5413;
}


/* 补充页 稠油服务 */

.chouyou_serv02 {
    height: 574px;
    background: url(../images/lxyg02.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.chouyou_serv02 .left {
    float: left;
    width: 40%;
}

.chouyou_serv02 .left .infor {
    color: #fff;
    width: 52%;
    padding-top: 120px;
}

.chouyou_serv02 .left .infor .tit {
    font-size: 36px;
    color: #fff;
    position: relative;
    line-height: 40px;
    margin-bottom: 50px;
}

.chouyou_serv02 .left .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.chouyou_serv02 .right {
    width: 56%;
    float: right;
}

.chouyou_serv02 .right li {
    height: 287px;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.chouyou_serv02 .right li .text_box {
    margin-top: 85px;
    padding-left: 50px;
    padding-right: 200px;
}

.chouyou_serv02 .right li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    z-index: -1;
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /*background-color:#fff;*/
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
}

.chouyou_serv02 .right .li1:before {
    background-image: url(../images/trq.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.chouyou_serv02 .right .li2:before {
    background-image: url(../images/dl.png);
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.chouyou_serv02 .right li .icon {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/jia.png) center center no-repeat;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -21px;
}

.chouyou_serv02 .right li .t {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.chouyou_serv02 .right li .d {
    font-size: 13px;
    color: #393939;
    line-height: 23px;
    display: none;
}

.chouyou_serv02 .right li a {
    display: block;
}

.chouyou_serv02 .right li:hover .text_box {
    margin-top: 50px;
}

.chouyou_serv02 .right li:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.chouyou_serv02 .right li:hover .d {
    display: block;
    height: 69px;
    overflow: hidden;
}

.chouyou_serv02 .right li:hover .t {
    color: #ea5514;
}

.chouyou_serv02 .right li:hover .icon {
    display: none;
}

.chouyou_serv02 .right li.cur .text_box {
    margin-top: 50px;
}

.chouyou_serv02 .right li.cur:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.chouyou_serv02 .right li.cur .d {
    display: block;
}

.chouyou_serv02 .right li.cur .t {
    color: #ea5514;
}

.chouyou_serv02 .right li.cur .icon {
    display: none;
}


/*ie*/

.chouyou_serv02 .right li.cur {
    background: #fff\9\0;
    filter: alpha(opacity=50)
}


/* 地质油藏 */

.dizhiyoucang_new {
    background: url(../images/dizhiyoucang.jpg) no-repeat center;
    padding: 65px 0;
    background-size: cover;
}

.dizhiyoucang_new .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.dizhiyoucang_new .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.dizhiyoucang_new .content {
    text-align: center;
}

.dizhiyoucang_new .content img {
    display: inline-block;
}


/* 完井服务 */

.wanjing_serv03 {
    padding: 100px 0;
}

.wanjing_serv03 .hd {
    margin-bottom: 60px;
}

.wanjing_serv03 .hd ul {
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.wanjing_serv03 .hd li {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: #02001c;
    position: relative;
    padding: 0 25px 25px;
    cursor: pointer;
}

.wanjing_serv03 .hd li.cur::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: -2px;
}


/* 试气服务 */

.shiqi_serv02 .content {
    width: 52%;
    margin-top: 35px;
}

.shiqi_serv02 .content .tit {
    font-size: 30px;
    line-height: 48px;
    color: #ea5413;
}

.shiqi_serv02 .content .tit .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 45px;
    position: relative;
}

.shiqi_serv02 .content .tit .icon img {
    vertical-align: 0;
}

.shiqi_serv02 .content .tit .icon:after {
    content: '';
    width: 2px;
    height: 44px;
    background: #ea5413;
    position: absolute;
    right: 24px;
    top: 3px;
    ;
}

.shiqi_serv02 .content .con {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}


/* 一体化钻井服务 */

.yitihua .yitihua02 {
    height: 574px;
    background: url(../images/yitihua02.jpg) no-repeat center;
    background-attachment: inherit;
    padding: 0;
    overflow: hidden;
}

.yitihua .yitihua02 .content ul {
    height: 574px;
    position: relative;
}

.yitihua .yitihua02 .content li {
    width: 25%;
    float: left;
    position: relative;
    height: 100%;
}

.yitihua .yitihua02 .content li .add {
    width: 147px;
    height: 43px;
    background: url(../images/yitihua02_1.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -73px;
    bottom: 0;
    z-index: 2;
    transition: all 0.5s ease;
}

.yitihua .yitihua02 .content li .box {
    padding: 180px 53px 100px;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/black48.png) center;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.yitihua .yitihua02 .content li .box .icon {
    text-align: center;
    margin-bottom: 50px;
}

.yitihua .yitihua02 .content li .box .icon img {
    display: inline-block;
}

.yitihua .yitihua02 .content li .box .text {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.yitihua .yitihua02 .content li.cur .box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.yitihua .yitihua02 .content li.cur .add {
    opacity: 0;
    visibility: hidden;
    transform: translateY(43px);
}

.header.fixed .h_tools .h_lan .icon {
    background: url(../images/h_lan_on.png) no-repeat center;
}

.header.fixed .h_tools .h_search .icon {
    background: url(../images/h_search_on.png) no-repeat center;
}

.header .h_tools .h_lan .more_down a {
    background: url(../images/white.2.png);
    color: #02001c;
}

.header.fixed .h_tools .h_search .icon::after {
    background: #02001c;
}

.ipart03 .infor {
    width: 100%;
}

.ipart03 .lunbo .ipt4_btn .owl-next {
    background: url(../images/owl_next.png) no-repeat center;
}

.ipart03 .lunbo .ipt4_btn .owl-next:hover {
    background: url(../images/owl_next_on.png) no-repeat center;
}

.ipart03 .lunbo .ipt4_btn .owl-prev {
    background: url(../images/owl_prev.png) no-repeat center;
}

.ipart03 .lunbo .ipt4_btn .owl-prev:hover {
    background: url(../images/owl_prev_on.png) no-repeat center;
}

.ipart04 .content .play {
    width: 102px;
    height: 102px;
    background: url(../images/suanhua_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    bottom: 135px;
    margin-left: -51px;
    z-index: 22;
}

.ipart01 .right .play {
    display: none;
}

.ipart01 .right {
    width: 47%;
    position: absolute;
    right: 0;
}

.ipart01 .right .img {
    height: 625px;
}

.ipart01 .content {
    z-index: 3;
}

.ipart02 {
    display: none;
}

.ipart06 .infor {
    text-align: right;
    color: #02001c;
    padding-top: 50px;
    font-size: 20px;
}

.ipart06 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #02001c;
    font-weight: bold;
    margin-bottom: 25px;
}

.ipart06 .infor a {
    display: block;
}

.ipart06 .content {
    margin-top: 50px;
}

.ipart06 .content .item {
    margin-left: 25px;
    position: relative;
    float: left;
    width: 12.5%;
    height: 455px;
    text-align: center;
    color: #5e5e5e;
    background-repeat: no-repeat;
    transition-duration: 1s;
}

.ipart06 .content .item:first-child {
    margin-left: 0;
}

.ipart06 .content .item1 {
    margin-top: 31px;
    background-position: 79% 0;
}

.ipart06 .content .item2 {
    margin-top: 71px;
    background-position: 75% 0;
}

.ipart06 .content .item3 {
    background-position: 82% 0;
}

.ipart06 .content .item4 {
    margin-top: 56px;
    background-position: 55% 0;
}

.ipart06 .content .item5 {
    margin-top: 31px;
    background-position: 25% 0;
}

.ipart06 .content .item.on,
.ipart06 .content .item:hover {
    width: 42.3%;
    text-align: left;
    background-position: 0 !important;
}

.ipart06 .content .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/black.6.png);
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition-duration: .3s;
}

.ipart06 .content .item .inner {
    position: relative;
    margin: 200px 20px;
}

.ipart06 .content .item .inner .tit {
    font-size: 20px;
    transition: .5s ease;
    color: #fff;
}

.ipart06 .content .item .inner .con {
    opacity: 0;
    visibility: hidden;
    max-width: 450px;
    ;
    transition: .5s ease;
    height: 0;
    overflow: hidden;
}

.ipart06 .content .item .inner .con .txt {
    margin: 20px 0 60px;
    font-size: 15px;
}

.ipart06 .content .item .inner .more {
    font-size: 16px;
}

.ipart06 .content .item .inner .more i {
    transition: .5s ease;
}

.ipart06 .content .item .inner .more:hover i {
    margin-left: 10px;
}

.ipart06 .content .item.on .inner {
    margin: 120px 40px 0;
}

.ipart06 .content .item.on .inner .tit {
    font-size: 30px;
}

.ipart06 .content .item.on .inner .con {
    opacity: 1;
    visibility: visible;
    height: 300px;
    color: #fff;
}

.ipart06 .content .item .inner>.icon {
    width: 50px;
    height: 90px;
    background-position: 0 -59px;
    margin: 0 auto;
    transition: margin 0.5s ease;
    background-size: cover;
}

.ipart06 .content .item.on .inner>.icon {
    display: none;
}

.QHSE04 .hd {
    display: none;
}

.nav_down .left ul li a {
    position: relative;
}

.nav_down .left ul li a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ea5413;
    position: absolute;
    left: 0;
    bottom: -10px;
    visibility: hidden;
    opacity: 0;
}

.nav_down .left ul li a:hover::after {
    visibility: visible;
    opacity: 1;
}

.about_us05 .top .left .num .item_num .num {
    display: inline-block;
}

.header .h_tools .h_search .search_box {
    background: url(../images/white.3.png) center;
}

.header .h_tools .h_search .search_box .button_box {
    transition: all 0.5s ease;
}

.header .h_tools .h_search .search_box .button_box:hover {
    background: #ea5413;
    cursor: pointer;
}

.header {
    z-index: 25;
}

.about_us03 .right .li_.cur {
    background: none;
}

.about_us03 .right .li_.cur .li_box .infor {
    color: #ea5613;
}

.about_us03 .right .li_ .li_box .infor .img_ {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about_us03 .right .li_.cur .li_box .infor .img_ {
    visibility: visible;
    opacity: 1;
}

.ibanner .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/cover.png) center;
    background-size: cover;
}

.ipart01 .content {
    height: 262px;
    bottom: 0;
    top: auto;
}


/* 2021-0917 */

.ipart04 .item_wrap .item .box .play {
    margin-top: 100px;
}

.lxyg_serv05 .infor .con span::after {
    z-index: -1;
}

.shiqi_serv .lxyg_serv03 {
    display: none;
}

.chouyou_serv .lxyg_serv03 .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.chouyou_serv .lxyg_serv03 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}


/* 2021-0922 */

body .bg-primary {
    background: #ea5413;
}

body .searchArea .content_form .form_box .search .btn_wrap .btns::before {
    background: #ea5413;
}

body .searchArea .content_form .form_box .search .btn_wrap .btns:hover {
    background: #ea5413;
}

body .resultArea #botBtn a::before {
    background: #ea5413;
}


/* 2021-0928 */

.header:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.header:hover .inav_wrapper .nav_li .nav_a {
    color: #02001c;
}

.header:hover .inav_wrapper .nav_li .nav_a:hover {
    color: #ea5413;
}

.header:hover .h_tools .h_lan .icon {
    background: url(../images/h_lan_on.png) no-repeat center;
}

.header:hover .h_tools .h_search .icon {
    background: url(../images/h_search_on.png) no-repeat center;
}

.other_navDown .left {
    background: #efefef;
}

.other_navDown .left ul li {
    transition: all 0.5s ease
}

.other_navDown .left ul li:hover {
    background: #ea5413;
    color: #fff;
}

.other_navDown .left ul li a {
    transition: all 0s ease;
}

.other_navDown .left ul li a:hover {
    color: #fff;
}

.pro_navDown .box .left .sec_ul {
    background: #efefef;
    padding-top: 20px;
    width: 30%;
    margin-right: 10%;
    ;
}

.pro_navDown .box .left .sec_li {
    padding: 0 25px;
    transition: all 0.5s ease;
    text-align: center;
}

.pro_navDown .box .left .sec_li.cur {
    background: #ea5413;
    color: #fff;
}

.pro_navDown .box .left .sec_li a {
    transition: all 0s ease;
}

.pro_navDown .box .left .sec_li a:hover {
    color: #fff;
}


/* .ipart06 .infor .more{display:none;} */

.ipart06 .content .item.on,
.ipart06 .content .item:hover {
    width: 39%;
}

.ipart06 .content .item {
    width: 10%;
}

.ibanner .iban_word .info .en_tit {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    margin: 12px 0 80px;
}

.ipart03 .infor .con {
    font-size: 19px;
}

.about_us03 .right .li_ .li_box {
    padding: 70px 100px 80px 50px;
}

.about_us03 .right .li_ .li_box .infor {
    height: 238px;
    padding: 50px;
    box-sizing: border-box;
}

.suanhua01 .infor .tit {
    font-size: 36px;
    color: #02001c;
    position: relative;
    line-height: 40px;
    margin-bottom: 75px;
}

.suanhua01 .infor .tit::after {
    content: '';
    width: 90px;
    height: 2px;
    background: #ea5613;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.suanhua01 .content .left {
    width: 55%;
    position: relative;
    cursor: pointer;
}

.suanhua01 .content .left .play {
    width: 102px;
    height: 102px;
    background: url(../images/suanhua_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -70px;
}

.suanhua01 .content .right {
    width: 37%;
}

.suanhua01 .content .right .t {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.suanhua01 .content .right .t span {
    font-size: 24px;
    color: #ea5413;
}

.suanhua01 .content .right .c {
    font-size: 16px;
    line-height: 24px;
}

.suanhua01 .content .right .c span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.suanhua01 .content .right .c span::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ea5413;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.lxyg_serv03 .item .txt {
    font-size: 16px;
}

.news_list02 .load_more {
    display: none;
}

.zhihui02 {
    background-size: cover;
}

.pro_navDown .box {
    padding: 0px 40px 0 0;
}

.youtianzhuji.channel_content {
    padding-bottom: 0;
}

.zhaodushuitiao.channel_content {
    padding-bottom: 0;
}

.chouyou_serv.channel_content {
    padding-bottom: 0;
}

.suanhua05 .left .con span::after {
    z-index: -1;
}

.ipt4_new {
    padding: 220px 0 100px;
    position: relative;
    overflow: hidden;
    background: url(../images/ipt4_new.jpg) no-repeat center;
}


/* .ipt4_new>img{position:absolute; left:50%; margin-left:-960px; widows:1920px; max-width:none;} */

.ipt4_new .intro {
    text-align: center;
}

.ipt4_new .intro .tit {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
}

.ipt4_new .intro .tit span {
    color: #ea5413;
}

.ipt4_new .intro .play {
    width: 134px;
    height: 134px;
    background: url(../images/ipart04_4.png) no-repeat center;
    margin: 60px auto 0;
    cursor: pointer;
}

.ipart03 {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    background: transparent;
}

.lunbo {
    margin-bottom: -58px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.lunbo .item {
    display: none;
}

.lunbo .owl-item .item {
    display: block;
}

.ipart03 .content .dots_box .dot span {
    width: 6px;
    height: 6px;
}

.ipart03 .content .dots_box .dot span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.ipart03 .content .dots_box .dot span:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.lxyg .lxyg_serv01 .content .left {
    width: 55%;
    position: relative;
    cursor: pointer;
}

.lxyg .lxyg_serv01 .content .left .play {
    width: 102px;
    height: 102px;
    background: url(../images/suanhua_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -70px;
}


/* 2021-1009 */

.about_us03 .right .li_ .li_box .infor {
    color: #fff;
}

.about_us06 .content {
    padding: 0 100px;
}

.ibanner .iban_word .info {
    width: 851px;
    height: 154px;
    position: absolute;
    left: 0;
    top: 0;
}

.ibanner .iban_word .wrap {
    position: relative;
}

.ibanner .iban_word {
    bottom: 50%;
    margin-bottom: -77px;
    height: 154px;
}


/* 2021-1012 */


/* 产品与服务补充页 */

.pro_serv01 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #ea5413;
}

.pro_serv01 .content {
    margin-top: 30px;
}

.pro_serv01 .content ul {
    width: 75%;
    float: right;
}

.pro_serv01 .content ul li {
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: 2px solid #d5d5d5;
}

.pro_serv01 .content ul li a {
    display: block;
}

.pro_serv01 .content ul li .rect-583 {
    padding-bottom: 58.3%;
}

.pro_serv01 .content ul li .img_ {
    width: 28.7%;
    float: left;
}

.pro_serv01 .content ul li .intro {
    width: 66.7%;
    float: right;
}

.pro_serv01 .content ul li .intro .t {
    font-size: 24px;
    line-height: 30px;
    color: #02001c;
    margin: 4px 0 5px;
    transition: all 0.5s ease;
}

.pro_serv01 .content ul li .intro .c {
    font-size: 16px;
    line-height: 30px;
    color: #02001c;
}

.pro_serv01 .content ul li:hover .intro .t {
    color: #ea5413;
}


/*404页面*/

.channel_content.false {
    padding: 0;
}

.false01 .content {
    width: 850px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: 50%;
    margin-top: -302px;
}

.false01 .content .box {
    width: 55%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 110px;
}

.false01 .text {
    padding: 20px 0 0 60px;
}

.false01 .text .txt1 {
    font-size: 28px;
    font-weight: bold;
    color: #E65525;
    margin-bottom: 25px;
}

.false01 .text .txt2 {
    font-size: 18px;
    font-weight: bold;
    color: #1f1f1f;
}

.false01 .text .txt3 {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.false01 .text .txt3 li {
    position: relative;
    padding-left: 25px;
}

.false01 .text .txt3 li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #959595;
}

.false01 .text .txt4 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.false01 .text .txt4 a {
    color: #fb592e;
}


/* 2021-1015 */

.ibanner .cover {
    display: none;
}

.about_us04 .content .bott .item .c {
    font-size: 20px;
}

.ipart03 .content .dots_box .dot span {
    width: 10px;
    height: 10px;
}

.about_us03 .right .li_ .li_box .infor {
    height: auto;
    padding: 0;
    ;
    background: none;
}

.about_us03 .right .li_.cur .li_box .infor {
    color: #02001c;
}

.about_us03 .right .li_ .box {
    padding-right: 10px;
    overflow-y: auto;
    height: 200px;
}

.about_us03 .right .li_ .box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.about_us03 .right .li_ .box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ea5413;
}

.about_us03 .right .li_ .box::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

.ipart03 .content .dots_box .dot .txt {
    font-size: 14px;
    color: #ea5413;
    position: absolute;
}

.about_us03 .right .li_ .li_box .infor {
    color: #02001c;
}

.about_us03 .right .li_ {
    height: auto;
    margin-bottom: 20px;
}

.about_us03 .right .li_ .li_box {
    padding: 40px;
}

.about_us03 {
    background-size: cover;
}

.about_us03 .right .li_ .li_box .infor .tit {
    height: auto;
    margin-bottom: 5px;
    display: block;
}


/* 2021-1208 首页重做 */

.ibanner {
    height: 810px
}

.ibanner .item {
    height: 810px;
    overflow: hidden;
}

.ibanner .item .banner_img {
    height: 100%;
    width: 100%;
}

.ibanner .item video {
    width: 100%;
}

.ipt1 {
    margin-top: -130px;
    position: relative;
    z-index: 4;
}

.ipt1 ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ipt1 li {
    width: 33%;
    float: left;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
}

.ipt1 li:after {
    content: '';
    width: 1px;
    height: 90%;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 5%
}

.ipt1 li:first-child:after {
    display: none;
}

.ipt1 li a {
    display: block;
    padding: 55px 20px 70px;
    text-align: center;
}

.ipt1 li .icon {
    width: 84px;
    height: 86px;
    background-position: 0 0;
    margin: 0 auto 35px;
}

.ipt1 li .text {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #02001c;
    transition: all 0.5s ease;
    text-align: center;
}

.ipt1 li .text span {
    position: relative;
    padding-bottom: 7px;
}

.ipt1 li .text span:after {
    content: '';
    width: 106%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -3%;
    transform: scale(0);
    transition: all 0.5s ease;
    bottom: 0;
}

.ipt1 li.cur {
    background: #ea5413;
}

.ipt1 li.cur .icon {
    background-position: 0 -86px;
}

.ipt1 li.cur .text {
    color: #fff;
}

.ipt1 li.cur .text span:after {
    transform: scale(1);
}

.ipt2 {
    padding: 70px 0
}

.ipt2 .infor {
    text-align: center;
}

.ipt2 .infor .tit {
    font-size: 30px;
    line-height: 30px;
    color: #020127;
    font-weight: bold;
    margin-bottom: 30px;
}

.ipt2 .infor .line {
    width: 68px;
    height: 2px;
    background: #ea5413;
    margin: 0 auto;
}

.ipt2 .rect-95 {
    padding-bottom: 95%;
}

.ipt2 .content {
    padding: 50px 0;
    overflow: hidden;
}

.ipt2 .content .left {
    width: 34%;
    float: left;
    cursor: pointer;
}

.ipt2 .content .left .play {
    width: 134px;
    height: 134px;
    background: url(../images/ipt2_1.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -67px;
    top: 50%;
    margin-top: -67px;
}

.ipt2 .content .center {
    width: 30%;
    margin-left: 3%;
    float: left;
}

.ipt2 .content .center .item {
    box-shadow: 7px 7px 18px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.ipt2 .content .center .item .box {
    padding: 18px 56px 16px 20px;
    display: block;
}

.ipt2 .content .center .item .box .t {
    font-size: 18px;
    line-height: 30px;
    color: #ea5413;
    font-weight: bold;
    margin-bottom: 7px;
}

.ipt2 .content .center .item .box .c {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 10px;
}

.ipt2 .content .center .item .box .date {
    border-top: 1px solid #DCDCDC;
    color: #646464;
    position: relative;
}

.ipt2 .content .center .item .box .date .day {
    font-size: 32px;
    line-height: 32px;
    font-family: Impact;
    margin-top: 6px;
}

.ipt2 .content .center .item .box .date .year {
    font-size: 14px;
    line-height: 20px;
}

.ipt2 .content .center .item .box .date .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    width: 22px;
    height: 10px;
    transition: all .4s ease;
    background: url(../images/widgets_news_listimg_18_01.png) no-repeat center
}

.ipt2 .content .center .item:hover .box .date .icon {
    right: 15px
}

.ipt2 .content .right {
    width: 30%;
    float: right;
    margin-left: 2%;
}

.ipt2 .content .right li {
    margin-bottom: 21px;
    padding: 5px;
}

.ipt2 .content .right li .box {
    display: block;
    padding: 16px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ipt2 .content .right li .box .date {
    float: left;
    width: 113px;
    border-right: 1px solid #DCDCDC;
}

.ipt2 .content .right li .box .date .day {
    font-size: 36px;
    line-height: 36px;
    color: #646464;
    font-family: Impact;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.ipt2 .content .right li .box .date .year {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.ipt2 .content .right li .box .date .day:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ipt2 .content .right li .box .intro {
    font-size: 18px;
    line-height: 32px;
    color: #02001c;
    padding-left: 26px;
    float: left;
    width: calc(100% - 141px);
    font-weight: bold;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    transition: all 0.5s ease;
}

.ipt2 .content .right li:hover .box .intro {
    color: #ea5413;
}

.ipt3 {
   
}

.ipt3 .infor {
    text-align: center;
    padding: 0 23%;
}

.ipt3 .infor .tit {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.ipt3 .infor .line {
    width: 68px;
    height: 2px;
    background: #ea5413;
    margin: 0 auto;
}

.ipt3 .infor .con {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 25px;
}

.ipt3 .infor .more {
    display: block;
    width: 283px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    background: #ea5413;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 60px auto 0;
}


/* 2021-1213 */

.about_us03 .left .l_box {
    border-right: none;
}

.about_us03 .right .li_ .box {
    height: auto;
}

.about_us03 .right ul {
    border-left: 1px solid #dcdcdc;
    overflow: visible;
}

.about_us03 .right .li_:after {
    left: -15px;
}

.Training02 .right .content .item .t:after {
    bottom: -8px;
}

.yitihua .yitihua02 .content li .box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: none
}

.yitihua .yitihua02 .content li .add {
    opacity: 0;
    visibility: hidden;
    transform: translateY(43px);
    background: none;
}


/* 2021-1014 */


/* 联系我们_新 */

.contact_us_new01 {
    overflow: hidden;
    padding-bottom: 100px;
}

.contact_us_new01 .left {
    width: 33.5%;
    float: left;
    height: 460px;
    overflow: hidden;
    background: #ea5413;
}

.contact_us_new01 .left .list {
    overflow-y: auto;
    height: 590px;
}

.contact_us_new01 .left .list ul li {
    padding: 40px 60px 0px 45px;
    cursor: pointer;
    transition: all 0.5s ease
}

.contact_us_new01 .left .list ul li .intro {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #313131;
    border-color: rgba(255, 255, 255, .2)
}

.contact_us_new01 .left .list ul li .intro:after {
    content: '';
    width: 49px;
    height: 64px;
    background: url(../images/widgets_xc_network_lr_10_3.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.contact_us_new01 .left .list ul li .intro dt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px
}

.contact_us_new01 .left .list ul li .intro dd {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.contact_us_new01 .left .list ul li .intro dd.last {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
}

.contact_us_new01 .left .list ul li .intro dd.last:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.contact_us_new01 .left .list ul li .intro dd.last:after {
    content: '';
    width: 0;
    height: 2px;
    background: #e60012;
    position: absolute;
    left: 0;
    transform: scale(0);
    bottom: 1px;
    transition: all 0.5s ease;
}

.contact_us_new01 .left .list ul li .intro dd.last:hover:after {
    width: 100%;
    transform: scale(1);
}

.contact_us_new01 .left .list ul li .intro dd.last a:hover {
    color: #e60012;
}

.contact_us_new01 .left .list ul li .intro .tel {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
}

.contact_us_new01 .left .list ul li .intro .txt {
    display: block;
    width: 155px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333f47;
    text-align: center;
    background: #f8ad25;
    margin-top: 20px;
}

.contact_us_new01 .right {
    width: 66.5%;
    float: right;
    height: 590px;
    overflow: hidden;
}

.contact_us_new01 .right img {
    max-width: none;
}

.contact_us_new01 .left .list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.contact_us_new01 .left .list::-webkit-scrollbar-thumb {
    background: #afafaf;
}

.contact_us_new01 .left .list::-webkit-scrollbar-track {
    background: #d9d9d9;
}

@media only screen and (max-width: 992px) {
    /* 服务网络 */
    .contact_us_new01 .left form .box {
        padding: 25px 20px 10px;
    }
    .contact_us_new01 .left .list ul li {
        padding: 30px 30px 0;
    }
    .contact_us_new01 .left .list ul li .intro:after {
        width: 34px;
        height: 44px;
        background-size: cover;
    }
}

@media only screen and (max-width: 760px) {
    /* 服务网络 */
    .contact_us_new01 .right {
        width: 100%;
        margin-bottom: 20px;
        height: 300px;
    }
    .contact_us_new01 .left {
        width: 100%;
    }
    .contact_us_new01 .left .sele_wrap .sele {
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
        font-size: 14px;
    }
    .contact_us_new01 .left .list ul li {
        padding: 25px 25px 0;
    }
    .contact_us_new01 .left .list ul li .intro dt {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
        ;
    }
    .contact_us_new01 .left .list ul li .intro dd {
        font-size: 14px;
        line-height: 28px;
    }
}


/* 2021-1215 */

.f_top .right dl.dl03 .tel {
    /*font-size: 16px;*/
    color: rgba(255, 255, 255, .8);
    font-weight: normal;
}

.f_top .right dl.dl03 .email {
    /*font-size: 16px;
    line-height: 34px;*/
    color: #fff;
    color: rgba(255, 255, 255, .8);
    border-bottom: none;
}


/* 2021-1215 wangtian*/

.ibanner .iban_word .info .tit span {
    display: block;
    color: #ffffff;
}

.ibanner .iban_word .info .tit {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}

.ibanner .iban_word {
    bottom: 50%;
    margin-bottom: -230px;
    height: 154px;
}


/* 2021-1220 */

.yitihua .yitihua02 .content li .box .text {
    text-align: justify;
}

.shiqi_serv02 .content .tit {
    color: #fff;
}

.lxyg_serv04 ul .li_ {
    font-size: 19px;
}

.f_top .right dl {
    /*margin-right: 6%;*/
}

.f_top .right dl.dl03 {
    /*margin-right: 3%;*/
}

.f_top .right .dl04 {
    /*margin-right: 0;*/
}

.f_top .right dl.dl03 .addr,
.f_top .right dl.dl03 .tel,
.f_top .right dl.dl03 .email {
    color: #b7b7b7;
}


/* 2021-1229 */

.contact_us_new01 .left .list ul li .intro dd.last a:hover {
    color: rgba(255, 255, 255, .7);
}

.contact_us_new01 .left .list ul li .intro dd.last:after {
    background: rgba(255, 255, 255, .7);
}

.share-more-box {
    z-index: 3;
    position: fixed;
    width: 300px;
    height: 230px;
    z-index: 1000;
    border: 6px solid #8F8F8F;
    text-align: left;
    box-shadow: 0 0 7px #aaa;
    -webkit-box-shadow: 0 0 7px #aaa;
    -moz-box-shadow: 0 0 7px #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    background: #f6f6f6;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -115px;
    display: none;
}

.share-more-box .sharetit-box {
    height: 30px;
    line-height: 30px;
    color: #626262;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px;
}

.share-more-box .sharetit-box .share-more-close {
    float: right;
    width: 22px;
    height: 23px;
    display: block;
    margin-top: 3px;
    background: url(../images/pop_c.gif) 0 0 no-repeat!important;
}

.share-more-box .share-list {
    background: #fff;
    padding: 30px 0;
    overflow: auto;
    overflow-x: hidden;
    height: 140px;
}

.share-more-box .share-list li {
    float: left;
    width: 130px;
    padding: 2px;
    padding-left: 18px;
    height: 28px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.share-more-box-en .share-list li {
    height: auto;
    padding: 5px 2px;
    margin-bottom: 5px;
    padding-left: 18px;
}

.share-more-box .share-list li a {
    padding-left: 28px;
    text-decoration: none;
    margin-top: 5px;
}

.share-more-box-en .share-list li a {
    padding-left: 0;
}

.share-more-box .share-list li:hover {
    background: #f3f3f3;
}

.f_top .left .bshare-custom {
    overflow: hidden;
    margin-top: 15px;
}

.f_top .left .bshare-custom a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    background: #27272f;
    border-radius: 50px;
    color: #fff;
    margin-right: 8px;
}

.f_top .left .bshare-custom a i {
    background: none;
    margin: 0;
    vertical-align: top;
    font-size: 20px;
}

.ibanner {
    height: auto;
}

.ibanner .item {
    height: auto;
}

.ibanner .item .banner_img {
    position: static;
}

.ibanner .item .banner_img img {
    position: static;
}

.ibanner .iban_word {
    height: 100%;
    margin-bottom: 0;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.ibanner .iban_word .wrap {
    position: static;
}

.ibanner .iban_word .info {
    width: auto;
    height: auto;
    top: 35%;
    left: 39%;
}

.ibanner .item01 .iban_word .info {
    left: 36%;
}

.ibanner .iban_word .info .tit {
    font-size: 42px;
    color: #ea5413;
}

.ibanner .iban_word .info .tit span {
    font-size:22px;
    color: #fff;
    margin-top: 20px;
    white-space: nowrap;
}

.ipt1 {
    margin-top: 0;
}

.f_top .left {
    margin-right: 0;
}

.f_top .right {
    /*width: 71%;*/
}

.f_top .right dl {
    width: auto;
}

.lxyg_serv02 {
    background-position: top;
}

.about_us04 .content .bott .item .c {
    font-size: 30px;
    font-weight: bold;
}

.lxyg_banner.xc_banner .intro {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}