* {
    padding: 0;
    margin: 0;
    user-select: none;
}

* {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html,
body {
    width: 100%;
    min-width: 800px;
}

ul li {
    list-style-type: none;
}

.box{
    width: 1200px;

    margin: auto;
    background-color: #eee;
}

#title {
    width: 100%;
}

.ttop {
    width: 90%;
    max-width: 1200px;
    height: 85px;
    margin: 0 auto;
}

.ttop div {
    display: inline-block;
    width: 33%;
    height: 100%;
    line-height: 85px;
}

.ttop .top1 {
    color: #d21a18;
    font-size: 30px;
}

.top2 label {
    position: relative;
}

.top2 label img {
    position: absolute;
    right: 0px;
    top: 1px;
}

.nav {
    width: 100%;
}

.wrap {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #6e0f6d;
    text-align: center;
    z-index: 666;
}

.wrap a {
    text-decoration: none;
    color: #fff;
}

.wrap a:hover {
    margin-top: -0.6px;
    color: #fff;
}

.wrap li {
    float: left;
    width: 171.42px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
}

.wrap .item li {
    height: 40px;
    line-height: 40px;
    background-color: #6e0f6d;
    opacity: 0.7;
}

.wrap li:hover {
    margin-top: -0.6px;
    background-color: #E76941;
    color: #fff;
}

.wrap ul {
    width: 170px;
    height: 1000px;
    position: absolute;
    left: 0px;
    top: 60px;
    display: none;
    z-index: 999;
}

.wrap li:hover {
    background-color: #E76941;
}

.wrap li a{
    display: block;
    width: 100%;
    height: 100%;
}

#content {
    width: 1200px;
    margin: 10px auto;
}

#content div {
    display: inline-block;
}

#content .t1 {
    width: 45%;
    min-width: 520px;
    max-width: 550px;
    vertical-align: top;
}

#content #t1 {
    height: 320px;
    vertical-align: bottom;
}

#content div:nth-child(n) {
    margin-left: 20px;
}

#content div:nth-child(2n) {
    margin-left: 80px;
}

#content .t2 {
    width: 540px;
    margin-top: 30px;
}

#content .t2 #banner {
    width: 520px;
    height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1em #4891C0;
}
#content .t2 #banner .pic {
    margin-left: 0px;
}
#content .t2 #banner .pic ul {
    width: 1000%;
    margin-left: -520px;
}

#content .t2 #banner .pic li {
    float: left;
}

#content .t2 #banner .tab ul {
    width: 72px;
    height: 14px;
    background: rgba(255, 255, 255, );
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -36px;
    border-radius: 7px;
}

#content .t2 #banner .tab ul li {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    float: left;
    margin: 2px;
    cursor: pointer;
}

#content .t2 #banner .tab ul li.on {
    background: #f60;
}

#content .t2 #banner .btn div {
    width: 24px;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    font-size: 26px;
    color: #e5e5e5;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    display: none;
}

#leftBtn {
    left: -20px;
}

#rightBtn {
    right: 0;
}

#content .t2 #banner .btn div.hover {
    background: rgba(0, 0, 0, 0.6);
}

#content div p {
    margin: 12px auto;
    text-align: left;
    margin-left: 20px;
}

#content div p a {
    color: #6e0f6d;
    text-decoration: none;
}


#content .title {
    position: relative;
    text-align: left;
    margin-left: 12px;
    font-size: 24px;
    color: #4482A5;
    margin-bottom: 20px;
}

#content .title a {
    border-bottom: 2px solid #4482A5;
}

#content .title img {
    position: absolute;
    right: 30px;
    top: 10px;
}

#content .t3 .t3-ul li {
    font-size: 18px;
    margin-top: 3px;
    letter-spacing: 1.5px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-left: 100px;
    list-style-type: circle;
    list-style-position: outside;
    color: darkcyan;
}

#content .t3 .t3-ul li a {
    margin-top: 5px;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    width: 540px;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

#content .t3 .t3-ul li a:hover {
    color: #f40;
    margin-left: 5px;
}

#content .t3 .t3-ul li span {
    position: absolute;
    right: 20px;
}

#content .t1 .t1-ul li {
    margin-top: 5px;
    letter-spacing: 1.3px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
    list-style-type: circle;
    list-style-position: outside;
    color: darkcyan;
}

#content .t1 .t1-ul li a {
    display: inline-block;
    width: 376px;
    height: 24px;
    margin-top: 2px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

#content .t1 .t1-ul li a:hover {
    color: #f40;
    margin-left: 5px;
}

#content .t1 .t1-ul li span {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.link {
    display: flex;
    box-sizing: border-box;
    padding: 10px 0;
    width: 1200px;
    margin: 30px auto;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.link img {
    display: inline-block;
}

.link a {
    margin-left: 10px;
    height: 40px;
    text-align: center;
    color: #6e0f6d;
    text-decoration: none;
}

.link ul li {
    width: 200px;
    height: 80px;
    background-size: contain;
    background-color: #6e0f6d;
}


.link ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.link ul li {
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    font-weight: 400;
    color: black;
}

.link ul li p {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
}

.link ul li p a{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
    opacity: 0.8;
}

.link li p:hover {
    box-shadow: 5px 5px 2px #343434;
    color: #6e0f6d;
    cursor: pointer;
}

.bottom { 
    height: 50px;
    width: 1200px;
    margin-top: 20px;
    background-color: #6e0f6d;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.bottom p{
    margin-bottom: 0;
}

#top {
    width: 4.2rem;
    height: 4.6rem;
    border-radius: 5px;
    background: #333333;
    position: fixed;
    right: 0.6rem;
    bottom: 1.0rem;
    text-align: center;
    color: #CCCCCC;
    cursor: pointer;
    transition: all .5s ease;
    display: none;
}

#top {
    width: 4.2rem;
    height: 4.6rem;
    border-radius: 5px;
    background: #333333;
    position: fixed;
    right: 0.6rem;
    bottom: 1.0rem;
    text-align: center;
    color: #CCCCCC;
    cursor: pointer;
    transition: all .5s ease;
    display: none;
}

#top p {
    margin-top: .5rem;
}

#top:hover {
    background: #f40;
    color: aliceblue;
    transition: all .5s ease;
}

#fixBox {
    position: fixed;
    left: 100px;
    top: 50px;
    z-index: 1;
    animation: myfixBox 10s linear infinite;
    -webkit-animation: myfixBox 10s linear infinite;
}

#fixBox a img {
    display: block;
    width: 250px;
    height: auto;
}

@keyframes myfixBox {
    0% {
        top: 50px;
    }
    50% {
        top: 150px;
    }
    100% {
        top: 50px;
    }
}

@-webkit-keyframes myfixBox {
    0% {
        top: 50px;
    }
    50% {
        top: 150px;
    }
    100% {
        top: 50px;
    }
}