@charset "UTF-8";

@import "icon/iconfont.css";
@import "../../../static/css/animate.css";

a {
    color: #4e4e4e;
}

.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    clear: bottom;
    overflow: visible;
}
.inner-main {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    clear: bottom;
    overflow: visible;
}

.flex1 {
    flex: 1;
}

.transition1 {
    transition: all 0.1s;
}
.transition2 {
    transition: all 0.2s;
}
.transition3 {
    transition: all 0.3s;
}
.transition4 {
    transition: all 0.4s;
}
.transition5 {
    transition: all 0.5s;
}
.header {
    height: 118px;
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}
.header .logo {
    margin: 20px 0 16px;
    position: relative;
    z-index: 1;
    width: 255px;
}
.header .logo .logo1, .header .logo .logo2 {
    height: 42px !important;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 20px;
}
.header .logo .logo1 {
    opacity: 1;
}
.header .menu {
    width: 742px;
    border: 1px solid rgba(224, 231, 232, 0.5);
    border-top: 0;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}
.header .menu * {
    transition: none !important;
}
.header .lang {
    position: relative;
    z-index: 2;
}
.header .lang .icons {
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
.header .lang .iconfont {
    color: #004b9d;
    font-size: 22px;
}

.header .lang .search-form {
    position: relative;
    z-index: 4;
    height: 45px;
    display: flex;
    align-items: center;
}
.header .lang .search-form input {
    width: 100%;
    background: #f3f3f3;
    box-sizing: border-box;
    border: 0;
    border-radius: 7px;
    padding: 4px 38px 4px 10px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.header .lang .search-form button {
    position: absolute;
    z-index: 2;
    right: 2px;
    top: 7px;
    border: 0;
    background: transparent;
    height: 32px;
    cursor: pointer;
}
.header .lang .search-form .iconfont {
    padding: 5px;
}

.header .lang .lang-select {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    margin: 21px 0;
    border-radius: 7px;
    background: #f3f3f3;
    cursor: pointer;
    z-index: 2;
}
.header .lang .lang-select .span {
    color: #333;
    flex: 1;
    font-size: 12px;
    user-select: none;
}
.header .lang .lang-select .iconfont {
    padding: 0 10px;
    color: #333;
}
.header .lang .lang-select .icon-xiajiantou {
    padding: 10px;
    font-size: 12px;
    transform-origin: center;
    transition: transform 0.25s;
}
.header .lang .lang-select.open .icon-xiajiantou {
    transform: rotateX(180deg);
}


.header .stock-code {
    padding-left: 38px;
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
}
.header .stock-code a {
    line-height: 44px;
    font-size: 12px;
    color: #333;
}
.header .layui-nav {
    background-color: #fff;
    margin: 0 20px;
    padding: 0;
}
.header .layui-nav .layui-nav-item {
    line-height: 74px;
}
.header .layui-nav .layui-nav-item a {
    color: #333;
    font-size: 14px;
    padding: 0 18px;
}
.header .layui-nav .layui-this a {
    color: #004b9d;
}
.header .layui-nav .layui-this:after {
    background-color: #004b9d;
}
.header .layui-nav .layui-nav-bar {
    background-color: #fff;
    z-index: 0;
}
.header .line-r-m {
    position: absolute;
    left: 255px;
    top: 44px;
    width: 10000px;
    background: rgba(224, 231, 232, 0.5);
    height: 1px;
    z-index: 1;
}

/*固定顶部*/
.header-static { /*overflow: hidden;*/
    height: 193px;
    border-color: #e0e7e8;
}
.header-static .line-b {
    position: absolute;
    left: -1500px;
    bottom: 0;
    width: 10000px;
    background: #e0e7e8;
    height: 1px;
    z-index: 1;
}
.header-static .menu,
.header-static .icons,
.header-static .stock-code {
    border-color: #e0e7e8;
}
.header-static .line-r-m {
    background: #e0e7e8;
}
.header-static .stock-code a {
    color: #8e8e8e;
}
.header-static .layui-nav .layui-nav-item a,
.header-static .icons .iconfont {
    color: #4e4e4e;
}
.header-static .icons .iconfont:hover {
    color: #004b9d;
    background: rgba(255, 255, 255, 0.1);
}

.header-static .layui-nav .layui-nav-item a {
    color: #4e4e4e;
}
.header-static .layui-nav .layui-this:after {
    background-color: #004b9d;
}
.header-static .layui-nav .layui-nav-bar {
    background-color: #004b9d;
    z-index: 101;
}
.header-static .layui-nav .layui-nav-child:after {
    border-bottom-color: #fff !important;
}


.header-static .layui-nav .layui-this:after {
    display: none;
}
.header-static .layui-nav .layui-this > a {
    position: relative;
    z-index: 101;
}
.header-static .layui-nav .layui-this > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #004b9d;
    transition: all .2s;
    -webkit-transition: all .2s;
}
/*  鼠标经过主菜单时，隐藏底部的蓝色条 */
/*.header-static .layui-nav:hover .layui-nav-item>a:after{ display: none;}*/

.header-static.on::after {
    display: none;
}
.header-static.on .icons .iconfont {
    color: #fff;
}
.header-static.on .icons .iconfont.cur {
    color: #004b9d;
}
.header-static.on .model-box {
    top: 0;
    opacity: 1;
}
.header-static.on.header-mini .model-box {
    top: -45px;
}
.header-static.on.header-mini .close {
    top: 45px;
}

/* 小型 */
.header-mini {
    top: -45px;
    background: #fff;
}
.header-mini .logo {
    margin: 55px 0 0;
}
.header-mini .logo .logo2 {
    opacity: 1;
    height: 42px;
    top: 7px;
}
.header-mini .logo .logo1 {
    opacity: 0;
    height: 42px;
}
.header-mini .layui-col-md8 {
    border: 1px solid rgba(224, 231, 232, 0.5);
    border-top: 0;
    border-bottom: 0;
}
.header-mini .stock-code a {
    color: #4e4e4e;
}
.header-mini .layui-nav .layui-nav-item {
    line-height: 73px;
}
.header-mini .layui-nav .layui-nav-item a {
    color: #4e4e4e;
}
.header-mini .layui-nav .layui-this a {
    color: #004b9d;
}
.header-mini .layui-nav .layui-this:after {
    background-color: #004b9d;
}
.header-mini .layui-nav .layui-nav-bar {
    background-color: #004b9d;
}
.header-mini .icons {
    color: #4e4e4e;
}
.header-mini .icons .iconfont {
    color: #4e4e4e;
}

/*处理顶部二级菜单*/
.header .layui-nav .layui-nav-item {
    position: static;
    z-index: 1001;
}
.header .layui-nav .layui-nav-more {
    display: none;
}
.header .layui-nav .layui-nav-child {
    display: none !important;
    background: #fff;
    align-items: center;
    margin: 0 auto;
    padding-top: 5px;
    top: 68px;
    right: 0;
    min-width: auto;
    border: 0;
    box-shadow: none;
    animation: none;
    line-height: 74px;
    transition: none;
}
.header .layui-nav .layui-this .layui-nav-child {
    display: flex !important;
}
.header .layui-nav:hover .layui-nav-child {
    display: none !important;
}
.header .layui-nav .layui-nav-item:hover .layui-nav-child {
    display: flex !important;
}
.header .layui-nav .layui-nav-item dd {
    background: transparent;
    z-index: 2;
}
.header .layui-nav .layui-nav-item dd a:after {
    display: none !important;
}

.header .layui-nav .layui-nav-child:after {
    content: "";
    position: absolute;
    left: -10000px;
    right: -10000px;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(224, 231, 232, 0.5);
    transition: all 0.5s;
    background: #fff;
}
.header .layui-nav .layui-nav-child a {
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 18px;
}
.header .layui-nav .layui-nav-child a:hover,
.header .layui-nav .layui-nav-child a.cur {
    background: transparent !important;
    color: #004b9d !important;
}

.header-mini .layui-nav .layui-nav-child {
    top: 68px;
}
.header-mini .layui-nav .layui-nav-child:after {
    height: 75px;
    background: #fff;
    border-top: 1px solid rgba(224, 231, 232, 0.5);
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
}
.header-mini .layui-nav .layui-nav-child a {
    color: #333;
}
.header-mini .layui-nav .layui-nav-child dd {
    z-index: 2;
}

/*语言弹窗*/
.model-lang {
    position: absolute;
    display: none;
    z-index: 1;
    left: 15px;
    right: 0;
    top: 90px;
    background: #fff;
    border-radius: 0 0 7px 7px;
    padding: 30px 10px 20px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

.model-lang .lang-list {
    width: 100%;
    text-align: center;
}
.model-lang .lang-list a {
    margin-bottom: 10px;
    line-height: 24px;
    display: block;
}
.model-lang .lang-list a:hover {
    color: #004b9d;
    transition: all 0.3s;
}
.model-lang .lang-list a:last-child {
    margin-bottom: 0;
}

/*搜索弹窗*/
.search-model-box {
    position: absolute;
    display: none;
    z-index: 3;
    left: 15px;
    top: 30px;
    background: #fff;
    border-radius: 0 0 7px 7px;
    padding: 40px 10px 15px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}
.search-model-box .title {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}
.search-model-box a {
    display: block;
    margin-bottom: 10px;
}
.search-model-box a:hover {
    color: #000;
}
.search-model-box a:last-child {
    margin-bottom: 0;
}
.search-model-box .t1 {
    font-size: 12px;
}
.search-model-box .t2 {
    font-size: 12px;
    color: #004b9d;
}
.search-model-box .t1:hover {
    text-decoration: underline;
}


.body {
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.banner {
    background: #fff;
    position: relative;
    height: 828px;
    margin-top: 114px;
}
.banner .item {
    background: center no-repeat;
    background-size: cover;
}
.banner .layui-carousel-ind {
    top: auto;
    bottom: 105px;
    width: 1150px;
    text-align: right;
    margin: 0 auto;
}
.banner .layui-carousel-ind ul {
    background: transparent;
    padding-left: 300px;
}
.banner .layui-carousel-ind li {
    position: relative;
    width: 75px;
    height: 10px;
    background: #004b9d;
    border-radius: 0;
    margin: 0 13px;
}
.banner .layui-carousel-ind li:last-child {
    margin-right: -2px;
}
.banner .layui-carousel-ind li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 10px;
    background: #fff;
}
.banner .layui-carousel-ind li.layui-this:after {
    width: 100%;
    transition: all 3s linear;
}
.banner .banner-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.banner-indicator .main {
    display: flex;
    align-items: flex-end;
}
.banner-indicator .item {
    flex: 1;
    display: flex;
    background: #0f3b66;
    font-size: 14px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.banner-indicator .item .num {
    padding-left: 26px;
    font-family: ba;
}
.banner-indicator .item .name {
    flex: 1;
}
.banner-indicator .item .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 0;
    background: #2e4feb;
}

.banner-indicator .item:hover {
    background: #0f436e;
}
.banner-indicator .item.cur {
    background: #004b9d;
    padding-top: 20px;
    position: relative;
    font-size: 16px;
}
/*.banner-indicator .item.cur .progress{ width: 100%;}*/


.ba-nav {
    position: absolute;
    top: 330px;
    z-index: 2;
    left: 0;
    right: 0;
}
.ba-nav .item .info {
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 12px;
}
.ba-nav .item .info:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 94px;
}
.ba-nav .item-1 .info {
    background: #004b9d;
}
.ba-nav .item-2 .info {
    background: #e2331e;
}
.ba-nav .item-3 .info {
    background: #00814d;
}
.ba-nav .item-4 .info {
    background: #8b3e29;
}
.ba-nav .item-1 .info:after {
    background: #0058b9;
}
.ba-nav .item-2 .info:after {
    background: #f73b25;
}
.ba-nav .item-3 .info:after {
    background: #019b5d;
}
.ba-nav .item-4 .info:after {
    background: #a74b32;
}

.ba-nav .img {
}
.ba-nav .img img {
}
.ba-nav .info {
}
.ba-nav .logo {
    position: relative;
    z-index: 2;
    height: 86px;
    background: center no-repeat;
}
.ba-nav .slogan {
    position: relative;
    z-index: 2;
    margin: 0 30px;
    height: 60px;
    font-size: 14px;
    line-height: 18px;
}
.ba-nav .index-btn {
    position: relative;
    z-index: 2;
    margin: 22px auto;
    width: 138px;
    display: block;
}

.ba-nav {
}
.ba-nav .top-pm {
    display: none;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 70px;
    height: 152px;
}
.ba-nav .top-pm .t1 {
    transition: all 0.2s;
    transition-timing-function: ease-in;
    font-size: 18px;
}
.ba-nav .top-pm .t2 {
    transition: all 0.2s;
    transition-timing-function: ease-in;
    font-size: 36px;
    font-weight: 700;
}
.ba-nav .top-pm-one {
    margin: 50px auto 0;
    overflow: hidden;
}
.ba-nav .top-pm-one .title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}


