@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
}

html {
    height: 100%;
}

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

.over {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.table-cell {
    display: table-cell;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.visible-hidden {
    visibility: hidden;
    opacity: 1;
}

.middle {
    vertical-align: middle;
}

.middleImg img {
    vertical-align: middle;
}

.middleImg .mid-ilb {
    vertical-align: middle;
    display: inline-block;
}

.middleImg span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.trans-show {
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.trans-show.visable {
    opacity: 1;
    visibility: visible;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.imgZoom img {
    transition: all .4s;
    -webkit-transition: all .4s;
}

.imgZoom img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.flow-shadow {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.flow-shadow:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
}

.clear_gt_991 {
    clear: both;
}

.border-box {
    box-sizing: border-box;
}

*.hoverColor {
    -webkit-transition: all .3s;
    transition: all .3s;
}

*.hoverColor:hover {
    color: #e60012 !important;
}

.show-pc-block {
    display: block !important;
}

.show-pc-inline-block {
    display: inline-block !important;
}

.show-mb-block {
    display: none !important;
}

.show-mb-inline-block {
    display: none !important;
}

body.flex-foot-bottom {
    display: flex;
    flex-direction: column;
}

.flex-foot-bottom .header,
.flex-foot-bottom .footer,
.flex-foot-bottom .top-cateogry,
.flex-foot-bottom .wrap-banner,
.flex-foot-bottom .bread {
    flex: 0 0 auto;
}

.flex-main-content {
    flex: 1 0 auto;
}

.iconfont {
    font-family: "iconfont";
    font-style: normal;
    vertical-align: middle;
}

/*@font-face{font-family: 'YaHeiLight';src: url(/inc/file/fonts/MicrosoftYaHeiUILight.ttf);}*/
/*@font-face{font-family: 'AvantGarde';src: url(/inc/file/fonts/AvantGarde.otf);}*/

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.w_detail {
    max-width: 1590px;
    margin: 3rem auto 2%;
}

.w_detail .title {
    font-size: 2.2rem;
    color: #000;
    text-align: center;
}

.w_detail .ext {
    font-size: 1.4rem;
    color: #888;
    margin-top: 1%;
    text-align: center;
}

.w_detail .ext span {
    font-size: 1.4rem;
    color: #888;
    margin: 0 5px;
}

.w_detail .ext .iconfont {
    font-size: 2rem;
    color: #888;
}

.w_detail .ext .s-btn {
    cursor: pointer;
}

/*.w_detail .ext .share-span{}*/
/*.w_detail .ext .share-span .jia-share{left: 100%;top: 2px;min-width: 120px;}*/
.w_detail .content {
    font-size: 1.4rem;
    color: #333;
    line-height: 190%;
    padding: 2% 0 5%;
    margin: 3rem auto 0;
    border-top: 1px solid #dedede;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .w_detail .content img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
    }
}

.w_detail .ln {
    margin: 2% 0;
}

.w_detail .ln div {
    font-size: 1.4rem;
    color: #caad77;
    line-height: 200%;
}

.w_detail .ln div a {
    font-size: 1.4rem;
    color: #666;
}

/*.w_detail .ln div a:hover{color: #e60012;}*/
.w_detail .ln div span {
    font-size: 1.4rem;
    color: #888;
    font-weight: normal;
    margin-left: 5px;
    display: none;
}

.w_detail .ln div span i {
    vertical-align: unset;
}

.bread {
    font-size: 1.4rem;
    color: #555;
    padding: 3rem 0;
}

.bread a {
    font-size: 1.4rem;
    color: #555;
}

.bread span {
    font-size: 1.4rem;
    color: #999;
}

.clear_both {
    zoom: 1;
}

.clear {
    clear: both;
}

.posi li a, .posi li {
    color: #666;
    line-height: 40px;
}

.page_contents {
    background: #fff;
    padding: 30px 0;
}

#pop_info_tips, .pop_info_tips {
    top: 50%;
}

img {
    max-width: 100%;
    height: auto;
}

/*.top-cateogry-style{margin-bottom: 6rem;visibility: hidden;opacity: 0;transition: opacity .7s;padding: 0 20px;background: #fff;position: relative;}
.top-cateogry-style:after{content: '';position: absolute;width: 100%;height: 0;border-bottom: 1px solid #dedede;bottom: 0;left: 0;}
.top-cateogry-style.show{visibility: visible;opacity: 1;}
.top-cateogry-style .main{display: block;white-space: nowrap;}
.top-cateogry-style .a{font-size: 1.8rem;color: #333;display: inline-block;margin:0 1.5rem;line-height: 5rem;border-bottom: 3px solid transparent;padding: 0;}
.top-cateogry-style .a:hover{color:#e60012;}
.top-cateogry-style .a.on{color:#e60012;border-color: #e60012;}
.mCSB_horizontal.mCSB_inside > .mCSB_container{margin-bottom: 1.7rem;}
.top-cateogry-style .mCSB_draggerContainer{visibility: hidden;opacity: 0;}
.tCateBtn{color:#333;font-size: 2rem;top: 25%;cursor: pointer;visibility: hidden;opacity: 0;}
.tCateBtn.show{visibility: visible;opacity: 1;}
.tCateBtn.prev{left: 0;}
.tCateBtn.next{right: 0;}*/

.top-cateogry {
    height: 7rem;
    border-bottom: 1px solid #dedede; /*margin-bottom: 55px;*/
}

.top-cateogry a {
    display: inline-block;
    line-height: 7rem;
    height: 7rem;
    font-size: 1.8rem;
    color: #333;
    margin: 0 3rem;
    border-bottom: 3px solid transparent;
}

.top-cateogry a.on {
    color: #ee0000;
    border-color: #ee0000;
}

/*悬浮栏*/
#susnav {
    position: fixed;
    top: 200px;
    right: 5%;
    z-index: 999;
}

#susnav .sus_list .sus {
    margin-bottom: 5px;
}

