.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* ui-menu */
.ui-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 6px 1px rgba(191, 191, 191, 0.35);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.ui-menu .logo {
    width: 166px;
    height: 42px;
    background: url(/images/icon-logo-black.png) no-repeat;
    background-size: auto 100%;
}

.ui-menu .box {
    overflow: visible;
}

.ui-menu ul {
    position: absolute;
    left: 210px;
    top: 12px;
}

.ui-menu ul li {
    float: left;
    margin-right: 50px;
    line-height: 32px;
}

.ui-menu ul li:last-child {
    margin-right: 0;
}

.ui-menu ul li a {
    color: #363742;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    display: block;
}

.ui-menu ul li.on a,
.ui-menu ul li a:hover {
    color: #febe73;
}


.ui-menu .language {
    position: absolute;
    right: 0;
    top: 12px;
    width: 130px;
    padding-bottom: 40px;
    line-height: 32px;
}

.ui-menu .language > a img {
    width: 26px;
    height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.ui-menu .language > a {
    font-size: 14px;
    color: #febe73;
    display: block;
    line-height: 32px;
    text-align: left;
    padding-left: 12px;
}

.ui-menu .language dl {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(191, 191, 191, 0.27);
    display: none;
}

.ui-menu .language:hover dl {
    display: block;
}

.ui-menu .language dl dd {
    font-size: 14px;
    font-family: ArialMT;
    color: #363742;
    line-height: 41px;
    cursor: pointer;
    text-align: left;
    padding-left: 12px;
    vertical-align: middle;
}

.ui-menu .language dl dd img {
    width: 26px;
    height: 14px;
    margin-right: 7px;
    vertical-align: middle;
}

.ui-menu .language dl dd a {
    color: #363742;
    display: block;
}

.ui-menu .language dl dd.on,
.ui-menu .language dl dd:hover {
    background-color: #FFFBF7;
}

.ui-menu .language dl dd.on a,
.ui-menu .language dl dd:hover a {
    color: #FEBE73;
}

/* ui-head */
.ui-head {
    position: relative;
}

.ui-head > img {
    width: 100%;
}

.ui-head .box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.ui-head .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/img-01.png) left top no-repeat;
    background-size: auto 100%;
}

.ui-head h3 {
    color: #363742;
    display: block;
    padding-top: 223px;
    font-size:40px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    line-height:56px;
}

.ui-head h3 b {
    font-family:PingFangSC-Semibold;
}

.ui-head p {
    width: 648px;
    font-size:18px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(54,55,66,1);
    line-height:34px;
    padding-top: 38px;
}

.ui-head .email {
    padding-top: 82px;
    padding-bottom: 40px;
}

.ui-head .email b {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #363742;
}

.ui-head .email input {
    width: 430px;
    line-height: 25px;
    padding: 14px 0;
    display: block;
    border: none;
    border-bottom: 2px solid #FEBE73;
    margin-top: 30px;
    background-color: rgba(216,216,216,.1);
    font-size: 24px;
}

.ui-head .email input[type=text]::-webkit-input-placeholder,
.ui-head .email input[type=text]::-moz-placeholder,
.ui-head .email input[type=text]::-ms-input-placeholder,
.ui-head .email input[type=text]::input-placeholder,
.ui-head .email input[type=text]::placeholder {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: rgba(54, 55, 66, 0.39);
}

.ui-head .email i {
    display: none;
    font-size: 22px;
    font-family: ArialMT;
    color: #ED7B7B;
    line-height: 26px;
    margin-top: 15px;
}

.ui-head .email i.show {
    display: block;
}

.ui-head .email em {
    width: 212px;
    height: 60px;
    background-color: #fd9b27;
    box-shadow: 0px 8px 11px 0px rgba(255, 218, 175, 0.89);
    border-radius: 30px;
    display: block;
    margin-top: 30px;

    line-height: 60px;
    font-family: Helvetica;
    font-size:20px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.ui-head .email em:hover {
    background: rgba(255, 207, 93, 1);
    box-shadow: 0px 8px 11px 0px rgba(255, 218, 175, 0.89);
}

.success {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
    background: rgba(9, 9, 9, 0.3);
}

.success .success_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 516px;
    height: 270px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    margin-left: -268px;
    margin-top: -135px;
    z-index: 1;
    padding: 30px 0 0 40px;
    box-sizing: border-box;
}

.success b {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    font-stretch: normal;
    color: #FD9B27;
    padding-bottom: 28px;
    display: block;
}

