.content-wrapper {
    width: 1200px;
    text-align: center;
    margin: 0 auto
}

.game-head {
    margin: 68px 0 29px
}

.about-content:after,
.game-list:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    clear: both
}

.game-list li {
    overflow: hidden;
    list-style: none;
    position: relative;
    float: left;
    width: 550px;
    height: 400px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 19px;
    margin-bottom: 38px;
    background: #fdf8ef;
    cursor: pointer;
    box-shadow: 0 3px 6px #ccc
}

.game-list li:nth-child(3n) {
    margin-right: 0
}

.game-list li img {
    width: 100%
}

.game-list li .slide-div {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 20px 23px
}

.index-regular .game-list li .slide-div {
    height: 160px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-regular .game-list li img {
    height: 250px;
}

.game-content {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-indent: 2em;
    word-break: break-all
}

.about-head {
    width: 100%;
    text-align: center;
    padding: 50px 0 40px
}

.about-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 110px
}

.about-content .slide-div {
    padding: 50px 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.about-item2 .slide-div,
.about-item3 .slide-div,
.about-item5 .slide-div,
.about-item8 .slide-div {
    padding: 27px 20px
}

.about-content .slide-div .title1 {
    color: #f9f9f9;
    font-size: 16px;
    padding-bottom: 10px
}

.about-content .slide-div .content1 {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.about-item {
    position: relative;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.about-item img {
    width: 100%;
    height: 100%;
}

.about-item1 {
    width: 100%;
}

.about-item1 img {
    width: 100%;
}

.about-item2 {
    width: 520px;
    height: 500px;
    margin-top: 100px
}

.about-item3 {
    height: 500px;
}

.about-item7 {
    width: 660px;
    height: 447px;
    margin-right: 20px
}

.about-item8 {
    width: 520px;
    height: 345px
}

.about-list1 {
    float: left;
    width: 520px;
    margin-right: 20px
}

.contact {
    min-width: 1200px;
    padding-top: 10px;
    background: #f5f5f5;
    padding-bottom: 150px
}

.contact-head {
    padding: 50px 0
}

.contact-content {
    width: 1200px;
    height: 360px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 3px 6px #ccc
}

.contact-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex
}

.contact-content-wrapper .contact-item {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.contact-content-wrapper .contact-item img {
    width: 100%;
    height: 100%
}

.contact-item1 {
    text-align: left;
    margin-left: 35px;
    margin-top: 50px
}

.contact-item1 h2 {
    font-size: 27px;
    color: #303030
}

.contact-item1 ul {
    margin-top: 20px;
    line-height: 47px;
    font-size: 16px
}

.recruit-head {
    margin-top: 45px;
    width: 1200px;
    height: 230px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 3px 6px #ccc;
    padding: 20px
}

.recruit-head ul {
    display: flex
}

.recruit-head ul li {
    flex: 1;
    font-size: 20px;
    padding: 128px 0 0;
    color: #303030
}

.recruit-wrapper {
    width: 1200px;
    display: flex;
    margin-top: 45px
}

.recruit-wrapper .recruit-left {
    flex: 0 0 332px;
    margin-right: 20px
}

.recruit-wrapper .recruit-left .recruit-left-top {
    width: 100%;
    box-shadow: 0 3px 6px #ccc;
    background: #fff;
    margin-bottom: 30px
}

.recruit-left-top .recruit-type {
    color: #303030;
    height: 100%;
    width: 100%
}

.recruit-left-top .recruit-type li {
    height: 112px;
    line-height: 112px;
    width: 100%;
    cursor: pointer;
    position: relative
}

.recruit-left-top .recruit-type li i {
    display: inline-block;
    border-bottom: 1px solid #c2c1c1;
    font-size: 32px;
    width: 68%;
    text-align: right
}

.recruit-left-top .recruit-type li.active {
    color: #fff
}

.recruit-left-top .recruit-type li.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #930d00
}

.recruit-left-top .recruit-type li.active i {
    font-size: 32px;
    border: none;
    font-weight: 700
}

.recruit-left-top .recruit-type li:last-child i {
    border: none
}

.recruit-wrapper .recruit-left .recruit-left-foot {
    width: 100%;
    box-shadow: 0 3px 6px #ccc;
    height: 360px;
    overflow: hidden;
    background: #fff
}

.recruit-wrapper .recruit-right {
    flex: 1;
    width: 100%;
    background: #fff;
    min-height: 500px;
    box-shadow: 0 3px 6px #ccc;
    padding: 40px 40px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}

.recruit-left-foot {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%
}

.recruit-left-foot h3 {
    font-size: 25px;
    text-align: left
}

.recruit-left-foot ul {
    margin-top: 13px
}

.recruit-left-foot li {
    text-align: left;
    color: #930e00;
    font-size: 16px;
    line-height: 35px
}

.recruit-left-foot li i {
    color: #303030
}

.recruit-item1 {
    background: url(../images/welfare-1.png) center 30px no-repeat
}

.recruit-item2 {
    background: url(../images/welfare-2.png) center 30px no-repeat
}

.recruit-item3 {
    background: url(../images/welfare-3.png) center 30px no-repeat
}

.recruit-item4 {
    background: url(../images/welfare-4.png) center 30px no-repeat
}

.recruit-item5 {
    background: url(../images/welfare-5.png) center 30px no-repeat
}

.recruit-item6 {
    background: url(../images/welfare-6.png) center 30px no-repeat
}

.recruit-item7 {
    background: url(../images/welfare-7.png) center 30px no-repeat
}

.recruit-item8 {
    background: url(../images/welfare-8.png) center 30px no-repeat
}

.recruit-item9 {
    background: url(../images/welfare-9.png) center 30px no-repeat
}

.recruit-item10 {
    background: url(../images/welfare-10.png) center 30px no-repeat
}

.recruit-left-top .recruit-type li.recruit-type1 {
    background: url(../images/recruit-type1.png) 55px center no-repeat;
    -webkit-background-size: 68px 68px;
    background-size: 68px 68px
}

.recruit-left-top .recruit-type li.recruit-type2 {
    background: url(../images/recruit-type2.png) 55px center no-repeat;
    -webkit-background-size: 68px 68px;
    background-size: 68px 68px
}

.recruit-left-top .recruit-type li.recruit-type3 {
    background: url(../images/recruit-type3.png) 55px center no-repeat;
    -webkit-background-size: 68px 68px;
    background-size: 68px 68px
}

.recruit-left-top .recruit-type li.recruit-type4 {
    background: url(../images/recruit-type4.png) 55px center no-repeat;
    -webkit-background-size: 68px 68px;
    background-size: 68px 68px
}

.recruit-left-top .recruit-type li.active.recruit-type1 {
    background: #930d00 url(../images/recruit-type-active1.png) 55px center no-repeat;
    -webkit-background-size: 82px 76px;
    background-size: 82px 76px
}

.recruit-left-top .recruit-type li.active.recruit-type2 {
    background: #930d00 url(../images/recruit-type-active2.png) 55px center no-repeat;
    -webkit-background-size: 82px 76px;
    background-size: 82px 76px
}

.recruit-left-top .recruit-type li.active.recruit-type3 {
    background: #930d00 url(../images/recruit-type-active3.png) 55px center no-repeat;
    -webkit-background-size: 82px 76px;
    background-size: 82px 76px
}

.recruit-left-top .recruit-type li.active.recruit-type4 {
    background: #930d00 url(../images/recruit-type-active4.png) 55px center no-repeat;
    -webkit-background-size: 82px 76px;
    background-size: 82px 76px
}

.recruit-item {
    text-align: left;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 80px
}

.recruit-item li {
    color: #303030;
    font-size: 14px
}

.recruit-item h3 {
    font-size: 25px;
    text-align: left
}

.recruit-term {
    display: flex;
    margin: 30px 0
}

.recruit-term li {
    flex: 1;
    font-size: 20px
}

.recruit-require {
    margin-bottom: 30px
}

.recruit-require h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.recruit-require li {
    line-height: 30px;
    color: #777
}

.border-line {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid silver
}

.border-line i {
    position: relative;
    display: inline-block
}

.border-line i:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #930d00;
    left: 0;
    bottom: -12px
}

.color-930e00 {
    color: #930e00 !important
}

.culture-row {
    margin: 30px 0;
    width: 100%;
    height: 388px
}

.culture-row .culture-pic {
    position: relative;
    float: left;
    width: 669px;
    padding: 10px;
    height: 100%;
    margin-right: 30px
}

.culture-row .culture-box {
    position: relative;
    float: left;
    width: 400px;
    padding: 10px;
    margin-right: 30px;
    padding-top: 50px;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.culture-row .culture-box h2 {
    width: 300px;
    font-size: 22px;
    color: #272a2c;
    border-bottom: 1px solid #818181;
    padding-bottom: 10px;
    clear: both;
    margin: 0 0 .8em;
    font-family: Open Sans, Helvetica, Arial;
    line-height: 1.5
}

.culture-row .culture-box p {
    font-size: 14px;
    color: #818181;
    text-indent: 0
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4QTc2MTI3N0Q3OTExRUJBMTREOTE1MkIwQ0REMThGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4QTc2MTI4N0Q3OTExRUJBMTREOTE1MkIwQ0REMThGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDhBNzYxMjU3RDc5MTFFQkExNEQ5MTUyQjBDREQxOEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDhBNzYxMjY3RDc5MTFFQkExNEQ5MTUyQjBDREQxOEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5fYTzOAAACw0lEQVR42uzbQQqDQBBFwXTw/lfuQFYmuBBF0P711q6GKXrGxOrul6Tt3pZAAkQCRAJEAkQCRAJEAkQCRAJEEiASIBIgEiASIBIg0qNaLIH+Wn9BV4BIvyhgccTSDhxHnwNEY2D0RZgAUcTUiEcCiASI0u8SR/MWCwyZIHBYAkAkQGR6uIPozjCiflE3QeAQIDI9HLF07eTwZ0XBAQcgcMABCBxwACI4ABEcgAgOQAQHIIIDEMEBiOAAxBLAIUDggAMQOOAABA44AIEDDkAEByCCAxDBAYjgAERwCBA4BAgcAgQOOACBAw5A4IADEDjgAERwACI4ABEcgAgOAQKHAIFDgMAhQOCAAxA44AAEDjgAgQMOQAQHIIJDgMAhQOAQIHAIEDgECBwCBA44AIEDDkDggAMQOOAARHAIEDgECBwCBA4BAocAgUOAwCFA4BAgcMABCBxwKAYIHAIEDgEChwCBQ4DAIUDgECBwCJDo4ADE9IBDU4HAIUAcqwQIHAIEDgEiATKwtgQCBBIFASlIBAgkAsRxS4A8aYpAAsioIBEgkAgQSAQIJAIEEgECiQCBBBJAIIFEiUAgESCQCBBIBAgkAgQSAQKJAIEEEkAggQQQSCARIJAIEEgECCQCBBIBAokAgQQSQCCBBBBIIAFEkACi+yABBRBITBNAIIEEEEECiCABRJAIEEgECCQCBBIBAgkkgEACCSCQQAKIIAFEkAAiSAQIJAIEEgECCSSAQAIJIJBAAoggAUSQACJIABEkgAgSAQIJJIBAAgkgkEACiCABRJAAIkgAESSACBJABAkgggQSQCCBBBBIIAFEkAAiSAARJIBoGhJABIkpAggkAkSQACJIABEkgAgSQAQJIJqKpAARJHAAou+GLzgA0bnNH3tvWewNubybIBIgEiASIBIgEiASIBIgEiCSAJEAkU73EWAAc0CinjMEjTkAAAAASUVORK5CYII=");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGQUYxQjA4N0Q3ODExRUI4RDkzQkY0REVFM0Q2QkI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGQUYxQjA5N0Q3ODExRUI4RDkzQkY0REVFM0Q2QkI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZBRjFCMDY3RDc4MTFFQjhEOTNCRjRERUUzRDZCQjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZBRjFCMDc3RDc4MTFFQjhEOTNCRjRERUUzRDZCQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/sWyzAAACxklEQVR42uzcQQrCQBBFQXvI/a882Q5BRQymY3e9rdlEUvxRxJhzPiQ9b3gLJEAkQCRAJEAkQCRAJEAkQCRAJAEifdbW/P7f/RAtPB4acHz9ugBpi2O9DhRA4LAmAuTcgw4JIIJEgEAiQCARIJAIEEgECCQCJL2ARIBYEgFyuxWBBBBIIAEEEkgECCQCBBIBAokAgUSAQCJAIBEgkEACCCSQAAIJJIAIEgECiQCBRIBAIkAgESCQQAIIJJAAAgkkgAgSQASJAIFEgEAiQCARIJBAAggkkAACCSSACBJABAkgggQQQSJAIBEgkAgQSCABBBJIAIEEEkAECSCCBBD9FElAAohy1gQSQCCBBBBIIAFEkAAiSAARJIAIEkAECSCCRIBAAgkgkEACCCSQACJIABEkgAgSQAQJIIIEEEHSFQkgkEACCCSQACJIABEkgAgSQAQJIIIEEEFSFQkgkEACiBKQACJIqq8IIIIEEDluASJIAJEAUWb+zQQQwQGI4ABEt8YRgAiOojgAkWMVIErAEYAIjuI4AIEDDkAEByCCAxDBAYjgAERwACI4ABEcgAiOhjgAgQMOQOCAAxA44ABEcAAiOAARHIAIDkAEByCCAxDBIUDggAMQOOAABA44AIEDDkAEByCCAxDBAYjgAERwCBA4BAgcAgQOOACBAw5A4IADEDjgAERwACI4ABEcgAgOAQKHAIFDgMAhQOCAAxA44AAEDjgAgQMOQAQHIIIDEMEhQOAQIHAIEDgECBwCBA44AIEDDkDggAMQOOAARHAIEDgECBwCBA4BAocAgUOAwKF/aoMDDFmQq5ZDgMh6OGJZDzBkQeAQIBIg1kM+g4AhCwKHAJEAKbYA1gMQSF5cDwcgkFgNHev8Ldb68E8oBIilkCOWBIgEiASIBIgEiASIBIgkQCRAJEAkQCRAJEAkQCRApNLtAgwAdy2mlu1fvSYAAAAASUVORK5CYII=");
}

.swiper-button-next,
.swiper-button-prev {
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 44px 44px;
}