@charset "utf-8";
body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 12px;
    line-height: 20px;
    color: #000;
    position: relative;
    min-width: 1200px;
}

a {
    color: #000;
}

.top {
    clear: both;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 50px;
}

.top a {
    margin: 0 13px;
}

.banner {
    clear: both;
    width: 100%;
    height: 479px;
    position: relative;
    background: url(../images/banner_0513.jpg) no-repeat center top;
}

.icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 216px;
    margin-left: 203px;
}

.bgCircle {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 188px;
    margin-left: 256px;
}

.bgCircle img {
    position: absolute;
    left: 0;
    top: 0;
}

.bgCircle .a1 {
    animation: pic 1.6s linear infinite;
}

.bgCircle .a2 {
    animation: pic 1.6s 0.8s linear infinite;
    transform: scale(0.1, 0.1);
}

@keyframes pic {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0.3;
    }
}

.nav {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -600px;
}

.nav ul {
    width: 1500px;
    height: 50px;
}

.nav li {
    float: left;
    display: inline;
    width: 250px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: url(../images/na1.png) no-repeat right top;
}

.nav li a {
    color: #fff;
}

.nav li.first,
.nav li.first a {
    color: #000;
    width: 130px;
}

.nav li.nobg {
    background: none;
}

.news {
    clear: both;
    width: 1200px;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto 40px;
}

.pic {
    width: 680px;
    height: 383px;
    position: relative;
    float: left;
    overflow: hidden;
}

.pic li {
    width: 680px;
    height: 383px;
    float: left;
    position: relative;
}

.pic li img {
    width: 680px;
    height: 383px;
}

.pic li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 35px;
    background: url(../images/p1.png);
    z-index: 5;
    text-shadow: 2px 2px 2px #000;
}

.pic li p a {
    color: #fff;
}

.pic .scL,
.pic .scR {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 152px;
    z-index: 2;
    cursor: pointer;
}

.pic .scL {
    left: 0;
    background: url(../images/a1.png);
}

.pic .scL:hover {
    background: url(../images/b1.png);
}

.pic .scR {
    right: 0;
    background: url(../images/a2.png);
}

.pic .scR:hover {
    background: url(../images/b2.png);
}

.pic .menu {
    clear: both;
    text-align: center;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 6;
}

