* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

@font-face {

    font-family: 'iconfont';  /* project id 812352 */
    src: url('../other/font_812352_2loxhm8kpt3.eot');

    src: url('../other/font_812352_2loxhm8kpt3.eot?#iefix') format('embedded-opentype'),
    url('../other/font_812352_2loxhm8kpt3.woff') format('woff'),
    url('../other/font_812352_2loxhm8kpt3.ttf') format('truetype'),
    url('../other/font_812352_2loxhm8kpt3.svg#iconfont') format('svg');

}


html {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    width: 100%;
    min-width: 1200px;
    padding-top: 60px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.wraps {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}


.clearfloat:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.clearfloat {
    *zoom: 1;
}

.clearfloat:before, .clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clearfloat:after {
    clear: both;
}

.topbox {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: rgba(9, 34, 90, 1);
    z-index: 600;
    left: 0;
    top: 0;
}

.head {
    width: 1200px;
    margin: auto;
}

.logo {
    width: 250px;
    float: left;
}

.logo span {
    display: block;
    margin-top: 20px;
    margin-left: 17px;
    float: left;
    width: 201px;
    height: 23px;
    line-height: 23px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: left;
}

.logo em {
    display: block;
    float: left;
    margin-top: 12.39px;
    width: 30px;
    height: 36px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
}

.nav {
    float: right;
}

.nav li {
    float: left;
    position: relative;
    margin: 0 20px;
    line-height: 60px;
    font-size: 16px;
    height: 60px;
}

.nav li > a {
    display: block;
    color: #ffffff;
}

.nav li:after {
    transition: all .3s ease-in;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: none;
}

.nav li.active:after {
    background: -webkit-linear-gradient(left, #ee5900, #fd843c);
    background: -moz-linear-gradient(left, #ee5900, #fd843c);
    background: -ms-linear-gradient(left, #ee5900, #fd843c);
    background: -o-linear-gradient(left, #ee5900, #fd843c);
    background: linear-gradient(left, #ee5900, #fd843c);
}

.nav li:hover:after {
    background: -webkit-linear-gradient(left, #ee5900, #fd843c);
    background: -moz-linear-gradient(left, #ee5900, #fd843c);
    background: -ms-linear-gradient(left, #ee5900, #fd843c);
    background: -o-linear-gradient(left, #ee5900, #fd843c);
    background: linear-gradient(left, #ee5900, #fd843c);
}

.nav .active > a {
    color: #ee5900;
}

.nav li:hover a {
    color: #ee5900;
}

.nav_down {
    display: none;
    position: absolute;
    line-height: 38px;
    padding: 22px 36px 30px;
    box-sizing: border-box;
    top: 60px;
    left: 50%;
    width: 300px;
    background-color: rgba(9, 34, 90, 1);
    margin-left: -120px;
}

.nav_down a {
    color: #FFFFFF;
    font-size: 14px;
}

.nav li:hover .nav_down a {
    color: #FFFFFF;
}

.nav_down a {
    display: block;
}

.nav li .nav_down a:hover {
    color: #048EF6;
}

/*top*/

.banner {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.bannerul li {
    height: 480px;
    position: relative;
    float: left;
    overflow: hidden;
}

.bannerul img {
    width: 100%;
    display: block;
    z-index: 10;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.ban_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.ban_text h2 {
    text-shadow: 0px 6px 1px #0c0d0f;
    position: relative;
    animation: move 0.5s linear 0s forwards;
    margin-top: 100px;
    margin-left: 0px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
    height: 78px;
    line-height: 78px;
    color: rgba(255, 255, 255, 1);
    font-size: 56px;
}

.ban_info {
    text-shadow: 0px 4px 1px #0c0d0f;
    margin: 0 auto 32px;
    animation: move 0.6s linear 0s forwards;
    margin-left: 0px;
    text-align: left;
    width: 461px;
    height: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    font-weight: 700;
}

.ban_info1 {
    text-shadow: 0px 2px 1px #0c0d0f;
    margin: 0 auto 32px;
    animation: move 0.7s linear 0s forwards;
    margin-left: 0px;
    margin-top: 10px;
    text-align: left;
    width: 461px;
    height: 30px;
    line-height: 31px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.ban_more a {
    display: block;
    animation: move 0.8s linear 0s forwards;
    margin: auto;
    margin-left: 0px;
    margin-top: 50px;
    width: 120px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #00A1FF, #0680FF, #0B61FF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A1FF, #0680FF, #0B61FF); /* 标准的语法 */
}

.bannerul {
    width: 20000px;
    position: relative;
    z-index: 10;
}

.num {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
}

.num li {
    position: relative;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 16px;
    cursor: pointer;
    height: 16px;
}

.num li:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.num li.active:after {
    border: 2px solid /*transparent*/ rgba(255, 255, 255, 0.5);
}

.num li.active svg {
    opacity: 1;
}

.num li svg {
    opacity: 0;
    position: absolute !important;
    left: -1px !important;
    top: -1px !important;
}

/*banner*/

@keyframes move {
    /* from {
    left:200px;opacity: 0;
  }
  to{
    left:200px;opacity: 1;
  } */
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(230px);
    }
}


.pro_box {
    margin-top: 53px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 32px;
}

.pro_tit {
    margin: auto;
    margin-bottom: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.pro_info {
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #000000;
    width: 1200px;
    margin: auto;
    font-size: 18px;
}

.pro_list {
    margin-top: 60px;
    width: 1250px;
    margin: 60px auto 0;
}

.pro_list li {
    width: 25%;
    float: left;
}

.pro_top {
    transition: all .3s ease-in;
    width: 263px;
    height: 150px;
    margin: auto;
}

.pro_top a {
    font-size: 25px;
    display: block;
    width: 100%;
    height: 100%;
    color: #cccccc;
    line-height: 72px;
    text-align: center;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pro_list li.active a {
    color: #048EF6;
}

.pro_top:hover a {
    color: #048EF6;
}


.pro_top:hover {
    color: #048EF6;
    background: url(../images/probj2.png) no-repeat;
    background-size: 100%;
}

.pro_list li.active .pro_top {
    color: #048EF6;
    background: url(../images/probj2.png) no-repeat;
    background-size: 100%;
}

.pro_name {
    transition: all .3s ease-in;
    text-align: center;
    margin-top: 16px;
    height: 22px;
    line-height: 22px;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
}

.pro_list li:hover .pro_name {
    color: #048EF6;
}

.pro_list li.active .pro_name {
    color: #048EF6;
}


/*产业中心*/

.tmcbox {
    background: #F6F8FA;
    width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 59px 0 31px;
    box-sizing: border-box;
}

.tmc {
    display: none;
    width: 1200px;
    margin: auto;
}

.tmc.active {
    display: block;
}

.tmc_pic {
    width: 584px;
    float: left;
    box-shadow: #666 0px 0px 20px;
}

.tmc_pic img {
    display: block;
    width: 100%;
}

.tmc_text {
    width: 518px;
    float: right;
    margin-top: -39px;
    height: 450px;
}

.tmc_tit {
    margin-top: 29px;
    margin-bottom: 17px;
    height: 37px;
    line-height: 37px;
    color: rgba(51, 51, 51, 1);
    font-size: 26px;
}

.tmc_info {
    width: 438px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.solut_box {
    width: 100%;
    height: 810px;
    position: relative;
    margin-bottom: 51px;
    overflow: hidden;
}

.solu_ban ul {
    position: absolute;
    width: 100%;
    height: 810px;
    z-index: 10;
}

.solu_ban li {
    display: none;
    position: relative;
    width: 100%;
    height: 810px;
    overflow: hidden;
}

.solu_ban li img {
    height: 810px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.solu_ban .active {
    display: block;
}

.plan_box {
    width: 1200px;
    position: absolute;
    height: 810px;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 200;
}

.sidebar {
    width: 236px;
    float: left;
    margin-top: 140px;
}

.prev {
    display: none;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: #5d5b5b;
}

.prev.active {
    display: block;
}

.next {
    display: none;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: #5d5b5b;
}

.next.active {
    display: block;
}

.next img {
    opacity: 0.5;
    transition: all .3s ease-in;
}

.next:hover img {
    opacity: 1;
}

.prev img {
    opacity: 0.5;
    transition: all .3s ease-in;
}

.prev:hover img {
    opacity: 1;
}

.slide_ban {
    height: 563px;
    overflow: hidden;
    width: 100%;
    background: #5d5b5b;
}

.slide_ban li {
    transition: all .3s ease-in;
    height: 94px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.slide_ban a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 25px;
}

.slide_ban li + li a {
    border-top: 1px solid #3a3a3a;
}

.slide_ban li.active {
    background: -webkit-linear-gradient(left, #00D7FF, #0B61FF);
    background: -moz-linear-gradient(left, #00D7FF, #0B61FF);
    background: -ms-linear-gradient(left, #00D7FF, #0B61FF);
    background: -o-linear-gradient(left, #00D7FF, #0B61FF);
    background: linear-gradient(left, #00D7FF, #0B61FF);
}

.slide_ban li.active a {
    border: none;
}

.slide_ban h2 {
    padding-top: 20px;
    margin-bottom: 13px;
    height: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.slide_ban li.active a {
    padding-left: 40px;
}

.slide_way {
    height: 20px;
    line-height: 20px;
    color: rgba(198, 198, 198, 1);
    font-size: 14px;
}

.slide_ban li.active .slide_way {
    color: #FFFFFF;
}


.blur_box {
    width: 920px;
    float: right;
}

.blut_top {
    width: 640px;
    text-align: center;
    margin-bottom: 30px;
}

.blut_top h2 {
    margin-top: 52px;
    margin-bottom: 23px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
}

.blur_info {
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.blut_ban {
    width: 100%;
    padding-left: 36px;
    box-sizing: border-box;
}

.blut_name {
    height: 33px;
    margin-bottom: 27px;
    line-height: 33px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.blur_text {
    margin-bottom: 34px;
    height: 46px;
    line-height: 24px;
    color: #c6c6c6;
    font-size: 16px;
}

.blur_more a {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    width: 159px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.blur_more a:hover {
    background: #048EF6;
}

.blur_more {
    margin-bottom: 34px;
}

.point_tit {
    height: 20px;
    margin-bottom: 19px;
    line-height: 20px;
    color: rgba(198, 198, 198, 1);
    font-size: 16px;
}

.point {
    margin-bottom: 45px;
}

.char {
    display: table;
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 162px;
    height: 48px;
    background-color: rgba(33, 33, 33, 1);
    border: 1px solid rgba(151, 151, 151, 1);
}

.char p {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 11px;
    vertical-align: middle;
}

.char span {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
}

.typi a {
    vertical-align: middle;
    margin-right: 60px;
}

.blut_ban li {
    display: none;
}

.blut_ban li.active {
    display: block;
}

.blut_ban ul {
    height: auto;
    overflow: hidden;
}

/*解决方案*/

.apply_box {
    width: 1198px;
    margin: auto;
}

.apply_tit {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.apply_list {
    margin-top: 89px;
    margin-bottom: 93px;
}

.apply_list ul {
    width: 1200px;
}

.apply_pic {
    height: 200px;
}

.apply_list li img {
    transition: filter .2s ease-in;
    display: block;
    width: 404px;
    height: 200px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.apply_list li:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.apply_list li.active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.apply_list li {
    overflow: hidden;
    transition: transform 0.3s;
    transform: translateZ(0); /*transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);*/
    display: inline-block;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    width: 390px;
    position: relative;
    z-index: 10;
    top: 0;
    vertical-align: top;
    border-radius: 8px;
    box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
}

.apply_list li.active { /*z-index: 100;width: 440px;top: -33px;*/
    z-index: 100;
    transform: scale(1.1);
    padding-bottom: 42px;
    box-shadow: 0 3px 28px 0 rgba(19, 53, 91, 0.24);
}

.apply_list li:nth-child(3) .apply_pic img {
    float: right;
}

.apply_list li:nth-child(3) {
    right: 5px;
}

.apply_list li:nth-child(1) {
    left: 5px;
}

/*.apply_list li.active .apply_pic{height: 240px;}*/

.app_name {
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-top: 36px;
    color: rgba(136, 136, 136, 1);
    font-size: 18px;
}

.apptext {
    width: 330px;
    margin: auto;
    padding: 0 37px;
    margin-top: 19px;
    height: 170px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

/*.apply_list li.active .app_name{height: 28px;line-height: 28px;margin-top: 34.92px; color: rgba(68, 68, 68, 1);font-size: 20px;}*/

/*.apply_list li.active .apptext{height: 175px;padding: 0 40.3px; width: 359px;height: 175px;line-height: 30px;color: rgba(102, 102, 102, 1);font-size: 16px;}*/

.apply_list li a {
    display: block;
}

.apply_list li:nth-child(3) .app_name {
    float: right;
    width: 100%;
}

.apply_list li:nth-child(3) .apptext {
    float: right;
}

/*应用案例*/

.friendbox {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding-top: 70px;
    box-sizing: border-box;
    height: 415px;
    background-color: rgba(246, 248, 250, 1);
}

.fr_tit {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.friend {
    width: 1207px;
    margin: 20px auto 0;
}

.friend ul {
    width: 1307px;
    margin-left: -50px;
}

.friend li {
    float: left;
    margin: 20px 49px;
    height: 80px;
    width: 227px;
    display: table;
    text-align: center;
}

.friend li a {
    overflow: hidden;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.friend img {
    transition: all .3s ease-in;
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
}

.friend li:hover img {
    transform: scale(1.07);
}

/*合作伙伴*/

.footerbox {
    width: 100%;
    padding-top: 36px;
    box-sizing: border-box;
    height: 280px;
    background-color: rgba(53, 54, 62, 1);
}

.footer {
    width: 1200px;
    margin: auto;
}

.hot_line {
    width: 342px;
    float: left;
}

.hot_tit {
    height: 26px;
    background: url(../images/hot.png) no-repeat;
    padding-left: 36px;
    background-size: 26px;
    background-position: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.call {
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
}

.qqin {
    display: block;
    margin-top: 14px;
    width: 151px;
    height: 45px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #00A1FF, #0680FF, #0B61FF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A1FF, #0680FF, #0B61FF); /* 标准的语法 */
}

.fast_nav {
    width: 220px;
    float: left;
}

.fast_tit {
    height: 22px;
    margin-bottom: 19px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.fast_list {
    height: 140px;
    line-height: 28px;
    color: rgba(204, 204, 204, 1);
    font-size: 12px;
}

.fast_list a {
    color: rgba(204, 204, 204, 1);
}

.fast_list a:hover {
    color: #048EF6;
}

.contus {
    width: 420px;
    float: left;
}

.code {
    width: 130px;
    float: right;
}

.code img {
    display: block;
    width: 100%;
}

.code_text {
    margin-top: 10px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.copy {
    margin-top: 5px;
    text-align: center;
    padding-top: 11px;
    left: 0px;
    border-top: 1px solid rgba(216, 216, 216, 0.16);
    height: 30px;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

/*首页*/

.pro_ban {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 20;
    height: 480px;
    background: -webkit-linear-gradient(left, #00130D, #021937, #021B46, #00130D);
    background: -moz-linear-gradient(left, #00130D, #021937, #021B46, #00130D);
    background: -ms-linear-gradient(left, #00130D, #021937, #021B46, #00130D);
    background: -o-linear-gradient(left, #00130D, #021937, #021B46, #00130D);
    background: linear-gradient(left, #00130D, #021937, #021B46, #00130D);
}

.pro_le {
    width: 570px;
    float: left;
}

.good_tit {
    margin-top: 115px;
    margin-bottom: 23px;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
}

.good_info {
    margin-bottom: 54px;
    width: 569px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.good_more a {
    display: block;
    width: 120px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #00A1FF, #0680FF, #0B61FF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A1FF, #0680FF, #0B61FF); /* 标准的语法 */
}

/*.good_more a:hover{background: #048EF6;}*/

.pro_use {
    width: 1146px;
    margin: auto;
    position: relative;
    height: 480px;
    z-index: 100;
    position: relative;
}

.good_pic {
    width: 432px;
    float: right;
    height: 283px;
    position: relative;
    margin-top: 96px;
}

.good1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.good2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.good3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#good1 {
    margin: -123px 0 0 -23px;
    transition: .5s ease-out;
}

#good2 {
    margin: -147px 0 0 -199px;
    transition: .5s ease-out;
}

#good3 {
    margin: -88px 0 0 -188px;
    transition: .5s ease-out;
}

#good1 img, #good2 img, #good3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

/*ban*/

.main {
    width: 100%;
    overflow: hidden;
}

.main-top {
    text-align: center;
    line-height: 64px;
    border-bottom: 1px solid #D8D8D8;
}

.main-top span {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid transparent;
    margin: 0 38px;
    cursor: pointer;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.main-top span.active {
    border-bottom: 3px solid #048EF6;
    color: #048EF6;
}

.main-top1 {
    text-align: center;
    line-height: 64px;
    border-bottom: 1px solid #D8D8D8;
}

.main-top1 span {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid transparent;
    margin: 0 38px;
    cursor: pointer;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.main-top1 span.active {
    border-bottom: 3px solid #E05207;
    color: #E05207;
}

.firebox {
    padding-top: 51px;
    box-sizing: border-box;
    width: 100%;
    height: 688px;
    background-color: rgba(245, 245, 245, 1);
}

.fire_tit {
    text-align: center;
    margin-bottom: 23px;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.fire_info {
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.fire_ban {
    margin: 37px auto 0;
    width: 1196px;
    overflow: hidden;
    height: 443px;
    background-color: rgba(255, 255, 255, 1);
}

.fir_cut {
    width: 280px;
    float: left;
    height: 443px;
    background: #3A3A3A;
}

.fir_cut li {
    cursor: pointer;
    height: 147.6px;
    width: 100%;
    display: table;
}

.fir_cut li:nth-last-child(2) {
    background: #2b2b2b;
}

/*.fir_cut li:nth-last-child(2).active{background:-webkit-linear-gradient(left,#0D70FF,#0B61FF); background:-moz-linear-gradient(left,#0D70FF,#0B61FF); background:-ms-linear-gradient(left,#0D70FF,#0B61FF); background:-o-linear-gradient(left,#0D70FF,#0B61FF); background:linear-gradient(left,#0D70FF,#0B61FF);}*/

.fir_cut li.active {
    background: -webkit-linear-gradient(left, #00D7FF, #0B61FF);
    background: -moz-linear-gradient(left, #00D7FF, #0B61FF);
    background: -ms-linear-gradient(left, #00D7FF, #0B61FF);
    background: -o-linear-gradient(left, #00D7FF, #0B61FF);
    background: linear-gradient(left, #00D7FF, #0B61FF);
}

.fir_use {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.fir_pic {
    font-family: 'iconfont';
    font-size: 40px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
}

.fire_name {
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.fieline_box {
    padding-top: 52px;
    box-sizing: border-box;
    width: 824px;
    float: left;
    margin-left: 40px;
    height: 443px;
    overflow: hidden;
}

.deta_tit span {
    padding-left: 11px;
    box-sizing: border-box;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    border-left: 3px solid #048EF6;
}

.deta_tit {
    margin-bottom: 20px;
}

.detail {
    height: 46px;
    margin-bottom: 44px;
    line-height: 24px;
    opacity: 0.88;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.fun_list li {
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    box-sizing: border-box;
    line-height: 78px;
    width: 300px;
    height: 80px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

.fun_list li + li {
    margin-left: 0px;
}

.fun_list li span {
    font-family: 'iconfont';
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    color: #FFFFFF;
    margin-right: 18px;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #1060FE, #01C1E6);
    background: -moz-linear-gradient(top, #1060FE, #01C1E6);
    background: -ms-linear-gradient(top, #1060FE, #01C1E6);
    background: -o-linear-gradient(top, #1060FE, #01C1E6);
    background: linear-gradient(top, #1060FE, #01C1E6);
}

.fun_list li em {
    vertical-align: middle;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.firline {
    display: none;
}

.firline.active {
    display: block;
}

/*四个消防*/

.terr_box {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
    padding-top: 60px;
}

.terr_list {
    margin-top: 15px;
}

.terr_list li {
    width: 200px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
}

.terr_pic {
    transition: all .3s ease-in;
    font-family: 'iconfont';
    margin-bottom: 35px;
    font-size: 44px;
    color: #888888;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.terr_name {
    transition: all .3s ease-in;
    height: 28px;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-align: center;
}

.put_item .err {
    color: #a40000;
    position: absolute;
    left: 0;
    font-size: 12px;
    display: none;
}

/*平台功能*/

.costbox {
    height: 607px;
    width: 100%;
    background: #F5F5F5;
    padding-top: 51px;
    box-sizing: border-box;
}

.cost_tit {
    text-align: center;
    margin-bottom: 60px;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.cost {
    width: 1120px;
    margin: auto;
}

.cost_list {
    width: 400px;
    float: left;
    margin-top: 30px;
}

.cost_info {
    height: 20px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.cost_list li + li {
    margin-top: 38px;
}

.cost_name span {
    vertical-align: middle;
}

.cost_name em {
    vertical-align: middle;
    font-family: 'iconfont';
    margin-right: 7px;
    display: inline-block;
    width: 22px;
    color: rgba(4, 142, 246, 1);
    font-size: 16px;
}

.cost_name {
    line-height: 22px;
    color: rgba(4, 142, 246, 1);
    font-size: 16px;
    margin-bottom: 7px;
}

.cost_pic {
    width: 658px;
    float: right;
}

.cost_pic img {
    display: block;
    width: 100%;
}

/*平台价值*/

.stress_box {
    width: 700px;
    margin: auto;
    padding-top: 60px;
    box-sizing: border-box;
    height: 617px;
}

.str_tit {
    text-align: center;
    margin-bottom: 55px;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.stress {
    width: 700px;
    height: 380px;
    position: relative;
}

.stress img {
    display: block;
    width: 100%;
}

.str_le {
    text-align: left;
    position: absolute;
    background: url(../images/lebj.png) no-repeat;
    width: 310px;
    height: 56px;
    left: -231px;
    top: 74px;
}

.str_le2 {
    text-align: left;
    position: absolute;
    background: url(../images/lebj.png) no-repeat;
    width: 310px;
    height: 56px;
    left: -231px;
    top: 255px;
}

.str_rig2 {
    text-align: right;
    position: absolute;
    background: url(../images/rigbj.png) no-repeat;
    width: 310px;
    height: 56px;
    right: -231px;
    top: 255px;
}

.str_rig {
    text-align: right;
    position: absolute;
    background: url(../images/rigbj.png) no-repeat;
    width: 310px;
    height: 56px;
    right: -231px;
    top: 74px;
}

.str_le span {
    line-height: 49px;
    display: inline-block;
    width: 174px;
    text-align: center;
    left: 1394px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.str_le2 span {
    line-height: 49px;
    display: inline-block;
    width: 174px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.str_rig span {
    line-height: 49px;
    display: inline-block;
    width: 174px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.str_rig2 span {
    line-height: 49px;
    display: inline-block;
    width: 174px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

/*TMC智慧消防云平台*/

.bud_pic {
    width: 432px;
    float: right;
    height: 283px;
    position: relative;
    margin-top: 96px;
}

.bud1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.bud2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.bud3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#bud1 {
    margin: -123px 0 0 -37px;
    transition: .5s ease-out;
}

#bud2 {
    margin: -156px 0 0 -241px;
    transition: .5s ease-out;
}

#bud3 {
    margin: -88px 0 0 -188px;
    transition: .5s ease-out;
}

#bud1 img, #bud2 img, #bud3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

.term_top {
    width: 1200px;
    margin: 0 auto 44px;
}

.term_tit {
    margin-top: 62px;
    text-align: center;
    margin-bottom: 23px;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.term_info {
    text-align: center;
    margin-bottom: 46px;
    height: 22px;
    line-height: 22px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.term_cut {
    text-align: center;
    border-bottom: 1px solid #E5F4FF;
}

.term_cut span {
    display: inline-block;
    cursor: pointer;
    margin: 0 36px;
    padding: 0 5px;
    line-height: 44px;
    border-bottom: 2px solid transparent;
    position: relative;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.term_cut span.active {
    color: #048EF6;
    border-bottom: 2px solid #048EF6;
}

.truc_box {
    width: 1087px;
    height: 426px;
    margin: 55px auto 60px;
}

.truc_text {
    width: 539px;
    float: left;
    margin-top: 94px;
}

.role {
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}

.role span {
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    vertical-align: middle;
    width: 70px;
    height: 28px;
    border-radius: 4px;
    background-color: rgba(68, 68, 68, 1);
}

.role em {
    vertical-align: middle;
    margin-left: 20px;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
}

.role_info {
    margin-bottom: 45px;
    height: 60px;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.role_list li {
    float: left;
    width: 56px;
    margin-right: 50px;
    text-align: center;
}

.role_tit {
    transition: all .3s ease-in;
    margin-bottom: 18px;
    text-align: center;
    font-family: 'iconfont';
    font-size: 36px;
    color: rgba(136, 136, 136, 1);
}

.role_name {
    transition: all .3s ease-in;
    left: 511px;
    height: 20px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

/*.role_list li:hover .role_tit{color: #048EF6;}*/

.role_list li:hover .role_name {
    color: #048EF6;
}

.truc_pic {
    width: 475px;
    height: 426px;
    float: right;
}

.truc_pic img {
    display: block;
    width: 100%;
    height: 100%;
}

/*角色1*/

.presibox {
    width: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    height: 548px;
    background-color: rgba(245, 245, 245, 1);
}

.presi {
    width: 1087px;
    margin: auto;
}

.presi .truc_pic {
    float: left;
}

.presi .truc_text {
    float: right;
}

.presi .role_info {
    margin-bottom: 20px;
}

/*角色2*/

.rout_box {
    margin: 0px auto 60px;
    width: 1088px;
    height: 426px;
    padding-top: 55px;
}

/*角色3*/

.esta_box {
    width: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    height: 548px;
    background-color: rgba(245, 245, 245, 1);
}

.esta {
    width: 1087px;
    margin: auto;
}

.esta .truc_pic {
    float: left;
}

.esta .truc_text {
    float: right;
}

/*角色4*/

.down_load {
    width: 1114px;
    margin: 45px auto 80px;
}

.down_tit {
    margin-bottom: 17px;
    height: 25px;
    line-height: 25px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
}

.down_way {
    transition: all .3s ease-in;
    float: left;
    box-sizing: border-box;
    width: 536px;
    height: 107px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
}

.down_way + .down_way {
    margin-left: 42px;
}

.down_way:hover {
    box-shadow: 0px 1px 10px 4px rgba(15, 52, 93, 0.08);
}

.down_ico {
    float: left;
    transition: all .3s ease-in;
    font-family: 'iconfont';
    font-size: 40px;
    color: #888888;
    width: 108px;
    height: 105px;
    text-align: center;
    line-height: 105px;
}

.down_way:hover .down_ico {
    color: #048EF6;
}

.down_text {
    width: 230px;
    float: left;
}

.down_text h1 {
    margin-top: 28px;
    margin-bottom: 4px;
    height: 25px;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}

.down_info {
    height: 20px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.down_btn {
    overflow: hidden;
    float: right;
    margin-top: 36px;
    margin-right: 20px;
    width: 88px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 18px;
    background-color: rgba(4, 142, 246, 1);
}

.down_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
}

.down_btn a:hover {
    background: #00A1FF;
}

.last_box {
    width: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    height: 548px;
    background-color: rgba(255, 255, 255, 1);
}

.last {
    width: 1087px;
    margin: auto;
}

.last .truc_pic {
    float: right;
}

.last .truc_text {
    float: left;
}

.last .role_info {
    margin-bottom: 20px;
}


/*TMC智慧消防移动端*/


.dire_pic {
    width: 432px;
    float: right;
    height: 283px;
    position: relative;
    margin-top: 96px;
}

.dire1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.dire2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.dire3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#dire1 {
    margin: -89px 0 0 -10px;
    transition: .5s ease-out;
}

#dire2 {
    margin: -160px 0 0 -204px;
    transition: .5s ease-out;
}

#dire3 {
    margin: -80px 0 0 -178px;
    transition: .5s ease-out;
}

#dire1 img, #dire2 img, #dire3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

.term1 {
    margin: 55px auto 64px;
    width: 1140px;
    height: 321px;
}

.term3 {
    margin: 0 auto 64px;
    width: 1140px;
    height: 376px;
    padding-top: 55px;
    box-sizing: border-box;
}

.term_pic {
    width: 550px;
    height: 321px;
    float: right;
}

.term_pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.term_text {
    width: 500px;
    float: left;
}

.dire_tit {
    margin-top: 63px;
    margin-bottom: 12px;
    height: 30px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
}

.dire_text {
    height: 103px;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.term2_box {
    width: 100%;
    height: 440px;
    background-color: rgba(245, 245, 245, 1);
}

.term2 {
    width: 1140px;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    margin: auto;
}

.term2 .term_text {
    float: right;
}

.term2 .term_pic {
    float: left;
}

.term4_box {
    width: 100%;
    height: 440px;
    background-color: rgba(245, 245, 245, 1);
}

.term4 {
    width: 1140px;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    margin: auto;
}

.term4 .term_text {
    float: right;
}

.term4 .term_pic {
    float: left;
}

.hard_info {
    margin-bottom: 20px;
    height: 64px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

/*TMC可视化指挥平台*/


.hard_pic {
    width: 432px;
    float: right;
    height: 283px;
    position: relative;
    margin-top: 96px;
}

.hard1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.hard2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.hard3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#hard1 {
    margin: -69px 0 0 -21px;
    transition: .5s ease-out;
}

#hard2 {
    margin: -130px 0 0 -204px;
    transition: .5s ease-out;
}

#hard3 {
    margin: -80px 0 0 -178px;
    transition: .5s ease-out;
}

#hard1 img, #hard2 img, #hard3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

.hard_box {
    background: #F6F8FA;
    width: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.hard_list {
    width: 1220px;
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.hard_list li {
    transition: all .3s ease-in;
    top: 0;
    margin: 20px 13px 20px 13px;
    position: relative;
    float: left;
    width: 380px;
    height: 243.83px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(15, 52, 93, 0.09);
}

.hard_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ware_pic {
    vertical-align: middle;
    width: 100%;
    height: 195px;
    text-align: center;
    line-height: 195px;
}

.ware_pic img {
    transition: all .3s ease-in;
    vertical-align: middle;
}

.ware_name {
    transition: all .3s ease-in;
    text-align: center;
    line-height: 48px;
    color: #666666;
    height: 48px;
    background-color: rgba(246, 248, 250, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.hard_list li:hover .ware_name {
    color: #2676F9;
}

.hard_list li:hover img {
    transform: scale(1.05);
}

.hard_list li:hover {
    box-shadow: 0px 2px 20px 0px rgba(15, 52, 93, 0.5);
}

.page {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.page em {
    position: relative;
    transition: all .3s ease-in;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.page em:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
}

.page .pre_page:after {
    background: url(../images/page1.png) no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .pre_page.active:after {
    background: url(../images/page1.png) no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .nex_page:after {
    background: url(../images/page2.png) no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .nex_page.active:after {
    background: url(../images/page2.png) no-repeat;
    background-size: 9px;
    background-position: center;
}

.page a {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.page a.active {
    background-color: rgba(38, 118, 249, 1);
    color: #FFFFFF;
}

.page a.active:hover {
    background-color: rgba(38, 118, 249, 1);
    color: #FFFFFF;
}

.page a:hover {
    background: #D8D8D8;
}

.page em:hover {
    background: #D8D8D8;
}

/* .page em.active{background-color: rgba(38, 118, 249, 1);} */

/*硬件终端*/

.ware_box {
    width: 1005px;
    margin: auto;
}

.ware_tit {
    padding-left: 13px;
    box-sizing: border-box;
    border-left: 3px solid #048EF6;
    height: 18px;
    line-height: 18px;
    margin-top: 11px;
    margin-bottom: 23px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
}

.ware_te {
    float: left;
    width: 299px;
    height: 207px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 14px 0px rgba(15, 52, 93, 0.09);
}

.ware_tep {
    height: 157px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 157px;
}

.ware_tep img {
    vertical-align: middle;
}

.hard_name {
    line-height: 48px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    width: 299px;
    height: 48px;
    background-color: rgba(246, 248, 250, 1);
}

.ware_info {
    float: right;
    width: 676px;
    height: 235px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    text-align: left;
}

.ware_list li {
    float: left;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

.ware_list li:nth-last-of-type(odd) {
    width: 465px;
    float: right;
}

.ware_list li:nth-last-of-type(even) {
    width: 482px
}

.ware_num {
    width: 780px;
    margin-bottom: 70px;
}

.ware_num img {
    display: block;
    width: 100%;
}

/*硬件终端详情页*/

.hard_pic {
    width: 432px;
    float: right;
    height: 283px;
    position: relative;
    margin-top: 96px;
}

.solve1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.solve2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.solve3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#solve1 {
    margin: -69px 0 0 -21px;
    transition: .5s ease-out;
}

#solve2 {
    margin: -130px 0 0 -235px;
    transition: .5s ease-out;
}

#solve3 {
    margin: -80px 0 0 -178px;
    transition: .5s ease-out;
}

#solve1 img, #solve2 img, #solve3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

.systebox {
    margin: 52px auto 61px;
    width: 1167px;
}

.sys_tit {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.solv_pic {
    width: 100%;
    height: 438px;
    position: relative;
    padding-top: 37px;
}

.solv_pic img {
    display: block;
    width: 100%;
}

.sys {
    position: absolute;
    transition: all .3s ease-in;
    opacity: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.sys img {
    display: block;
    width: 100%;
}

.sys1 {
    left: 139px;
    top: 192px;
}

.sys2 {
    left: 396px;
    top: 76px;
}

.sys3 {
    left: 396px;
    top: 288px;
}

.sys4 {
    left: 602px;
    top: 192px;
}

.sys5 {
    left: 793px;
    top: 38px;
}

.sys6 {
    left: 793px;
    top: 193px;
}

.sys7 {
    left: 793px;
    top: 348px;
}

.sys8 {
    left: 1029px;
    top: 192px;
}

.sys:hover {
    opacity: 1;
}

/*系统结构图*/

.char_box {
    width: 100%;
    background: #F6F8FA;
    padding: 53px 0 67px;
    box-sizing: border-box;
}

.sys_list {
    width: 1026px;
    margin: auto;
    margin-top: 54px;
}

.sys_list li {
    float: left;
    width: 25%;
    text-align: center;
}

.sys_list li a {
    cursor: default;
    display: block;
    width: 140px;
    margin: auto;
}

.tra_tit {
    transition: all .3s ease-in;
    color: #888888;
    font-family: 'iconfont';
    font-size: 37px;
    margin-bottom: 24px;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.tra_text {
    transition: all .3s ease-in;
    text-align: center;
    height: 56px;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.sys_list li a:hover .tra_tit {
    color: #048EF6;
}

.sys_list li a:hover .tra_text {
    color: #048EF6;
}

.kern_box {
    width: 100%;
    height: 489px;
    background: url(../images/kernbj.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 53px;
    box-sizing: border-box;
}

.kern_box .sys_tit {
    color: #FFFFFF;
}

.kern_list {
    width: 925px;
    margin: 44px auto 0;
}

.kern_list li {
    cursor: pointer;
    opacity: 0.88;
    position: relative;
    transition: all 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
    top: 0;
    width: 268px;
    height: 280px;
    float: left;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #2E3C4F, #1E1E31);
    background: -moz-linear-gradient(top, #2E3C4F, #1E1E31);
    background: -ms-linear-gradient(top, #2E3C4F, #1E1E31);
    background: -o-linear-gradient(top, #2E3C4F, #1E1E31);
    background: linear-gradient(top, #2E3C4F, #1E1E31);
}

.kern_list li + li {
    margin-left: 50px;
}

.kern_list li.active {
    background: -webkit-linear-gradient(top, #3C79C9, #50446E);
    background: -moz-linear-gradient(top, #3C79C9, #50446E);
    background: -ms-linear-gradient(top, #3C79C9, #50446E);
    background: -o-linear-gradient(top, #3C79C9, #50446E);
    background: linear-gradient(top, #3C79C9, #50446E);
}

.kern_pic {
    transition: all .3s ease-in;
    margin-bottom: 24px;
    margin-top: 85px;
    font-family: 'iconfont';
    font-size: 39px;
    color: #FFFFFF;
    height: 48px;
    vertical-align: bottom;
    text-align: center;
}

.kern_list a {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
}

.kern_list li.active .kern_pic {
    margin-top: 30px;
}

.kern_name {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.kern_line {
    width: 20px;
    height: 1px;
    background: #FFFFFF;
    margin: 0 auto 32px;
}

.kern_info {
    opacity: 0;
    transition: all .3s ease-in;
    margin: auto;
    text-align: center;
}

.kern_info span {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-left: 16px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.kern_info span:nth-last-of-type(even) {
    width: 117px;
}

.kern_info span:nth-last-of-type(odd) {
    width: 85px;
}

.kern_info span:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kern_list li.active .kern_info {
    opacity: 1;
}

.app_use {
    padding-top: 53px;
    box-sizing: border-box;
    padding-bottom: 98px;
}

.app_use .apply_list {
    margin-bottom: 0;
}

.econ_box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 53px;
    height: 474px;
    background-color: rgba(246, 248, 250, 1);
}

.econlist {
    width: 1200px;
    margin: 57px auto 0;
}

.econlist ul {
    width: 1237px;
    margin-left: -37px;
}

.econlist li {
    transition: all .3s ease-in;
    top: 0;
    background: #FFFFFF;
    float: left;
    position: relative;
    width: 375px;
    height: 240px;
    margin-left: 37px;
}

.econlist a {
    display: block;
    width: 100%;
    height: 100%;
}

.econ_pic {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
}

.econ_pic img {
    transition: all .3s ease-in;
    vertical-align: middle;
    transform: scale(0.6);
}

.econ_name {
    transition: all .3s ease-in;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    background-color: rgba(246, 248, 250, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.econlist li:hover .econ_name {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    color: #048EF6;
}

.econlist li:hover img {
    transform: scale(0.7);
}

/*电气火灾监控系统解决方案*/

.case1 {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}

.case2 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.case3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

#case1 {
    margin: -108px 0 0 -8px;
    transition: .5s ease-out;
}

#case2 {
    margin: -135px 0 0 -201px;
    transition: .5s ease-out;
}

#case3 {
    margin: -80px 0 0 -178px;
    transition: .5s ease-out;
}

#case1 img, #solve2 img, #solve3 img {
    transform: translate3d(0, 0, 0);
    transition: .3s;
}

.case_box {
    background: #F6F8FA;
    padding-top: 45px;
    box-sizing: border-box;
}

.case_list {
    width: 1200px;
    margin: 0 auto 20px;
}

.case_list ul {
    width: 1226px;
    margin-left: -26px;
}

.case_list li {
    transition: all .3s ease-in;
    position: relative;
    top: 0;
    overflow: hidden;
    margin-left: 26px;
    float: left;
    margin-bottom: 40px;
    width: 280px;
    height: 350px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.02);
}

.case_list a {
    display: block;
    width: 100%;
    height: 100%;
}

.case_pic {
    height: 143px;
    width: 100%;
    text-align: center;
    line-height: 143px;
}

.case_pic img {
    vertical-align: middle;
}

.case_name {
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #ee5900;
    font-size: 18px;
}

.case_info {
    margin: 15px auto 35px;
    overflow: hidden;
    width: 224px;
    height: 67px;
    line-height: 24px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

.case_more {
    transition: all .3s ease-in;
    margin: auto;
    line-height: 36px;
    font-size: 14px;
    color: #048EF6;
    text-align: center;
    width: 96px;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(4, 142, 246, 1);
}

.case_more:hover {
    background: #048EF6;
    color: #FFFFFF;
}

.case_list li:hover {
    box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.11);
    top: -10px;
}

/*应用案例*/

.partbox {
    width: 1205px;
    margin: 40px auto 80px;
}

.part_le {
    float: left;
    box-sizing: border-box;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 280px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 223, 223, 1);
}

.part_logo {
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.part_name {
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
}

.part_cont {
    width: 232px;
    margin: auto;
}

.part_tit {
    margin-top: 42px;
    margin-bottom: 12px;
    height: 25px;
    line-height: 25px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
}

.part_info {
    margin-bottom: 51px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

.party {
    line-height: 30px;
    color: rgba(4, 142, 246, 1);
    font-size: 14px;
}

.party em {
    font-family: 'iconfont';
    display: inline-block;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.party span {
    vertical-align: middle;
    margin-left: 10px;
}

.backbox {
    width: 877px;
    float: right;
}

.back_pic {
    text-align: center;
}

.back_pic img {
    max-width: 100%;
}

.back_tit {
    box-sizing: border-box;
    padding-left: 13px;
    border-left: 3px solid #048EF6;
    height: 18px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
}

.back_text {
    width: 877px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

/*应用案例详情*/

.agent_ban {
    height: 480px;
    position: relative;
    z-index: 10;
    background: url(../images/agenban.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.agent_top h2 {
    padding-top: 146px;
    text-align: center;
    margin-bottom: 15px;
    height: 59px;
    line-height: 59px;
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
}

.agent_info {
    text-align: center;
    margin-bottom: 54px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.agent_top1 h2 {
    animation: topbottom 0.5s linear 0s forwards;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 15px;
    height: 59px;
    line-height: 59px;
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
}

.agent_info2 {
    animation: topbottom 0.5s linear 0s forwards;
    text-align: center;
    margin-bottom: 54px;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

@keyframes topbottom {
    /* from {
    left:200px;opacity: 0;
  }
  to{
    left:200px;opacity: 1;
  } */
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(146px);
    }
}


.agent_info1 {
    text-align: center;
    margin-bottom: 54px;
    height: 120px;
    line-height: 150px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.agent_more a {
    display: block;
    margin: auto;
    width: 120px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #00A1FF, #0680FF, #0B61FF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00A1FF, #0680FF, #0B61FF); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00A1FF, #0680FF, #0B61FF); /* 标准的语法 */
}

.doma_box {
    padding-top: 52px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 59px;
}

.doma_box1 {
    padding-top: 52px;
    width: 1200px;
    margin: 0 auto 59px;
    margin-bottom: 0px;
    text-align: center;
}

.doma_tit {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.doma_tit1 {
    text-align: center;
    height: 50px;
    width: 200px;
    line-height: 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    float: left;
    background-color: #00A1FF;
    margin-left: 20px;
    vertical-align: middle;
}

.doma_tit1:hover {
    box-shadow: rgb(191, 188, 188) 0px 0px 20px;
}

.doma_text {
    text-indent: 30px;
    margin-top: 22px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.supp_box1 {
    height: 100%;
    width: 100%;
    background: #F5F5F5;
    padding-top: 53px
}

/* box-shadow: rgb(191, 188, 188) 0px 0px 20px; */
/* margin-top: 30px;margin-bottom: 1%;margin-left: 1%;margin-right: 1%; */

.supp_list1 {
    width: 100%;
    margin-bottom: auto;
}

.supp_list1 ul {
    width: 100%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

.supp_list1 ul li {
    margin-bottom: 1px;
    height: 80px;
    float: left;
    width: 60%;
    margin-left: 1%;
    left: 360px;
    background-color: rgba(255, 255, 255, 1);
}

.supp_list1 a {
    display: block;
    cursor: default;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
}

/* .supp_list1 a:hover{box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);} */

.centre {
    margin-bottom: 3px;
}

.Description {
    margin-top: 5px;
    font-size: 11px
}

.centre:hover {
    color: #048EF6;
}

.Description:hover {
    color: #048EF6;
}

.date {
    padding-bottom: 1px;
    font-size: 1px;
}

.supp_list1 a:hover .date {
    padding-bottom: 1px;
    border-bottom: 3px solid #048EF6;
}

.supp_list1 a:hover {
    background-color: rgba(200, 16, 46, 1);
}

.supp_list1 a:hover .supp_name2 {
    color: rgba(255, 255, 255, 1);
}

.supp_list1 a:hover .date1 {
    color: white;
}

.supp_list1 a:hover .date2 {
    color: white;
}

.supp_tit1 {
    overflow: hidden;
    font-family: 'iconfont';
    font-size: 30px;
    color: #FFFFFF;
    width: 11%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.supp_name1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in;
    margin-top: 5px;
    width: 80%;
    height: 55px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    color: rgba(102, 102, 102, 1);
    font-size: 5px;
}

.supp_name2 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in;
    width: 60%;
    height: 100%;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    color: #333333;
    cursor: pointer;
    font-size: 16px
}

.date1 {
    color: rgba(102, 102, 102, 1);
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in;
    width: 13%;
    height: 100%;
    margin-left: 11%;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-size: 8px
}

.date2 {
    color: rgba(102, 102, 102, 1);
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in;
    width: 24%;
    height: 100%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-size: 8px
}

.date {
    padding-bottom: 6px
}

.img1 {
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    margin-top: 28px;
}

.img1:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.supp_box {
    height: 753px;
    width: 100%;
    background: #F5F5F5;
    box-sizing: border-box;
    padding-top: 53px;
}

.supp_list {
    width: 1200px;
    margin: 44px auto 0;
}

.supp_list ul {
    width: 1280px;
    margin-left: -80px;
}

.supp_list ul li {
    margin-bottom: 36px;
    float: left;
    margin-left: 80px;
    width: 560px;
    height: 102px;
    left: 360px;
    background-color: rgba(255, 255, 255, 1);
}

.supp_list a {
    display: block;
    cursor: default;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
}

.supp_tit {
    font-family: 'iconfont';
    font-size: 30px;
    color: #FFFFFF;
    width: 62px;
    height: 62px;
    background: #048EF6;
    text-align: center;
    line-height: 62px;
    display: inline-block;
    vertical-align: middle;
}

.supp_name {
    transition: all .3s ease-in;
    width: 380px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
}

.supp_list a:hover {
    box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
}

.supp_list a:hover .supp_name {
    color: #048EF6;
}

.assoc_box {
    width: 1200px;
    margin: 0 auto 88px;
    padding-top: 53px;
    box-sizing: border-box;
}

.doma_list li {
    transition: all .3s ease-in;
    padding: 15px 32px 26px;
    box-sizing: border-box;
    float: left;
    width: 360px;
    height: 492.63px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(19, 53, 91, 0.18);
}

.doma_list li + li {
    margin-left: 30px;
}

.doma_list {
    margin-top: 57px
}

.doma_list li:hover {
    transform: scale(1.05);
}

.doma_list a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.doma_pic {
    font-family: 'iconfont';
    font-size: 52px;
    color: #048EF6;
    height: 98px;
    line-height: 98px;
    text-align: center;
}

.doma_name {
    transition: all .3s ease-in;
    text-align: center;
    margin-bottom: 35px;
    height: 25px;
    line-height: 25px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
}

.doma_list li:hover .doma_name {
    color: #048EF6;
}

/*.doma_tit{line-height: 32px;color: rgba(136, 136, 136, 1);font-size: 14px;}*/

.doma_info {
    margin-bottom: 7px;
    line-height: 32px;
    font-size: 14px;
    color: #888888;
}

.ass_list {
    margin-left: 23px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.ass_list p {
    padding-left: 17px;
    box-sizing: border-box;
    position: relative;
}

.ass_list p:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #048EF6;
    position: absolute;
    left: 0;
    top: 11px;
}

.doma_use {
    height: 290px;
    overflow: hidden;
}

.putbox {
    padding-top: 55px;
    box-sizing: border-box;
    width: 100%;
    height: 579px;
    position: relative;
    background: url(../images/appbj.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.putbox:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.18;
}

.putbox .doma_tit {
    color: #FFFFFF;
}

.putin {
    width: 1003px;
    margin: auto;
}

.putin li {
    float: left;
    width: 455px;
}

.putin li:nth-last-of-type(even) {
    float: left;
    width: 425px;
    float: right;
}

.put_name {
    width: 90px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
}

.putin li:nth-last-of-type(even) .put_name {
    width: 60px;
}

.put_item {
    position: relative;
    float: left;
    width: 360px;
    height: 40px; /*overflow: hidden;*/
    line-height: 40px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(125, 125, 125, 1);
}

.put_item input {
    display: block;
    width: 98%;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 11px;
    box-sizing: border-box;
    outline: none;
    border: none;
    line-height: 38px;
    height: 38px;
    background: transparent;
}

.putin li {
    margin-top: 34px;
    margin-bottom: 13px;
    position: relative;
    z-index: 10;
}

.putin .apply_text {
    width: 100%;
}

.putin .apply_text .put_item {
    width: 910px;
    height: 100px;
}

.putin textarea {
    background: transparent;
    color: #FFFFFF;
    background: #595a61;
    font-size: 12px;
    resize: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.putin textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.48);
}

.put_item input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.48);
}

.put_item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.48);
}

.putin textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.48);
}

.put_item input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}

.putin textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}

.put_item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.48);
}

.putin textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.48);
}

.city {
    display: none;
}

.put_item select {
    width: 360px;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 11px;
    box-sizing: border-box;
    outline: none;
    border: none;
    line-height: 38px;
    height: 38px;
    background: transparent;
}

.putin select option {
    background: #595a61;
}

.put_btn {
    margin: 17px auto 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in;
    width: 180px;
    height: 48px;
    border-radius: 2px;
    background-color: rgba(4, 142, 246, 1);
}

.put_btn:hover {
    background: #00A1FF;
}

#province {
    display: none;
    border: 1px solid rgba(125, 125, 125, 1);
    position: absolute;
    height: 400px;
    overflow-y: hidden;
    left: -1px;
    top: 40px;
    width: 100%;
    background: #595a61;
}

#province p {
    transition: all .3s ease-in;
    cursor: pointer;
    text-indent: 11px;
    display: block;
    height: 36px;
    line-break: 36px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.48);
}

#province p:hover {
    color: #048EF6;
    background: #64676F;
}

.city_btn {
    transition: all .3s ease-in;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.48;
    cursor: pointer;
    height: 100%;
    background: url(../images/down.png) no-repeat;
    background-size: 16px;
    background-position: 96%;
}

.city_btn.active {
    background: url(../images/up.png) no-repeat;
    background-size: 16px;
    background-position: 96%;
}


.putin li:first-child {
    z-index: 100;
}

/*招商代理*/

.about_ban {
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 10;
    background: url(../images/about_ban.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.complay_box {
    width: 1200px;
    margin: 53px auto 63px;
}

.commplay {
    margin-top: 34px;
}

.com_pic {
    width: 410px;
    float: left;
}

.com_pic img {
    display: block;
    width: 100%;
}

.com_text {
    width: 745px;
    float: right;
    position: relative;
    top: -10px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.lore_box {
    width: 100%;
    overflow: hidden;
    padding-top: 53px;
    box-sizing: border-box;
    height: 618.94px;
    background-color: rgba(245, 245, 245, 1);
}


.aboutlist {
    width: 1230px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.abou_ban {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.abou_ban ul {
    width: 30000px;
}

.abou_ban li {
    width: 1230px;
    float: left;
    padding-bottom: 51px;
    padding-top: 46px;
}

.abou_ban div {
    background: #fff;
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 380px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.abou_ban div a {
    display: block;
    border: 1px solid #fff;
    padding: 38px 0 46px;
}

.abou_ban div span {
    display: block;
    text-align: center;
}

.abou_ban div img {
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 205px;
}

.abou_ban div p {
    margin-top: 34px;
    color: #333333;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

.abou_ban div:hover {
    box-shadow: 0px 2px 14px 4px rgba(15, 52, 93, 0.09);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.abou_ban div:hover p {
    color: #048EF6;
}

.abo_num {
    height: 30px;
    width: 100%;
    background: #f4f4f4;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    zoom: 1;
    padding-bottom: 40px;
}

.abo_num span {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 0 11px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #cdcdcd;
    background: #fff;
}

.abo_num .on {
    border: 1px solid #048EF6;
    background: #048EF6;
}

.team_box {
    width: 1200px;
    margin: 51px auto 93px;
}


.teamList {
    padding: 50px 0 0;
    width: 1200px;
    height: auto;
}

.teamList li {
    float: left;
    width: 353px;
    padding: 38px 0 30px;
    height: auto;
    border: 1px solid #cccccc;
    margin: 0 22px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.teamList li .team_pic {
    margin: 0 auto;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

.teamList li img {
    margin: 0 auto;
    display: block;
    width: 170px;
    height: 170px;
}

.teamList li h2 {
    height: 36px;
    margin: 22px 0 18px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.teamList li p {
    padding: 0 40px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.teamList li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    box-shadow: 0 0 8px rgba(120, 120, 120, 0.4);
}

.teamList li:hover h2, .teamList li:hover p {
    color: #048EF6;
}

.teamList a {
    display: block;
    cursor: default;
}

.team_txt {
    height: 200px;
    overflow-y: auto;
}

.team_txt::-webkit-scrollbar {
    display: none;
}

.team_pic {
    filter: drop-shadow(5px 5px 10px rgb(108, 104, 104));
}

/*关于我们*/

.contact {
    height: 230px;
    position: fixed;
    right: 40px;
    top: 60%;
    z-index: 200;
}



.wxbox {
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 42px;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 1);
}


.terr_pic.jing {
    background: url(../images/jing.png) no-repeat;
    background-size: 44px;
    background-position: center;
}

/*.terr_list li:hover .terr_pic.jing{background: url(../images/jing2.png)no-repeat;background-size: 44px;background-position: center;}*/

.terr_list li {
    cursor: default;
}

.main-top.active {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #FFFFFF;
    z-index: 300;
}

.term_cut.active {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #FFFFFF;
    z-index: 300;
}

.copy a {
    color: #fff
}


.tese-list {
    float: left;
    margin-top: 30px;
    overflow: hidden;
    zoom: 1;
}

.tese-list li {
    float: left;
    width: 44%;
    margin: 10px 10px;
    padding: 20px;
    height: 200px;
    background-color: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    zoom: 1;
}

.tese-list li h1 {
    padding: 15px 10px 25px 10px;
    color: #2b87ee;
    font-size: 24px;
}

.tese-list li:nth-child(1), .tese-list li:nth-child(2) {
    height: 250px;
}

.tese-list li h1 i {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #2b87ee;
    text-align: center;
    border-radius: 5px;
}

.tese-list li p {
    height: 120px;
    padding: 10px 20px;
    text-indent: 2em;
    line-height: 26px;
    overflow-y: auto;
}

.hxgn {
    margin-top: 30px;
    overflow: hidden;
    zoom: 1;
}

.hxgn li {
    float: left;
    position: relative;
    margin: 10px;
    width: 31%;
}

.hxgn li h1 {
    position: absolute;
    left: 20px;
    right: 0;
    margin-right: 20px;
    padding: 10px 0;
    background-color: #2b87ee;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 24px;
}

.hxgn li h2 {
    display: block;
    margin-top: 20px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.hxgn li:nth-child(1) h2, .hxgn li:nth-child(2) h2, .hxgn li:nth-child(3) h2 {
    height: 330px;
}

.hxgn li h2 p {
    padding-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}

.hxgn li h2 span {
    display: inline-block;
    margin-left: 20px;
    line-height: 32px;
    color: #2b87ee;
    font-size: 16px;
    font-weight: normal;
}

.hxgn li:nth-child(1) h2 span, .hxgn li:nth-child(3) h2 span {
    display: block;
    clear: both;
}

.hxgn li:nth-child(4), .hxgn li:nth-child(5) {
    width: 47.5%;
}

.hxgn li:nth-child(4) h2, .hxgn li:nth-child(5) h2 {
    height: 290px;
}

.hxgn li:nth-child(4) span, .hxgn li:nth-child(5) span {
    width: 44%
}

.centerBox {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    zoom: 1;
}

.tese-list li p::-webkit-scrollbar {
    display: none;
}

.centerBox:after {
    content: '';
    display: block;
    clear: both;
}

.commenTitle {
    /* font-family: SourceHanSansCN-Bold; */
    margin: auto;
    margin-bottom: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    color: #303030;
    position: relative;
    letter-spacing: 2px;
}

.case {
    margin-bottom: 40px;
}

.case .lists {
    height: 420px;
    overflow: hidden;
}

.case .lists .li {
    float: left;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    width: 31%;
    text-align: center
}
.case .lists .li a{
    margin: 10px auto;
}
.case .lists .li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #222222;
    right: -13px;
    bottom: 20px;
}

.case .lists .li:nth-child(3n):after {
    display: none;
}

.case .img {
    box-shadow: 0 5px 10px #717171;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.case .lists .li .img img {
    display: block;
    width: 100%;
    height: 250px;
}

.case .name {
    font-size: 22px;
    color: #303030;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 20px;
}

.case .des {
    color: #565656;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px;
    line-height: 24px;
}

.case .more {
    color: #E05207;
    font-size: 18px;
    width: 128px;
    line-height: 36px;
    text-align: center;
    display: block;
    border: 1px solid #E05207;
    border-radius: 6px;
    margin: 20px;
    float: center;
}

.case .more:hover {
    color: #ffffff;
    background: #E05207;
}

.pds .typi_zs{
    width: 20%;
    height: 20%;
}

.innerclose{
    position:absolute;
    top: -35px;
    right: -29px;
    z-index: 4;
    font-size: 40px;
    color: #fff;
    cursor:pointer;
}