﻿* {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
}

html, body {
    font-size: 14px;
    background: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}

img {
    border: 0px;
}

ul, li, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
	color: #666;
}

ul, li {
    list-style-type: none;
}

input, button, select, textarea, select, option {
    outline: none;
}

select, option, textarea {
    resize: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.container:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mainTitle {
    width: 295px;
    margin: 0 auto;
    line-height: 70px;
    color: #666;
    font-size: 40px;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.seach {
    position: relative;
    margin-top: 40px;
    width: 300px;
    height: 30px;
    background: #fff;
}

.seach .seachText {
    width: 260px;
    color: #999999;
    font-size: 12px;
    padding: 0 0 0 6px;
    line-height: 1;
    margin: 0;
    border: 0;
    height: 30px;
}

.seach .btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #474747;
}

.seach .btn {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.seach .btn:hover {
    background: #000;
}

.seach .btn img {
    vertical-align: middle;
}

.vedioHide {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/blackbg.png);
    z-index: 4;
}

.vedioContent {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 450px;
    margin: -260px 0 0 -335px;
    z-index: 5;
    background: #fff;
    padding: 20px 20px 50px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.vedioContent iframe {
    width: 100% !important;
    height: 100% !important;
}

.vedioContent .vedioClose {
    position: absolute;
    bottom: 18px;
    right: 24px;
    cursor: pointer;
}

.header {
    margin: 0 auto;
    /*position: fixed;*/
    width: 1100px;
    height: 120px;
    background: #fff;
    z-index: 5;
    border-bottom: 1px solid #e0e0e0;
}

.header .container {
    height: 100%;
}

.header .headerLogo {
    position: absolute;
    top: 32px;
/*    width: 283px;*/
}

.header .nav .navTop {
    position: absolute;
    top: 0px;
    display: none;
    height: 4px;
    background: #1b76af;
}

.header .nav .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.header .nav {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56%;
    height: 120px;
    z-index: 1000;
}

.header .nav .child {
    position: relative;
    float: left;
    width: 10%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #666;
}

.header .nav .child.navChildSearch {
    line-height: 20px !important;
}

.header .nav .child:hover .title {
    color: #1b76af;
}

.header .nav .child:hover a ul {
    display: block;
}
.header .nav .child ul:hover {
    display: block;
}

.header .nav .child .title {
    font-size: 16px;
    color: #666;
}

.header .nav .child .title {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.header .nav .child.on .title {
    color: #1b76af;
}

.header .nav .child .childContent {
    display: none;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 1000;
}

.header .nav .child .childContent .childContentLi {
    background: url(../images/navchildbg.png);
    color: #666;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #c6c5c4;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
    -ms-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
}

.header .nav .child .childContent .childContentLi:hover {
    background: #1b76af;
    color: #fff;
}

.header .nav .child .language {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    font-size: 16px;
    color: #666;
}

.header .nav .child .language:hover {
    color: #1b76af;
}

.header .nav .child .language.cn {
    border-right: 1px solid #ccc;
}

.header .nav .child .language.on {
    color: #1b76af;
}

.header .nav .child .seachIcon {
    cursor: pointer;
}

.header .list {
    position: relative;
    background: #363839;
    z-index: 6;
}

.header .list .container {
    padding: 50px 0;
    display: none;
}

.header .list .content {
    width: 492px;
}

.header .list .listMTitle {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px;
}

.header .list .listTitle {
    position: relative;
    width: 100%;
}

.header .list .listTitle:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header .list .listTitle .title {
    border-bottom: 1px solid #999999;
    line-height: 36px;
    color: #B9B9B9;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.header .list .listTitle .title a {
    color: #B9B9B9;
    font-size: 14px;
}

.header .list .listTitle .title img {
    margin-right: 12px;
}

.header .list .listTitle .title .pointer {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 16px;
    width: 11px;
    height: 11px;
}

.header .list .listTitle .title .pointer .sub {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 11px;
    height: 1px;
    background: #999;
}

.header .list .listTitle .title .pointer .sub.sub2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.header .list .listTitle .title .pointer .sub.sub2 {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.header .list .listTitle .title .pointer.on .sub.sub2 {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.header .list .listTitle .listContent {
    display: none;
    width: 94%;
    float: right;
}

.header .list .addBtn {
    z-index: 5;
    cursor: pointer;
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(../images/addicon.png) no-repeat;
}

.header .list .addBtn .sub {
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
}

.header .list .addBtn .sub.sub1 {
    top: 12px;
    left: 22px;
}

.header .list .addBtn .sub.sub2 {
    top: 12px;
    left: 22px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.header .list .addBtn .sub.sub2 {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.header .list .addBtn.on .sub.sub2 {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.header .searchContent {
    display: none;
    position: absolute;
    bottom: -80px;
    right: 0px;
    padding: 25px;
    background-color: #f2efef;
    border-bottom: 1px solid #dcdadb;
    border-left: 1px solid #dcdadb;
}

.header .searchContent .seach {
    margin: 0;
}

.wapNavBtn {
    display: none;
    position: absolute;
    top: 38px;
    right: 32px;
    cursor: pointer;
}

.wapLanguage {
    display: none;
    position: absolute;
    top: 35px;
    right: 120px;
}

.wapLanguage .language {
    padding: 0 14px;
    color: #999999;
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wapLanguage .language.on {
    color: #1b76af;
}

.wapLanguage .language.cn {
    border-right: 3px solid #bababa;
}

.wapNavPointer {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.crumbs {
    padding-top: 120px;
    position: relative;
    height: 55px;
    line-height: 55px;
    background: url(../../../images/bannerbg.jpg) repeat-x;
    background-position: center top;
    border-bottom: 1px solid #e0e0e0;
}

.product
{
	background: url(../../../images/bannerbgproduct.jpg) repeat-x;
    background-position: center top;
}
.support
{
	background: url(../../../images/bannerbgsupport.jpg) repeat-x;
    background-position: center top;
}
.crumbs .title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-family: "" 微软雅黑 "";
}

.crumbs .childs {
    float: right;
    color: #FFF;
    font-size: 14px;
    font-family: "Hiragino Sans GB";
}

.crumbs .childs a {
    color: #FFF;
}

.crumbs .childs span {
    margin: 0 6px;
}

.main {
    padding: 40px 0 90px 0;
}

.main .maxTitle {
    position: relative;
    line-height: 34px;
}

.main .maxTitle span {
    position: relative;
    z-index: 1;
    padding-right: 18px;
    background: #fff;
    color: #1B76AF;
    font-size: 30px;
}

.main .maxTitle .sub {
    position: absolute;
    top: 18px;
    width: 100%;
    height: 1px;
    width: 100%;
    background: #d6d6d6;
}

.main .top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 300px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #d4d4d4;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.main .top {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.main .top:hover {
    background: #717373;
}

.main .top img {
    vertical-align: middle;
}

.footer {
}

.footer .title {
    color: #dadada;
    font-size: 16px;
    padding-top: 40px;
}

.footer .head {
    height: 222px;
    background: #717373;
}

.footer .head .left {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 300px;
}

.footer .head .right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 344px;
}

.footer .head .right .content {
    margin-top: 40px;
}

.footer .head .right .content img {
    margin-right: 6px;
}

.footer .head .right .content img {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.footer .head .right .content img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.footer .foot {
    height: 40px;
    background: #848080;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "微软雅黑";
}

.footer .foot a {
    color: #b7b7b7;
}

@media (max-width: 639px) {
    .container {
        width: 93.75%;
    }

    .mainTitle {
        width: 150px;
        line-height: 35px;
        font-size: 20px;
    }

    .seach {
        margin-top: 19px;
        width: 150px;
        height: 21px;
    }

    .seach .seachText {
        width: 125px;
        font-size: 12px;
        padding: 0 0 0 5px;
        line-height: 21px;
        height: 20px;
    }

    .seach .btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .vedioContent {
        width: 300px;
        height: 210px;
        margin: -130px 0 0 -160px;
        padding: 10px 10px 20px 10px;
    }

    .vedioContent iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .vedioContent .vedioClose {
        bottom: 5px;
        right: 10px;
    }

    .header {
        height: 50px !important;
    }

    .header .headerLogo {
        top: 13px !important;
        left: 16px;
        width: 100px;
    }

    .header .nav .navTop {
        display: none !important;
    }

    .header .nav {
        display: none;
        top: 50px;
        right: 0px;
        width: 100%;
        height: auto !important;
        background: #fff;
        padding-bottom: 10px;
    }

    .header .nav .child {
        float: none;
        width: 90%;
        text-align: left;
        margin: 0 auto;
        color: #333333;
        background-color: #f9f9f9;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        height: auto !important;
        line-height: 35px !important;
    }

    .header .nav .child:nth-child(2) {
        border-top: 1px solid #dadada;
    }

    .header .nav .child .title {
        font-size: 12px;
        color: #666;
        padding: 0 2%;
        display: inherit;
    }

    .header .nav .child .childContent {
        display: none;
        position: relative;
        top: 0px !important;
        width: 100%;
    }

    .header .nav .child .childContent .childContentLi {
        padding: 0 4%;
        color: #666;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        border-top: 1px solid #dadada;
        border-bottom: 0px;
    }

    .header .nav .navChildLanguage {
        display: none;
    }

    .header .nav .navChildSearch {
        display: none;
    }

    .header .list {
        display: none !important;
    }

    .header .searchContent {
        display: none !important;
    }

    .wapNavPointer {
        display: block;
        top: 3px;
        right: 3px;
    }

    .wapNavBtn {
        display: block;
        top: 19px;
        right: 16px;
        width: 24px;
    }

    .wapLanguage {
        display: block;
        top: 17px;
        right: 50px;
    }

    .wapLanguage .language {
        padding: 0 2px;
        font-size: 14px;
        line-height: 14px;
    }

    .wapLanguage .language.cn {
        border-right: 1px solid #bababa;
    }

    .crumbs {
        padding-top: 50px !important;
        height: 30px;
        line-height: 30px;
    }

    .crumbs .title {
        font-size: 12px;
    }

    .crumbs .childs {
        display: none;
    }

    .main {
        padding: 20px 0 45px 0;
    }

    .main .maxTitle {
        line-height: 20px;
    }

    .main .maxTitle span {
        padding-right: 8px;
        font-size: 18px;
    }

    .main .maxTitle .sub {
        top: 10px;
    }

    .footer {
        height: auto;
    }

    .footer .title {
        font-size: 12px;
        padding-top: 10px;
        line-height: 17px;
    }

    .footer .head {
        height: 95px;
    }

    .footer .head .left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
    }

    .footer .head .right {
        width: 130px;
    }

    .footer .head .right .content {
        margin-top: 16px;
    }

    .footer .head .right .content img {
        margin-right: 3px;
        height: 14px;
    }

    .footer .foot {
        height: auto;
        line-height: 14px;
        font-size: 12px;
        padding: 8px 0;
    }

    .footer .foot p {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 640px) and (max-width: 1023px ) {
    .container {
        width: 600px;
    }

    .mainTitle {
        width: 248px;
        line-height: 50px;
        font-size: 25px;
    }

    .seach {
        margin-top: 17px;
        width: 245px;
        height: 33px;
    }

    .seach .seachText {
        width: 235px;
        font-size: 16px;
        padding: 0 0 0 10px;
        line-height: 33px;
    }

    .seach .btn {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }

    .vedioContent {
        width: 600px;
        height: 420px;
        margin: -260px 0 0 -320px;
        padding: 20px 20px 50px 20px;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .vedioContent iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .vedioContent .vedioClose {
        position: absolute;
        bottom: 10px;
        right: 20px;
        cursor: pointer;
    }

    .header {
        height: 73px !important;
    }

    .header .headerLogo {
        top: 23px !important;
        left: 31px;
        width: 94px;
    }

    .header .nav .navTop {
        display: none !important;
    }

    .header .nav {
        display: none;
        top: 73px;
        right: 0px;
        width: 100%;
        height: auto !important;
        background: #fff;
        padding-bottom: 20px;
    }

    .header .nav .child {
        float: none;
        width: 90%;
        text-align: left;
        margin: 0 auto;
        color: #333333;
        background-color: #f9f9f9;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        height: auto !important;
        line-height: 35px !important;
    }

    .header .nav .child:nth-child(2) {
        border-top: 1px solid #dadada;
    }

    .header .nav .child .title {
        font-size: 12px;
        color: #666;
        padding: 0 2%;
        display: inherit;
    }

    .header .nav .child .childContent {
        display: none;
        position: relative;
        top: 0px !important;
        width: 100%;
    }

    .header .nav .child .childContent .childContentLi {
        padding: 0 4%;
        color: #666;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        border-top: 1px solid #dadada;
        border-bottom: 0px;
    }

    .header .nav .navChildLanguage {
        display: none;
    }

    .header .nav .navChildSearch {
        display: none;
    }

    .header .list {
        display: none !important;
    }

    .header .searchContent {
        display: none !important;
    }

    .wapNavPointer {
        display: block;
        top: 3px;
        right: 3px;
    }

    .wapNavBtn {
        display: block;
        top: 29px;
        right: 33px;
        width: 32px;
    }

    .wapLanguage {
        display: block;
        top: 29px;
        right: 120px;
    }

    .wapLanguage .language {
        padding: 0 14px;
        font-size: 18px;
        line-height: 18px;
    }

    .wapLanguage .language.cn {
        border-right: 3px solid #bababa;
    }

    .crumbs {
        padding-top: 73px !important;
        height: 55px;
        line-height: 55px;
    }

    .crumbs .title {
        font-size: 20px;
    }

    .crumbs .childs {
        font-size: 14px;
    }

    .crumbs .childs span {
        margin: 0 6px;
    }

    .main {
        padding: 40px 0 90px 0;
    }

    .main .maxTitle {
        line-height: 34px;
    }

    .main .maxTitle span {
        padding-right: 18px;
        font-size: 28px;
    }

    .main .maxTitle .sub {
        top: 18px;
    }

    .footer {
        height: auto;
    }

    .footer .title {
        font-size: 16px;
        padding-top: 18px;
        line-height: 28px;
    }

    .footer .head {
        height: 140px;
    }

    .footer .head .left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 300px;
    }

    .footer .head .right {
        width: 130px;
    }

    .footer .head .right .content {
        margin-top: 17px;
    }

    .footer .head .right .content img {
        margin-right: 6px;
    }

    .footer .foot {
        height: auto;
        line-height: 16px;
        font-size: 14px;
        padding: 11px 0;
    }

    .footer .foot p {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) and (max-width: 1199px ) {
    .container {
        width: 980px;
    }

    .mainTitle {
        width: 295px;
        line-height: 56px;
        font-size: 36px;
    }

    .header {
        height: 80px !important;
    }

    .header .headerLogo {
        top: 16px !important;
        left: 60px;
        width: 133px;
    }

    .header .nav .navTop {
        height: 2px;
    }

    .header .nav {
        height: 80px !important;
    }

    .header .nav .child {
        height: 80px !important;
        line-height: 80px !important;
    }

    .header .nav .child .title {
        font-size: 12px;
    }

    .header .nav .child .childContent {
        top: 80px !important;
    }

    .header .nav .child .childContent .childContentLi {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .header .nav .child .language {
        height: 12px;
        line-height: 12px;
        padding: 0 4px;
        font-size: 12px;
    }

    .header .nav .child .seachIcon {
        width: 14px;
        margin-top: 33px !important;
    }

    .header .list .container {
        padding: 40px 0;
    }

    .header .list .content {
        width: 492px;
    }

    .header .list .listMTitle {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .header .list .listTitle .title {
        line-height: 24px;
        font-size: 12px;
    }

    .header .list .listTitle .title a {
        font-size: 12px;
    }

    .header .list .listTitle .title img {
        margin-right: 12px;
    }

    .header .list .listTitle .title .pointer {
        top: 6px;
    }

    .crumbs {
        padding-top: 80px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px ) {
}

@media (min-width: 1440px) and (max-width: 1920px ) {
}

/*animate*/

@keyframes rightOpacityShow {
    0% {
        transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateYOpacityAn {
    0% {
        -moz-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotateYOpacityAn {
    0% {
        -webkit-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes rotateYOpacityAn {
    0% {
        -o-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -o-transform: translateX(20px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

.xwdt p {
    font-size: 24px;
    color: #15305f;
    text-align: center;
    height: 48px;
    line-height: 24px;
    letter-spacing: 4px;
}

.flexslider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 400px;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 40px;
    overflow: hidden;
    text-indent: -99999px;
    cursor: pointer;
    background: url(../images/ico3.png) no-repeat center;
}

.flex-control-nav .flex-active {
    background: url(../images/ico4.png) no-repeat center;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -512px;
    width: 1024px;
    top: 36%;
}

.flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 119px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: -77px;
    /*background: url(../images/prev.png) center center no-repeat;*/
}

.flex-direction-nav li a.flex-next {
    right: -77px;
    /*background: url(../images/next.png) center center no-repeat;*/
}

.footer_nav_side {
    width: 100%;
    min-width: 1100px;
    height: 225px;
    padding-top: 23px;
    margin: 0px auto 0 auto;
    background: #ececec;
}

.footer_nav {
    width: 1050px;
    height: 202px;
    margin: 0 auto;
}

.footer_nav dl {
    width: 185px;
    height: 191px;
    float: left;
    padding-left: 20px;
    background: url(../images/footer_nav_bj.jpg) no-repeat left top;
}

.footer_nav dl dt {
    width: 185px;
    line-height: 24px;
    font-size: 14px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer_nav dl dd {
    width: 185px;
    line-height: 22px;
}

.footer_nav dl dd a {
    font-size: 12px;
    color: #555;
}

.footer_nav dl dd a:hover {
    text-decoration: underline;
}

.footer_side {
    width: 100%;
    min-width: 1024px;
    height: 56px;
    margin: 0 auto;
    padding: 22px 0;
    background:#848080;
}

.footer {
/*    width:1024px;*/
/*    height:56px;*/
    line-height:28px;
    margin:0 auto;
    font-size:12px;
    color:#e9e9e9;
}
.footer a {
    color:#e9e9e9;
}
.footer span {
    float:right;
    color:#5e5e5e;
}
.footer span a {
    margin:0 15px;
}

/*中间模块*/
.mainBox {
    width: 100%;
    height: 285px;
    background: url(../images/main_bg.gif) repeat-x;
}

.main2 {
    width: 1100px;
    height: 285px;
    margin: 0 auto;
    padding-top: 30px;
}

.index_about {
    width: 1100px;
    height: 220px;
    margin: 0 auto;
}

.aboutL {
    width: 520px;
    height: 220px;
    float: left;
}

.aboutR {
    width: 520px;
    height: 220px;
    float: right;
}

.index_pro {
    width: 1100px;
    height: 410px;
    margin: 0 auto;
    margin-top: 20px;
    _margin-top: -20px;
}

.index_pro .proTop {
    display: inline-block;
    width: 1010px;
    _width: 1020px;
    height: 6px;
    background: url(../images/main_top.gif) no-repeat left bottom;
}

.index_pro .proBot {
    width: 1010px;
    height: 6px;
    background: url(../images/main_bot.gif) no-repeat;
}

/*最新动态结束*/
.index_about h3.tit {
    font-size: 16px;
    font-weight: normal;
    font-family: "微软雅黑", "宋体";
    background: url(../images/dian2.gif) no-repeat left center;
    padding-left: 30px;
    color: #000;
    margin-bottom: 22px;
}

.aboutR .more {
    font-family: "宋体", "微软雅黑";
    padding-left: 40px;
    color: #646464;
    font-size: 12px;
}

.aboutR a.more:hover {
    color: #005bac;
}

.index_about .text {
    color: #666;
    line-height: 24px;
}

.index_about dt {
    width: 220px;
    height: 140px;
    float: right;
}

.index_about dd {
    float: left;
}

.aboutL dd {
    width: 220px;
    height: 140px;
}

.aboutR dd {
    width: 280px;
    height: 140px;
}

.aboutL .tel {
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #47484a;
    font-style: italic;
    background: url(../images/icon.gif) no-repeat left 15px;
    padding-left: 25px;
    padding-top: 15px;
}

.aboutL .tel a:link, .aboutL .tel a:visited {
    color: #254f9b;
}

/*首页公司公告*/
.aboutR ul {
    width: 278px;
    height: 104px;
    float: left;
}

.aboutR li {
    height: 24px;
    line-height: 24px;
}

#inner {
    width: 220px;
    height: 144px;
    float: right;
}

.hot-event {
    width: 220px;
    height: 144px;
    position: relative;
}

.hot-event .switch-tab {
    text-align: center;
    padding: 10px 0;
}

.hot-event .switch-tab a, .hot-event .switch-tab .current {
    margin: 0 2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/bg.png);
    background-position: -161px 0;
    font: 0/0 arial;
    color: transparent;
    overflow: hidden;
    vertical-align: top;
}

.hot-event .switch-tab .current {
    background-image: url(../images/bg.png);
    background-position: -195px 0;
}

.hot-event .switch-nav {
/*    position: absolute;*/
    left: -295px;
    bottom: 0;
    z-index: 2;
}

.hot-event .switch-nav .i-prev {
    background-image: url(../images/bg.png);
    background-position: -127px 0;
}

.hot-event .switch-nav .prev {
    display: none;
}

.hot-event .switch-nav .next {
    display: inline-block;
    width: 193px;
    height: 34px;
}

.hot-event .switch-nav .i-next {
    background-image: url(../images/bg.png);
    background-position: -144px 0;
}

.hot-event .switch-nav a {
    display: inline-block;
    background: url(../images/more.jpg) no-repeat;
}

.hot-event .event-item {
    height: 144px;
    width: 220px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.hot-event .event-item .banner {
    display: block;
}

.hot-event .event-item img {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(85%, transparent), to(rgba(255, 255, 255, .2)));
    border: 0;
}

.hide-clip {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    line-height: 0 !important;
    width: 1px !important;
    overflow: hidden;
}

a .ico {
    cursor: pointer;
}

.ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
}

/*产品中心*/
.proBox {
    width: 1100px;
    height: 400px;
    padding: 1px 7px;
}

.proBox .tit {
    font-size: 16px;
    height: 57px;
    line-height: 57px;
    font-weight: normal;
    font-family: "微软雅黑", "宋体";
    padding-left: 10px;
    color: #000;
    position: relative;
}

.proBox .tit p {
    width: 713px;
    height: 29px;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    left: 220px;
    top: 0;
}

.proBox .tit a {
    display: block;
    width: 43px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-family: "宋体", "微软雅黑";
    font-size: 12px;
    background-color: #2761ac;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 17px;
}

.proBox .tit a:link, .proBox .tit a:visited {
    color: #fff;
}

/*产品滚动开始*/
.hhonr {
    width: 1100px;
    height: 274px;
    overflow: hidden;
    position: relative;
}

.l, #List1, #List2 {
    float: left
}

.r {
    float: right
}

.Cont {
    width: 1100px;
    float: left;
    overflow: hidden;
    height: 274px
}

.ScrCont {
    width: 10000000px;
}

.los_let {
    display: block;
    width: 21px;
    height: 52px;
    cursor: pointer;
    position: absolute;
    left: 0;
    _left: 80px;
    top: 73px;
    _top: 30px;
    z-index: 9999;
}

.los_rit {
    display: block;
    width: 21px;
    height: 52px;
    position: absolute;
    right: 0;
    _right: 80px;
    top: 73px;
    _top: 30px;
    cursor: pointer;
    z-index: 9999;
}

.hpp {
    width: 260px;
    height: 274px;
    float: left;
    overflow: hidden;
    text-align: center;
    background-color: #f2f2f2;
    margin-right: 20px;
    line-height: 25px;
}

.hpp a {
    display: block;
    width: 260px;
    height: 272px;
    border-bottom: 2px solid #f2f2f2;
}

.hpp a:hover {
    border-bottom: 2px solid #456faf;
}

.hpp a span {
    display: black;
    width: 86px;
    height: 86px;
}

.hpp a:link span, .hpp a:visited span {
    display: none;
    overflow: hidden;
}

.hpp a:hover span {
    display: block;
    width: 86px;
    height: 86px;
    margin-top: -190px;
    margin-left: 74px;
    background: url(../images/pro.png) no-repeat;
    z-index: 99;
    position: relative;
    _left: -30px;
}

.hpp .proImg {
    width: 260px;
    height: 202px;
    margin-bottom: 10px;
}

/*产品滚动结束*/

.footer_nav p a{
    font-size:12px;
    color: #000;
}

.line{
    width: 120px;
    margin-bottom: 5px;
    border-bottom: 2px solid #1b76af
}