/*按钮*/
.index-btn {
    line-height: 48px;
    border: 1px solid #fff;
    padding: 0 8px 0 32px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.index-btn .btn-txt {
    position: relative;
    color: #fff;
    z-index: 2;
    display: block;
    align-items: center;
    overflow: hidden;
}
.index-btn .btn-txt span {
    display: inline-block;
    float: left;
}
.index-btn .btn-txt i {
    width: 48px;
    height: 48px;
    display: block;
    font-size: 23px;
    color: #fff;
    float: left;
}
.index-btn:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
}
.index-btn:hover .btn-txt {
    color: #4e4e4e;
}
.index-btn:hover .btn-txt i {
    color: #4e4e4e;
}
.index-btn:hover:after {
    background: #fff;
    color: #4e4e4e;
    left: 0;
}

.index-btn-black {
    border-color: #4e4e4e;
}
.index-btn-black .btn-txt {
    color: #4e4e4e;
    border-color: #4e4e4e;
}
.index-btn-black .btn-txt i {
    color: #4e4e4e;
}
.index-btn-black:after {
    color: #4e4e4e;
}
.index-btn-black:hover .btn-txt {
    color: #fff;
}
.index-btn-black:hover .btn-txt i {
    color: #fff;
}
.index-btn-black:hover:after {
    background: #4e4e4e;
    color: #fff;
    left: 0;
}