.success i {
    position: absolute;
    right: 25px;
    top: 15px;

    color: #D1D1D1;
    padding: 15px;

    cursor: pointer;
}

.success span {
    margin-left: 5px;
    text-decoration: underline;
}

.success p {
    font-size: 16px;
    color: #363742;
    line-height: 25px;
}

.success p em {
    color: #FD9B27;
}

#js_resend {
    cursor: pointer;
}

#js_resend:hover {
    text-decoration: underline;
}

#js_resend_message {
    display: block;
    color: #ED7B7B;
}

/* ui-module */

.ui-module .hd {
    margin-top: 56px;
}

.ui-module .hd h3 {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #040d14;
    text-align: center;
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 20px;
    font-family: ArialMT;
}

.ui-module .hd h3::after {
    content: "";
    display: block;
    left: 50%;
    width: 65px;
    height: 9px;
    background-color: #fd9b27;
    margin-left: -32px;
    position: absolute;
    bottom: 0;
}

.ui-module.white .hd h3 {
    color: #ccc;
}

.ui-module.white .hd h3::after {
    background-color: #fff;
}

.ui-module .hd p {
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    color:rgba(4,13,20,1);
    line-height:28px;
}

.ui-module.white .hd p {
    color: #fff;
}

.ui-module .hd em {
    display: block;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    margin: 86px auto 23px;

    font-size:18px;
    font-family:ArialMT;
    color:rgba(4,13,20,1);
    line-height:21px;
}

.ui-module.ware {
    margin: 150px auto;
}

.ui-module.ware .hd {
    margin-top: 0;
}

.ui-module.ware::before {
    content: "";
    background: url(/images/img-03.png) left top no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    z-index: 1;
}

.ui-module.ware::after {
    content: "";
    background: url(/images/img-03.png) left bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    height: 100px;
    z-index: 1;
}

/* ui-module news */
.ui-module.news .hd {
    margin-top: 0;
    padding-top: 56px;
}

.ui-module.news .box {
    overflow: visible;
}

.ui-module.news .video {
    width: 588px;
    height: 350px;
    background-color: #d8d8d8;
    border-radius: 8px;
    margin: 42px auto;
    background: url(/images/img-video.png) center center no-repeat;
    background-size: 100%;
}

.ui-module.news .list dl {
    width: 588px;
    height: 280px;
    background-color: #ffffff;
    float: left;
    margin-bottom: 30px;
    padding: 18px 24px 50px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
}

.ui-module.news .list dl:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ui-module.news .list dl:nth-child(2n+1) {
    margin-right: 24px;
}

.ui-module.news .list dt {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    height: 56px;
    padding-bottom: 10px;

    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #040c16;
}

.ui-module.news .list dd p {
    padding: 16px 10px 16px 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #040c16;
}

.ui-module.news .list dd.foot {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
}

.ui-module.news .list dd.foot em {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #7a829c;
}

.ui-module.news .list dd.foot i.img {
    position: absolute;
    width: 130px;
    height: 28px;
    right: 6px;
    bottom: 0;
    background: right center no-repeat;
    background-size: auto 21px;
}

.ui-module.news .slide {
    width: 1100px;
    margin: 60px auto 100px;
}

.ui-module.news .slide li {
    float: left;
    margin-right: 50px;
    line-height: 36px;
}

.ui-module.news .slide li:first-child {
    margin-right: 110px;
}

.ui-module.news .slide li:last-child {
    margin-right: 0;
}

.ui-module.news .slide li i.iconfont {
    font-size: 24px;
    color: #232A84;
    cursor: pointer;
}

.ui-module.news .slide li i.img {
    width: 180px;
    height: 28px;
    background: left center no-repeat;
    background-size: auto 20px;
    vertical-align: middle;
    display: inline-block;
}

/* ui-module problem */
.ui-module.problem {
    background-color: #fff;
    position: relative;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 20px;
}

.ui-module.problem .box {
    margin-bottom: 100px;
}

.ui-module.problem::before {
    background-image: url(/images/img-02.png);
}

.ui-module.problem::after {
    background-image: url(/images/img-02.png);
    bottom: -80px;
}

.ui-module.problem .hd p {
    color: #040D14;
}

.ui-module.problem .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    bottom: 0;
    overflow: hidden;
}

.ui-module.problem ul {
    width: 1200px;
    margin: 0 auto;
}

.ui-module.problem ul li {
    float: left;
    width: 300px;
    height: 344px;
    margin-right: 100px;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.ui-module.problem ul li:last-child {
    margin-right: 0;
}

.ui-module.problem ul li img {
    height: 170px;
}

.ui-module.problem ul li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #040d14;
    margin-top: 18px;
    font-family: ArialMT;
}

