﻿* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.welcome {
    height: 100%;
    background: url(../images/welcome-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.we-box {
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding-top: 1px;
    position: relative;
}

.we-main {
    width: 634px;
    /* margin-top: 10%; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
}

.we-logo a {
    display: block;
}

.we-logo a img {
    display: block;
    max-width: 100%;
}

.we-enter {
    margin-top: 45px;
    margin-bottom: 35px;
}

.we-enter>div {
    float: left;
    width: 48.5%;
}

.we-enter>div:first-child {
    margin-right: 3%;
    background: #890005;
    background-size: cover;
    background-position: center center;
}

.we-enter>div:first-child+div {
    background: #fff;
    background-size: cover;
    background-position: center center;
}

.we-enter>div:first-child+div h2 {
    color: #890005;
}

.we-enter>div a {
    display: block;
    text-align: center;
    padding: 23px 0;
    transition: all 0.5s;
}
.we-icon{
    height: 90px;
}
.we-icon img {
    display: block;
    margin: 0 auto;
}

.we-enter>div a h2 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}

.we-enter>div a p {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.we-enter>div a:hover {
    box-shadow: 10px 15px 25px rgba(255, 255, 255, .5);
}

.we-enter>div a:hover .we-icon img {
    transform: rotateY(360deg);
    transition: all 1s;
}

.we-enter>div a:hover h2 {
    text-decoration: underline;
}

.we-foot {
    color: rgba(255, 255, 255, .8);
    line-height: 28px;
}

.we-foot span {
    padding: 0 20px;
    position: relative;
    color: rgba(255, 255, 255, .8);
}

.we-foot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: #fff;
}

.we-foot span:first-child::before {
    content: none;
}

@media screen and (max-width: 1340px) {
    .px1300 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
    .we-main{
        left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .we-main{
        width: auto;
        right: 20px;
    }
}
@media screen and (max-width: 640px) {
    .we-icon {
        height: auto;
    }
    .we-icon img{
        max-height: 60px;
    }
    .we-enter>div a h2{
        font-size: 18px;
        margin-top: 15px;
    }
    .we-foot p,
    .we-foot span{
        font-size: 14px;
    }
    .we-foot p{
        line-height: 26px;
    }
    .we-enter {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}