.btn-j-reverse {
    padding: 0 32px 0 8px;
}
.btn-j-reverse .btn-txt i {
    transform: rotateY(180deg);
}
.btn-j-reverse:after {
    left: 100%;
}

/*新闻*/
.group-news {
    position: relative;
    background: #f7f7f7;
    padding: 48px 0 80px;
    overflow: hidden;
    z-index: 1;
}
.group-news .bg {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -450px;
    width: 900px;
    height: 100%;
    background: #f1f1f1;
    z-index: 1;
    transform: skewX(45deg);
}
.group-news .main {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 1150px;
}
.group-news .new-hd {
    display: flex;
    padding: 48px 0;
    text-align: left;
    vertical-align: bottom;
}
.group-news .main .title {
    font-size: 36px;
    color: #004b9d;
}
.group-news .new-hd .more {
    padding-right: 6px;
    padding-top: 24px;
}
.group-news .news-list {
}
.group-news .news-list .pic-item {
    text-align: left;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: block;
}
.group-news .news-list .item {
    text-align: left;
    overflow: hidden;
    position: relative;
    display: block;
}
.group-news .news-list .item .new-txt {
    border-top: 6px solid #b4b4b4;
    margin-top: 15px;
}
.group-news .news-list-nobrd .item .new-txt {
    border-top: 0;
    margin-top: 0;
}
.group-news .news-list-nobrd .item .new-txt .time {
    margin-top: 0;
}
.group-news .news-list-nobrd .item .new-txt .title {
    margin-bottom: 20px;
}
.group-news .news-list-nobrd .item .new-txt .des {
    margin-bottom: 27px;
}


