        #jtzx:hover {
            transform: scale(1.1, 1.1);
            transition: transform 0.5s;
        }

        #sycy:hover #sycyt {
            filter: blur(5px);
        }

        #cytpr {
            border-radius: 20px;
        }

        A.applink:hover {
            border: 2px dotted #DCE6F4;
            padding: 2px;
            background-color: #ffff00;
            color: green;
            text-decoration: none
        }

        A.applink {
            border: 2px dotted #DCE6F4;
            padding: 2px;
            color: #2F5BFF;
            background: transparent;
            text-decoration: none
        }

        A.info {
            color: #2F5BFF;
            background: transparent;
            text-decoration: none
        }

        A.info:hover {
            color: green;
            background: transparent;
            text-decoration: underline
        }

        .videolist {
            position: relative;
            float: left;
            width: 1920px;
            height: 410px;
        }

        .videolist:hover {
            cursor: pointer;
        }

        .videoed {
            display: none;
            width: 50px;
            height: 50px;
            position: absolute;
            left: 45%;
            top: 45%;
            z-index: 99;
            border-radius: 100%;
        }

        .videos {
            display: none;
            border: 1px solid #080808;
            position: fixed;
            left: 50%;
            top: 50%;
            margin-left: -320px;
            margin-top: -210px;
            z-index: 100;
            width: 640px;
            height: 360px;
        }

        .vclose {
            position: absolute;
            right: 1%;
            top: 1%;
            border-radius: 100%;
            cursor: pointer;
        }

        .hdp1 {
            position: relative;
            overflow: auto;
            text-align: right;
            width: 500px;
            height: 100px;
            border-radius: 15px 15px;
        }

        .hdp1 ul li {
            float: left;
            width: 500px;
            height: 105px;
            margin-top: 6px;
        }

        .banner1 ul li img {
            width: 100%;
            height: auto;
            display: block;
        }

        .hdp1 .dots {
            position: absolute;
            left: 0;
            right: 5px;
            ;
            bottom: 7px;
            text-align: right;
            color: #000;
        }

        .hdp1 .dots li {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin: 0 2px;
            background: #fff;
            color: #000;
            text-align: center;
            cursor: pointer;
            opacity: .9;
            -webkit-transition: background 10s, opacity 10s;
            -moz-transition: background 10s, opac
        }

        .hdp1 .dots li.active {
            background: #e65d00;
            opacity: 1;
            color: #fff;
        }

        .hovereffect {
            width: 100%;
            height: 100%;
            float: left;
            overflow: hidden;
            position: relative;
            text-align: center;
            cursor: default;
        }

        .hovereffect .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.2s 0.2s ease-in-out;
            transition: all 0.3s 0.3s ease-in-out;
        }

        .hovereffect img {
            display: block;
            position: relative;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

        .hovereffect h2 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 14px;
            padding: 0px;
            margin-top: 18px;
        }

        .kyimg {
            box-shadow: 0px 0px 2px white inset;
            background: rgba(0, 0, 0, 0.7);
            position: absolute;
            bottom: 0px;
        }

        .hovereffect a.info {
            display: inline-block;
            text-decoration: none;
            padding: 7px 14px;
            text-transform: uppercase;
            color: #fff;
            border: 1px solid #fff;
            margin: 20px 0px 5px 0;
            background-color: transparent;
            -webkit-transform: translateY(-0px);
            -ms-transform: translateY(-0px);
            transform: translateY(-0px);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: 14px;
        }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

        .hovereffect:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

        .hovereffect:hover h2 {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .hovereffect:hover a.info {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }