@charset "utf-8";

/* CSS Document */


/*top*/

.top {
    min-width: 1200px;
    max-width: 100%;
    height: 100px;
    border: 1px solid #cecece;
}

.top_1 {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
}

.logo {
    padding: 5px;
    padding-top: 18px;
}

#nav {
    height: 90px;
    line-height: 90px;
    font-family: "微软雅黑";
    font-size: 18px;
}

#nav a {
    color: #5a5a5b;
    text-decoration: none;
    display: block;
    float: left;
    overflow: hidden;
}

#nav a:hover,
#nav a.on {
    color: #0099ff;
    text-decoration: none;
    border-top: 4px solid #0099ff;
}

#nav li {
    float: left;
    padding: 0 30px;
}

#nav li.jc a {
    cursor: pointer;
}

#nav li .list {
    line-height: 40px;
    list-style-type: none;
    text-align: center;
    padding: 20px 0px;
    position: absolute;
    width: 180px;
    top: 90px;
    background: #fff;
    overflow: hidden;
    margin-left: -55px;
    z-index: 999999999;
    left: -999em;
    font-size: 16px;
}

#nav li ul li {
    float: left;
}

#nav li ul a {
    width: 120px;
    text-align: center;
    border: none;
}

#nav li ul a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    border: none;
    background: #0099ff;
}

#nav li:hover ul {
    left: auto;
}

#nav li.sfhover ul {
    left: auto;
}


/*banner*/

.banner {
    min-width: 1200px;
    max-width: 100%;
    height: 815px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}


/* slide */

.slide-main {
    height: 815px;
    position: relative;
}

.prev,
.next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 222;
    top: 330px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    _border: 1px solid none;
}

.prev {
    left: 70px;
}

.next {
    right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.item {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
    top: 650px;
    left: 70%;
}

.item a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 11px;
    background: url(../images/02.png) 0 0 no-repeat;
    overflow: hidden;
}

.item a.cur {
    background: url(../images/01.png) 0 0 no-repeat;
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    height: 815px;
    overflow: hidden;
}

.slide-box {
    position: relative;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.slide {
    display: none;
    height: 815px;
    background: #000;
    position: relative;
    z-index: 8;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

#bgstylea {
    background: #000;
}

#bgstyleb {
    background: #000;
}

#bgstylec {
    background: #000;
    height: 815px;
}

.slide a {
    display: block;
    width: 100%;
    height: 490px;
    cursor: pointer;
}

.obj-a,
.obj-c,
.obj-f {
    position: relative;
    top: 0px;
    z-index: -1;
}

.obj-e,
.obj-g,
.obj-d {
    position: relative;
    top: 0px;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
    margin-top: -540px;
}

.obj-h {
    top: 20px;
    left: 20px;
}

.obj-d-l {
    padding-left: 210px;
}

.obj-f {
    background: url(../images/banner/carousel4.jpg) top no-repeat;
    height: 815px;
}

.obj-a {
    background: url(../images/banner/carousel3.jpg) top no-repeat;
    height: 815px;
}

.obj-b {
    background: url(../images/banner/carousel6.jpg) top no-repeat;
    height: 815px;
}

.obj-c {
    background: url(../images/banner/carousel1.jpg) top no-repeat;
    height: 815px;
}

.obj-j {
    background: url(../images/banner/carousel5.jpg) top no-repeat;
    height: 815px;
}

.obj-q {
    background: url(../images/banner/carousel7.jpg) top no-repeat;
    height: 815px;
}

