@charset "utf-8";

/*  

*@description:首页 

*@author: name 林异频  

* @update: name ()更新 */

.fp-viewing-0 header,
header {
    background: url(../images/index-menu.png) repeat-x 0;
    background-size: auto 100% !important;
    transition-property: all;
    transition-duration: .3s;
    color: #fff;
}

.fp-viewing-1 header {
    background: #fff;
}

.fp-viewing-0 header .pc-head h2 img.logo-black,
header .pc-head h2 img.logo-black,
.fp-viewing-1 header .pc-head h2 img.logo-white {
    display: none;
}

.fp-viewing-0 header .pc-head h2 img.logo-white,
.fp-viewing-1 header .pc-head h2 img.logo-black,
header .pc-head h2 img.logo-white {
    display: block;
}

.fp-viewing-0 header .pc-menu-1 span,
header .pc-menu-1 span,
.fp-viewing-0 header .pc-head1 a,
header .pc-head1 a {
    color: #fff;
}

.fp-viewing-1 header .pc-menu-1 span,
.fp-viewing-1 header .pc-head1 a,
.fp-viewing-0 header.head-bg .pc-menu-1 span,
header.head-bg .pc-menu-1 span,
.fp-viewing-0 header.head-bg .pc-head1 a,
header.head-bg .pc-head1 a,
.fp-viewing-0 header.head-bg,
header.head-bg {
    color: #434343;
}

.mobile-foot {
    position: fixed;
    bottom: 0;
    z-index: 2;
}


/****************************移动端****************************/


/**************banner**************/

.mobile-banner {
    position: relative;
    clear: both;
    overflow: hidden;
}

.mobile-banner .slider a {
    display: block;
    background-size: auto 100% !important;
}

.mobile-banner .slider a img {
    width: 100%;
    vertical-align: top
}


/* dots */

.mobile-banner .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 3%;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.mobile-banner .slick-dots li {
    overflow: hidden;
    display: inline-block;
    padding: 0 4px;
}

.mobile-banner .slick-dots li button {
    display: inline-block;
    outline: none;
    line-height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 13px;
    overflow: hidden;
    background: url(../images/pc-banner-2.png) no-repeat 0 0;
    background-size: auto 100% !important;
}

.mobile-banner .slick-dots li.slick-active button {
    background-image: url(../images/pc-banner-1.png);
}

.mobile-logo {
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 10px;
    display: none;
    overflow: hidden;
}

.mobile-logo a {
    display: block;
}

.mobile-logo img {
    height: 35px;
}

.mobile-index {
    padding: 10px 0;
}

.mobile-index li {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 0 15px;
    font-size: 1.1em;
    line-height: 2;
}

.mobile-index li:nth-child(2n) {
    border: 0;
}

.mobile-index li a {
    display: block;
    overflow: hidden;
}

