/*
 * @Author: XiaoBai_GuLei 
 * @Date: 2017-12-01 10:09:29 
 * @Last Modified by: XiaoBai_GuLei
 * @Last Modified time: 2017-12-07 18:29:14
 */

body {
    width: 100%;
    font-family: "Microsoft YaHei";
}

.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: 770px;
}

header .headerNav>li {
    width: 100px;
    height: 33px;
    float: left;
    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: rgba(255, 255, 255, 1);
    transition: height 1s;
}

header .banner-ckg-list>li>a>img {

}

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%;
    /* height: 1410px; */
}

section .crumbNav {
    width: 1320px;
    height: 80px;
    position: relative;
    z-index: 100;
}

section .crumbNav-title>li {
    float: left;
    line-height: 80px;
    color: #bcbcbc;
    padding: 0 10px;
    font-size: 1.4rem;
}

section .crumbNav-title>li:nth-child(1) {
    padding-left: 0;
    margin-left: -1%;
}

section .crumbNav-title>li>a {
    color: #bcbcbc;
}

section .crumbNav-title>li:nth-child(9)>a {
    color: #292014;
}


/* ---------------主体------ */

section .section-b {
    width: 1320px;
    min-height: 1036px;
    position: relative;
}

section .section-b-listl {
    width: 230px;
    height: 710px;
    position: absolute;
    top: 74px;
    left: 0;
}

section .section-b-listl>li {
    width: 230px;
    /* height: 78px; */
    padding-bottom: 9px;
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    margin-top: 10px;
}

section .section-b-listl>li:hover {
    border: 1px solid #ff7e0b;
    box-sizing: border-box;
    color: #ff7e0b;
}

section .section-b-listl>li:hover a {
    color: #ff7e0b;
}

section .section-b-listl>li>a {
    display: block;
    font-size: 1.4rem;
    color: #7c7c7c;
}

section .section-b-listl>li>a>p {
    margin-left: 8px;
    margin-top: 10px;
}


/* ====主体 中============== */

section .section-title {
    width: 728px;
    position: absolute;
    top: 0;
    left: 260px;
    position: relative;
}

section .section-title-t {
    width: 728px;
    /* height: 205px; */
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

section .section-title-t>p:nth-child(1) {
    font-size: 2.2rem;
    font-family: "Microsoft YaHei";
    font-weight: 900;
    text-align: center;
    /* margin-right: 100px; */
    letter-spacing: 3px;
}

section .section-title-t>p:nth-child(2) {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
    font-weight: 100;
    text-align: center;
    margin-top: 8px;
    color: #bcbcbc;
    /* margin-right: 100px; */
}

section .section-title-t>p:nth-child(3) {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 26px;
    color: #bcbcbc;
    /* margin-right: 100px; */
}

section .section-title-b {
    width: 728px;
}

section .title-img {
    width: 600px;
    height: 280px;
    margin-top: 18px;
    overflow: hidden;
    margin: 28px auto;
    color: #292014;
}

section .section-title-b>p>a:link {
    color: #ff7e0b;
}

section .section-title-b>p {
    width: 600px;
    margin-top: 18px;
    margin: 28px auto;
    color: #292014;
    font-size: 1.6rem;
}

section .section-title-b>strong {
    font-size: 1.6rem;
}

section .section-title-b>p>img {
    width: 600px;
}


/* =================主体  右============ */

section .section-img-r {
    width: 300px;
    float: right;
    position: absolute;
    top: 0;
    left: 1020px;
}

section .section-img-r>p:nth-child(1) {
    color: #ff7e0b;
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 800;
    letter-spacing: 4px;
    padding-left: 8px;
    width: 88px;
    border-bottom: 4px solid #ff7e0b;
}

section .section-img-r>p:nth-child(2) {
    width: 300px;
    height: 160px;
    overflow: hidden;
}

section .section-img-r>p:nth-child(2)>img {
    width: 300px;
}

section .section-b-listr>li {
    padding: 3px 0;
    font-size: 1.5rem;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    color: #7c7c7c;
}

section .section-b-listr>li>a {
    width: 100%;
    height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

section .section-b-listr>li:nth-child(1) {
    margin-top: 10px;
}

section .section-b-listr>li:nth-child(1)>a {
    font-family: 'Microsoft YaHei';
    font-weight: 900;
    color: #424242;
}

section .section-b-listr>li:nth-child(1):hover a {
    color: #ff7e0b;
}

section .section-b-listr>li:hover a {
    color: #ff7e0b;
}

section .section-b-listr>li:nth-child(1) {
    height: 32px;
    border-bottom: 1px solid #dedede;
}

section .section-b-listr>li>a {
    padding-left: 8px;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    color: #7c7c7c;
}

section .section-img-rb {
    width: 300px;
    float: right;
    position: absolute;
    top: 450px;
    left: 1020px;
}
section .section-img-rp {
    width: 300px;
    float: right;
    position: absolute;
    top: 900px;
    left: 1020px;
}

section .section-img-rb>p:nth-child(1) {
    color: #ff7e0b;
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 800;
    letter-spacing: 4px;
    padding-left: 8px;
    width: 88px;
    border-bottom: 4px solid #ff7e0b;
}
section .section-img-rp>p:nth-child(1) {
    color: #ff7e0b;
    font-size: 1.6rem;
    font-family: "Microsoft YaHei";
    font-weight: 800;
    letter-spacing: 4px;
    padding-left: 8px;
    width: 88px;
    border-bottom: 4px solid #ff7e0b;
}
section .section-img-rb>p:nth-child(2) {
    width: 300px;
    height: 160px;
    overflow: hidden;
}

section .section-img-rb>p:nth-child(2)>img {
    width: 300px;
}


.likeart{
margin:50px auto 100px;	
border:2px solid #a1a1a1;

padding:10px 40px; 
background:#dddddd;
border-radius:25px;
-moz-border-radius:25px; /* 老的 Firefox */
}
.likeart p{
	padding-bottom:10px;
	font-size:15px;
	font-weight:bold;

}
.likeart ul {padding:20px;}
.likeart li{
	line-height:28px;
	font-size:14px;
}
.likeart ul li span{float:right;}