﻿@charset "UTF-8";
*, :after, :before {
    box-sizing: inherit;
}
a.more {
    width: 150px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
    border-radius: 40px;
    transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in;
}
a.more i {
    position: absolute;
    top: 50%;
    right: 14%;
    margin-top: -19px;
    font-size: 13px;
}
a:hover {
    color: #103670;
}
.index-page01 .item-r a:hover .box {
    opacity: 1;
    transform: translateY(0);
}
.index-page01 .item-l:hover .item .main {
    opacity: 1;
    transform: translateY(0);
}
.xjpor{background: #f5f5f5;}
.page-pd-m {
    padding: 50px 0;
	width: 1500px;
	margin: 0px auto;
}
.index-page01 .header {
    margin-bottom: 50px;
}
.index-title-tit {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.index-page01 .list.c-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: stretch;
}
.c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.maxwidth {
    width: 92%;
    margin: 0 auto;
}
.index-page01 .item-l {
    position: relative;
    width: 33.33%;
}
.index-page01 .item-l .item {
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}
.c-imghover {
    overflow: hidden;
}
.index-page01 .item-l .img, .index-page01 .item-r .item>img {
    width: 100%;
}
.c-imghover .c-imghover-item {
    transition: transform .4s ease-out;
}
img {
    vertical-align: middle;
    border-style: none;
}
.index-page01 .item-l .main {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 360px;
    background-image: linear-gradient(to top, rgb(12,55,112) 30%, transparent);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s,transform .3s;
    z-index: 1;
}
.index-page01 .item-l .main a {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 5% 8%;
    display: block;
    color: #fff;
    font-size: 14px;
}
.index-page01 .item-r {
    align-content: stretch;
    align-items: stretch;
}
.index-page01 .item-r {
    width: 66.67%;
}
.index-page01 .item-r .item {
    position: relative;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.index-page01 .item-r .item img {
    display: block;
    width: 100%;
    height: 100%;
}
.index-page01 .item-l .img, .index-page01 .item-r .item>img {
    width: 100%;
}
.index-page01 .box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    padding: 20px 0 100px 0;
    background-image: linear-gradient(to bottom, rgb(12,55,112), transparent);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .3s,transform .3s;
    text-align: center;
}
.index-page01 .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.index-page01 .more-a {
    margin-top: 40px;
    text-align: center;
}
.index-page01 .more-a a {
    margin: 0 auto;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