.banAnimate .obj-b,
.banAnimate .obj-a {
    display: block;
    animation-name: baoAni;
    -webkit-animation: baoAni 0.4s linear 0s normal none;
    -moz-animation: baoAni 0.4s linear 0s normal none;
    animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@-moz-keyframes baoAni {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@keyframes baoAni {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

.banAnimate .obj-g {
    display: block;
    animation-name: saAni;
    -webkit-animation: saAni 0.4s linear 0s normal none;
    -moz-animation: saAni 0.4s linear 0s normal none;
    animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes saAni {
    from {
        opacity: 0;
        -moz-transform: scale(0, 0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes saAni {
    from {
        opacity: 0;
        transform: scale(0, 0);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.watch-code.code-show {
    display: block;
    animation-name: scode;
    -webkit-animation: scode 0.3s linear 0s normal none;
    -moz-animation: scode 0.3s linear 0s normal none;
    animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
    from {
        opacity: 0;
        -webkit-transform: scale(1, 0);
        transform-origin: left bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

@-moz-keyframes scode {
    from {
        opacity: 0;
        -moz-transform: scale(1, 0);
        transform-origin: left bottom;
    }
    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
        transform-origin: bottom bottom;
    }
}

@keyframes scode {
    from {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: left bottom;
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

.banAnimate .obj-e {
    display: block;
    animation-name: saAnie;
    -webkit-animation: saAnie 0.3s linear 0s normal none;
    -moz-animation: saAnie 0.3s linear 0s normal none;
    animation: saAnie 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnie {
    from {
        opacity: 0;
        left: 50%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@-moz-keyframes saAnie {
    from {
        opacity: 0;
        left: 50%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@keyframes saAnie {
    from {
        opacity: 0;
        left: 50%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

.banAnimate .obj-c {
    display: block;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.3s linear 0s normal none;
    -moz-animation: saAnic 0.3s linear 0s normal none;
    animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes saAnic {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes saAnic {
    from {
        opacity: 0;
        left: 0%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

.banAnimate .obj-d {
    display: block;
    animation-name: saAnid;
    -webkit-animation: saAnid 0.3s linear 0s normal none;
    -moz-animation: saAnid 0.3s linear 0s normal none;
    animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
    from {
        opacity: 0;
        left: 80%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@-moz-keyframes saAnid {
    from {
        opacity: 0;
        left: 80%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

@keyframes saAnid {
    from {
        opacity: 0;
        left: 80%;
    }
    to {
        opacity: 1;
        left: 0%;
    }
}

.wrap {
    min-width: 1200px;
    max-width: 100%;
    height: 285px;
    background: url(../images/warp-bg.jpg) bottom repeat-x;
    margin-top: -106px;
    position: relative;
    z-index: 999;
}


/*main*/

.main {
    background: #016db6;
    height: 285px;
    width: 1200px;
    margin: 0 auto;
    clear: both;
    -webkit-box-shadow: 0 0 10px 3px #013558;
    -moz-box-shadow: 0 0 10px 3px #013558;
    box-shadow: 0 0 10px 3px #013558;
}


/*new*/

.new,
.about {
    width: 320px;
    padding: 30px 36px 0px 43px;
}

.n-head {
    height: 40px;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px dotted #fff
}

.n-head a.more {
    padding-top: 5px;
}

dl.hot-news {
    line-height: 24px;
    padding-top: 12px;
    color: #d8d8d8;
}

dl.hot-news dt,
dl.hot-news dd {
    height: 24px;
    overflow: hidden;
}

dl.hot-news dt {
    font-size: 15px;
    color: #f26b00;
    font-weight: bold;
}

dl.hot-news dd a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    background: #f26b00;
    padding: 3px 10px;
}

dl.hot-news dd a:hover {
    background: #fe7f1b;
}

ul.newsBoxlist {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

ul.newsBoxlist li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

ul.newsBoxlist a {
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #d8d8d8;
    float: left;
    font-size: 14px;
    text-indent: 15px;
    background: url(../images/n-icon_c141505.png) 0 center no-repeat;
}

ul.newsBoxlist a:hover {
    color: #fff;
    font-weight: bold;
}

ul.newsBoxlist span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}


/*about*/

.about {
    color: #d8d8d8;
}

dl.aboutBox {
    padding-top: 25px;
    line-height: 24px;
}

dl.aboutBox dt {
    float: left;
    margin-right: 15px;
}

dl.aboutBox dt img {
    border: 2px solid #e0e0e0;
}

dl.aboutBox dd {
    float: left;
    width: 210px;
}

dl.aboutBox dd a {
    color: #f26b00;
}

dl.aboutBox dd a:hover {
    color: #fe7f1b;
}


/*jion*/

.jion {
    width: 310px;
    padding: 35px 36px 0px 43px;
}

ul.jionBox {
    margin-top: 15px;
}

ul.jionBox li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 145px;
    float: left;
    padding-left: 10px;
    display: block;
    background: url(../images/icon.png) 3px 15px no-repeat;
}

ul.jionBox li img {
    margin-left: 5px;
}

ul.jionBox li a {
    color: #d8d8d8;
}


/*product*/

.product {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}

.con-box-title {
    border-left: 5px solid #0185de;
    color: #272a2c;
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
    text-indent: 15px;
}

.reload {
    color: #272a2c;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 0;
}

.g-hot-all {
    /*position: relative;*/
    width: 100%;
    clear: both;
}

.g-hot-wrap {
    height: 100%;
    /*left: 0;position: absolute;top: 0;*/
    width: 100%;
}

.cur-hot-box.cur {
    z-index: 5;
}

.cur-hot-box {
    overflow: visible;
    /*position: absolute;top: 0; height: 325px;left: 0;*/
    width: 1200px;
    z-index: 4;
}

.cur-hot-box.cur .hot-box {
    opacity: 1;
    transform: scale(1);
}

.cur-hot-box .hot-box {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: left;
    height: 315px;
    margin: 0px 30px 35px 0;
    opacity: 0;
    position: relative;
    transform: scale(0);
    transform-origin: center center 0;
    width: 380px;
    overflow: hidden;
}

.hot-link {
    display: block;
    height: 176px;
    overflow: hidden;
    position: relative;
    width: 400px;
}

.hot-link:hover .hot-font {
    opacity: 1;
    top: 0;
}

.hot-link .hot-font {
    height: 176px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    width: 380px;
}

.f-turn {
    transition: all 0.3s ease-in 0s;
}

.hot-link .hot-font .bg {
    background: #0185de none repeat scroll 0 0;
    height: 176px;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0px;
    width: 380px;
}

.hot-link .hot-font .con {
    left: 0;
    overflow: hidden;
    padding: 39px 30px;
    position: absolute;
    top: 0;
}

.hot-link .hot-font .font-qr {
    float: left;
    height: 100px;
    margin: 0 28px 0 0;
    width: 100px;
}

.hot-link .hot-font .txt {
    float: left;
    height: 99px;
    overflow: hidden;
    width: 172px;
}

.hot-link .hot-font .txt p {
    color: #ffffff;
    font: 14px/28px "Microsoft YaHei";
    height: 28px;
    overflow: hidden;
}

.hot-link .hot-font .txt .down-num {
    background: rgba(0, 0, 0, 0) url("../images/hot-down-icon_66eddd9.png") no-repeat scroll 0 8px;
    padding: 0 0 0 15px;
}

.hot-link .hot-font .score {
    position: relative;
}

.hot-link .hot-font .score span {
    background: rgba(0, 0, 0, 0) url("../images/score_8dbd1b9.png") repeat-x scroll 0 0;
    display: block;
    height: 20px;
    left: 68px;
    position: absolute;
    top: 3px;
    width: 90px;
}

.hot-link .hot-font .score em {
    background: rgba(0, 0, 0, 0) url("../images/score2_e281cef.png") repeat-x scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}

.hot-link .hot-font .score em.satr_1 {
    width: 20%;
}

.hot-link .hot-font .score em.satr_2 {
    width: 40%;
}

.hot-link .hot-font .score em.satr_3 {
    width: 60%;
}

.hot-link .hot-font .score em.satr_4 {
    width: 80%;
}

.hot-link .hot-font .score em.satr_5 {
    width: 100%;
}

.hot-title {
    color: #383838;
    font: 700 20px/32px "Microsoft YaHei";
    height: 32px;
    margin: 18px 0 0 20px;
    overflow: hidden;
}

.hot-txt {
    color: #9f9f9f;
    font: 14px "Microsoft YaHei";
    padding: 0 30px;
}

.gw-link {
    background: rgba(0, 0, 0, 0) url("../images/btn1_c7dd2d3.png") no-repeat scroll 0 -31px;
    bottom: 20px;
    color: #9f9f9f;
    display: block;
    font: 12px/30px "Micosoft YaHei";
    height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 88px;
}

.gw-link:hover {
    animation: 0.3s linear 0.2s normal none 1 running ani-gw-link;
    background-position: 0 0;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

@keyframes ani-gw-link {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 3px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes ani-gw-link {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 3px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}


/*footer*/

.footer {
    min-width: 1200px;
    max-width: 100%;
    background: #ebebeb;
    margin-top: 35px;
    overflow: hidden;
    padding-bottom: 20px;
    color: #444444;
}

.footerBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 24px;
    color: #666;
}

.footerBox .fr img {
    margin-top: 8px;
    margin-left: 10px;
}