.group-news .news-list .pic {
    width: 100%;
    height: 326px;
    overflow: hidden;
    position: relative;
}
.group-news .news-list .img {
    width: 100%;
    height: 326px;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
/*.group-news .news-list .item:hover .img{ transform: scale(1.1);}*/
.group-news .news-list .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.group-news .news-list .t2 {
    font-size: 12px;
    color: #fff;
    margin: 18px 20px 0 26px;
}
.group-news .news-list .t1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 8px 56px 16px 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-news .news-list .description {
    font-size: 12px;
    line-height: 18px;
    margin: 0 50px;
    display: none;
}
.group-news .news-list .r {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 22px;
    height: 6px;
    background: center no-repeat;
    z-index: 2;
}
.group-news .new {
    position: absolute;
    left: 0;
    top: 0;
    background: #004b9d;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 0 6px;
    z-index: 2;
}
.group-news .news-list .time {
    font-size: 12px;
    line-height: 18px;
    color: #4e4e4e;
    margin-top: 28px;
}
.group-news .news-list .title {
    font-size: 16px;
    margin: 4px 0 10px;
    font-weight: 700;
    color: #4e4e4e;
}
.group-news .news-list .des {
    font-size: 12px;
    color: #4e4e4e;
}

.group-news .news-list .r-item {
    text-align: left;
    overflow: hidden;
    margin-bottom: 14px;
    margin-top: 8px;
    display: block;
}
.group-news .news-list .r-item .time {
    float: left;
    border: 1px solid #6e6e6e;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 0 16px 22px 0;
    line-height: 1;
}
.group-news .news-list .r-item .title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
}
.group-news .news-list .r-item .des {
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    color: #333;
}
.group-news .news-list .r-item .day {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    padding-top: 8px;
}

