* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

@font-face {
    font-family: 'iconfont';
    /* project id 2040000 */
    src: url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.eot');
    src: url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.woff2') format('woff2'), url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.woff') format('woff'), url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.ttf') format('truetype'), url('//at.alicdn.com/t/font_2040000_lzp7njkir6r.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

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: 75px;
    background-color: rgba(7, 7, 15, 1);
    z-index: 600;
    left: 0;
    top: 0;
}

.head {
    width: 1200px;
    margin: auto;
}

.logo {
    width: 285px;
    float: left;
}

.logo span {
    display: block;
    margin-top: 25px;
    margin-left: 17px;
    float: left;
    width: 201px;
    height: 23px;
    line-height: 23px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: left;
}

.logo img {
    display: block;
    float: left;
    margin-top: 22.39px;
    width: 41px;
    background-size: 100%;
}


/*background:url(../img/logo.png)no-repeat;height: 36px;*/


/* .nav{float: right;} */

.nav li {
    float: left;
    position: relative;
    margin: 0 29px;
    line-height: 75px;
    font-size: 14px;
    height: 75px;
}

.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, #0D70FE, #05A9FF);
    background: -moz-linear-gradient(left, #0D70FE, #05A9FF);
    background: -ms-linear-gradient(left, #0D70FE, #05A9FF);
    background: -o-linear-gradient(left, #0D70FE, #05A9FF);
    background: linear-gradient(left, #0D70FE, #05A9FF);
}

.nav li:hover:after {
    background: -webkit-linear-gradient(left, #0D70FE, #05A9FF);
    background: -moz-linear-gradient(left, #0D70FE, #05A9FF);
    background: -ms-linear-gradient(left, #0D70FE, #05A9FF);
    background: -o-linear-gradient(left, #0D70FE, #05A9FF);
    background: linear-gradient(left, #0D70FE, #05A9FF);
}

.nav .active>a {
    color: #048EF6;
}

.nav li:hover a {
    color: #048EF6;
}

.nav_down {
    display: none;
    position: absolute;
    line-height: 38px;
    padding: 22px 23px 30px;
    box-sizing: border-box;
    top: 60px;
    left: 50%;
    width: 200px;
    background: #07070F;
    margin-left: -100px;
    text-align: center
}

.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: auto;
    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: 60%;
    height: 100%;
    z-index: 100;
}

.ban_text h2 {
    margin-top: 142px;
    left: 708px;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
    height: 78px;
    line-height: 78px;
    color: rgb(247, 56, 56);
    font-size: 56px;
}

.ban_info {
    margin: 0 auto 32px;
    text-align: center;
    width: 461px;
    height: 60px;
    line-height: 30px;
    color: #1d1b1b;
    font-size: 16px;
}

.ban_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);
    /* 标准的语法 */
}

.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*/

.pro_box {
    margin-top: 53px;
    margin-bottom: 19px;
    width: 100%;
    overflow: hidden;
}

.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;
    opacity: 0.77;
    color: rgba(62, 60, 60, 1);
    font-size: 16px;
}

.pro_list {
    margin-top: 60px;
    width: 1250px;
    margin: 60px auto 0;
}

.pro_list li {
    width: 16%;
    float: left;
}

.pro_top {
    transition: all .3s ease-in;
    background: url(../img/probj1.png)no-repeat;
    width: 63px;
    height: 72px;
    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(../img/probj2.png)no-repeat;
    background-size: 100%;
}

.pro_list li.active .pro_top {
    color: #048EF6;
    background: url(../img/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: 16px;
}

.pro_list li:hover .pro_name {
    color: #048EF6;
}

.pro_list li.active .pro_name {
    color: #048EF6;
}


/*代理记账*/

.jizhang_box {
    background: #fff url(../img/process_bg.jpg) center top repeat-x;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
}

.jizhang_list li {
    width: 33.33%;
    float: left;
}

.jizhang_list li.box {
    text-align: center;
    float: left;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 3.6rem;
    padding: 0 0.7rem;
}

.jizhang_list li.box .text {
    padding-left: 2.5rem;
    text-align: left;
}

.jizhang_list li.box .text h5 {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
}

.jizhang_list li.box .text p {
    color: #FFF;
    line-height: 20px;
    font-size: 14px;
}


/*产业中心*/

.tmcbox {
    background: #F6F8FA;
    width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 59px 0 31px;
    box-sizing: border-box;
}

.tmc {
    display: none;
    width: 1105px;
    margin: auto;
}

.tmc.active {
    display: block;
}

.tmc_pic {
    width: 438px;
    float: left;
}

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

.tmc_text {
    width: 584px;
    float: right;
}

.tmc_tit {
    margin-top: 5px;
    margin-bottom: 17px;
    height: 30px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    font-size: 26px;
}

.tmc_info {
    width: 584px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.tmc_more a {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    width: 159px;
    height: 36px;
    border: 1px solid rgba(102, 102, 102, 1);
}

.tmc_more a:hover {
    background: #048EF6;
    color: fff;
}

.tmc_more {
    margin-bottom: 34px;
    margin-top: 20px;
}

.solut_box {
    width: 100%;
    height: 810px;
    position: relative;
    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: #1a1a1a;
}

.prev.active {
    display: block;
}

.next {
    display: none;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: #1a1a1a;
}

.next.active {
    display: block;
}

.next img {
    opacity: 0.5;
    transition: all .3s ease-in;
    vertical-align: middle;
}

.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: #000000;
}

.slide_ban li {
    transition: all .3s ease-in;
    height: 94px;
    width: 100%;
    padding: 0 0px;
    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: 95px;
}

.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: 14px;
}

.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: 14px;
}

.point {
    margin-bottom: 45px;
}

.char {
    display: table;
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 152px;
    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: center;
    padding: 0 11px;
    vertical-align: middle;
}

.char span {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
}

.typi a {
    vertical-align: middle;
    margin-right: 60px;
    color: #ccc;
    padding-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

.blut_ban li {
    display: none;
}

.blut_ban li.active {
    display: block;
}

.blut_ban ul {
    height: 440px;
    overflow: hidden;
}


/*解决方案*/

.apply_box {
    width: 1198px;
    margin: auto;
}

.apply_tit {
    margin-top: 50px;
    margin-bottom: 10px;
    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 .app_data {
    box-sizing: border-box;
}

.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.active .app_title {
    background: #00d7ff none repeat scroll 0 0;
}

.apply_list li .app_title {
    border-bottom: 1px solid #eee;
}

.apply_list li .app_title h2 {
    padding: 30px 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

.apply_list .app_data {
    margin: 10px 0px;
}

.apply_list .app_data_list {
    /*overflow: hidden;*/
}

.apply_list .app_data_list dd {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    height: 44px;
    text-align: center;
}

.apply_list .app_data_list dd .h_name {
    font-size: 20px;
}

.apply_list .app_data_list dd p {
    color: #a9a9a9;
}

.apply_list .app_data_list dd {
    border-right: 1px solid #eee;
    ;
}

.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: 22%;
    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);
    width: 30%
}

.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: 80%;
    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;
}

.apply_list li .price {
    padding-top: 10px;
}

.apply_list li .price h3 span {
    font-size: 14px;
}

.apply_list li .price h3 {
    color: #f00909;
    text-align: center;
    font-size: 36px;
}


/*内容部分 */

.information-box {
    background: url(../img/section-bg.jpg) no-repeat center;
    padding: 0px 0 58px;
    color: #fff;
    background-size: 100% 100%;
}

.information-con {
    width: 1250px;
    margin: 0 auto;
}

.information-head {
    width: 1200px;
}

.information-head h2 {
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
}

.information-head p {
    line-height: 1;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
    margin-top: 20px;
}

.information-main {
    background: #fff;
}

.information-main-fl {
    width: 624px;
    overflow: hidden;
    float: left;
    height: 374px;
    position: relative;
}

.information-main-fr {
    width: 626px;
    overflow: hidden;
    float: right;
    height: 374px;
}

.bd .prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 45%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../img/icon-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
}

.bd .next {
    display: block;
    position: absolute;
    left: auto;
    right: 10%;
    top: 45%;
    margin-top: -30px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../img/icon-arrow.png) -6px -137px no-repeat;
    cursor: pointer;
}

.information-main-back {
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 60px;
    bottom: 0;
    width: 620px;
}

.information-main-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 620px;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    margin-top: -20px;
    font-size: 18px;
    color: #fff;
}

