﻿
.g-yixin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: #000 \9;
    transition: all 0.6s ease-out;
}

.g-yixin.moveUp {
    top: -29px;
    transition: all 0.5s ease-out;
}

.g-section {
    width: 100%;
    min-width: 1000px;
}

.g-section.shiyong {
    background: #3186e3 url(../images/bg-try.png) no-repeat left top;
    background-size: contain;
}

.g-section.shiyong1 {
    background: url(../images/bg-try2.png) no-repeat left top;
    background-size: contain;
}

.g-section.shiyong1 .content {
    font-size: 28px;
    color: #383838;
}

.g-section.shiyong1 .iptWrap .ipt {
    color: #000;
    border-color: #b3b3b3;
}

.g-section.shiyong1 .iptWrap .ipt::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 0.8;
}

.g-section.shiyong1 .iptWrap .ipt:focus {
    border-color: #3b8fea;
}

.g-section.shiyong1 .iptWrap .btn {
    color: #fff;
    background-color: #3b8fea;
    border: 1px solid #3b8fea;
}

.g-section.shiyong1 .iptWrap .btn:hover {
    color: #fff;
    background-color: #237ed9;
}

.g-section.sitemap {
    background-color: #191b1f;
}

.g-topNav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    z-index: 999;
    transition: all 0.45s ease-in-out;
}

.g-topNav .wrapper {
    position: relative;
    width: 980px;
    padding: 0 10px;
    height: 60px;
    margin: 0 auto;
}

.g-topNav .wrapper .m-topLogo {
    position: relative;
    top: 19px;
}

.g-topNav .wrapper .m-topNav {
    position: absolute;
    right: 200px;
    top: 0;
}

.g-topNav .wrapper .m-login {
    position: absolute;
    right: 10px;
    top: 18px;
}

@media screen and (min-width: 1200px) {
    .g-topNav .wrapper {
        width: 1180px;
    }
}

.g-topNav.solid {
    background-color: #fff;
    background-color: #fff \9;
    border-bottom: 1px solid #f0f1f2;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.g-topNav.moveDown {
    top: 29px;
    transition: all 0.45s ease-in-out;
}