/*8.8产品*/
.group-prod {
    position: relative;
    background: #f7f7f7;
    height: 655px;
    z-index: 5;
}
.group-prod .bg {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -430px;
    width: 940px;
    height: 100%;
    background: #f4f4f4;
    z-index: 1;
    transform: skewX(-45deg);
}
.group-prod .main {
    position: relative;
    z-index: 2;
    width: 1150px;
    height: 100%;
    overflow-y: visible;
}
.group-prod .pro-info {
    color: #595959;
    line-height: 1.4;
}
.group-prod .pro-info .slogan {
    font-size: 36px;
    font-weight: 700;
    color: #0159b9;
    padding-top: 86px;
}
.group-prod .pro-info .t1 {
    font-size: 24px;
    font-weight: 700;
}
.group-prod .pro-info .t2 {
    font-size: 24px;
}
.group-prod .pro-info .t3 {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.group-prod .pro-img {
    position: absolute;
    left: 50%;
    top: 13px;
}

/*about*/
.group-about {
    height: 846px;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 80px;
}
.group-about .bg {
    background: url("../images/demo9/about.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/*.group-about:hover .bg{ transform: scale(1.1);}*/
.group-about .text {
    position: relative;
    z-index: 3;
}
.group-about .text .t1 {
    font-size: 48px;
    line-height: 1;
    margin: 160px 0 30px;
}
.group-about .list {
    width: 1150px;
    margin: 120px auto 0;
    position: relative;
    z-index: 4;
}
.group-about .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.group-about .list .item {
    width: 300px;
}
.group-about .list .item .t2 {
    font-size: 14px;
}
.group-about .list .item .t3 {
    font-size: 72px;
    line-height: 1;
    margin: 1px 0;
    font-family: ba;
}
.group-about .list .item .t4 {
    font-size: 18px;
}
.group-about .list .item .log {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: center no-repeat;
}
.group-about .index-btn {
    position: relative;
    z-index: 3;
    margin-top: 104px;
    font-size: 16px;
}

.footer {
    border-top: 1px solid #e0e7e8;
    background: #fff;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.footer .main {
    display: flex;
    align-items: flex-start;
}
.footer .logo {
    width: 255px;
    height: 200px;
    padding-top: 16px;
    color: #4e4e4e;
    line-height: 1.4;
}
.footer .logo .copyright {
    font-size: 10px;
    margin: 10px 0 5px;
    transform: scale(0.85);
    transform-origin: 0 0;
}
.footer .logo .icp {
    font-size: 12px;
    transform: scale(0.85);
    transform-origin: 0 0;
}
.footer .menu {
    flex: 1;
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    padding-bottom: 40px;
}
.footer .menu .tit {
    padding-left: 28px;
    border-bottom: 1px solid #e0e7e8;
}
.footer .menu .tit a {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 76px;
    width: 14%;
}
.footer .menu .list {
    margin: 30px 0 0 28px;
}
.footer .menu .list .item {
    width: 14%;
    min-height: 1px;
}
.footer .menu .list a {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 22px;
    display: block;
    transition: all 0.5s;
}
.footer .menu .list a:hover {
    color: #004b9d;
}
.footer .menu .codes {
    padding: 40px 77px 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .icon {
    position: relative;
    overflow: visible;
    padding-left: 15px;
}
.footer .icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #e0e7e8;
}
.footer .icon .i {
    padding: 0 15px;
    float: left;
    height: 76px;
    line-height: 76px;
    cursor: pointer;
}
.footer .icon .i:hover .urls{
    top: 60px;
    opacity: 1;
    pointer-events: auto;
}
.footer .icon .urls{
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 2;
    width: 100px;
    background: #fff;
    line-height: 1.4;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 2px;
}
.footer .icon .url {
    padding: 8px 10px;
    border-bottom: 1px solid #e0e7e8;
}
.footer .icon .url:last-child{
    border:0;
}

.footer .icon .iconfont {
    font-size: 22px;
    color: #4e4e4e;
}
.footer .icon .icon-youxiang {
    font-size: 20px;
}
.footer .icon .icon-weixin-oa {
    font-size: 24px;
}
.footer .icon .iconfont:hover {
    color: #004b9d;
}

.footer-generalize {
}
.footer-generalize .item {
    height: 210px;
    background: center no-repeat transparent;
    background-size: cover;
    position: relative;
}
.footer-generalize .index-btn {
    position: absolute;
    top: 80px;
    left: 211px;
    z-index: 10;
}
.footer-generalize .btn-j-reverse {
    right: 211px;
    left: auto;
}

.footer-generalize .item .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}
.footer-generalize .item .cover-blue {
    background: #004b9d;
}
.footer-generalize .item .cover-black {
    background: #000;
}

/*版本*/
.version {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    margin-top: -300px;
}
.version a {
    display: block;
    background: #aaa;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    transition: all 0.3s;
}
.version a:hover {
    background: #888;
}
.version a.cur {
    background: #444;
    color: #fff;
}

.browserupgrade {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    background: #bd2c00;
    color: #fff;
    z-index: 2000;
}


/*内容页-面包屑*/
.breadcrumb1 {
    position: absolute;
    left: 0;
    top: 147px;
    z-index: 1;
}
.breadcrumb1 > * {
    font-size: 12px;
    color: #8e8e8e;
}
.breadcrumb1 a {
    padding-right: 10px;
    margin-right: 2px;
    background: url("../images/r.png") right center no-repeat transparent;
}
.breadcrumb1 a:hover {
    color: #004b9d;
}

/*内容页样式*/
.inner-banner {
    width: 100%;
    height: 555px;
    margin-top: 120px;
    background: center no-repeat #f1f1f1;
    background-size: cover;
}
.inner-banner.swiper-container .swiper-wrapper{
    width: 100%;
}
.inner-banner.swiper-container .item{
    width: 100%;
    height: 555px;
    background: center no-repeat #f1f1f1;
    background-size: cover;
}
.inner-head {
    background: #004b9d;
    color: #fff;
    text-align: center;
    height: 200px;
    margin-top: -88px;
    margin-bottom: 76px;
    position: relative;
}
.inner-head h1 {
    font-size: 36px;
    padding: 60px 0 18px;
    line-height: 1;
    font-weight: 400;
}
.inner-head h2 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 100;
}
.inner-head .line1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 47px;
    width: 1px;
    background: #fff;
}
.inner-head .line2 {
    position: absolute;
    left: 50%;
    bottom: -47px;
    height: 47px;
    width: 1px;
    background: #004b9d;
}

/*集团概要*/
.article-equity {
    margin-bottom: 200px;
    position: relative;
}
.article-equity p {
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
}
.article-equity p.tc {
    text-align: center;
}
.article-equity .article-pv {
    text-align: center;
    font-size: 12px;
    margin-bottom: 80px;
    padding-right: 50px;
}
.article-equity .article-pv .iconfont {
    font-size: 12px;
    margin: 0 1px 0 50px;
}
.article-equity .article-pv .icon-biaoqian {
    font-size: 13px;
}
.article-equity .article-pv .icon-shijian {
    font-size: 14px;
}
.article-equity .article-pv .ff-ba {
    font-size: 18px;
}