.information-main-text a {
    color: #fff;
}

.main-btn {
    padding: 10px 17px;
    margin-top: 11px;
    border: 1px solid #7d7d7d;
    line-height: 1;
    color: #fff;
    border: 1px solid #ddd;
    float: right;
    font-size: 16px;
}

.information-main-fl .bd ul li {
    position: relative;
}

.information-main-fl .bd img {
    width: 624px;
}

.information-main-fr .hd ul {
    font-size: 16px;
}

.information-main-fr .hd ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    height: 60px;
    line-height: 60px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
    width: 175px;
    border-left: 0;
    width: 33%;
}

.information-main-fr .hd ul .on {
    color: #ff7200;
    border-top: 4px solid #ff7c12;
    height: 57px;
    border-bottom: 0;
    line-height: 52px;
    width: 33.3%;
}

.information-main-fr .bd ul {
    color: #333;
    padding: 0 24px 0 32px;
}

.information-main-fr .bd ul li {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: left;
    list-style-type: disc;
}

.information-main-fr .bd ul li span {
    float: right;
}

.information-main-fr .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 350px;
    float: left;
}

.information-main-fr .bd ul li a:hover {
    color: #ff5e00;
}

.information-more {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
    font-size: 14px;
}

.information-more a {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
}

.information-more a:hover {
    color: #ff5e00;
}