.mobile-index li a i.iconfont {
    color: #e60012;
    margin-right: 10px;
    font-size: 2em;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.mobile-bg {
    background: #f6f6f6;
}

.mobile-index1 {
    padding: 8px 0;
    margin: 0 -8px;
}

.mobile-index1 li {
    float: left;
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 8px;
}

.mobile-index1 li a {
    display: block;
    overflow: hidden;
    line-height: 3;
    color: #fff;
    padding: 0.8em 0;
    font-size: 1.1em;
}

.mobile-index1 li a img {
    vertical-align: middle;
    height: 3em;
    margin-right: 0.5em;
}

.mobile-index1 li a span {
    display: inline-block;
    min-width: 5em;
    text-align: left;
    vertical-align: middle;
}

@media only screen and (min-width:480px) {
    .mobile-index {
        padding: 15px 0;
    }
    .mobile-index li {
        font-size: 1.3em;
    }
    .mobile-index li a i.iconfont {
        margin-right: 15px;
    }
    .mobile-index1 {
        padding: 10px 0;
        margin: 0 -5px;
    }
    .mobile-index1 li {
        padding: 10px;
    }
    .mobile-index1 li a {
        padding: 1.2em 0.5em;
        font-size: 1.3em;
    }
    .mobile-index1 li a img {
        margin-right: 0.8em;
    }
}

@media only screen and (min-width:768px) {
    .mobile-index li {
        font-size: 1.7em;
        line-height: 2.6
    }
    .mobile-index li a i.iconfont {
        margin-right: 25px;
        line-height: 1.3;
    }
    .mobile-index1 li a {
        padding: 1.2em 0.5em;
        font-size: 1.7em;
    }
    .mobile-index1 li a img {
        margin-right: 0.8em;
    }
}

@media only screen and (max-width:991px) {
    body,
    html {
        height: auto !important;
        overflow-y: auto !important;
    }
}


/****************************pc端****************************/


/**************banner**************/

.banner {
    position: relative;
    clear: both;
    overflow: hidden;
}


/*.banner .slider{height: 100%;}*/

.banner .slider a {
    display: block;
    height: 100%;
}

.banner a img {
    width: 100%;
    vertical-align: top
}

.banner .slider a.banner-img {
    background-size: auto 100% !important;
}

.banner .slider a.banner-img1 {
    background-size: 100% auto !important;
}


/* dots */

.banner .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 15%;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.banner .slick-dots li {
    overflow: hidden;
    display: inline-block;
    padding: 0 8px;
}

.banner .slick-dots li button {
    display: inline-block;
    outline: none;
    line-height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 19px;
    height: 16px;
    overflow: hidden;
    background: url(../images/pc-banner-2.png) no-repeat 0 0;
}

.banner .slick-dots li.slick-active button {
    background-image: url(../images/pc-banner-1.png);
}

.banner .slick-prev {
    background: url(../images/banner-jiantou2.png) no-repeat 0 center !important;
    right: 5%
}

.banner .slick-next {
    left: 5%;
    background: url(../images/banner-jiantou1.png) no-repeat 0 center !important;
}

.banner .slick-prev,
.banner .slick-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 62px;
    border: 0;
    text-indent: 62px;
    overflow: hidden;
    outline: none;
}

@-webkit-keyframes myorientation {
    0% {
        bottom: 30px
    }
    25% {
        bottom: 40px
    }
    50% {
        bottom: 50px
    }
    75% {
        bottom: 40px
    }
    100% {
        bottom: 30px
    }
}

@keyframes myorientation {
    0% {
        bottom: 30px
    }
    25% {
        bottom: 40px
    }
    50% {
        bottom: 50px
    }
    75% {
        bottom: 40px
    }
    100% {
        bottom: 30px
    }
}

.banner .index-hs {
    bottom: 30px;
    left: 0;
    height: 64px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: myorientation;
    animation-name: myorientation;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.banner .index-hs img {
    height: 100%;
    vertical-align: top;
}

.banner .index-radio {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 33%;
    z-index: 10;
    display: none;
}

.banner .index-radio .index-radio1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.banner .index-radio .index-radio1 img {
    width: 100%;
    cursor: pointer;
    z-index: 11;
}


/**************index pc端**************/

.section1 {
    height: calc(100% - 18px) !important;
    position: relative;
    background: #fafafa;
}

.index {
    background: url(../images/index-bg.jpg) no-repeat center 0;
}

.index-container {
    padding: 80px 15px 0;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 992px;
}

.index1 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 65%;
    z-index: 3;
}

.index1 .slick-list {
    border-radius: 4px;
}

.index1 a.index1-img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.index1 a.index1-img img {
    width: 100%;
}

.index1-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 20% 12px 20px;
    font-size: 14px;
    color: #a4a4a4;
    z-index: 4;
}

.index1-1 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
}

.index1-1 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* dots */

.index1 .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 6
}

.index1 .slick-dots li {
    overflow: hidden;
    display: inline-block;
    padding: 0 4px;
}

.index1 .slick-dots li button {
    display: inline-block;
    outline: none;
    line-height: 0;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
}

.index1 .slick-dots li.slick-active button {
    background: #e9170e;
}

.index2 {
    float: right;
    width: 32%;
    overflow: hidden;
}

.index2 li {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    max-height: 183px;
}

.index2 li:last-child {
    margin-bottom: 0;
}

.index2 li em {
    display: block;
    overflow: hidden;
}

.index2 li em img {
    width: 100%;
}

.index2-1 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 7% 8%;
    color: #fff;
    line-height: 24px;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
}

