* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "glyphicons-halflings-regular";
    src: url('../glyphicons-halflings-regular.eot'); /* IE9 Compat Modes */
    src: url('../glyphicons-halflings-regular.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/glyphicons-halflings-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/glyphicons-halflings-regular.svg') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*background: #F4F5F9;*/
    background: url('/lenovoweb/img/home/homepage.jpg') repeat;
    height: 100%;
    padding: 0;
}

.pc {
    display: block;
}

.moblieLenovo {
    display: none;
}

li {
    list-style: none;
}

ul {
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-size: 27px;
    color: #666;
    font-weight: 100;
    text-align: center;
}

input {
    outline: none;
}

a {
    color: #00BCEC;
}

.row {
    margin: 0px;
}

.relative {
    position: relative;
}

/*public*/
.gray {
    color: #999;
}

.gray:hover {
    cursor: default;
}

/*public end*/
#modality-bg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 20;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    opacity: 0;
}

#modality-bg.modality-bg-in {
    opacity: 1;
    display: block;
}

/*header*/
@keyframes translateY {
    0% {
        -webkit-transform: perspective(0px) translateX(-5px) translateY(-80px);
        -ms-transform: perspective(0px) translateX(-5px) translateY(-80px);
        transform: perspective(0px) translateX(-5px) translateY(-80px);
    }
    100% {
        -webkit-transform: perspective(0px) translateX(0px) translateY(0px);
        -ms-transform: perspective(0px) translateX(0px) translateY(0px);
        transform: perspective(0px) translateX(0px) translateY(0px);
    }
}

@-webkit- @keyframes translateY {
0% {
    -webkit-transform: perspective(0px) translateX(-5px) translateY(-80px);
    -ms-transform: perspective(0px) translateX(-5px) translateY(-80px);
    transform: perspective(0px) translateX(-5px) translateY(-80px);
}
100% {
    -webkit-transform: perspective(0px) translateX(0px) translateY(0px);
    -ms-transform: perspective(0px) translateX(0px) translateY(0px);
    transform: perspective(0px) translateX(0px) translateY(0px);
}
}

.translateY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: translateY;
    animation-name: translateY;

}

.header {
    height: 75px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: relative;
}

.header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
}

.header ul {
    margin-bottom: 0px;
}

.header .user-ul {
    float: right;
    /*min-width: 280px;*/
    min-width: 70px;
}

.header .user-ul li {
    float: left;
    padding: 5px 25px 5px 12px;
    /*padding-left: 6px;*/
    /*padding-right: 24px;*/
    position: relative;
    /*margin: 7px 0px;*/
}
.header .user-ul .info{
    /*padding-right:20px;*/
}
.header .user-ul li:first-child {
    border-left: none;
}

.header .user-ul li a {
    color:#000;
    /*color: #e2001b;*/
    font-size: 13px;
}
.header .user-ul li:hover a{
    color: #fff;
}
.header .user-ul li:after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transition: all 0.3s ease;
    content: "";
    background: url(/lenovoweb/img/header/jt.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 0px;
}
.header .user-ul li ul li:after{
    background:inherit;
}
.header .user-ul li .americas-open{
    position: absolute;
    z-index: 20;
    background: #fff;
    opacity: 0.9;
    width: 280px;
    right: 0;
    display: none;
}
.header .user-ul .americas:hover .americas-open {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
/*.header .user-ul li .americas-open.open{*/
    /*display: block;*/
/*}*/
.header .user-ul li .gray {
    color: #999;
}

.header .user-ul li:last-child {
    padding-right: 0px;
}

.header .user-ul .menu {
    position: relative;
    border-left: 1px solid #999;
    transition: all 0.2s ease-in;
}

.header .user-ul .menu.open {
    background: #e2001b;
    margin: 0px;
    padding: 7px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header .user-ul .menu.open .menu-ul {
    display: block;
}

.header .user-ul .menu.open .menu-a {
    color: #fff;
    transition: all 0.4s ease-in;
}

.header .menu-ul {
    width: 233px;
    background: #fff;
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 35px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #e2001b;
    padding: 10px 0px 0px;
    transition: all 0.3s ease-out;
    display: none;
}

.header .menu-ul li {
    width: 100%;
    border: none;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    margin: 0px;
    overflow: hidden;
}

.header .menu-ul li:hover {
    background: #e2001b;
}

.header .menu-ul li:hover a {
    color: #fff;
}

.header .menu-ul li a {
    color: #999;
}

.header .menu-ul li#sign-out {
    border-top: 1px solid rgba(1, 189, 237, 0.4);
    line-height: 50px;
    height: 50px;
    width: calc(100% - 50px);
    padding: 0px;
    margin-left: 25px;
}

.header .menu-ul li#sign-out a {
    font-size: 15px;
}

.header .menu-ul li#sign-out:hover {
    background: initial;
}

.header .menu-ul li#sign-out:hover a {
    color: #00BCEC;
}

.quit {
    position: absolute;
    width: 100%;
    top: calc(100% + 3px);
    left: 0px;
    padding: 0px;
    overflow: hidden;
    height: 0px;
    background: rgba(1, 189, 237, 0.8);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-shadow: 1px 1px 1px 0px #999;
    /*border: 1px solid rgba(0,0,0,0.1);*/
}

.quit.open {
    height: 100px;
}

.quit p {
    text-align: center;
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
}

.quit a {
    float: left;
    width: 70px;
}

.quit a.left {
    background: #00BCEC;
    margin-left: 10px;
    border: none;
}

.quit a.left span {
    color: #fff;
}

.quit a.right {
    float: right;
    margin-right: 10px;
    border: none;
    background: #fff;
}

.quit a.right:after {
    background: rgba(240, 240, 240, 1);
}

.quit a.cisco-btn {
    line-height: 25px;
}

.quit a.right span {
    color: #00BCEC;
}

.quit a:active:after {
    border: none;
    top: 0px
}

.header .logo-ul {
    float: left;
    overflow: hidden;
    /*margin-top: 28px;*/
}

.header .logo-ul li {
    float: left;
    padding: 0px 10px;
    /*padding-right: 20px;*/
}

.header .logo-ul li:first-child {
    /*border-right:1px solid #999 ;*/
    padding-left: 0px;
}

.header .logo-ul .logo-ul-right {
    overflow: hidden;
}

.header .logo-ul .logo-ul-right li {
    float: left;
    border-right: none;
    padding: 0px;
}

.header .logo-ul .logo-ul-right li img {
    margin: 3px 10px;
    width: 28px;
}

.header .logo-ul .logo-ul-right p {
    margin-bottom: 0px;
}

.header .logo-ul .logo-ul-right .cisco-news {
    font-size: 20px;
    color: #999;
    line-height: 18px;
    font-weight: 300;
}

.header .logo-ul .logo-ul-right .tan {
    color: #00BCEC;
    font-size: 12px;
    font-weight: 400;
}

.header .nav-ul {
    float: right;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px
}

.header .nav-ul li {
    float: left;
    padding: 0px 25px 0px 2px;
    position: relative;
    line-height: 36px;
}

.header .nav-ul li:hover {
    background: #e2001b;
    color:#fff;
}

.header .nav-ul li:hover:after {
    top: 10px;
    background: url(/lenovoweb/img/header/linked_menu_bar_top_09_w.png) no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.header .nav-ul .ds:hover {
    background: initial;
}

.header .nav-ul li:last-child:hover {
    background: initial;
}

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

.header .nav-ul li:hover .americas-open a {
    color: #999;
    font-size: 12px;
}

.header .nav-ul li:hover .americas-open li:hover a {
    color: #fff;
}

.header .nav-ul li:after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transition: all 0.3s ease;
    content: "";
    background: url(/lenovoweb/img/header/jt.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 0px;
}

/*.header .nav-ul li:first-child{padding-left: 0px;}*/
.header .nav-ul li:first-child:after {
    /*position: inherit !important;*/
    /*background: inherit !important;*/
}
.header .nav-ul li:last-child {
    padding-right: 0px;
    padding-left: 10px;
    /*height: 42px;*/
    height: 50px;
}

.header .nav-ul .ds {
    padding-right: 0px;
    padding-left: 10px;
    /*height: 42px;*/
    height: 50px;
}

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

.header .nav-ul .ds:after {
    display: none;
}

.search {
    /*transform: translateY(-9px) translateX(9px) scale(0.65);
	-moz-transform: translateY(-9px) translateX(9px) scale(0.65);
	-webkit-transform: translateY(-9px) translateX(9px) scale(0.65);
	background-position: 20px 20px;
	display: block;width: 60px; height: 60px;background: #EFEFEF;border-radius: 100%;*/
    /*	background: url(/lenovoweb/img/header/framework-sprite.png) no-repeat #EFEFEF scroll -69px -412px;*/
    background: url(/lenovoweb/img/header/searchLogo.png) no-repeat center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    /*margin-top: 4px;*/
    /*margin-right: 7px;*/
    background-size: 35px;
}

.menu1 {
    background: url(/lenovoweb/img/header/menu1.png) no-repeat center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-right: 7px;
    background-size: 35px;
}

.search-mobile {
    position: absolute;
    top: 29px;
    left: 250px;
    display: none;
    margin: 0
}

.menu1-mobile {
    position: absolute;
    top: 29px;
    left: 300px;
    display: none;
    margin: 0
}

.search.open {
    background: url(/lenovoweb/img/header/searchClick.png) no-repeat center;
    background-size: 35px;
}

.menu1.open {
    background: url(/lenovoweb/img/header/menu2.png) no-repeat center;
    background-size: 35px;
}

.header .nav-ul {
    position: absolute;
    right: 0;
    top: 35px;
}

.header .nav-ul .search .search-img {
    margin-bottom: 3px;
    cursor: pointer;
    display: none;
}

.header .nav-ul li a {
    color: #333;
    font-size: 12px;
    width: 100%;
    display: block;
}

.icon-bar:first-child {
    opacity: 1;
    display: block;
    transform: rotate(0deg);
    transition: all .5s;
    -webkit-transform: rotate(0deg);
    -webkit-transition: all .5s;
}

.cisco-bar .icon-bar:first-child {
    opacity: 1;
    display: block;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    transition: all .3s ease-out;
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
}

.cisco-bar .icon-bar {
    opacity: 0;
}

.cisco-bar .icon-bar:last-child {
    opacity: 1;
    display: block;
    position: absolute;
    top: -5px;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all .3s ease-out;
}

.icon-bar:last-child {
    opacity: 1;
    display: block;
    transform: rotate(0deg);
    transition: all .5s;
    -webkit-transform: rotate(0deg);
    -webkit-transition: all .5s;
}

.header .menu1-open {
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: absolute;
    height: 0px;
    width: auto;

    /*background: #FFAA01;*/
    background: #fff;
    /*top:80px;*/
    top: 75px;
    right: 0px;
    z-index: 5;
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);*/
    box-shadow: 0px 3px 0px 0px #e2001b;
    opacity: 0.9;
}

.header .menu1-open .bo {
    border-top: 1px solid #ccc;
    padding: 15px 35px 15px 0px;
}

.header .menu1-open .bo img {
    display: inline-block;
    margin-top: -21px;
}

.header .menu1-open .bo p {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    padding-left: 10px;
    width: calc( 100% - 40px);
	min-height: 40px;
}

.header .menu1-open .bo p span {
    color: #c0c0c0;
    font-size: 12px;
	display: inline-block;
    height: 20px;
    vertical-align: top;
}

.header .menu1-open.open {
    /*height: 90px;*/
    padding: 15px 0 0 15px;
    height: auto;
    top: 75px;
    z-index:12;
}

.header .search-open {
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: absolute;
    height: 0px;
    width: 100%;

    /*background: #FFAA01;*/
    background: #fff;
    /*top:80px;*/
    top: 75px;
    left: 0px;
    z-index: 5;
    /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);*/
    box-shadow: 0px 3px 0px 0px #e2001b;
    /*opacity: 0.9;*/
}