/*应用案例*/

.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;
    background-color: rgba(53, 54, 62, 1);
}

.footer {
    width: 1200px;
    margin: auto;
}

.hot_line {
    width: 342px;
    float: left;
}

.hot_tit {
    height: 26px;
    background: url(../img/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: 20px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 10px;
    left: 0px;
    border-top: 1px solid rgba(216, 216, 216, 0.16);
    height: 17px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

.flink {
    padding: 20px 20px;
    text-align: center;
    padding-top: 11px;
    left: 0px;
    height: 17px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

.flink a,
.copy a {
    color: rgba(204, 204, 204, 1);
}

.flink a {
    float: left;
    margin-right: 10px;
}

.flink a:hover,
.copy a:hover {
    color: #048EF6;
}


/*首页*/

.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;
}

.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;
}

.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 {
    margin: 0 10%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.fire_ban {
    margin: 37px auto 0;
    width: 1196px;
    overflow: hidden;
    height: 463px;
    background-color: rgba(255, 255, 255, 1);
}

.fir_cut {
    width: 280px;
    float: left;
    height: 463px;
    background: #3A3A3A;
    overflow-y: scroll;
}

.fir_cut li {
    cursor: pointer;
    height: 147.6px;
    width: 100%;
    display: table;
}

.fir_cut li:nth-last-child(2n) {
    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: 20px;
    box-sizing: border-box;
    width: 824px;
    float: left;
    margin-left: 40px;
    height: 463px;
    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: 10px 0px;
}

.detail {
    min-height: 46px;
    margin-bottom: 24px;
    line-height: 24px;
    opacity: 0.88;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.fun_list li {
    text-align: center;
    float: left;
    box-sizing: border-box;
    line-height: 78px;
    width: 187px;
    height: 80px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

.fun_list li+li {
    margin-left: 20px;
}

.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 {
    height: 350px;
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    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(../img/lebj.png)no-repeat;
    width: 310px;
    height: 56px;
    left: -231px;
    top: 74px;
}

.str_le2 {
    text-align: left;
    position: absolute;
    background: url(../img/lebj.png)no-repeat;
    width: 310px;
    height: 56px;
    left: -231px;
    top: 255px;
}

.str_rig2 {
    text-align: right;
    position: absolute;
    background: url(../img/rigbj.png)no-repeat;
    width: 310px;
    height: 56px;
    right: -231px;
    top: 255px;
}

.str_rig {
    text-align: right;
    position: absolute;
    background: url(../img/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: 500px;
    float: left;
    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;
    margin-left: 10%;
    margin-right: 10%;
    height: 30px;
    line-height: 30px;
    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: 400px;
    margin: 55px auto 10px;
}

.truc_text {
    width: 539px;
    float: left;
    margin-top: 20px;
}

.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: 25px;
    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_list p {
    height: 30px;
    line-height: 30px;
}

.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 p:hover a {
    color: #048EF6;
}

.truc_pic {
    width: 500px;
    height: 300px;
    float: right;
}

.truc_pic img {
    display: block;
    width: 100%;
    height: 100%;
}


/*角色1*/

.presibox {
    width: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    height: 448px;
    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;
}


/*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(../img/page1.png)no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .pre_page.active:after {
    background: url(../img/pageh1.png)no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .nex_page:after {
    background: url(../img/page2.png)no-repeat;
    background-size: 9px;
    background-position: center;
}

.page .nex_page.active:after {
    background: url(../img/pageh2.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);
}


/* 热门服务 */

.tac {
    text-align: center;
}

.hsi-btn {
    box-sizing: border-box;
    width: 118px;
    height: 34px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .5);
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.hsi-title {
    font-size: 16px;
    color: #fff;
}

.hot_list li {
    width: 19%;
    height: 230px;
    margin-right: 1%;
    position: relative;
}

.hot_list li img {
    display: block;
    width: 56px;
    height: 56px;
    margin: 31px auto 20px;
}

.tac {
    text-align: center;
}

.hsi-des {
    font-size: 14px;
    color: #000;
    padding-bottom: 15px;
}

.hot_list li.item1 {
    background: #19e3d5;
    background: linear-gradient(135deg, #19e3d5 0%, #19c3a5 100%);
}

.hot_list li.item1:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.hot_list li.item1:hover .hsi-btn {
    background: #fff;
    color: #19c4a7;
}

.hot_list li.item2 {
    background: #6d83ff;
    background: linear-gradient(135deg, #6d83ff 0%, #2c50fe 100%);
}

.hot_list li.item2:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.hot_list li.item2:hover .hsi-btn {
    background: #fff;
    color: #2b4fff;
}

.hot_list li.item3 {
    background: #a92df6;
    background: linear-gradient(135deg, #a92df6 0%, #6c39ff 100%);
}

.hot_list li.item3:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.hot_list li.item3:hover .hsi-btn {
    background: #fff;
    color: #6c39ff;
}

.hot_list li.item4 {
    background: #fba761;
    background: linear-gradient(135deg, #fba761 0%, #e84a60 100%);
}

.hot_list li.item4:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.hot_list li.item4:hover .hsi-btn {
    background: #fff;
    color: #e84a60;
}

.hot_list li.item5 {
    background: #f8d046;
    background: linear-gradient(135deg, #f8d046 0%, #dd8a22 100%);
    margin: 0;
}

.hot_list li.item5:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.hot_list li.item5:hover .hsi-btn {
    background: #fff;
    color: #dd8a22;
}


/* 财税服务列表 */

.jizhang_services {
    margin-top: 0px;
    padding-top: 30px;
    background: #ffffff url(../img/dljz_bg2.jpg) no-repeat center;
}

.jizhang_services .n_hot_list {
    margin: 50px auto 14px;
}

.jizhang_services .pro_tit {
    color: #fff;
}

.jizhang_services .pro_info {
    color: #f9f6f6;
}

.n_hot_list li.item {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
    position: relative;
}

.n_hot_list li.item {
    background: #fff;
}

.n_hot_list li.n_item1,
.n_hot_list li.n_item2 {
    height: 220px;
}

.n_hot_list li.n_item3,
.n_hot_list li.n_item4 {
    height: 250px;
}

.n_hot_list li .cont {
    width: 394px;
    padding: 14px 0 0 24px;
}

.n_hot_list li.item .money {
    /* padding: 50px 0 0 22px; */
    width: 148px;
    background-size: 100%;
}

.n_hot_list li.n_item1 .money {
    height: 220px;
    background: #ffffff url(../img/im_xgmdljz.png) no-repeat right;
}

.n_hot_list li.n_item2 .money {
    height: 220px;
    background: #ffffff url(../img/im_staff_ybnsr.png) no-repeat right;
}

.n_hot_list li.n_item3 .money {
    height: 250px;
    background: #ffffff url(../img/im_xgmdl.png) no-repeat right;
}

.n_hot_list li.n_item4 .money {
    height: 250px;
    background: #ffffff url(../img/im_ybnasr.png) no-repeat right;
}

.item .money .tit {
    padding: 30px 0 0 22px;
    font-size: 23px;
    line-height: 50px;
    color: #ffffff;
}

.n_hot_list li .cont .hsi-des {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

.item .money p {
    font-size: 13px;
    line-height: 60px;
    color: #ffffff;
    font-family: 'Haettenschweiler';
}

.item .money p span {
    padding-left: 22px;
    font-size: 38px;
    font-weight: bold;
}

.n_hot_list li .hsi-btn {
    box-sizing: border-box;
    width: 118px;
    height: 34px;
    line-height: 32px;
    border: 1px solid rgba(31, 29, 29, .5);
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
}

.n_hot_list li.n_item1 .hsi-title {
    font-size: 20px;
    color: #f66548;
}

.n_hot_list li.n_item2 .hsi-title {
    font-size: 20px;
    color: #fe9230;
}

.n_hot_list li.n_item3 .hsi-title {
    font-size: 20px;
    color: #856efe;
}

.n_hot_list li.n_item4 .hsi-title {
    font-size: 20px;
    color: #30c8c6;
}

.item .cont .n-tags li {
    float: left;
    font-size: 15px;
    line-height: 34px;
    color: #333333;
    margin-right: 12px;
    padding: 0 5px;
    width: auto;
}


/* 财税服务列表 end */


/* 服务优势 */

.service_good {
    margin-top: 0px;
    ;
}

.service_good .pro_list {
    margin-top: 20px;
    width: 1250px;
    margin: 60px auto 0;
}

.service_good li.pro_list .pro_name,
.service_good li.pro_list .pro_name:hover {
    color: #444444
}

.service_good .pro_list .pro_desc {
    transition: all .3s ease-in;
    text-align: center;
    margin-top: 6px;
    height: 22px;
    line-height: 22px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}


/*硬件终端*/

.ware_box {
    width: 1005px;
    margin: 20px 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: 399px;
    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: 399px;
    height: 48px;
    background-color: rgba(246, 248, 250, 1);
}

.ware_info {
    float: right;
    width: 576px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    text-align: left;
}

.ware_info h2 {
    font-size: 18px;
    font-weight: bold;
}

.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 {
    margin-bottom: 70px;
}

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

.ware_info .become {
    background: #ededed;
    width: 345px;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ware_info .become span {
    font-size: 22px;
    color: #ff8f3d;
    font-weight: bold;
}

.ware_info .p_sum {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #505050;
}


/*硬件终端详情页*/

.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(../img/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;
    padding-bottom: 85px;
    box-sizing: border-box;
}

.case_box1 {
    background: #F6F8FA;
    padding-top: 45px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.case_box2 {
    background: #F6F8FA;
    padding-top: 15px;
    padding-bottom: 85px;
    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: 163px;
    width: 100%;
    text-align: center;
    line-height: 163px;
}

.case_pic img {
    vertical-align: middle;
    width: 250px;
    height: 150px;
}

.case_name {
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    overflow: hidden
}

.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: 300px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 223, 223, 1);
}

.part_ri {
    float: right;
    box-sizing: border-box;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 300px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 223, 223, 1);
}

.part_ri img {
    width: 298px;
    height: auto;
}

.bj-form {
    width: 100%;
    margin-top: 12px;
}

.bj-form input[type=text] {
    border: 1px solid #dcdcdc;
    width: 262px;
    height: 40px;
    outline: none;
    padding-left: 32px;
    margin-bottom: 7px;
    border-radius: 5px;
}

.bj-name {
    background: url("../img/user.png") no-repeat left 11px center;
}

.bj-phone {
    background: url("../img/iphone.png") no-repeat left 11px center;
}

.huoqu {
    display: block;
    width: 100%;
    height: 40px;
    background: #5575a4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 4px;
}

.part_logo {
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.part_logo img {
    width: 500px;
}

.art_channel {
    margin: 10px 5px;
    text-align: center;
}

.art_channel div {
    margin: 20px 0px;
}

.art_channel div img {
    width: 90%;
}

.art_channel div a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
}

.part_name {
    text-align: center;
    height: 50px;
    line-height: 25px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.part_name h1 {
    font-size: 20px;
    font-weight: bold;
}

.part_intro {
    width: 88%;
    background: #f3f3f3;
    margin: 15px auto;
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
}

.part_intro div {
    float: left;
    width: 30%;
    text-align: center;
}

.part_cont {
    width: 95%;
    margin: auto;
}

.part_tit {
    margin-top: 42px;
    margin-bottom: 12px;
    height: 25px;
    line-height: 25px;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    padding-left: 5px;
    border-left: 5px solid #0066ff;
    vertical-align: middle;
}

.part_info {
    margin: 25px 10px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    border: 1px dashed #ccc;
    padding: 5px;
}

.party {
    line-height: 30px;
    color: rgba(4, 142, 246, 1);
    font-size: 14px;
}

.party p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.tag_list a {
    width: 30%;
    margin-right: 2%;
    float: left;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 8px;
    overflow: hidden;
}

.backbox {
    width: 857px;
    float: left;
}

.backbox p {
    line-height: 30px;
    font-size: 18px;
}

.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: 857px;
    line-height: 30px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
}

.partbox .backbox p img {
    max-width: 100%;
}


/*应用案例详情*/

.agent_ban {
    height: 480px;
    position: relative;
    z-index: 10;
    background: url(../img/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_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_tit {
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.doma_text {
    text-indent: 30px;
    margin-top: 22px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.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: 60px;
}

.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(../img/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(../img/down.png)no-repeat;
    background-size: 16px;
    background-position: 96%;
}

.city_btn.active {
    background: url(../img/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(../img/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);
}

.contact_pic {
    width: 740px;
    float: left;
}

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

.contact_text {
    width: 415px;
    float: right;
    position: relative;
    top: -10px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}

.contact-us h3.title {
    color: red;
    font-size: 18px;
}

.com_desc {
    text-align: center;
    color: #777;
}

.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;
}


/*关于我们*/

.online-contact {
    height: 8%;
    position: fixed;
    left: 20px;
    top: 50%;
    z-index: 200;
}

.online {
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
}

.online a {
    transition: all .3s ease-in;
    font-family: 'iconfont';
    color: rgba(92, 92, 92, 1);
    font-size: 22px;
    text-align: center;
    display: block;
    width: 248px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    background: url("../img/pc_fixed_kf.png") left center no-repeat;
}

.contact {
    height: 230px;
    position: fixed;
    right: 40px;
    top: 60%;
    z-index: 200;
}

.onlinebox {
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 5px;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 1);
}

.onlinebox span {
    transition: all .3s ease-in;
    text-align: center;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background: url(../img/kefu.png)no-repeat;
    background-size: 24px;
    background-position: center;
}

.onlinebox:hover span {
    color: #FFFFFF;
}

.callbox {
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 15px;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 1);
}

.callbox:hover {
    background: rgba(92, 92, 92, 1);
}

.wxbox {
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 25px;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 1);
}

.wxbox:hover {
    background: rgba(92, 92, 92, 1);
}

.callbox span {
    transition: all .3s ease-in;
    font-family: 'iconfont';
    color: rgba(92, 92, 92, 1);
    font-size: 22px;
    text-align: center;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

.callbox:hover span {
    color: #FFFFFF;
}

.call_num {
    display: none;
    position: absolute;
    right: 54px;
    top: -2px;
    color: #666666;
    text-align: center;
    font-size: 18px;
    background: url(../img/call_bj.png);
    width: 180px;
    height: 60px;
    line-height: 60px;
}

.wxbox span {
    transition: all .3s ease-in;
    text-align: center;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background: url(../img/wx1.png)no-repeat;
    background-size: 24px;
    background-position: center;
}

.wxbox:hover span {
    background: url(../img/wx.png)no-repeat;
    background-position: center;
    background-size: 24px;
}

.wxpic {
    display: none;
    margin-bottom: 53px;
    width: 120px;
    height: 116px;
    position: absolute;
    right: 54px;
    top: -7px;
}

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

.return span {
    transition: all .3s ease-in;
    text-align: center;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    background: url(../img/return.png)no-repeat;
    background-size: 18px;
    background-position: center;
}

.return {
    display: none;
    transition: all .3s ease-in;
    width: 46px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    height: 46px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
}

.return:hover {
    background: rgba(92, 92, 92, 1);
}

.return:hover span {
    background: url(../img/return1.png)no-repeat;
    background-position: center;
    background-size: 18px;
}

.return img {
    width: 18px;
    vertical-align: middle;
}

.terr_pic.jing {
    background: url(../img/jing.png)no-repeat;
    background-size: 44px;
    background-position: center;
}


/*.terr_list li:hover .terr_pic.jing{background: url(../img/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: 75px;
    width: 100%;
    background: #FFFFFF;
    z-index: 300;
}

.main-top .crumb {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.right-arrow {
    border: solid #05a9ff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 10px;
}

.li_icon:hover div {
    color: red;
}


/*分页相关*/

.pagelist {
    text-align: center;
}

.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #1184DA;
    background: #1184DA;
    color: #fff;
}

.pagelist li.active a {
    border-color: #1184DA;
    background: #1184DA;
    color: #fff;
}

.prenext {
    margin: 30px auto;
    width: 1205px;
    text-align: center;
    overflow: hidden;
}

.prenext p {
    font-weight: bold;
}

.prenext a {
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.prenext a span {
    font-size: 18px;
    margin-right: 10px;
}

.prenext a em {
    font-style: normal;
    font-size: 18px;
}

.prenext a:hover {
    background: #2384D5;
    border-color: #2384D5;
    color: #fff;
}

.prenext a:hover span {
    color: #fff;
}

.prenext .pre {
    float: left;
}

.prenext .nex {
    float: right;
}

.tags {
    font-weight: 500;
}

.tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.tags a:hover {
    background: #2384D5;
    color: #fff;
    border-color: #2384D5;
}