@charset "utf-8";
body,
html {
    overflow-x: hidden;
    margin: 0;
    font-family: STHeitiSC-Light, 'Microsoft YaHei'
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-weight: 400
}

input {
    outline: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0
}

a {
    text-decoration: none
}

a {
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

a:hover {
    text-decoration: none;
    transition: all .3s linear;
    color: #69a9dc;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.fl {
    float: left
}

.fr {
    float: right
}

img {
    border: none;
    display: block
}

.clear {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

::-webkit-scrollbar-track-piece {
    width: 0;
    background-color: #fff
}

::-webkit-scrollbar {
    width: 0;
    height: 6px
}

::-webkit-scrollbar-thumb {
    height: 0;
    background-color: transparent
}

::-webkit-scrollbar-thumb:hover {
    background: 0 0
}


.website{font-size: 15px;color: #999;line-height: 35px;padding:23px 0;}
.website a,
.website span{margin-right: 6px;color: #999;}
.website a:hover{color: #005bac;}
.website .last{color: #333;position: relative;z-index: 10;cursor: pointer;}
.website .last i{width: 10px;height: 6px;background: url('../images/recruit_arrow.png') no-repeat;background-size: 100%;margin: 14px 0 0 4px;}



.index_banner {
    background: url(../images/old/index_banner1.jpg) no-repeat center center;
    height: 830px;
    width: 100%;
    position: relative;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    overflow: hidden;
    display: none
}

.banner_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner_box .row {
    margin-left: 0;
    margin-right: 0;
    height: 100%
}

.banner_box .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

.banner_wrap {
    width: 100%;
    height: 100%;
    border-right: 2px solid rgba(255, 255, 255, .1);
    padding-left: 32px;
    padding-top: 98%
}

.banner_wrap:hover {
    background-color: rgba(0, 0, 0, .2)
}

.banner_wrap:hover .readmore i {
    background: url(../images/old/readmore_bg1.png) no-repeat center center
}

.banner_wrap:hover .readmore a {
    display: block
}

.banner_wrap:hover .readmore span {
    opacity: 1
}

.banner_wrap:hover p {
    top: -48px;
    opacity: 1
}

.banner_wrap:hover h2 {
    position: relative;
    top: -50px
}

.banner_wrap:hover h3 {
    position: relative;
    top: -50px
}

.banner_wrap a {
    display: block;
    height: 100%;
    color: #fff
}

.banner_wrap h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.banner_wrap h3 {
    font-size: 30px;
    margin-bottom: 34px;
    color: #fff;
    font-weight: lighter
}

.banner_wrap p {
    font-size: 14px;
    position: relative;
    top: 50px;
    opacity: 0;
    margin-bottom: 40px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.readmore i {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/old/readmore_bg.png) no-repeat center center;
    float: left
}

.readmore span {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    font-weight: 700;
    opacity: 0
}

.index_news {
    /*width: 43%;*/
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9999
}

.index_news .swiper-pagination-switch {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background-color: #fff6e4
}

.index_news .swiper-active-switch {
    width: 9px;
    height: 18px;
    background: url(../images/old/point1.png) no-repeat center center;
    position: relative;
    top: 7px
}

.index_news .swiper-pagination {
    bottom: 18px
}

.news_text {
    background-color: #f0f0f0;
    padding: 30px
}

.index_news .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.news_text h2 {
    font-size: 20px;
    color: #505050
}

.news_text .line {
    width: 40px;
    height: 1px;
    background-color: #505050;
    margin: 18px 0 20px
}

.news_text p>a {
    color: #666;
    line-height: 22px;
    font-size: 14px;
    height: 40px;
    overflow: hidden
}

.news_text p>a:hover {
    color: #69a9dc
}

.news_text hr {
    border-bottom: 1px dotted #d6d6d6
}

.more_icon {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/old/add_icon.png) no-repeat center center;
    position: absolute;
    right: 46px;
    top: 34px
}

.news_img {
    overflow: hidden;
    height:230px;
}

.news_img img{ width:100%; height:100%; }

.close_btn {
    width: 30px;
    height: 30px;
    background: url(../images/old/close_icon1.png) no-repeat center center;
    position: absolute;
    left: -30px;
    top: -15px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .4);
    z-index: 10;
    border-radius: 15px;
    cursor: pointer
}

.index_n2 {
    width: 21.5%;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    background-color: #f0f0f0;
    padding-left: 34px;
    display: none
}

.index_n2 .tx {
    line-height: 46px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index_n2 .tx:hover {
    color: #69a9dc
}

.index_n2 .add {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/old/add_icon.png) no-repeat center center;
    position: absolute;
    right: 34px;
    top: 20px
}

.index_n2 .add_icon {
    width: 30px;
    height: 30px;
    background: url(../images/old/close_icon2.png) no-repeat center center;
    position: absolute;
    left: -16px;
    top: -15px;
    z-index: 2;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
    border-radius: 15px;
    cursor: pointer
}

.system_con {
    background-color: #fff
}

.system_wrap {
    height: 450px;
    display: table;
    width: 100%
}

.system_box {
    display: table-cell;
    vertical-align: middle
}

.system_box .icon1 {
    width: 70px;
    height: 70px;
    background: url(../images/old/pro_icon1.png) no-repeat center center;
    margin: 0 auto
}

.system_box .icon2 {
    width: 70px;
    height: 70px;
    background: url(../images/old/pro_icon2.png) no-repeat center center;
    margin: 0 auto
}

.system_box h2 {
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 27px 0
}

.system_box p {
    font-size: 14px;
    color: #666;
    width: 45.8%;
    text-align: center;
    margin: 0 auto;
    line-height: 24px
}

.system_box .more {
    display: block;
    width: 125px;
    line-height: 42px;
    text-align: center;
    font-size: 12px;
    color: #cdcdcd;
    border-radius: 21px;
    border: 1px solid #d3d3d3;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 34px
}

.system_con .line {
    width: 1px;
    height: 302px;
    margin-top: 77px;
    background-color: #e0e0e0;
    float: left
}

.system_wrap .more:hover {
    background-color: #6ba1d5;
    border-color: transparent;
    color: #fff
}

.system_wrap .more:hover .icon1 {
    background: url(../images/old/pro_icon01.png) no-repeat center center
}

.system_con .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.index_pro_box {
    height: 600px;
    display: table;
    width: 100%
}

.index_pro_text {
    background-color: #f4f4f4;
    display: table-cell;
    vertical-align: middle;
    padding-left: 90px
}

.index_pro_text h2 a {
    font-size: 36px;
    color: #222
}

.index_pro_text h3 {
    font-size: 18px;
    color: #606060;
    margin: 30px 0 62px
}

.index_pro_text p {
    font-size: 13px;
    color: #787878;
    padding-left: 28px;
    position: relative;
    line-height: 30px
}

.index_pro_text p span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../images/old/pro_p_icon.png) no-repeat center center;
    line-height: 30px
}

.index_pro_text a.buy {
    display: block;
    width: 146px;
    height: 30px;
    background: url(../images/old/pro_buyicon.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    text-align: right;
    padding-right: 24px;
    padding-top: 4px;
    margin-top: 60px
}

.index_pro .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.index_pro_video {
    width: 100%;
    overflow: hidden;
    position: relative
}

.video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 142px;
    height: 62px;
    background: url(../images/old/index_video_icon.png) no-repeat center center;
    margin-left: -71px;
    margin-top: -31px;
    z-index: 9
}


.white_line {
    width: 100%;
    height: 5px;
    background-color: #fff
}

.xp_right p {
    height: 60px;
    overflow: hidden
}

.index_nav1 {
    width: 582px;
    display: block!important
}

.header_btn1 span {
    background-color: #333
}

.header_btn1.open span{background-color:#6ba1d5;}


.header_btn1:hover span{background-color:#6ba1d5;}

.pro_left {
    overflow: hidden;
    background-color: #f1f1f1;
    height: 610px;
    width: 100%
}

.pro_2H_02_bg .pro_left {
    background: 0 0
}

.pro_6H_step5 .pro_left_img {
    width: 100%;
    margin: 0;
    position: relative;
    left: -100%
}

.index_pro_text1 {
    background-color: #f1f1f1
}

.pro_2H_02_bg .index_pro_text1 {
    background: 0 0
}

.pro_6H_step5 .index_pro_text {
    position: relative;
    left: 150%;
    background: 0 0
}

.pro_6H_step6 .pro_left {
    padding-bottom: 36px
}

.index_pro_text1 h2 {
    color: #666;
    font-size:32px;
}

.index_pro_text1 h3 {
    font-size: 16px;
    color: #858585;
    margin: 20px 0 32px;
}

.index_pro_text1 p {
    color: #858585;
    line-height: 26px;
    font-size: 15px;
}

.pro_6H_step1 p,
.pro_6H_step5 p {
    color: #606060
}

.pro_6H_step5 h2 {
    margin-bottom: 10px;
    color: #000
}

.index_pro_text1 a {
    margin-top: 40px
}

.pro_led_wrap2 .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.pro_wrap2_con {
    border-right: 1px solid #e4e4e4;
    padding-top: 16.5%;
    padding-bottom: 30%;
    position: relative;
    top: 0
}

.pro_wrap2_con a {
    position: relative;
    top: 0;
    transition: top 1s;
    -moz-transition: top 1s;
    -webkit-transition: top 1s;
    -o-transition: top 1s
}

.pro_wrap2_con:hover a {
    top: -30px
}

.pro_wrap2_con a {
    display: block;
    width: 100%;
    height: 100%
}

.pro_wrap2_con:hover {
    background-color: #fafafa
}

.pro_wrap2_con:hover .more_btn {
    background: url(../images/old/readmore_bg3.png) no-repeat center center
}

.pro_wrap2_con h2 {
    font-size: 36px;
    color: #666;
    text-align: center;
    text-transform: uppercase
}

.pro_wrap2_con .line {
    width: 56px;
    height: 1px;
    background-color: #666;
    margin: 25px auto 40px
}

.pro_wrap2_con p {
    font-size: 14px;
    color: #858585;
    width: 182px;
    margin: 0 auto;
    line-height: 26px;
    text-align: center
}

.pro_wrap2_con .more_btn {
    width: 44px;
    height: 44px;
    background: url(../images/old/readmore_bg2.png) no-repeat center center;
    margin: 50px auto 100px
}

.pro_wrap2_img {
    width: 68.5%;
    margin: 0 auto
}

.pro_wrap3 {
    position: relative;
    display: none
}

.pro_wrap3 h2 {
    font-size: 36px;
    color: #fff6e4;
    position: absolute;
    left: 53%;
    top: 13%;
    width: 112px;
    margin-left: -106px
}

.pro_wrap3 .line {
    width: 56px;
    height: 1px;
    background-color: #fff5e0;
    position: absolute;
    left: 50%;
    top: 21.2%;
    margin-left: -28px
}

.pro_wrap3 p {
    font-size: 14px;
    color: #fffbf3;
    width: 404px;
    position: absolute;
    left: 50%;
    top: 26%;
    line-height: 26px;
    margin-left: -202px;
    text-align: center
}

.pro_wrap3 .more {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/old/readmore_bg.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 81%;
    margin-left: -22px
}

.pro_wrap3 .more:hover {
    background: url(../images/old/readmore_bg3.png) no-repeat center center
}

.pro_wrap3_img {
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%
}

.pro_wrap4 {
    background: linear-gradient(to right, #6ca3d6 0, #acd3ef 100%);
    margin-top: -12px;
    padding: 5% 15%
}

.pro_wrap4 h2 {
    color: #f8f5ec;
    font-size: 36px;
    margin-bottom: 30px
}

.pro_input {
    border-bottom: 1px solid #abc9e1;
    width: 100%;
    position: relative
}

.pro_input .i1 {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #f8f5ec;
    width: 208px;
    line-height: 50px;
    padding-left: 30px
}

.pro_input .i2 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 16px;
    background: url(../images/old/pro_search.png) no-repeat center center
}

.pro_wrap4 a {
    width: 176px;
    border-radius: 26px;
    border: 1px solid #f8f5ec;
    margin-top: 50px;
    text-align: center;
    line-height: 52px;
    display: block;
    color: #f1f0eb
}

.pro_wrap4 a:hover {
    background-color: #f1f0eb;
    color: #69a9dc
}

.pro_smart_wrap2 .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.pro_smart_wrap4 {
    margin-top: 0
}

.pro_wrap2_con1 {
    overflow: hidden;
    padding-top: 10.5%
}

.pro_wrap2_con1:hover {
    background-color: #fafafa
}

.pro_wrap2_con1 p {
    text-align: center
}

.pro_wrap2_img1 {
    width: 40.5%
}

.pro_wrap2_con1 .more_btn {
    margin: 50px auto 8%
}

.index_pro_text2 h3 {
    margin: 22px 0 70px
}

.index_pro_text2 a {
    margin-top: 25px
}

.pro_left_img1 {
    width: 50%;
    margin: 9% 0 0 41%
}

.pro_wrap2_con2 p {
    width: 340px;
    text-align: center
}

.pro_wrap2_img2 {
    width: 48.5%
}

.pro_row_wrap3 h2 {
    color: #444;
    width: 150px;
    top: 26%;
    margin-left: -75px;
    left: 50%
}

.pro_row_wrap3 p {
    color: #444;
    font-size: 14px;
    top: 34%;
    width: 496px;
    margin-left: -248px
}

.pro_row_wrap3 .more {
    background: url(../images/old/readmore_bg2.png) no-repeat center center;
    top: 44%
}

.index_pro_text2 .line {
    width: 305px;
    height: 1px;
    background-color: #e3e3e3;
    margin-top: 25px
}

.index_pro_text3 h3 {
    margin: 22px 0 50px;
    width: 528px;
    line-height: 26px
}

.pro_left_img2 {
    width: 72%;
    margin: 13% 0 0 27%
}

.pro_rela_wrap3 h2 {
    color: #f9f2e4;
    width: 112px;
    margin-left: -56px;
    top: 19%
}

.pro_rela_wrap3 p {
    color: #f9f2e4;
    top: 27%;
    width: 478px
}

.pro_rela_wrap3 .more {
    background: url(../images/old/readmore_bg4.png) no-repeat center center;
    top: 37%
}

.pro_rela_icon {
    position: absolute;
    left: 50%;
    width: 470px;
    margin-left: -235px;
    top: 50%
}

.pro_rela_icon h3 {
    font-size: 14px;
    color: #f9f2e4;
    text-align: center
}

.pro_rela_icon img {
    display: block;
    width: 54px;
    margin: 0 auto 10px
}

.pro_rela_ibox {
    margin-bottom: 50px
}

.index_pro_text3 .line {
    width: 305px;
    height: 1px;
    background-color: #e3e3e3;
    margin-top: 25px
}

.index_pro_text3 a.buy {
    margin-top: 30px
}

.pro_rela_wrap2 {
    position: relative;
    padding: 16% 0 20%
}

.index_pro_text4 a {
    margin-top: 30px
}

.index_pro_text4 .line {
    width: 305px;
    height: 1px;
    background-color: #e3e3e3;
    margin-top: 25px
}

.pro_left_img3 img {
    margin: 0 auto
}

.pro_switch h2 {
    width: 208px;
    left: 50%;
    margin-left: -104px;
    top: 15%
}

.pro_switch .line {
    top: 22%
}

.pro_switch p {
    width: 520px;
    left: 50%;
    margin-left: -255px;
    top: 27%
}

.pro_wrap2_con3 .more_btn {
    margin: 50px auto 100px
}

.pro_wrap2_img3 {
    width: 67.5%
}

.switch_more {
    background: url(../images/old/switch_more1.jpg) no-repeat center center;
    width: 70px;
    height: 95px;
    position: absolute;
    top: 50%;
    margin-top: -47.5px;
    right: -70px;
    z-index: 9999;
    cursor: pointer;
    background-size: cover
}

.switch_more:hover{
	background: url(../images/old/switch_more1_on.jpg) no-repeat center center;
}

.switch_more1 {
    background: url(../images/old/switch_more2.jpg) no-repeat center center;
    width: 70px;
    height: 95px;
    position: absolute;
    top: 50%;
    margin-top: -47.5px;
    right: -70px;
    z-index: 99;
    cursor: pointer;
    background-size: cover
}

.switch_more1:hover{
	background: url(../images/old/switch_more2_on.jpg) no-repeat center center;
}


.pc_box {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 1001;
    left: -400px;
	height:100%;
}

.pc_box .left-nav-ul {
    width: 280px;
    margin: 80px auto;
    overflow: auto;
    height: 100%
}

.pc_box .left-nav-ul li {
    border-bottom: 1px solid #dddbdb
}

.pc_box .left-nav-ul li.on .first-level p.name {
    color: #69a9dc
}

.pc_box .left-nav-ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    line-height: 2.688;
    padding-left: 50px
}

.pc_box .left-nav-ul li a:hover {
    color: #64a7d6
}

.pc_box .left-nav-ul li .first-level {
    width: 100%;
    height: 75px;
    line-height: 75px;
    cursor:pointer;
}

.pc_box .left-nav-ul li .first-level p.name {
    font-size: 21px;
    color: #333
}

.pc_box .left-nav-ul li .first-level i.open-icon {
    width: 18px;
    height: 75px;
    display: block;
    background: url(../images/old/left-nav-open.png) no-repeat scroll center center
}

.pc_box .left-nav-ul li .second-level {
    display: none
}

.pc_box .left-nav-ul li .second-level .second-level-item {
    width: 100%;
    border-top: 1px solid #dddbdb
}

.pc_box .left-nav-ul li .second-level .second-level-item.on p.name{color:#69a9dc;}

.pc_box .left-nav-ul li .second-level .second-level-item .second-level-top {
    height: 70px;
    line-height: 70px;
    cursor:pointer;
}

.pc_box .left-nav-ul li .second-level .second-level-item:last-child {
    border-bottom: 0
}

.pc_box .left-nav-ul li .second-level .second-level-item p.name {
    font-size: 17px;
    color: #666;
    padding-left: 50px
}

.pc_box .left-nav-ul li .second-level .second-level-item p.name:hover{color:#69a9dc;}


.pc_box .left-nav-ul li .second-level .second-level-item i.open-icon {
    width: 18px;
    height: 70px;
    display: block;
    background: url(../images/old/left-nav-open2.png) no-repeat scroll center center
}

.pc_box .left-nav-ul li .second-level .second-level-item .third-level {
    padding-bottom: 10px;
    display: none
}

.pc_box .left-nav-ul li .second-level .second-level-item .third-level a {
    display: block;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    line-height: 2.688;
    padding-left: 50px
}

.pc_box .left-nav-ul li .second-level .second-level-item .third-level a:hover {
    color: #64a7d6
}

.pc_box .left-nav-ul li.on .first-level i.open-icon {
    background: url(../images/old/left-nav-close.png) no-repeat scroll center center
}

.pc_box .left-nav-ul li .second-level .second-level-item.on i.open-icon {
    background: url(../images/old/left-nav-close2.png) no-repeat scroll center center
}

.pc_box .left-nav-ul li.open .first-level p.name {
    color: #69a9dc
}

.pc_box .left-nav-ul li.open .second-level {
    display: block
}

.de_banner {
    background: url(../images/old/de_banner1.jpg) no-repeat center center;
    width: 100%;
    padding: 10% 0;
    background-size: cover
}

.de_banner_tx .p1 {
    font-size: 15px;
    color: #fff
}

.de_banner_tx .p2 {
    font-size: 16px;
    color: #fff;
    line-height: 32px
}

.de_banner_tx .fl {
    float: left
}

.de_banner_tx .p2 span {
    color: #fefefe
}

.talent_wechat {
    position: relative;
    margin-top: 10px
}

.talent_wechat img {
    margin-left: 10px;
    width: 16px;
    cursor: pointer
}

.talent_wechat .main {
    position: absolute;
    left: 30px;
    height: 134px;
    width: 134px;
    top: -56px;
    display: none
}

.talent_wechat .main i {
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #fff;
    border-top: 15px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    display: inline-block
}

.talent_wechat .main img {
    display: block;
    width: 134px;
    height: 134px;
    border-radius: 3px
}

.de_banner_tx h2 {
    font-size: 25px;
    color: #fff;
    margin: 20px 0 32px;
    line-height: 40px
}

.de_nav a {
    display: block;
    float: left;
    margin-right: 75px;
    color: #888;
    font-size: 15px;
    font-weight: 700
}

.de_nav {
    margin-top: 42px
}

.de_nav .job {
    width: 120px;
    height: 35px;
    background: url(../images/old/de_icon1.png) no-repeat center center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 9px 0 0 45px;
    margin-top: -9px;
    margin-right: 0
}

.manage_box {
    float: left
}

.manage_img {
    width: 11%;
    float: left;
    margin: 38px 3% 0
}

.manage_img1 {
    width: 4%;
    float: left;
    margin: 38px 3% 0
}

.manage_box h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px
}

.manage_box p {
    color: #888;
    font-size: 14px
}

.manage_box1 {
    width: 9%
}

.manage_box2 {
    width: 10%
}

.manage_con {
    margin-top: 12%
}

.sys_box {
    margin-top: 6%
}

.sys_box .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.sys_text {
    display: table
}

.sys_tx {
    display: table-cell;
    vertical-align: middle;
    padding-left: 11%
}

.sys_tx p {
    width: 56%;
    color: #888;
    font-size: 13px;
    line-height: 26px
}

.sys_tx .line {
    width: 48px;
    height: 2px;
    background-color: #6ba1d5;
    margin: 18px 0 32px
}

.sys_tx h2 {
    font-size: 24px;
    color: #595959
}

.de_banner2 {
    background: url(../images/old/de_banner2.jpg) no-repeat center center;
    width: 100%;
    background-size: cover
}

.de_banner2_tx {
    background-color: #8cbbe3;
    color: #fff;
    width: 490px;
    padding: 60px;
    margin: 10% 0
}

.de_banner2_tx h2 {
    font-size: 24px
}

.de_banner2_tx .line {
    width: 48px;
    height: 2px;
    background-color: #fff;
    margin: 18px 0 32px
}

.de_banner2_tx p {
    font-size: 13px;
    line-height: 26px
}

.talent .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.talent_tx h2 {
    font-size: 24px;
    color: #595959
}

.talent_tx .line {
    width: 48px;
    height: 2px;
    background-color: #85b5e0;
    margin: 18px 0 32px
}

.talent_tx p {
    font-size: 13px;
    color: #888;
    line-height: 26px
}

.talent_box {
    height: 500px;
    display: table;
    border-right: 1px solid #e2e2e2
}

.talent_tx {
    display: table-cell;
    vertical-align: middle
}

.talent_box1 {
    padding-left: 42%
}

.talent_box1 .talent_tx p {
    width: 87%
}

.talent_box2 {
    padding-left: 8.5%
}

.talent_box2 .talent_tx p {
    width: 56%
}

.search_arrow {
    display: none
}

.care_box {
    margin-top: 70px;
    margin-bottom: 8%
}

.care_wrap h2 {
    font-size: 19px;
    color: #666;
    margin-left: 40px
}

.care_wrap {
    padding-top: 40px;
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.care_wrap .line {
    width: 33px;
    height: 1px;
    background-color: #6ba1d5;
    margin: 30px 0 40px;
    margin-left: 43px
}

.job_banner {
    background: url(../images/old/job_banner1.jpg) no-repeat center center;
    width: 100%;
    margin-top: 57px
}

.job_banner_tx h2 {
    margin: 14px 0 24px;
    font-size: 43px
}

.job_banner_tx .p2 {
    font-size: 14px
}

.job_banner_tx {
    padding-top: 12%;
    padding-bottom: 10%
}

.job_con {
    margin-top: 38px
}

.job_left {
    width: 44%;
    background-color: #77acdb;
    padding: 22px 60px 14.5%;
    float: left
}

.job_search h2 {
    font-size: 17px;
    color: #fff;
    margin: 32px 0 26px
}

.job_search .sr {
    color: #efefef;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 32px
}

.job_search {
    width: 54%;
    float: right;
    overflow: hidden
}

.job_search .tj {
    display: block;
    width: 156px;
    height: 36px;
    background-color: #fff;
    border-radius: 18px;
    color: #6ba1d5;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 48px
}

.job_search .zp {
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #efefef;
    line-height: 32px;
    background: url(../images/old/job_icon2.png) no-repeat 94% center;
    position: relative;
    cursor: pointer
}

.job_search .zw {
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #efefef;
    line-height: 32px;
    background: url(../images/old/job_icon2.png) no-repeat 94% center;
    position: relative;
    cursor: pointer
}

.job_search .dq {
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #efefef;
    line-height: 32px;
    background: url(../images/old/job_icon2.png) no-repeat 94% center;
    position: relative;
    cursor: pointer
}

.job_search .sj {
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #efefef;
    line-height: 32px;
    background: url(../images/old/job_icon2.png) no-repeat 94% center;
    position: relative;
    cursor: pointer
}

.job_search .sel {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    display: none
}

.job_search .sel li {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    text-indent: 20px;
}

.job_search .sel li:hover {
    color: #fff;
    background:#6ba1d5;
}

.job_text h2 {
    font-size: 18px;
    color: #6097c8;
    margin-bottom: 28px;
    background: url(../images/old/add_icon1.png) no-repeat 96% center;
    cursor: pointer
}

.job_text p {
    font-size: 15px;
    color: #666;
    line-height: 34px
}

.job_text .p1 {
    width: 38.3%;
    float: left
}

.job_text .p2 {
    width: 23.4%;
    float: left
}

.job_text .p3 {
    width: 37.8%;
    float: left
}

.job_right {
    float: left;
    width: 33%;
    margin-left: 42px;
    height: 875px;
    overflow-y: auto
}

.job_text {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 30px 20px
}

.job_text:nth-child(1) {
    border-top: none
}

.job_xq {
    margin-top: 20px;
    display: none
}

.en_banner {
    background: url(../images/old/engin_banner.jpg) no-repeat center center;
    background-size: cover
}

.en_banner_tx {
    color: #fff
}

.en_banner_tx h2 {
    font-size: 44px;
    margin: 15px 0 30px;
    color: #333
}

.en_banner_tx .p1 {
    font-size: 15px;
    color: #333
}

.en_banner_tx .p2 {
    font-size: 15px;
    line-height: 28px;
    width: 468px;
    color: #6b6b6b
}

.engin_title p {
    color: #666;
    font-size: 19px;
    line-height: 74px;
    text-transform: uppercase;
    float: left
}

.engin_title .fh {
    display: block;
    float: left;
    margin-top: 20px
}

.engin_title {
    border-bottom: 1px solid #e8e8e8;
    background: url(../images/old/engin_icon1.png) no-repeat right center;
    position: relative;
    cursor: pointer
}

.xiala {
    position: absolute;
    right: 0;
    top: 75px;
    background: #fff;
    z-index: 9;
    display: none;
    width: 100%
}

.xiala a {
    color: #666;
    font-size: 19px;
    line-height: 75px;
    padding: 0 68px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase
}

.xiala a:hover {
    background-color: #69a9dc;
    color: #fff
}

.xiala a.on {
    background-color: #69a9dc;
    color: #fff
}

.engin_wrap h2 {
    color: #333;
    font-size: 18px;
    background-color: #f1f1f1;
    padding: 20px 0 20px 38px
}

.engin_box_con h2 {
    color: #333;
    font-size: 18px;
    background-color: #f1f1f1;
    padding: 20px 0 20px 38px
}

.engin_con {
    margin: 74px 0 13%
}

.enginlist_box {
    width: 63%;
    margin: 0 auto
}

.engin_box {
    margin: 104px 0 128px
}

.engin_left {
    width: 60%;
    float: left;
    background: url(../images/old/engin_l1.jpg) no-repeat center center;
    background-size: cover;
    padding: 18% 0 18% 8%;
    margin-top: 20px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.engin-right {
    width: 40%;
    float: left
}

.engin_tx {
    display: none;
    color: #fff
}

.engin_tx h2 {
    font-size: 12px;
    text-transform: uppercase
}

.engin_tx p {
    font-size: 19px;
    width: 68%;
    line-height: 40px;
    margin: 40px 0 30px
}

.engin_tx a {
    display: block;
    width: 156px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #6ba1d5;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.engin-right li {
    position: relative;
    transition: all .3s linear;
    width: 100%;
    height: 82px
}

.engin-right .li1 {
    background: url(../images/old/engin_bg1.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li2 {
    background: url(../images/old/engin_bg2.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li3 {
    background: url(../images/old/engin_bg3.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li4 {
    background: url(../images/old/engin_bg4.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li5 {
    background: url(../images/old/engin_bg5.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li6 {
    background: url(../images/old/engin_bg6.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li7 {
    background: url(../images/old/engin_bg7.jpg) no-repeat center center;
    background-size: cover
}

.engin-right .li8 {
    background: url(../images/old/engin_bg8.jpg) no-repeat center center;
    background-size: cover
}

.engin-right li>a {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    padding-left: 138px;
    line-height: 82px
}

.engin-right li:hover {
    height: 100px;
    background: url(../images/old/engin_bg9.jpg) no-repeat center center;
    background-size: cover;
    margin-left: -20px;
    width: 105%
}

.engin-right li:hover a {
    color: #666;
    line-height: 80px
}

.engin-right li:hover span {
    opacity: 1
}

.engin-right li>span {
    position: absolute;
    left: 138px;
    top: 56px;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0
}

.service_dl {
    background-color: #f9f9f9;
    padding: 100px 0 80px;
    display: none;
}

.dl_img_con {
    width: 32%;
    float: left;
    position: relative
}

.dl_img_con1,
.dl_img_con2 {
    margin-right: 20px
}

.service_dl h2 {
    font-size: 24px;
    color: #595959;
    margin-bottom: 30px
}

.dl_img_tx {
    position: absolute;
    color: #fff;
    left: 32px;
    top: 42px
}

.dl_img_arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 14px;
    width: 100%;
    background: url(../images/old/dl_img_arrow.png) repeat-x
}

.dl_img_con.on .dl_img_arrow {
    background: url(../images/old/dl_img_arrow_on.png) no-repeat center top
}

.m_download {
    display: none
}

.dl_img_tx h3 {
    font-size: 24px
}

.dl_img_tx p {
    font-size: 14px;
    margin: 12px 0 20px
}

.dl_img_tx a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/old/dl_1.png) no-repeat center center
}

.dl_img_wrap {
    margin-bottom: 44px
}

.service_dl ul li {
    float: left;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #dfdfdf;
    padding: 0 20px;
    margin-right: 20px;
    cursor: pointer
}

.service_dl ul {
    margin-bottom: 60px
}

.service_dl ul li:hover {
    background-color: #6ba1d5;
    color: #fff
}

.service_dl ul .cur {
    background-color: #6ba1d5;
    color: #fff
}

.dl_wd_tx p {
    padding-left: 40px;
    background: url(../images/old/dl_3.png) no-repeat left center;
    line-height: 40px
}

.dl_wd_tx {
    background: url(../images/old/dl_2.png) no-repeat right center;
    width: 30.5%;
    float: left;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.dl_wd_tx1 {
    margin-right: 48px
}

.dl_wd_tx2 {
    margin-right: 48px
}

.problem_con p {
    width: 47%;
    float: left;
    line-height: 52px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    background: url(../images/old/add_icon1.png) no-repeat right center;
    cursor: pointer
}

.problem_con p.on{
    background: url(../images/old/reduce_icon1.png) no-repeat right center;
}

.problem_con p.on:hover{
    background: url(../images/old/reduce_icon1_on.png) no-repeat right center;   
}

.problem_con p .tx {
    position: absolute;
    left: 0;
    top: 52px;
    background: #6ba1d5;
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    padding: 30px;
    width:100%;
    z-index: 9
}

.problem_con p .tx img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.problem_con p a {
    font-size: 15px;
    color: #666;
    display: block
}
.problem_con p:hover{background:url("../images/old/add_icon1_on.png") no-repeat right center;}
.problem_con p a:hover {
    color: #6ba1d5;
    
}

.problem_con p:nth-child(odd) {
    margin-right: 48px
}

.problem {
    padding: 85px 0
}

.problem h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #595959
}

.problem .l {
    display: block;
    width: 125px;
    line-height: 42px;
    text-align: center;
    font-size: 12px;
    color: #cdcdcd;
    border-radius: 21px;
    border: 1px solid #d3d3d3;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 34px;
}

.problem .l:hover {
    background-color: #6ba1d5;
    border-color: transparent;
    color: #fff;
}

.suggest_left {
    width: 50%;
    float: left;
    overflow: hidden
}

.suggest_right {
    background-color: #f9f9f9;
    width: 50%;
    float: left
}

.suggest_right input {
    display: block;
    line-height: 40px;
    color: #666;
    width: 60%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding-left: 18px
}

.suggest_right h2 {
    font-size: 24px;
    color: #595959;
    margin-bottom: 40px;
    padding-top: 80px;
    margin-left: 100px
}

.suggest_right .wt {
    border: none;
    background-color: transparent;
    outline: 0;
    height: 108px;
    color: #666;
    padding-top: 9px;
    padding-left: 18px;
    height: 118px
}

.suggest_right .in {
    position: relative;
    margin-left: 100px
}

.suggest_right .in span {
    font-size: 14px;
    color: #fe0113;
    position: absolute;
    left: 0;
    top: 12px
}

.suggest_right .in1 {
    height: 108px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    width: 54%
}

.suggest_right .tj {
    display: block;
    border-bottom: none;
    width: 116px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #6ba1d5;
    text-align: center;
    color: #fff;
    padding-left: 0;
    margin: 36px 0 0 100px
}

.suggest_right .h {
    width: 1px;
    height: 50px
}

.iw_poi_title {
    color: #c52;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.BMap_bubble_content h3 {
    font-size: 18px;
    margin-bottom: 8px
}

.map_right {
    width: 22.4%;
    float: left;
    position: relative
}

.map_right .title li {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    display: none;
}

.map_right .title .licur {
    display: block;
    background: linear-gradient(to right, #6ca3d6 0, #acd3ef 100%);
    border-bottom: none;
    color: #fff;
    position: relative
}

.map_right .title .licur a {
    color: #fff
}

.map_right .title .licur:after {
    border-color: #7fb0dd transparent transparent transparent;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    height: 0;
    width: 0;
    content: '';
    position: absolute;
    left: 45%;
    top: 100%
}

.biao_con {
    width: 8%;
    float: left
}

.loca_tx {
    width: 82%;
    float: left;
    margin-left: 10%
}

.loca_tx h2 {
    font-size: 18px;
    color: #7fb0dd;
    margin-bottom: 15px;
    line-height: 28px;
    cursor: pointer
}

.loca_tx p {
    font-size: 15px;
    color: #666;
    line-height: 26px
}

.loca_con {
    border-bottom: 1px solid #eee;
    padding: 20px 20px
}

.location {
    height: 85%;
    overflow-y: auto;
    margin: 0 20px
}

.scroll_con {
    padding-left: 30px;
    background: url(../images/old/scroll.png) no-repeat left center;
    font-size: 15px;
    color: #a3a3a3;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    bottom: 20px;
    z-index: 9;
    line-height: 30px
}

.location .zp p {
    border: 1px solid #d4d4d4;
    line-height: 54px;
    width: 100%;
    font-size: 15px;
    color: #666;
    padding-left: 40px;
    cursor: pointer;
    background: url(../images/old/engin_icon1.png) no-repeat 90% center
}

.location .sel li {
    width: 100%;
    color: #999;
    line-height: 36px;
    font-size: 14px;
    padding-left: 40px;
    cursor: pointer
}

.location .sel li a {
    display: block
}

.location .sel {
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 54px;
    border: 1px solid #d4d4d4;
    display: none
}

.location .zp {
    margin-top: 25px;
    position: relative;
    z-index: 10
}

.loca1 {
    display: none
}

.service_arrow {
    display: none
}

.jurisdiction {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none
}

.jurisdiction_layer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.jurisdiction_fail,
.jurisdiction_main,
.jurisdiction_success {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: -85px 0 0 -252px;
    display: none
}

.jurisdiction_main {
    padding: 35px 40px 32px 50px
}

.jurisdiction_main input.text {
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #a5a5a5;
    width: 378px;
    height: 44px;
    padding: 0 17px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    display: block
}

.jurisdiction_main input.btn {
    display: block;
    width: 95px;
    border: 1px solid #6ba1d5;
    background: #6ba1d5;
    font-size: 13px;
    color: #fff;
    height: 33px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    margin-top: 20px
}

.jurisdiction_main .close {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    background: url(../images/old/jurisdiction_close.png) no-repeat;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    opacity: 1
}

.jurisdiction_main .close:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.jurisdiction_fail,
.jurisdiction_success {
    padding: 30px;
    width: 504px;
    height: 170px
}

.jurisdiction_fail i,
.jurisdiction_success i {
    display: block;
    width: 55px;
    height: 55px;
    background: url(../images/old/jurisdiction_success.png) no-repeat;
    margin: 0 auto
}

.jurisdiction_fail i {
    background-image: url(../images/old/jurisdiction_fail.png)
}

.jurisdiction_fail p,
.jurisdiction_success p {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-top: 25px
}

.elect_wrap1 .row {
    margin: 0
}

.elect_wrap1_left {
    background: url(../images/old/elect_img1.jpg) no-repeat center center;
    background-size: cover
}

.elect_wrap1_tx {
    color: #fff;
    text-align: center;
    padding-top: 68px
}

.elect_wrap1_tx .img {
    width: 7.3%;
    margin: 0 auto
}

.elect_wrap1_tx h2 {
    font-size: 25px;
    margin: 28px 0 14px
}

.elect_wrap1_tx h3 {
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 5px
}

.elect_wrap1_tx .line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto
}

.elect_nav li {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #6ba1d5
}

.elect_nav {
    margin-top: 50px;
    opacity: 0
}

.elect_nav .licur1 {
    background-color: #4177be
}

.elect_nav li a {
    display: block;
    color: #fff
}

.elect_wrap1_tx1 {
    display: none
}

.elect_wrap1_right_tx {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.elect_wrap1_right_tx .img {
    width: 7.3%;
    margin: 0 auto
}

.elect_wrap1_right_tx h2 {
    font-size: 25px;
    margin: 28px 0 14px;
    color: #666
}

.elect_wrap1_right_tx h3 {
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #666
}

.elect_wrap1_right_tx .line {
    width: 35px;
    height: 3px;
    background-color: #666;
    margin: 0 auto
}

.elect_wrap1_right {
    background-color: #f8f8f8;
    display: table;
    width: 100%
}

.elect_wrap1_right_hover:hover {
    /* background: url(../images/old/home_img1.jpg) no-repeat center center; */
    /* background-size: cover */
}

.right_hover {
    display: none
}

.elect_wrap1_right_hover:hover h2,
.elect_wrap1_right_hover:hover h3 {
    color: #69a9dc
}

.elect_wrap1_right_hover:hover .line {
    background: #69a9dc
}

.elect_wrap1_right_hover:hover img {
    display: none
}

.elect_wrap1_right_hover:hover img.right_hover {
    display: block
}

.elect_wrap1 .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.elect_wrap2_left {
    width: 76%;
    float: left;
    height: 350px;
    display: table
}

.elect_wrap2_left1 {
    display: table-cell;
    vertical-align: middle
}

.elect_wrap2_left h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 25px
}

.elect_wrap2_left p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    width: 92%
}

.elect_wrap2_mid {
    width: 1px;
    height: 142px;
    background-color: #e2e2e2;
    float: left;
    margin-top: 105px
}

.elect_wrap2_right {
    width: 23%;
    float: left;
    display: table
}

.elect_wrap2_right1 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 85px
}

.elect_wrap2_img {
    width: 90%;
    margin-bottom: 20px
}

.elect_wrap2_right h2 {
    font-size: 14px;
    color: #666
}

.elect_warp3 {
    background: url(../images/old/elect_img3.jpg) no-repeat center center;
    background-size: cover
}

.elect_wrap3_img {
    width: 20%;
    float: left
}

.elect_wrap3_img1 .img {
    display: block;
    background: url(../images/old/elect_icon4.png) no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    background-size: cover
}

.elect_wrap3_tx {
    width: 33%;
    padding: 9% 0 12%;
    float: right;
    margin-right: 17%
}

.elect_wrap3_img h2 {
    font-size: 13px;
    color: #888;
    text-align: center
}

.elect_wrap3_img2 .img {
    display: block;
    background: url(../images/old/elect_icon4.png) no-repeat;
    background-position: -133px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    background-size: cover
}

.elect_wrap3_img3 .img {
    display: block;
    background: url(../images/old/elect_icon4.png) no-repeat;
    background-position: -266px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    background-size: cover
}

.elect_wrap3_img4 .img {
    display: block;
    background: url(../images/old/elect_icon4.png) no-repeat;
    background-position: -399px0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    background-size: cover
}

.elect_wrap3_img5 .img {
    display: block;
    background: url(../images/old/elect_icon4.png) no-repeat;
    background-position: -532px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    background-size: cover
}

.elect_wrap3_img .img {
    margin-bottom: 25px
}

.elect_wrap3_img_con {
    margin: 54px 0 80px
}

.elect_wrap3_tx p {
    font-size: 13px;
    color: #888;
    line-height: 26px
}

.elect_wrap3_tx .ti {
    font-size: 25px;
    color: #000
}

.hotel_warp3 {
    background: url(../images/old/hotel_img1.jpg) no-repeat center center;
    background-size: cover
}

.hotel_warp3 .ti {
    color: #fff;
    line-height: 35px;
    margin-bottom: 25px
}

.hotel_warp3 p {
    color: #fff
}

.elect_wrap4_tx {
    width: inherit;
    float: inherit;
    padding: inherit;
    margin-right: inherit;
    display: table-cell;
    vertical-align: middle
}

.elect_wrap4_left {
    background: linear-gradient(to right, #6398d0 0, #91c1e6 100%)
}

.elect_wrap4 .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.elect_wrap4_left h2,
.elect_wrap4_left p {
    color: #fff
}

.elect_wrap4_tx h2 {
    color: #fff!important
}

.elect_wrap4_left {
    display: table
}

.elect_wrap4_tx1 {
    width: 65.6%;
    margin-left: 17%
}

.elect_wrap4_img1 .img {
    display: block;
    background: url(../images/old/elect_icon5.png) no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap4_img2 .img {
    display: block;
    background: url(../images/old/elect_icon5.png) no-repeat;
    background-position: -133px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap4_img3 .img {
    display: block;
    background: url(../images/old/elect_icon5.png) no-repeat;
    background-position: -266px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap4_img4 .img {
    display: block;
    background: url(../images/old/elect_icon5.png) no-repeat;
    background-position: -400px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.item_left {
    float: left;
    width: 50%
}

.item_right {
    float: right;
    width: 50%
}

.hotel_wrap4 .elect_wrap4_left {
    background: #f9f6f3
}

.hotel_wrap4 .elect_wrap4_tx h2 {
    color: #000!important
}

.hotel_wrap4 .elect_wrap4_tx1 {
    margin-left: 13%;
    width: 74%
}

.hotel_wrap4 .elect_wrap4_tx .elect_wrap3_img h2 {
    color: #888!important
}

.hotel_wrap4 .elect_wrap4_left p {
    color: #888
}

.hotel_wrap4 .elect_wrap3_img .img {
    background: url(../images/old/hotel_icon1.png) no-repeat;
    width: 82px;
    height: 81px
}

.hotel_wrap4 .elect_wrap4_img2 .img {
    background-positon: -133px 0
}

.hotel_wrap4 .elect_wrap4_img3 .img {
    background-position: -266px 0
}

.elect_wrap5 {
    height: 600px
}

.elect_wrap5 .ti {
    font-size: 25px;
    color: #000!important
}

.elect_wrap5_img h2 {
    color: #888!important
}

.elect_wrap5_img1 .img {
    display: block;
    background: url(../images/old/elect_icon6.png) no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap5_img2 .img {
    display: block;
    background: url(../images/old/elect_icon6.png) no-repeat;
    background-position: -153px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap5_img3 .img {
    display: block;
    background: url(../images/old/elect_icon6.png) no-repeat;
    background-position: -296px0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap5_img4 .img {
    display: block;
    background: url(../images/old/elect_icon6.png) no-repeat;
    background-position: -439px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap5_tx {
    width: 38.5%;
    text-align: center;
    margin: 0 auto
}

.elect_wrap5 {
    width: 100%;
    display: table
}

.elect_wrap5 .elect_wrap3_img:nth-child(1) {
    margin-left: 10%
}

.elect_wrap6 {
    width: 100%;
    margin-top: -15px
}

.elect_m_wrap6 {
    display: none
}

.hotel_wrap5 {
    height: auto;
    padding: 4% 0
}

.hotel_wrap5 .ti {
    margin-bottom: 25px
}

.elect_wrap7 {
    background: url(../images/old/elect_img6.jpg) no-repeat center center
}

.elect_wrap7_imgcon {
    width: 20%;
    float: left
}

.elect_wrap7_imgcon1 .img {
    display: block;
    background: url(../images/old/elect_icon7.png) no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap7_imgcon2 .img {
    display: block;
    background: url(../images/old/elect_icon7.png) no-repeat;
    background-position: -134px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap7_imgcon3 .img {
    display: block;
    background: url(../images/old/elect_icon7.png) no-repeat;
    background-position: -267px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap7_imgcon4 .img {
    display: block;
    background: url(../images/old/elect_icon7.png) no-repeat;
    background-position: -401px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap7_img {
    margin: 54px 0 70px;
    width: 105%
}

.elect_wrap7 h2 {
    font-size: 25px;
    color: #000;
    margin-left: 22px
}

.elect_wrap7 h3 {
    font-size: 14px;
    color: #888;
    text-align: center
}

.elect_wrap7 p {
    font-size: 14px;
    color: #888;
    margin-left: 22px
}

.elect_wrap7_con {
    height: 700px;
    display: table
}

.elect_wrap7_con1 {
    display: table-cell;
    vertical-align: middle
}

.elect_wrap8_con h2 {
    font-size: 25px;
    color: #000;
    margin-left: 34px
}

.elect_wrap8_con h3 {
    font-size: 14px;
    color: #888;
    text-align: center
}

.elect_wrap8_con p {
    font-size: 14px;
    color: #888;
    margin-left: 34px;
    width: 82%;
    line-height: 26px
}

.elect_wrap8_con {
    padding-left: 50px
}

.elect_wrap8_imgcon1 .img {
    display: block;
    background: url(../images/old/elect_icon8.png) no-repeat;
    background-position: 0 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap8_imgcon2 .img {
    display: block;
    background: url(../images/old/elect_icon8.png) no-repeat;
    background-position: -134px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.elect_wrap8_imgcon3 .img {
    display: block;
    background: url(../images/old/elect_icon8.png) no-repeat;
    background-position: -267px 0;
    width: 82px;
    height: 81px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: cover
}

.hotel_wrap7 {
    background: url(../images/old/hotel_img4.jpg) no-repeat center center;
    background-size: cover
}

.hotel_wrap7_cont {
    width: 33%;
    margin-left: 15%
}

.hotel_wrap7 p {
    line-height: 26px
}

.hotel_wrap7 .elect_wrap7_imgcon .img {
    background: url(../images/old/hotel_icon2.png) no-repeat;
    width: 82px;
    height: 81px
}

.hotel_wrap7 .elect_wrap7_imgcon2 .img {
    background-position: -133px 0
}

.hotel_wrap7 .elect_wrap7_imgcon3 .img {
    background-position: -266px 0
}

.solution_pic {
    position: relative;
    z-index: 0
}

.solution_pic img {
    display: block;
    width: 100%
}

.solution_pic .mobile_pic {
    display: none
}

.solution_cont {
    width: 92%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative
}

.solution_txt {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    margin-top: -110px
}

.solution_line {
    width: 50px;
    height: 2px;
    background: #f8f8f8;
    margin: 27px 0 45px
}

.solution_nav {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ececec;
    padding: 36px 0
}

.solution_nav ul li {
    float: left;
    width: 25%;
    position: relative;
    z-index: 11
}

.solution_nav ul li a {
    display: block;
    width: 100%;
    height: 84px
}

.solution_nav li img {
    display: block;
    float: left;
    margin-top: 10px
}

.solution_nav li .line {
    width: 1px;
    height: 84px;
    background: #e8e8e8;
    margin: 0 8%;
    float: left
}

.solution_nav li .main {
    float: left
}

.solution_nav li h3 {
    font-size: 37px;
    font-weight: 700;
    color: #333;
    margin-top: 5px
}

.solution_nav li h3 span {
    font-weight: 400;
    font-size: 21px
}

.solution_nav li p {
    font-size: 15px;
    color: #000;
    margin-top: 13px
}

.solution_nav li .arrow {
    position: absolute;
    left: 50%;
    top: -53px;
    margin-left: -19px;
    width: 39px;
    height: 17px;
    background: url(../images/old/solution_nav_arrow.png) no-repeat;
    display: none
}

.solution_nav li.on .arrow,
.solution_nav li:hover .arrow {
    display: block
}

.solution_nav li.on h3,
.solution_nav li:hover h3 {
    color: #6ba1d5
}

.m_solution_nav {
    display: none
}

.home_wrap1_right {
    background: url(../images/old/home_img1.jpg) no-repeat center center;
    display: table;
    width: 100%;
    background-size: cover
}

.home_wrap1_left {
    height: 360px
}

.home_wrap1_left:hover {
    /* background: url(../images/old/elect_img1.jpg) no-repeat center center;
    background-size: cover */
}

.left_hover {
    display: none
}

.home_wrap1_left:hover img {
    display: none
}

.home_wrap1_left:hover img.left_hover {
    display: block
}

.home_wrap1_left:hover .elect_wrap1_right_tx h2,
.home_wrap1_left:hover .elect_wrap1_right_tx h3 {
    color: #69a9dc;
}

.home_wrap1_left:hover .elect_wrap1_right_tx .line {
    background: #69a9dc !important;
}

.home_wrap1_right_tx .img {
    width: 7.3%;
    margin: 0 auto
}

.home_wrap1_right_tx h2 {
    font-size: 25px;
    margin: 28px 0 14px;
    color: #fff;
    text-align: center
}

.home_wrap1_right_tx h3 {
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 4px
}

.home_wrap1_right_tx .line {
    background-color: #fff;
    width: 35px;
    height: 3px;
    margin: 0 auto
}

.home_wrap1_right_tx {
    display: table-cell;
    vertical-align: middle
}

.home_wrap2_left {
    width: 71%
}

.elect_wrap2 {
    width: 70%;
    margin: 0 auto
}

.home_wrap2_right {
    width: 29%;
    margin-left: -1px
}

.home_wrap2_right .elect_wrap2_right1 {
    padding-left: 72px
}

.home_wrap2_right .elect_wrap2_right1 h2 {
    font-size: 12px
}

.home_wrap3_left {
    width: 40%;
    border-top: 1px solid #ececec;
    float: left
}

.home_wrap3_icon {
    width: 28%;
    padding-right: 30px;
    float: left;
    border-right: 1px solid #e8e8e8
}

.home_wrap3_text {
    width: 68%;
    float: left;
    padding-left: 30px
}

.home_wrap3_tx {
    width: 46%;
    margin: 0 0 0 37%
}

.home_wrap3_text p {
    font-size: 16px
}

.home_wrap3_text span {
    font-size: 40px;
    color: #333
}

.home_wrap3_left li {
    border-bottom: 1px solid #ececec;
    padding: 36px 0;
    cursor: pointer
}

.home_wrap3_left li:hover {
    background: url(../images/old/home_icon7.png) no-repeat 93% center
}

.home_wrap3_left li:hover .p1 {
    color: #6ba1d5
}

.home_wrap3_left li:hover .home_wrap3_text span {
    color: #6ba1d5
}

.home_wrap3_text .p1 {
    line-height: 42px
}

.home_wrap3_right {
    width: 60%;
    float: left;
    overflow: hidden;
    position: relative;
    display: none
}

.home_wrap3_right p {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 26px;
    color: #fff
}

.home_wrap3_tx .icon3 {
    height: 70px;
    padding-top: 11px
}

.home_wrap4 h2 {
    font-size: 26px;
    color: #333;
    float: left
}

.home_wrap4 .home_dl {
    font-size: 15px;
    float: right;
    color: #fff;
    padding-left: 30px;
    width: 338px;
    line-height: 46px;
    border-radius: 23px;
    background: url(../images/old/home_dl.png) no-repeat 90% center;
    background-color: #6ba1d5
}

.home_wrap4 {
    width: 70%;
    margin: 0 auto;
    padding-top: 94px
}

.home_wrap4_img {
    margin: 8% 0 11%
}

.home_wrap5 {
    background: url(../images/old/home_img7.jpg) no-repeat center center;
    background-size: cover
}

.home_wrap5_50 {
    background: url(../images/old/home_img7_50.jpg) no-repeat center center;
    background-size: cover
}

.home_wrap5_120 {
    background: url(../images/old/home_img7_120.jpg) no-repeat center center;
    background-size: cover
}

.home_wrap5_150 {
    background: url(../images/old/home_img7_150.jpg) no-repeat center center;
    background-size: cover
}

.home_wrap5 ul li {
    float: left;
    width: 25%
}

.home_wrap5_text {
    color: #fff;
    padding: 0 60px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.home_wrap5_text h2 {
    font-size: 38px;
    padding-top: 30%
}

.home_wrap5_text h3 {
    font-size: 24px;
    margin-top: 18px;
    position: relative;
    margin-bottom: 21%
}

.home_wrap5_text h3:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 43px;
    height: 2px;
    width: 23px;
    background-color: #fff
}

.home_wrap5_text p {
    font-size: 13px;
    line-height: 34px;
    margin-bottom: 20%;
    height: 170px
}

.home_wrap5_text img {
    display: block;
    max-width: 100%
}

.home_wrap5_text h4 {
    font-size: 23px;
    margin-top: 32px;
    padding-bottom: 44%
}

.about_wrap1_right {
    display: table;
    background-color: #f4f4f4;
    padding-left: 22%
}

.about_wrap1_right1 {
    display: table-cell;
    vertical-align: middle
}

.about_wrap1_right1 h2 {
    font-size: 60px;
    color: #74addd
}

.about_wrap1_right1 h3 {
    font-size: 30px;
    color: #666;
    position: relative;
    margin: 18px 0 88px
}

.about_wrap1_right1 h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 58px
}

.about_wrap1_right1 p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
    width: 70%
}
.about_wrap1_right1 .con{
    height:220px;
    overflow:hidden;
    font-size:14px;
    color:#666;
    line-height:32px;
    margin-top:10px;
    text-align:justify;
}
.about_wrap1_right1 .scroll{
    height:100%;
    width:100%;
    padding-right:20px;
    overflow-y:scroll;
}

.about_wrap1 .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.about_wrap2_icon {
    width: 14%;
    margin: 0 auto
}

.about_wrap2_con h2 {
    font-size: 38px;
    margin-bottom: 44px
}

.about_wrap2_con .line {
    width: 40px;
    height: 2px;
    background-color: #666;
    margin: 30px auto 50px
}

.about_wrap2_con p {
    font-size: 15px;
    line-height: 30px
}

.about_wrap2_con {
    color: #666;
    text-align: center;
    width: 46.5%;
    margin: 0 auto
}

.about_wrap2 {
    background: url(../images/old/about_img2.jpg) no-repeat center center;
    background-size: cover;
    padding: 7% 0;
    height: 840px
}

.about_wrap4 .h2 {
    font-size: 37px;
    color: #333;
    text-align: center;
    margin-top: 0
}

.about_wrap4 .h3 {
    font-size: 27px;
    color: #333;
    margin: 16px 0 28px;
    text-align: center
}

.about_wrap4 .line {
    width: 38px;
    height: 4px;
    background-color: #466eb8;
    margin: 0 auto
}

.about_wrap4 {
    background-color: #f9f9f9;
    padding: 5% 0
}

.about_wrap4_con h2 {
    color: #333;
    font-size: 21px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.about_wrap4_con h2:hover {
    color: #4e78c0;
}

.about_wrap4_con h3 {
    font-size: 14px;
    color: #999;
    margin: 16px 0 30px
}

.about_wrap4_con p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden
}

.about_wrap4_con span {
    color: #4e78c0;
    font-size: 16px;
    display: block;
    margin-top: 34px
}

.about_wrap4_con span:hover {
    font-weight: bold;
}

.about_wrap4_con {
    background-color: #fff;
    margin: 0 25px;
    box-shadow: 0 18px 26px rgba(0, 0, 0, .1)
}

.about_wrap4_con .pic {
    height: 265px
}

.about_wrap4_con .pic img {
    width: 100%;
    height: 100%
}

.about_wrap4_con .txt {
    padding: 35px
}

.about_wrap4_qh {
    margin-top: 3%;
    position: relative;
    width: 110%;
    margin-left: 4%;
    padding: 0% 0% 0% 0%;
   
}

.about_wrap4_qh .swiper-slide{ height:600px;}
.about_wrap4_qh .arrow-left1 {
    width: 28px;
    height: 21px;
    background: url(../images/old/about_icon2.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 39%;
    bottom: 5px;
    z-index:10000;
}

.about_wrap4_qh .arrow-left1:hover{
	background: url(../images/old/about_icon2_on.png) no-repeat center center;
	/* left:38%; */
}
.about_wrap4_qh .arrow-right1 {
    width: 28px;
    height: 21px;
    background: url(../images/old/about_icon3.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 43.5%;
    bottom: 5px;
    z-index:10000;
}

.about_wrap4_qh .arrow-right1:hover{
	background: url(../images/old/about_icon3_on.png) no-repeat center center;
	/* left:44.5%; */
}

.about_wrap4 a.rm {
    display: block;
    width: 179px;
    line-height: 58px;
    border-radius: 28px;
    background-color: #6ba1d5;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 3% auto 0;
    text-transform: uppercase
}

.about_wrap4 a.rm:hover {
    background-color: #3273b1;
}
/* 2018 1 24 lxh 新闻修改 */
.swiper-container-about-news{ padding:120px 0px 75px 0px; }
.swiper-container-about-news .swiper-slide{ box-shadow:0 10px 26px rgba(0, 0, 0, .1); width:25%; transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear; }
.swiper-container-about-news .swiper-slide:hover{ box-shadow:0 10px 26px rgba(0, 0, 0, .3); }
.swiper-container-about-news .swiper-slide a{ display:block; width:100%; height:100%; }
.swiper-container-about-news .swiper-slide .pic{ width:100%; height:265px; background-repeat:no-repeat; background-size:cover; background-position:center center; }
.swiper-container-about-news .swiper-slide .txt{ padding:30px; }
.swiper-container-about-news .swiper-slide .txt h2{ color:#333; font-size:21px; width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.swiper-container-about-news .swiper-slide .txt h3{ font-size:14px; color:#999; margin:16px 0 30px; }
.swiper-container-about-news .swiper-slide .txt p{ font-size:14px; color:#666; line-height:28px; height:56px; overflow:hidden; }
.swiper-container-about-news .swiper-slide .txt span{ color:#4e78c0; font-size:16px; display:block; margin-top:34px; }
.swiper-container-about-news .swiper-button-prev,
.swiper-container-about-news .swiper-button-next{ width:28px; height:21px; display:block; position:absolute; z-index:10000; bottom:5px; top:auto; }
.swiper-container-about-news .swiper-button-prev{ background:url(../images/old/about_icon2.png) no-repeat center center; left:47.5%; right:auto; }
.swiper-container-about-news .swiper-button-next{ background:url(../images/old/about_icon3.png) no-repeat center center; right:47.5%; left:auto; }
.swiper-container-about-news .swiper-button-prev:hover{ background:url(../images/old/about_icon2_on.png) no-repeat center center; }
.swiper-container-about-news .swiper-button-next:hover{ background:url(../images/old/about_icon3_on.png) no-repeat center center; }
.about_wrap5 {
    position: relative
}

.about_wrap5_box {
    width: 25%;
    float: left
}

.about_wrap5_con {
    width: 65%;
    position: absolute;
    left: 17%;
    bottom: 10%
}

.about_wrap5_box h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 22px 0 14px
}

.about_wrap5_box p {
    font-size: 13px;
    color: #fff;
    text-align: center
}

.about_wrap5_img {
    padding: 0 38%
}

.about_wrap3_left {
    width: 50%;
    float: left;
    cursor: pointer
}

.about_wrap3_right {
    width: 50%;
    float: left;
    cursor: pointer
}

.about_video {
    margin: 88px auto;
    width: 800px
}

.about_video video {
    width: 800px;
    height: 600px
}

.video_bg {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none
}

.video_bg .close {
    position: absolute;
    right: 20%;
    top: 10%;
    opacity: 1
}

.about_wrap3 .tx h2 {
    font-size: 12px;
    color: #fff
}

.about_wrap3 .tx .line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 20px 0 26px
}

.about_wrap3 .tx h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px
}

.about_wrap3 .tx p {
    font-size: 12px;
    color: #fff
}

.about_wrap3_left {
    position: relative
}

.about_wrap3_right {
    position: relative
}

.about_wrap3 .tx {
    position: absolute;
    left: 70px;
    top: 40px
}

.about_wrap3 .tangle {
    width: 80px;
    height: 80px;
    border-radius:50%;
    background:url("../images/old/tangle1.png") no-repeat;
    line-height:80px;
    text-align:center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-40px 0px 0px -40px;
}

.about_wrap3 .tangle:hover{-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;}
/*å®šä¹‰æ—‹è½¬åŠ¨ç”»*/
@-webkit-keyframes spin { /*åŠ¨ç”»ä¸€ç›´æ‰§è¡Œï¼Œä¸€ç›´æ—‹è½¬ å…¼å®¹æ€§å†™æ³•ã€‚spinæ˜¯å…³é”®å¸§çš„åŠ¨ç”»åç§°*/
  form { /*åŠ¨ç”»èµ·å§‹çŠ¶æ€*/
    -webkit-transform: rotate(0deg);
  }
  to { /*åŠ¨ç”»ç»“æŸçŠ¶æ€*/
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {/*æ™®é€šå†™æ³•*/
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about_wrap3 .tangle img{width:auto; display:inline-block; margin-left:15px;}

.index_menu {
    background-color: #6ba1d5;
    width: 20%;
    position: fixed;
    right: -80%;
    top: 55px;
    z-index: 1026;
    min-height: 800px
}

.index_menu ul {
    padding: 60px 32px 0
}

.index_menu li {
    position: relative;
    height: 75px
}

.index_menu li a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
    height: 75px;
    overflow: hidden
}

.index_menu li a span {
    font-size: 20px
}

.index_menu li {
    text-align: right
}

.index_menu li:hover a>p {
    margin-right: 20px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s
}

.index_menu .line {
    position: absolute;
    left: -32px;
    width: 0;
    height: 4px;
    background: #fff;
    top: 35px
}

.index_menu li:hover .line {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    width: 75px
}

.menu_bot {
    text-align: right;
    padding-right: 32px;
    margin-top: 30px
}

.menu_bot a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    margin-left: 28px;
    padding-left: 25px
}

.menu_bot a img {
    display: block;
    width: 25px;
    margin: 0 9px 0 -25px;
    float: left
}

.menu_ewm dl {
    float: right;
    margin: 50px 32px 0 0
}

.menu_ewm dl dd {
    float: left;
    width: 118px;
    margin-left: 20px
}

.menu_ewm dl dd img {
    display: block;
    width: 100%
}

.menu_ewm dl dd>p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px
}

.switch_img {
    margin: 0 auto
}
.switch_img img{max-width: 100%;width: auto;max-height: 220px;margin: 0 auto;}

.switch_img1 {
    width: 48.5%
}

.switch_img2 {
    width: 48.5%
}

.switch_img3 {
    width: 67.5%
}

.led_img {
    margin: 0 auto
}
.led_img img{max-width: 100%;margin:0 auto;max-height:220px;width: auto;}

.led_img1 {
    width: 34%
}

.led_img2 {
    width: 68.5%
}

.led_img3 {
    width: 68.5%
}

.row_img {
    margin: 0 auto
}
.row_img img{width: auto;max-width: 100%;}

.row_img1 {
    width: 19%
}

.row_img2 {
    width: 46%
}

.row_img3 {
    width: 29%
}

.pro_wrap2_con2 {
    transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear
}

.smart_img {
    margin: 0 auto
}
.smart_img img{width: auto;max-width: 100%;}

.smart_img1 {
    width: 40%
}
.smart_img1 img{width: auto;max-width: 100%;}

.smart_img2 {
    width: 40%
}
.smart_img2 img{width: auto;max-width: 100%;margin: 0 auto;}

.rela_img {
    margin: 0 auto
}
.rela_img img{width: auto;max-width: 100%;}


.rela_img1 {
    width: 41%
}

.rela_img2 {
    width: 48%
}

.rela_img3 {
    width: 48%
}

.pro_row_wrap3 img {
    width: 100%
}

.star_wrap1_img {
    width: 22%;
    float: right;
    margin-right: 19%;
    position: relative;
    left: 100%
}

.star_wrap1 {
    background-color: #f4f4f4;
    padding: 58px 0 30px;
    position: relative
}

.star_tx h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
    /*text-transform: uppercase */
}

.star_tx p {
    font-size: 16px;
    color: #606060;
    line-height: 22px;
    margin-bottom: 25px
}

.star_tx a {
    font-size: 17px;
    color: #6ba5dd
}

.star_wrap1_tx {
    position: absolute;
    left: -900px;
    top: 32%;
    width: 30%
}

.star_wrap2_tx {
    width: 34%;
    margin: 0 auto;
    text-align: center
}

.star_wrap2 {
    background-color: #f1f1f1;
    position: relative;
    padding: 8% 0 23%
}

.star_wrap2_img {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: -1000px
}

.star_wrap3 {
    position: relative
}

.star_wrap3_img {
    width: 42%;
    position: absolute;
    left: -1000px;
    bottom: 50px
}

.star_wrap3_tx {
    position: absolute;
    left: 180%;
    top: 42%
}

.star_wrap3_tx h2 {
    color: #fff
}

.star_wrap3_tx p {
    color: #fff
}

.star_wrap4 {
    position: relative
}

.star_wrap4_tx {
    position: absolute;
    left: -1000px;
    top: 44%;
    width: 24%
}

.star_wrap5_img {
    position: absolute;
    left: 33%;
    top: 1000px;
    width: 33%
}

.star_wrap6 {
    position: relative
}

.star_wrap6_tx {
    position: absolute;
    left: 180%;
    top: 41%
}

.star_wrap6_tx h2 {
    color: #fff
}

.star_wrap6_tx p {
    color: #fff
}

.star_wrap7_tx {
    width: 29%!important
}

.star_wrap7_img1 {
    position: absolute;
    left: -1000px;
    top: 44%;
    width: 24%
}

.star_wrap7_img2 {
    position: absolute;
    left: 180%;
    top: 44%;
    width: 24%
}

.star_wrap7 {
    padding: 8% 0 29%
}

.lock_wrap1_img {
    width: 32%;
    margin-right: 15%
}

.lock_wrap1 {
    padding: 70px 0 0
}

.lock_wrap2_img {
    position: absolute;
    left: -100%;
    top: 32%;
    width: 30%
}

.lock_wrap2 {
    position: relative
}

.lock_wrap2_tx {
    position: absolute;
    left: 180%;
    top: 45%
}

.lock_wrap2_tx h2,
.lock_wrap2_tx p {
    color: #fff
}

.lock_wrap3 {
    background-color: #f1f1f1;
    padding: 6% 0 7%
}

.lock_wrap3_con {
    width: 39%;
    margin: 0 auto;
    position: relative;
    top: 800px
}

.lock_wrap3_img {
    width: 30%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%
}

.lock_wrap4 {
    position: relative
}

.lock_wrap3 .star_tx p {
    margin-bottom: 50px
}

.lock_wrap4_tx {
    position: absolute;
    left: -500px;
    top: 41%
}

.lock_wrap4_tx h2,
.lock_wrap4_tx p {
    color: #fff
}

.lock_wrap5_tx {
    position: absolute;
    left: 33%;
    top: 800px
}

.lock_wrap5 {
    position: relative
}

.lock_wrap5_icon {
    width: 33%;
    position: absolute;
    left: 180%;
    top: 48%
}

.lock_wrap5_iconimg {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px
}

.lock_wrap5_iconimg img {
    display: inline-block
}

.lock_wrap5_iconimg p {
    margin-top: 8px
}

.lock_wrap6 {
    position: relative
}

.lock_wrap6_img {
    position: absolute;
    left: -800px;
    top: 26%;
    width: 20%
}

.lock_wrap6_tx {
    position: absolute;
    left: 180%;
    top: 42%
}

.lock_wrap7_tx {
    position: absolute;
    left: -500px;
    top: 19%;
    width: 20%
}

.lock_wrap7 {
    position: relative
}

.lock_wrap7_tx h2,
.lock_wrap7_tx p {
    color: #fff
}

.lock_wrap8 {
    position: relative
}

.lock_wrap8 h2 {
    position: absolute;
    width: 198px;
    top: 20%;
    left: 50%;
    margin-left: -99px;
    color: #fff;
    font-size: 32px
}

.lock_wrap8_iconimg {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 28px
}

.lock_wrap8 img {
    display: inline-block
}

.lock_wrap8_icon1 {
    width: 41%;
    position: absolute;
    left: 29.5%;
    top: 800px
}

.lock_wrap8 p {
    font-size: 18px;
    color: #9b9b9b;
    margin-top: 12px
}

.lock_wrap8_icon2 {
    width: 41%;
    position: absolute;
    left: 29.5%;
    top: 800px
}

.lock_wrap8_icon2img {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 28px
}

.lock_wrap9 {
    position: relative
}

.lock_wrap9_tx {
    position: absolute;
    left: 180%;
    top: 44%
}

.lock_wrap9_img {
    width: 30%;
    position: absolute;
    left: -1000px;
    top: 8%
}

.lock_wrap9_tx h2,
.lock_wrap9_tx p {
    color: #fff
}

.lock_wrap10 {
    position: relative;
    background-color: #fdfdfd;
    padding: 20px 0 10px
}

.lock_wrap10_img {
    width: 15.2%;
    float: right;
    margin-right: 22%;
    position: relative;
    left: 180%
}

.lock_wrap10 .plug_wrap7_iconimg {
    width: 20%;
    text-align: left
}

.lock_wrap10 .plug_wrap7_iconimg p {
    margin-left: 16px
}

.lock_wrap11_img {
    width: 22%;
    position: absolute;
    left: 39%;
    bottom: -1000px
}

.lock_wrap11 {
    position: relative
}

.lock_wrap11_tx {
    top: 16%;
    position: absolute;
    left: 33%;
    width: 34%;
    text-align: center
}

.lock_wrap11_tx h2,
.lock_wrap11_tx p {
    color: #fff
}

.lock_wrap12 {
    position: relative
}

.lock_wrap12_img {
    position: absolute;
    left: 180%;
    bottom: 0;
    width: 23%
}

.plug_wrap12_tx h2,
.plug_wrap12_tx p {
    color: #fff
}

.plug_wrap12_tx {
    position: absolute;
    left: -1000px;
    top: 40%;
    width: 27%
}

.lock_wrap13 {
    position: relative
}

.lock_wrap13_img {
    position: absolute;
    width: 18.6%;
    left: -1000px;
    top: 15%
}

.lock_wrap13_tx {
    position: absolute;
    left: 180%;
    top: 40%;
    width: 27%
}

.lock_wrap13_tx h2,
.lock_wrap13_tx p {
    color: #fff
}

.news {
    background-color: #f9f9f9;
    padding-top: 4%;
    padding-bottom: 7%
}

.news_t {
    text-align: center;
    margin-bottom: 6%
}

.news_t h2 {
    font-size: 37px;
    color: #333
}

.news_t h3 {
    font-size: 23px;
    color: #333;
    margin: 15px 0 25px
}

.news_t .line {
    width: 37px;
    height: 4px;
    background-color: #466eb8;
    margin: 0 auto
}

.news_con .p1 {
    font-size: 21px;
    color: #333;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

.news_con .p2 {
    font-size: 14px;
    color: #999;
    margin: 12px 0 36px
}

.news_con .p3 {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 38px
}

.news_con .p4 {
    font-size: 16px;
    color: #4e78c0
}

.news_con {
    background-color: #fff;
    float: left;
    width: calc(33.3333333% - 30px);
    box-shadow: 0 14px 22px rgba(0, 0, 0, .05)
}

.news_con .pic {
    height: 265px
}

.news_con .pic img {
    width: 100%;
    height: 100%
}

.news_con .txt {
    padding: 40px
}

.news_wrap {
    width: 82%;
    margin: 0 auto 50px
}

.news_wrap .news_con {
    margin-right: 44px;
    margin-bottom: 50px
}

.news_wrap .news_con:nth-child(3n) {
    margin-right: 0
}

.news_btn {
    width: 179px;
    line-height: 58px;
    background-color: #6ba1d5;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border-radius: 29px;
    margin: 5% auto 0;
    cursor: pointer;
}

.news_btn:hover {
    color: #fff;
}

.news_t1 {
    text-align: center;
    width: 68%;
    margin: 0 auto;
    position: relative;
}

.news_t1 h2 {
    font-size: 28px;
    color: #333;
    font-weight:bold;
    margin-bottom:25px;
}

.news_t1 h3 {
    font-size: 16px;
    color: #999;
    margin-top: 12px
}

.news_t1 img {
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
}
.news_t1 .news-list-btn{width:32px; height:32px; display:block; position: absolute;
    right: 0;
    bottom: -10px;
    display: block;}
.news_t1 .news-list-btn span{ width:32px; display:block; height:3px; background:#d3d3d3; margin-bottom:5px; }
.news_t1 .news-list-btn:hover span{ background:#6ba1d5;}
.news_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.news_tx {
    width: 58%;
    margin: 0 auto;
    position: relative;
    padding-top: 55px;
}

.news_txcon {
    width: 87%;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.news_txcon *{ font-size: 16px;}

.news_txcon p {
    background: none !important;
    font-size: 16px;
}

.news_tx .btn1 {
    position: fixed;
    top:50%;
    margin-top:-25px;
    left: 15%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.news_tx .btn2 {
    position: fixed;
    top:50%;
    margin-top:-25px;
    right: 15%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.news_tx .btn1:hover,
.news_tx .btn2:hover{
    background:rgba(0,0,0,0.4);
}


.news1 {
    padding-bottom: 9%
}

.news_tx img {
    max-width: 100%;
    display: inline-block
}

.pro_1c_wrap1_img {
    width: 30%!important;
    float: right;
    margin-right: 19%
}

.pro_1c_wrap1_tx {
    top: 40%;
    left: 16%
}

.yc {
    position: relative
}

.yc_wrap2_tx {
    position: absolute;
    left: 61%;
    top: 40%;
    width: 22%
}

.yc_wrap3_img2 {
    position: absolute;
    left: 50%;
    top: 32%;
    width: 36%
}

.yc_wrap3_tx {
    position: absolute;
    left: 16%;
    top: 42%;
    width: 25%
}

.yc_wrap3_tx h2,
.yc_wrap3_tx p {
    color: #fff
}

.yc_wrap4_tx {
    position: absolute;
    left: 63%;
    top: 40%;
    width: 21.5%
}

.yc_wrap5_tx {
    position: absolute;
    left: 16%;
    top: 35%;
    width: 23%
}

.yc_wrap5_img1 {
    position: absolute;
    left: 50%;
    top: 31%;
    width: 30%
}

.yc_wrap6_tx {
    position: absolute;
    left: 58%;
    top: 40%;
    width: 27%
}

.yc_wrap7_tx {
    position: absolute;
    left: 16%;
    top: 42%;
    width: 28%
}

.yc_wrap7_img1 {
    position: absolute;
    left: 50%;
    top: 27%;
    width: 33%
}

.yc_wrap {
    position: relative
}

.text_left .pro_1c_wrap1_tx {
    position: absolute;
    left: 16%;
    width: 30%;
    top: 40%
}

.text_right .pro_1c_wrap1_tx {
    position: absolute;
    left: 58%;
    width: 30%;
    top: 40%
}

.ll {
    display: none
}

#layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    top: 0;
    opacity: 0;
    display: none
}

.product-screen-first .swiper-pagination {
    bottom: 2%
}

.product-screen-first .swiper-active-switch {
    background: #337ab7;
    border: 1px solid #337ab7
}

.product-screen-first .swiper-pagination-switch {
    height: 15px;
    border-radius: 50%;
	border: 2px solid #337ab7;
}

.index-banner-wrap {
    width: 100%;
    height: 830px;
    position: relative
}

.index-banner-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.index-banner-layer {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.index-banner-layer ul {
    width: 120%;
    height: 100%;
    list-style: none
}

.index-banner-layer ul li {
    float: left;
    width: 72px;
    height: 100%;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, .2)
}

.index-banner-layer ul li:nth-child(1) {
    width: calc(100% - 210px)
}

.index-banner-layer ul li .text .show-text {
    display: none
}

.index-banner-layer ul li .text {
    width: 70px;
    height: 100%;
    text-align: center;
    display: table
}

.index-banner-layer ul li .text p {
    background: rgba(0, 0, 0, .3);
    width: 70px;
    height: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.index-banner-layer ul li .text p:hover {
    background: rgba(0, 0, 0, .4);
}
.index-banner-layer ul li .text p span {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 125px
}

.index-banner-layer ul li .text p i {
    width: 35px;
    height: 35px;
    background: url(../images/old/home-banner-more.png) no-repeat;
    display: block;
    margin: 5px auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.index-banner-layer ul li .text p:hover i{
    background: url(../images/old/home-banner-more-on.png)
}

.index-banner-layer ul li.curr .text {
    width: 100%
}

.index-banner-layer ul li.curr .text p {
    display: none
}

.index-banner-layer ul li.curr .text .show-text {
    display: table;
    height: 100%;
    width: 100%
}

.index-banner-layer ul li.curr .text .show-text .tr {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 98%;
    padding-left: 2%
}

.index-banner-layer ul li.curr .text .show-text p {
    display: block;
    width: 100%;
    height: auto;
    background: 0 0
}

.index-banner-layer ul li.curr .text .show-text p.eng-name {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.5
}

.index-banner-layer ul li.curr .text .show-text p.title {
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    line-height: .968;
    margin-bottom: 35px
}

.index-banner-layer ul li.curr .text .show-text p.detail {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.333
}

.index-banner-layer ul li.curr .text .show-text .show-more {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.308;
    margin-top: 25px;
    display: block
}

.index-banner-layer ul li.curr .text .show-text .show-more i {
    width: 35px;
    height: 35px;
    background: url(../images/old/home-banner-more-on.png) no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.index-banner-layer ul li.curr .text .show-text .show-more:hover i{
    margin-right: 30px;
    background: url(../images/old/home-banner-more.png) no-repeat;
}

.swiper_txt {
    display: none
}

@media (min-width:1400px) and (max-width:1680px) {
    .index_banner {
        height: 700px
    }
    .banner_wrap {
        padding-top: 85%
    }
    .news_text p {
        line-height: 22px;
        font-size: 12px;
        height: 38px
    }
    .news_text hr {
        margin-top: 8px;
        margin-bottom: 8px
    }
    .news_text .line {
        margin: 18px 0 16px
    }
    .news_text h2 {
        font-size: 16px
    }
    .index_pro_text1 h3 {
        line-height: 26px
    }
  /*  .pro_left_img {
        width: 62%;
        margin: 10% 0 0 30%
    }*/
    .pro_wrap3 h2 {
        width: 110px;
        left: 50%;
        margin-left: -55px;
        top: 11%
    }
    .pro_row_wrap3 h2 {
        width: 146px;
        top: 19%;
        margin-left: -73px
    }
    .pro_row_wrap3 p {
        top: 30%
    }
    .pro_left_img2 {
        width: 86%;
        margin: 17% 0 0 16%
    }
    .pro_rela_wrap3 h2 {
        top: 15%
    }
    .pro_rela_wrap3 p {
        top: 25%
    }
   /* .pro_left_img3 {
        width: 45%;
        margin: 14% 0 0 41%
    }*/
    .pro_switch h2 {
        left: 50%;
        width: 208px;
        margin-left: -104px
    }
    .pc_wrap li {
        line-height: 102px
    }
    .pc_con1 {
        padding: 0 38px
    }
    .about_wrap1_right1 h2 {
        font-size: 50px
    }
    .about_wrap1_right1 h3 {
        font-size: 20px;
        margin: 18px 0 60px
    }
    .about_wrap1_right1 h3:after {
        top: 45px
    }
    .about_wrap1_right1 p {
        font-size: 14px;
        line-height: 28px
    }
    .about_wrap2_con {
        width: 58.5%
    }
    .elect_wrap2_left {
        width: 60%
    }
    .home_wrap2_right {
        width: 38%
    }
    .home_wrap3_left li {
        padding: 18px 0
    }
    .home_wrap3_tx {
        width: 66%;
        margin: 0 0 0 18%
    }
    .home_wrap3_text .p1 {
        line-height: 36px
    }
    .home_wrap3_text span {
        font-size: 38px
    }
    .home_wrap3_text p {
        font-size: 14px
    }
    .home_wrap5_text {
        padding: 0 26px
    }
    .index_menu li a {
        font-size: 24px
    }
    .index_menu ul {
        padding: 40px 32px 40px
    }
    .engin-right li:hover {
        width: 110%
    }
    .lock_wrap7_tx {
        width: 24%
    }
}

@media(max-width:1440px) {
    .index_menu ul {
        padding: 40px 32px 0
    }
    .index_menu li {
        height: 65px
    }
    .index_menu li a {
        line-height: 65px;
        height: 65px
    }
    .index_menu li:hover a>p {
        margin-right: 16px
    }
    .index_menu .line {
        background: #fff;
        top: 30px
    }
    .index_menu li:hover .line {
        width: 65px
    }
    .menu_bot {
        margin-top: 20px
    }
    .menu_ewm dl {
        margin: 30px 32px 0 0
    }
    .menu_ewm dl dd {
        width: 108px;
        margin-left: 25px;
        float: none;
        margin-bottom: 10px
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .index_menu{width:30%;}
    .index_banner {
        height: 650px
    }
    .banner_wrap {
        padding-top: 85%
    }
    .banner_wrap h3 {
        font-size: 26px
    }
    .news_text p {
        line-height: 22px;
        font-size: 12px;
        height: 26px;
        overflow: hidden
    }
    .news_text hr {
        margin-top: 8px;
        margin-bottom: 8px
    }
    .news_text .line {
        margin: 18px 0 16px
    }
    .news_text h2 {
        font-size: 16px
    }
    .index_pro_text {
        padding-left: 60px
    }
    .index_pro_text h2 {
        font-size: 30px
    }
    .index_pro_text p {
        width: 90%
    }
    .foot_nav li {
        padding-left: 25px
    }
    .foot_copy p {
        width: 360px
    }
    .foot_img {
        width: 100px
    }
    #advantages nav {
        height: 350px
    }
    .index_pro_text1 h3 {
        line-height: 26px
    }
    .pro_left_img {
        /*width: 80%;*/
        /*margin: 8% 0 0 16%*/
    }
    .pro_wrap2_con h2 {
        font-size: 30px
    }
    .pro_wrap3 h2 {
        font-size: 30px;
        width: 92px;
        left: 50%;
        margin-left: -46px;
        top: 8%
    }
    .pro_wrap3 .line {
        top: 19.2%
    }
    .pro_wrap3 p {
        top: 23%
    }
    .pro_wrap4 h2 {
        font-size: 30px
    }
    .pro_left_img1 {
        /*width: 69%;*/
        /*margin: 12% 0 0 19%*/
    }
    .pro_row_wrap3 h2 {
        width: 122px;
        top: 11%
    }
    .pro_row_wrap3 .more {
        top: 39%
    }
    .pro_left_img2 {
        /*width: 90%;*/
        /*margin: 21% 0 0 16%*/
    }
    .pro_left_img3 {
        /*width: 56%;*/
        /*margin: 13% 0 0 33%*/
    }
    .pro_switch h2 {
        /*left: 50%;*/
        width: 180px;
        margin-left: -90px
    }
    .pc_wrap li {
        font-size: 24px;
        line-height: 80px
    }
    .pc_con1 {
        padding: 0 8px
    }
    .about_wrap1_right1 h2 {
        font-size: 50px
    }
    .about_wrap1_right1 h3 {
        font-size: 20px;
        margin: 18px 0 40px
    }
    .about_wrap1_right1 h3:after {
        top: 45px
    }
    .about_wrap1_right1 p {
        font-size: 14px;
        line-height: 28px
    }
    .about_wrap2_con {
        width: 68.5%
    }
    .about_wrap2 {
        height: 700px
    }
    .about_wrap4_con h2 {
        font-size: 16px
    }
    .about_wrap4_con h3 {
        margin: 16px 0 22px
    }
    .about_wrap5_con {
        width: 72%;
        left: 14%;
        bottom: 4%
    }
    .about_wrap5_box h2 {
        font-size: 14px
    }
    .about_wrap5_box p {
        font-size: 12px
    }
    .elect_wrap2_left {
        width: 55%
    }
    .elect_wrap3_tx {
        width: 40%;
        margin-right: 8%
    }
    .elect_wrap3_tx {
        width: 44%;
        margin-right: 8%
    }
    .elect_wrap4_tx1 {
        width: 82%;
        margin-left: 12%
    }
    .elect_wrap3_img_con {
        margin: 30px 0 40px
    }
    .elect_wrap5_tx {
        width: 54%
    }
    .elect_wrap7_img {
        margin: 30px 0 30px;
        width: 115%
    }
    .elect_wrap2 {
        width: 76%
    }
    .home_wrap2_right {
        width: 43%
    }
    .home_wrap3_left li {
        padding: 10px 0
    }
    .home_wrap3_tx {
        width: 66%;
        margin: 0 0 0 18%
    }
    .home_wrap3_text .p1 {
        line-height: 36px
    }
    .home_wrap3_text span {
        font-size: 26px
    }
    .home_wrap3_text p {
        font-size: 12px
    }
    .home_wrap5_text {
        padding: 0 26px
    }
    .job_right {
        height: 810px
    }
    .index_menu ul {
        padding: 40px 32px 0
    }
    .index_menu li a {
        font-size: 22px
    }
    .index_menu li {
        height: 70px
    }
    .engin-right li:hover {
        width: 120%
    }
    .lock_wrap1 .star_wrap1_tx {
        top: 22%
    }
    .lock_wrap5_tx {
        left: 25%;
        top: 18%;
        width: 50%
    }
    .lock_wrap5_icon {
        width: 48%;
        left: 26%
    }
    .lock_wrap7_tx {
        top: 12%;
        width: 36%
    }
    .lock_wrap8_icon1 {
        width: 58%;
        left: 21%
    }
    .lock_wrap8_icon2 {
        width: 58%;
        left: 21%
    }
    .lock_wrap8 p {
        font-size: 12px
    }
    .lock_wrap8 h2 {
        top: 13%
    }
    .pro_1c_wrap1_tx {
        top: 26%
    }
}

@media (min-width:998px) and (max-width:1200px) {
    .index_menu{width:20%;}
    .index_banner {
        height: 600px
    }
    .news_text p {
        line-height: 22px;
        height: 18px;
        overflow: hidden
    }
    .news_text p>a {
        font-size: 12px
    }
    .news_text hr {
        margin-top: 8px;
        margin-bottom: 8px
    }
    .news_text .line {
        margin: 15px 0 10px
    }
    .news_text h2 {
        font-size: 16px
    }
    .banner_wrap h3 {
        font-size: 20px
    }
    .news_text {
        overflow: hidden
    }
    .index_pro_text {
        padding-left: 50px
    }
    .index_pro_text h2 {
        font-size: 30px
    }
    .index_pro_text p {
        width: 90%
    }
    .foot_nav li {
        padding-left: 20px
    }
    .foot_copy p {
        width: 360px
    }
    .foot_img {
        width: 100px
    }
    #advantages nav {
        height: 350px
    }
    .index_pro_text1 h3 {
        width: 85%;
        line-height: 26px
    }
    /*.pro_left_img {
        width: 91%;
        margin: 13% 0 0 10%
    }*/
    .pro_wrap2_con h2 {
        font-size: 30px
    }
    .pro_wrap3 h2 {
        font-size: 30px;
        width: 92px;
        left: 50%;
        margin-left: -46px;
        top: 8%
    }
    .pro_wrap3 .line {
        top: 19.2%
    }
    .pro_wrap3 p {
        top: 23%
    }
    .pro_wrap4 h2 {
        font-size: 30px
    }
    .pro_left_img1 {
        width: 82%;
        margin: 18% 0 0 10%
    }
    .pro_wrap2_con2 p {
        font-size: 12px
    }
    .pro_row_wrap3 h2 {
        left: 50%;
        top: 11%;
        width: 122px
    }
    .pro_row_wrap3 .more {
        top: 42%
    }
    .index_pro_text3 h3 {
        margin: 22px 0 30px
    }
    .pro_left_img2 {
        margin: 28% 0 0 9%
    }
    .pro_rela_ibox {
        margin-bottom: 20px
    }
    .pro_rela_wrap3 .more {
        top: 35%
    }
    .pro_rela_wrap3 h2 {
        top: 10%
    }
    .pro_rela_wrap3 p {
        top: 19%
    }
    /*.pro_left_img3 {
        width: 68%;
        margin: 16% 0 0 21%
    }*/
    .pro_switch h2 {
        left: 50%;
        width: 180px;
        margin-left: -90px
    }
    .pc_wrap li {
        font-size: 24px;
        line-height: 66px
    }
    .pc_con1 {
        padding: 0 0
    }
    .manage_box h2 {
        font-size: 14px
    }
    .manage_box p {
        font-size: 12px
    }
    .sys_tx p {
        line-height: 22px;
        width: 64%
    }
    .sys_tx .line {
        margin: 18px 0 20px
    }
    .sys_tx h2 {
        font-size: 20px
    }
    .de_banner2_tx {
        padding: 30px
    }
    .de_banner2_tx h2 {
        font-size: 20px
    }
    .talent_box1 {
        padding-left: 30%
    }
    .talent_box2 .talent_tx p {
        width: 72%
    }
    .about_wrap1_right1 h2 {
        font-size: 38px
    }
    .about_wrap1_right1 h3 {
        font-size: 20px;
        margin: 18px 0 40px
    }
    .about_wrap1_right1 h3:after {
        top: 45px
    }
    .about_wrap1_right1 p {
        font-size: 12px;
        line-height: 28px
    }
    .about_wrap2_con h2 {
        font-size: 32px
    }
    .about_wrap2_con {
        width: 82.5%
    }
    .about_wrap2 {
        height: 620px
    }
    .about_wrap4_con h2 {
        font-size: 14px
    }
    .about_wrap4_con {
        padding: 20px;
        margin: 0 15px
    }
    .about_wrap4_con h3 {
        margin: 16px 0 25px
    }
    .about_wrap4_con p {
        font-size: 12px
    }
    .about_wrap4_qh .arrow-right1 {
        bottom: -20px
    }
    .about_wrap4_qh .arrow-left1 {
        bottom: -20px
    }
    .about_wrap5_con {
        width: 80%;
        left: 10%;
        bottom: 4%
    }
    .about_wrap5_box h2 {
        font-size: 14px
    }
    .about_wrap5_box p {
        font-size: 12px
    }
    .elect_wrap2_left {
        width: 52%
    }
    .elect_wrap2_left p {
        font-size: 14px
    }
    .elect_wrap3_tx {
        width: 44%;
        margin-right: 8%
    }
    .elect_wrap3_tx {
        width: 44%;
        margin-right: 8%
    }
    .elect_wrap4_tx1 {
        width: 82%;
        margin-left: 12%
    }
    .elect_wrap3_img_con {
        margin: 30px 0 40px
    }
    .elect_wrap5_tx {
        width: 54%
    }
    .elect_wrap7_con {
        height: 600px
    }
    .elect_wrap7_img {
        margin: 30px 0 30px;
        width: 115%
    }
    .elect_wrap2 {
        width: 76%
    }
    .home_wrap2_right {
        width: 46%
    }
    .home_wrap3_left li {
        padding: 10px 0
    }
    .home_wrap3_tx {
        width: 66%;
        margin: 0 0 0 18%
    }
    .home_wrap3_text .p1 {
        line-height: 36px
    }
    .home_wrap3_text span {
        font-size: 26px
    }
    .home_wrap3_text p {
        font-size: 12px
    }
    .home_wrap5_text {
        padding: 0 26px
    }
    .home_wrap5_text h2 {
        font-size: 24px
    }
    .home_wrap5_text h3 {
        font-size: 16px
    }
    .home_wrap5_text p {
        font-size: 12px;
        line-height: 24px
    }
    .loca_con {
        padding: 20px 0
    }
    .loca_tx p {
        font-size: 12px
    }
    .loca_tx h2 {
        font-size: 14px
    }
    .dl_img_con {
        width: 31.5%
    }
    .dl_img_tx {
        top: 26px
    }
    .dl_img_tx h3 {
        font-size: 16px
    }
    .dl_wd_tx {
        width: 29.5%
    }
    .suggest_right h2 {
        padding-top: 50px;
        margin-bottom: 25px
    }
    .job_right {
        height: 788px
    }
    .index_menu ul {
        padding: 22px 58px 40px
    }
    .index_menu li a {
        font-size: 22px
    }
    .index_menu li {
        height: 78px
    }
    .engin-right li:hover {
        width: 120%
    }
    .lock_wrap1 .star_wrap1_tx {
        top: 19%
    }
    .lock_wrap5_tx {
        left: 25%;
        top: 18%;
        width: 50%
    }
    .lock_wrap5_icon {
        width: 48%;
        left: 26%
    }
    .lock_wrap7_tx {
        top: 12%;
        width: 36%
    }
    .lock_wrap8_icon1 {
        width: 62%;
        left: 19%
    }
    .lock_wrap8_icon2 {
        width: 62%;
        left: 19%
    }
    .lock_wrap8 p {
        font-size: 12px
    }
    .lock_wrap8 h2 {
        top: 13%
    }
    .pro_1c_wrap1_tx {
        top: 21%
    }
    .yc_wrap3_tx {
        top: 38%
    }
    .yc_wrap5_tx {
        top: 24%
    }
    .yc_wrap6_tx {
        width: 28%
    }
    .yc_wrap7_tx {
        width: 30%
    }
    .pro_6H_step3 .pro_2H_03_bg .pro_left_img {
        width: 84%!important
    }
    .solution_nav li img {
        width: 63px;
        margin-top: 14px
    }
    .solution_nav li .line {
        margin: 0 4%
    }
}

@media (max-width:1280px) {
    .news_wrap .news_con {
        margin-right: 0
    }
    .news_con {
        width: 48%
    }
    .news_con:nth-child(2n) {
        float: right
    }
}

@media (max-width:1024px) {
    .about_wrap1_right {
        padding-left: 4%
    }
    .about_wrap1_right1 p {
        width: 92%
    }
    .de_banner_tx h2 {
        font-size: 18px;
        line-height: 32px
    }
    .sys_tx {
        padding: 0 8%
    }
    .sys_tx p {
        width: 100%
    }
    .solution_txt {
        font-size: 20px;
        line-height: 30px;
        margin-top: -80px
    }
    .solution_line {
        margin: 18px 0 30px
    }
    .m_solution_nav {
        display: block;
        padding: 10px 4%;
        border-bottom: 1px solid #ececec
    }
    .m_solution_nav img {
        display: block;
        width: 72px;
        float: left;
        margin: 5px 30px 0 0
    }
    .m_solution_nav .main {
        float: left
    }
    .m_solution_nav .arrow {
        width: 23px;
        height: 12px;
        background: url(../images/old/solution_nav_m_arrow.png) no-repeat;
        background-size: 100%;
        float: right;
        margin-top: 30px
    }
    .m_solution_nav h3 {
        color: #6ba1d5;
        font-size: 37px;
        font-weight: 700;
        margin-top: 5px
    }
    .m_solution_nav h3 span {
        font-size: 21px;
        font-weight: 400
    }
    .m_solution_nav p {
        color: #000;
        font-size: 15px;
        margin-top: 5px
    }
    .solution_nav {
        padding: 0;
        border: none
    }
    .solution_nav .solution_cont {
        width: 100%;
        position: relative;
        z-index: 10
    }
    .solution_nav ul li {
        float: none;
        width: 100%;
        padding: 10px 4%;
        border-bottom: 1px solid #ececec
    }
    .solution_nav ul {
        position: absolute;
        left: 0;
        top: 93px;
        width: 100%;
        background: #fff;
        z-index: 20;
        display: none
    }
    .solution_nav li img {
        display: block;
        width: 72px;
        margin: 10px 30px 0 0
    }
    .solution_nav li .line,
    .solution_nav li.on .arrow,
    .solution_nav li:hover .arrow {
        display: none
    }
    .solution_nav li.on h3,
    .solution_nav li:hover h3 {
        color: #333
    }
    .solution_nav li p {
        margin-top: 5px
    }
    .home_wrap5_text {
        padding: 0 4%
    }
    .swiper-container-about-news .swiper-slide{ width:50%; }
}

@media (max-width:998px) {
    .index_banner {
        height: 600px
    }
    .news_text p {
        line-height: 22px;
        height: 18px;
        overflow: hidden
    }
    .news_text p>a {
        font-size: 12px
    }
    .news_text hr {
        margin-top: 8px;
        margin-bottom: 8px
    }
    .news_text .line {
        margin: 15px 0 10px
    }
    .news_text h2 {
        font-size: 16px
    }
    .banner_wrap h3 {
        font-size: 20px
    }
    .news_text {
        overflow: hidden
    }
    .index_pro_text {
        padding-left: 50px
    }
    .index_pro_text h2 {
        font-size: 24px
    }
    .index_pro_text p {
        width: 90%
    }
    .foot_nav li {
        padding-left: 20px
    }
    .foot_copy p {
        width: 360px
    }
    .foot_img {
        width: 100px
    }
    #advantages nav {
        height: 350px
    }
    .index_pro_text1 h3 {
        line-height: 26px
    }
    .pro_wrap2_con h2 {
        font-size: 30px
    }
    .pro_wrap3 h2 {
        font-size: 30px;
        left: 56.5%;
        top: 8%
    }
    .pro_wrap3 .line {
        top: 19.2%
    }
    .pro_wrap3 p {
        top: 23%
    }
    .pro_wrap4 h2 {
        font-size: 30px
    }
    .pro_left_img1 {
        width: 88%;
        margin: 20% 0 0 10%
    }
    .pro_wrap2_con2 p {
        font-size: 12px
    }
    .pro_row_wrap3 h2 {
        left: 50%;
        top: 11%
    }
    .pro_row_wrap3 .more {
        top: 42%
    }
    .index_pro_text3 h3 {
        margin: 22px 0 30px
    }
    .pro_left_img2 {
        margin: 32% 0 0 9%
    }
    .pro_rela_ibox {
        margin-bottom: 20px
    }
    .pro_rela_wrap3 .more {
        top: 35%
    }
    .pro_rela_wrap3 h2 {
        top: 10%
    }
    .pro_rela_wrap3 p {
        top: 19%
    }
    .pro_switch h2 {
        left: 50%;
        width: 180px;
        margin-left: -90px
    }
    .pc_wrap li {
        font-size: 24px;
        line-height: 66px
    }
    .pc_con1 {
        padding: 0 0
    }
    .manage_box h2 {
        font-size: 14px
    }
    .manage_box p {
        font-size: 12px
    }
    .sys_tx .line {
        margin: 18px 0 20px
    }
    .sys_tx h2 {
        font-size: 20px
    }
    .de_banner2_tx {
        padding: 30px
    }
    .de_banner2_tx h2 {
        font-size: 20px
    }
    .talent_box1 {
        padding-left: 30%
    }
    .talent_box2 .talent_tx p {
        width: 72%
    }
    .about_wrap1_right1 h2 {
        font-size: 38px
    }
    .about_wrap1_right1 h3 {
        font-size: 20px;
        margin: 18px 0 40px
    }
    .about_wrap1_right1 h3:after {
        top: 45px
    }
    .about_wrap1_right1 p {
        font-size: 14px;
        line-height: 28px
    }
    .about_wrap2_con h2 {
        font-size: 32px
    }
    .about_wrap2_con {
        width: 55.5%
    }
    .about_wrap2 {
        height: 620px
    }
    .about_wrap4_con h2 {
        font-size: 14px
    }
    .about_wrap4_con {
        padding: 20px;
        margin: 0 15px
    }
    .about_wrap4_con h3 {
        margin: 16px 0 25px
    }
    .about_wrap4_con p {
        font-size: 12px
    }
    .about_wrap4_qh .arrow-right1 {
        bottom: -20px
    }
    .about_wrap4_qh .arrow-left1 {
        bottom: -20px
    }
    .about_wrap5_con {
        width: 80%;
        left: 10%;
        bottom: 4%
    }
    .about_wrap5_box h2 {
        font-size: 14px
    }
    .about_wrap5_box p {
        font-size: 12px
    }
    .elect_wrap2_left {
        width: 52%
    }
    .elect_wrap2_left p {
        font-size: 14px
    }
    .elect_wrap3_tx {
        width: 44%;
        margin-right: 8%
    }
    .elect_wrap4_tx1 {
        width: 82%;
        margin-left: 12%
    }
    .elect_wrap3_img_con {
        margin: 30px 0 40px
    }
    .elect_wrap5_tx {
        width: 54%
    }
    .elect_wrap7_con {
        height: 600px
    }
    .elect_wrap7_img {
        margin: 30px 0 30px;
        width: 115%
    }
    .elect_wrap2 {
        width: 76%
    }
    .home_wrap2_right {
        width: 46%
    }
    .home_wrap3_left li {
        padding: 10px 0
    }
    .home_wrap3_tx {
        width: 66%;
        margin: 0 0 0 18%
    }
    .home_wrap3_text .p1 {
        line-height: 36px
    }
    .home_wrap3_text span {
        font-size: 26px
    }
    .home_wrap3_text p {
        font-size: 12px
    }
    .home_wrap5_text {
        padding: 0 20px
    }
    .home_wrap5_text h2 {
        font-size: 24px
    }
    .home_wrap5_text h3 {
        font-size: 16px
    }
    .home_wrap5_text p {
        line-height: 24px
    }
    .loca_con {
        padding: 20px 0
    }
    .loca_tx p {
        font-size: 12px
    }
    .loca_tx h2 {
        font-size: 14px
    }
    .dl_img_con {
        width: 31.5%
    }
    .dl_img_tx {
        top: 26px
    }
    .dl_img_tx h3 {
        font-size: 16px
    }
    .dl_wd_tx {
        width: 29.5%
    }
    .suggest_right h2 {
        padding-top: 50px;
        margin-bottom: 25px
    }
    .job_right {
        height: 788px
    }
    .index_menu ul {
        padding: 22px 58px 40px
    }
    .index_menu li a {
        font-size: 22px
    }
    .index_menu li {
        height: 78px
    }
    .engin-right li:hover {
        width: 120%
    }
    .lock_wrap1 .star_wrap1_tx {
        top: 14%
    }
    .lock_wrap5_icon {
        width: 48%;
        left: 26%
    }
    .lock_wrap7_tx {
        top: 12%;
        width: 36%
    }
    .lock_wrap8_icon1 {
        width: 62%;
        left: 19%
    }
    .lock_wrap8_icon2 {
        width: 62%;
        left: 19%
    }
    .lock_wrap8 p {
        font-size: 12px
    }
    .lock_wrap8 h2 {
        top: 13%
    }
    .star_wrap1_tx {
        width: 32%
    }
    .star_wrap2_tx {
        width: 38%
    }
    .star_wrap3_tx {
        width: 42%
    }
    .star_wrap2 .star_wrap2_tx {
        width: 46%
    }
    .star_wrap6_tx {
        left: 55%
    }
    .lock_wrap5_tx {
        left: 25%;
        top: 18%;
        width: 50%
    }
    .pro_1c_wrap1_tx {
        top: 21%
    }
    .yc_wrap3_tx {
        top: 38%
    }
    .yc_wrap5_tx {
        top: 24%
    }
    .yc_wrap6_tx {
        width: 28%
    }
    .yc_wrap7_tx {
        width: 30%;
    }
	.about_video_wrap{ width:92%; height:auto; }
}

@media (max-width:800px) {
    .swiper_txt {
        display: block
    }
    .en_banner_tx {
        display: none
    }
    .en_banner {
        background: url(../images/old/engin_banner_phone.jpg) no-repeat center center;
        background-size: cover;
        height: 500px
    }
    .headerbg {
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999999;
        background: #fff;
        border-bottom: 1px solid #e4e4e4
    }
    .logo_boxlist {
        float: left;
        width: 150px;
        margin-top: 10px
    }
    .navbar-toggle {
        margin-top: 10px
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 8px 6px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none
    }
    .navbar-toggle .icon-bar {
        background-color: #e0ae37
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #6ba1d5
    }
    .navbar-collapse {
        border-top: 1px solid #e5e5e5
    }
    .navbar-nav {
        width: 100%;
        margin-left: 0;
        text-transform: uppercase;
        margin: 7.5px -15px 0 0
    }
    .navbar-nav li {
        text-align: center;
        border-bottom: 1px dotted #e5e5e5;
        line-height: 40px
    }
    .navbar-nav .nav_last {
        border: none
    }
    .navbar-nav>li>a {
        color: #666
    }
     ::-webkit-scrollbar-track-piece {
        width: 0;
        background-color: #fff
    }
     ::-webkit-scrollbar {
        width: 0;
        height: 6px
    }
     ::-webkit-scrollbar-thumb {
        height: 0;
        background-color: transparent
    }
     ::-webkit-scrollbar-thumb:hover {
        background: 0 0
    }
     ::selection {
        background: #f77d21;
        color: #fff
    }
    .index-banner-wrap {
        display: none
    }
    .banner_phbox {
        margin-top: 52px;
        display: block!important
    }
    .banner_ph {
        width: 100%
    }
    .banner_ph h2 {
        font-size: 20px;
        color: #333;
        text-align: center;
        padding: 20px 0 6px
    }
    .banner_ph p {
        font-size: 14px;
        color: #666;
        text-align: center
    }
    .banner_ph .more {
        background: url(../images/old/readmore_bg.png) no-repeat left center;
        color: #fff;
        display: block;
        background-size: 20px;
        padding-left: 30px;
        margin-left: 120px;
        margin-top: 20px
    }
    .banner_phbox .swiper-pagination-switch {
        width: 12px;
        height: 12px;
        border-radius: 6px
    }
    .banner_phbox .swiper-active-switch {
        background-color: #6ba1d5;
        border: none
    }
    .banner_phbox .swiper-pagination {
        bottom: 100px
    }
    .banner_ph_tx {
        background-color: #f6f6f6;
        padding-bottom: 20px
    }
    .system_con .row {
        margin: 0
    }
    .system_wrap {
        padding-top: 30px
    }
    .system_line {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 30px
    }
    .system_con .system_box {
        display: block;
        width: 92%;
        margin: 0 auto
    }
    .system_wrap .line {
        display: none
    }
    .system_box h2 {
        font-size: 20px
    }
    .system_box p {
        width: 100%
    }
    .system_wrap {
        height: auto
    }
    .system_con {
        padding-bottom: 30px
    }
    .index_pro .row {
        margin: 0
    }
    .index_pro_text {
        padding: 20px 4%
    }
    .index_pro_text h2 {
        font-size: 20px
    }
    .index_pro_text h3 {
        font-size: 14px;
        margin: 14px 0 18px
    }
    .index_pro_text p {
        line-height: 24px;
        width: 100%;
        margin-bottom: 10px
    }
    .index_pro_box {
        height: auto;
        padding: 20px 0;
        display: block;
        background: #f1f1f1
    }
    .xp_ph_box {
        position: relative
    }
    .xp_left {
        width: 40%;
        float: left;
        background-color: #444958;
        height: 206px
    }
    .xp_right {
        width: 60%;
        float: left;
        background-color: #8dbbe2;
        padding: 32px 15px;
        height: 206px
    }
    .xp_img {
        width: 54px;
        display: block;
        height: 54px;
        margin: 54px auto 20px
    }
    .xp_left h2 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        position: relative
    }
    .xp_left h2:after {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 29px
    }
    .xp_right h2 {
        font-size: 18px;
        color: #fff;
        text-align: left;
        margin-bottom: 12px
    }
    .xp_right p {
        font-size: 14px;
        color: #fff
    }
    .xp_right a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        margin-top: 5px
    }
    .xp_ph_box .jian {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #8dbbe2;
        transform: rotate(45deg);
        left: 40%;
        top: 48%;
        margin-left: -8px
    }
    .xp_ph .line {
        width: 100%;
        height: 5px;
        background-color: #fff
    }
    .pro_wrap2_con {
        padding-top: 10%
    }
    .pro_wrap2_con h2 {
        font-size: 20px
    }
    .pro_wrap2_con .line {
        margin: 20px auto 20px
    }
    .pro_wrap2_con .more_btn {
        margin: 20px auto 7%
    }
    .pro_wrap3_img {
        left: -78px;
        top: 47%;
        width: 140%
    }
    .pro_wrap3 p {
        top: 19%;
        width: 90%;
        left: 230px;
        line-height: 15px
    }
    .pro_wrap3 .img1 {
        width: 600px;
        margin-left: -103px
    }
    .pro_wrap2_con3 {
        padding-top: 10%;
        padding-bottom: 0
    }
    .pro_wrap3 .line {
        top: 15%
    }
    .pro_wrap3 h2 {
        font-size: 20px;
        left: 50%;
        width: 62px;
        margin-left: -31px;
        top: 5%
    }
    .pro_wrap3 .more {
        width: 26px;
        height: 26px;
        background-size: cover;
        left: 52%;
        top: 84%
    }
    .pro_wrap4 h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .pro_wrap4 {
        padding: 8% 8%
    }
    .pro_wrap4 a {
        margin-top: 25px;
        width: 150px;
        line-height: 40px
    }
    .pc_con1 {
        padding: 0 34px
    }
    .pc_con1 h2 {
        margin: 15px 0 15px
    }
    .led_img1 {
        bottom: -3%
    }
    .index_pro_box1 {
        height: auto!important
    }
    .pro_left_img3 {
        width: 100%
    }
    .pro_switch h2 {
        width: 120px;
        left: 50%;
        margin-left: -60px;
        top: 7%
    }
    .pro_switch .line {
        top: 19.2%
    }
    .pro_switch p {
        font-size: 12px;
        top: 23%;
        width: 94%;
        left: 266px
    }
    .switch_more1 {
        left: 0
    }
    .switch_logo {
        padding-top: 88px
    }
    .pc_wrap li {
        font-size: 18px;
        line-height: 56px
    }
    .pc_con1 h2 {
        font-size: 12px
    }
    .pc_wrap {
        margin-top: 102px
    }
    .index_pro_box2 {
        height: 336px
    }
    .pro_left_img1 {
        width: 72%;
        margin: 12% 0 0 13%
    }
    .pro_row_wrap3 h2 {
        width: 86px;
        margin-left: -43px;
        top: 14%
    }
    .pro_row_wrap3 .more {
        top: 55%
    }
    .row_img1 {
        width: 20%;
        left: 40%;
        bottom: -2%
    }
    .row_img2 {
        bottom: 1%
    }
    .rows .index_pro_text {
        padding: 0 15px
    }
    .pro_wrap2 {
        margin-top: 0
    }
    .index_pro_box3 {
        height: 392px
    }
    .pro_left_img2 {
        width: 98%;
        margin: 13% 0 0 3%
    }
    .index_pro1 {
        padding-top: 0
    }
    .pro_led_wrap2 {
        margin-top: 0;
        margin-bottom: 108px
    }
    .pro_kg {
        margin-bottom: 45px
    }
    .pro_rela_icon {
        left: 66%;
        width: 348px
    }
    .pro_rela_icon img {
        width: 36px
    }
    .pro_rela_icon h3 {
        font-size: 12px
    }
    .pro_rela_wrap3 h2 {
        top: 7%
    }
    .pro_rela_wrap3 p {
        width: 88%;
        left: 269px;
        top: 18%
    }
    .pro_rela_icon {
        top: 34%
    }
    .pro_row_wrap3 .more {
        top: 83%
    }
    .pc_box {
        width: 100%;
        left: -100%
    }
    .pc_con {
        width: 90%
    }
    .pc_con .col-xs-3 {
        padding-left: 10px;
        padding-right: 10px
    }
    .pro_rela_wrap3 img {
        width: 600px;
        margin-left: -114px
    }
    .ll {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #eee;
        margin-bottom: 4px;
        margin-top: 82px
    }
    .pro_relat {
        margin-top: 50px
    }
    .home_wrap5 ul li {
        width: 50%
    }
    .home_wrap5_text {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 0 4%
    }
    .home_wrap5_text h2 {
        padding-top: 30px
    }
    .home_wrap5_text h3 {
        margin: 15px 0 20px
    }
    .home_wrap5_text p {
        height: 96px;
        padding-top: 20px;
        margin-bottom: 20px
    }
    .home_wrap5_text h4 {
        padding-bottom: 30px;
        font-size: 18px;
        margin-top: 20px
    }
    .smart {
        margin-top: 30px
    }
    .about_wrap1_right {
        padding: 20px 4%
    }
    .about_wrap1_right1 {
        padding: 0 4%
    }
    .about_wrap1_right1 p {
        width: 100%
    }
    .about_wrap2_con h2 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .about_wrap2_con {
        width: 92%
    }
    .about_wrap2_icon {
        width: 62px
    }
    .about_wrap3 .tx .line {
        margin: 10px 0 13px
    }
    .about_wrap4_con1 h2 {
        color: #333;
        font-size: 18px
    }
    .about_wrap4_con1 h3 {
        font-size: 14px;
        color: #999;
        margin: 10px 0 20px
    }
    .about_wrap4_con1 p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: 72px;
        overflow: hidden
    }
    .about_wrap4_con1 a {
        color: #4e78c0;
        font-size: 16px;
        display: block;
        margin-top: 22px
    }
    .about_wrap4_con1 {
        background-color: #fff;
        margin: 0 25px;
        box-shadow: 0 18px 26px rgba(0, 0, 0, .1)
    }
    .about_wrap4_con1 .pic img {
        width: 100%;
        height: 100%
    }
    .about_wrap4_con1 .txt {
        padding: 20px
    }
    .about_wrap4_qh_ph .arrow-left2 {
        width: 28px;
        height: 21px;
        background: url(../images/old/about_icon2.png) no-repeat center center;
        display: block;
        position: absolute;
        left: 38%;
        top: 100%;
        z-index: 9
    }
    .about_wrap4_qh_ph .arrow-right2 {
        width: 28px;
        height: 21px;
        background: url(../images/old/about_icon3.png) no-repeat center center;
        display: block;
        position: absolute;
        left: 53%;
        top: 100%;
        z-index: 9
    }
    .about_wrap4_qh_ph {
        position: relative;
        margin-top: 30px
    }
    .about_wrap4 .rm {
        margin: 12% auto 0
    }
    .about_wrap5_con {
        width: 94%;
        left: 3%;
        bottom: 0
    }
    .about_wrap5_box p {
        transform: scale(.6)
    }
    .about_wrap5_box h2 {
        margin: 14px 0 6px
    }
    .about_wrap4 .h3 {
        font-size: 24px
    }
    .about_wrap4 .h2 {
        font-size: 28px
    }
    .about_wrap4 .rm {
        width: 142px;
        line-height: 46px
    }
    .about_wrap2_con p {
        font-size: 14px;
        line-height: 28px;
        text-align: left
    }
    .about_wrap2 {
        height: auto;
        padding: 10% 0;
        background: 0 0
    }
    .about_wrap2_con .line {
        margin: 20px auto
    }
    .about_wrap1_right1 h3 {
        margin: 20px 0
    }
    .about_wrap1_right1 h3:after {
        top: 32px
    }
    .about_wrap5_icon {
        padding-bottom: 20px
    }
    .icon_box {
        width: 50%;
        float: left;
        margin-top: 20px;
        text-align: center
    }
    .icon_box img {
        display: block;
        margin: 0 auto
    }
    .icon_box h2 {
        font-size: 20px;
        color: #757575;
        margin: 22px 0 8px
    }
    .icon_box h3 {
        font-size: 12px;
        color: #757575;
        line-height: 20px;
        height: 40px
    }
    .en_banner_tx h2 {
        font-size: 24px;
        margin: 10px 0 20px
    }
    .elect_wrap2 {
        width: 92%
    }
    .elect_wrap2 .container,
    .elect_wrap2_left {
        width: 100%;
        padding: 0;
        height: auto
    }
    .elect_wrap2_right {
        width: 63%
    }
    .elect_wrap2_mid {
        height: 100px;
        margin-top: 0
    }
    .elect_wrap3_tx {
        width: 92%;
        float: none;
        margin: 0 auto
    }
    .elect_wrap3_tx .ti {
        font-size: 18px;
        text-align: left
    }
    .elect_wrap3_img1 .img {
        width: 48px;
        height: 48px
    }
    .elect_wrap3_img2 .img {
        width: 48px;
        height: 48px;
        background-position: -79px 0!important
    }
    .elect_wrap3_img3 .img {
        width: 48px;
        height: 48px;
        background-position: -158px 0!important
    }
    .elect_wrap3_img4 .img {
        width: 48px;
        height: 48px;
        background-position: -237px 0!important
    }
    .elect_wrap3_img5 .img {
        width: 48px;
        height: 48px;
        background-position: -316px 0!important
    }
    .elect_wrap4_img1 .img {
        width: 48px;
        height: 48px
    }
    .elect_wrap4_img2 .img {
        width: 48px;
        height: 48px;
        background-position: -79px 0!important
    }
    .elect_wrap4_img3 .img {
        width: 48px;
        height: 48px;
        background-position: -158px 0!important
    }
    .elect_wrap4_img4 .img {
        width: 48px;
        height: 48px;
        background-position: -237px 0!important
    }
    .elect_wrap4_left {
        padding: 20px 0
    }
    .elect_wrap5_img1 .img {
        width: 48px;
        height: 48px
    }
    .elect_wrap5_img2 .img {
        width: 48px;
        height: 48px;
        background-position: -91px 0!important
    }
    .elect_wrap5_img3 .img {
        width: 48px;
        height: 48px;
        background-position: -176px 0!important
    }
    .elect_wrap5_img4 .img {
        width: 48px;
        height: 48px;
        background-position: -261px 0!important
    }
    .elect_wrap5_tx {
        width: 94%
    }
    .elect_wrap5 {
        height: auto;
        padding: 20px 0
    }
    .elect_wrap7_imgcon1 .img {
        width: 48px;
        height: 48px
    }
    .elect_wrap7_imgcon2 .img {
        width: 48px;
        height: 48px;
        background-position: -79px 0!important
    }
    .elect_wrap7_imgcon3 .img {
        width: 48px;
        height: 48px;
        background-position: -158px 0!important
    }
    .elect_wrap7_imgcon4 .img {
        width: 48px;
        height: 48px;
        background-position: -237px 0!important
    }
    .elect_wrap7_con {
        height: 350px
    }
    .elect_wrap8_imgcon1 .img {
        width: 48px;
        height: 48px
    }
    .elect_wrap8_imgcon2 .img {
        width: 48px;
        height: 48px;
        background-position: -79px 0!important
    }
    .elect_wrap8_imgcon3 .img {
        width: 48px;
        height: 48px;
        background-position: -158px 0!important
    }
    .elect_wrap8_con {
        padding: 20px 0 20px 16px
    }
    .elect_wrap8_con h2 {
        margin-left: 0;
        font-size: 20px
    }
    .elect_wrap8_con p {
        margin-left: 0;
        width: 98%
    }
    .home_wrap2_left {
        height: 244px
    }
    .home_wrap3 {
        margin-top: 20px
    }
    .home_wrap3_tx {
        width: 100%;
        margin: 0
    }
    .home_wrap3_text {
        width: 100%;
        padding-left: 0
    }
    .home_wrap3_left li {
        padding: 12px 0
    }
    .home_wrap3_left li:hover {
        background: 0 0
    }
    .home_wrap3_right p {
        left: 15px;
        bottom: 12px;
        font-size: 14px
    }
    .home_wrap4 {
        width: 88%;
        padding-top: 48px
    }
    .home_wrap4 .home_dl {
        margin-top: 20px;
        font-size: 12px;
        width: 244px;
        padding-left: 10px;
        line-height: 36px;
        float: left
    }
    .elect_wrap8_con h3 {
        font-size: 12px
    }
    .elect_wrap4 .elect_wrap3_img,
    .elect_wrap5 .elect_wrap3_img,
    .elect_wrap7 .elect_wrap7_imgcon {
        width: 25%
    }
    .elect_wrap8 .elect_wrap7_imgcon {
        width: 33.33%
    }
    .de_nav a {
        margin-right: 21px
    }
    .manage_box1 {
        width: 25%
    }
    .manage_img {
        width: 22%
    }
    .manage_box2 {
        width: 30%
    }
    .manage_box3 {
        width: 50%
    }
    .manage_img1 {
        width: 10%;
        margin: 22px 3% 0
    }
    .sys_text {
        padding: 20px 0
    }
    .de_banner_tx h2 {
        font-size: 18px;
        line-height: 30px
    }
    .job_con .de_banner_tx h2 {
        font-size: 36px
    }
    .de_banner2_tx {
        width: 100%
    }
    .talent_box1 {
        padding-left: 10%
    }
    .talent_box {
        height: 300px
    }
    .talent_box2 .talent_tx p {
        width: 90%
    }
    .job_left {
        width: 100%;
        float: inherit;
        height: 670px
    }
    .job_right {
        width: 100%;
        float: inherit
    }
    .job_search {
        width: 100%
    }
    .job_right {
        margin-left: 0;
        overflow-y: inherit
    }
    .job_text p {
        font-size: 12px;
        line-height: 26px
    }
    .job_banner {
        margin-top: 52px
    }
    .sermap {
        height: 300px!important;
        width: 100%!important;
        float: inherit
    }
    .map_right {
        width: 100%;
        float: inherit;
        height: 800px;
        overflow: hidden
    }
    .dl_img_con {
        width: 31%
    }
    .dl_img_con1,
    .dl_img_con2 {
        margin-right: 10px
    }
    .dl_img_tx {
        left: 12px
    }
    .dl_img_tx h3 {
        font-size: 12px
    }
    .service_dl ul li {
        padding: 0 25px;
        margin-bottom: 12px
    }
    .service_dl {
        padding: 30px 0 30px
    }
    .service_dl ul {
        margin-bottom: 20px
    }
    .dl_wd_tx {
        width: 98%
    }
    .problem {
        padding: 30px 0
    }
    .problem_con p {
        width: 100%;
        line-height: 40px
    }
    .problem_con p a {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .problem .l {
        margin-top: 32px
    }
    .suggest_left {
        width: 100%;
        float: inherit
    }
    .suggest_right {
        width: 100%;
        float: inherit
    }
    .suggest_right h2 {
        padding-top: 30px
    }
    .service_dl .container {
        width: 100%;
        padding: 0
    }
    .dl_img_wrap {
        display: none
    }
    .m_download {
        display: block;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 54px;
        line-height: 54px;
        margin: 30px 0
    }
    .m_download p {
        font-size: 16px;
        color: #7fb0dd;
        height: 54px;
        width: 92%;
        margin-left: 4%
    }
    .m_download i {
        width: 17px;
        height: 10px;
        background: url(../images/old/service_arrow.png) no-repeat;
        position: absolute;
        right: 4%;
        top: 22px
    }
    .m_download .download_erify {
        position: absolute;
        left: 0;
        top: 54px;
        background: #f9f9f9;
        width: 100%;
        border-top: 1px solid #dbdbdb;
        display: none
    }
    .m_download .download_item {
        border-bottom: 1px solid #dbdbdb;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0
    }
    .m_download .download_item a {
        display: block;
        color: #666;
        padding: 0 4%
    }
    .problem {
        padding: 30px 4%
    }
    .service_dl h2 {
        width: 92%;
        margin: 0 auto
    }
    .dl_wd_tx {
        padding: 0 4%;
        margin: 0;
        margin-bottom: 10px;
        width: 100%
    }
    .en_banner_tx .p2 {
        width: 96%
    }
    .engin_title p {
        font-size: 14px;
        padding-left: 18px
    }
    .engin_con {
        margin: 30px 0 13%;
        padding: 0 15px
    }
    .engin-right li>a {
        font-size: 16px;
        padding-left: 14px;
        line-height: 71px
    }
    .engin-right li {
        height: 71px
    }
    .en_t li {
        padding: 0 29px;
        float: left;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        border-bottom: 1px solid #eee;
        cursor: pointer
    }
    .en_t {
        width: 100%;
        background-color: #5dc2f0
    }
    .en_con h2 {
        font-size: 20px;
        color: #333;
        margin: 10px 0 12px
    }
    .en_con p {
        font-size: 16px;
        color: #666;
        line-height: 30px
    }
    .en_con a {
        display: block;
        width: 156px;
        line-height: 36px;
        border-radius: 18px;
        background-color: #6ba1d5;
        text-align: center;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 12px
    }
    .en_con {
        margin: 30px 0 50px;
        display: none;
        padding: 0 15px
    }
    .ph_head {
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
        margin-top: 52px;
        left: 0;
        top: 0;
        z-index: 9999;
        background-color: #fff;
        position: fixed;
        text-align: left
    }
    .ph_head li {
        margin-right: 10px;
        line-height: 42px;
        font-size: 14px;
        display: inline-block
    }
    .ph_head li:first-child {
        margin-left: 10px
    }
    .engin_title {
        background: url(../images/old/engin_icon1.png) no-repeat 95% center
    }
    .enginlist_box {
        width: 100%
    }
    .foot_link li a {
        font-size: 12px
    }
    .foot_link li {
        padding: 0 10px 0 44px
    }
    .foot_link {
        margin: 0 auto 20px
    }
    .ph_nav {
        background: #6ba1d5;
        position: fixed;
        width: 100%;
        left: 0;
        top: 52px;
        z-index: 99999;
        text-align: center;
        left: 100%;
        display: table
    }
    .ph_tell {
        display: table-cell;
        vertical-align: middle
    }
    .ph_nav a {
        font-size: 20px;
        color: #fff;
        line-height: 56px
    }
    .menu_bot {
        margin: 30px 0
    }
    .about_wrap3_left {
        width: 100%
    }
    .about_wrap3_right {
        width: 100%
    }

    .video_bg .close {
        right: 0%;
        top: 12%
    }
    .elect_wrap1_tx h2 {
        font-size: 16px
    }
    .elect_nav li {
        font-size: 14px;
        line-height: 28px
    }
    .elect_wrap1_right_tx h2 {
        font-size: 16px
    }
    .elect_wrap1_tx .img {
        width: 11%
    }
    .elect_wrap1_right_tx .img {
        width: 11%
    }
    .elect_wrap2_right1 {
        padding-left: 0
    }
    .elect_wrap2_left {
        padding: 20px 0
    }
    .elect_warp3 {
        background: 0 0
    }
    .hotel_warp3 {
        background: url(../images/old/hotel_img1.jpg) no-repeat center center;
        background-size: cover
    }
    .elect_ph {
        margin-top: 30px
    }
    .elect_wrap2_left h2 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .home_wrap1_right_tx h2 {
        font-size: 16px
    }
    .home_wrap1_right_tx .img {
        width: 11%
    }
    .home_wrap2_right .elect_wrap2_right1 {
        padding-left: 0
    }
    .home_wrap2_left {
        height: 224px
    }
    .home_wrap3_left {
        width: 16%;
        display: none
    }
    .home_wrap3_right {
        width: 100%
    }
    .suggest_right input {
        width: 90%;
        padding-left: 18px
    }
    .suggest_right h2 {
        margin-left: 42px
    }
    .suggest_right .in {
        margin-left: 42px
    }
    .suggest_right .in1 {
        width: 80%
    }
    .de1 {
        width: 50%;
        float: left;
        padding: 0 12px;
        margin-bottom: 20px;
        margin-top: 10px
    }
    .sys_com {
        margin-top: 20px
    }
    .star_wrap1_tx {
        top: 15%
    }
    .star_tx h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #333 !important;
    }
    .star_tx p {
        margin-bottom: 10px;
        color: #666 !important;
    }
    .star_wrap2 .star_wrap2_tx {
        width: 72%
    }
    .star_wrap3_tx {
        top: 17%
    }
    .star_wrap3_img {
        bottom: 17px
    }
    .star_wrap3_tx {
        width: 50%
    }
    .star_wrap4_tx {
        top: 8%;
        width: 50%
    }
    .star_wrap6_tx {
        top: 16%
    }
    .star_wrap6_img {
        width: 6%;
        left: 19.5%
    }
    .star_wrap7_tx {
        width: 80%!important
    }
    .star_wrap7_img1 {
        top: 60%
    }
    .star_wrap7_img2 {
        top: 60%
    }
    .lock_wrap1 .star_wrap1_tx {
        width: 38%;
        top: 8%
    }
    .lock_wrap1 .star_wrap1_tx p {
        height: 62px;
        overflow: hidden
    }
    .lock_wrap2_tx {
        top: 9%
    }
    .lock_wrap3 .star_wrap2_tx {
        width: 88%
    }
    .lock_wrap3_con {
        width: 84%
    }
    .lock_wrap4_tx {
        top: 23%;
        width: 80%
    }
    .lock_wrap5_tx {
        left: 9%;
        width: 82%
    }
    .lock_wrap5_icon {
        width: 100%
    }
    .lock_wrap5_iconimg {
        padding: 0 10px
    }
    .lock_wrap6_tx {
        top: 8%
    }
    .lock_wrap7_tx {
        width: 59%
    }
    .lock_wrap8_icon1 {
        width: 76%;
        left: 12%
    }
    .lock_wrap8_iconimg {
        padding: 0 5px
    }
    .lock_wrap9_tx {
        top: 16%
    }
    .plug_wrap7_tx {
        top: 9%;
        width: 76%
    }
    .plug_wrap12_tx {
        top: 25%;
        width: 42%
    }
    .plug_wrap12_tx p {
        height: 42px;
        overflow: hidden
    }
    .lock_wrap13_tx {
        top: 8%;
        width: 48%
    }
    .pro_2H_step8 .line {
        display: none
    }
    .lock_wrap8 h2 {
        font-size: 20px;
        text-align: center
    }
    .lock_wrap10 .plug_wrap7_tx h2 {
        font-size: 20px
    }
    .plug_wrap7_tx p {
        height: 62px;
        overflow: hidden
    }
    .pro_1c_wrap1_tx {
        width: 40%
    }
    .yc_wrap2_tx {
        top: 26%;
        width: 37%
    }
    .yc_wrap2_tx p {
        height: 48px;
        overflow: hidden
    }
    .yc_wrap3_tx {
        width: 39%
    }
    .yc_wrap3_tx p {
        height: 46px;
        overflow: hidden
    }
    .yc_wrap4_tx {
        width: 36%
    }
    .yc_wrap4_tx p {
        height: 46px;
        overflow: hidden
    }
    .yc_wrap5_tx {
        top: 17%;
        width: 37%
    }
    .yc_wrap5_tx p {
        height: 62px;
        overflow: hidden
    }
    .yc_wrap6_tx {
        top: 15%;
        width: 37%
    }
    .yc_wrap6_tx p {
        height: 62px;
        overflow: hidden
    }
    .yc_wrap7_tx {
        width: 39%;
        top: 7%
    }
    .index_pro_text h2 a {
        font-size: 20px
    }
    .news_wrap {
        width: 90%
    }
    .news_con {
        width: 100%
    }
    .news {
        padding-top: 18%;
        padding-bottom: 24%
    }
/*    .about_wrap3 .tangle {
        width: 20px
    }*/
    .about_wrap3 .tx {
        left: 28px;
        top: 30px
    }
    .xiala li {
        font-size: 14px;
        line-height: 60px;
        padding: 0;
        display: block;
        border-bottom: 1px solid #e8e8e8;
        text-transform: uppercase;
        color: #666
    }
    .xiala li a {
        border: none;
        padding: 0 4%
    }
    .xiala li.p_li {
        padding: 0 4%
    }
    .menu_bot {
        margin-top: 55px
    }
    .menu_bot a img {
        margin: 15px 9px 0 -25px
    }
    .menu_bot {
        padding-right: 0;
        text-align: center
    }
    .xiala a {
        font-size: 14px;
        line-height: 60px;
        padding: 0 0
    }
    .elect_wrap4_tx1 {
        width: 100%;
        margin: 0;
        padding: 0 15px
    }
    .elect_wrap4_tx .ti {
        padding-left: 4%
    }
    .elect_wrap4_tx .elect_wrap3_img_con {
        width: 92%;
        margin: 20px auto
    }
    .elect_wrap4_tx p {
        padding: 0 4%
    }
    .elect_wrap5 .elect_wrap3_img:nth-child(1) {
        margin-left: -2%
    }
    .elect_wrap3_tx p {
        text-align: left
    }
    .elect_wrap7 h2 {
        font-size: 20px;
        margin-left: 0
    }
    .elect_wrap7_img {
        width: 100%;
        margin: 20px 0
    }
    .elect_wrap7 p {
        margin-left: 0
    }
    .ph_head a {
        color: #666;
        font-size: 14px
    }
    .pro_row_wrap3 img {
        width: 156%;
        margin-left: -29%
    }
    .pro_row_wrap3 p {
        width: 82%;
        left: 280px;
        top: 31%;
        line-height: 22px
    }
    .solu_xiala1 p {
        width: 100%;
        background: url(../images/old/down.png) no-repeat 94% center;
        font-size: 18px;
        color: #666;
        padding-left: 4%;
        line-height: 54px;
        border-bottom: 1px solid #e8e8e8
    }
    .solu_xiala1 {
        width: 100%;
        position: relative
    }
    .solu_xiala1 a {
        display: block;
        font-size: 20px;
        color: #fff;
        padding-left: 20px;
        line-height: 54px;
        border-bottom: 1px solid #e8e8e8;
        background-color: #6ba1d5
    }
    .solu_xiala2 {
        width: 100%;
        position: absolute;
        z-index: 999;
        display: none
    }
    .solu_xiala3 p {
        width: 100%;
        background: url(../images/old/down.png) no-repeat 94% center;
        font-size: 18px;
        color: #666;
        padding-left: 4%;
        line-height: 54px;
        border-bottom: 1px solid #e8e8e8
    }
    .solu_xiala3 {
        width: 100%;
        position: relative
    }
    .solu_xiala3 a {
        display: block;
        font-size: 18px;
        color: #fff;
        padding-left: 4%;
        line-height: 54px;
        border-bottom: 1px solid #e8e8e8;
        background-color: #6ba1d5
    }
    .solu_xiala4 {
        width: 100%;
        position: absolute;
        z-index: 999;
        display: none
    }
    .index_pro_text a.buy {
        margin-top: 24px
    }
    .news_t1 {
        text-align: left;
        width: 94%;
    }
   /* .news_t1 img {
        bottom: 100px;
        right: 3%;
    }*/
    .news_top {
        padding-bottom: 12px
    }
    .news_tx {
        width: 100%;
        padding-top: 14px
    }
    .news_txcon {
        width: 94%
    }
    .news_tx .btn1 {
        left: 10px;
        position: fixed;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .news_tx .btn2 {
        right: 10px;
        position: fixed;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .pro_input .i1 {
        border-bottom: none
    }
    .pro_wrap2_con {
        border-right: 1px solid #e4e4e4;
        padding-top: 16.5%;
        padding-bottom: 0!important;
        position: relative;
		height: auto !important;
    }
}

@media (max-width:721px) {
    .home_wrap5 {
        width: 102%
    }
    .home_wrap5 .col-xs-6 {
        width: 49%
    }
}

@media(max-width:768px) {
    .container{
        padding: 0;
    }
    .elect_wrap3_tx {
        padding: 30px 0
    }
    .elect_wrap4_left {
        height: auto!important
    }
    .elect_wrap4 .elect_wrap4_tx {
        padding: 0
    }
    .elect_wrap4 .elect_wrap4_tx1 {
        padding: 0
    }
    .elect_wrap5 {
        padding: 0
    }
    .elect_wrap5_tx {
        width: 100%
    }
    .elect_wrap7 {
        background: #fff;
        padding: 30px 0
    }
    .elect_wrap7 .container {
        padding: 0;
        width: 92%;
        margin: 0 auto
    }
    .elect_wrap8_con {
        height: auto!important;
        padding: 30px 4%
    }
    .solution_pic {
        margin-top: 20px
    }
    .solution_pic .pc_pic {
        display: none
    }
    .solution_pic .mobile_pic {
        display: block
    }
    .hotel_warp3 {
        background: #fff
    }
    .hotel_warp3 .ti {
        line-height: 28px
    }
    .hotel_warp3 .elect_wrap3_tx {
        padding: 30px 0
    }
    .hotel_warp3 .ti {
        margin-bottom: 15px;
        color: #333
    }
    .hotel_warp3 p {
        color: #666
    }
    .hotel_wrap4 .elect_wrap3_img .img {
        background-size: 206px 48px;
        width: 48px;
        height: 48px
    }
    .hotel_wrap4 .elect_wrap4_tx1 {
        margin: 0 auto;
        width: 92%;
        padding: 0
    }
    .item_left,
    .item_right {
        float: none;
        width: 100%
    }
    .hotel_wrap4 .elect_wrap4_tx .ti {
        padding: 0;
        line-height: 28px;
        margin-bottom: 15px
    }
    .hotel_wrap4 .elect_wrap4_left {
        padding: 30px 0
    }
    .hotel_wrap4 .elect_wrap3_tx,
    .hotel_wrap4 .elect_wrap4_tx p {
        padding: 0
    }
    .hotel_wrap4 .elect_wrap3_img {
        width: 33.33%
    }
    .hotel_wrap5 {
        padding: 30px 0
    }
    .hotel_wrap5 .elect_wrap4_tx {
        padding: 0
    }
    .hotel_wrap5 .elect_wrap4_tx .ti {
        padding: 0;
        line-height: 28px;
        margin-bottom: 15px
    }
    .hotel_wrap5 .elect_wrap4_tx p {
        padding: 0
    }
    .hotel_wrap5 .elect_wrap4_tx .elect_wrap5_tx {
        padding: 0 4%
    }
    .elect_wrap6 {
        display: none
    }
    .elect_m_wrap6 {
        display: block
    }
    .elect_m_wrap6 img {
        display: block
    }
    .hotel_wrap7 {
        background: #fff
    }
    .hotel_wrap7_cont {
        margin: 0 auto;
        width: 92%;
        padding: 30px 0
    }
    .elect_wrap7_con {
        height: auto
    }
    .hotel_wrap7 .elect_wrap7_imgcon .img {
        background-size: 206px 48px;
        width: 48px;
        height: 48px
    }
    .hotel_wrap7 .elect_wrap7_imgcon {
        width: 33.33%
    }
    .hotel_wrap7 h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
        padding: 0
    }
    .location .zp {
        width: 92%;
        margin: 25px auto 0
    }
    .location .zp p {
        padding-left: 4%
    }
    .pro_wrap2_con3:hover {
        background: 0 0
    }
    .pro_wrap2_con:hover .more_btn {
        background: url(../images/old/readmore_bg2.png) no-repeat center center
    }
    .big_box {
        padding-top: 43px;
    }
}

@media (max-width:480px) {
    .en_banner {
        background: url(../images/old/engin_banner_phone.jpg) no-repeat center center;
        background-size: cover;
        height: 380px
    }
    /*.swiper-container{padding-top:40px}*/
    .index_pro_text {
        display: block
    }
    .icon_box h2 {
        font-size: 18px;
        margin-top: 18px
    }
    .about_wrap4 .h2 {
        font-size: 26px
    }
    .about_wrap4 .h3 {
        font-size: 20px;
        margin: 10px 0 20px
    }
    .solution_txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: -55px
    }
    .solution_line {
        margin: 8px 0 21px
    }
    .m_solution_nav img {
        width: 54px;
        margin-right: 20px
    }
    .m_solution_nav h3,
    .solution_nav ul li h3 {
        font-size: 24px
    }
    .m_solution_nav h3 span,
    .solution_nav ul li h3 span {
        font-size: 16px
    }
    .m_solution_nav p {
        color: #000;
        font-size: 14px;
        margin-top: 5px
    }
    .solution_nav ul {
        top: 93px
    }
    .solution_nav ul li a {
        height: 68px
    }
    .solution_nav li img {
        width: 54px;
        margin: 10px 20px 0 0
    }
    .location {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 20px 0
    }
    .loca_tx {
        width: 92%;
        margin-left: 4%;
        float: none
    }
    .loca_con {
        padding: 0
    }
    .biao_con,
    .scroll_con {
        display: none
    }
    .loca_tx h2 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px
    }
    .service_arrow {
        display: block;
        float: right;
        margin-top: 8px;
        width: 17px;
        height: 10px;
        background: url(../images/old/service_arrow.png) no-repeat
    }
    .loca_main {
        display: none;
        margin-bottom: 10px
    }
    .suggest_left {
        height: auto!important
    }
    .suggest_left img {
        display: block;
        width: 100%
    }
    .suggest_right .in,
    .suggest_right .tj,
    .suggest_right h2 {
        margin-left: 4%
    }
    .suggest_right input {
        width: 92%
    }
    .suggest_right .in1 {
        width: 92%
    }
    .sys_box .row,
    .talent .row {
        margin: 0
    }
    .sys_tx {
        padding: 0 4%
    }
    .talent_box {
        height: auto
    }
    .talent_box1 {
        border-bottom: 1px solid #e2e2e2;
        padding: 20px 4%
    }
    .talent_box2 {
        padding: 20px 4%
    }
    .talent_box1 .talent_tx p,
    .talent_box2 .talent_tx p {
        width: 100%
    }
    .job_left,
    .job_right {
        height: auto
    }
    .job_left {
        padding: 20px 4%
    }
    .job_search {
        float: none;
        overflow: auto
    }
    .job_search_main {
        display: none;
        margin-top: 10px
    }
    .job_search h2 {
        margin: 0;
        font-size: 16px;
        line-height: 26px
    }
    .job_search_main h2 {
        margin: 10px 0 20px
    }
    .search_arrow {
        display: block;
        float: right;
        width: 17px;
        height: 10px;
        margin-top: 8px;
        background: url(../images/old/search_arrow.png) no-repeat
    }
    .job_search .tj {
        margin-top: 40px
    }
    .pro_wrap3_ph .tx {
        padding: 30px 0;
        text-align: center
    }
    .pro_wrap3_ph h2 {
        font-size: 20px;
        margin-bottom: 10px;
        height: auto;
        color: #000
    }
    .pro_wrap3_ph p {
        line-height: 22px;
        color: #000;
        line-height: 26px;
        font-size: 14px;
        width: 94%;
        margin: 0 auto
    }
    .solution_nav ul {
        top: 77px
    }
    .home_wrap5 ul li {
        width: 100%
    }
    .home_wrap5_text p {
        height: auto;
        margin-bottom: 0
    }
    .home_wrap5_text img {
        margin-top: -30px
    }
    .home_wrap5 ul li:last-child .home_wrap5_text img {
        margin-top: 30px
    }
    .home_wrap5_120 ul li .home_wrap5_text img,
    .home_wrap5_150 ul li .home_wrap5_text img,
    .home_wrap5_50 ul li .home_wrap5_text img {
        margin-top: 30px
    }
    .lock_wrap5_icon {
        left: 2%
    }
    .lock_wrap8_icon2img p {
        font-size: 12px
    }
    .pro_wrap2_con3:hover {
        background: 0 0
    }
    .pro_led_wrap2 .pro_wrap2_con:hover {
        background: 0 0
    }
    .pro_led_wrap2 .pro_wrap2_con2:hover {
        background: 0 0
    }
    .smart .pro_wrap2_con:hover {
        background: 0 0
    }
    .pro_wrap2_con:hover .more_btn {
        background: url(../images/old/readmore_bg2.png) no-repeat center center
    }
    .pro_left {
        height: auto
    }
    .pro_left_img3 img {
        width: 100%
    }
    .foot_link li {
        padding: 0 10px 0 30px
    }
    .foot_link .link1 {
        background: url(../images/old/foot_link1.png) no-repeat 3% center
    }
    .foot_link .link2 {
        background: url(../images/old/foot_link2.png) no-repeat 0 center
    }
    .foot_link .link3 {
        background: url(../images/old/foot_link3.png) no-repeat 0 center
    }
    .swiper-container-about-news{ padding:50px 0px 65px 0px; }
    .swiper-container-about-news .swiper-slide{ width:92%; }
    .swiper-container-about-news .swiper-slide .pic{ height:175px; }
    .swiper-container-about-news .swiper-slide .txt{ padding:20px; }
    .swiper-container-about-news .swiper-slide .txt h2{ font-size:18px; }
    .swiper-container-about-news .swiper-slide .txt h3{ margin:15px 0px 15px; }
    .swiper-container-about-news .swiper-slide .txt span{ margin-top:20px; }
    .swiper-container-about-news .swiper-button-prev{ left:37.5%; }
    .swiper-container-about-news .swiper-button-next{ right:37.5%; }
.news_tx img{height: auto !important;}

}

@media(max-width:375px) {
    /*.news_tx .btn1{top:104%}
.news_tx .btn2{top:104%}*/
    .en_banner {
        background: url(../images/old/engin_banner_phone.jpg) no-repeat center center;
        background-size: cover;
        height: 280px
    }
    .menu_ewm {
        display: none;
    }
}

@media (max-width:320px) {
    .banner_ph h2 {
        font-size: 20px
    }
    .banner_ph p {
        font-size: 14px
    }
    .banner_ph .more {
        margin-left: 102px
    }
    .index_pro_text p {
        line-height: 21px
    }
    .index_pro_text a {
        margin-top: 30px
    }
    .foot_time {
        width: 300px
    }
    .foot_zx {
        width: 124px
    }
    .foot_img {
        width: 48px;
        margin-top: 18px
    }
    .footer .foot_copy p {
        width: 230px;
        font-size: 12px;
        line-height: 16px
    }
    .pro_left_img {
        margin: 7% 0 0 7%
    }
    .pro_wrap3 p {
        font-size: 12px
    }
    .pro_wrap3_img {
        left: -66px
    }
    .index_pro_box1 {
        height: 410px
    }
    .pro_left_img3 {
        margin: 14% 0 0 16%
    }
    .pro_switch p {
        transform: scale(.8);
        left: 257px;
        width: 100%;
        letter-spacing: .8px
    }
    .index_pro_box2 {
        height: 354px
    }
    .pro_left_img1 {
        width: 76%;
        margin: 15% 0 0 9%
    }
    .pro_row_wrap3 p {
        width: 86%;
        left: 270px
    }
    .index_pro_box3 {
        height: 412px
    }
    .pro_left_img2 {
        width: 90%;
        margin: 12% 0 0 7%
    }
    .pro_rela_icon {
        left: 74%;
        width: 308px
    }
    .ph_head li {
        padding: 0 4px;
        font-size: 12px
    }
    .pro_wrap3 .img1 {
        margin-left: -134px
    }
    .pro_rela_wrap3 img {
        margin-left: -145px
    }
    .de_nav a {
        margin-right: 15px
    }
    .foot_link li {
        padding: 0 10px 0 29px
    }
    .ph_nav a {
        line-height: 46px
    }
    .menu_bot {
        margin: 20px 0
    }
    /*.news_tx .btn1{top:102%}*/
    /*.news_tx .btn2{top:102%}*/
    .pc_wrap {
        margin-top: 132px
    }
}

.footer{position: relative;}
#_pingansec_bottomimagelarge_brand{display: block;width: 80px;position: absolute;left: 50%;bottom: 40px;margin-left: -40px;}
#_pingansec_bottomimagelarge_brand img{display: block;width: 100%;}

.footer .container{width: 1280px;padding: 0;}

@media (max-width:750px) {

    .footer .container{width: 92%;}
}