@charset "UTF-8"; 
/*  ---   home ---- */
.animat {
    height: 15px;
    width: 15px;
    margin-top: 9px;
    background: url('../images/home/ani.png') no-repeat center center;
    background-position: 0 0;
    background-size: 100%;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

@keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(0.2);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.2);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(0.2);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.2);
    }
}

.fixed-nav .animat {
    background: url('../images/home/ani1.png') no-repeat center center;
    background-position: 0 0;
    background-size: 100%;
}

.top-ani::after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: -6px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-color: rgba(0,0,0,0.2) transparent transparent rgba(0,0,0,0.2);
    box-shadow: -2px 0px 4px 1px rgb(0 0 0 / 20%);
    transform-origin: center center;
    transform: rotate( 135deg );
    z-index: -1;
}

.top-ani {
    position: absolute;
    top: 100%;
    right: -50px;
    width: 130px;
    margin-top: 10px;
    z-index: 999;
}

.top-ani img {
    height: 100%;
    width: 100%;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 34px;
    line-height: 33px;
    box-sizing: border-box;
}

.navs {
    padding: 18px 0;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.top {
    height: 440px;
    margin-bottom: 60px;
}

.home {
    background: url('../images/home/navbg.png') no-repeat center center;
    /*background-size: 100% auto;*/
    position: relative;
}

.left_logo {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 42px;
    cursor: pointer;
    background: url('../images/home/logoFix.png') no-repeat left center;
    background-size: contain;
}

.login-btns {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    width: 110px;
    padding: 6px 15px;
    font-size: 12px;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.rightLogin {
    float: right;
}

.top-nav {
    height: 25px;
    display: inline-block;
    float: right;
    /* margin-right: 28px; */
}

.item-nav {
    position: relative;
    float: left;
    padding-left: 12px;
}

.item-nav a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 5px;
}

.item-nav .active {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: #fff !important;
    border-bottom: 2px solid #fff;
}

.banner {
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0px auto;
}

.banner .leftText {
    text-align: left;
    padding-top: 104px;
    margin-right: 115px;
}

.banner .leftText .title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
}

.banner .bannerBtn {
    display: -ms-flexbox;
    display: flex;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s;
}

.button-size-large {
    width: 208px;
    padding: 11px 54px 10px;
    font-size: 18px;
}