.m-topLogo {
    width: 111px;
    height: 29px;
    background: url(http://shijianfu.oss-cn-hangzhou.aliyuncs.com/images/2/2017/10/eB1buUwUIKRUURmwagRu1lu8uB6lMU.png) no-repeat;
    background: url(http://shijianfu.oss-cn-hangzhou.aliyuncs.com/images/2/2017/10/eB1buUwUIKRUURmwagRu1lu8uB6lMU.png) no-repeat \9;
    background-size: 111px auto;
}

.m-topLogo.solid {
    background: url(http://shijianfu.oss-cn-hangzhou.aliyuncs.com/images/2/2017/10/itPp0J4ptP11xEptA81AO8mj6mE8x0.png) no-repeat;
    background: url(http://shijianfu.oss-cn-hangzhou.aliyuncs.com/images/2/2017/10/itPp0J4ptP11xEptA81AO8mj6mE8x0.png) no-repeat \9;
    background-size: 111px auto;
}

.m-topLogo h1 {
    text-indent: -99999px;
}

.m-topNav .menu {
    zoom: 1;
    -webkit-user-select: none;
    user-select: none;
}

.m-topNav .menu:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.m-topNav .menu > li {
    float: left;
    margin-left: 20px;
    height: 61px;
}

.m-topNav .menu > li > a {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    padding: 0 10px;
    height: 59px;
    font-size: 16px;
    line-height: 59px;
    color: #fff;
    border-bottom: 2px solid transparent;
    border-bottom: 0 \9;
    background-color: rgba(0, 0, 0, 0);
}

.m-topNav .menu > li > a:hover {
    color: #3b8fea;
    border-color: #3b8fea;
    border-bottom: 2px solid #3B8FEA \9;
}

.m-topNav .menu > li > a .u-icon-caret {
    display: none;
    margin-left: 5px;
}

.m-topNav .menu > li.z-sel > a {
    color: #3b8fea;
    border-color: #3b8fea;
}

.m-topNav .menu > li .panel {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    height: auto;
    padding-top: 0;
    filter: alpha(opacity=0) \9;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: -1;
    visibility: hidden;
    visibility: visible \9;
    display: none \9;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.moveDown .m-topNav .menu > li .panel {
    top: 90px;
}

.m-topNav .menu > li .panel .inner {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    zoom: 1;
    width: 980px;
    padding: 34px 0 37px 0;
    box-shadow: none;
    overflow: hidden;
    text-align: right;
}

.m-topNav .menu > li .panel .inner:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

@media screen and (min-width: 1200px) {
    .m-topNav .menu > li .panel .inner {
        width: 1180px;
    }
}

.m-topNav .menu > li .panel .list {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
}

.m-topNav .menu > li .panel .list dd {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    margin-left: 58px;
    text-align: center;
}

.m-topNav .menu > li .panel .list dd.z-sel a {
    color: #3b8fea;
}

@media screen and (min-width: 1200px) {
    .m-topNav .menu > li .panel .list dd {
        margin-left: 72px;
    }
}

.m-topNav .menu > li .panel .list a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
    text-align: center;
}

.m-topNav .menu > li .panel .list a:hover {
    color: #3b8fea;
}

.m-topNav .menu > li .panel .list a .u-icon-nav {
    margin-bottom: 18px;
}

.m-topNav .menu > li .panel.product .list {
    margin-right: 275px;
}

.m-topNav .menu > li .panel.kehu .list {
    margin-right: 195px;
}

.m-topNav .menu > li .panel.qa .list {
    margin-right: 50px;
}

.m-topNav .menu > li .panel.price .list {
    margin-right: 152px;
}

.m-topNav .menu > li:hover .panel {
    filter: alpha(opacity=100) \9;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
    visibility: visible;
    display: block \9;
}

.m-topNav .menu > li.open .panel {
    filter: alpha(opacity=100) \9;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
    visibility: visible;
    display: block \9;
}

.m-topNav.solid .menu > li > a {
    color: #383838;
}

.m-topNav.solid .menu > li > a:hover {
    color: #3b8fea;
}

.m-topNav.solid .menu > li.z-sel > a {
    color: #3b8fea;
}

.m-topNav.solid .menu > li .panel .inner {
    border-top: 0;
}

.m-topNav.solid .menu > li .panel .list dt {
    color: #7d8496;
}

.m-topNav.solid .menu > li .panel .list dd.z-sel a {
    color: #3b8fea;
}

.m-topNav.solid .menu > li .panel .list a {
    color: #383838;
}

.m-topNav.solid .menu > li .panel .list a:hover {
    color: #3b8fea;
}

.m-login .u-btn {
    font-size: 14px;
}

.m-login .u-btn.signin {
    margin-right: 12px;
}

.m-login .signup {
    transition: all 0.4s ease-out;
}

.m-login .signin {
    transition: all 0.4s ease-out;
}

.m-login.solid .u-btn {
    transition: all 0.4s ease-out;
}

.m-login.solid .signup {
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    color: #fff;
    transition: all 0.4s ease-out;
}

.m-login.solid .signup:hover {
    background-color: #237ed9;
    border: 1px solid #237ed9;
    color: #fff;
}

.m-login.solid .signin {
    background-color: transparent;
    border: 1px solid #505050;
    color: #383838;
    transition: all 0.4s ease-out;
}

.m-login.solid .signin:hover {
    background-color: #f4f6f8;
    border: 1px solid #808080;
    color: #383838;
}

.m-shiyong {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 112px;
    user-select: none;
    -webkit-user-select: none;
}

.m-shiyong .content {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-top: 113px;
    padding-bottom: 39px;
}

.m-shiyong .iptWrap .ipt {
    width: 254px;
    height: 22px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
}

.m-shiyong .iptWrap .ipt::-webkit-input-placeholder {
    font-weight: 400;
    color: #fff;
    opacity: 0.4;
}

.m-shiyong .iptWrap .ipt::-moz-input-placeholder {
    font-weight: 400;
    color: #fff;
    opacity: 0.4;
}

.m-shiyong .iptWrap .ipt::-ms-input-placeholder {
    font-weight: 400;
    color: #fff;
    opacity: 0.4;
}

.m-shiyong .iptWrap .ipt:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

.m-shiyong .iptWrap .btn {
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #383838;
    letter-spacing: 0.45px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #fff;
    margin-left: -5px;
    vertical-align: middle;
    transition: 0.5s;
    letter-spacing: 1px;
    cursor: pointer;
}

.m-shiyong .iptWrap .btn:hover {
    background-color: #f4f6f8;
    color: #000;
    transition: 0.5s;
}

.m-section-sitemap {
    padding-top: 60px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: left;
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap {
        width: 1180px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.m-section-sitemap .steps {
    position: relative;
    zoom: 1;
    padding-bottom: 67px;
    border-bottom: 1px solid #4b4d50;
    text-align: center;
}

.m-section-sitemap .steps:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.m-section-sitemap .steps .btns {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    padding: 12px 27px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 28px;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    cursor: pointer;
    transition: 0.5s;
}

.m-section-sitemap .steps .btns:hover {
    border-color: #fff;
}

.m-section-sitemap .steps .btns.first {
    position: absolute;
    left: 0;
}

.m-section-sitemap .steps .btns.third {
    position: absolute;
    right: 0;
}

.m-section-sitemap .steps .btns .arrow {
    margin-left: 5px;
}

.m-section-sitemap .lists {
    margin-top: 67px;
}

.m-section-sitemap .list {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    margin-left: 133px;
    vertical-align: top;
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap .list {
        margin-left: 200px;
    }
}

.m-section-sitemap .list:first-child {
    margin-left: 0;
}

.m-section-sitemap .list dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.m-section-sitemap .list dd {
    text-align: left;
    margin-bottom: 20px;
}

.m-section-sitemap .list dd a {
    font-size: 14px;
    line-height: 1;
    color: #939599;
}

.m-section-sitemap .list dd a:hover {
    color: #ccc;
}

.m-section-sitemap .list dd.narrow {
    margin-bottom: 10px;
}

.m-section-sitemap .list dd.narrow-inline {
    display: inline-block;
}

.m-section-sitemap .list dd.narrow-inline.narrow-weibo {
    margin-left: 18px;
}

.m-section-sitemap .list dd.narrow-inline:hover .wxScan {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100) \9;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
}

.m-section-sitemap .auth {
    width: 236px;
    white-space: nowrap;
}

.m-section-sitemap .auth dd {
    margin-bottom: 18px;
}

.m-section-sitemap .auth .txt {
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    overflow: hidden;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 12px;
    line-height: 20px;
}

.m-section-sitemap .auth .isoImg, .m-section-sitemap .auth .csaImg {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    vertical-align: middle;
}

.m-section-sitemap .contact {
    position: relative;
    font-size: 14px;
    color: #939599;
}

.m-section-sitemap .contact .txt {
    line-height: 25px;
}

.m-section-sitemap .contact .wxLink {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    height: 25px;
    vertical-align: middle;
}

.m-section-sitemap .contact .wxLink:hover .wxScan {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100) \9;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
}

.m-section-sitemap .contact .wxLink:hover .wxImg {
    opacity: 0.8;
}

.m-section-sitemap .contact .wxImg {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    opacity: 1;
    vertical-align: baseline;
}

.m-section-sitemap .contact .wxScan {
    opacity: 0;
    filter: alpha(opacity=0) \9;
    position: absolute;
    left: 38px;
    top: 20px;
    z-index: -1;
    visibility: hidden;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

.m-footer {
    padding: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background-color: #15161a;
    color: #64676c;
}

.m-footer .address {
    margin-bottom: 22px;
}

.m-footer .police {
    line-height: 1;
}

.m-footer .police .logo {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.m-confirm {
    width: 67px;
    position: fixed;
    top: 50%;
    right: 0px;
    background-color: #fff;
    font-size: 12px;
    color: #fff;
    margin-top: -171px;
    z-index: 9999;
}

.m-confirm .z-show {
    display: block !important;
}

.m-confirm .z-over {
    background-color: #197ad8 !important;
}

.m-confirm .z-over-1 {
    background-color: #c6c6c6 !important;
}

.m-confirm .i-sprite {
    background: url(../images/icon-sprite.png) no-repeat;
    display: inline-block;
    zoom: 1;
    width: 67px;
    height: 30px;
    margin-top: 28px;
    overflow: hidden;
}

.m-confirm .online {
    height: 99px;
    text-align: center;
    border-bottom: 1px solid #8dc7ff;
    cursor: pointer;
    background-color: #378fe5;
}

.m-confirm .online .i-sprite-1 {
    background-position: 20px 0px;
}

.m-confirm .tel {
    height: 99px;
    text-align: center;
    border-bottom: 1px solid #8dc7ff;
    position: relative;
    cursor: pointer;
    background-color: #378fe5;
}

.m-confirm .tel .i-sprite-2 {
    background-position: 20px -28px;
}

.m-confirm .tel .content {
    width: 138px;
    height: 43px;
    background: url(../images/tel-aside@2x.png) no-repeat;
    background: url(../images/tel-aside@1x.png) no-repeat \9;
    background-size: 138px 43px;
    position: absolute;
    display: none;
    top: 27px;
    left: -147px;
    z-index: 9999;
}

.m-confirm .wchat {
    height: 99px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: #378fe5;
}

.m-confirm .wchat .i-sprite-3 {
    background-position: 20px -59px;
}

.m-confirm .wchat .content {
    width: 138px;
    height: 175px;
    background: url(../images/wx-aside@2x.png) no-repeat;
    background: url(../images/wx-aside@1x.png) no-repeat \9;
    background-size: 138px 175px;
    position: absolute;
    display: none;
    top: -39px;
    left: -147px;
    z-index: 9999;
}

.m-confirm .demo {
    padding: 30px 0;
    text-align: center;
    background-color: #378fe5;
    border-bottom: 1px solid #8dc7ff;
    cursor: pointer;
}

.m-confirm .demo .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.m-confirm .demo:hover {
    background-color: #197ad8;
}

.m-confirm .try {
    padding: 30px 0;
    text-align: center;
    background-color: #378fe5;
    border-bottom: 1px solid #8dc7ff;
    cursor: pointer;
}

.m-confirm .try .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.m-confirm .try:hover {
    background-color: #197ad8;
}

.m-confirm .top {
    height: 43px;
    text-align: center;
    background-color: #dbdbdb;
    cursor: pointer;
}

.m-confirm .top .i-sprite-4 {
    height: 20px;
    background-position: 27px -81px;
    margin-top: 0px;
}

.m-confirm .top p {
    color: #666;
    font-weight: bolder;
    height: 20px;
    line-height: 10px;
}

.m-yixin {
    zoom: 1;
    width: 1000px;
    margin: 0 auto;
}

.m-yixin:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

@media screen and (min-width: 1200px) {
    .m-yixin {
        width: 1200px;
    }
}

.m-yixin a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}

.m-yixin a:hover {
    opacity: 1;
}

.m-yixin .ttl {
    float: left;
    margin-left: 10px;
}

.m-yixin .navList {
    float: right;
    margin-right: 10px;
}

.m-yixin .navList li {
    float: left;
    margin-left: 66px;
}

.m-yixin .navList li:first-child {
    margin-left: 0;
}

.m-yixin .navList li a {
    font-size: 12px;
}

.m-modalTipDemo {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

.m-modalTipDemo table, .m-modalTipDemo tr, .m-modalTipDemo td {
    width: 100%;
    height: 100%;
}

.m-modalTipDemo .dialog {
    position: relative;
    width: 440px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 35px 5px #000;
    overflow: hidden;
}

.m-modalTipDemo .dialog .close {
    position: absolute;
    top: 5px;
    right: 12px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    cursor: pointer;
    transition: 1s;
}

.m-modalTipDemo .dialog .close:hover {
    opacity: 0.6;
    transition: 1s;
}

.m-modalTipDemo .dialog .hd {
    padding: 15px 26px;
    background: #49a0f5;
    color: #fff;
    font-size: 16px;
}

.m-modalTipDemo .dialog .bd {
    padding: 34px;
}

.m-modalTipDemo .dialog .bd .txt {
    font-size: 14px;
    color: #383838;
    line-height: 2;
    text-align: center;
}

.m-modalTipDemo .dialog .bd .link {
    margin-top: 24px;
    text-align: center;
}

.m-modalTipDemo .dialog .bd .link a {
    font-size: 14px;
    color: #3b8fea;
    line-height: 1.5;
}

.m-modalTipDemo .dialog .bd .link a:hover {
    text-decoration: underline;
}

.u-icon-caret {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 12px;
    height: 12px;
    background: url(../images/down-white@2x.png) no-repeat;
    background: url(../images/down-white@1x.png) no-repeat \9;
    background-size: 12px auto;
    background-position: center;
}

li > a:hover .u-icon-caret {
    background: url(../images/down-blue@2x.png) no-repeat;
    background: url(../images/down-blue@1x.png) no-repeat \9;
    background-size: 12px auto;
    background-position: center;
}

.solid .u-icon-caret {
    background: url(../images/down-black@2x.png) no-repeat;
    background: url(../images/down-black@1x.png) no-repeat \9;
    background-size: 12px auto;
    background-position: center;
}

.z-sel .u-icon-caret {
    background: url(../images/down-blue@2x.png) no-repeat;
    background: url(../images/down-blue@1x.png) no-repeat \9;
    background-size: 12px auto;
    background-position: center;
}

.u-btn {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    padding: 7px 15px;
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.u-btn:hover {
    background-color: #237ed9;
    border: 1px solid #237ed9;
    color: #fff;
}

.u-btn.signup {
    padding: 7px 15px;
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    color: #fff;
    transition: all 0.4s ease-out;
}
.u-btn.signup:hover {
    background-color: #237ed9;
    border: 1px solid #237ed9;
    color: #fff;
}
.u-btn.signup:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #383838;
}

.u-btn.signin {
    padding: 7px 15px;
    background-color: transparent;
    border: 1px solid #505050;
    color: #383838;
}

.u-btn.signin:hover {
    background-color: #f4f6f8;
    border: 1px solid #808080;
    color: #383838;
}

.u-btn.btn-try {
    padding: 9px 32px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 1;
    text-align: center;
}

.u-icon-nav {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-size: 38px auto;
    background-repeat: no-repeat;
}

.u-icon-nav.nav-product-online {
    background-image: url(../images/nav-fn-service.png);
    background-position: 0 4px;
}

a:hover .u-icon-nav.nav-product-online, dd.z-sel .u-icon-nav.nav-product-online {
    background-image: url(../images/nav-fn-service-h.png);
}

.u-icon-nav.nav-product-robot {
    background-image: url(../images/nav-fn-robot.png);
}

a:hover .u-icon-nav.nav-product-robot, dd.z-sel .u-icon-nav.nav-product-robot {
    background-image: url(../images/nav-fn-robot-h.png);
}

.u-icon-nav.nav-product-callcenter {
    background-image: url(../images/nav-fn-callcenter.png);
}

a:hover .u-icon-nav.nav-product-callcenter, dd.z-sel .u-icon-nav.nav-product-callcenter {
    background-image: url(../images/nav-fn-callcenter-h.png);
}

.u-icon-nav.nav-product-wherever {
    background-image: url(../images/nav-product-whereever.png);
}

a:hover .u-icon-nav.nav-product-wherever, dd.z-sel .u-icon-nav.nav-product-wherever {
    background-image: url(../images/nav-product-whereever-h.png);
}

.u-icon-nav.nav-product-wechatService {
    background-image: url(../images/nav-fn-wx.png);
}

a:hover .u-icon-nav.nav-product-wechatService, dd.z-sel .u-icon-nav.nav-product-wechatService {
    background-image: url(../images/nav-fn-wx-h.png);
}

.u-icon-nav.nav-product-worksheet {
    background-image: url(../images/nav-fn-worksheet.png);
}

a:hover .u-icon-nav.nav-product-worksheet, dd.z-sel .u-icon-nav.nav-product-worksheet {
    background-image: url(../images/nav-fn-worksheet-h.png);
}

.u-icon-nav.nav-product-arrive {
    background-image: url(../images/nav-fn-arrive.png);
}

a:hover .u-icon-nav.nav-product-arrive, dd.z-sel .u-icon-nav.nav-product-arrive {
    background-image: url(../images/nav-fn-arrive-h.png);
}

.u-icon-nav.nav-kehu-xiangchao {
    background-image: url(../images/nav-case-xckk.png);
}

a:hover .u-icon-nav.nav-kehu-xiangchao, dd.z-sel .u-icon-nav.nav-kehu-xiangchao {
    background-image: url(../images/nav-case-xckk-h.png);
}

.u-icon-nav.nav-kehu-fanhuan {
    background-image: url(../images/nav-case-fhg.png);
}

a:hover .u-icon-nav.nav-kehu-fanhuan, dd.z-sel .u-icon-nav.nav-kehu-fanhuan {
    background-image: url(../images/nav-case-fhg-h.png);
}

.u-icon-nav.nav-kehu-linggou {
    background-image: url(../images/nav-case-lg.png);
}

a:hover .u-icon-nav.nav-kehu-linggou, dd.z-sel .u-icon-nav.nav-kehu-linggou {
    background-image: url(../images/nav-case-lg-h.png);
}

.u-icon-nav.nav-kehu-fenlibao {
    background-image: url(../images/nav-case-gd.png);
}

a:hover .u-icon-nav.nav-kehu-fenlibao, dd.z-sel .u-icon-nav.nav-kehu-fenlibao {
    background-image: url(../images/nav-case-gd-h.png);
}

.u-icon-nav.nav-qa-download {
    background-image: url(../images/nav-help-download.png);
}

a:hover .u-icon-nav.nav-qa-download, dd.z-sel .u-icon-nav.nav-qa-download {
    background-image: url(../images/nav-help-download-h.png);
}

.u-icon-nav.nav-qa-qa {
    background-image: url(../images/nav-help-qa.png);
}

a:hover .u-icon-nav.nav-qa-qa, dd.z-sel .u-icon-nav.nav-qa-qa {
    background-image: url(../images/nav-help-qa-h.png);
}

.u-icon-nav.nav-qa-updateNotes {
    background-image: url(../images/nav-help-log.png);
}

a:hover .u-icon-nav.nav-qa-updateNotes, dd.z-sel .u-icon-nav.nav-qa-updateNotes {
    background-image: url(../images/nav-help-log-h.png);
}

.u-icon-nav.nav-qa-guide {
    background-image: url(../images/nav-help-dev.png);
}

a:hover .u-icon-nav.nav-qa-guide, dd.z-sel .u-icon-nav.nav-qa-guide {
    background-image: url(../images/nav-help-dev-h.png);
}

.u-icon-nav.nav-price-online {
    background-image: url(../images/nav-fn-service.png);
    background-position: 0 4px;
}

a:hover .u-icon-nav.nav-price-online, dd.z-sel .u-icon-nav.nav-price-online {
    background-image: url(../images/nav-fn-service-h.png);
}

.u-icon-nav.nav-price-robot {
    background-image: url(../images/nav-fn-robot.png);
}

a:hover .u-icon-nav.nav-price-robot, dd.z-sel .u-icon-nav.nav-price-robot {
    background-image: url(../images/nav-fn-robot-h.png);
}

.u-icon-nav.nav-price-callcenter {
    background-image: url(../images/nav-fn-callcenter.png);
}

a:hover .u-icon-nav.nav-price-callcenter, dd.z-sel .u-icon-nav.nav-price-callcenter {
    background-image: url(../images/nav-fn-callcenter-h.png);
}

.u-icon-nav.nav-price-worksheet {
    background-image: url(../images/nav-fn-worksheet.png);
}

a:hover .u-icon-nav.nav-price-worksheet, dd.z-sel .u-icon-nav.nav-price-worksheet {
    background-image: url(../images/nav-fn-worksheet-h.png);
}

@font-face {
    font-family: "iconfont";
    src: url(//at.alicdn.com/t/font_158250_d4eud64v98z7iudi.eot);
    src: url(../fonts/font_158250_d4eud64v98z7iudi.eot) format("embedded-opentype"), url(../fonts/font_158250_d4eud64v98z7iudi.woff) format("woff"), url(../fonts/font_158250_d4eud64v98z7iudi.ttf) format("truetype"), url(../fonts/font_158250_d4eud64v98z7iudi.svg#iconfont) format("svg");
}

.u-icon-font {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle-info:before {
    content: "\e64e";
}

.icon-one2one:before {
    content: "\e600";
}

.icon-edit:before {
    content: "\e601";
}

.icon-call:before {
    content: "\e602";
}

.icon-play:before {
    content: "\e603";
}

.icon-show:before {
    content: "\e604";
}

.icon-zoomin:before {
    content: "\e605";
}

.icon-notfullscreen:before {
    content: "\e606";
}

.icon-close:before {
    content: "\e607";
}

.icon-fullscreen:before {
    content: "\e608";
}

.icon-delete:before {
    content: "\e609";
}

.icon-arrowleft:before {
    content: "\e60a";
}

.icon-search:before {
    content: "\e60b";
}

.icon-zoomout:before {
    content: "\e60c";
}

.icon-arrowright:before {
    content: "\e60d";
}

.icon-download:before {
    content: "\e60e";
}

.icon-rotate:before {
    content: "\e60f";
}

.icon-refresh:before {
    content: "\e610";
}

.icon-pause:before {
    content: "\e611";
}

.icon-avatar:before {
    content: "\e612";
}

.icon-avatarGroup:before {
    content: "\e613";
}

.icon-success:before {
    content: "\e614";
}

.icon-clock:before {
    content: "\e615";
}

.icon-kfBusy:before {
    content: "\e616";
}

.icon-kfRest:before {
    content: "\e617";
}

.icon-kfOnline:before {
    content: "\e618";
}

.icon-save:before {
    content: "\e619";
}

.icon-cancel:before {
    content: "\e61a";
}

.icon-transfer:before {
    content: "\e61b";
}

.icon-wrong:before {
    content: "\e621";
}

.icon-correct:before {
    content: "\e622";
}

.icon-hammer:before {
    content: "\e623";
}

.icon-message:before {
    content: "\e624";
}

.icon-note:before {
    content: "\e625";
}

.icon-dashboard:before {
    content: "\e626";
}

.icon-monitor:before {
    content: "\e627";
}

.icon-list:before {
    content: "\e628";
}

.icon-msge:before {
    content: "\e61c";
}

.icon-msgx:before {
    content: "\e61d";
}

.icon-coffee:before {
    content: "\e61f";
}

.icon-stop:before {
    content: "\e620";
}

.icon-mobile:before {
    content: "\e62a";
}

.icon-triangle-down:before {
    content: "\e61e";
}

.icon-triangle-right:before {
    content: "\e629";
}

.icon-grid:before {
    content: "\e62b";
}

.icon-account:before {
    content: "\e62c";
}

.icon-shop:before {
    content: "\e62d";
}

.icon-correct1:before {
    content: "\e62e";
}

.icon-testPaper:before {
    content: "\e62f";
}

.icon-selectPart:before {
    content: "\e630";
}

.icon-selectNull:before {
    content: "\e631";
}

.icon-selectAll:before {
    content: "\e632";
}

.icon-people:before {
    content: "\e633";
}

.icon-gear:before {
    content: "\e634";
}

.icon-export:before {
    content: "\e635";
}

.icon-funnel:before {
    content: "\e636";
}

.icon-arrowdown:before {
    content: "\e637";
}

.icon-arrowup:before {
    content: "\e638";
}

.icon-messages:before {
    content: "\e639";
}

.icon-kfHangup:before {
    content: "\e63a";
}

.icon-upload:before {
    content: "\e63b";
}

.icon-vip4:before {
    content: "\e63c";
}

.icon-vip9:before {
    content: "\e63d";
}

.icon-vip3:before {
    content: "\e63e";
}

.icon-vip5:before {
    content: "\e63f";
}

.icon-vip7:before {
    content: "\e640";
}

.icon-vip6:before {
    content: "\e641";
}

.icon-vip8:before {
    content: "\e642";
}

.icon-vip1:before {
    content: "\e643";
}

.icon-vip2:before {
    content: "\e644";
}

.icon-vip10:before {
    content: "\e645";
}

.icon-gps:before {
    content: "\e646";
}

.icon-order:before {
    content: "\e647";
}

.icon-express:before {
    content: "\e648";
}

.icon-doubleArrowUp:before {
    content: "\e649";
}

.icon-msgList:before {
    content: "\e64a";
}

.icon-vip11:before {
    content: "\e64b";
}

.icon-circle-ok:before {
    content: "\e64c";
}

.icon-circle-etc:before {
    content: "\e64d";
}

.icon-cb:before {
    content: "\e650";
}

.icon-cb-sel:before {
    content: "\e651";
}

.icon-loading:before {
    content: "\e64f";
}

.icon-empty:before {
    content: "\e652";
}

.icon-headphone:before {
    content: "\e653";
}

.icon-telephone:before {
    content: "\e654";
}

.icon-long-arrowup:before {
    content: "\e655";
}

.icon-long-arrowdown:before {
    content: "\e656";
}

.icon-detail:before {
    content: "\e657";
}

.icon-unread:before {
    content: "\e658";
}

.icon-emoticon-smile:before {
    content: "\e659";
}

.icon-list-ol:before {
    content: "\e65b";
}

.icon-text-decoration:before {
    content: "\e65c";
}

.icon-text-italy:before {
    content: "\e65d";
}

.icon-text-bold:before {
    content: "\e65e";
}

.icon-picture:before {
    content: "\e65f";
}

.icon-align-left:before {
    content: "\e660";
}

.icon-align-center:before {
    content: "\e661";
}

.icon-align-right:before {
    content: "\e662";
}

.icon-paperClip:before {
    content: "\e663";
}

.icon-square:before {
    content: "\e665";
}

.icon-list-ul:before {
    content: "\e664";
}

.icon-font-size:before {
    content: "\e65a";
}

.icon-editor:before {
    content: "\e666";
}

.icon-thumbs-down:before {
    content: "\e667";
}

.icon-thumbs-up:before {
    content: "\e668";
}

.icon-pallet:before {
    content: "\e669";
}

.icon-eraser:before {
    content: "\e66a";
}

.icon-doubleArrowDown:before {
    content: "\e66b";
}

.icon-book:before {
    content: "\e66c";
}

.icon-robotC3po:before {
    content: "\e66d";
}

.icon-target:before {
    content: "\e66e";
}

.icon-graduateCap:before {
    content: "\e66f";
}

.icon-interlude:before {
    content: "\e670";
}

.icon-diamond:before {
    content: "\e671";
}

.icon-gps2:before {
    content: "\e672";
}

.icon-squareReduce:before {
    content: "\e673";
}

.icon-squarePlus:before {
    content: "\e674";
}

.icon-robotBB8:before {
    content: "\e675";
}

.icon-magnifier:before {
    content: "\e676";
}

.icon-lighting:before {
    content: "\e677";
}

.icon-circle-question-revert:before {
    content: "\e678";
}

.icon-man-in:before {
    content: "\e679";
}

.icon-chaolianjie:before {
    content: "\e67a";
}

.icon-inner:before {
    content: "\e67b";
}

.icon-outer:before {
    content: "\e67c";
}

.icon-circle-question:before {
    content: "\e67d";
}

.icon-mute:before {
    content: "\e67e";
}

.icon-hangup:before {
    content: "\e67f";
}

.icon-star-out:before {
    content: "\e680";
}

.icon-call-back:before {
    content: "\e681";
}

.icon-clock-reminder:before {
    content: "\e682";
}

.icon-Shape:before {
    content: "\e683";
}

.icon-blacklist:before {
    content: "\e684";
}

.icon-chart-monitor:before {
    content: "\e687";
}

.icon-invalid:before {
    content: "\e688";
}

.icon-ineffective:before {
    content: "\e689";
}

.icon-valid:before {
    content: "\e68a";
}

.icon-voice-big:before {
    content: "\e685";
}

.icon-voice-small:before {
    content: "\e686";
}

.icon-voice-middle:before {
    content: "\e68b";
}

.icon-set-type:before {
    content: "\e68c";
}

.icon-jingshi:before {
    content: "\e68d";
}

.f-dn {
    display: none;
}

.g-section.swiper {
    margin-top: 61px;
}

.g-section.intro {
    padding-top: 58px;
    padding-bottom: 84px;
    background-color: #fff;
}

.g-section.teacher {
    padding-top: 48px;
    padding-bottom: 84px;
    background-color: #f7f7f7;
}

.g-section.course {
    padding-top: 48px;
    padding-bottom: 84px;
    background-color: #fff;
}

.g-section.mcourse {
    padding-top: 48px;
    padding-bottom: 84px;
    background-color: #f7f7f7;
}

.u-title0 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 1.5;
}

.u-title1 {
    text-align: center;
    font-size: 38px;
    color: #383838;
    line-height: 1.5;
}

.u-icon18 {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 18px;
    height: 18px;
}

.u-icon18.icon-fire {
    background: url(../images/index-fire@2x.png) no-repeat;
    background: url(../images/index-fire@1x.png) no-repeat \9;
    background-size: 18px auto;
}

.u-icon50 {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.u-icon50.icon-dropdown {
    background: url(../images/index-dropdown@2x.png) no-repeat;
    background: url(../images/index-dropdown@1x.png) no-repeat \9;
    background-size: 38px auto;
    transition: 0.2s ease;
    transform: rotate(0deg);
}

.u-icon50.icon-dropdown:hover {
    opacity: 0.9;
}

.u-icon50.icon-dropdown.z-reverse {
    transform: rotate(180deg);
    transition: 0.2s ease;
}

.shortLine {
    display: block;
    width: 50px;
    height: 5px;
    margin: 0 auto;
    background-color: #3ea0ff;
}

.m-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
}

.m-swiper-main {
    height: 714px;
}

.m-swiper-main .swiper-slide.default {
    text-align: center;
    background-image: url(../images/index-banner-bg.png);
    background-size: auto 714px;
    background-position: center top;
    background-repeat: repeat-x;
}

.m-swiper-main .swiper-slide.default .conWrapper {
    position: relative;
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 980px;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .m-swiper-main .swiper-slide.default .conWrapper {
        width: 1180px;
    }
}

.m-swiper-main .pagination {
    position: relative;
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: auto;
    bottom: 65px;
    padding: 5px 13px;
    padding-bottom: 3px;
    border-radius: 16px;
    text-align: center;
}

.m-swiper-main .swiper-pagination-switch {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 10px;
    height: 10px;
    background: url(../images/pagination-pt@2x.png) no-repeat;
    background: url(../images/pagination-pt@1x.png) no-repeat \9;
    background-size: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 7px;
    margin-right: 7px;
}

.m-swiper-main .swiper-pagination-switch.swiper-active-switch {
    width: 30px;
    height: 10px;
    background: url(../images/pagination-ptc@2x.png) no-repeat;
    background: url(../images/pagination-ptc@1x.png) no-repeat \9;
    background-size: 30px 10px;
}

.video-js {
    width: 850px;
    height: 478px;
    margin: 0 auto;
    margin-top: 150px;
}

.video-js.my-video-dimensions {
    width: 850px;
    height: 478px;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.95;
}

.video-js .vjs-big-play-button:before {
    top: 2px;
    left: 1px;
    color: #000;
}

.video-js .vjs-big-play-button:hover {
    opacity: 0.7;
}

.m-intro {
    width: 1000px;
    margin: 0 auto;
}

.m-intro .u-title1 {
    padding-bottom: 40px;
}

.m-intro .list .item {
    position: relative;
    margin-top: 40px;
}

.m-intro .list .name {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #383838;
    line-height: 1.5;
    font-weight: 700;
}

.m-intro .list .value {
    font-size: 16px;
    color: #383838;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.m-teacher {
    width: 1015px;
    margin: 0 auto;
}

.m-teacher .u-title1 {
    padding-bottom: 40px;
}

.m-teacher .list {
    margin-top: 50px;
    margin-left: -8px;
}

.m-teacher .list .item {
    text-align: left;
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 236px;
    margin-left: 15px;
    margin-top: 32px;
    zoom: 1;
    background-color: #fff;
    transition: 0.1s ease;
    height: 370px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.m-teacher .list .item:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.m-teacher .list .item .img {
    width: 236px;
    height: 174px;
    overflow: hidden;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.m-teacher .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s ease;
}

.m-teacher .list .item .content {
    overflow: hidden;
    height: 180px;
    padding: 10px 15px;
}

.m-teacher .list .item.first {
    margin-left: 0;
}

.m-teacher .list .item .name {
    font-size: 24px;
    color: #383838;
    line-height: 26px;
}

.m-teacher .list .item .post {
    font-size: 14px;
    color: #383838;
    line-height: 26px;
    margin-top: 6px;
}

.m-teacher .list .item .desc {
    font-size: 12px;
    color: #383838;
    line-height: 26px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
}

.m-teacher .list .item:hover {
    background-color: #3ea0ff;
    transition: 0.1s ease;
}

.m-teacher .list .item:hover .img img {
    transform: scale(1.1);
    transition: 1s ease;
}

.m-teacher .list .item:hover .content {
    cursor: text;
}

.m-teacher .list .item:hover .name {
    color: #fff;
}

.m-teacher .list .item:hover .post {
    color: #fff;
}

.m-teacher .list .item:hover .desc {
    color: #fff;
}

.m-course {
    width: 758px;
    margin: 0 auto;
}

.m-course .u-title1 {
    padding-bottom: 40px;
}

.m-course .list {
    margin-top: 50px;
    border-top: 1px solid #dedede;
}

.m-course .list .item {
    border-bottom: 1px solid #dedede;
}

.m-course .list .main {
    position: relative;
    padding: 20px 0;
}

.m-course .list .main .number {
    position: absolute;
    top: 25px;
    width: 40px;
    font-size: 22px;
    color: #383838;
    line-height: 1.5;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-course .list .main .content {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    width: 700px;
    margin-left: 50px;
    margin-right: 200px;
    font-size: 22px;
    color: #383838;
    line-height: 1.5;
}

.m-course .list .main .content .name {
    position: relative;
    white-space: nowrap;
    font-size: 22px;
    color: #383838;
}

.m-course .list .main .content .name .namep {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    max-width: 500px;
    width: 500px \9;
    vertical-align: middle;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-course .list .main .content .name .corner {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #f66363;
    margin-left: 10px;
}

.m-course .list .main .content .desc {
    font-size: 14px;
    color: #383838;
    line-height: 1.5;
    margin-top: 15px;
    margin-right: 125px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-course .list .main .icon-dropdown {
    position: absolute;
    top: 25px;
    right: 10px;
    opacity: 0.6;
}

.m-course .list .main .icon-dropdown:hover {
    opacity: 1;
}

.m-course .list .panel {
    padding: 10px 20px 20px 52px;
    background-color: #f7f7f7;
}

.m-course .list .panel .itm {
    position: relative;
    margin-top: 20px;
}

.m-course .list .panel .itm .name .namep {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    max-width: 550px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #383838;
    line-height: 1.5;
    vertical-align: middle;
    margin-right: 10px;
}

.m-course .list .panel .itm .name .corner {
    font-size: 12px;
    color: #f66363;
    line-height: 1.5;
}

.m-course .list .panel .itm .link {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #3ea0ff;
    line-height: 1.5;
}

.m-course .list .panel .itm:hover .namep {
    color: #000;
}

.m-course .list .panel .itm:hover .link {
    color: #237ed9;
}

.m-mcourse {
    width: 1020px;
    margin: 0 auto;
}

.m-mcourse .u-title1 {
    padding-bottom: 40px;
}

.m-mcourse .list {
    margin-top: 50px;
    margin-left: -8px;
}

.m-mcourse .list .item {
    display: inline-block;
    *display: inline-blockine;
    *zoom: 1;
    vertical-align: top;
    width: 318px;
    margin-left: 19px;
}

.m-mcourse .list .item .img {
    overflow: hidden;
}

.m-mcourse .list .item .img img {
    display: block;
    width: 318px;
    height: 181px;
    transition: 1s ease;
}

.m-mcourse .list .item .ttl {
    font-size: 22px;
    color: #383838;
    line-height: 1.5;
    margin-top: 20px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-mcourse .list .item .desc {
    font-size: 14px;
    color: #383838;
    line-height: 1.5;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.m-mcourse .list .item:hover img {
    transform: scale(1.1);
    transition: 1s ease;
}