﻿@media screen and (min-width: 1130px)
{
    * {
    margin:0px;
    padding:0px;
}
.IntroductionImage img {
    width: 100%;
    height: 100%;
    margin: 60px auto 0px;
}
.JoinAreContact {
    width:1100px;
    height: 500px;
    margin: 50px auto;
}
    .JoinAreContact h1 {
        font-weight: 200;
        text-align: center;
        margin-top: 60px;
    }
    .JoinAreContact p {
        color: #808080;
        line-height: 50px;
        text-align: center;
    }
.containeris {
    width: 50%;
    height:430px;
    float: left;
}
.biankuanga
{
    border-right: 1px solid gray;
}
.Resume {
    width: 283px;
    height: 112px;
    margin: 30px auto;
    background-color: rgb(83,202,195);
    transition: all 0.3s ease 0s;
}
    .Resume img {
        height: 100%;
        margin:auto 87px;
    }
    .Resume:hover {
        box-shadow: 0px 0px 4px #808080;
    }

.Images_11s {
    width: 1100px;
    height: 350px;
    margin: 0px auto;
}
.container table {
    width: 300px;
    margin:30px auto;
}
    .container table tr td {
        line-height:40px;
    }
}

@media screen and (max-width: 1129px)
{
    * {
    margin:0px;
    padding:0px;
}
.IntroductionImage img {
    width: 100%;
    height: 100%;
    margin: 60px auto 0px;
}
.JoinAreContact {
    width:90%;
    margin: 50px auto;
}
    .JoinAreContact h1 {
        font-weight: 200;
        text-align: center;
        margin-top: 60px;
    }
    .JoinAreContact p {
        color: #808080;
        line-height: 50px;
        text-align: center;
    }
.containeris {
    width: 100%;
}
.biankuanga
{
    border-bottom: 1px solid gray;
}
.Resume {
    width: 283px;
    height: 112px;
    margin: 30px auto;
    background-color: rgb(83,202,195);
    transition: all 0.3s ease 0s;
}
    .Resume img {
        height: 100%;
        margin:auto 87px;
    }
    .Resume:hover {
        box-shadow: 0px 0px 4px #808080;
    }

.Images_11s {
    width: 90%;
    margin: 0px auto;
}
.Images_11s img{
    width: 100%;
    margin: 0px auto 50px;
}
.container table {
    width: 300px;
    margin:30px auto;
}
    .container table tr td {
        line-height:40px;
    }
}