.header .search-open .searchFrom {
    /*background: url('/lenovoweb/img/home/homepage.jpg') repeat;*/
    /*width: 100%;*/
}

.header .search-open.open {
    /*height: 90px;*/
    height: auto;

}

.header .search-open .container {
    position: relative;
}

.header .search-open .container:after {
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 6px solid transparent;*/
    /*border-right: 6px solid transparent;*/
    /*border-top: 7px solid #fff;*/
    /*position: absolute;*/
    /*right: 26px;*/
    /*top:0px*/
}

/*.search-form{margin-top: 25px;}*/
.search-form input {
    width: 265px;
    height: 35px;
    padding-left: 10px;
    border: 2px solid #aaaaaa;
    color: black;
    /*float: left; background: #FFAA01; height: 35px;padding:0px 0px 0px 0px;font-size: 18px;  font-weight: 100; color: #FAFBF1;  outline: none; border: none;border-bottom: 2px solid #FAFBF1;width: calc(100% - 150px);*/
}

.search-form input::-webkit-input-placeholder {
    color: #ccc;
}

.search-form .cisco-btn {
    float: right;
    margin-top: 8px;
    background: #fff;
    border: none;
    color: #FFAA01;
}

.search-form .cisco-btn:hover {
    background: #D39005;
    border: none;
}

.search-form .cisco-btn:hover span {
    color: #fff;
}

.search-form .cisco-btn:after {
    border: none;
    background: rgba(250, 171, 27, 1);
}

.search-form .cisco-btn:after span {
    color: #fff;
}

.search-form .cisco-btn:active:after {
    height: 28px;
    background: rgba(250, 171, 27, 0.5);
}

.search-cisco-networks {
    position: relative;
}