.index2 li:hover .index2-1 {
    opacity: 1;
}

.index2-2 {
    clear: both;
    overflow: hidden;
}

.index2-2 dt {
    float: left;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
}

.index2-2 dt span {
    letter-spacing: 1px;
    text-transform: capitalize;
    border-top: 2px solid #fff;
    padding-top: 10px;
    display: inline-block;
}

.index2-2 dd {
    overflow: hidden;
    padding-top: 12px;
}

.index2-2 dd h3 a {
    display: block;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.index2-2 dd p {
    overflow: hidden;
    max-height: 5.4em;
    color: #a4a4a4;
    font-size: 14px;
    margin: 0.5em 0;
}

.index2-3 i {
    -webkit-text-stroke-width: 0;
    float: left;
    margin: 0 10px 0 27px;
    display: inline-block;
}

.index3 {
    clear: both;
    overflow: hidden;
    display: none;
}

.index3-top {
    border-bottom: 1px solid #d8d8d8;
    clear: both;
    overflow: hidden;
    line-height: 30px;
    padding: 5px 0 2px;
}

.index3-top a {
    float: right;
    color: #cf001f;
    text-transform: uppercase;
    font-size: 14px;
}

.index3-top big {
    font-size: 18px;
    color: #000;
}

.index3-1 {
    clear: both;
    overflow: hidden;
    margin: 0 -15px;
}

.index3-1 li {
    float: left;
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px dotted #8a8a8a;
    line-height: 24px;
    color: #434343;
}

.index3-2 {
    clear: both;
    overflow: hidden;
}

.index3-1 li:hover .index3-2 dt,
.index3-1 li:hover .index3-2 dd h3 a {
    color: #cf001f;
}

.index3-2 dt {
    float: left;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.index3-2 dd {
    overflow: hidden;
    padding-top: 2px;
}

.index3-2 dd h3 a,
.index3-2 dd p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index3-2 dd h3 a {
    display: block;
    line-height: 24px;
    color: #434343;
}

.index3-2 dd p {
    color: #818181;
    font-size: 14px;
    margin: 0.3em 0;
}

@media (max-width:1024px)and (max-height:768px) {
    .index3 {
        display: block;
    }
}

@media (min-width:1200px) and (min-height:600px) {
    .index-container {
        width: 1200px;
        padding: 90px 15px 0;
    }
    .index1 {
        width: 62%;
        margin-right: 3%;
    }
    .index2 {
        float: left;
        width: 23.5%;
        margin: 0 2%;
        /* display: none; */
    }
    .index3 {
        clear: none;
        background: #fff;
        padding: 10px 20px;
        display: block;
    }
    .index3-1 {
        margin: 0;
    }
    .index3-1 li {
        clear: both;
        overflow: hidden;
        width: 100%;
        float: none;
        padding: 10px 0;
    }
    .index3-2 dd p {
        margin: 0;
    }
}

@media (min-width:1200px) and (min-height:730px) {
    .index-container {
        padding: 150px 15px 0;
    }
    .index3 {
        padding: 20px 30px 40px;
        display: block;
    }
    .index3-top {
        line-height: 40px;
        padding: 0;
    }
    .index3-top big {
        font-size: 24px;
    }
}

@media (min-width:1500px) and (min-height:850px) {
    .index-container {
        width: 1440px;
        padding: 230px 15px 0;
    }
    .index1 {
        width: 48%;
        margin-right: 0;
    }
    .index2 {
        display: block;
    }
    .index3 {
        display: block;
    }
    .index3-1 li:nth-child(4) {
        display: none;
    }
    .index3-2 dd p {
        margin: 0.3em 0;
    }
}

@media (min-width:1700px) {
    .index-container {
        width: 1700px;
        padding: 190px 15px 0;
    }
    .index2-1 {
        padding: 12% 10%;
    }
    .index2 li {
        margin-bottom: 25px;
        max-height: 234px;
    }
    .index3 {
        padding: 20px 30px 27px;
        display: block;
    }
    .index3-1 li:nth-child(4) {
        display: block;
    }
    .index3-2 dd p {
        margin: 0.2em 0;
    }
}

@media (min-width:1700px) and (min-height:960px) {
    .index-container {
        padding: 245px 15px 0;
    }
}