/*#susnav .sus_list .sus:nth-child(2){display: block;width: 41px;height: 40px;background: #fff url(../images/ii1.png) no-repeat center;border-radius: 5px;border: solid 1px #ee0000;}*/
#susnav .sus_list .sus:nth-child(1) {
    display: none;
    width: 41px;
    height: 40px;
    background: #fff url(../images/ii1.png) no-repeat center;
    border-radius: 5px;
    border: solid 1px #ee0000;
}

#susnav .sus_list .sus:nth-child(3) {
    display: block;
    width: 41px;
    height: 40px;
    background: #fff url(../images/ii2.png) no-repeat center;
    border-radius: 5px;
    border: solid 1px #ee0000;
}

#susnav .sus_list .sus:nth-child(4) {
    display: block;
    width: 41px;
    height: 40px;
    background: #fff url(../images/ii3.png) no-repeat center;
    border-radius: 5px;
    border: solid 1px #ee0000;
}

#susnav .sus_list .sus:nth-child(5) {
    display: block;
    width: 41px;
    height: 40px;
    background: #fff url(../images/ii4.png) no-repeat center;
    border-radius: 5px;
    border: solid 1px #ee0000;
}

#susnav .sus_list .sus:nth-child(1):hover {
    background: #ee0000 url(../images/ii1_h.png) no-repeat center;
}

#susnav .sus_list .sus:nth-child(2):hover {
    background: #ee0000 url(../images/ii1_h.png) no-repeat center;
}

#susnav .sus_list .sus:nth-child(3):hover {
    background: #ee0000 url(../images/ii2_h.png) no-repeat center;
}

#susnav .sus_list .sus:nth-child(4):hover {
    background: #ee0000 url(../images/ii3_h.png) no-repeat center;
}

#susnav .sus_list .sus:nth-child(5):hover {
    background: #ee0000 url(../images/ii4_h.png) no-repeat center;
}

#susnav .sus_list .sus:nth-child(3) .tel {
    font-size: 16px;
    border: solid 1px #ee0000;
    border-radius: 5px;
    background: #fff;
    color: #ee0000;
    position: absolute;
    left: -135px;
    top: 47px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    cursor: default;
}

#susnav .sus_list .sus:nth-child(3):hover .tel {
    display: block;
}

#susnav .sus_list .sus:nth-child(4) .codess {
    position: absolute;
    left: -110px;
    top: 75px;
    width: 100px;
    height: 100px;
    display: none;
}

#susnav .sus_list .sus:nth-child(4) .codess img {
    max-width: 100%;
    height: auto;
}