.pic .menu span {
    background-color: #888;
    border-radius: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.pic .menu .cur {
    background-color: #CB0167;
    width: 50px;
    transition: all 0.2s linear;
    transform-origin: center center;
}

.text {
    width: 490px;
    float: right;
}

.text h2 {
    padding: 9px 0 20px;
    font-size: 22px;
    line-height: 36px;
    color: #4A6CB3;
    font-weight: normal;
}

.text h2 a {
    color: #4A6CB3;
}

.text p {
    clear: both;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #656565;
}

.text ul {
    clear: both;
    border-top: 1px dashed #C0C0C0;
    padding-top: 15px;
}

.text li {
    clear: both;
    font-size: 14px;
    padding: 10px 0;
}

.text h3 {
    clear: both;
    float: right;
    font-weight: normal;
    width: 90px;
    line-height: 42px;
    transform: skew(-30deg);
    text-align: center;
    background: #267cf1;
    font-size: 14px;
    margin-right: 15px;
}

.text h3 a {
    transform: skew(30deg);
    color: #fff;
    display: block;
}

.title_r {
    float: right;
    font-weight: normal;
    width: 90px;
    line-height: 42px;
    transform: skew(-30deg);
    text-align: center;
    background: #267cf1;
    font-size: 14px;
    margin-right: 15px;
    display: block;
}

.title_r a {
    transform: skew(30deg);
    color: #fff;
    display: block;
}

.banner_item {
    width: 1200px;
    margin: 0 auto 10px;
}

.banner_item img {
    width: 100%;
}

.lm {
    clear: both;
    width: 1200px;
    height: 20px;
    margin: 0 auto 40px;
    background: url(../images/bg1.gif) repeat-x left center;
}

.lm.mb20 {
    margin: 0 auto 20px;
}

.lm h3 {
    float: left;
    display: inline;
    background: #fff;
    padding: 0 20px;
    border-left: 3px solid #CD0065;
    font-weight: normal;
    font-size: 18px;
    color: #CA0167;
}

.lm p {
    float: left;
    display: inline;
    padding-right: 25px;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
}

.lm a {
    /* float: right;
    display: inline-block;
    background: #fff;
    padding-left: 12px; */
    font-size: 14px;
}

.footer {
    clear: both;
    background-color: #4489CA;
    padding-bottom: 55px;
}

.footer h3 {
    text-align: center;
    height: 95px;
    font-size: 18px;
    color: #fff;
    line-height: 95px;
}

.footer .all {
    width: 1200px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.footer .all div {
    width: 358px;
    float: left;
    display: inline;
    margin-left: 154px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer .all div a {
    line-height: 30px;
}

.footer .all dl {
    clear: both;
    zoom: 1;
    overflow: hidden;
}

.footer .all dt {
    width: 80px;
    float: left;
    font-weight: bold;
}

.footer .all dd {
    width: 270px;
    float: left;
}

.bottom {
    clear: both;
    text-align: center;
    padding: 10px 0 5px;
    font-size: 14px;
    line-height: 30px;
}

.sound {
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.soundall {
    zoom: 1;
    overflow: hidden;
}

.sound ul {
    width: 1200px;
    zoom: 1;
    overflow: hidden;
    float: left;
    display: inline;
}

.sound li {
    width: 320px;
    height: 165px;
    overflow: hidden;
    float: left;
    margin: 0 43px 40px 27px;
    padding-left: 205px;
    position: relative;
}

.sound li img {
    width: 160px;
    height: 140px;
    position: absolute;
    z-index: 1;
    left: 12px;
    top: 12px;
}

.sound li span {
    display: block;
    width: 226px;
    height: 226px;
    position: absolute;
    left: -21px;
    top: -26px;
    background: url(../images/hexagon.png) no-repeat 50% 50%;
    z-index: 2;
}

.sound li span:hover {
    transition: transform .3s ease-out;
    transform: scale(1.05);
    transform-origin: center center;
}

.sound li h2 {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 12px;
}

.sound li p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #8e8e8e;
}

.sound li p a {
    color: #8e8e8e;
}

.soundMenu {
    clear: both;
    width: 1200px;
    height: 10px;
    margin: 0 auto 28px auto;
    text-align: center;
}

.soundMenu span {
    background-color: #888;
    border-radius: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.soundMenu span.cur {
    background-color: #CB0167;
    width: 50px;
    transition: all 0.2s linear;
    transform-origin: center center;
}

.understand {
    clear: both;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 40px;
}

.understand ul {
    clear: both;
    zoom: 1;
    overflow: hidden;
    width: 1300px;
}

.understand li {
    width: 386px;
    height: 251px;
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.understand .red {
    background: url(../images/g1.jpg) no-repeat 0 0;
}

.understand .blue {
    background: url(../images/g2.jpg) no-repeat 0 0;
}

.understand li h3 {
    height: 60px;
    overflow: hidden;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.understand li p {
    padding: 25px 30px 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

@media screen and (max-device-width:1200px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .top,
    .banner,
    .footer,
    .bottom {
        width: 1200px;
    }
}

.fade {
    width: 1200px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.menu_fade {
    width: 100%;
    border-bottom: 2px solid #b80f73;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 50px;
    padding-left: 13px;
}

.menu_fade .fadebox {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 40px;
    color: #000;
    transform: skew(-30deg);
    border-right: 1px solid #b80f73;
    cursor: pointer;
}

.menu_fade .fadebox span {
    transform: skew(30deg);
    display: block;
}

.menu_fade .fadebox.cur {
    background: #b80f73;
    border: none;
}

.menu_fade .fadebox.cur span {
    color: #fff;
}

.content_fade {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    height: 420px;
    position: relative;
}

.pic_fade {
    width: 800px;
    height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
}

.pic_fade li {
    width: 800px;
    height: 420px;
    float: left;
    position: relative;
}

.pic_fade img {
    width: 800px;
    height: 420px;
}

.pic_fade p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    background: url(../images/p1.png);
    color: #fff;
}

.pic_fade p a {
    color: #fff;
}

.pic_fade .larr {
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    background: url(../images/a1.png);
    top: 170px;
    cursor: pointer;
}

.pic_fade .rarr {
    width: 40px;
    height: 80px;
    position: absolute;
    right: 0;
    background: url(../images/a2.png);
    top: 170px;
    cursor: pointer;
}

.content_fade dl {
    width: 360px;
    float: right;
}

.content_fade dt {
    height: 55px;
    line-height: 56px;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    color: #b80f73;
    margin-bottom: 20px;
}

.content_fade dd {
    font-size: 14px;
    line-height: 28px;
}

.more_btn {
    position: absolute;
    right: 17px;
    bottom: 30px;
    width: 90px;
    line-height: 42px;
    transform: skew(-30deg);
    text-align: center;
    background: #267cf1;
    font-size: 14px;
}

.more_btn a {
    transform: skew(30deg);
    color: #fff;
    display: block;
}

.spec {
    clear: both;
    width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}

.spec .scL,
.spec .scR {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -40px;
    cursor: pointer;
}

.spec .scL {
    left: 0;
    background: url(../images/a1.png);
}

.spec .scL:hover {
    background: url(../images/b1.png);
}

.spec .scR {
    right: 0;
    background: url(../images/a2.png);
}

.spec .scR:hover {
    background: url(../images/b2.png);
}

.spec .all {
    zoom: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.spec ul {
    zoom: 1;
    overflow: hidden;
    width: 1200px;
    padding: 20px 0;
}

.spec li {
    width: 200px;
    float: left;
    margin: 0 20px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #A3A3A3;
    line-height: 24px;
}

.spec li a {
    color: #A3A3A3;
}

.spec img {
    width: 158px;
    height: 138px;
    margin-top: 12px;
    transition: all 0.5s;
    padding: 1px;
}

.spec .cover {
    width: 100%;
    height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/circle.png) no-repeat 50% 50%;
    transition: all 0.5s;
    background-size: auto auto;
}

.spec li:hover img,
.spec li:hover .cover {
    transform: scale(1.15, 1.15);
}

.spec .txt {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    padding: 30px 0 5px;
    display: block;
}

.spec .txt a {
    color: #000;
}

.spec .larr {
    width: 30px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 25%;
    cursor: pointer;
    background: url(../images/lar.png);
}

.spec .rarr {
    width: 30px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 25%;
    cursor: pointer;
    background: url(../images/rar.png);
}

.specMenu {
    clear: both;
    width: 1200px;
    height: 10px;
    text-align: center;
    margin: 0 auto 30px;
}

.specMenu span {
    background-color: #888;
    border-radius: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}

.specMenu .cur {
    background-color: #CB0167;
    width: 50px;
    transition: all 0.2s linear;
    transform-origin: center center;
}

.login {
    width: 126px;
    height: 126px;
    position: absolute;
    left: 50%;
    margin-left: 610px;
    top: 560px;
}

.login.mlogin {
    position: fixed;
    top: 50%;
    left: auto;
    right: 0;
    margin-left: 0;
}

.login.middle {
    position: fixed;
    top: 50%;
}

.login.bottom {
    position: absolute;
    top: auto;
    bottom: 500px;
}

@keyframes page_bg {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes page_dot {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.p1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    animation: page_bg 2s linear infinite;
    -webkit-animation: page_bg 2s linear infinite;
}

.p2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -63px;
    margin-top: -63px;
    width: 126px;
    height: 126px;
    animation: page_dot 2s linear infinite;
    -webkit-animation: page_dot 10s linear infinite;
}

.p3 {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    bottom: 19px;
}

.login a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
}