@charset "UTF-8";
.div {
    width: 100%;
    min-width: 1200px;
}


/* 轮播图 */

.banner {
    width: 100%;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: 20px;
    z-index: 10;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.banner .hd ul li.on {
    width: 30px;
    height: 12px;
    border-radius: 6px;
    background: #cf0101;
}

.banner .bd {
    position: relative;
    width: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.banner .bd a {
    display: block;
    width: 100%;
}

.banner .bd a img {
    display: block;
}

.banner .bd ul li p {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -90px;
}

.banner .bd li .title {
    display: block;
    font-size: 80px;
    font-weight: bold;
    color: #f0f8ff;
    line-height: 140px;
    text-align: center;
}

.banner .bd li .txt {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}


/* WEO WE ARE */

.are {
    width: 100%;
    padding: 30px 0;
}

.are .web h2,
.do .web h2,
.example .web h2 {
    font-size: 50px;
    color: #4c4c4c;
    line-height: 120px;
    text-align: center;
    font-weight: normal;
}

.are .web .red,
.do .web .red,
.example .web .red {
    width: 70px;
    height: 2px;
    background: #ef0000;
    margin: 0 auto 30px;
}

.are .web p span {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #7d7d7d;
}

.are .web a,
.do .web>a,
.example .web>a {
    display: block;
    width: 128px;
    height: 30px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    color: #909090;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 30px auto;
}

.are .web>a:hover,
.do .web>a:hover,
.example .web>a:hover {
    background: #162a89;
    color: #fff;
    border: 1px solid #162a89;
}


/* WHO WE DO */

.do {
    width: 100%;
    padding: 30px 0;
}

.do .web p {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #7d7d7d;
}

.do .web ul {
    padding: 30px 0;
}

.do .web ul li {
    display: inline-block;
    float: left;
    width: 392px;
    margin-left: 6px;
    margin-top: 6px;
}

.do .web ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.do .web ul li a div img {
    display: block;
    width: 100%;
}

.do .web ul li a p {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    left: 0;
    margin-top: -30px;
    z-index: 10;
    display: none;
}

.do .web ul li a p.on {
    display: block;
}

.do .web ul li a p span {
    display: block;
    width: 392px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.do .web ul li a div.tran {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
}


/* EXAMPLE */

.example {
    width: 100%;
    padding: 30px 0;
}

.example .web p {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #7d7d7d;
}

.example .web ul {
    margin-top: 30px;
}

.example .web ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 228px;
    height: 144px;
    border: 1px solid #b1b2b2;
    overflow: hidden;
}

.example .web ul li a {
    display: block;
    overflow: hidden;
}

.example .web ul li a img {
    display: block;
    transition: all 2s;
}

.example .web ul li:hover {
    border: 1px solid #e54141;
    box-shadow: 0px 0px 10px #b1b2b2;
}

.example .web ul li:hover a img {
    transform: scale(1.2);
}