@charset "utf-8";
body, html {
    font-family: "Open Sans", "Helvetica", "Arial";
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li {
    /*list-style: none;*/
	list-style-position: inside!important
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active {
    outline: none
}

h1, h1 a, h1 b {
    font-size: 30px;
    font-weight: 400
}

h2, h2 a, h2 b {
    font-size: 28px;
    font-weight: 400
}

h3, h3 a, h3 b {
    font-size: 25px;
    font-weight: 400
}

h4, h4 a, h4 b {
    font-size: 16px;
    font-weight: 400
}

.link {
    font: inherit;
    color: #41abe1
}

.link:hover {
    text-decoration: underline
}

img {
    border: none
}

div:focus, textarea:focus, input:focus {
    outline: none
}

input, textarea {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent
}

.clear {
    clear: both;
    width: 100%
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.left {
    float: left !important
}

.both, .clear {
    clear: both
}

del {
    font: inherit
}

ins {
    text-decoration: none;
    margin-left: 5px
}

.strong {
    font-size: inherit;
    font-weight: 600
}

.border_none {
    border: none !important
}

.hidden {
    display: none
}

.center {
    text-align: center
}

.clearfix:after, .clearfix2:after {
    content: " ";
    display: block;
    clear: both;
    height: 0
}

.clearfix, .clearfix2 {
    zoom: 1
}

.article, .header, .footer {
    display: block;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr0 {
    margin-right: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.header-box {
    height: 60px;
}

.header {
    position: fixed;
    z-index: 1000;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9)
}

.main {
    height: auto;
    margin: 0 auto;
    clear: both;
    width: 1000px
}

#advert {
    position: absolute;
    width: 100%;
    height: 60px;
    display: none;
    background: #029bfc
}

#nav-shade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000
}

.navmenu {
    clear: both;
    height: 60px
}

.navmenu .logo {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 10px
}

.nav-menu-list { /*padding: 40px 0;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-list span {
    font-size: 60px;
    color: #d3d1d1;
    font-weight: 700;
    margin: 0 5%;
}

.nav-menu-list a {
    display: inline-block;
    margin: 10px 0;
    color: #000;
    padding: 0 10px;
    background: url("../../public/picture/common/point.png") left center no-repeat;
    line-height: 40px;
    min-width: 33.3%;
}

.nav-menu-list a h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.nav-menu-list a:hover h3 {
    color: #ff171f
}

.nav-menu-more {
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f1f1f1
}

.nav-menu-more .index-more {
    color: #333
}

.index-more span {
    margin-left: 5px
}

.index-more:hover {
    color: #029bfc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.index-more:hover span {
    margin-left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.down-menu .title {
    position: relative
}

.down-menu .title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-left: solid 4px transparent;
    border-top: solid 4px #ff171f;
    border-right: solid 4px transparent;
    right: 0;
    top: 28px
}

.down-menu .title:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s
}

.navmenu ul .nav-index .title {
    color: #ff171f
}

.footer {
    position: relative;
    background: #000000;
    overflow: hidden;
    clear: both
}

.footer_a {
    color: #919191
}

.footer_a li {
    display: inline-block;
    line-height: 20px
}

.footer_a a {
    color: #919191
}

.footer_a a:hover {
    text-decoration: underline
}

.footer .footer_center {
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding-top: 15px
}

.footer_center .about, .footer_center .resources, .footer_center .social, .footer_center .product {
    float: left;
    padding-right: 1%;
    margin-top: 30px
}

.footer_center .social {
    width: 24%
}

.footer_center .resources, .footer_center .product {
    width: 28%
}

.footer_center .about {
    width: 20%
}

.footer_center .imagetop {
    margin-top: 10px
}

.footer_center dl dd {
    line-height: 28px
}

.footer_center dl dd a {
    color: #999999
}

.footer_center dl dd a:hover {
    text-decoration: none;
    color: #ccc;
}

#imagetop a {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    height: 24px;
    background: url("../../public/picture/common/share-icon.png") no-repeat;
    background-position-y: 0;
}

#imagetop a:nth-child(1) {
    width: 14px;
}

#imagetop a:nth-child(2) {
    width: 31px;
    background-position-x: -31px;
}

#imagetop a:nth-child(3) {
    width: 26px;
    background-position-x: -75px;
}

#imagetop a:nth-child(4) {
    width: 31px;
    background-position-x: -113px;
}

#imagetop a:hover {
    background-position-y: -37px;
}

.footer_center dl a:hover {
    text-decoration: underline
}

.footer_center dl .ftitle {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    color: #cccccc;
}

.footer_center .social .ftitle {
    margin-top: 25px;
    color: #ccc
}

.footer-logo {
    max-width: 100%;
    display: inline-block
}

.footer .copy-right {
    margin-top: 40px;
    padding: 10px 0;
    color: #7e7e7e;
    /*line-height: 30px;*/
    text-align: center;
    /*border-top: solid 1px #444*/
}

.footer-letter {
    position: relative;
    padding-right: 76px
}

.footer-letter input {
    width: 94%;
    line-height: 24px;
    padding: 5px;
    background: none;
    color: #888;
    border: none;
    border-bottom: solid 1px #aaa
}

.footer-letter-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    text-align: center;
    height: 34px;
    line-height: 32px;
    color: #888;
    display: none;
}

.footer-letter-btn:hover {
    text-decoration: none !important;
    color: #fff
}

#back-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 200;
    width: 40px;
    height: 40px;
    display: none;
    background: #ff171f;
    cursor: pointer
}

