/*
* @Author: 88888888
* @Date:   2020-05-15 11:16:31
* @Last Modified by:   88888888
* @Last Modified time: 2021-04-19 10:06:25
*/
@import url("http://at.alicdn.com/t/font_2481067_tmxgbws9x4q.css");

.middle-bg{
    background: url(../img/bg.png) no-repeat;
}
.items-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.items-container img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.items-container .ovrly {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.items-container .item-conter {
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
}
a{
    transition: all .3s ease;
}
.items-container:hover .item-conter {
    bottom: 50%;
    text-align: center;
}
.items-container:hover .ovrly {
    top: 0;
}
#main{
    padding-top: 368px;
}
.items-container .item-conter .fa p{
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}
.items-container .item-conter .fa i img, .area-img img{
    width: auto;
}
ul{
    padding: 0;
    margin: 0;
}
.items-container-four{
    margin: 0 -10px;
    overflow: hidden;
    margin-bottom: 145px;
    margin-top: 13px;
}
.items-container-four li{
    float: left;
    width: 25%;
    padding: 0 10px;
}

.items-container-four li .item-conter p{
    margin-top: 23px!important;
}
.cooperate li{
    float: left;
    width: 50%;
    padding:0 11px; 
    margin-bottom: 62px;
}
.cooperate{
    margin: 0 -11px;
    margin-bottom: 63px;
    overflow: hidden;
}

.cooperate li>div, .area-img{
    position: relative;
}
.cooperate li a{
    position: absolute;
    padding: 0 20px;
    color: #005797;
    font-size: 20px;
    text-align: center;
    left: 0;
    bottom: -27px;
    right: 0;
    display: block;
}
.cooperate li a span{
   background: #fff;
   display: block;
   padding: 10px 0;
   width: 100%;
   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.cooperate li>div:hover span{
    font-weight: bold;
}
.area-img-ul li{
    float: left;
    width: 50%;
}
.area-img-ul{
    width: 401px;
    padding: 12px 19px;
    position: absolute;
    top: 20px;
    right: 0;
    height: 244px;
    background: rgba(255,255,255,.82);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.area-img{
    height: 280px;
    margin-bottom: 35px;
}
.area-img-ul li a{
    display: block;
    line-height: 108px;
    height: 108px;
    text-align: center;
    border-right: 2px solid #d7e9f4;
   border-bottom: 2px solid #d7e9f4;
}

.area-img-ul li a span{
    color: #0c76ba;
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.area-img-ul li:nth-child(even) a{
    border-right:none;
}
.area-img-ul li:nth-child(3) a, .area-img-ul li:nth-child(4) a{
    border-bottom: none;
}
.area-img02 .fimr{
   float: right;
}
.area-img02 .area-img-ul{
    left: 0;
    right: auto!important;
}
.margin-bottom160{
    margin-bottom: 160px;
}
.earer-five li{
    float: left;
    width: 20%;
    padding: 0 5px;
}
.earer-five{
    overflow: hidden;
    margin: 0 -5px;
    margin-bottom: 60px;
}
.earer-five li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.earer-five li a p{
    font-size: 18px;
    margin-bottom: 0;
    position: absolute;
    background: rgba(0,0,0,.4);
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.earer-five li a img{
    transition: all 0.3s linear;
}
.earer-five li a:hover img{
    transform: scale(1.05);
    transition: all 0.3s linear;
}
@media (min-width: 1258px){
.container {
    width: 1228px;
}
}
@media (max-width: 1199px){
.items-container .item-conter .fa i img {
    width: 34px;
}
.items-container .item-conter .fa p{
    font-size: 26px;
}
.items-container-four li .item-conter p {
    margin-top: 10px!important;
}
}
@media (max-width: 991px){
.items-container .item-conter .fa p {
    font-size: 20px;
}
.items-container .item-conter .fa i img {
    width: 30px;
}
.area-img img{
    width: 100%;
}
.area-img-ul li a img{
    width: auto;
}
.area-img-ul{
    top: -14px;
}
.area-img{
    height: 240px;
}
.earer-five li{
    width: 25%;
    margin-bottom: 20px;
}
}
@media (max-width: 767px){
.items-container-four li{
    width: 50%;
    margin-bottom: 13px;
}
#main {
    padding-top: 68px;
}
.items-container-four{
    margin-bottom: 65px;
}
.cooperate li a{
    font-size: 18px;
}
.cooperate li{
    padding: 0 10px;
}
.cooperate {
    margin: 0 -10px;
    margin-bottom: 50px;
}
.area-img-ul {
    width: 330px;
}
.area-img img{
    height: 217px;
}
.area-img-ul li a img{
    height: auto;
}
.margin-bottom160 {
    margin-bottom: 60px;
}
}
@media (max-width: 580px){
.cooperate li a{
    padding: 0 10px;
}
.area-img-ul {
    width: 250px;
    height: 182px;
}
.area-img-ul li a img {
    width: 28px;
}
.area-img-ul li a span{
    font-size: 20px;
}
.area-img-ul li a{
    line-height: 85px;
    height: 85px;
}
.area-img img {
    height: 153px;
}
.area-img {
    height: 165px;
}
.earer-five li{
    width: 33.333%;
}
}
@media (max-width: 480px){
.cooperate li a {
    font-size: 16px;
}
.area-img-ul li a span {
    margin-left: 3px;
    font-size: 18px;
}
.area-img-ul li a {
    line-height: 70px;
    height: 70px;
}
.area-img-ul li:nth-child(1) i img{
    width: 23px;
}
.area-img-ul {
    padding: 5px;
    width: 220px;
    height: 145px;
}
.area-img img {
    height: 123px;
}
.area-img {
    height: 140px;
}
.cooperate{
    margin-bottom: 40px;
}
.earer-five li a p{
    font-size: 14px;
}
.earer-five li {
    width: 50%;
}
}
@media (max-width: 380px){
.items-container .item-conter .fa p {
    font-size: 18px;
}
.items-container-four li .item-conter p {
    margin-top: 8px!important;
}
.cooperate li{
    width: 100%;
}
.area-img-ul{
    width: 195px;
    top: -7px;
    height: 105px;
}
.area-img-ul li a img {
    width: 22px;
}
.area-img img {
    height: 93px;
}
.area-img-ul li:nth-child(1) i img {
    width: 18px;
}
.area-img-ul li a {
    line-height: 50px;
    height: 50px;
}
.area-img {
    height: 93px;
}
}