/* ui-module solution */
.ui-module.solution .hd p {
    color: #656A7E;
    font-family:PingFangSC-Regular;
    font-weight:400;
}
.ui-module.solution ul {
    padding-top: 80px;
    padding-bottom: 60px;
}

.ui-module.solution ul li {
    width: 282px;
    height: 400px;
    float: left;
    margin-right: 24px;
    text-align: center;
    background: left top no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}

.ui-module.solution ul li:last-child {
    margin-right: 0;
}

.ui-module.solution ul li i {
    width: 64px;
    height: 68px;
    background: center bottom no-repeat;
    background-size: 100%;
    display: block;
    margin: 120px auto 30px;
}

.ui-module.solution ul li:first-child i {
    background-size: 70%;
}

.ui-module.solution ul li em {
    display: block;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.ui-module.solution ul li div {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
}

.ui-module.solution ul li:hover div {
    display: block;
    transition: all .3s ease;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ui-module.solution ul li div b {
    line-height: 50px;
    font-family: PingFangSC-Regular;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #040D14;
    padding-top: 76px;
    padding-bottom: 24px;
    display: block;
}

.ui-module.solution ul li div p {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #040D14;
    padding: 0 15px;
}

/* ui-module documents */
.ui-module.documents {
    background-color: #fff;
    position: relative;
}

.ui-module.documents .hd p {
    color: #303030;
}

.ui-module.documents::before {
    background-image: url(/images/img-03.png);
    background-size: -80px;
}

.ui-module.documents::after {
    background-image: url(/images/img-03.png);
    background-size: -80px;
}

.ui-module.documents ul {
    width: 1020px;
    margin: 54px auto 40px;
}

.ui-module.documents ul li {
    float: left;
    width: 180px;
    height: 251px;
    background-color: #f5f5f5;
    margin-right: 24px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.ui-module.documents ul li:last-child {
    margin-right: 0;
}

.ui-module.documents ul li>img {
    width: 93px;
    height: 115px;
    margin-top: 48px;
}

.ui-module.documents ul li div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9998;
    text-align: center;
    display: none;
}

.ui-module.documents ul li div img {
    width: 80px;
    height: 80px;
    margin-top: 63px;
}

.ui-module.documents ul li em {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
    position: absolute;
    left: 0;
    right: 0;
    top: 203px;
    z-index: 9999;
    line-height: 17px;
}

.ui-module.documents ul li:hover div {
    display: block;
    transition: all .3s ease;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ui-module.documents ul li:hover em {
    color: #fd9b27;
}

/* ui-module.roadmap */
.ui-module.roadmap {
    background: url(/images/icon-map.png) center center no-repeat;
    background-size: auto 650px;
}

.ui-module.roadmap .box {
    overflow: visible;
}

.ui-module.roadmap .hd h3 {
    margin-bottom: 0;
}

.ui-module.roadmap .bd {
    position: relative;
    padding: 120px 0 0;
    width: 960px;
    margin: 0 auto;
}

.ui-module.roadmap .bd::before {
    content: "";
    position: absolute;
    left: 480px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fd9b27;
    z-index: 1;
}

.ui-module.roadmap .bd::after {
    content: "";
    position: absolute;
    left: 480px;
    height: 120px;
    bottom: -80px;
    width: 1px;
    background-color: #febe73;
    z-index: 2;
}

.ui-module.roadmap .bd>i.iconfont {
    position: absolute;
    left: 467px;
    bottom: -70px;
    z-index: 3;
    text-align: center;
    font-size: 27px;
    color: #febe73;
}

.ui-module.roadmap dl {
    position: relative;
    width: 480px;
    min-height: 113px;
    z-index: 3;
}

.ui-module.roadmap dl.short {
    width: 380px;
}

.ui-module.roadmap dl.left {
    margin-left: 100px;
}

.ui-module.roadmap dl::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    height: 1px;
    border-bottom: 2px dashed #febe73;
    z-index: 1;
}

.ui-module.roadmap dl::after {
    content: "\e664";
    position: absolute;
    right: -20px;
    top: 6px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #febe73;
    border-radius: 20px;
    z-index: 2;
    box-sizing: border-box;

    line-height: 40px;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 28px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #febe73;
}

.ui-module.roadmap dl:nth-child(2n) {
    margin-left: 480px;
    margin-top: -80px;
    margin-bottom: 60px;
}

.ui-module.roadmap dl:nth-child(2n) dt {
    position: absolute;
    right: 0;
    top: 0;
}

.ui-module.roadmap dl:nth-child(2n+1) dd {
    padding-left: 6px;
}

.ui-module.roadmap dl:nth-child(2n) dd {
    position: absolute;
    right: 6px;
    top: 65px;
    width: auto;
    text-align: right;
}

.ui-module.roadmap dl:nth-child(2n)::after {
    right: auto;
    left: -20px;
}

.ui-module.roadmap dl dt {
    width: 140px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    border: solid 2px #fd9b27;

    text-align: center;
    line-height: 50px;

    font-family: ArialMT;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fd9b27;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;

    box-sizing: border-box;
}

.ui-module.roadmap dl dd {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #969696;
    line-height: 24px;
    margin-bottom: 47px;
}

.ui-module.roadmap dl.on dt {
    background-color: #fd9b27;
    color: #fff;
}

/* ui-module affiliate */
.ui-module.affiliate {
    background-color: #fff;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    padding-bottom: 120px;
}

.ui-module.affiliate::before {
    background-image: url(/images/img-04.png);
}

.ui-module.affiliate::after {
    background-image: none;
    bottom: 0;
    height: 0;
}

.ui-module.affiliate .box {
    overflow: visible;
}

.ui-module.affiliate .bd {
    position: relative;
    width: 1006px;
    margin: 114px auto;
    height: 400px;
}

.ui-module.affiliate .bd img {
    width: 428px;
    height: 554px;
    display: block;
    position: absolute;
    left: 280px;
    top: 0;
    z-index: 999;
}

.ui-module.affiliate dl {
    width: 315px;
    height: 111px;
    background-color: #ffffff;
    box-shadow: -11px 13px 16px 5px rgba(70, 70, 70, 0.1);
    border: solid 1px #ece9e9;
    position: relative;
    padding-left: 133px;
    padding-top: 26px;

    position: absolute;
    left: 0;
    top: 82px;
    cursor: pointer;
    box-sizing: border-box;
}

.ui-module.affiliate dl:nth-child(2n) {
    left: 688px;
}

.ui-module.affiliate dl:nth-child(2) {
    top: 143px;
}

.ui-module.affiliate dl:nth-child(3) {
    top: 267px;
}

.ui-module.affiliate dl:nth-child(4) {
    top: 336px;
}

.ui-module.affiliate dl:nth-child(5) {
    top: 475px;
}

.ui-module.affiliate dl:nth-child(6) {
    top: 573px;
}

.ui-module.affiliate dl dt {
    position: absolute;
    left: 10px;
    top: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: rgba(4,13,20,0.5);
    width: 90px;
    text-align: center;

    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    line-height:20px;
    border-right: 1px solid rgba(3,3,3,0.07);
}

.ui-module.affiliate dl dt b {
    display: block;
    font-size:24px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:#040D14;
    line-height:33px;
}

.ui-module.affiliate dl dd:first-child {
    margin-bottom: 12px;
}

.ui-module.affiliate dl dd em {
    display: block;
    line-height: 25px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
    margin-bottom: 4px;

    font-weight: 600;
    color: rgba(4,13,20,1);
}

.ui-module.affiliate dl dd i {
    display: block;
    line-height: 14px;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: rgba(48, 48, 48, 0.6);

    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(4,13,20,0.5);
    line-height:22px;
}

.ui-module.affiliate dl:hover {
    background-color: #FD9B27;
    box-shadow: -11px 13px 16px 6px rgba(163, 90, 66, 0.12);
}

.ui-module.affiliate dl:hover dt,
.ui-module.affiliate dl:hover dt b {
    color: #fff;
}

.ui-module.affiliate dl:hover dd em,
.ui-module.affiliate dl:hover dd i {
    color: #fff;
}

/* ui-module institutional */
.ui-module.institutional {
    background: url(/images/img-05.png) center bottom no-repeat;
    background-size: 120%;
    position: relative;
    z-index: 999;
}

.ui-module.institutional::before {
    content: "";
    background: url(/images/img-04.png) left bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
}

.ui-module.institutional .bd {
    margin: 60px 0;
}

.ui-module.institutional .hd {
    margin-top: 100px;
}

.ui-module.institutional .hd h3 {
    margin-bottom: 0;
    padding-top: 60px;
}

.ui-module.institutional ul li {
    float: left;
    width: 282px;
    height: 240px;

    background: center center no-repeat;
    background-size: 120px;

    transition: all .3s ease;
    cursor: pointer;
}

.ui-module.institutional ul li:hover {
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ui-module.institutional ul li.cnn {
    background-image: url(/images/icon-logo-cnn.png);
    background-size: 90px;
}

.ui-module.institutional ul li.cnn:hover {
    background-image: url(/images/icon-logo-cnn-active.png);
}

.ui-module.institutional ul li.techradar {
    background-image: url(/images/icon-logo-techradar.png);
}

.ui-module.institutional ul li.techradar:hover {
    background-image: url(/images/icon-logo-techradar-active.png);
}

.ui-module.institutional ul li.readwrite {
    background-image: url(/images/icon-logo-readwrite.png);
}

.ui-module.institutional ul li.readwrite:hover {
    background-image: url(/images/icon-logo-readwrite-active.png);
}

.ui-module.institutional ul li.gizmodo {
    background-image: url(/images/icon-logo-gizmodo.png);
}

.ui-module.institutional ul li.gizmodo:hover {
    background-image: url(/images/icon-logo-gizmodo-active.png);
}

.ui-module.institutional ul li.mashable {
    background-image: url(/images/icon-logo-mashable.png);
}

.ui-module.institutional ul li.mashable:hover {
    background-image: url(/images/icon-logo-mashable-active.png);
}

.ui-module.institutional ul li.finextraresearch {
    background-image: url(/images/icon-logo-finextraresearch.png);
}

.ui-module.institutional ul li.finextraresearch:hover {
    background-image: url(/images/icon-logo-finextraresearch-active.png);
}

.ui-module.institutional ul li.investingcom {
    background-image: url(/images/icon-logo-investingcom.png);
}

.ui-module.institutional ul li.investingcom:hover {
    background-image: url(/images/icon-logo-investingcom-active.png);
}

.ui-module.institutional ul li.blocktv {
    background-image: url(/images/icon-logo-blocktv.png);
}

.ui-module.institutional ul li.blocktv:hover {
    background-image: url(/images/icon-logo-blocktv-active.png);
}


/* ui-module strategic */
.ui-module.strategic {
    background: #fff url(/images/img-06.png) center bottom no-repeat;
    background-size: 100%;
}

.ui-module.strategic .bd {
    margin: 60px 0;
}

.ui-module.strategic ul li {
    float: left;
    width: 282px;
    height: 240px;

    background: center center no-repeat;
    background-size: 120px;

    transition: all .3s ease;
    cursor: pointer;
}

.ui-module.strategic ul li:hover {
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ui-module.strategic ul li.cnn {
    background-image: url(/images/icon-logo-cnn.png);
    background-size: 90px;
}

.ui-module.strategic ul li.cnn:hover {
    background-image: url(/images/icon-logo-cnn-active.png);
}

.ui-module.strategic ul li.techradar {
    background-image: url(/images/icon-logo-techradar.png);
}

.ui-module.strategic ul li.techradar:hover {
    background-image: url(/images/icon-logo-techradar-active.png);
}

.ui-module.strategic ul li.readwrite {
    background-image: url(/images/icon-logo-readwrite.png);
}

.ui-module.strategic ul li.readwrite:hover {
    background-image: url(/images/icon-logo-readwrite-active.png);
}

.ui-module.strategic ul li.gizmodo {
    background-image: url(/images/icon-logo-gizmodo.png);
}

.ui-module.strategic ul li.gizmodo:hover {
    background-image: url(/images/icon-logo-gizmodo-active.png);
}

/* ui-foot */
.ui-foot {
    background-color: #363742;
}

.ui-foot .box {
    height: 124px;
}

.ui-foot ul {
    position: absolute;
    right: 0;
    top: 44px;
}

.ui-foot ul li {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 15px;
    padding: 3px;
    background-color: #7C7C7C;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}

.ui-foot ul li i {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 30px;
}

.ui-foot ul li:hover {
    background-color: #F9E81E;
    text-decoration: none;
}

.ui-foot .box .logo {
    width: 210px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 38px;
    background: url(/images/logo.png) left center no-repeat;
    background-size: 100%;
}

.ui-foot .copyright {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

@media(max-width:767px) {

    html,
    body {
        width: 1200px;
    }

    .box {
        width: 1106px;
    }

    .ui-module.news .list dl {
        width: 540px;
    }

    .ui-module.solution ul li {
        width: 250px;
    }

    .ui-module.institutional ul li,
    .ui-module.strategic ul li {
        width: 275px;
    }

    .ui-module.institutional {
        background-size: 150%;
    }
}