#susnav .sus_list .sus:nth-child(4):hover .codess {
    display: block;
}

#susnav .sus_list .sus:nth-child(2) .codeqq {
    position: absolute;
    left: -215px;
    top: 2px;
    width: 200px; /*height: 125px;*/
    display: none;
    border: solid 1px #ee0000;
    border-radius: 5px;
    padding: 5px;
}

#susnav .sus_list .sus:nth-child(2) .codeqq img {
    max-width: 100%;
    height: auto;
}

#susnav .sus_list .sus:nth-child(2):hover .codeqq {
    display: block;
}

#susnav .sus_list .sus:nth-child(2) .codeqq span, #susnav .sus_list .sus:nth-child(2) .codeqq img {
    vertical-align: middle;
}

/*#susnav .sus_list .sus .codess img{max-width: 100%;height: auto;}*/
#susnav .sus_list .sus:nth-child(2) .codeqq .divs:hover {
    background: #ee0000;
}

#susnav .sus_list .sus:nth-child(2) .codeqq .divs:hover span {
    color: #fff !important;
}

.wrap-banner {
}

.wrap-banner .mb-banner {
    display: none;
}

.i-banner {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.i-banner .item {
}

.i-banner .owl-dots {
}

.i-banner .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3%;
    text-align: center;
}

.i-banner .owl-dots .owl-dot span {
    background: #fff;
    margin: 0 2px;
    opacity: 1;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
}

.i-banner .owl-dots .owl-dot.active span {
    background: #ee0000;
}

.i-banner.owl-banner-m {
    display: none;
}

/*.header:after{position: fixed;width: 100%;height: 100%;top: auto;left: 0;content: "";z-index: 0;visibility: hidden;opacity: 0;transition: all .5s;background: rgba(0,0,0,.5);}*/
.header .logo {
    margin-top: 2.5rem;
}

.header .nav {
    margin-right: 25px;
}

.header .nav .li {
    line-height: 10rem;
    height: 10rem;
    position: relative;
}

.header .nav .li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: none;
    content: '';
}

.header .nav .li + .li {
    margin-left: 5rem;
}

.header .nav .li > a {
    font-size: 1.6rem;
    color: #333;
}

.header.head-style .nav .li:hover > a,
.header.head-style .nav .li.cur > a {
    color: #ee0000;
}

.header .nav .li.cur:after {
    background: #ee0000;
}

.header .nav .li.last {
}

.header .nav .li.last a {
    background: #ee0000;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 1.5rem;
    display: inline-block;
    line-height: 3rem;
}

.header .nav .li.last:hover a {
    color: #fff;
}

.header .nav .li.last:after {
    display: none;
}

