ul,
ol,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-width: 1280px;
}

a:hover {
    text-decoration: none;
}

.section.section-content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.section-content.banner {
    height: 458px;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.section-content .banner-center {
    margin: 0 auto;
    width: 1088px;
    font-weight: normal;
}

.section-content.banner .banner-title {
    color: #ffffff;
    font-size: 44px;
    line-height: 1;
    margin: 146px 0 23px;
    font-weight: normal;
}

.section-content.banner .banner-subtitle {
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    opacity: 0.63;
    margin: 0 0 36px;
    font-weight: 300;
    letter-spacing: 1px;
}

.section-content.banner .banner-btn {
    display: block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    margin: 0 0 44px;
    cursor: pointer;
}

.section-content.banner .banner-ceses {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.4;
}

.section-content.banner .banner-ceses a {
    color: #ffffff;
}


/*tab*/

.section-nav {
    height: 66px;
    box-shadow: 0px 1px 20px #ededee;
}

.section-nav .tab-content {
    width: 1182px;
    margin: 0 auto;
    display: flex;
}

.section-nav .tab-content span {
    display: inline-block;
    width: 276px;
    margin: 6px 0;
    text-align: center;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    border-right: 1px solid #eeeeee;
}

.section-nav .tab-content .nav-tabs {
    display: inline-block;
    border-bottom: 0;
    flex: auto;
}

.section-nav .nav-tabs li {
    width: 16.5%;
    text-align: center;
}

.section-nav .nav-tabs a {
    font-size: 16px;
    color: #333333;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    white-space: nowrap;
    border: none;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.section-nav .nav>li>a:hover,
.section-nav .nav>li>a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.con-title {
    /*color: #333333;*/
    /*font-size: 28px;*/
    text-align: center;
    margin: 70px auto 10px;
    font-family: Muli, 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif!important;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
}

.con-sign {
    width: 27px;
    height: 2px;
    margin: 0 auto;
}


/*构架图 start*/

.tab-content .ibatis {
    margin-bottom: 30px;
}

.ibatis .truss-fun {
    border: 1px solid #eeeeee;
    font-size: 0;
}

.functional {
    padding-left: 30px;
}

.functional .fun-title {
    color: #333333;
    font-size: 18px;
    margin: 60px 0;
}

.functional .fun-title span {
    color: #26b8e0;
    margin-right: 5px;
}

.functional .fun-info .funinfo-items {
    width: 263px;
}

.functional .fun-info .funinfo-item {
    margin-bottom: 35px;
}

.functional .fun-info .funinfo-item .pt {
    margin-bottom: 15px;
    color: #555555;
    font-size: 16px;
}

.functional .fun-info .funinfo-item .pinfo {
    color: #888888;
    font-size: 12px;
}


/*构架图 end*/


/*功能模块 start*/


/*功能模块 end*/


/*education IoT 9ac200*/

.section-content.banner.education .banner-btn,
.section-content.banner.IoT .banner-btn {
    color: #1f1f1f;
    border: 1px solid #26b8e0;
    background-color: #26b8e0;
}

.section-content.banner.education .banner-btn:hover,
.section-content.banner.IoT .banner-btn:hover,
.section-content.banner.electricity .banner-btn:hover,
.section-content.banner.O2O .banner-btn:hover,
.section-content.banner.social .banner-btn:hover,
.section-content.banner.live .banner-btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.section-nav.nav-education .nav-tabs>li.active>a,
.section-nav.nav-IoT .nav-tabs>li.active>a {
    color: #26b8e0;
    border: none;
    border-bottom: 2px solid #26b8e0;
}

.section-nav.nav-education #nav-tabs.nav-tabs>li>a:hover,
.section-nav.nav-IoT #nav-tabs.nav-tabs>li>a:hover {
    color: #26b8e0;
    border: none;
    border-bottom: 2px solid #26b8e0;
}

#education .con-sign,
#IoT .con-sign {
    background: #26b8e0;
}


/*electricity  O2O f8a245*/

.section-content.banner.electricity .banner-btn,
.section-content.banner.O2O .banner-btn {
    color: #1f1f1f;
    border: 1px solid #f8a245;
    background-color: #f8a245;
}