#back-top:after {
    position: absolute;
    left: 12px;
    top: 16px;
    content: "";
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.footer-logo img {
    max-width: 100%
}

@media all and (min-width: 960px) {
    .navmenu ul {
        float: right;
    }

    .navmenu ul li {
        float: left;
        line-height: 60px;
        margin-left: 30px;
        padding-left: 20px
    }

    .navmenu ul li a.title {
        display: block;
        color: #000;
        text-align: center;
        font-weight: 600;
    }

    .navmenu ul .nav-index .title {
        color: #ff171f
    }

    .navmenu ul .down-menu .title {
        padding-right: 15px
    }

    .navmenu ul li .title:hover {
        color: #ff171f
    }

    .navmenu ul li.app-nav {
        display: none
    }

    .nav-menu-box {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        z-index: 8;
        overflow: hidden;
        display: none;
    }

    .nav-menu-list {
        background: #fff;
    }
}

@media all and (max-width: 1200px) {
    .main {
        width: auto;
        margin: 0 20px
    }
}

@media all and (min-width: 1440px) {
    .main {
        width: 80%;
        max-width: 1440px;
    }
}

@media all and (min-width: 1280px) {
    .main {
        width: 1200px;
    }
}

@media all and (max-width: 959px) {
    .navmenu ul {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        z-index: 10000;
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    ul.nav-show {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .navmenu ul li {
        text-align: left;
        border-bottom: 1px solid #ddd
    }

    .nav-menu-list a img {
        display: none
    }

    .navmenu ul li a.title {
        display: inline-block;
        padding: 0 15px 0 25px;
        font-size: 14px;
        line-height: 50px;
        color: #333
    }

    .nav-menu-list a h3 {
        font-size: 12px
    }

    .down-menu .title:after {
        top: 25px
    }

    .navmenu ul li.app-nav {
        position: relative;
        height: 50px;
        border-bottom: none
    }

    #nav-close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        font-size: 30px;
        color: #ff171f;
        line-height: 50px
    }

    .app-nav-btn {
        position: absolute;
        right: 15px;
        top: 17px;
        width: 25px;
        height: 19px;
        cursor: pointer;
        border-top: solid 3px #000;
        border-bottom: solid 3px #000
    }

    .app-nav-btn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 100%;
        height: 3px;
        background: #000;
    }

    #main-menu {
        position: fixed
    }

    .nav-menu-more {
        border-color: #ddd;
        border-top: solid 1px #ddd
    }

    .nav-menu-box {
        background: #f1f1f1;
        overflow: hidden;
        display: block;
    }

    .nav-menu-list a {
        padding: 10px 25px;
        width: 100%;
        margin: 0;
        border-bottom: solid 1px #ddd;
        line-height: 20px;
        background-position-x: 10px;
    }

    .nav-menu-list a:last-child {
        border: none
    }

    .nav-menu-list {
        padding: 0;
        margin: 0
    }

    .nav-menu-list span {
        display: none;
    }
}

@media all and (max-width: 1023px) {
    h1, h1 a, h1 b {
        font-size: 25px
    }

    h2, h2 a, h2 b {
        font-size: 23px
    }

    h3, h3 a, h3 b {
        font-size: 20px
    }

    h4, h4 a, h4 b {
        font-size: 14px
    }

    .social dl, .social .footer-logo {
        display: table-cell;
        vertical-align: middle
    }

    .footer_center .resources, .footer_center .product {
        width: 35%
    }

    .footer_center .about {
        width: 30%
    }

    .footer_center .social {
        width: 100%;
        display: table
    }
}

@media all and (max-width: 799px) {
    .footer_center .about, .footer_center .resources, .footer_center .product, .footer_center .social {
        width: 33.3%
    }

    .footer_center .social, .social dl, .social .footer-logo {
        display: block
    }
}

@media all and (max-width: 639px) {
    .main {
        margin: 0 10px
    }

    h1, h1 a, h1 b {
        font-size: 20px
    }

    h2, h2 a, h2 b {
        font-size: 18px
    }

    h3, h3 a, h3 b {
        font-size: 16px
    }

    .top-bar-banner {
        background-size: 130% 100%
    }

    .navmenu .logo {
        width: 100px;
        padding-top: 15px
    }

    .navmenu .logo img {
        width: 100%
    }

    .footer_center .about, .footer_center .resources, .footer_center .product, .footer_center .social {
        width: 50%
    }

    .footer_center .about, .footer_center .social {
        clear: both
    }
}

@media all and (max-width: 420px) {
    .footer_center .about, .footer_center .resources, .footer_center .product, .footer_center .social {
        width: 100%
    }
}

/*#advert{display: block; background:url("/Public/picture/activity/activity_bg.jpg?t=0312") repeat;  text-align: center;}#advert .main {position: relative;display: block;line-height: 35px;}#close-banner-btn { position:absolute;right:21px;padding:0 0 1px 1px;top:50%; margin-top: -10px;cursor:pointer;width: 23px; height: 23px;background:  #fff;border-radius:50%;color:#ff171f; text-align: center;line-height: 20px;font-size: 25px; font-style: normal;font-weight: bold;}#advert .main img{max-width: 100%;}.header{margin-top:60px;}@media (max-width: 959px){	#close-banner-btn {display: none;}	#advert{position: relative;height: auto; padding: 10px 0;}	.header{margin-top:0;}}*/