body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.cttg-container {
    width: 100%;
    max-width: 1920px;
    height: 1176px;
    padding-top: 550px;
    background: url(../images/bg.png) no-repeat center top;
}

@-webkit-keyframes shadowAnimate {
    0% {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, .68)
    }

    50% {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 20px;
        box-shadow: 0 0 20px rgba(255, 255, 255, .68)
    }

    to {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, .68)
    }
}

@keyframes shadowAnimate {
    0% {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, .68)
    }

    50% {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 20px;
        box-shadow: 0 0 20px rgba(255, 255, 255, .68)
    }

    to {
        -webkit-box-shadow: rgba(255, 255, 255, .68) 0 0 0;
        box-shadow: 0 0 0 rgba(255, 255, 255, .68)
    }
}

.alert-window {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    max-width: 1920px;
    right: 0;
    margin: auto;
    display: none;
}

.alert-window div {
    width: 800px;
    height: 480px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: url(../images/znx5.png) no-repeat center center;
}

.alert-window p {
    font-size: 24px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 70px;
}

.alert-window h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}

.alert-window h3 a {
    color: #00ffd8;
}

.alert-window span {
    width: 30px;
    height: 30px;
    background: url(../images/znx6.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.cttg-btn {
    width: 337px;
    height: 64px;
    background: url(../images/btn.png) no-repeat center center;
    margin: auto;
    display: block;
    cursor: pointer;
}

.cttg-con-foot {
    width: 100%;
    height: 990px;
    padding-top: 50px;
}

.cttg-con-toggle {
    width: 900px;
    height: 346px;
    margin: 0 auto 30px;
    position: relative;
}
/*.cttg-con-toggle:before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 300px;*/
/*    height: 50px;*/
/*    background: url(../images/znx88.png) no-repeat center center;*/
/*    background-size: 100% 100%;*/
/*    top: -80px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*}*/
.left-btn {
    width: 33px;
    height: 50px;
    background: url(../images/l.png) no-repeat center center;
    position: absolute;
    top: 147px;
    left: 0;
    cursor: pointer;
}

.left-btn.no-click {
    opacity: 0.5;
    cursor: default;
}

.right-btn {
    width: 35px;
    height: 50px;
    background: url(../images/r.png) no-repeat center center;
    position: absolute;
    top: 147px;
    right: 0;
    cursor: pointer;
}

.right-btn.no-click {
    opacity: 0.5;
    cursor: default;

}

.cttg-con-img-bg {
    width: 798px;
    height: 346px;
    overflow: hidden;
    margin: auto;
    /*border: 1px solid #38ffd3;*/
}

.cttg-con-img {
    width: 100000px;
    height: 346px;
    font-size: 0;
    position: relative;
    left: 0;
    white-space: nowrap;
}

.cttg-con-li img {
    font-size: 0;
    width: 126px;
    height: 167px;
    display: block;
    border:1px solid #38ffd3;
    margin-bottom: 8px;
    vertical-align: middle;
}
.cttg-con-li img+img{
    margin-bottom:0;
}
.cttg-con-img .cttg-con-li{
    float:left;
    margin-left: 6px;
    font-size: 0;
}
.cttg-con-img .cttg-con-li:first-child{
    margin-left:0;
}