.type-primary {
    background: linear-gradient(to right, #FF3A07, #D70D18);
    border-color: transparent;
    color: #fff;
}

/*.type-primary span{padding-left: 20PX;}*/
/*.type-primary hove:{
    background: linear-gradient(to right, #FF2632, #FF5B30;
}
*/
.type-text3 {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.type-text4 {
    background: transparent;
    border-color: #f00;
    color: #D70D18;
}

.video-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    background: url('../images/home/shipin.png') no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.banner .leftText .bannerBtn > a:first-of-type {
    margin-right: 48px;
}

.banner .rightImg {
    width: 180px;
    height: 180px;
    background: url(../images/home/dengluerweima.png) no-repeat center top;
    margin: 0 auto;
    background-size: contain;
}

.right-content {
    width: 280px;
    padding-top: 70px;
    float: right;
}

.login-title ul {
}

.login-title li {
    display: inline-block;
    padding: 9px 34px;
    text-align: left;
    font-size: 14px;
    background: rgb(255 255 255 / 36%);
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.login-title li:nth-of-type(2) {
    float: right;
}

.li-item {
    background: rgb(255 255 255 / 36%);
    padding: 21px;
    margin-top: 4px;
    height: 265px;
}

.wechat-text {
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.active-title::after {
    display: block;
    content: '';
    height: 4px;
    position: absolute;
    width: 100%;
    background: rgb(255 255 255 / 36%);
    left: 0;
    top: 100%;
}

.right-login {
    width: 630px;
}

.main-funcs {
    margin-bottom: 40px;
}

.main-funcs .func {
    width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
}

.main-funcs .func .items-func {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 12px 0px rgba(247, 92, 92, 0.1);
    padding: 23px 12px 24px 25px;
}

.main-funcs .func .items-func .name {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAqCAYAAAAnH9IiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVGRjE3NDU0Q0VCMDExRTg4REE4Q0JDOTM2QjRFOUMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVGRjE3NDU1Q0VCMDExRTg4REE4Q0JDOTM2QjRFOUMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUZGMTc0NTJDRUIwMTFFODhEQThDQkM5MzZCNEU5QzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUZGMTc0NTNDRUIwMTFFODhEQThDQkM5MzZCNEU5QzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7LXwEaAAABsklEQVR42syYAY6CMBBFKY6IsmfbA+0B9kB7NlEsCDs1Q0KISIfOtPykIYEGXmqZN2iyHaT6+wE8FDgOOHI63ePocNj6+/c5nW8Sw7rnX3DAylSLo0H4ISk0ArsVrSYruxa32rUDzxMBu23wxQDOaOuck6w07d9LwLOvEBm4GFcrIAVEBD7hoRS4FUAkYAd7ErpdDhGA3f49St4TFGF9azA3PSgCV1SmpNOBAjBXGtxYEAY+ELBW/X/1ISAIHCoNH403YkZE4CMBa8V1ezexhklQGktpEfYm1poKS+NdHgjczE+aAGBxaczi+ufHuwtmA6yWNKZx+7ddumg2AGtJw2Ug4O7TJMMA1pbGQF8mz7WJxhNYWxo9Afc+k40HcAxp1GMNDoaOLY1g6BTSCIJOJY3N0CmlwYbegzRY0HuRBvcbsVQG9pKGNzSJo9iDNDgrrQXMlgYHWuPF2yQNDrR0A7RZGqn+rAmShm9yelmkpKEOPEJL1M57qOW40FagBtssYnIq+m0AcJdFzlg57lRXOdK4SloupGEqPWTT0h4eskQxC9+DxayG9/RL2BTbYZ5/AQYAV0rEDVOZ4qIAAAAASUVORK5CYII=) no-repeat center center;
    margin-bottom: 11px;
    font-size: 20px;
    height: 41px;
    line-height: 36px;
    color: #181818;
}

.main-funcs .func .items-func .des {
    font-size: 16px;
    color: #666666;
}

.main-funcs .func .items-func .icon-3 {
    display: inline-block;
    width: 77px;
    height: 100%;
}

.icon5 {
    background: url(../images/pic1.png) no-repeat center 31px;
    background-size: 100%;
}

.icon6 {
    background: url('../images/pic2.png') no-repeat center 31px;
    background-size: 100%;
}

.icon7 {
    background: url('../images/pic3.png') no-repeat center 31px;
    background-size: 100%;
}

.icon8 {
    background: url('../images/pic4.png') no-repeat center 31px;
    background-size: 100%;
}

.nav-tabs {
    margin: -20px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-content {
    padding: 80px 0 0;
    background: rgb(215 11 24 / 2%);
}

.headerC h4 {
    text-align: center;
}

.wraper h4 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #181818;
    font-weight: 100;
}

.nav-tabs .navTab {
    position: relative;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #181818;
    border-bottom: 1px solid #e1e6eb;
}

.nav-tabs .navTab .item-title {
    padding: 4px 35px;
}

.nav-tabs .navTab::before {
    position: absolute;
    content: "";
    display: block;
}

.nav-tabs .navActive .navTab::before {
    width: 100%;
    height: 3px;
    top: 57px;
    border-radius: 2px;
    background-color: #d83e0c;
}

.navActive .item-title {
    color: #d83e0c;
}

.navActive::before {
    width: 100%;
    height: 3px;
    top: 57px;
    border-radius: 2px;
    background-color: #d83e0c;
}

.tabs {
    position: relative;
    height: 400px;
    margin: 0 auto;
    width: 1100px;
}

.tabActive {
    opacity: 1;
    visibility: visible;
}

.tabItems {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    /* background: #fff; */
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.3s;
    /* Safari 和 Chrome */
    -o-transition: opacity 0.3s;
    /* Opera */
}

.tabItems img {
    height: 100%;
    width: 51%;
    max-height: 340px;
}

.tabText {
    padding: 0 43px 0 16px;
    color: #666666;
    font-size: 16px;
}

.tabText .title {
    position: relative;
    margin-bottom: 35px;
    color: #181818;
    font-size: 28px;
    font-weight: 100;
}

.tabText .cont p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.tabActive {
    opacity: 1;
    visibility: visible;
}

.wraper.setPadding {
    padding: 40px 0;
}

.colorText {
    color: #D70B18
}

.red {
    color: #f00;
}

.works .desc {
    margin-bottom: 50px;
}

.desc {
    font-size: 18px;
    text-align: center;
}

.org-img img {
    width: 450px;
    margin-top: -10px;
}

.org-img {
    text-align: center;
    margin: 30px auto;
}

.works {
    background: rgb(215 11 24 / 2%) url('../images/home/workbg.png') no-repeat bottom left;
    padding: 54px 0 110px;
    background-size: 72%;
}

.work-list {
    width: 1100px;
    margin: 0 auto;
}

.work-list li {
    display: inline-block;
    width: 28%;
    margin-right: 8%;
    background: #fff;
    padding: 32px 35px;
    font-size: 16px;
    height: 230px;
    float: left;
    box-shadow: 0px 0px 12px 0px rgba(247, 92, 92, 0.1);
}

.work-list li:last-of-type {
    margin: 0;
}

.work-list li p {
    line-height: 28px;
    color: #181818;
    text-align: justify;
}

.work-list li .title {
    font-size: 22px;
    /*font-weight: bold;*/
    margin-bottom: 16px;
    text-align: center;
    color: #D70B18;
}

/*footer*/
.footerNav {
    min-width: 1200px;
    background: #F8F9F9;
    padding: 30px 0 20px;
}

.footerNav .container {
    min-width: 1200px;
    width: 1200px;
    margin: 0px auto;
    height: auto;
    zoom: 1; padding-top: 20px;
}

.footerNav .container .links {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f4f8;
}

.footerNav .container .links .link_box {
    padding-top: 2px;
}

.footerNav .container .links .text {
    color: #1c2438;
    font-size: 16px;
    width: 80px;
    white-space: nowrap;
}

.footerNav .container .links .name {
    color: #495060;
    font-size: 14px;
    margin-right: 32px;
}

.footerNav .container .links .name > a {
    display: inline-block;
    margin-bottom: 24px;
    color: #495060;
}

.footerNav .container .links .name > a:hover {
    color: #d83e0c;
}

.footerNav .container .links .round {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bbbec4;
    margin: 0 17px;
    vertical-align: middle;
}

.footerNav .container .navWrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerNav .container .navWrap .nav-lD {
    /*width: 80px;*/
    line-height: 1;
}

.footerNav .container .navWrap .nav-lD .groupTitle {
    margin-bottom: 20px;
    color: #181818;
    font-size: 16px;
}

.footerNav .container .navWrap .nav-lD .link-wi {
    margin-bottom: 21px;
}

.footerNav .container .navWrap .nav-lD .link-wi > a {
    color: #666666;
    font-size: 14px;
}

.footerNav .container .navWrap .nav-lD .link-6w > a:hover {
    color: #d83e0c;
}

.footerNav .footerCopy {
    width: 100%;
    border-top: 1px solid #E1E6EB;
    margin-top: 24px;
    /* padding-top: 25px; */
    text-align: center;
}

.footerNav a.link-wi img {
    position: relative;
    top: 4px;
}

.footerNav .copyright {
    display: inline-block;
    font-size: 12px;
    color: #a0afb9;
}

.footerNav .copyright span {
    color: #c8c8c8;
}

.footerNav .link-6w {
    font-size: 12px;
    color: #646e78;
}

.footerNav .link-6w:hover {
    color: #d83e0c;
}

.footerNav .iso {
    width: auto;
    height: 40px;
}

.footerNav .security {
    float: right;
    cursor: pointer;
    vertical-align: sub;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 400px;
    height: auto;
}

.plan {
    background: rgb(215 11 24 / 2%);
}

.plans {
    color: #666666;
    width: 927px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 16px;
}

.start .btn {
    text-align: center;
}

.start {
    background: url('../images/home/startBg.png') no-repeat bottom left;
    background-size: 100% 100%;
}

.groupTitle .tel a {
    color: #181818;
    font-size: 20px;
}

.groupTitle .tel {
    color: #181818;
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px;
}

.nav-lD .small-img img {
    width: 92px;
    height: 92px;
}


.fixed-nav {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
    top: 0;
    box-shadow: 0 8px 19px rgb(1 28 3 / 4%);
}

.fixed-nav .item-nav a {
    color: #000;
}

.fixed-nav .item-nav .active {
    color: #000 !important;
    border-bottom: 2px solid #f00;
}

.fixed-nav .left_logo {
    background: url(../images/home/logoFix1.png) no-repeat left center;
    background-size: contain;
}

.wraper-fixed {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 999;
    box-shadow: 0px 1px 6px 0px rgba(247, 92, 92, 0.24);
    background: #FFFFFF;
}

.wraper-fixed .iwrap, .wraper-fixed .wraptop {
    /* background: #d83e0c; */
    font-size: 12px;
    border-radius: 6px 0 0 6px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
}

.wraper-fixed .iwrap span, .wraper-fixed .wraptop span {
    width: 68px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    color: #000;
    padding: 14px 10px 0;
    display: inline-block;
}

.wraper-fixed .iwrap span p {
    margin-top: 30px;
}

.wraper-fixed .iwrap .tel-img {
    background: url(../images/home/tel.png) no-repeat center 13px;
    background-size: 40%;
}

.wraper-fixed li .hover-tab {
    display: none;
}

.wraper-fixed li:hover .hover-tab {
    display: block;
}

.wraper-fixed .iwrap .xcx-img {
    background: url(../images/home/weixinzixun.png) no-repeat center 12px;
    background-size: 45%;
}

.wraper-fixed .iwrap .gzh-img {
    background: url(../images/home/bianji.png) no-repeat center 11px;
    background-size: 39%;
}

.wraper-fixed .iwrap .top-img {
    background: url(../images/home/top.png) no-repeat center 8px;
    background-size: 37%;
}

.form-group {
    margin-bottom: 15px;
}

.myTaba .form-group {
    border: 1px solid #aeaeae;
    margin-bottom: 28px;
    background: #fff;
}

.myTaba .form-group.yzm{
    /* background: transparent; */
}

.myTaba .form-group span {
    display: inline-block;
    color: #000;
    width: 18%;
    text-align: center;
    border-right: 1px solid #eee;
    letter-spacing: 3px;
}

.myTaba .form-group input {
    display: inline-block;
    width: 61%;
    border: none;
    margin-top: 0px;
    color: #000;
    height: 43px;
    line-height: 43px;
    padding-left: 12px;
    outline: none;
}

.loginBtn {
    background: red;
    color: #fff;
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 20px;
}

.myTaba .form-group input.yzmBtn {
    width: 37%;
    cursor: pointer;
    text-align: center;
    height: 40px;
    background: transparent;
    color: #f00;
    position: relative;
    right: -1px;
    padding: 0;
    border-left: 1px solid #999;
}

.valiImageCode {
    padding-left: 10px;
}

.wraper-fixed li {
    position: relative;
}

.hover-tab {
    position: absolute;
    top: -60px;
    padding: 10px 10px;
    background: #fff;
    right: 108%;
    margin-right: 18px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.tel-li .hover-tab {
    top: 0px;
}

.wraper-fixed .tel {
    width: 117px;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.wraper-fixed .tel-li .hover-tab:after {
    top: 20px
}

.wraper-fixed .hover-tab:after {
    display: block;
    position: absolute;
    right: -10px;
    top: 82px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-color: rgba(0,0,0,0.2) transparent transparent rgba(0,0,0,0.2);
    box-shadow: -2px -2px 4px -2px rgb(0 0 0 / 20%);
    transform-origin: center center;
    transform: rotate( 135deg );
}

.wraper-fixed .hover-tab:after {
    content: ' ';
}

.wraper-fixed li .hover-tab img {
    width: 150px;
}

.guohui {
    height: 18px;
    position: relative;
    top: 4px;
    left: -3px;
}


.back-home {
    display: inline-block;
    color: #7d7a7a;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 10px;
    height: 16px;
    line-height: 16px;
    border-left: 1px solid #999;
    margin-top: 10px;
}