/* 案例 */
.flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

/* 常用felx弹性属性 */

.caseHome {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.caseHome .wapper {
    padding: 50px 20px;
    width: 1200px;
    max-width: 100%;
}

.caseHome .wapper {
    padding: 10px;
    color: #000;
    text-align: center;
}

.caseHome .wapper>h1 {
    font-size: 24px;
    padding-top: 30px;
}

.caseHome .wapper>h3 p {
    font-size: 16px;
    padding-bottom: 50px;
    color: #555555;
}

.caseHome .heng {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 2px 0;
}

.caseHome .wapper li {
    text-align: center;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-right: none;
    padding: 30px 10px;
    /* background: #996c33; */
    transition: all 0.3s;
}

.caseHome .wapper li:hover {
    background: #636363;
    color: #ffffff;
    transition: all 0.3s;
}

.caseHome .wapper li figure {
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 1%;
    /* border: 1px solid #ccc; */
    /* background: #996c33; */
}

.caseHome .wapper li figure img {
    position: absolute;
    /* border-radius: 50%; */
    max-width: 100%;
    height: auto;
}

.caseHome .wapper li figure img:last-child {
    display: none;
}

.caseHome .wapper li:hover figure img:first-child {
    display: none;
}

.caseHome .wapper li:hover figure img:last-child {
    display: block;
}

.caseHome .wapper li h3 {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.caseHome .wapper li h3 span {
    color: #33333390;
    display: block;
    margin-top: 4px;
    height: 32px;
    font-size: 12px;
}

.caseHome .wapper li h4 {
    width: 100%;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    padding-bottom: 20px;
    text-align: left;
    line-height: 18px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    box-sizing: border-box;
    font-weight: normal;
}

.caseHome .wapper li:hover figure {
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #cccccc80;
    border-radius: 0;
}

.caseHome .wapper li:hover h3,
.caseHome .wapper li:hover h3 span,
.caseHome .wapper li:hover h4 {
    color: #fff;
    transition: all 0.3s ease;
}



.index01bar {
    width: 100%;
    background: #efefef;
}

.index01 {
    /*width: 1200px;*/
    height: auto;
    margin: 0 auto;
    /*padding: 69px 0 24px;*/
}

.index01 .t {
    margin-bottom: 39px;
}

.index01 .t h2 {
    font-size: 40px;
    color: #444;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 17px;
    text-align: center;
    font-family: Times New Roman;
    text-transform: uppercase;
    opacity: 0.7;
}

.index01 .t h3 {
    font-size: 36px;
    color: #444;
    line-height: 36px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: bold;
}

.index01 .t span {
    width: 35px;
    height: 3px;
    display: block;
    margin: 0 auto;
    background: #636363;
}

.index01 .b {
    width: auto;
    height: auto;
}

.index01 .b .top {
    margin-bottom: 40px;
}

.index01 .b .top ul {
    font-size: 0;
    text-align: center;
}

.index01 .b .top ul li {
    /*width: 162px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.index01 .b .top ul li a {
    font-size: 18px;
    color: #444;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 30px;
}

.index01 .b .top ul li.h3 a {
    background: #636363;
    color: #fff;
    padding: 0 10px;
}

.index01 .b .btm {
    width: auto;
}

.about .first {
    width: 100%;
    padding: 0;
}

.about div {
    float: left;
    padding-top: 50px;
    padding-left: 100px;
    font-size: 14px;
    text-align: center;
}

.about div h3 {
    width: 65px;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}

.about .fl {
    float: left;
}

.about .item {
    width: 50%;
    float: left;
    padding: 0;
    font-size: 14px;
}


.w100.mshow {
    margin: 0% !important;
}

.w100 .seven .box .con ul li {
    color: #fff;
    position: relative;
    text-align: left;
}

.w100 .seven {
    position: relative;
    padding: 0;
    margin: 0 0 -6px;
}

.w100 .nei {
    width: 1260px;
    margin: 0 auto;
}

.w100 .seven .box {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 40px;
    padding-bottom: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.w100 .titles {
    text-align: center;
    color: #fff;
}

.w100 .seven .box .con ul {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.w100 .seven .box .con ul li:nth-child(odd) {
    padding-bottom: 120px;
}

.w100 .seven .box .con ul li:nth-child(even) {
    padding-top: 120px;
}

.w100 .seven .box .con ul li h4 {
    font-size: 22px;
    margin-bottom: 6px;
}

.w100 .seven .box .con ul li p {
    font-size: 12px;
    color: #fff;
    text-indent: 18px;
}

.w100 .seven .box .con ul li::after {
    background-color: #eeeeee;
    border: 1px solid #333;
}

.w100 .seven .box .con ul li::after,
.w100 .seven .box .con ul li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w100 .seven .box .con ul li::before {
    width: 8px;
    height: 8px;
    background-color: #333;
    z-index: 2;
}

.w100 .seven .box .con ul li.arrow {
    padding: 0;
    width: 100%;
    height: 4px;
    background-color: #eeeeee;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.w100 .seven .box .con ul li.arrow::after,
.w100 .seven .box .con ul li.arrow::before {
    display: none;
}

.w100 .seven .box .con ul li.arrow {
    padding: 0;
    width: 100%;
    height: 4px;
    background-color: #eeeeee;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.w100 .seven .box .con ul li.arrow i.i1 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 2px;
}

.w100 .seven .box .con ul li.arrow i.i2 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.w100 .seven .box .con ul li.arrow i {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background-color: #eeeeee;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: translate(0, 0);
}

.w100 .seven .box .btns {
    width: 240px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #ffffff;
}

.w100 .seven .box .btns:hover {
    background-color: #d70c18;
    border-color: #d70c18;
}




/**news1 begin**/
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/**title begin**/

.container .title {
    /*position: relative;*/
    width: auto;
    text-align: left;
    line-height: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
}

.container .title strong {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 20px;
}

.container .title small {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #666;
    vertical-align: bottom;
}

.container .title nav {
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

.container .title nav a {
    display: inline-block;
    margin-left: 20px;
    color: #666;
    margin-top: 10px;
}

.container .breadcrumb {
    float: right;
    margin-top: 5px;
}

.news1 {
    padding: 0 0 80px;
    background-color: #fff;
}

.news1 .wrap {
    padding: 30px 0;
    border-radius: 10px;
    background-color: white;
}

.new {
    width: 500px;
    font-size: 35px;
    line-height: 80px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.new::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #333;
}

.new::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #333;
}

.news1 dl {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}

.news1 dl:last-child {
    float: right;
}

.news1 dl dt {
    padding-bottom: 10px;
}

.news1 dl dd {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.news1 dl dd:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 5px 5px 10px #7b7676;
}

.news1 dl.arc dd {
    margin-top: 20px;
    padding: 12.5px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    border: 1px dashed #ddd;
}

.news1 dl.arc dd .date {
    position: relative;
    width: 18%;
    height: 100px;
    padding: 15px 20px;
    background-color: #636363;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.news1 dl.arc dd .date em {
    display: block;
    font-size: 28px;
    line-height: 1em;
}

.news1 dl.arc dd .date i {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid #fff;
}

.news1 dl.arc dd .detail {
    position: relative;
    right: -20px;
    width: 76%;
    padding: 19px 0;
    box-sizing: border-box;
}

.news1 dl.arc dd .detail strong {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.news1 dl.arc dd:hover .detail strong {
    color: #d70c18;
}

.news1 dl.arc dd .detail p {
    height: 48px;
    margin: 0%;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}

.news1 dl.qaa {
    width: 620px;
    padding-left: 80px;
}

.news1 dl.qaa dd {
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    border-left: 6px solid #c6ac71;
}

.news1 dl.qaa dd a {
    display: block;
}

.news1 dl.qaa dd a strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.news1 dl.qaa dd a strong::before {
    content: "Q";
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
    font-size: 22px;
    font-weight: normal;
    background-color: #c6ac71;
    color: #fff;
    text-align: center;
}

.news1 dl.qaa dd a p {
    position: relative;
    height: 48px;
    margin-top: 5px;
    padding-left: 52px;
}

.news1 dl.qaa dd a p::before {
    content: "A";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    background-color: #286d4e;
    color: #fff;
    text-align: center;
}



/**news1 end**/