.section-nav.nav-electricity .nav-tabs>li.active>a,
.section-nav.nav-O2O .nav-tabs>li.active>a {
    color: #f8a245;
    border: none;
    border-bottom: 2px solid #f8a245;
}

.section-nav.nav-electricity #nav-tabs.nav-tabs>li>a:hover,
.section-nav.nav-O2O #nav-tabs.nav-tabs>li>a:hover {
    color: #f8a245;
    border: none;
    border-bottom: 2px solid #f8a245;
}

#electricity .con-sign,
#O2O .con-sign {
    background: #f8a245;
}


/*social  live 756ea6*/

.section-content.banner.social .banner-btn,
.section-content.banner.live .banner-btn {
    color: #1f1f1f;
    border: 1px solid #756ea6;
    background-color: #756ea6;
}

.section-nav.nav-social .nav-tabs>li.active>a,
.section-nav.nav-live .nav-tabs>li.active>a {
    color: #756ea6;
    border: none;
    border-bottom: 2px solid #756ea6;
}

.section-nav.nav-social #nav-tabs.nav-tabs>li>a:hover,
.section-nav.nav-live #nav-tabs.nav-tabs>li>a:hover {
    color: #756ea6;
    border: none;
    border-bottom: 2px solid #756ea6;
}

#social .con-sign,
#live .con-sign {
    background: #756ea6;
}

.maxwcenter {
    width: 1186px;
    margin: 0 auto;
}

.resourceShare .resourceShareinfoitems li,
.resourceShare .resourceShareinfoitems li .item-img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.transition-box .transition-tt.transition {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.transition-box .transition-tt {
    /* opacity: 0; */
    -webkit-transition: opacity .7s cubic-bezier(.25, .46, .33, .98) .7s, -webkit-transform .7s cubic-bezier(.25, .46, .33, .98) .7s;
    transition: opacity .7s cubic-bezier(.25, .46, .33, .98) .7s, -webkit-transform .7s cubic-bezier(.25, .46, .33, .98) .7s;
    -moz-transition: transform .7s cubic-bezier(.25, .46, .33, .98) .7s, opacity .7s cubic-bezier(.25, .46, .33, .98) .7s, -moz-transform .7s cubic-bezier(.25, .46, .33, .98) .7s;
    transition: transform .7s cubic-bezier(.25, .46, .33, .98) .7s, opacity .7s cubic-bezier(.25, .46, .33, .98) .7s;
    transition: transform .7s cubic-bezier(.25, .46, .33, .98) .7s, opacity .7s cubic-bezier(.25, .46, .33, .98) .7s, -webkit-transform .7s cubic-bezier(.25, .46, .33, .98) .7s, -moz-transform .7s cubic-bezier(.25, .46, .33, .98) .7s;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}


/*blog*/

.blogbox {
    background: #fafafa;
    padding-bottom: 86px;
}

#bloglistcontainer {
    height: 166px;
}

#bloglistcontainer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #bfbfbf;
    opacity: 1;
}

#bloglistcontainer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff9e00;
}

#bloglistcontainer .swiper-slide {}

#bloglistcontainer .blog-item {
    display: inline-block;
    height: 110px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    padding-left: 28px;
    padding-right: 10px;
}

#bloglistcontainer .blog-item:first-child {
    padding-left: 0px;
}

#bloglistcontainer .blog-item:nth-child(1) {
    width: 293px;
}

#bloglistcontainer .blog-item:nth-child(2) {
    width: 311px;
}

#bloglistcontainer .blog-item:nth-child(3) {
    width: 308px;
}

#bloglistcontainer .blog-item:nth-child(4) {
    width: 246px;
}

#bloglistcontainer .blog-item:after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 1px;
    height: 100px;
    background-color: #e3e3e3;
    right: 0px;
    top: 5px;
}

#bloglistcontainer .blog-item:last-child {
    margin-right: 0;
}

#bloglistcontainer .blog-item:last-child:after {
    display: none;
}

#bloglistcontainer .blog-item a {
    display: block;
    font-size: 12px;
    color: #999999;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

