/*
 * @Author: XiaoBai_GuLei 
 * @Date: 2017-12-01 10:06:56 
 * @Last Modified by: XiaoBai_GuLei
 * @Last Modified time: 2017-12-07 18:33:17
 */

body {
    width: 130px;
    height: 100%;
    background-color: #fdfbf9;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}


/* *********header开始 ************/

header {
    width: 100%;
    height: 600px;
}

header .banner-ckg {
    width: 1440px;
    height: 100%;
    background-image: url("../images/04_01_01.jpg");
    position: relative;
}

header .headerNav {
    position: absolute;
    top: 54px;
    left: 774px;
}

header .headerNav>li {
    /* padding: 0 30px; */
    width: 100px;
    height: 33px;
    float: left;
    /* margin: 0 auto;*/
    text-align: center;
}

header .headerNav>li>a {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
    font-weight: 100;
}

header .headerNav>li:hover>a {
    color: #ff7e0b;
    -webkit-transition: all 0.5s ease;
}

header .headerNav>li:hover .headerNav-child {
    display: block;
}

header .headerNav>li>a {
    /* font-family: */
    font-size: 1.5rem;
    font-weight: 900;
    color: #e6e2e2;
    /* margin: 0 auto; */
    text-align: center;
    text-decoration: none;
}

header .headerNav-child {
    display: none;
    width: 100px;
    /* height: 99px; */
    margin-top: 10px;
    background-color: #e06f0a;
}

header .headerNav-child>li {
    /* display: block; */
    width: 100px;
    height: 33px;
}

header .headerNav-child>li>a {
    color: #ffffff;
}

header .headerNav-child>li:hover {
    /* display: block; */
    width: 100px;
    height: 33px;
    background-color: #ecd5c3;
    color: #e38e54;
}

header .headerNav-child>li>a {
    line-height: 33px;
}

header .banner-ckg .heder-logo>a>img {
    position: absolute;
    top: 29px;
    left: 60px;
}

header .banner-ckg-fonts {
    display: block;
    margin: 156px auto;
    text-align: center;
    text-transform: uppercase;
}

header .banner-ckg-fonts>p:nth-child(1) {
    font-size: 2.4rem;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 0;
}

header .banner-ckg-fonts>a:nth-child(2) {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    text-decoration: none;
    color: #e06f0a;
    line-height: 40px;
    margin: 10px auto;
    display: block;
    width: 182px;
    height: 40px;
    font-size: 2.2rem;
    background-color: #ffffff;
    border-radius: 25px 25px 25px 25px;
    /* float: left; */
}

header .banner-ckg-fonts>a:hover {
    background-color: #ff7e0b;
    color: #ffffff;
    box-shadow: 0 0 200px #4e4d4d;
    -webkit-transition: all 0.5s ease;
}


/*  */

header .banner-ckg-fonts>p:nth-child(3) {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 10px;
    font-size: 2.4rem;
    color: #ffffff;
    letter-spacing: 2px;
    /* font-weight: 900; */
}

header .banner-ckg-list {
    width: 1320px;
    margin: -50px auto;
}

header .banner-ckg-list>li {
    float: left;
    width: 156px;
    height: 70px;
    margin: 0 5px;
    color: #ffffff;
}

header .banner-ckg-list>li:nth-child(1) {
    margin-left: 0;
}

header .banner-ckg-list>li:nth-child(8) {
    margin-right: 0;
}

header .banner-ckg-list>li>a {
    position: absolute;
    /* left: 0; */
    bottom: 0;
    display: block;
    width: 156px;
    height: 70px;
    background-color: rgba(83, 81, 81, 0.3);
    color: rgb(255, 255, 255);
    transition: height 1s;
}

header .banner-ckg-list>li>a>img {
    display: none;
}

header .banner-ckg-list>li>a:hover {
    height: 125px;
    background-color: #ff7e0b;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    opacity: 1;
}

header .banner-ckg-list>li>a:hover img {
    display: block;
}

header .banner-ckg-list>li>a>p {
    text-align: center;
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 100;
    text-transform: uppercase;
}

header .banner-ckg-list>li>a>p:nth-child(1) {
    padding-top: 20px;
}

header .banner-ckg-list>li>a>p:nth-child(2) {
    font-size: 1.2rem;
    font-family: "Microsoft YaHei";
    font-weight: 100;
}


/* =========================================== */


/* ============头部结束====================== */

section {
    width: 100%;

}

section .crumbNav {
    width: 1320px;
    height: 80px;
    position: relative;
    z-index: 100;
}

section .crumbNav-title>li {
    float: left;
    line-height: 80px;
    padding: 0 10px;
    font-size: 1.4rem;
    color: #bcbcbc;
}

section .crumbNav-title>li>a {
    color: #bcbcbc;
    font-size: 1.4rem;
}

section .crumbNav-title>li:nth-child(1) {
    padding-left: 0;
    margin-left: -1%;
}

section .crumbNav-title>li:nth-child(5)>a {
    color: #292014;
}


/* ---------------主体------ */

section .section-b {
    width: 1320px;
    height: 1000px;
    position: relative;
}
.content-top{height:500px;}
section .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50px;
    left: 0;
}

section .section-b-conent {
    width: 100%;
    position: absolute;
    left: 63px;
    margin-top: 70px;
}

section .section-b-conent>p:nth-child(1) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 600;
}

section .section-b-conent>p:nth-child(2) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    margin-top: 18px;
}

section .section-b-conent>p:nth-child(3) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    margin-top: 18px;
}

section .section-b-conent>p:nth-child(4) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    margin-top: 18px;
}

section .section-b-conent>p:nth-child(5) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    margin-top: 38px;
}

section .content-img {
    float: right;
    width: 600px;
    height: 600px;
    margin-top: 170px;
    position: absolute;
    right: 60px;
}

section .content-img>p>img {
    width: 400px;
    height: 260px;
    /* float: right; */
}

section .content-img>p:nth-child(2) {
    margin-top: 70px;
}