.search-cisco-networks .false-span {
    position: absolute;
    font-size: 20px;
    color: #FAFBF1;
    top: 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

/*Modular*/
.header .nav-ul li .modular:last-child {
    border-bottom: none;
}

.header .nav-ul .americas:hover .americas-open {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header .nav-ul li:hover .americas-open {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header .nav-ul .americas-open {
    position: absolute;
    border-bottom: 3px solid #e2001b;
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 20;
    left: 0px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.header .nav-ul .modular {
    border-bottom: 1px solid #AEE9F9;
    width: 270px;
    overflow: hidden;
    display: flex;
}

.header .nav-ul .modular .left {
    background: rgba(244, 245, 247, 0.9);
    width: 40%;
    float: left;
    color: #999;
    padding: 15px 15px;
    line-height: 20px;
}

/*.header .nav-ul li:first-child .modular .right{background: rgba(255,255,255,0.9);width: 60%;float: left;    padding: 10px 0px;}*/
/*.header .nav-ul li:first-child .modular{width: 270px;}*/
.header .nav-ul li .modular {
    width: 322px;
}

.header .nav-ul li .modular .right {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 0px;
    padding-bottom: 0px;
    height: auto;
}

.header .nav-ul .modular .right li {
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
	padding: 0px 0px 0px 7px;
}

.header .nav-ul .modular .right li:after {
    display: none;
}

.header .nav-ul .modular .right li:last-child {
    /*padding: 0px 0px 0px 15px;*/
    height: 30px;
}

.header .nav-ul .modular .right li:last-child:hover {
    background: #e2001b;
}

.local-home img {
    /*width:64px;*/
    height: 75px;
    position: absolute;
    /*width: 94%;*/
}

/*.width100Important{width: 100% !important;}*/
/*Modular end*/
/*header end*/

/*footer*/
.footer {
    /* background: #3e8ddd; */
    height: 80px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #00BCEC;
}

.footer-fixed {
    position: fixed;
    z-index: 10000;
}

.footer-ul {
    overflow: hidden;
    margin: auto;
    /*max-width: 840px;*/
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.footer-ul li {
    float: left;
    text-align: center;
    width: 100px;
    margin: 0px 25px;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}

.footer-ul li span {
    width: 50px;
    height: 45px;
    display: block;
    /*background: url(/lenovoweb/img/footer/icon.png) no-repeat;*/
    margin: 0 auto;
}

.footer-ul li p {
    font-size: 12px;
    /*color: #999; */
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.footer-ul li p:hover {
    cursor: default;
}

.footer-ul .active p,
.footer-ul li:hover p {
    /*color:#00BCEC ;*/
}

.footer-ul .content {
    /*background-position: 0px -12px;*/
    background: url('/lenovoweb/img/footer/005.png') no-repeat center center;
}

.footer-ul .active .content, .footer-ul li:hover .content {
    /*background-position: -46px -12px;*/
}

.footer-ul .filtered {
    /*background-position: 0px -56px;*/
    background: url('/lenovoweb/img/footer/004.png') no-repeat center center;
}

.footer-ul .active .filtered, .footer-ul li:hover .filtered {
    /*background-position: -48px -55px;*/
}

.footer-ul .follow {
    /*background-position: 0px -98px;*/
    background: url('/lenovoweb/img/footer/003.png') no-repeat center center;
}

.footer-ul .active .follow, .footer-ul li:hover .follow {
    /*background-position: -46px -97px;*/
}

.footer-ul .library {
    /*background-position: 0px -141px;*/
    background: url('/lenovoweb/img/footer/002.png') no-repeat center center;
}

.footer-ul .preferences {
    /*background-position: 0px -141px;*/
    background: url('/lenovoweb/img/footer/pre.png') no-repeat center center;
    background-size: 45px;
}

.footer-ul .active .library, .footer-ul li:hover .library {
    /*background-position: -47px -141px;*/
}

.footer-ul .notifications {
    /*background-position: 0px -179px;*/
    background: url('/lenovoweb/img/footer/001.png') no-repeat center center;
}

.footer-ul .active .notifications, .footer-ul li:hover .notifications {
    /*background-position: -47px -179px;*/
}

.footer-ul .share {
    background-position: 0px -216px;
}

.footer-ul .active .share, .footer-ul li:hover .share {
    background-position: -47px -216px;
}

.footer .library {
    border: none;
    line-height: initial;
}

/*footer end*/

/*home*/
.home {
}

.home .home-carousel {
    margin-top: 30px;
    height: 366px;
    overflow: hidden;
}

.home .home-carousel .left {
    height: 100%;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.home .home-carousel .left .minimg {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translateY(-50%) translateX(-50%);*/
    /*-webkit-transform: translateY(-50%) translateX(-50%);*/
    /*-moz-transform: translateY(-50%) translateX(-50%);*/
    width: 100%;
    /*height: 100%;*/
}

.home .home-carousel .left .bottom-fixd img {
    width: 35px;
    height: 35px;
    float: left;
    position: initial;
    -webkit-transform: translateY(0) translateX(0);
}

.home .home-carousel .left .bottom-fixd {
    content: "";
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(38, 194, 235, 0.8);
}

.home .home-carousel .left:hover .bottom-fixd,
.home .home-carousel .right .up-down li:first-child:hover .bottom-fixd,
.home .home-carousel .right .up-down li:hover .bottom-fixd {
    /*height: 100%;*/
}

.home .home-carousel .right {
    height: 100%;
    padding: 0px;
}

.home .home-carousel .right .up-down {
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
}

.home .home-carousel .right .up-down li {
    height: 50%;
    position: relative;
}

.home .home-carousel .right .up-down li:first-child .bottom-fixd {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 79, 114, 0.8);
}

.home .home-carousel .right .up-down li .bottom-fixd {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(113, 188, 85, 0.8);
}

.home .home-carousel .right .up-down li:first-child {
    /*border-bottom: 1px solid #ccc;*/
}

.home .home-carousel .bottom-fixd {
    padding: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home .home-carousel .right .up-down li img {
    /* left: 50%; */
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    /*height: 100%;*/
    /*position: absolute;*/
    width: 100%;
}

.home .home-carousel .right .up-down li .bottom-fixd img {
    width: 35px;
    height: 35px;
    float: left;
    position: initial;
    -webkit-transform: translateY(0) translateX(0);
}

.home .home-carousel .bottom-fixd p {
    float: left;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 20px;
    padding-left: 15px;
    width: 59%;
    overflow: hidden;
    height: 41px;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.home .home-carousel .left .bottom-fixd p {
    float: left;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 20px;
    padding-left: 15px;
    width: 75%;
    overflow: hidden;
    height: 41px;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.home .home-carousel .bottom-fixd span {
    position: absolute;
    right: 15px;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 3px;
}

.recent-news-deail .user .information p {
    height: auto;
}

.user {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.user .user-img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 28px;
}

.user .information {
    float: left;
    text-align: left;
    margin: 7px 0 0 10px;
    width: calc(100% - 58px);
}

.user .information p {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 3px;
}

.user .information span {
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*public*/
.recent-news-fixed {
    position: fixed;
    top: 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 999;
    left: 0px;
    height: 100px;
}

.recent-news-fixed .recent-news {
    margin: 0 auto;
}

.recent-news-deail {
    padding-top: 0px;
}

.recent-news-fixed h1 {
    margin-top: 15px;
}

#recent_news {
    height: 120px;
}

.recent-news {
    overflow: hidden;
    margin: 0 auto 30px;
    padding-bottom: 7px;
    height: 55px;
    /*position: absolute;*/
    /*transform: translateX(-50%) !important;*/
    /*left: 50%;*/
    width: 100%;
}

.recent-news .swiper-wrapper {
    padding-bottom: 7px;

}

.home-episode .swiper-wrapper .width100 {

}

.recent-news li {
    color: #666;
    position: relative;
    font-size: 20px;
    float: left;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 15px 0px 0px;
    /*transform: scale(0.9);*/
    /*-moz-transform: scale(0.9);*/
    /*-webkit-transform: scale(0.9);*/
    transition: scale .5s ease;
    -moz-transition: scale .5s ease;
    -webkit-transition: scale .5s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}

.recent-news li:hover {
    cursor: pointer;
}

.recent-news li.active {
    /*color: #00BCEC;*/
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.recent-news li:first-child {
    background: none;
    width: auto;
}

.recent-news .horn {
    background-position: -40px -18px;
}

.recent-news .horn.active {
    background-position: -80px -18px;
}

.recent-news .notepad {
    background-position: -40px -62px;
}

.recent-news .notepad.active {
    background-position: -80px -62px;
}

.recent-news .text {
    background-position: -40px -109px;
}

.recent-news .text.active {
    background-position: -80px -109px;
}

.recent-news .play {
    background-position: -40px -154px;
}

.recent-news .play.active {
    background-position: -80px -154px;
}

.recent-news .blog {
    background-position: -40px -199px;
}

.recent-news .blog.active {
    background-position: -80px -199px;
}

.recent-news .signal {
    /*background: url(/lenovoweb/img/footer/cisco_homepage_icon_8_G.png) no-repeat;*/
    background-position: -40px -247px;
}

.recent-news .signal.active {
    background-position: -80px -247px;
    /*background: url(/lenovoweb/img/footer/cisco_homepage_icon_8_G.png) no-repeat;*/
    /*background-position: 0px 0px;*/
}

.recent-news .wifi {
    background-position: -40px -295px;
}

.recent-news .wifi.active {
    background-position: -80px -295px;
}

.recent-news .camera {
    background-position: -40px -344px;
}

.recent-news .camera.active {
    background-position: -80px -344px;
}

/*.recent-news .twitter{background-position: -12px -642px;}*/
/*.recent-news .twitter.active{background-position: -56px -642px;}*/
.recent-news .diary {
    background-position: -40px -391px;
}

.recent-news .diary.active {
    background-position: -80px -391px;
}

.recent-news .diary:after {
    content: "";
    background: url(/lenovoweb/img/home/cisco_homepage_icon_up.png) no-repeat;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 10px;
    right: -20px;
}

.recent-news .line {
    position: absolute;
    width: 25px;
    height: 2px;
    left: 2px;
    bottom: 0px;
    background: #00BCEC;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.recent-news a {
    color: #666;
    position: relative;
    font-size: 20px;
    float: left;
    line-height: 30px;
    text-align: center;
    height: 36px;
    width: 30px;
    display: block;
    background: url(/lenovoweb/img/footer/lenovoIcon.png) no-repeat;
    margin: 0 15px 0px 0px;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: scale .5s ease;
    -moz-transition: scale .5s ease;
    -webkit-transition: scale .5s ease;
}

/*public*/
/*recent-news-deail*/
.width100 {
    height: 150px;
}

.swiper-slide {
    overflow: hidden;
}

.recent-news-deail .top {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    padding: 0px 10px;
}

.recent-news-deail .top .left {
    float: left;
}

.recent-news-deail .top .right {
    float: right;
}

.recent-news-deail .top span {
    font-size: 12px;
    color: #999;
}

.recent-news-deail .picture img {
    /*max-width: 100%;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translateY(-50%) translateX(-50%);*/
    /*-webkit-transform: translateY(-50%) translateX(-50%);*/
    /*-moz-transform: translateY(-50%) translateX(-50%);*/
    height: 100%;
    /*position: absolute;*/
}

.recent-news-deail .picture .mode img {
    width: initial;
    /*position: initial;*/
    position: inherit;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    height: auto;
}

.count-ul .col-xs-4,
.count-ul .col-xs-3,
.count-ul .col-xs-5 {
    padding: 0px 5px;
}

.count-ul li.col-xs-4 span {
    font-size: 12px;
}

.recent-news-deail .picture {
    position: relative;
    overflow: hidden;
    height: 167px;
    text-align: center;
}

.recent-news-deail .picture .mode {
    /*transform: scale(1);opacity: 0;*/
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -100%;
    left: 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.recent-news-deail .picture .mode .m-block {
    padding: 15px 15px;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

.recent-news-deail .picture .mode .count-ul {
    height: 33px;
    overflow: hidden;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
}

.recent-news-deail .picture .mode .count-ul li {
    overflow: hidden;
    line-height: 33px;
    text-align: center;
    text-align: -webkit-center;
}

.recent-news-deail .picture .mode .count-ul li .block {
    overflow: hidden;
}

.recent-news-deail .picture .mode .count-ul li span {
    color: rgba(255, 255, 255, 1);
    margin-left: 5px;
}

.recent-news-deail .picture-fixed {
    width: 100%;
    height: 3px;
    position: relative;
    z-index: 1;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.recent-news-deail .picture-fixed img {
    position: absolute;
    left: calc(50% - 20px);
    top: -20px;
    width: 42px;
}

.recent-news-deail .col-lg-4 {
    margin-bottom: 30px;
}

.recent-news-deail .col-lg-4:hover .picture .mode {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1);
    bottom: 0px; /*opacity: 1;*/
    height: 100%;
}

.recent-news-deail .horn-deail .picture-fixed {
    background: rgba(216, 12, 36, 1);
}

.recent-news-deail .horn-deail:hover .picture .mode {
    background: rgba(0, 80, 115, 0.9);
    opacity: 1;
}

.recent-news-deail .text-deail .picture-fixed {
    background: rgba(0, 79, 114, 1);
}

.recent-news-deail .text-deail:hover .picture .mode {
    background: rgba(0, 79, 114, 0.9);
    opacity: 1;
}

.recent-news-deail .notepad-deail .picture-fixed {
    background: rgba(111, 190, 73, 1);
}

.recent-news-deail .notepad-deail:hover .picture .mode {
    background: rgba(111, 190, 73, 0.9);
    opacity: 1;
}

.recent-news-deail .play-deail .picture-fixed {
    background: rgba(0, 80, 115, 1);
}

.recent-news-deail .play-deail:hover .picture .mode {
    background: rgba(0, 80, 115, 0.9);
    opacity: 1;
}

.recent-news-deail .blog-deail .picture-fixed {
    background: rgba(250, 171, 27, 1);
}

.recent-news-deail .blog-deail:hover .picture .mode {
    background: rgba(250, 171, 27, 0.9);
    opacity: 1;
}

.recent-news-deail .signal-deail .picture-fixed {
    background: rgba(112, 189, 73, 1);
}

.recent-news-deail .signal-deail:hover .picture .mode {
    background: rgba(112, 189, 73, 0.9);
    opacity: 1;
}

.recent-news-deail .wifi-deail .picture-fixed {
    background: rgba(2, 188, 235, 1);
}

.recent-news-deail .wifi-deail:hover .picture .mode {
    background: rgba(2, 188, 235, 0.8);
    opacity: 1;
}

.recent-news-deail .camera-deail .picture-fixed {
    background: rgba(255, 181, 36, 1);
}

.recent-news-deail .camera-deail:hover .picture .mode {
    background: rgba(234, 136, 1, 0.9);
    opacity: 1;
}

.recent-news-deail .camera-deail.active .picture .mode {
    background: rgba(234, 136, 1, 0.9);
}

.recent-news-deail .camera-deail .center {
    background: rgba(234, 136, 1, 0.9);
}

.recent-news-deail .camera-deail .center p {
    color: #fff;
}

.recent-news-deail .twitter-deail .picture-fixed {
    background: rgba(197, 237, 248, 1);;
    /*background:rgba(138,218,242,1);*/
}

.recent-news-deail .twitter-deail:hover .picture .mode {
    /*background:rgba(30,193,234,0.9);*/
    background: rgba(244, 68, 54, 0.8);
    opacity: 1;
}

.recent-news-deail .twitter-deail.active .picture .mode {
    /*background:rgba(30,193,234,0.9);*/
    background: rgba(244, 68, 54, 0.8);
    opacity: 1;
    height: 100%;
    bottom: 0px;
}

.recent-news-deail .twitter-deail .center {
    background: rgba(244, 68, 54, 0.9);
    /*background:rgba(30,193,234,0.8);*/
}

.recent-news-deail .twitter-deail .center p {
    color: #fff;
}

.recent-news-deail .center {
    height: 100px;
    background: #fff;
    padding: 25px 20px 10px;
    text-align: center;
    position: relative;
}

.recent-news-deail .center p {

    /*text-overflow: ellipsis;*/
    /*position:relative;*/
    overflow: hidden;
    display: -webkit-box;
    position: relative;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    font-size: 15px;
    height: 65px;
    line-height: 21px;
    font-weight: 600;
    white-space: pre-wrap;
    /* overflow: hidden; */
	color: #333;
}
.p-after:after{
    content: "...";
    position: absolute;
    color:#333;
    bottom: 4px;
    right: 16px;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
/*.recent-news-deail .center p:after {*/
    /*content:"...";*/
    /*position:absolute;*/
    /*bottom:0;*/
    /*right:10px;*/
    /*background:#FFF;*/
    /*padding-left:0.2em;*/
/*}*/
.recent-news-deail .bottom {
    min-height: 50px;
}

.recent-news-deail .bottom .like-save-share {
    /*padding: 10px 20px; */
    padding: 8px;
    overflow: hidden;
    height: 50px;
    background: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.recent-news-deail .bottom .like-save-share li {
    float: left;
    width: 25%;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.recent-news-deail .bottom .like-save-share li span {
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.recent-news-deail .bottom .like-save-share li .like-save-share-img {
    /*background: url(/lenovoweb/img/footer/icon.png) no-repeat;*/
    background: url(/lenovoweb/img/footer/iconList.png) no-repeat;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) {
    text-align: left;
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) {
    text-align: center;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) {
    text-align: center;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) {
    text-align: right;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare {
    /*width: 70px;*/
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare {
    /*width: 70px;*/
    /*margin: 0 auto;*/
    display: table;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare {
    /*width: 70px;*/
    margin: 0 auto;
    display: table;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare {
    /*width: 70px;*/
    float: right;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare .like-save-share-img {
    /*background-position: -12px -715px;*/
    /*background-position: -15px -19px;*/
    background: url('/lenovoweb/img/footer/likeL.png') no-repeat center;
    background-size: 100%;
    margin-top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare .like-save-share-img {
    /*background-position: -11px -744px;*/
    /*background-position: -15px -53px;*/
    background: url('/lenovoweb/img/footer/messageL.png') no-repeat center;
    background-size: 100%;
    margin-top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare .like-save-share-img {
    /*background-position: -11px -744px;*/
    /*background-position: -15px -90px;*/
    background: url('/lenovoweb/img/footer/saveL.png') no-repeat center;
    background-size: 100%;
    margin-top: 4px;
    display: block;
    width: 28px;
    height: 25px;
    float: left;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare .like-save-share-img {
    /*background-position: -12px -772px;*/
    /*background-position: -15px -133px;*/
    background: url('/lenovoweb/img/footer/shareL.png') no-repeat center;
    background-size: 100%;
    margin-top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare:hover .like-save-share-img {
    /*background-position: -60px -715px;*/
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare:hover .like-save-share-img {
    /*background-position: -59px -744px;*/
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare:hover .like-save-share-img {
    /*background-position: -59px -744px;*/
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare:hover .like-save-share-img {
    /*background-position: -58px -771px;*/
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare:hover span {
    color: #e2001b;
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare:hover span {
    color: #e2001b;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare:hover span {
    color: #e2001b;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare:hover span {
    color: #e2001b;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare.active .like-save-share-img {
    background-position: -60px -715px;
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare.active .like-save-share-img {
    background-position: -59px -744px;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare.active .like-save-share-img {
    background-position: -59px -744px;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare.active .like-save-share-img {
    background-position: -58px -771px;
}

.recent-news-deail .bottom .like-save-share li:nth-child(1) .like-hare.active span {
    color: #00BCEC;
}

.recent-news-deail .bottom .like-save-share li:nth-child(2) .save-hare.active span {
    color: #00BCEC;
}

.recent-news-deail .bottom .like-save-share li:nth-child(3) .save-hare.active span {
    color: #00BCEC;
}

.recent-news-deail .bottom .like-save-share li:nth-child(4) .share-hare.active span {
    color: #00BCEC;
}

/*recent-news-deail end*/
.home-episode {
    background: #01BDED;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    margin: 30px 0px 60px;
}

.home-episode .classification {
    overflow: hidden;
    width: 210px;
    margin: 0 auto;
    padding: 20px 0px;
}

.home-episode .container {
    position: relative;
}

.home-episode .classification img, .home .home-episode .classification span {
    float: left;
}

.home-episode .classification img {
    height: 45px;
}

.home-episode .classification span {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
    text-align: center;
}

.home-episode .swiper-button-prev {
    background: url(/lenovoweb/img/home/cisco_homepage_icon_left.png) no-repeat;
    opacity: 1;
    left: -25px;
    width: 15px;
    height: 30px;
}

.home-episode .swiper-button-next {
    background: url(/lenovoweb/img/home/cisco_homepage_icon_right.png) no-repeat;
    opacity: 1;
    right: -40px;
    width: 15px;
    height: 30px;
}

.home-episode .swiper-button-disabled {
    opacity: 0.35;
}

.home .gray-bg {
    background: #9E9DA2;
}

/*assembly*/
.bottom-fixd {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px 15px 30px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.bottom-fixd p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 15px;
}

.count-ul {
    height: 33px;
    overflow: hidden;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    top: calc(50% - 20px);
}

.count-ul li {
    line-height: 33px;
    text-align: center;
    text-align: -webkit-center;
}

.count-ul li span {
    color: rgba(255, 255, 255, 1);
    margin-left: 2px;
}

.top-fixed {
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.swiper-slide:hover .top-fixed {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-slide.red .bottom-fixd {
    background: rgba(233, 48, 17, 0.9);
}

.swiper-slide.red:hover .top-fixed {
    opacity: 1;
    background: rgba(233, 48, 17, 0.7);
}

.swiper-slide.blue .bottom-fixd {
    background: rgba(0, 80, 115, 0.9);
}

.swiper-slide.blue:hover .top-fixed {
    opacity: 1;
    background: rgba(0, 80, 115, 0.7);
}

#Trending .bottom-fixd p {
    height: 30px;
    overflow: hidden;
}

/*assembly end*/
/*home end*/
/*@-webkit-keyframes fafa {
	0% {

	   width: 0px;
  	}

  	50% {

	     width: 30%;
  	}
	100% {

	    width: 100%;
	}
}

@keyframes fafa {
	0% {

	   width: 0px;
  	}

  	50% {

	     width: 30%;
  	}
	100% {

	    width: 100%;
	}
}

.fafa {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fafa;
  animation-name: fafa;

}*/
/*bio*/
/*public*/
.blue-bg {
    width: 100%;
    height: 130px;
    background: #000;

    /*background-size: 100%;*/
    position: relative;
}

.blue-bg .bj {
    background: url(/lenovoweb/img/home/bbb.png) no-repeat right;
    background-position-y: -450px;
    background-position-x: 300px;
}

.blue-bg p {
    font-size: 35px;
    color: #fff;
    line-height: 90px;
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
    position: absolute;
    padding-left: 15px;
    bottom: 20px;
}

.blue-bg #articleTitle {
    font-size: 27px;
    color: #fff;
    line-height: 30px;
    float: left;
    margin-bottom: 0px;
}

.blue-bg .containerSendP {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 50%;
    bottom:10%;
    transform: translateY(-50%);
}

.cisco-btn {
    display: block;
    text-align: center;
    color: #333;
    border: 2px solid #9e9ea2;
    position: relative;
    /*border-radius: 20px;*/
    width: 120px;
    height: 27px;
    line-height: 25px;
}

.cisco-btn:after {
    content: "";
    height: 27px;
    width: 0px;
    /*border-radius: 20px;*/
    background: #3e8ddd;
    z-index: 1;
    position: absolute;
    left: calc(50% - 5px);
}

.cisco-btn span {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9; /*border: 1px solid  rgba(255,255,255,0.5);border-radius: 20px;top: -1px;*/
}

.cisco-btn:hover {
    background: #3e8ddd;
    border: 1px solid #3e8ddd;
    color: #fff;
}

.cisco-btn:hover span {
    color: #fff;
}

.cisco-btn:active:after {
    width: 100%;
    height: 27px;
    left: 0px;
    top: -1px;
    /*border-radius: 20px;*/
    background: #3e8ddd;
    border: none;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.content-btn {
    display: block;
    text-align: center;
    color: #333;
    border: 1px solid #737476;
    position: relative;
    border-radius: 20px;
    width: 120px;
    height: 27px;
    line-height: 25px;
}

.width200 {
    width: 200px;
}

.height33 {
    height: 33px;
    line-height: 33px;
}

.cisco-btn-max {
    width: 250px;
    background: #3e8ddd;
    border: 1px solid #3e8ddd;
    box-shadow: 0px 1px 0px #A7A8AB;
    height: 33px;
    line-height: 31px;
}

.cisco-btn-max:hover {
    box-shadow: 0px 0px 0px #A7A8AB;
}

.cisco-btn-max span {
    color: #fff;
}

.cisco-btn-max:after {
    background: #03A7D3;
    border: none;
}

.cisco-btn-max:after {
    height: 33px;
}

.cisco-btn-max:active:after {
    height: 33px;
}

/*public end #03A7D3*/
.cisco-btn.active {
    background: #3e8ddd;
}

.cisco-btn.active span {
    color: #fff;
}

.cisco-btn.active {
    border: 1px solid #3e8ddd;
}

.cisco-btn.active:active:after {
    background: #3e8ddd;
    border: 1px solid #3e8ddd;
}

.count-img {
    margin-top: 30px;
}

.count-img .count-img-0 {
    height: 26px;
    line-height: 26px;
}

.count-img .count-img-0 img {
    width: 28px;
}

.count-img .count-img-0 span {
    margin-left: 10px;
}

.count-img .count-img-0:first-child {
    margin-bottom: 20px;
}

.count-img .count-img-0:first-child img {
    margin-top: -4px;
}

.bio .bio-content {
    padding: 40px 0px;
    position: relative;
}

.come-out {
    padding: 40px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    border-top: 0px solid #01BDED;
    right: 15px;
    display: none;
    width: calc(100% - 155px);
    background: #fff;
    z-index: 15; /*-moz-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;  transition: all .3s ease-out;*/
}

.come-out p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 100;
}

.come-out.open {
    display: block;
    border-top: 2px solid #01BDED;
    border-bottom: 2px solid #D4D5D7;
    -webkit-animation: translateY .3s ease;
    animation: translateY .3s ease;
}

.come-out-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    transition: all .3s ease-out;
    opacity: 0.7;
}

.come-out-close:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.bio-directora .cisco-btn {
    margin-top: 20px;
}

.bio-directora .border-bottom-img {
    width: 100px;
    border-bottom: 3px solid #01BDED;
}

.bio-directora .directora {
    font-size: 15px;
    margin-top: 15px;
    line-height: 18px;
}

.bio .home-episode {
    margin-bottom: 0px;
}

.bio .home-episode .classification {
    width: 200px;
}

.bio .home-episode .classification img {
    margin-right: 10px;
}

/*bio end*/
@keyframes translateY {
    0% {
        -webkit-transform: perspective(0px) translateX(0px) translateY(-20px);
        -ms-transform: perspective(0px) translateX(0px) translateY(-20px);
        transform: perspective(0px) translateX(0px) translateY(-20px);
    }

    100% {
        -webkit-transform: perspective(0px) translateX(0px) translateY(0px);
        -ms-transform: perspective(0px) translateX(0px) translateY(0px);
        transform: perspective(0px) translateX(0px) translateY(0px);
    }
}

.translateY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: translateY;
    animation-name: translateY;

}

/*registration*/
.registration .cisco-btn {
    height: 33px;
    line-height: 31px;
}

.registration .cisco-btn:after {
    height: 33px;
}

/*.registration .cisco-btn:active:after{border: 1px solid rgba(255,255,255,0);}*/

.registration .cisco-btn:hover {
}

.registration .cisco-btn:hover span {
}

.registration-deail {
    padding: 30px 15px;
}

.registration-deail h3 {
    color: #333;
}

.registration-deail h5 {
    color: #333;
    margin-left: 10px;
    font-weight: 600;
}

.registration, .registration span {
    color: #999;
}

.register .or {
    line-height: 33px;
    margin-left: 10px;
}

.register-btn img {
    height: 15px;
    margin-left: 5px;
    margin-top: -2px;
}

.register-btn {
    float: left;
}

.cisco-btn.register-btn {
    /*border: 2px solid #696A6C;*/
    font-weight: 500;
    background: #3e8ddd;
    font-size: 12px;
    color:#fff;
    border: 0;
}

.cisco-btn.register-btn:hover {
    cursor: default;
    /*background: rgba(255, 255, 255, 0);*/
}

.cisco-btn.register-btn span {
    /*color: #696A6C;*/
    cursor: pointer;
    color:#fff;
    line-height: 32px;
}

.cisco-btn.register-btn:after {
    height: 31px;
    background: rgba(255, 255, 255, 0);
}

.cisco-btn.register-btn:active:after {
    height: 31px;
    background: rgba(255, 255, 255, 0);
}

.user-id-deail input {
    width: 100%;
    border: none;
    border-bottom: 3px solid #D4D5D7;
    height: 40px;
    outline: none;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 31px;
    border-radius: 0px;
}

.user-id-deail textarea {
    width: 100%;
    border: none;
    border-bottom: 3px solid #D4D5D7;
    height: 140px;
    outline: none;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 0px;
}
.user-id-deail .myBio {
    width: 100%;
    border: none;
    border-bottom: 3px solid #D4D5D7;
    height: 140px;
    outline: none;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 31px;
    border-radius: 0px;
    overflow-y:scroll ;
}
.user-id-deail .myBio:empty::before{
    color:lightgrey;
    content:attr(placeholder);
}

.user-id-deail .no-padding {
    padding: 0px;
}

.user-id-deail .no-padding-12 {
    padding: 0px;
    margin-bottom: 25px;
    padding-right: 10px;
}

.user-id-deail .no-padding .left {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.user-id-deail .no-padding .right {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 25px;
}

.portrait {
    padding: 12px;
    background: #fff;
    border-bottom: 3px solid #D4D5D7;
    width: 250px;
}

.portrait-deail {
    border: 1px solid #EAEAEA;
    text-align: center;
}

.portrait-deail .cisco-btn {
    margin: 34px auto;
}

.portrait-deail .portrait-deail-img {
    width: 92px;
    height: 92px;
    margin-top: 20px;
    border-radius: 50%;
}

/*.region{width: 50%;}*/

.registration-deail .swiper-button-prev {
    background: url(/lenovoweb/img/registration/170414_cisco_registration_22.png) no-repeat;
    opacity: 1;
    left: 0px;
    width: 15px;
    height: 30px;
}

.registration-deail .swiper-button-next {
    background: url(/lenovoweb/img/registration/170414_cisco_registration_25.png) no-repeat;
    opacity: 1;
    right: 0px;
    width: 15px;
    height: 30px;
}

.registration-deail .swiper-button-disabled {
    opacity: 0.3;
}

.region .swiper-slide {
}

#region {
    padding: 0 30px;
    height: 45px;
}

#region .cisco-btn.active {
    border: 1px solid rgba(255, 255, 255, 0);
}

#region .cisco-btn.active span {
    color: #fff;
}

/*public*/
.swiper-slide-active .cisco-btn {
    /*background: #01BDED;*/
    /*border: 1px solid rgba(255,255,255,0);*/
}

.swiper-slide-active .cisco-btn.active {
    /*border: 1px solid rgba(255,255,255,0);*/
}

.swiper-slide-active .cisco-btn span {
    /*color: #fff;*/
}

/*public end*/
.language {
    width: 100%;
    position: relative;
}

#language {
    padding: 0px;
    height: 45px;
    overflow: hidden;
}

/*#language .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
#language .cisco-btn.active span{color: #696A6C;}*/
#language .swiper-slide, #region .swiper-slide {
    width: 120px;
}

#lanOne {
    padding: 0px 30px;
    height: 45px;
}

/*#language .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
#language .cisco-btn.active span{color: #696A6C;}*/
#lanOne .swiper-slide, #region .swiper-slide {
    width: 120px;
}

#lanTwo {
    padding: 0 30px;
    height: 45px;
    overflow: hidden;
}

/*#language .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
#language .cisco-btn.active span{color: #696A6C;}*/
#lanTwo .swiper-slide, #region .swiper-slide {
    width: 120px;
}

#lanThree {
    padding: 0 30px;
    height: 45px;
    overflow: hidden;
}

/*#language .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
#language .cisco-btn.active span{color: #696A6C;}*/
#lanThree .swiper-slide, #region .swiper-slide {
    width: 120px;
}

.type {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

/*public*/
.firType {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.firType .alls {
    position: absolute;
    bottom: 25px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.firType .alls-right {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

/*public end*/
.type .firType {
    height: 220px;
    width: 160px;
    border-radius: 10px;
    background-color: #3e8ddd;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.type .swiper-button-prev {
    left: 0px;
}

#type {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.add {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.type #type .firType.select-active,
.type .add .firType.select-active,
.topic #topic .firType.select-active,
.industry #industry .firType.select-active,
.solutions #solutions .firType.select-active,
.executives #executives .firType.select-active {
    border: 2px solid #3e8ddd !important;
    box-shadow: 0px 0px 3px 0px #3e8ddd !important;
}

.type #type .firType {
    background: #fff;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    cursor: pointer;
}

.type #type .firType .icon {
    max-width: 100px;
    margin-top: calc(50% - 30px);
}

.type #type .firType .alls {
    color: #02526B;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    bottom: 10px;
}

.type .add .firType {
    background: #fff;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    cursor: pointer;
}

.type .add .firType .alls {
    color: #02526B;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    bottom: 10px;
}

.topic {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.topic .firType {
    height: 220px;
    width: 160px;
    border-radius: 10px;
    background-color: #3e8ddd;
    float: left;
    margin-right: 20px;
}

.topic .swiper-button-prev {
    left: 0px;
}

#topic {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.industry {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.industry .swiper-button-prev {
    left: 0px;
}

.industry .firType {
    height: 220px;
    width: 160px;
    border-radius: 10px;
    background-color: #01BDED;
    float: left;
    margin-right: 20px;
}

#industry {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.solutions {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.solutions .swiper-button-prev {
    left: 0px;
}

.solutions .firType {
    height: 220px;
    width: 160px;
    border-radius: 10px;
    background-color: #01BDED;
    float: left;
    margin-right: 20px;
}

#solutions {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.executives {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.executives .swiper-button-prev {
    left: 0px;
}

.executives .firType {
    height: 220px;
    width: 160px;
    border-radius: 10px;
    background-color: #3e8ddd;
    float: left;
    margin-right: 20px;
}

#executives {
    padding: 0 30px;
    float: left;
    width: calc(100% - 180px);
}

.email-alerts {
    overflow: hidden;
}

.email-alerts .email-alerts-on-off {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px 20px;
}

/*.email-alerts .email-alerts-on-off .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
.email-alerts .email-alerts-on-off .cisco-btn.active span{color: #696A6C;}*/
.email-alerts .please {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px 20px;
}

/*.email-alerts .please .cisco-btn.active{background: rgba(255,255,255,0);border: 1px solid #696A6C;}
.email-alerts .please .cisco-btn.active span{color: #696A6C;}*/
.email-alerts .submit {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px 20px;
}

.email-alerts .cisco-btn {
    float: left;
    margin-right: 20px;
}

.email-alerts .cisco-btn-max {
    border: none;
}

.email-alerts .cisco-btn-max span {
    color: #fff;
}

.email-alerts .cisco-btn-max:hover {
    border: none;
    background: #3e8ddd;
    box-shadow: 0px 0px 0px #A7A8AB;
}

.email-alerts .cisco-btn-max:hover span {
    color: #fff;
}

.email-alerts .cisco-btn-max:after {
    /*background: #3e8ddd;*/
    border: none;
    height: 33px;
    box-shadow: 0px 0px 0px #A7A8AB;
}

.email-alerts .cisco-btn-max:active:after {
    /*background: #3e8ddd;*/
    border: none;
}

/*registration end*/

/*digitization*/
.digitization-btn {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 20px;
    width: 120px;
    height: 27px;
    line-height: 25px;
    font-size: 13px;
}

.digitization-btn:hover {
    background: rgba(0, 79, 114, 0.6);
    color: #fff;
    border: none;
}

.digitization-btn:active {
    background: rgba(0, 79, 114, 1);
    border: none;
}

.containerSendP {
    text-align: right;
}

.containerSendP .firS {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.contentHeaderDiv {
    float: right
}

/*.digitization .recent-news{overflow: hidden;margin: 0 auto 30px;max-width: 515px;position: relative;padding-bottom: 7px;}
.digitization .recent-news li{color:#666;position: relative; font-size:20px;float: left;padding:0px 22px;line-height: 30px;text-align: center; height: 30px;display: block;background: url(/lenovoweb/img/footer/icon.png) no-repeat;margin: 0 auto;}
.digitization .recent-news li:hover{cursor: pointer;}
.digitization .recent-news li.active{color: #00BCEC;}
.digitization .recent-news li:first-child{background: none;}
.digitization .recent-news .horn{background-position: -8px -316px;}
.digitization .recent-news .horn.active{background-position: -56px -314px;}
.digitization .recent-news .notepad{background-position: -10px -362px;}
.digitization .recent-news .notepad.active{background-position: -56px -359px;}
.digitization .recent-news .text{background-position: -11px -409px;}
.digitization .recent-news .text.active{background-position: -57px -408px;}
.digitization .recent-news .play{background-position: -12px -449px;}
.digitization .recent-news .play.active{background-position: -57px -448px;}
.digitization .recent-news .blog{background-position: -12px -488px;}
.digitization .recent-news .blog.active{background-position: -57px -487px;}
.digitization .recent-news .signal{background-position: -11px -529px;}
.digitization .recent-news .signal.active{background-position: -57px -528px;}
.digitization .recent-news .wifi{background-position: -12px -565px;}
.digitization .recent-news .wifi.active{background-position: -57px -564px;}
.digitization .recent-news .camera{background-position: -12px -601px;}
.digitization .recent-news .camera.active{background-position: -57px -600px;}
.digitization .recent-news .twitter{background-position: -12px -642px;}
.digitization .recent-news .twitter.active{background-position: -56px -642px;}
.digitization .recent-news .diary{background-position: -57px -681px;padding-right: 30px;}
.digitization .recent-news .diary:after{
	content:"";
	background: url(/lenovoweb/img/home/cisco_homepage_icon_up.png) no-repeat;
	width: 13px;
	height: 8px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.digitization .recent-news .line{position: absolute;width: 25px;height: 2px;left:20px;bottom:0px;background: #00BCEC;transition: all .3s ease-out;-webkit-transition: all .3s ease-out;}*/
/*Similar Content*/
.Similar {
    background: #005073;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    margin: 30px 0px 60px;
}

.Similar .classification {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px;
}

.Similar .container {
    position: relative;
}

.Similar .classification img, .home .home-episode .classification span {
    float: left;
}

.Similar .classification img {
    height: 45px;
}

.Similar .classification span {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}

.Similar .swiper-button-prev {
    background: url(/lenovoweb/img/home/cisco_homepage_icon_left.png) no-repeat;
    opacity: 1;
    left: -25px;
}

.Similar .swiper-button-next {
    background: url(/lenovoweb/img/home/cisco_homepage_icon_right.png) no-repeat;
    opacity: 1;
    right: -40px;
}

.Similar .swiper-button-disabled {
    opacity: 0.35;
}

/*Similar Content end*/
/*digitization end*/

/*MyLibrary*/
.library {
    text-align: center;
    height: 50px;
    border-bottom: 3px solid #d3d5d7;
    line-height: 50px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.library p {
    font-size: 20px;
}

.library-content {
    margin-top: 50px;
    /* padding: 40px 0px; */
    position: relative;
}

.readAndNot {
    padding: 10px 20px;
    overflow: hidden;
    height: 50px;
    background: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.readAndNot li {
    line-height: 30px;
    padding: 0;
}

.readAndNot span {
    font-size: 12px;
    margin-left: 4px;
}

.remove {
    text-align: right;
}

/*MyLibrary end*/

/*order*/
.content-image {
    max-height: 650px;
    overflow: hidden;
}

.business-img {
    width: 100%;
}

.businessLBlue {
    background-color: #000;
    padding: 30px 40px;
    text-align: left;
    border-top: 2px solid #e2001b;
    position: relative;
}

.businessLBlue p {
    color: #ffffff;
    font-size: 27px;
}

.businessLBlue img {
    position: absolute;
    top: -25px;
    left: calc((100% - 50px) / 2);
    width: 50px;
}

.businessCon {
    width: 100%;
    /*padding: 50px 0 0 0;*/
    margin-bottom: 100px;
    overflow: hidden;
    height: auto;
    -webkit-overflow-scrolling: touch;
}

.businessConF {
    /*padding: 50px;*/
}

.moreButton {
    background-color: #3e8ddd;
    /* border-radius: 17px; */
    text-align: center;
    color: #ffffff;

    height: 40px;
    line-height: 40px;
    box-shadow: 2px 3px 2px #d3d5d7;
    padding: 10px;
}

.ConFLeftImage {
    /*border-bottom: 10px solid  #18c2ec;*/
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
}

.ConFLeftSpan {
    margin-top: 20px;
    line-height: 20px;
}

.ConFLeftSpanF {
    font-weight: bolder;
}

.fir {
    padding: 20px;  background: #fff;    word-wrap: break-word;
}
.fir li{
   list-style: disc !important;
}

/*.fir img{ */
/*max-width: 100%;*/
/*}*/
.sed {
    border-top: 4px solid #e2001b;
    /*height: 500px;*/
    background-color: #ffffff;
    padding: 10px;
}

.center {
    text-align: center;
}

.marginTop {
    margin-top: 20px;
}

.box {
    padding: 20px 0;
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*color:#9e9ea2;*/
    /*text-align: right;*/
}

.box .also {
    padding-left: 0;
    font-size: 17px;
}

.icheck-radio > input {
    display: none;
}

/*Ϊ��������felx���� */
.icheck-radio {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ ��ǰ׺������safari���������*/
    display: -moz-box; /* Firefox 17- û��Ҫ*/
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ ���ڰ汾��50+��,�������ɾ����*/
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.icheck-radio {

    cursor: pointer; /*����ѡ��ƽ�ж���*/
    -webkit-box-align: center; /*box���ֵĴ�ֱ��������*/
    align-items: center; /*flex���ֵĴ�ֱ��������*/
    -webkit-align-items: center; /*safari*/
    float: left;
}

.icheck-media {
    position: relative; /*��Ҫ��α����ɵ�ԭ�㣬���þ�Զ�λ��������Ϊ���գ���������������Զ�λ*/
    width: 22px;
    height: 22px;
    margin-right: 5px;
    color: #fff;
    border: 1px solid #d9d9d9; /*δѡ��ʱ�Ļ�ɫ�߿���*/
}

.icheck-radio .icheck-media {
    border-radius: 50%;
}

/*�����ͣ��border��ɫ*/
.icheck-radio:hover .icheck-media {
    /*border-color: #009a61;/!*�����ͣʱ��border�����ɫ*!/*/
}

/*α�໭����ԭ��*/
.icheck-radio .icheck-media:after {
    content: ""; /*ʹ�þ�Զ�λ ��Բ������뵥ѡ��*/
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9e9ea2; /*Բ����ɫ����*//*scale(0)��ԭ����СΪ0��ʵ������*/
    -webkit-transform: scale(0); /*safair*/
    -moz-transform: scale(0);
    -ms-transform: scale(0); /*ie9*/
    transform: scale(0) /*ie10+*/; /*���Ч��*/
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.icheck-radio > input:checked + .icheck-media {
    /*border-color: #009A61;/!*Բ�ı߿��Ϊ��ɫ*!/*/
    background: #fff;
}

.icheck-radio > input:checked + .icheck-media:after {
    /*ѡ�к� ԭ����СΪ0�������ص�ԭ�� �� ���1�����С��ʾ*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.boxButton {
    background-color: #3e8ddd;
    /*border-radius: 17px;*/
    text-align: center;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    box-shadow: 2px 3px 2px #d3d5d7;
    float: right;
}

.comments {
    /*margin-top: 50px;*/
    padding-left: 0;
}

.comments .spanDiv {
    padding-left: 0;
    overflow: hidden;
    z-index: 11;
    /*border-bottom:1px solid #ccc ;*/
    /*padding-top: 45px;*/
}

.commentLabel {
    font-size: 17px;
    color: #9e9ea2;
    border-bottom: 5px solid #18c2ec;
    padding: 0;
    display: block;
    width: 100px;
    float: left;
}

.commentsSpan {
    font-size: 17px;
    color: #595959;
    padding: 0px 3px;
    display: block;
    float: left;
    border-bottom: 5px solid #000;
}

.comment {
    padding: 45px 0;
    color: #9e9ea2;
    /*border-bottom: 2px solid #ccc;*/

}

.comment:last-child {
    border-bottom: none;
}

.comment span {
    padding: 0 10px 0 0;
    float: right;
}

.comment a {
    padding: 0 10px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.comment p {
    padding: 20px 0 0 0;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.hx {
    margin: 0px;
    height: 1px;
    border: 0px;
    background-color: #D5D5D5;
    color: #D5D5D5;
"
}

.ConFLeftUl ul li {
    min-height: 50px;
    line-height: 50px;
}

.ConFLeftUl ul .cloud {
    height: auto;
    overflow: hidden;
}

.ConFLeftUl ul .cloud p {
    /*word-wrap: break-word;*/
    word-wrap: break-word;
    /*word-break: break-all;*/
    width: calc(100% - 44px);
    height: auto;
}

.ConFLeftUl ul li span {
    position: relative;
    font-size: 20px;
    padding: 0px 22px;
    line-height: 40px;
    text-align: center;
    height: 42px;
    display: block;
    /*background: url(/lenovoweb/img/order/detail.png) no-repeat;*/
    background: url(/lenovoweb/img/business/business.png) no-repeat;
    margin: 0 auto;
    float: left;
}

.ConFLeftUl ul li label {
    font-size: 12px;
}

.ConFLeftUl ul li p {
    position: relative;
    font-size: 13px;
    padding: 0px 20px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    /* background: url(/lenovoweb/img/order/detail.png) no-repeat; */
    margin: 0 auto;
    float: left;
}

.ConFLeftUl ul .press span {
    /*background-position: -41px -5px;*/
    background-position: -23px -22px;
}

.ConFLeftUl ul .eye span {
    /*background-position: -1px -43px;*/
    background-position: -23px -79px;
}

.ConFLeftUl ul .xin span {
    /*background-position: -1px -80px;*/
    background-position: -24px -136px;
}

.ConFLeftUl ul .xin .likedC {
    /*background-position: -1px -80px;*/
    background-position: -73px -136px;
}

.ConFLeftUl ul .save span {
    /*background-position: -1px -120px;*/
    background-position: -24px -196px;
}

.ConFLeftUl ul .save .saveC {
    /*background-position: -1px -120px;*/
    background-position: -73px -196px;
}

.ConFLeftUl ul .cloud span {
    /*background-position: -1px -159px;*/
    background-position: -22px -258px;
}

.ConFLeftUl ul .ciscoNews span {
    background-position: -1px -198px;
}

.ConFLeftUl ul .saveAfter span {
    background-position: -41px -120px !important;
}

.ConFLeftUl ul .xinAfter span {
    background-position: -41px -80px !important;
}

.ConFLeftUl ul .fx span {
    /*background-position: -1px -80px;*/
    background-position: -23px -317px;
}

.shareEmail {
    display: none;
}

.shareEmail a {
    padding: 10px;
}

.xs {
    display: block;
!important;
}

/***Account.html****/
.accountHeader {
    height: 90px;
    line-height: 90px;
    background-color: #18c2ec;
    font-size: 35px;
    color: #ffffff;
    padding-left: 30px;
}

.accountContent {
    height: calc(100vh - 270px);
}

.accountContent form {
    margin: 50px 0px 100px;
}

.accountContentEmail {
    border-radius: 0px;
    width: 300px;
    border: none;
    border-bottom: 3px solid #D4D5D7;
    height: 40px;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 33px;
    margin-bottom: 20px;

    /*box-shadow:2px 3px 2px #d3d5d7;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;*/
    /*-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;*/
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;*/
}

.forgot {
    color: #000000;
    font-size: 20px;
}

.please {
    color: #c3c4c7;
}

.accountContentBut {
    display: block;
    margin-top: 20px;
    background-color: #18c2ec;
    padding: 0;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    width: 250px;
    border: none;
}

.accountContentBut:hover {
    border: none;
}

.accountContentBut:after {
    height: 40px;
    line-height: 40px;
    border: none;
}

.accountContentBut:active:after {
    height: 40px;
    line-height: 40px;
    border: none;
    top: 0px;
}

.paddingZero {
    padding: 0;
}

.Sign-in {
    border-right: 1px solid #D5D5D5;
}

.sign-in .accountContent form:first-child {
    margin-bottom: 0px;
}

.Blue {
    color: #00BCEC;
}

.signRegister {
    display: block;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    width: 150px;
    color: #595959;
    border: 2px solid #595959;
}

.sign-in .cisco-btn-max {
    margin-top: 30px;
}

/*order end*/

/*polls*/
.polls-deail {
    padding: 40px 15px 80px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.poll {
    border-bottom: 3px solid #D4D5D7;
    background: #fff;
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.poll .left {
    float: left;
    width: 100px;
    text-align: center;
    border-right: 1px solid #e4e8f5;
    position: relative;
}

.poll .left .not-taken {
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
    position: absolute;
    /*left: calc(50% - 33px);*/
    top: calc(50% + 25px);
}

.poll .left:hover .not-taken {
    color: #e2001b;
}

.poll .left .not-taken-img {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 30px);
    display: block;
    width: 50px;
    margin: 0 auto 5px;
    height: 50px;
    background: url(/lenovoweb/img/library/lenovoread.png) no-repeat;

}

.poll .left.active .not-taken-img {
    background: url(/lenovoweb/img/library/lenovomd.png) no-repeat;
    background-size: 100% 100%;
}

.poll .left:hover .not-taken-img {
    cursor: pointer;
}

.poll .left.active .not-taken {
    color: #e2001b;
}

.poll .center {
    float: left;
    width: calc(100% - 140px);
    text-align: left;
    padding: 15px 20px;
    position: relative;
}

.poll .center a {
    color: #333;
}

.poll .center a:hover {
    color: #e2001b;
}

.poll .center h4 {
    font-size: 20px;
    margin-bottom: 2px;
}

.poll .center p {
    color: #999;
    font-size: 14px;
}

.poll .center .fixd {
    position: absolute;
    right: 22px;
    top: 15px;
    color: #999;
    font-size: 12px;
}

.poll .right {
    float: right;
    width: 40px;
    text-align: center;
    border-left: 1px solid #e4e8f5;
    position: relative;
}

.poll .right .colse-img {
    opacity: 1;
    top: calc(50% - 8px);
    position: absolute;
    left: calc(50% - 8px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.poll .right .colse-img:hover {
    opacity: 0.7;
    cursor: pointer;
}

.close-m {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.poll.delete .close-m {
    top: 0px;
}

.close-m p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.close-m .yes-no {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.close-m .yes-no a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}

.close-m .yes-no a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.close-m .yes-no a:after {
    border: none;
}

.close-m .yes-no a:active:after {
    border: none;
}

.close-m .yes-no a:first-child {
    float: left;
}

.close-m .yes-no a:last-child {
    float: right;
}

.error {
    margin-top: 20px;
    display: none;
}

/*polls end*/

/*feeds*/
.feeds-deail {
    padding: 50px 0px;
}

.feeds-deail .row {
    background: #fff;
    border-bottom: 3px solid #D4D5D7;
    padding: 30px;
    margin-bottom: 10px;
}

.feeds-deail .row h3 {
    margin: 0px 0px 20px 0px;
}

.feeds-deail .row a {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.feeds-deail .row .col-sm-12, .feeds-deail .row .col-sm-6 {
    padding: 0px;
    margin-bottom: 20px;
    height: 28px;
}

.feeds-deail .row .col-sm-12:last-child {
    margin-bottom: 0px;
}

.feeds-deail .row .explain {
    float: left;
    line-height: 27px;
    font-size: 17px;
}

/*feeds end*/

/*notifications*/
.notifications-deail {
    padding-top: 50px;
}

.notifications-deail .ion span {
    font-size: 15px;
    color: #999;
}

.notifications-deail .ion span a {
    color: #00BCEC;
}

.notifications-deail .ion span a:hover {
    text-decoration: underline;
}

/*notifications END*/

/*polls-question*/
.what-products {
    /*margin-top: 50px;*/
    background: #fff;
    /*border-bottom: 3px solid #D4D5D7;*/
    padding: 50px;
    height: 100%;
}

.what-products h3 {
    margin-top: 0px;
}

.what-products h2 {
    margin-top: 0px;
    color: #000;
    font-weight: bold;
}

.what-products .choose-one {
    color: #999;
    margin: 20px 0px 25px;
}

.what-products .row {
    padding-left: 15px;
    margin-bottom: 20px;
}

.what-products .row span {
    float: left;
    font-size: 15px;
}

.what-products .chacks {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #00BCEC;
    border-radius: 100%;
    margin-right: 15px;
}

/*what-products .chacks:after{content: ""; position: absolute;width: 16px;height: 16px;border-radius: 100%;background: #ccc;top:0px;left: 0px;}*/
.what-products .chacks.active {
    background: url(/lenovoweb/img/library/170420_cisco_notifications_03.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}

.what-products .submit .cisco-btn-max {
    margin: 0 auto;
}

/*polls-question end*/

/*contacts-feedback*/
.contacts-feedback-deail {
    padding: 50px 0px 120px;
}

.contacts-feedback-deail input {
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 3px solid #D4D5D7;
    height: 40px;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 33px;
}

.contacts-feedback-deail textarea {
    border-radius: 0px;
    resize: none;
    border: none;
    border-bottom: 3px solid #D4D5D7;
}

.contacts-feedback-deail .row {
    margin-bottom: 20px;
    padding: 0px;
}

.contacts-feedback-deail .row .col-xs-12 {
    padding: 0px;
}

.contacts-feedback-deail .row .left {
    padding-left: 0px;
}

.contacts-feedback-deail .row .right {
    padding-right: 0px;
}

/*contacts-feedback end*/

/*share-item*/
.share-item {
    position: relative;
}

.share-item .fixd-left {
    position: absolute;
    left: 0px;
    top: 3px;
    height: 100%;
    width: 120px;
    padding-left: 15px;
    line-height: 29px;
}

.share-item .fixd-left a {
    font-size: 12px;
}

.share-item .fixd-left a:hover {
    color: #00BCEC;
}

.share-item .fixd-left-input {
    padding-left: 120px;
}

/*share-item end*/

/*polls-results*/
.polls-results .what-products {
    margin-bottom: 50px;
}

.polls-results .what-products .pie-chart-item p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.polls-results .what-products .submit {
    margin-top: 50px;
}

.blue-bg .container {
    height: 100%;
}

/*polls-results end*/

/*public*/
.swiper-slide-height {
    height: 200px;
}

.swiper-slide-height img {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 100%;
    position: absolute;
    width: auto;
}

#footer {
    height: 80px;
    /*margin-top: 30px;*/
}

/*public end*/

/*content*/
.footer-share-f {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/lenovoweb/img/footer/facebook.png) no-repeat;
    margin: 0 auto;
}

.footer-share-t {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/lenovoweb/img/footer/twitter-icon.png) no-repeat;
    margin: 0 auto;
}

.footer-share-l {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/lenovoweb/img/footer/in.png) no-repeat;
    margin: 0 auto;
}

.footer-share-e {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/lenovoweb/img/footer/letter.png) no-repeat;
    margin: 0 auto;
}

/* content detail */
.twitter-deail .save .save-hare {
    display: none !important;
}

.twitter-deail .share .share-hare {
    display: none;
}

.share-drop-down {
    position: absolute;
    width: 33%;
    background-color: #fff;
    z-index: 99;
    top: 100%;
    left: 70%;
    display: none;
    padding: 10px;
    line-height: 25px;
    border: 1px solid transparent;
}

.share-drop-down a {
    color: #000;
}

/* colors */
/* Press Release */
.type-1 {
    /*background: rgba(38,194,235,0.8) !important;*/
    background: rgba(0, 80, 115, 0.8) !important;
}

.picture-fixed.type-1 {
    background: rgba(38, 194, 235, 1) !important;
}

/* In the News */
.type-2 {
    background: rgba(216, 12, 36, 0.8) !important;
}

.picture-fixed.type-2 {
    background: rgba(216, 12, 36, 1) !important;
}

/* Featured Stories */
.type-3 {
    background: rgba(216, 12, 36, 0.8) !important;
}

.picture-fixed.type-3 {
    background: rgba(216, 12, 36, 1) !important;
}

/* Videos */
.type-5 {
    background: rgba(113, 188, 85, 0.8) !important;
}

.picture-fixed.type-5 {
    background: rgba(113, 188, 85, 1) !important;
}

/* Blog */
.type-6 {
    background: rgba(250, 171, 27, 0.8) !important;
}

.picture-fixed.type-6 {
    background: rgba(250, 171, 27, 1) !important;
}

/* Infographs */
.type-7 {
    background: rgba(233, 48, 17, 0.8) !important;
}

.picture-fixed.type-7 {
    background: rgba(233, 48, 17, 1) !important;
}

/* Slide Share */
.type-8 {
    /*background: rgba(38,194,235,0.8) !important;*/
    background: rgba(233, 48, 17, 0.8) !important;
}

.picture-fixed.type-8 {
    background: rgba(38, 194, 235, 1) !important;
}

.type-instagram {
    background: rgba(234, 136, 1, 0.9) !important;
}

.picture-fixed.type-instagram {
    background: rgba(234, 136, 1, 1) !important;
}

.footer-shareL {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;

}

.footer-shareL.open {
    bottom: 0px;
    z-index: 9999;
    opacity: 1;
}

.footer-shareL .footerIndexUL {
    position: absolute;
    bottom: -100%;
    transition: all 0.4s;
    width: 100%;
}

.footer-cancel {
    width: 100%;
    height: 50px;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    transition: all 0.4s;
    display: block;
    margin-top: 2px;
}

.footer-shareL.open .footerIndexUL {
    bottom: 0px;
}

.footer-shareL ul {
    overflow: hidden;
    margin: 0px auto;
    line-height: 90px;
    text-align: center;
    background: #fff;
    transition: all 0.4s;

}

.footer-shareL ul li a img {
    width: 31px;
    height: 31px;
}

.footer-shareL ul li {
    width: 25%;
    float: left;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    display: none;
}

/**content**/
.mobile-preview {
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-image img {
    width: 100%;
}

.mobile-buttons .buttons-top-block {
    text-align: center;
}

.mobile-buttons .buttons-top-block .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
}

.mobile-buttons .buttons-top-block .btn .read_full_article_img {
    width: 20px;
}

.footer-content .footer-ul li {
    width: 33.333%;
    margin: 0px;
}

.footer-content .footer-ul li span {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
}

.footer-content .footer-ul .like {
    background-position: -2px -715px;
}

.footer-content .footer-ul .save {
    background-position: -2px -745px;
}

.footer-content .footer-ul .share {
    background-position: -4px -776px;
}

.footer-content .footer-ul .active .like, .footer-content .footer-ul li:hover .like {
    background-position: -50px -715px;
}

.footer-content .footer-ul .active .save, .footer-content .footer-ul li:hover .save {
    background-position: -50px -745px;
}

.footer-content .footer-ul .active .share, .footer-content .footer-ul li:hover .share {
    background-position: -50px -775px;
}

.footer-share {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;

}

.footer-share.open {
    bottom: 0px;
    z-index: 9999;
    opacity: 1;

}

.footer-share ul {
    overflow: hidden;
    margin: 0px auto;
    line-height: 90px;
    height: 90px;
    text-align: center;
    background: #fff;
    transition: all 0.4s;
}

.footer-share ul li span {
    margin: 20px auto;
}

.footer-share .footerContent {
    position: absolute;
    bottom: -100%;
    transition: all 0.4s;
    width: 100%;
}

.contentCancel {
    width: 100%;
    height: 50px;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    transition: all 0.4s;
    display: block;
    margin-top: 2px;
}

.footer-share.open .footerContent {
    bottom: 0px;
}

.footer-share ul li {
    width: 25%;
    float: left;
}

.read-full {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/**content end**/
.m-block a {
    color: blue !important;
}

.zeroItem p {
    text-align: center;
    font-size: 35px;
    color: #18c2ec;
}

.bottomColor {
    /*border-bottom:2px solid #e2001b;*/
    color: #e2001b !important;
}

.fir p img {
    height: auto !important;
    max-width: 100%;
}

#notificationNumberDiv {
    position: absolute;
    top: 5px;
    right: 10px;
    background: red;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;

}

#notificationNumber {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    font-size: 12px;
    color: #fff;
    margin: 0px;
}

.splash {
    /*background: url('/lenovoweb/img/icons/170620_cisco_content_detail_soon_v2c-1.jpg') no-repeat;*/
    background-image: url('/lenovoweb/img/icons/170620_cisco_content_detail_soon_v2c-1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}

.lenovoBanner .swiper-wrapper .swiper-slide {
    height: 360px;
}

.lenovoBanner .swiper-wrapper .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
}

.footerBJ {
    width: 100%;
    height: 100%;
    background: url('/lenovoweb/img/navigationBG@2x.png') repeat;
}

.pc .choice {
    position: relative;
}

.pc .choice .radio {
    position: relative;
    /*display: inline-block;*/
    font-weight: 400;
    color: #0c4757;
    padding-left: 25px;
    cursor: pointer;
    /*margin-top: 0px;*/
    font-size: 12px;
    width: 145px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    /*width: 100%;*/
}

.pc .choice .radio input {
    position: absolute;
    left: -9999px;
}

.pc .choice .radio i {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #d2d2d2;
    /*background: #9cd9e8;*/
    border-radius: 50%;
    transition: border-color .3s -webkit-transition : border-color .3 s;
}

.pc .choice .radio input:checked + i {
    border-color: #d2d2d2;
}

.pc .choice .radio input + i:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #e2001b;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.pc .choice .radio input:checked + i:after {
    opacity: 1;
}

.bjh {
    /*background: #e2001b !important;*/
}

.swiper-pagination-custom li {
    float: left;
    margin-right: 20px;
}

.comSearch {
    width: 285px;
    height: 35px;
    padding-left: 10px;
    border: 2px solid #aaaaaa;
    color: #000;
    border-right: 0;
    float: left;
}

.comSearchgo {
    display: block;
    float: left;
    width: 70px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #3e8ddd;
}

.comSearchgo:hover {
    color: #fff;
}

.comAll ul li {
    padding: 8px 40px 8px 10px;
    position: relative;
    /*background: url('/lenovoweb/img/header/jt.png') no-repeat right;*/
}

.comAll ul .americas:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 0.3s ease;
    content: "";
    background: url(/lenovoweb/img/header/jt.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 0px;
}

.comAll ul li a {
    color: #c2c2c2;
}

.comAll ul li a:hover {
    color: #fff;
}

/*.comAll ul li:hover{*/
/*background: #e2001b;*/
/*color: #fff;*/
/*}*/
.comAll ul .americas:hover:after {
    top: 8px;
    background: url(/lenovoweb/img/header/linked_menu_bar_top_09_w.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/*.comAll ul li ul{*/
/*display: none;*/
/*}*/
/*.comAll ul li ul .open{*/
/*display: block;*/
/*}*/
.comAll ul li:hover {
    background: #e2001b;
}

.comAll ul li:hover a {
    color: #fff;
}

.comAll ul .americas:hover .americas-open {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.comAll ul li:hover .americas-open {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 10px;
}

.comAll ul .americas-open {
    position: absolute;
    border-bottom: 3px solid #e2001b;
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 20;
    left: 0px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.comAll ul .modular {
    border-bottom: 1px solid #AEE9F9;
    width: 270px;
    overflow: hidden;
    display: flex;
}

.comAll ul .modular .left {
    background: rgba(244, 245, 247, 0.9);
    width: 40%;
    float: left;
    color: #999;
    padding: 15px 15px;
    line-height: 20px;
}

.comAll ul li .modular {
    width: 322px;
}

.comAll ul li .modular .right {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 0px;
    height: auto;
}

.comAll ul .modular .right li {
    width: 100%;
    line-height: 20px;
}

.comAll ul li:hover .americas-open a {
    color: #999;
    font-size: 12px;
}

.comAll ul li:hover .americas-open li:hover a {
    color: #fff;
}

/**community**/
.member {
    min-height: 350px;margin-top: 20px;
}

.member .up {
    background: #d1cfcd;
    /*opacity: 0.7;*/
    padding: 20px 0;
    text-align: center;
}

.member .event .zj{
    background: #f1f1f1;  text-align: center;  padding: 15px;
}
.member .event .zj .firT {
    color: #000;  font-weight: bold;  font-size: 14px;  margin: 0;
}
.member .event .zj .secT {
    font-size: 12px;margin: 0 !important;color: #6f7170;
}
.member .event .down {
    background: #fff;  text-align: center;  padding: 20px 20px;  border-bottom: 2px solid #d4d7d9;  font-size: 12px;height: 280px;
}
.member .event .down a {
    margin-top: 20px;
    display: inline-block;
    width: 120px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #3e8ddd;
    font-size: 12px;
    position: absolute;
    bottom: 5%;
    left: 31%;
}

.member .down {
    background: #fff;
    text-align: center;
    padding: 20px 41px;
    border-bottom: 2px solid #d4d7d9;
    /*height: 170px;*/
}

.member .down p {
    margin: 0;
}

.member .down .firT {
    color: #000;
    font-weight: bold;
}

.member .down .secT {
    font-size: 13px;
    color: #6f7170;
}

.member .down .thiT {
    color: #000;
}

.member .down a {
    margin-top: 20px;
    display: inline-block;
    width: 120px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #3e8ddd;
    font-size: 12px;
    /*position: absolute;*/
    /*bottom: 5%;*/
    /*left: 31%;*/
}

.member .down a:hover {
    color: #fff;
}

.member .up div {
    position: relative;
    text-align: center;
    margin: auto;
    width: 120px;
}

.member .up div .tp {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.member .up div .lin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
}

/**community end**/

/**message**/
.messageCon {
    background: #d1cfcd;
    opacity: 0.7;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.messageCon .leftCon {
    float: left;
    /*padding: 20px;*/
    position: absolute;
    left: 0;
    top: 18%;
    width: 300px;
}

.messageCon .leftCon .leftConImg {
    margin: auto;
    width: 150px;
    position: relative;
    text-align: center;

}

.messageCon .leftCon .leftConImg .tp {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.messageCon .leftCon .leftConImg .lin {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 30px;
}

.messageCon .rightCon {
    float: right;
    min-height: 160px;
    background: #fff;
    margin-bottom: 2px;
    width: calc(100% - 300px);
    position: relative;
}

.messageCon .rightCon .dy {
    float: left;
    width: 80%;
    padding: 15px;
}

.messageCon .rightCon .de {
    position: absolute;
    right: 20px;
    top: 33%;
    text-align: center;
}

.messageCon .rightCon .de img {
    margin: auto;
}

/**message end**/

/**one-to-one **/
.oneLeft {
    background: #fff !important;
    padding: 0 !important;
    padding-bottom: 50px;
    /*border: 1px solid #ccc;*/
}

.tx {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center
}

.oneLeft .select {
    background: #eef1f3;
    opacity: 0.8;
    border-left: 2px solid #3e8ddd;
    border-radius: 0;
}

.oneRight {
    padding: 0;
    border-left: 1px solid #9e9ea2;
    /*margin-bottom: 80px;*/
}

.oneRight .dyg {
    background: #fff;
    padding-top: 20px;
}

.oneRight .ltOne {
    background: #f4f5f8;
    opacity: 0.8;
    border-right: 2px solid #d9dadc;
    margin-bottom: 20px;
}

.oneRight .ltTwo {
    background: #f9f9f9;
    opacity: 0.8;
    border-left: 2px solid #d3d5d7;
    margin-bottom: 20px;
}

.oneRight .deg {
    padding: 15px;
    background: #f3f2f0;
}

.oneRight .deg textarea {
    border: 0;
    border-bottom: 2px solid #d3d5d7;
    resize: none;
    padding: 10px;
    height: 200px;
}

.oneRight .deg textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a5a5a9;
}

.oneRight .deg textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a5a5a9;
}

.oneRight .deg textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a5a5a9;
}

.oneRight .deg textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a5a5a9;
}

.oneRight .deg .send {
    display: inline-block;
    float: right;
    color: #fff;
    /*padding: 10px;*/
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3e8ddd;
    margin-top: 10px;
}

/**one-to-one end**/
/**Event**/
.eventIndex {
    padding: 0 !important;
}

.eventIndex img {
    width: 100%;
}

/**Event end**/

/**LenovoBio**/
.lenovoBioLeft {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    padding: 0px 25px;
    margin-bottom: 80px;
}

.lenovoBioRight {
    background: #fff;
    padding: 40px 35px;
    line-height: 22px;
    font-size: 15px;
    /*min-height: 100%;*/
    min-height: 700px;
    margin-bottom: 80px;
    white-space: pre-wrap;
    /*margin-bottom: -30px;*/
}

.lenovoBioLeft .bioButton a {
    display: block;
    background: #3e8ddd;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/**LenovoBio end**/

/**press contact**/
.contactP {
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
}

.contactP p {
    color: #97979a;
    font-size: 16px;
}

/**press contact end**/

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 999999;
    top: 0;
    display: none;
}

.jtxs {
    display: block;
}

.bgtmShare {
    position: fixed;
    bottom: 10px;
    z-index: 10001;
    display: none;
    width: 100%;

}

.bgtm {
    position: fixed;
    height: 100%;
    background: #000;
    width: 100%;
    z-index: 10000;
    opacity: 0.6;
    top:0;
    display: none;
}

.show {
    display: block;
}

.bgtmShare div {
    margin-top: 10px;
}

.demo-bgtm {
    position: fixed;
    height: 100%;
    background: #000;
    width: 100%;
    z-index: 999;
    opacity: 0.4;
    display: none;
    top: 0;
}
.shareChild {
    float: left;
    width: 65px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
}
.shareIndex {
    /* padding: 0 50px; */
    background: #fff;
    opacity: 0.8;
    border-radius: 15px;
}
.shareIndex img {
    border-radius: 15px;
}
.demo {
    display: none;
    z-index: 1000;
}

.upload-btn {
    border: 0;
    width: 130px;
    padding: 10px;
    color: #fff;
}

.isLiked {
    background: url('/lenovoweb/img/footer/isLiked.png') no-repeat center;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
    background-size: 20px;
}

.isSaved {
    background: url('/lenovoweb/img/footer/isSaved.png') no-repeat center;
    width: 28px;
    height: 25px;
    float: left;
    margin-top: 5px;
}

/**mec begin**/
.mecRight {
    background: #fff;
    /*padding: 80px 35px;*/
    padding: 0;
    padding-top: 80px;
    padding-bottom: 30px;
    line-height: 22px;
    font-size: 15px;
    min-height: 100%;
}

.mecRight .padding20 {
    padding: 20px;
}

.mecRight .today {
    border-bottom: 1px solid #c0c0c0;
}

.mecRight .today p {
    font-size: 30px;
    font-weight: bold;
}

.mecRight .today .month {
    color: #333f48;
}

.mecRight .communityMec {
    border-bottom: 1px solid #c0c0c0;
}

.mecRight .communityMec .commu {
    color: #3e8ddd;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.mecRight .communityMec .item {
    width: 50%;
    position: relative;
    float: left;
    cursor: pointer;
}

.mecRight .communityMec .item .mb {
    width: 100%;
    position: absolute;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
}

.mecRight .communityMec .item .rn {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    color: #fff;
    padding: 10px;
}

.mecRight .communityMec .item .rn h4 {
    margin: 0px;
}

.mecRight .communityMec .item img {
    width: 100%;
}

/**mec end**/
/**guide begin**/

.pc .guide {
    height: 100%;
}

.pc .guide .guideCon {
    background: #fff;
    height: 100%;
    min-height: 400px;
}

.pc .guide .guideCon .wz {
    margin: 50px 0;
}

.pc .guide .guideCon .wz p {
    width: 80%;
    margin: auto;
    font-size: 16px;
}

.pc .guide .guideCon .but {
    display: block;
    width: 50%;
    background: #3e8ddd;
    color: #fff;
    margin: auto;
    padding: 8px 0;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.pc .guide .guideCon #PCloginEmail {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 70%;
    height: 30px;
    background-color: transparent;
    margin-top: 10px;
}

.pc .guide .guideCon #PCloginPassword {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 70%;
    height: 30px;
    background-color: transparent;
    margin-top: 10px;
}

.pc .guide .guideCon .info-icon {
    /*display: inline-block;*/
    /*padding-left: 24px;*/
    /*background: url(/lenovoweb/img/login/icon_info@2x.png) no-repeat 0;*/
    /*background-size: 17px 17px;*/
    text-align: left;
    line-height: 25px;
    color: #6a6a6a;
}

.pc .guide .guideCon .info-icon_error {
    /*display: inline-block;*/
    /*padding-left: 24px;*/
    /*background: url(/lenovoweb/img/login/icon_info_caution@2x.png) no-repeat 0;*/
    /*background-size: 17px 17px;*/
    text-align: left;
    color: red;
    line-height: 25px;
}

/**guide end**/

/**newsSearchResults Begin**/
.savedItems .pc .newsResults .resultsNumber {
    height: 80px;
    border-bottom: 1px solid #c0c0c0;
    line-height: 80px;
}

.savedItems .pc .newsResults .resultsNumber p {
    text-align: center;
    margin: 0;
    font-size: 22px;
}

.savedItems .pc .newsResults .resultsList .i {
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    float: left;
}

.savedItems .pc .newsResults .resultsList .i .title {
    padding-left: 10px;
    font-size: 12px;
}

.savedItems .pc .newsResults .resultsList .i .left {
    width: 50%;
    float: left;

    padding-bottom: 5px;
}

.savedItems .pc .newsResults .resultsList .i .left .img {
    min-height: 90px;
    width: 100%;
}

.savedItems .pc .newsResults .resultsList .i .right {
    width: 50%;
    float: left;
    min-height: 100px;
    padding-left: 10px;
}

.savedItems .pc .newsResults .resultsList .i .right .nr {
    min-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    padding-right: 10px;
}

.savedItems .pc .newsResults .resultsList .i .right .time {
    font-size: 12px;
    color: #c0c0c0;
}

/**newsSearchResults End**/

/**newsDetail Begin**/
.newsDetailContent {
    width: 100%;
}

.newsDetailContent img {
    width: 100%;
}

/**newsDetail End**/

.cursor-pointer {
    cursor: pointer;
}

.loading {
    background: #000;
    opacity: 0.5;
    text-align: center;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    /*display: none;*/
}

.loadingDisplay{
    display: none;
}

.loadingShow {
    display: block;
}

#wrapper {
    animation: fade-in; /*动画名称*/
    animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation: fade-in 1.5s; /*针对webkit内核*/
}

.leader {
    margin-top: 25px;
    margin-bottom: 15px;
}

.leader .leaderP {
    margin: 0;
    color: #000 !important;
    font-weight: bold;
    font-size: 20px;
}

.fir ul {
    padding-left: 50px;
}

.fir li {
    list-style: initial;
}

.fir h1 {
    text-align: initial;
}

.number {
    background: #c00;
    width: 18px !important;
    height: 18px !important;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    float: right;
    color: #fff;
    right: 5px;
    font-size: 12px;
}

.contentHeight {
    height: calc(100% - 80px);
    /*height: 100%;*/
    /*min-height: 550px;*/
}

.normalHeight {
    min-height: 100%;
}

.mec{
    height: 100%;
}

.mec .registration{
    height: 100%;
}
.tx img{
    height: 90px;width: 90px;border-radius: 50%;
}

/**press Begin**/
.pressRight{
    text-align: right;
}
.colorBlack{
    color:#000;
}
.padding0{
    padding: 0;
}
.margin0{
    margin: 0;
}
.fontSize14{
    font-size: 14px;
}
.borderPress{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    height: 200px;
    border: 2px solid #e9e9e9;
}
.download{
    display: block;color:#fff;background: #3e8ddd;width: 120px;text-align: center;height: 40px;line-height: 40px;margin: auto;
}
/**press End**/

.newHeader{
    float: left;width: 100%;padding: 10px;border-bottom: 1px solid #ccc;
}
.newHeader img{
    width: 50px;border-radius:50%;float: left;
}
.newName{
    margin: 6px 0 0 10px;font-size: 12px;font-weight: bold;
}
.newTitle{
    margin: 0 0 0 10px;font-size: 12px;
}
.newCompany{
    margin: 0 0 0 10px;font-size: 12px;
}
.viewProfile{
    width: 100%; border-bottom: 1px solid #ccc;padding: 10px;float: left
}
.newMeeting{
    float: left;    padding: 10px;border-bottom: 1px solid #ccc;
}
.signOut{
    padding: 10px;float:left;
}
.header .user-ul li:hover {
    background: #e2001b;
    color: #fff;
}
.header .user-ul li:hover:after {
    top: 6px;
    background: url(/lenovoweb/img/header/linked_menu_bar_top_09_w.png) no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}
.social{
    color:#fff;
    padding: 10px;
}
.social p{
    margin: 0;
}
.followImg{
    float: left;width: 100%;border-top:1px solid #ccc;
    padding: 10px;
}
.followImg img{
    float: left;width: 30px;
}
.followImg p{
    margin: 0;float: left;width: calc( 100% - 30px);padding-left: 10px;line-height: 26px;
}
.header .user-ul .yourXper:after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 0.3s ease;
    content: "";
    width: 30px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 0px;
    background: inherit !important;
}
.header .user-ul .yourXper:hover:after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 0.3s ease;
    content: "";
    width: 30px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 0px;
    background: inherit !important;
}
.header .user-ul .yourXper:hover{
    color:#000;
    background: inherit;
}
.header .user-ul .yourXper:hover a{
    color:#000;
}
.marginTop20{
    margin-top: 20px;
}
.newMecImgGo{
    width: 30px !important;
    position: absolute;
    bottom: 10px;
    right: 12px;
}
.myProfileClass{
    background: url(/lenovoweb/img/header/newBanner/edit_profile_03.jpg) no-repeat !important;
}
.myPreferencesClass{
    background: url(/lenovoweb/img/header/newBanner/edit_preferences_03.jpg) no-repeat !important;
}
.mecBanner{
    background: url(/lenovoweb/img/header/newBanner/at-a-glance_03.jpg) no-repeat !important;
}
.newButtonProfile{
    color: #fff;
    background: #3e8ddd;
    width: 150px;
    height: 30px;
    text-align: center;
    float: left;
    line-height: 30px;
}
.yuandian{
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.firstNew:after{
    position: inherit !important;
    background: inherit !important;
}
.moblieLenovo .bzzt{
    font-size: 12px;  margin: 0;
}
.postText{
    /*width: 100%;*/
    border: none;
    border-bottom: 3px solid #D4D5D7;
    min-height: 140px;
    outline: none;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 0px;
    margin: 30px 0px;
    resize:none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.postFile{
    opacity: 0;
    z-index: 100;
    /* float: left; */
    position: absolute;
    right: 0;
    height: 50px;
    cursor: pointer;
}

/* page loading*/
.pageLoading{
    height: 50px;
}
.pageLoadingS{
    display: block !important;
}
.spinner {
  /*margin: 100px auto 0;*/
  width: 150px;
  text-align: center;
  display: none;
  margin: auto;
}

.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #cc0000;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}