.article-tools {
    position: absolute;
    right: 0;
    top: 6px;
}
.article-tools .item {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 24px;
    line-height: 24px;
    background: #4e4e4e;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}
.article-tools .item .iconfont {
    font-size: 14px;
}
.article-tools .item .icon-arrow-left {
    margin-left: -2px;
}
.article-tools .item .icon-weixin1 {
    font-size: 15px;
    margin-left: 1px;
}
.article-tools .item .icon-jiahao {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
    transform: scale(0.5);
    transform-origin: right top;
}

.business-unit {
}
.business-unit .item {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    margin-bottom: 160px;
}
.business-unit .item .img {
    float: left;
    margin-right: 52px;
}
.business-unit .item .info {
    float: left;
    width: 639px;
    text-align: justify;
}
.business-unit .item .t1 {
    margin-bottom: 30px;
}
.business-unit .item .t2 {
    line-height: 24px;
}
.business-unit .index-btn {
    position: absolute;
    bottom: 0;
}

.business-unit .item-reverse .img {
    margin-right: 0;
}
.business-unit .item-reverse .info {
    margin-right: 52px;
}

/*成员企业*/
.contact-way li {
    height: 44px;
    font-weight: 100;
}
.contact-way .iconfont {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}

.group-part-section1 {
    overflow: hidden;
    padding-bottom: 100px;
}
.group-part-section1 .part-logo {
    height: 107px;
    padding-top: 54px;
}
.group-part-section1 p {
    font-weight: 100;
    height: 120px;
    padding-bottom: 24px;
    text-align: justify;
    line-height: 22px;
}
.group-part-section1 .index-btn {
    margin-top: 50px;
}
.group-part-section1 .left-item {
    padding-right: 24px;
}
.group-part-section1 .right-item {
    padding-left: 46px;
}

.group-part-section2 {
    background: #fff;
    padding-top: 90px;
    margin-bottom: 200px;
}
.group-part-section2 .item {
    border-bottom: 1px solid #e0e7e8;
    margin-bottom: 50px;
    padding-bottom: 32px;
}
.group-part-section2 .t1 {
    margin-bottom: 14px;
}
.group-part-section2 .t2 {
    line-height: 22px;
    height: 118px;
    width: 514px;
    text-align: justify;
}

/*历史*/
.group-history-page {
    position: relative;
    padding-bottom: 200px;
}
.group-history-page .t1 {
    font-size: 22px;
    font-family: "ba";
}
.group-history-page .t2 {
    font-size: 66px;
    font-family: "ba";
    line-height: 55px;
}
.group-history-page .t3 {
    font-size: 36px;
    line-height: 1;
}
.group-history-page .line-d {
    position: absolute;
    left: 50%;
    bottom: 142px;
    width: 1px;
    height: 45px;
    border-left: 1px dashed #b8b8b8;
}

.his-year {
    position: relative;
    margin-bottom: 102px;
    padding-bottom: 50px;
}
.his-year .item {
    padding: 70px 0 30px;
}
.his-year .line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b8b8b8;
    background: linear-gradient(to bottom, #b8b8b8 0%, #b8b8b8 95%, #fff 100%);
    z-index: 1;
}
.his-year .txt {
    padding: 0 34px;
}
.his-year .img {
    padding: 74px 40px 0;
}
.his-year .circle {
    position: absolute;
    right: -11px;
    top: 18px;
    width: 21px;
    height: 21px;
    border: 3px solid #b8b8b8;
    border-radius: 100%;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
}
.his-year .circle-l {
    right: auto;
    left: -10px;
}

/*宣传片*/
.group-video {
    margin-bottom: 200px;
    margin-top: 134px;
}
.group-video .video-js {
    height: 630px;
    width: 1150px;
    background: #fff;
    outline: 0;
}

/*新闻*/
.news-years {
    width: 500px;
    margin: 78px auto 44px;
    text-align: center;
}
.news-years .year {
    font-size: 36px;
    font-family: ba;
    color: #b8b8b8;
    cursor: pointer;
}
.news-years .swiper-slide-active {
    color: #4e4e4e;
}

.news-list-1 {
}
.news-list-1 .item {
    height: 400px;
    margin-bottom: 86px;
    overflow: hidden;
}
.news-list-1 .img {
    width: 357px;
    height: 245px;
    background: center no-repeat #f1f1f1;
    background-size: cover;
    position: relative;
}
.news-list-1 .img img {
    width: 357px;
    height: 245px;
    object-fit: cover;
}
.news-list-1 .badge {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    font-family: ba;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
}
.news-list-1 .badge-top {
    background: #c70000;
}
.news-list-1 .badge-new {
    background: #004b9d;
}
.news-list-1 .time {
    font-size: 12px;
    font-family: "ba";
    margin: 28px 0 6px;
}
.news-list-1 .title {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-1 .description {
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.news-list-2 {
    border-top: 3px solid #e0e7e8;
    margin: 20px auto 200px;
}
.news-list-2 .item {
    border-bottom: 1px solid #e0e7e8;
    min-height: 70px;
    line-height: 1.7;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
}
.news-list-2 .item .time {
    width: 119px;
    font-size: 18px;
    font-family: "ba";
}
.news-list-2 .item .title {
    display: block;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
}
.news-list-2 .item .author {
    display: block;
    width: 135px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-2 .item .pv {
    font-size: 16px;
    font-family: "ba";
    width: 60px;
    text-align: right;
}
.news-list-2 .item .iconfont {
    font-size: 12px;
}
.news-list-2 .item .pdf {
    display: block;
    width: 135px;
    font-size: 12px;
}
.news-list-2 .item .pdf .iconfont {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 5px;
}
.news-list-2 .item .down {
    font-size: 12px;
}
.news-list-2 .item .down .iconfont {
    font-size: 14px;
    vertical-align: -2px;
    margin-right: 5px;
}

.news-detail-title {
    background: #004b9d;
    margin-top: 194px;
}
.news-detail-title .inner-head {
    margin-top: 0;
}

.news-detail-body .list-tit {
    margin-top: 200px;
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: 700;
}

/*汽车零部件*/
.auto-part {
}
.auto-part .section1 {
    height: 460px;
}
.auto-part .section1 .param1 {
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: center;
    line-height: 20px;
}
.auto-part .section1 .param1 div {
    margin: 0 10px;
    text-align: left;
}
.auto-part .section1 .param1 .line {
    width: 1px;
    height: 33px;
    background: #e0e7e8;
    margin-left: 30px;
    margin-right: 26px;
}
.auto-part .section1 .param1 .year {
    margin-top: 2px;
}
.auto-part .section1 .param1 .des {
    margin-top: -4px;
}
.auto-part .section3 {
    height: 553px;
}
.auto-part .section2 {
    height: 600px;
    background: url("../images/info/industry/bg1.jpg") center no-repeat;
    background-size: cover;
}
.auto-part .section4 {
    height: 600px;
    background: url("../images/info/industry/bg2.jpg") center no-repeat;
    background-size: cover;
}
.auto-part .section2 {
    font-weight: 100;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.auto-part .section2 .t1 {
    font-size: 36px;
    padding: 84px 0 32px;
}
.auto-part .section2 .t2 {
    font-size: 14px;
    line-height: 24px;
}
.auto-part .section2 .img {
    margin-top: 100px;
}

.auto-part .section4 {
    margin-bottom: 200px;
}
.auto-part .section4 {
    font-weight: 100;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.auto-part .section4 .t1 {
    font-size: 36px;
    padding: 84px 0 32px;
}
.auto-part .section4 .t2 {
    font-size: 14px;
}
.auto-part .section4 .img {
    margin-top: 100px;
}

.auto-part .section5 {
    height: 600px;
    position: relative;
    font-weight: 100;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.auto-part .section5 .t1 {
    font-size: 36px;
    padding: 84px 0 32px;
    position: relative;
    z-index: 2;
}
.auto-part .section5 .t2 {
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.auto-part .section5 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.auto-part .section5 .inner-main {
    position: relative;
    z-index: 2;
}
.auto-part .section5 .param-img3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.param-img3 {
    margin-top: 76px;
    text-align: center;
}
.param-img3 .item {
    margin-right: 39px;
    width: 357px;
    height: 245px;
    position: relative;
    font-weight: 100;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
}
.param-img3 .item.last {
    margin: 0;
}
.param-img3 .cover {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.2s;
}
.param-img3 .item:hover .cover {
    top: 0;
}
.param-img3 .tit {
    font-size: 24px;
    margin: 73px 0 22px;
}
.param-img3 .sub {
    font-size: 12px;
    width: 290px;
    text-align: center;
    margin: 0 auto;
}

/*党建-企业文化*/
.culture-section {
    background: #004b9d;
    padding: 140px 0 136px;
    margin-bottom: 200px;
}
.culture-section .param-img3 {
    margin-top: 0;
}
.culture-section .item {
    width: 561px;
    height: 325px;
    margin-right: 28px;
}
.culture-section .param-img3 .tit {
    margin-top: 100px;
    margin-bottom: 5px;
    line-height: 36px;
    font-weight: 500;
}
.culture-section .param-img3 .des {
    font-size: 24px;
    line-height: 36px;
}
.culture-section .param-img3 .cover {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

/*投资者关系-联系*/
.investor-contact {
}
.investor-contact .layui-col-md6 {
    padding-top: 0;
    padding-bottom: 0;
}
.investor-contact .layui-form-item {
    border-bottom: 1px solid #e0e7e8;
    margin-bottom: 0;
    font-size: 16px;
}
.investor-contact .layui-form-item .layui-form-label {
    text-align: left;
    font-weight: 700;
    padding: 25px 15px 25px 0;
}
.investor-contact .layui-form-item .layui-input-block {
    margin-left: 100px;
}
.investor-contact .layui-form-item .layui-input {
    line-height: 70px;
    font-size: 16px;
    height: 70px;
}
.investor-contact .layui-form-item .layui-textarea {
    padding: 25px 0;
    height: 140px;
}
.investor-contact .layui-form-item .layui-input,
.investor-contact .layui-form-item .layui-textarea {
    border: 0;
    resize: none;
}
.investor-contact .layui-form-item .layui-input::-ms-clear,
.investor-contact .layui-form-item .layui-textarea::-ms-clear {
    display: none;
}
.investor-contact .index-btn {
    background: #fff;
    margin-top: 52px;
    margin-bottom: 200px;
    cursor: pointer;
}

.layui-form-danger {
    background: rgba(244, 64, 25, 0.04);
}

/*投资者关系-公司信息*/
.com-info {
    border-bottom: 2px solid #e0e7e8;
}
.com-info .title {
    padding-left: 70px;
    flex: 1;
}
.com-info .des {
    padding-left: 70px;
    flex: 1;
}
.com-info .item-light {
    align-items: center;
    border-top: 2px solid #e0e7e8;
    border-bottom: 3px solid #e0e7e8;
    line-height: 104px;
    height: 104px;
}
.com-info .item-light .iconfont {
    font-size: 16px;
    margin-left: 33px;
    margin-right: 21px;
}
.com-info .item-light .title {
    padding-left: 0;
}
.com-info .item-light .des {
    line-height: 24px;
}

/*招贤纳士-价值观*/
.joinus-values {
}
.joinus-values .param-img3 .item {
    width: 357px;
    height: 460px;
}
.joinus-values .param-img3 .cover {
    background: rgba(0, 75, 157, 0.8);
    top: 285px;
}
.joinus-values .item:hover .cover {
    top: 285px;
}
.joinus-values .param-img3 .tit {
    margin-top: 49px;
}
.joinus-values .b-map {
    height: 358px;
    background: #e5e5e5;
    margin: 86px 0;
}

.joinus-qa {
    text-align: center;
    margin-bottom: 200px;
}
.joinus-qa .item {
    background: #f1f1f1;
    height: 245px;
    margin-bottom: 64px;
}
.joinus-qa .qq {
    font-size: 48px;
    font-weight: 700;
    font-family: "ba";
    color: #004b9d;
    padding-top: 23px;
}
.joinus-qa .qt {
    font-size: 16px;
    font-weight: 700;
}
.joinus-qa .aa {
    font-size: 24px;
    font-weight: 700;
    font-family: "ba";
    margin: 8px 0 6px;
}
.joinus-qa .at {
    font-weight: 100;
    line-height: 22px;
    margin: 0 30px;
    text-align: center;
}

.joinus-boss {
    padding-top: 50px;
}
.joinus-boss .info {
    margin: 0 0 0 62px;
    padding-bottom: 100px;
}
.joinus-boss .info p {
    font-size: 18px;
    font-weight: 100;
    color: #4e4e4e;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

.joinus-boss .name {
}
.joinus-boss .name .t {
    font-size: 12px;
    line-height: 16px;
    color: #4e4e4e;
    position: absolute;
    right: 125px;
    bottom: 20px;
    text-align: right;
}
.joinus-boss .name img {
    position: absolute;
    right: 12px;
    bottom: 0;
}

.joinus-jobs {
    padding-bottom: 100px;
}
.joinus-jobs .job {
    border-bottom: 3px solid #e0e7e8;
    padding-bottom: 98px;
    margin-bottom: 68px;
}
.joinus-jobs table {
    width: 100%;
    border-top: 3px solid #e0e7e8;
    border-bottom: 3px solid #e0e7e8;
    text-align: left;
}
.joinus-jobs table th {
    border-bottom: 3px solid #e0e7e8;
    height: 70px;
}
.joinus-jobs table td {
    height: 70px;
    border-bottom: 1px solid #e0e7e8;
}
.joinus-jobs table .label {
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    border-right: 1px solid #e0e7e8;
}
.joinus-jobs table .txt {
    font-size: 14px;
    font-weight: 400;
    width: 434px;
    padding-left: 48px;
}
.joinus-jobs table .brd-l {
    border-left: 1px solid #e0e7e8;
    text-align: center;
}
.joinus-jobs .name {
    padding-left: 48px;
    font-weight: 400;
    font-size: 16px;
}
.joinus-jobs .des {
    margin-top: 20px;
    line-height: 24px;
    word-break: break-all;
}
.joinus-jobs .des a {
    color: blue;
}

.search-news {
    width: 540px;
    margin: 0 auto;
    color: #fff;
}
.search-news .search-form {
    padding-top: 20px;
}
.search-news .search-form input {
    text-align: center;
    color: #fff;
    width: 480px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding: 0 2px;
}
.search-news .search-form input::placeholder {
    color: #eee;
    font-style: italic;
    font-size: 14px;
}
.search-news .search-form .iconfont {
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    vertical-align: -14px;
    margin-left: -4px;
}
.search-news button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: #fff;
}

/*修改layui*/
.layui-row .move-right-18 {
    padding-left: 18px;
}
.layui-row .move-right-20 {
    padding-left: 20px;
}
.layui-row .move-right-25 {
    padding-left: 25px;
}
.layui-row .move-right-35 {
    padding-left: 35px;
}
.layui-row .move-right-60 {
    padding-left: 60px;
}

.layui-flow-more {
    margin: 50px auto 100px;
    clear: both;
}

.auto-part .section1 .param1 .des {
    margin: -2px 5px 0;
    flex: none;
    width: 250px;
}
.param-img3 .sub {
    text-align: left;
}