.header .nav .nav-child {
    width: 17rem;
    background: #fff;
    top: 100%;
    left: -5rem;
    line-height: 5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.header .nav .nav-child .t {
    font-size: 1.6rem;
    color: #666;
    padding: 0 .5rem;
}

.header .nav .nav-child .t + .t {
    border-top: 1px solid #dedede;
}

.header .nav .li:hover .nav-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav .nav-child .t:hover {
    color: #ee0000;
}

/*.header .lang-btn{margin-left: 4rem;margin-top: 4.2rem;}
.header .lang-btn i{font-size: 2.3rem;color: #666;}
.header .lang-btn a{font-size: 1.4rem;color: #666;}
.header .lang-btn i.icon-jiantou_down{font-size: 1.5rem;color: #666;}
.header .lang-btn a:hover{color: #ee0000;}*/
.header .menu {
    font-size: 3.5rem;
    color: #ee0000;
    margin-left: 1.5rem;
    margin-top: 0rem;
    cursor: pointer;
}

.header .search {
    line-height: 10rem;
    height: 10rem;
    margin: 0 3rem 0 0;
    position: relative;
}

.header .search > a {
    font-size: 2rem;
    color: #919191;
    cursor: pointer;
    font-weight: bold;
}

.header .account {
    line-height: 10rem;
    height: 10rem;
    cursor: pointer;
}

.header .account > a {
    font-size: 2rem;
    color: #919191;
}

.header.white {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.header.white .nav .li > a {
    color: #fff;
}

.header.white .nav .li:after {
    display: none;
}

.header.white .search a,
.header.white .account a {
    color: #fff;
}

.header .wrap .account {
    position: relative;
}

.header .account .sub {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 13rem;
    border: solid 1px #f2f2f2;
    background: #fff;
    z-index: 999;
    display: none;
}

.header .account .sub .sub_a {
    display: block;
    font-size: 1.2rem;
    color: #777;
    border-bottom: solid 1px #eeeeee;
    width: 70%;
    margin: 0 auto;
    line-height: 4rem;
    padding-left: 20%;
}

.header .account .sub .sub_a:hover {
    color: #ee0000;
}

/*.header .wrap .account:hover .sub{display: block;}*/
.img_trial {
    position: absolute;
    right: 3px;
    top: -8px;
}

.header .mobile-nav {
    background: #333;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    transform: translateY(-150%);
}

.header .mobile-nav .li {
    border-bottom: 1px solid #464646;
    position: relative;
}

.header .mobile-nav .li:after,
.header .mobile-nav .li:before {
    content: "-";
    height: 2px;
    background: #9e9e9e;
    width: 15px;
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 48%;
    font-size: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.header .mobile-nav .li:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.header .mobile-nav .li.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.header .mobile-nav .li.open:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.header .mobile-nav .li.no-child:before,
.header .mobile-nav .li.no-child:after {
    display: none;
}

.header .mobile-nav .li a {
    font-size: 2.4rem;
    color: #fff;
}

.header .mobile-nav .li-chlid {
    height: 0;
    background: #3e3e3e;
}

.header .mobile-nav .li-chlid a {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    padding: 8px 0;
}

.header .mobile-nav .m-lang {
    padding: 3.5% 0;
}

.header .mobile-nav .m-lang a {
    width: 50%;
    font-size: 1.8rem;
    color: #fff;
}

.header .mobile-nav.show {
    transform: translateY(0%);
}

#nav {
    display: none;
}

.header .target {
    display: none;
}

.header .top-search {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    opacity: 1;
    margin-top: 1.8rem;
    background: none;
    position: absolute;
    bottom: 3.4rem;
    right: -29px;
    z-index: 9999;
}

.header .top-search:hover {
    opacity: 0.5;
}

.header .top-search > a {
    width: 35px;
    height: 35px;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.header .top-search .text {
    width: 0;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border: 0;
    background: none;
}

.header.white .top-search .text {
    color: #fff;
}

.header .top-search .button {
    width: 35px;
    height: 35px;
    right: 0;
    top: 0;
    border: 0;
    cursor: pointer; /*background-size: cover;*/
    background: url(../images/search.png) no-repeat center;
    background-size: 70% !important;
}

.header .top-search.unfold {
    width: 145px;
    opacity: 1;
    position: absolute; /*bottom: -40px;*/
    right: -30px;
    border: solid 1px #888; /*top: 60px;*/
    background: none;
}

.header .top-search.unfold .text {
    width: 100px;
    padding: 0 35px 0 10px;
    outline: none;
}

.header .top-search.unfold .text ~ a {
    display: none;
}


.index-show {
    margin: 5rem 0 0;
}

.index-show.mobile {
    display: none;
}

.index-show .mod {
}

.index-show .mod .box {
    margin-bottom: 2.5rem;
}

.index-show .mod .box .word {
    left: 5%;
    top: 10%;
}

.index-show .mod .box .word .tit {
    font-size: 2.8rem;
    color: #fff;
}

.index-show .mod .box .word .line {
    width: 5rem;
    height: 1px;
    background-color: #fff;
    margin: 1.5rem 0;
}

.index-show .mod .box .word .brief {
    font-size: 1.6rem;
    color: #fff;
}

.index-show .mod .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-show .mod.fl .box.box_1 .word,
.index-show .mod.fr .box.box_0 .word {
    top: 30%;
}

/*.index-show .mod .box iframe.on{}
.index-show .mod .box_2 img.on{opacity: 0;}*/

.index-web-article {
    padding: 4rem 0;
}

.index-web-article .box {
    width: 16%;
    margin: 0 4.5%;
}

.index-web-article .box .iconfont {
    font-size: 5rem;
    color: #878787;
}

.index-web-article .box .n {
    font-size: 1.6rem;
    color: #101010;
    margin: 1rem 0;
}

.index-web-article .box .bf {
    font-size: 1.4rem;
    color: #101010;
    font-family: 'YaHeiLight';
}

.index-web-article .box:hover .iconfont {
    color: #e00;
}


.footer {
    background: #f6f6f6;
    padding-top: 6rem;
}

.footer .w-1600 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5rem;
}

.footer .web-box {
    width: 13rem;
    margin-right: 2rem;
}

.footer .web-box .tit {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 2rem;
}

.footer .web-box .li {
    font-size: 1.4rem;
    color: #999;
    line-height: 230%;
}

.footer .foot-contact {
    border-left: 1px solid #ddd;
    max-width: 22rem;
    padding: 0 2rem 3rem 8rem;
}

.footer .foot-contact .phone {
    font-size: 2.8rem;
    color: #333;
}

.footer .foot-contact .time {
    font-size: 1.4rem;
    color: #888;
    margin: 1.5rem 0 2rem;
}

.footer .foot-contact .online {
    background: #313131;
    font-size: 1.4rem;
    color: #fff;
    line-height: 4rem;
    max-width: 16rem;
    width: 100%;
    margin: 0 auto;
}

.footer .foot-contact .online img {
    margin-right: 1rem;
}

.footer .cpr {
    font-size: 1.4rem;
    color: #888;
    line-height: 200%;
    padding: 2rem 0;
}

.about-title {
    font-size: 3.2rem;
    color: #000;
    text-align: center;
    margin: 0 0 5rem;
}

.about-title span {
    display: block;
    width: 3rem;
    height: 1px;
    margin: 1.5rem auto 0;
    background: #000;
}

.about {
}

.about .intrduce {
    padding: 6rem 0;
}

.about .intrduce .img {
    width: 44%;
}

.about .intrduce .content {
    width: 52%;
    margin-top: 2rem;
}

.wow {
    visibility: hidden;
}

.develop {
    padding: 60px 0 80px;
    background: url(../imgs/ab_1.jpg) no-repeat center bottom #fcfcfc;
}

.develop .list {
    padding: 0 3%;
}

.develop .item {
    width: 100%;
    max-width: 1165px;
    min-height: 90px;
    margin: 0 auto 24px;
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
}

.develop .item:last-child {
    margin-bottom: 0;
}

.develop .item .year {
    top: -6px;
    z-index: 2;
}

.develop .item.left .year {
    left: -180px;
}

.develop .item.right .year {
    right: -180px;
}

.develop .default {
    height: 100%;
    z-index: 2;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.develop .development {
    height: 100%;
    z-index: 2;
    display: none;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.develop .year {
    font-size: 30px;
    color: #9e9e9e;
    font-family: 'AvantGarde';
}

.develop .mains {
    max-width: 80%;
    font-size: 14px;
    margin-left: 15px;
    color: #fff;
}

.develop .bg {
    left: 0;
    top: 50%;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.develop .round {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px dashed #e9e9e9;
    border-radius: 20px;
    left: 50%;
    top: 0;
    margin-left: -12px;
    padding: 5px;
    box-sizing: content-box
}

.develop .round .i {
    width: 100%;
    height: 100%;
    background-color: #a7a7a7;
    border-radius: 100%
}

.develop .line {
    width: 105px;
    height: 1px;
    background-color: #e6e7e7;
    top: 50%;
}

.develop .left .line {
    right: 100%;
}

.develop .right .line {
    left: 100%;
}

.develop .table-cell {
    padding: 10px 20px;
}

/*.about-development .on{height: 90px;}*/
.develop .on .default {
    display: none;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.develop .on .development {
    display: block;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.develop .on .year {
    color: #fff;
    margin: 10px 0;
    background: none;
}

.develop .on .main {
    color: #fff;
    margin: 10px 0;
}

.develop .on .bg {
    width: 100%;
    height: 100%;
    background-color: #333;
    border-radius: 90px;
    top: 0;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.develop .on .about-progress {
    background-color: #333;
}

.develop .about-progress {
    width: 5px;
    background-color: #e4e4e4;
    left: 50%;
    top: 35px;
    padding: 0 0 10000px;
    margin: 0 0 -10000px -2.5px;
}

.develop .about-progress .i {
    width: 100%;
    left: 0;
    top: 0;
    background-color: #333;
}

