* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    color: #fff;
    font-size: 14px;
}

input,textarea,select {
    *font-size: 100%
}

button {
    border: none;
    width: 100%;
    cursor: pointer;
}

i {
    font-style: normal;
}


a {
    text-decoration: none;
    color: #666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

img {
    display: block;
}

.clear:after {
    content: '';
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.centerPos {
    font-size: 0;
    text-align: center;
}

.w-1200 {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.boxStyle {
    -moz-box-shadow: 0 10px 38px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 38px rgba(0,0,0,.1);
    box-shadow: 0 10px 38px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
}

.paddingTop-80 {
    padding-top: 80px;
}
.paddingTop-100 {
    padding-top: 100px;
}
.paddingTopBot-100 {
    padding: 100px 0;
}
.pdtb50{
    padding-top:50px;
    padding-bottom:50px;
}
.pdb50{
    padding-bottom:50px;
}


.marginTop-45 {
    margin-top: 45px;
}

.xcxWrapper {
    min-width: 1260px;
    overflow: hidden;
}

/*HEADER & FOOTER*/
.xcxHeader {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0 5%;
    min-width: 1200px;
}

.xcxLogo a {
    display: block;
    width: 217px;
    height: 50px;
    background: url(../images/xcx-logo.png) no-repeat;
}

.xcxNav {
    margin-top: 7px;
    position: relative;
    padding-bottom: 13px;
}

.xcxNav ul {
    margin-left: -35px;
}

.xcxNav li {
    float: left;
    padding-left: 35px;
}

.xcxNav a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
    text-align: center;
    display: block;
}

/*.xcxNav li.cur a{ border-bottom: 2px solid #fff;}*/
.xcxNav .liBlock {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xcxFooter {
    width: 100%;
    height: 280px;
    background: url(../images/xcx-footBg.jpg) no-repeat center top #1975de;
    text-align: center;
}

.xcxFooter p {
    color: #fff;
    font-size: 48px;
    line-height: 280px;
    letter-spacing: 10px;
    font-weight: lighter;
}

/*HEADER & FOOTER END*/
/*INDEX*/
.xcxBanner {
    width: 100%;
    height: 800px;
    background: url(../images/xcx-bannerBg.jpg) no-repeat center top #1c3c56;
}

.xcxBanner-text {
    text-align: center;
    color: #fff;
    letter-spacing: 0px;
    padding-top: 265px;
}

.xcxBanner-text h1 {
    font-size: 42px;
    line-height: 60px;
}
.xcxBanner-text h4 {
    font-size: 42px;
    line-height: 46px;
}

.xcxBanner-text h5 {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 60px 0;
}

.xcxBanner-text h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
}

.xcxTit {
    text-align: center;
    color: #333;
}

.xcxTit h3 {
    font-size: 28px;
    height:auto;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0px 0 20px;
    position: relative;
    overflow: hidden;
}
.xcxTit .stitle{
    height:auto;
    margin-top:0;
}
.xcxTit h4 {
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}

.xcxTit .col {
    color: #ff6800;
}

.xcxTit p {
    /* font-size: 18px; */
    line-height: 24px;
    color: #999;
    margin-top: 15px;
}

.xcxMain-indexA {
    padding: 60px 0;
    margin-top: -92px;
}

.xcxMain-indexA li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eaeaea;
}

.xcxMain-indexA li:last-child {
    border: 0;
}

.xcxMain-indexA li h4 {
    color: #333;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.xcxMain-indexA li p {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: lighter;
    margin-top: 10px;
}

.xcxMain-indexB-con ul {
    margin: -26.5px 0 0 -26.5px;
}

.xcxMain-indexB-con li {
    float: left;
    width: 295px;
    padding: 50px 0;
    text-align: center;
    margin: 26.5px 0 0 26.5px;
}

.xcxMain-indexB-con .li-img {
    width: 68px;
    height: 69px;
    margin: 0 auto;
}

.xcxMain-indexB-con .li-img span {
    display: block;
    float: left;
    width: 68px;
    height: 69px;
    background: url(../images/xcx-sprites.png) no-repeat;
}

.xcxMain-indexB-con .li-a .li-img span {
    height: 61px;
    margin-top: 4px;
    background-position: -239px -84px;
}

.xcxMain-indexB-con .li-b .li-img span {
    background-position: -83px -5px;
}

.xcxMain-indexB-con .li-c .li-img span {
    background-position: -161px -5px;
}

.xcxMain-indexB-con .li-d .li-img span {
    background-position: -161px -84px;
}

.xcxMain-indexB-con .li-e .li-img span {
    background-position: -5px -84px;
}

.xcxMain-indexB-con .li-f .li-img span {
    background-position: -83px -84px;
}

.xcxMain-indexB-con .li-g .li-img span {
    background-position: -5px -5px;
}

.xcxMain-indexB-con .li-h .li-img span {
    background-position: -239px -5px;
}

.xcxMain-indexB-con dl {
    margin-top: 20px;
}

.xcxMain-indexB-con dt {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.xcxMain-indexB-con dd {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}

.xcxMain-indexC {
    width: 100%;
    height: 900px;
    background: url(../images/xcx-Index-1.jpg) no-repeat center top #e0e0e1;
}

.xcxMain-indexC .xcxMain-indexB-con .li-a .li-img span {
    width: 51px;
    height: 64px;
    margin: 2.5px 0 0 8.5px;
    background-position: -220px -163px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-b .li-img span {
    width: 63px;
    height: 64px;
    margin: 2.5px 0 0 2.5px;
    background-position: -5px -163px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-c .li-img span {
    width: 48px;
    height: 64px;
    margin: 2.5px 0 0 10px;
    background-position: -63px -237px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-d .li-img span {
    width: 63px;
    height: 47px;
    margin: 11px 0 0 2.5px;
    background-position: -121px -237px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-e .li-img span {
    width: 61px;
    height: 64px;
    margin: 2.5px 0 0 3.5px;
    background-position: -149px -163px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-f .li-img span {
    width: 63px;
    height: 35px;
    margin: 13px 0 0 2.5px;
    background-position: -194px -237px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-g .li-img span {
    width: 48px;
    height: 64px;
    margin: 2.5px 0 0 10px;
    background-position: -5px -237px;
}

.xcxMain-indexC .xcxMain-indexB-con .li-h .li-img span {
    width: 61px;
    height: 64px;
    margin: 2.5px 0 0 3.5px;
    background-position: -78px -163px;
}

.xcxMain-indexD-con ul {
    margin: -40px 0 0 -45px;
}

.xcxMain-indexD-con li {
    float: left;
    margin: 40px 0 0 55px;
    text-align:center;
}
.xcxMain-indexD-con li h3{
    padding:10px 0;
    line-height:30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.xcxMain-indexD-con .li-con {
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    width: 270px;
    height: 465px;
    border: 2px solid #f1f1f1;
    position: relative;
}

.xcxMain-indexD-con .li-img img {
    width: 100%;
    height: 100%;
}

.xcxMain-indexD-con li p {
    text-align: center;
    margin-top: 25px;
    color: #333;
}

.xcxMain-indexD-con .li-show {
    position: absolute;
    left: 00%;
    top: 50%;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 0%;
    display:;
    transition: all .5s cubic-bezier(.5,0,.2,1)
    opacity:0;
    overflow:hidden;
}
.xcxMain-indexD-con li:hover .li-show {
    display: block;
    left:0;
    top:0;
    height:100%;
    opacity:1;
    transition: all .6s cubic-bezier(.5,0,.2,1)
}
.xcxMain-indexD-con dl {
    background-color: #fff;
    text-align: center;
    width: 170px;
    padding: 25px 0 20px 0;
    margin: 110px auto auto auto;
}

.xcxMain-indexD-con dt {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.xcxMain-indexD-con dt img {
    width: 100%;
    height: 100%;
}

.xcxMain-indexD-con dd {
    color: #666;
    font-size: 14px;
    /* margin-top: 10px; */
}

.xcxMain-indexD-con .li-show a {
    display: block;
    width: 168px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 20px auto auto auto;
}

.xcxMain-indexD-con .li-show a:hover {
    background-color: #000000;
    border-color: #000000;
}



.moreBtn {
    display: block;
    width: 200px;
    line-height: 46px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 14px;
    margin: 45px auto auto auto;
}

.moreBtn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.xcxMain-indexE {
    width: 100%;
    height: 800px;
    background: url(../images/xcx-Index-4.jpg) no-repeat center top #1e2128;
}

.xcxMain-indexE .xcxTit h4,.xcxMain-indexE .xcxTit p {
    color: #fff;
}

.xcxMain-indexE-con ul {
    margin: -25px 0 0 -32px;
}

.xcxMain-indexE-con li {
    float: left;
    margin: 25px 0 0 37.5px;
}

.xcxMain-indexE-con a {
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.35) 0 10px 20px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.35);
    box-shadow: 0 10px 20px rgba(0,0,0,.35);
    display: block;
    width: 220px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #071327;
}

.xcxMain-indexE-con img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 220px;
    height: 140px;
    opacity: .4;
}

.xcxMain-indexE-con p {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.xcxMain-indexE-con p:after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 20px auto auto auto;
}

.xcxMain-indexE-con a:hover img {
    opacity: 1;
}

.xcxMain-indexE-con a:hover p {
    top: 50px;
}

/*INDEX END*/
.xcxFy-banner {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #0c0e0f;
}

.xcxFy-banner-text {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding-top: 180px;
    letter-spacing: 5px;
}

.case-banner {
    background-image: url(../images/xcxCase-1.jpg);
}

.xcxMain-caseMenu {
    background-color: #f2f2f2;
    padding: 35px 0;
}

.xcxMain-caseMenu ul {
    margin-top: -15px;
}

.xcxMain-caseMenu li {
    float: left;
    width: 70px;
    margin-top: 15px;
    height: 30px;
}

.xcxMain-caseMenu a {
    display: inline-block;
    padding: 0 3px 5px 3px;
}

.xcxMain-caseMenu a.cur,.xcxMain-caseMenu a:hover {
    border-bottom: 2px solid #333;
}

.xcxMain-pageList ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.xcxMain-pageList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.xcxMain-pageList a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: bold;
}

.xcxMain-pageList a:hover {
    color: #000;
}

.xcxMain-pageList li.cur a {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.order-banner {
    background-image: url(../images/xcxOrder-1.jpg);
    background-color: #1a1d29;
}

.xcxOrder-tc {
    margin-top: -100px;
}

.xcxOrder-tc li {
    width: 580px;
    overflow: hidden;
    margin-top: 20px;
}

.xcxOrder-tc h4 {
    height: 80px;
    line-height: 80px;
    background-color: #4ad578;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.xcxOrder-tc dl {
    height: 270px;
    padding-top: 50px;
}

.xcxOrder-tc dt {
    width: 83px;
    height: 79px;
    margin: 0 auto;
}

.xcxOrder-tc dt span {
    width: 50px;
    height: 79px;
    float: left;
    margin: 0 0 0 16.5px;
    display: block;
    background: url(../images/xcxOrder-2.png) no-repeat;
}

.xcxOrder-tc dd {
    margin-top: 30px;
    text-align: center;
}

.xcxOrder-tc li:nth-child(2) {
    margin-top: 0;
}

.xcxOrder-tc li:nth-child(2) h4 {
    height: 100px;
    line-height: 100px;
    background-color: #ffa531;
}

.xcxOrder-tc li:nth-child(2) dt span {
    width: 83px;
    height: 64px;
    margin: 7.5px 0 0 0;
    background-position: -72px 0;
}

.edition .service {
    width: 200px;
}

.edition .detail {
    width: 200px;
}

.edition .thead.forfree {
    position: relative;
    width: 400px;
    background-color: #4ad578;
    color: #fff;
}

.edition .thead.flagship {
    color: #fff;
    background-color: #ffa531;
    width: 400px;
}

.edition .group {
    width: 190px;
    border-top: 5px solid #ec7a7a
}

.edition td {
    border: 1px solid #ddd;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.5px
}

.edition .nborleft {
    border-left: hidden
}

.edition .nborright {
    border-right: hidden
}

.edition .nborbottom {
    border-bottom: hidden
}

.edition .nbgc {
    background-color: #fff
}

.edition .bgc {
    background-color: #f6f9f9
}

.edition .thead {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0;
    height: 25px;
    color: #333;
}

.edition {
    width: 100%
}

.edition table {
    width: 1200px;
    margin: 0 auto;
    box-shadow: -4px -7px 76px #ccc;
}

.edition .aleft {
    text-align: left
}

.edition .update {
    text-align: left;
    padding-left: 24px
}

.edition .quick {
    border: hidden;
    text-align: right;
    padding-right: 0
}

.edition .point {
    margin: 0 4px
}

.edition .yes {
    background: url(../images/tc3.png) no-repeat;
    background-position: center
}

.edition .no {
    background: url(../images/tc5.png) no-repeat;
    background-position: center
}

.fixer {
    position: fixed;
    left: 0;
    top: 0px;
    _position: absolute;
    _top: e-xpression(documentElement.scrollTop+10 + "px")
}

.xcxOrder-db .topBar {
    width: 100%;
    background-color: #fff;
    display: none;
}

.xcxOrder-db .topBar.fixer {
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    box-shadow: -4px -7px 76px #ccc;
    display: block;
}

.tem-banner {
    background-image: url(../images/xcxTem-1.jpg);
    background-color: #09111e;
}

.xcxTem {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.xcxTem-menu {
    width: 240px;
    position: absolute;
    left: 5%;
    top: 100px;
    border: 1px solid #eaeaea;
    padding: 25px 22px;
}

.xcxTem-menuCon {
    margin-top: -30px;
}

.xcxTem-menuCon dl {
    margin-top: 30px;
}

.xcxTem-menuCon dt {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../images/xcxTem-2.jpg) no-repeat right 7px;
}

.xcxTem-menuCon dd {
    margin-left: -5px;
}

.xcxTem-menuCon dd a {
    display: block;
    float: left;
    width: 60px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    text-align: center;
    border-radius: 14px;
    margin: 8px 0 0 5px;
}

.xcxTem-menuCon dd a.selected {
    background-color: #1975de;
    color: #fff;
}

.xcxTem-menuCon dd a.selected:hover {
    color: #fff;
    border-color: #1975de;
}

.xcxTem-menuCon dd a:hover {
    color: #1975de;
    border-color: #1975de;
}

.xcxTem-menuCon .moreBtn {
    margin-top: 10px;
}

.xcxTem-menuCon .moreBtn a {
    display: block;
    line-height: 28px;
    border-radius: 14px;
    background-color: #efefef;
    text-align: center;
}

.xcxTem-menuCon .moreBtn a:hover {
    background-color: #1975de;
    color: #fff;
}

.xcxTem-menuCon .bigSize dd {
    margin-left: -10px;
}

.xcxTem-menuCon .bigSize dd a {
    width: 92px;
    margin-left: 10px;
}

.xcxTem-menuCon .hyMenu dd {
    height: 228px;
    overflow: hidden;
}

.xcxTem-con {
    padding-left: 290px;
}

.xcxTem-con .xcxMain-indexD-con {
}

.xcxTem-con .xcxMain-indexD-con ul {
    margin-left: 0;
}

.xcxTem-con .xcxMain-indexD-con li {
    width: 20%;
    margin-left: 0;
}

.xcxTem-con .xcxMain-indexD-con .li-con {
    width: 250px;
    height: 410px;
    margin: 0 auto;
}

.xcxTem-con .xcxMain-indexD-con dl {
    margin-top: 80px;
}

.xcxTem-count {
    text-align: right;
    color: #999;
    margin-bottom: 20px;
}

.xcxTem-count span {
    color: #666;
}


.xcxNews{
    width:100%;
    height:auto;
    margin:30px auto 0px;
    overflow:hidden;
}
.xcxNews{
    width:105%;
    margin-left:-5%;
}
.xcxNews li{
    width:28.333%;
    float:left;
    margin-left:5%;
    padding:10px 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-top:1px dotted #ddd;
}
.xcxNews li:nth-child(-n+3){
    border-top:0;
}
.xcxNews li a:before{
    content:'→ ';
}


body >#aff-im-root{
	display:none !important;
}


@media only screen and (max-width: 1820px) {
    .xcxTem-con .xcxMain-indexD-con li {
        width: 25%
    }
}

@media only screen and (max-width: 1440px) {
    .xcxTem-con .xcxMain-indexD-con li {
        width:33.3333%
    }
}

@media only screen and (max-width: 1024px) {
    .xcxWrapper {
        min-width: 100%;
        overflow: hidden;
    }

    .w-1200 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .paddingTopBot-100{
        padding:30px 0;
    }

    .xcxHeader {
        display: none;
    }

    .xcxBanner {
        width: 100%;
        height: 300px;
        background: url(../images/0.jpeg) no-repeat 50% center #1c3c56;
        background-size: auto 100%;
    }

    .xcxBanner-text h4 {
        font-size: 60px;
        line-height: 40px;
    }

    .xcxBanner-text h5 {
        font-size: 24px;
        line-height: 40px;
        margin: 10px 0 50px 0;
    }

    .xcxBanner-text h6 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0 10px;
        font-weight: lighter;
    }

    .xcxBanner-text {
        text-align: center;
        color: #fff;
        letter-spacing: 0;
        padding-top: 100px;
    }

    .xcxTit h4{
        font-size:32px;
    }

    .xcxMain-indexA {
        display: none;
    }

    .xcxMain-indexC {
        width: 100%;
        height: auto;
        background: url(../images/xcx-Index-1.jpg) no-repeat center top #e0e0e1;
        overflow: hidden;
        background-size: cover;
    }

    .xcxMain-indexB-con ul {
        margin: -26.5px 0 0 0;
        padding:0 10px;
    }
.xcxMain-indexB-con li {
    float: none;
    width: 295px;
    padding: 50px 0;
    text-align: center;
    margin: 26.5px auto 0;
}

    .xcxMain-indexD-con ul {
        margin: -20px 0 0 0px;
        padding:0 10px;
    }


    .xcxMain-indexD-con ul li:nth-child(1),.xcxMain-indexD-con ul li:nth-child(3), .xcxMain-indexD-con ul li:nth-child(4),.xcxMain-indexD-con ul li:nth-child(5), .xcxMain-indexD-con ul li:nth-child(6),.xcxMain-indexD-con ul li:nth-child(7), .xcxMain-indexD-con ul li:nth-child(8),.xcxMain-indexD-con ul li:nth-child(10), .xcxMain-indexD-con ul li:nth-child(12), .xcxMain-indexD-con ul li:nth-child(13),.xcxMain-indexD-con ul li:nth-child(15), .xcxMain-indexD-con ul li:nth-child(16),.xcxMain-indexD-con ul li:nth-child(21), .xcxMain-indexD-con ul li:nth-child(23),.xcxMain-indexD-con ul li:nth-child(24), .xcxMain-indexD-con ul li:nth-child(28), .xcxMain-indexD-con ul li:nth-child(31),.xcxMain-indexD-con ul li:nth-child(33), .xcxMain-indexD-con ul li:nth-child(34),.xcxMain-indexD-con ul li:nth-child(35), .xcxMain-indexD-con ul li:nth-child(36),.xcxMain-indexD-con ul li:nth-child(40), .xcxMain-indexD-con ul li:nth-child(41),.xcxMain-indexD-con ul li:nth-child(43), .xcxMain-indexD-con ul li:nth-child(36),.xcxMain-indexD-con ul li:nth-child(40) {
        display: ;
    }
    .xcxMain-indexD-con li {
    float: none;
    margin: 40px auto 0;
    text-align:center;
}
    .xcxMain-indexD-con li .li-con{
        margin:0 auto;
    }

    .xcxMain-indexE {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../images/xcx-Index-4.jpg) no-repeat center top #1e2128;
        background-size: cover;
    }

    .xcxMain-indexE-con ul {
        margin: -25px 0 0 0;
        padding:0 10px;
    }

    .xcxMain-indexE-con li {
    float: none;
    margin: 25px auto 0;
    text-align:center;
}
.xcxMain-indexE-con a{
    margin:0 auto;
}

.xcxNews{
    width:100%;
    height:auto;
    margin:10px auto 0px;
    padding:0 10px;
    overflow:hidden;
}
.xcxNews li {
    width: 100%;
    float: left;
    margin-left: 0%;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px dotted #ddd;
}
.xcxNews li:nth-child(-n+3) {
    border-top: 1px dotted #ddd;
}

    .xcxFooter {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 90px 0;
        background: #d10;
    }

    .xcxFooter p {
        color: #fff;
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 50px;
        letter-spacing: 0px;
        font-weight: lighter;
    }

    .xcxFooter div {
        color: #ddd;
        font-size: 18px;
        padding: 10px 120px;
        text-align: left;
    }
}