#bloglistcontainer .blog-item a:last-child {
    margin-bottom: 0;
}


/*qq咨询图片*/

.qq-top-fixed {
    position: fixed;
    right: 6%;
    top: 388px;
    z-index: 5;
    width: 72px;
    height: 73px;
    text-decoration: none;
}

.qq-top-fixed.absolute {
    position: absolute;
    top: auto;
    bottom: 80px;
}

.qq-top-fixed .qq-fixed {
    display: block;
}

.qq-top-fixed .goTop-fixed {
    margin-top: 8px;
    cursor: pointer;
}

.qq-fixed img.def,
.goTop-fixed img.def {
    width: 100%;
    height: 100%;
    display: block;
}

.qq-fixed img.def-active,
.goTop-fixed img.def-active {
    width: 100%;
    height: 100%;
    display: none;
}

.qq-fixed:hover img.def {
    display: none;
}

.qq-fixed:hover img.def-active {
    display: block;
}

.goTop-fixed:hover img.def {
    display: none;
}

.goTop-fixed:hover img.def-active {
    display: block;
}

.returnTop {
    width: 72px;
    height: 72px;
    background: url(../image/top2.png) center center no-repeat;
    display: none;
    z-index: 100000;
}

.returnTop:hover {
    background: url(../image/top1.png) center center no-repeat;
}

.modali .fastAddCustomForm .form-container .form-item .error1 {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #f50;
    line-height: 1.5;
    margin-top: 3px;
}


/*登录弹框*/

.loginModal,
.registerModal {
    overflow: hidden !important;
    top: 25%;
}

.loginModal .hide {
    display: none;
}

.loginModal .modal-header {
    text-align: center;
    border-bottom: 0 none;
}

.loginModal .modal-header h4 {
    color: #333333;
    font-size: 20px;
}

.loginModal .mobile-label {
    color: #999999;
    font-size: 14px;
}

.loginModal .mobile-name {
    color: #666666;
    font-size: 16px;
}

.loginModal .modal-body {
    padding: 20px 70px;
}

.form-left .ccap-text {
    width: 230px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #d8d8d8;
    outline: none;
}

.loginModal .form-group {
    margin-bottom: 20px;
}

.loginModal .code-phone-btn {
    width: 124px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ebebeb;
    color: #26b8e0;
    border: 0 none;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.loginModal .code-phone-btn[disabled] {
    background: #ebebeb !important;
    cursor: none;
}

.loginModal .modal-footer {
    border-top: 0 none;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: center;
}

.form-text-center .protocol-check {
    color: #999999;
    vertical-align: bottom;
    padding-right: 0;
    margin: 0 auto;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.loginModal .modal-footer .submit1[disabled] {
    background-color: #ccc;
}

.loginModal .modal-footer .submit1 {
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    background-color: #26b8e0;
}

.form-text-center a {
    color: #26b8e0;
}

.ant-btn.disabled,
.ant-btn[disabled] {
    cursor: not-allowed;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
    outline: 0;
}

.ant-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    color: #ffffff;
    background-color: #26b8e0;
    width: 182px;
}


/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }*/

.loginModal .form-right .ccap {
    cursor: pointer;
    width: 124px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media (min-width: 768px) {
    .loginModal .modal-dialog {
        width: 520px;
        margin: 30px auto;
    }
}

.form-group .fr {
    float: right;
}

.form-group .fl {
    float: left;
}


/* new */

.btn_submit {
    width: 150px;
    height: 40px;
    background: #ff9e00!important;
    border-radius: 20px;
    color: #ffffff;
    border: 0px;
	margin: 0 auto;
    margin-top: -1px;
}

.input_submit {
    padding-left: 20px;
    width: 300px;
    height: 38px;
    background: rgba(242, 242, 242, 1);
    border-radius: 20px;
    border: 0px;
    float: left;
    margin-left: 0px;
    line-height: 38px;
}

.div_submit {
    width: 480px;
    height: 40px;
    background: rgba(242, 242, 242, 1);
    border-radius: 20px;
    border: 1px solid rgba(232, 232, 232, 1);
    margin-left: 100px;
}