﻿.header {
    padding: 50px 0;
    text-align: center;
}

.header h1 {
    display: inline-block;
    padding-left: 120px;
    color: #333;
    line-height: 100px;
    font-size: 62px;
    background: url(../img/logo.png) no-repeat left center;
}

.container {
    margin: 0 auto;
    width: 1180px;
}

.index-banner-wrap {
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 500px;
    background: url(../img/inBdBg_01.png) no-repeat center;
    overflow: hidden;
    position: relative
}

.index-banner-wrap .container {
    position: absolute;
    height: 560px;
    z-index: 10;
    left: 50%;
    margin-left: -590px;
}

.banner-right {
    background: url(../img/rImg_01.png) no-repeat;
    width: 595px;
    height: 458px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -250px;
}

.banner-left {
    width: 640px;
    position: absolute;
}

.banner-left .btn-wrap {
    height: 249px;
    position: relative;
}

.banner-left .btn-wrap.jb-btn-wrap {
    margin-right: 100px;
}

.banner-left .btn-wrap.zx-btn-wrap {
    margin-right: 200px;
}

.banner-left .btn-wrap p {
    font-size: 42px;
    color: #fff;
    line-height: 50px;
    text-align: right;
    margin-right: 30px;
    padding-top: 50px;
}

.banner-left .btn-wrap a {
    margin-right: 72px;
    font-size: 28px;
    line-height: 300px;
    font-weight: 600;
    color: #ff8a8a;
    width: 350px;
    position: absolute;
    height: 249px;
    right: -50px;
    padding-right: 50px;
    top: 0;
    text-align: right;
    letter-spacing: 3px;
    z-index: 11;
    cursor: pointer;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.banner-left .btn-wrap.newon p {
    color: #def3f9;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.banner-left .btn-wrap.newon a {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.banner-left .btn-wrap a i {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url(../img/index-arrow-ico.png) no-repeat;
    margin-right: 10px;
}

/* .banner-left .btn-wrap.newon a i{background-position:0 -22px;-webkit-transition: all 1.5s;  -moz-transition: all 1s;  -ms-transition: all 1s;  -o-transition: all 1s;  transition: all 1s; } */

.btn-wrap .btn-ico {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 56px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.btn-wrap.ts-btn-wrap.newon .btn-ico, .btn-wrap.jb-btn-wrap.newon .btn-ico, .btn-wrap.zx-btn-wrap.newon .btn-ico {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.btn-wrap.ts-btn-wrap .btn-ico {
    left: 280px;
    background: url(../img/inIcon_01.png) no-repeat;
}

.btn-wrap.jb-btn-wrap .btn-ico {
    left: 20px;
    background: url(../img/inIcon_02.png) no-repeat;
}

.btn-wrap.zx-btn-wrap .btn-ico {
    background-position: 0 -260px;
    left: 0;
}

.index-banner-wrap .btn-wrap-bg {
    width: 100%;
    height: 249px;
    min-width: 1180px;
    background: url(../img/ts-hover-bg.png) no-repeat center;
    position: absolute;
    z-index: 9;
    left: -1015px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    top: 1px
}

.index-banner-wrap .jb-btn-wrap-bg {
    background: url(../img/jb-hover-bg.png) no-repeat center;
    top: 249px;
}

.index-banner-wrap .zx-btn-wrap-bg {
    /*background: url(../img/zx-hover-bg.png) no-repeat center;*/
    top: 374px;
}

/*新增样式*/

.btn-wrap.no-click, .btn-wrap.no-click a {
    cursor: default;
}

.btn-wrap.no-click p, .btn-wrap.no-click.newon p {
    color: #396bb1;
}

.btn-wrap.no-click a, .btn-wrap.no-click.newon a {
    color: #316ab6;
}

.banner-left .btn-wrap.no-click a i {
    background-position: 0 0;
}

.btn-wrap.no-click .btn-ico {
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
}

.footer {
    padding: 100px 0 30px;
    color: #494949;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}