﻿*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, "Microsoft Yahei", sans-serif;
    margin:0;
    padding:0;
    font-size:14px;
    overflow-x: hidden;
}
ul,li {
    margin: 0;
    padding:0;
    list-style: none;
}
h2,h3,h4,h5,h6,p {
    margin:0;
    padding:0;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
a:hover {
    color: #026021;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
a img {
    /*transition: 1s;*/
    /*-webkit-transform: scale(1,1);*/
    /*transform: scale(1,1);*/
}
a:hover img {
    /*transition: 1s;*/
    /*-webkit-transform: scale(1.1,1.1);*/
    /*transform: scale(1.1,1.1);*/
}
img {
    /*max-width: 100%;*/
}
*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
em {
    font-style: normal;
}
h1,h3,h4,h5,h6,h2,a,p,ul,li,dl,dt{
    list-style-type:none;
    text-decoration: none;
}
input,button,img{
    border:none;
    outline:none;
}
.wrap{
    width:1360px;
    margin:0 auto;
}
.header {
    width:100%;
    background: rgba(255,255,255,0.9);
    font-size:0;
    /*border-bottom: 1px solid #EEE;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    box-shadow: 0 1px 1px #eee;
}
.header .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding:20px 0 0;
    /*background: url('../images/hbg.png') 450px 10px no-repeat;*/
}
.header .logo {
    width: 350px;
    height: 85px;
    margin-bottom: 10px;
    display: flex;
}
.header .logo a img {
    width: 350px;
    height: 85px;
    transition: 1s;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.header .menu {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.header .menu .tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    margin-bottom: 5px;
    margin-top: 10px;
}
.header .menu .tel span {
    font-size: 18px;
    /*margin-top: -2px;*/
    background: url("../image/tel-ico-bg.png") center no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.header .menu .tel em {
    font-size: 26px;
    font-weight: normal;
}
.header .menu .navlist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .menu .navlist .nav-li {
    position: relative;
}
.header .menu .navlist .nav-li .nav-li-a {
    font-size: 17px;
    color: #000;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 36px 20px;
    position: relative;
}
.header .menu .navlist .nav-li .nav-li-a:hover,.header .menu .navlist .nav-li .nav-li-a.active {
    color: #FF5A03;
}
.header .menu .navlist .nav-li:last-of-type .nav-li-a {
    padding-right: 0;
}
.header .menu .navlist .nav-li .nav-li-a span {
    position: absolute;
    left: calc((100% - 16px) / 2);
    bottom: -1px;
    width: 16px;
    height: 0px;
    background: none;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    transition: all 0.5s ;
    background: url("../image/sanjiao.png") center no-repeat;
}
.header .menu .navlist .nav-li:hover .nav-li-a span {
    height:8px;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    transition: all 0.5s ;
}
.header .menu .navlist .nav-li .nav-li-list {
    position: absolute;
    left: 0;
    top: 54px;
    z-index:9999;
    width: 100%;
    background: #EAF1F8;
    padding: 10px 0;
    display: none;
}
.header .menu .navlist .nav-li .nav-li-list a {
    font-size: 15px;
    padding: 8px 0;
    display: inline-block;
    width:100%;
    text-align: center;
}
.header .menu .navlist .nav-li .nav-li-list a:hover {
    color: #FF5A03;
}


.banner {
    width:100%;
    height:880px;
    position: relative;
}
.view-banner {
    width: 100%;
    position: relative;
}
.view-banner .image {
    width: 100%;
}
.banner img {
    width:100%;
}
.banner .swiper-slide-bg {
    background-size: cover;
}
.banner .swiper-slide-bg1 {
    background: url('../image/20241104050634.jpg') center no-repeat;
    background-size: cover;
}
.banner .swiper-slide-bg2 {
    background: url('https://www.jtditan.com/static/images/banner2.jpg') center no-repeat;
    background-size: cover;
}
#banner {
    width: 100%;
    height: 880px;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #026021;
}

.g-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.g-title .g-title-en {
    color: #026021;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.g-title .g-title-cn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #666;
    margin-top:15px;
}
.g-title .g-title-cn span {
    width: 50px;
    height: 1px;
    background: #EEE;
}
.g-title .g-title-cn em {
    margin: 0 20px;
}

.section {
    padding:50px 0 0;
}

.section .service {
    padding: 50px 0 0;
}
.section .service .boxs {
    display: block;
    margin-top: 60px;
    font-size: 0;
}
.section .service .boxs .boxs-list {
    display: inline-block;
    width: 405px;
    margin-right: calc(145px / 2);
    padding: 15px 15px;
    box-shadow: 0 0 10px #EEE;
    margin-bottom: 30px;
}
.section .service .boxs .boxs-list:nth-child(3n){
    margin-right: 0;
}
.section .service .boxs .boxs-list .image {
    width: 375px;
    height: 210px;
    overflow: hidden;
    border-radius: 5px;
}
.section .service .boxs .boxs-list .image img {
    width: 375px;
    height: 210px;
    transition: 1s;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.section .service .boxs .boxs-list .name {
    font-size: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    padding: 0 20px;
    text-align: center;
    color: #666;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .service .boxs .boxs-list .en {
    font-size: 13px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    padding: 0 20px;
    text-align: center;
    color: #CCC;
    margin-top: 5px;
}
.section .service .boxs .boxs-list .tag {
    font-size: 14px;
    display: inline-block;
    width:100%;
    padding: 0 20px;
    text-align: center;
    color: #666;
    margin-top: 5px;
    line-height: 28px;
    height:56px;
    overflow: hidden;
}
.section .service .boxs .boxs-list .more {
    padding: 6px 30px;
    border: 1px solid #026021;
    font-size: 14px;
    color: #026021;
    width: 120px;
    border-radius: 15px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .service .boxs .boxs-list:hover {
    background: #f6f6f6;
}
.section .service .boxs .boxs-list:hover .image img {
    transition: 1s;
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.section .service .boxs .boxs-list:hover .name {
    color: #026021;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .service .boxs .boxs-list:hover .more {
    background: #026021;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .about {
    margin-bottom: 60px;
}
.section .about .about-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}
.section .about .about-box .about-image {
    width: 500px;
    height: 516px;
    overflow: hidden;
}
.section .about .about-box .about-image img {
    width: 500px;
    height: 516px;
    transition: 1s;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.section .about .about-box .about-image:hover img {
    transition: 1s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.section .about .about-box .about-info {
    width: calc(100% - 540px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.section .about .about-box .about-info .about-info-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
.section .about .about-box .about-info .about-info-title .en {
    font-size: 15px;
    color: #CCC;
}
.section .about .about-box .about-info .about-info-title .name {
    font-size: 32px;
    color: #2253B0;
    font-weight: bold;
    margin: 10px 0 30px;
}
.section .about .about-box .about-info .about-info-text {
    color: #999;
    line-height: 35px;
    font-size: 14px;
    height:316px;
    overflow: hidden;
}
.section .about .about-box .about-info .mores {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section .about .about-box .about-info .mores  .more {
    border: 1px solid #026021;
    padding: 10px 30px;
    font-size: 14px;
    color: #026021;
    margin-top: 10px;
}
.section .about .about-box .about-info .mores .more:hover {
    background: #026021;
    color: #FFF;
}
.section .about .about-box .about-info .tag-list {
    width: 100%;
    height: 150px;
    background-image: url("../image/index-about-bg.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .about .about-box .about-info .tag-list .tag-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.section .about .about-box .about-info .tag-list .tag-box .tag-number {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #FFF;
}
.section .about .about-box .about-info .tag-list .tag-box .tag-number span {
    font-size: 36px;
    margin-right: 5px;
}
.section .about .about-box .about-info .tag-list .tag-box .tag-number em {
    font-size: 15px;
}
.section .about .about-box .about-info .tag-list .tag-box .tag-number em.plus {
    font-weight: bold;
    font-size: 18px;
}
.section .about .about-box .about-info .tag-list .tag-box .tag-name {
    font-size: 16px;
    color: #FFF;
}
.section .about .about-box .about-info .tag-list .emline {
    width: 1px;
    height: 60px;
    background: #F6F6F6;
    margin: 0 90px;
}


.news-bg {
    background: #f3f3f3;
}

.section .news {
    padding: 50px 0 80px;
}
.section .news .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
    font-size: 0;
}
.section .news .boxs .boxs-swiper {
    width: 640px;
    height: 360px;
    overflow: hidden;
}
.section .news .boxs .boxs-swiper .swiper-container {
    width: 100%;
    height: 360px;
}
.hidden {
    display: none;
}
.section .news .boxs .boxs-swiper .swiper-container .slide .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.section .news .boxs .boxs-swiper .swiper-container .slide .swiper-slide .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.kefu {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 100px;
    height: 415px;
    z-index: 99999;
}
.kefu .list {
    width: 100px;
    height: 100px;
    background: #00873b;
    margin-bottom: 5px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 14px;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

.kefu .list:hover{
    background: #026021;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.kefu .list .icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.kefu .list .icon.icon-1 {
    background-image: url("../image/phone-icon.png");
}
.kefu .list .icon.icon-2 {
    background-image: url("../image/connect-icon.png");
}
.kefu .list .icon.icon-3 {
    background-image: url("../image/weixin_white.png");
}
.kefu .list .icon.icon-4 {
    background-image: url("../image/top.png");
}
.kefu .list em {
    margin-top: 5px;
}
.kefu .list .telephone {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    font-size: 20px;
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    box-shadow: -5px 0 5px #DDD;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.kefu .list:hover .telephone {
    width: 220px;
    left: -220px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.kefu .list .telephone .phones {
    line-height: 30px;
    height: 100px;
    border-radius: 5px 0 0 5px;
    color: #333;
    letter-spacing: 1px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.kefu .list .telephone .phones p {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.kefu .list .weixin {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    font-size: 18px;
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    box-shadow: -5px 0 5px #DDD;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.kefu .list:hover .weixin {
    width: 150px;
    left: -150px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.kefu .list .weixin img {
    width: 150px;
    height: 150px;
}



.section .news .boxs .boxs-news-list {
    width: calc(100% - 680px);

}
.section .news .boxs .boxs-news-list .catelists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-left: 105px;
}
.section .news .boxs .boxs-news-list .catelists a {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 5px;
    margin-right: 40px;
}
.section .news .boxs .boxs-news-list .catelists a.active {
    background: #026021;
    color: #FFF;
}

.section .news .boxs .boxs-news-list .lists a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 24px 20px;
    background: #FFF;
}
.section .news .boxs .boxs-news-list .lists a:last-of-type {
    margin-bottom: 0px;
}
.section .news .boxs .boxs-news-list .lists a .time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 64px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .news .boxs .boxs-news-list .lists a .time span {
    font-size: 24px;
    color: #000;
}
.section .news .boxs .boxs-news-list .lists a .time em {
    font-size: 14px;
    color: #999;
    padding-left: 3px;
}
.section .news .boxs .boxs-news-list .lists a .lines {
    height: 40px;
    background: #e9e9e9;
    width: 1px;
    margin:  0 18px 0 10px;
}
.section .news .boxs .boxs-news-list .lists a .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 93px);
}
.section .news .boxs .boxs-news-list .lists a .info .tit {
    width: 100%;
    font-size: 17px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .news .boxs .boxs-news-list .lists a .info .intro {
    width: 100%;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.section .news .boxs .boxs-news-list .lists a:hover .time {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .news .boxs .boxs-news-list .lists a:hover .info .tit {
    color:#026021;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.section .news .boxx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 0;
}
.section .news .boxx .mode-list {
    width: 450px;
    margin-right: 50px
}
.section .news .boxx .mode-list.rr {
    width: 360px;
}
.section .news .boxx .mode-list:last-of-type {
    margin-right: 0;
}
.section .news .boxx .mode-list .tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}
.section .news .boxx .mode-list .tit .icon {
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.section .news .boxx .mode-list .tit .icon.icon-1 {
    background-image: url("../image/icon_3.png");
}
.section .news .boxx .mode-list .tit .icon.icon-2 {
    background-image: url("../image/icon_1.png");
}
.section .news .boxx .mode-list .tit .icon.icon-3 {
    background-image: url("../image/icon_2.png");
}
.section .news .boxx .mode-list .tit .name {
    font-size: 18px;
    color: #F05E0A;
}
.section .news .boxx .mode-list .tit em {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #F05E0A;
    height: 1px;
    width: 150px;
}
.section .news .boxx .mode-list .listss {
    width: 100%;
}
.section .news .boxx .mode-list .listss .listss-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.section .news .boxx .mode-list .listss .scrolllist,.section .news .boxx .mode-list .listss .scrolllists,.section .news .boxx .mode-list .listss .scrolllistss {
    height: 280px;
    overflow: hidden;
}
.section .news .boxx .mode-list .listss .listss-box {
    height: 280px;
    overflow: hidden;
}
.section .news .boxx .mode-list .listss .listss-box .company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
    line-height: 28px;
}
.section .news .boxx .mode-list .listss .listss-box .company .cc {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .news .boxx .mode-list .listss .listss-box .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    color: #888;
}
.section .news .boxx .mode-list .listss .listss-box .li .nn {
    display: inline-block;
    width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .news .boxx .mode-list .listss .listss-box .li .tt {
    display: inline-block;
    width: 70px;
}

.bg-link {
    background: #f3f3f3;
}

.section .link {
    padding: 20px 0 40px;
}
.section .link .link-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
}
.section .link .link-title .en {
    font-size: 16px;
    color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.section .link .link-title .name {
    font-size: 24px;
    color: #026021;
    font-weight: bold;
}
.section .link .link-list {
    width: 100%;
    font-size: 0;
    display: inline-block;
}
.section .link .link-list a {
    width: 240px;
    height: 120px;
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-block;
}
.section .link .link-list a:nth-child(5n){
    margin-right: 0;
}
.section .link .link-list a img {
    width: 240px;
    height: 120px;
}





.bg-blue {
    background: #026021;
}
.section .footer {
   display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}
.section .footer .footer-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.section .footer .footer-title .name {
    font-size: 16px;
    margin-right: 20px;
}
.section .footer .footer-title .en {
    font-size: 14px;
    margin-top: 3px;
}
.section .footer .footer-title em {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 40px;
    height: 3px;
    background: #FFF;
}
.section .footer .footer-logo {
    /*width: 255px;*/
}
.section .footer .footer-logo.footer-logo-width {
    width: 255px;
}
.section .footer .footer-logo .flogo {
    width: 255px;
}
.section .footer .footer-logo .flogo img {
    width: 255px;
    margin-bottom: 20px;
}
.section .footer .footer-logo .flogo span {
    font-size: 15px;
    color: #ccc;
    padding-left: 5px;
}
.section .footer .footer-logo .erweima {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.section .footer .footer-logo .erweima img {
    width: 110px;
    height: 110px;
}
.section .footer .footer-logo .erweima span {
    font-size: 10px;
    color: #FFF;
    margin-top: 10px;
}
.section .footer .footer-contact {
    width: 420px;
}
.section .footer .footer-contact .footer-contact-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.section .footer .footer-contact .footer-contact-info p {
    margin: 0px 0 5px;
    color: #CCC;
    font-size: 14px;
}
.section .footer .footer-menu .footer-menu-list {
    display: inline-block;
    width: 310px;
}
.section .footer .footer-menu .footer-menu-list a {
    display: inline-block;
    color: #ccc;
    font-size: 14px;
    margin-right: 24px;
    margin-bottom: 12px;
}
.section .footer .footer-menu .footer-menu-list a:nth-child(4n){
    margin-right: 0;
}
.section .footer .footer-line {
    width: 1px;
    height: 100px;
    background: #00873b;
}
.section .footer-copyright {
    padding: 36px 0 25px;
    border-top: 1px solid #00873b;
    color: #CCC;
    font-size: 14px;
}
.section .footer-copyright .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .footer-copyright .wrap p {
    margin-bottom: 10px;
    color: #CCC;
}
.section .footer-copyright .wrap p a {
    color: #CCC;
}
.section .footer-copyright .wrap p.link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .footer-copyright .wrap p.link em {
    width: 1px;
    height: 10px;
    background: #5873D7;
    margin: 0 10px;
}



/** position **/
.position {
    background: #F5F5F5;
}
.position .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:14px;
}
.position .wrap .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:10px 0;
}
.position .wrap .l .home-icon {
    width:16px;
    height:16px;
    margin-right: 5px;
}
.position .wrap .l .right-icon {
    width:12px;
    height:12px;
    margin: 0 5px;
}
.position .wrap .l a {
    color: #666;
}
.position .wrap .l a:hover {
    color: #026021;
}
.position .wrap .return {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background: #ED2726;
    height: 30px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.position .wrap .return:hover {
    background: #222;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.position .wrap .return img {
    width: 20px;
    margin-right: 5px;
}






/** about **/
.section .between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}
.section .between .left {
    display: inline-block;
    font-size:0;
    width:300px;
    margin-bottom: 40px;
}
.section .between .left .menus {
    display: inline-block;
    width:100%;
    box-shadow: 0 0 5px #DDD;
}
.section .between .left .menus .menu-tit {
    padding: 10px 10px;
    background: #026021;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .between .left .menus .menu-tit img {
    margin-right: 5px;
}
.section .between .left .menus .menu-tit span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.section .between .left .menus .menu-list {
    padding: 10px 10px 20px 10px;
    /*min-height:300px;*/
}
.section .between .left .menus .menu-list .li {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    font-size:16px;
    color: #666;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px dashed #DDD;
}
.section .between .left .menus .menu-list .li:hover,.section .between .left .menus .menu-list .li.active {
    color: #026021;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .between .left .menus .menu-list .li .line {
    width:6px;
    height:16px;
    background: #DDDDDD;
    margin-right:15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 10px;
}
.section .between .left .menus .menu-list .li:hover .line,.section .between .left .menus .menu-list .li.active .line {
    background: #026021;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.section .between .left .menus .menu-list .lis {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0px 5px 25px;
    font-size:15px;
    color: #666;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .between .left .menus .menu-list .lis:hover,.section .between .left .menus .menu-list .lis.active {
    color: #026021;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



.section .between .right {
    display: inline-block;
    width:1000px;
}
.section .between .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #eee;

}
.section .between .right .title .time {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.section .between .right .titles {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;

}
.section .between .right .title span {
    position: relative;
    padding-bottom: 15px;
}
.section .between .right .title span  em {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 2px;
    background: #026021;
}
.section .between .right .tips {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
.section .between .right .content {
    width:100%;
    margin-top: 30px;
    line-height: 32px;
}
.section .between .right .content img {
    max-width: 100%;
}
.section .between .right .nexts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding-top: 30px;
    border-top: 1px solid #DDD;
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 40px;
}
.section .between .right .nexts a:hover {
    color: #026021;
    text-decoration: underline;
}
.section .between .right .nexts .mores:last-of-type {
    margin-top: 10px;
}

.section .between .liebiao {
    padding: 10px 0;
}
.section .between .liebiao .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../image/right.jpg') left center no-repeat;
    border-bottom: 1px dashed #DDD;
    padding: 15px 0 15px 15px;
}
.section .between .liebiao .list .tits {
    width: calc(100% - 110px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .between .liebiao .list .time {
    width: 100px;
    text-align: right;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .between .liebiao .list:hover .tits,.section .between .liebiao .list:hover .time {
    color: #026021;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.section .between .right .contacts {
    display: inline-block;
    width: 100%;
    font-size: 0;
    padding: 20px 0;
}
.section .between .right .contacts .dd {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    font-size: 18px;
    padding: 20px 0;
    color: #666;
}
.section .between .right .contacts .dd a {
    color: #666;
}
.section .between .right .contacts .dd a:hover {
    color: #026021;
}
.section .between .right .contacts .dd img {
    width: 24px;
    margin-right: 5px;
}
.section .between .right .service-list {
    font-size: 0;
}

.section .between .right .service-list .boxs-list {
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    box-shadow: 0 0 10px #EEE;
}
.section .between .right .service-list .boxs-list:hover {
    background: #f6f6f6;
}
.section .between .right .service-list .boxs-list:nth-child(3n){
    margin-right: 0;
}
.section .between .right .service-list .boxs-list .image  {
    width: 260px;
    height:168px;
    overflow: hidden;
    border-radius: 5px;
}
.section .between .right .service-list .boxs-list .image img {
    width: 260px;
    height:168px;
    transition: 1s;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.section .between .right .service-list .boxs-list:hover .image img {
    transition: 1s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.section .between .right .service-list .boxs-list .name {
    font-size: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    padding: 0 20px;
    text-align: center;
    color: #666;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .between .right .service-list:hover .boxs-list .name {
    color: #026021;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.section .between .right .service-list .boxs-list .en {
    font-size: 13px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:100%;
    padding: 0 20px;
    text-align: center;
    color: #CCC;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.pages .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .pagination > li > a,
.pages .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
}
.pages .pagination > li > a:hover,
.pages .pagination > li > span:hover,
.pages .pagination > li > a:focus,
.pages .pagination > li > span:focus {
    background: #026021;
    color: #fff;
}
.pages .pagination > .active > a,
.pages .pagination > .active > span,
.pages .pagination > .active > a:hover,
.pages .pagination > .active > span:hover,
.pages .pagination > .active > a:focus,
.pages .pagination > .active > span:focus {
    background: #026021;
    color: #fff;
}














    /**  case  **/
.bg-case {
    background: #F5F5F5;
}
.section .case-category {
    background: #FFF;
}
.section .case-category .lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
}
.section .case-category .lists .label {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}
.section .case-category .lists .li {
    display: inline-block;
    width: calc(100% - 140px);
}
.section .case-category .lists .li a {
    display: inline-block;
    padding: 4px 20px;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    margin-bottom: 10px;
}
.section .case-category .lists .li a:hover,.section .case-category .lists .li a.active{
    background: #E70012;
    color: #fff;
}
.section .case-lists {
    font-size: 0;
}
.section .case-lists .li {
    display: inline-block;
    width: 300px;
    margin-right: calc(100px /3);
    margin-bottom: 30px;
    background: #FFF;
    vertical-align: top;
}
.section .case-lists .li:nth-child(4n){
    margin-right: 0;
}
.section .case-lists .li .images {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.section .case-lists .li .images img {
    width: 300px;
    height: 200px;
}
.section .case-lists .li .t {
    display: inline-block;
    text-align: center;
    width: calc(100% - 40px);
    padding: 30px 0px 20px;
    font-size: 18px;
    margin: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section .case-lists .li .t:hover {
    color: #E70012;
}
.section .case-lists .li .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    width: calc(100% - 40px);
    margin: 0 20px 10px 20px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
}
.section .case-lists .li .tip em {
    font-style: normal;
    font-size: 14px;
    padding: 0 5px;
}
.section .case-lists .li .btm {
    padding: 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .case-lists .li .btm .btn {
    border: 1px solid #DDD;
    font-size: 12px;
    color: #333;
    padding: 5px 20px;
    border-radius: 20px;
}
.section .case-lists .li .btm .btn:hover {
    background:#E70012 ;
    color: #FFF;
    border: 1px solid #E70012;
}

.section .case-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.section .case-detail .content {
    width: 940px;
    font-size: 0;
}
.section .case-detail .content .title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 24px;
    width: 100%;
    float: left;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.section .case-detail .content .time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    color: #aaa;
    font-size: 12px;
}
.section .case-detail .content .cbox {
    display: inline-block;
    width: 100%;
}
.section .case-detail .content .cbox table {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    table-layout: fixed;
    color: #666;
}
.section .case-detail .content .cbox table th {
    width: 97px;
    background: #f8f8f8;
    padding: 17px 0 17px 15px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px dotted #e0e0e0;
}
.section .case-detail .content .cbox table td {
    text-align: center;
}
.section .case-detail .content .c-title {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .case-detail .content .c-title .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .case-detail .content .c-title .l em {
    width: 12px;
    height: 12px;
    background: #E70012;
    margin: 9px 10px 0 0;
    display: inline-block;
}
.section .case-detail .content .c-title .l h6 {
    color: #333;
    font-size: 18px;
    display: inline-block;
}
.section .case-detail .content .c-title .r {
    color: #555;
    font-size: 12px;
}
.section .case-detail .content .linian {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    color: #555;
    line-height: 32px;
    font-size: 14px;
}
.section .case-detail .content .photos {
    width: 100%;
    overflow: hidden;
}
.section .case-detail .content .photos img {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.section .case-detail .content .morelist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.section .case-detail .content .morelist a {
    width: 350px;
    margin: 0 60px;
    border: 1px #e0e0e0 solid;
    border-radius: 5px;
    padding: 10px 20px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 300ms;
    font-size: 14px;
}
.section .case-detail .content .morelist a:hover {
    background: #E70012;
    color: #fff;
    border: 1px #E70012 solid;
}
.section .case-detail .right {
    width: 300px;
    font-size: 0;
}
.section .case-detail .right .designer {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px #CCC;
    padding: 10px;
    margin-bottom: 20px;
}
.section .case-detail .right .designer .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom:1px solid #EEE;
}
.section .case-detail .right .designer .t em {
    width: 5px;
    height: 16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .case-detail .right .designer .t .text {
    font-size: 18px;
    color: #333
}
.section .case-detail .right .designer .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.section .case-detail .right .designer .info .avater {
    width: 120px;
    height: 156px;
    overflow: hidden;
    margin-right: 20px;
}
.section .case-detail .right .designer .info .avater img {
    width: 120px;
    height: 156px;
}
.section .case-detail .right .designer .info .r {
    width: 140px;
    overflow: hidden;
    color: #333;
}
.section .case-detail .right .designer .info .r .name {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.section .case-detail .right .designer .info .r .name a {
    color: #333;
}
.section .case-detail .right .designer .info .r .name a:hover {
    color: #E70012;
}
.section .case-detail .right .designer .info .r .year {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .case-detail .right .designer .info .r .year em {
    color: #E70012;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px;
}
.section .case-detail .right .designer .info .r .home {
    border: 1px #eee solid;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .case-detail .right .designer .info .r .home:hover {
    border: 1px #E70012 solid;
    background: #E70012;
    color: #fff;
}
.section .case-detail .right .designer .kefu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 10px;
    color: #fff;
    background: #e60012;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 0;
}
.section .case-detail .right .designer .kefu:hover {
    background:#222 ;
}

.section .case-detail .right .box {
    display: inline-block;
    width:100%;
    box-shadow: 0px 0px 10px #CCC;
    padding:10px;
}
.section .case-detail .right .box .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.section .case-detail .right .box .t .line {
    width:5px;
    height:16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .case-detail .right .box .t .text {
    font-size:18px;
    color: #333;
}
.section .case-detail .right .box .form {
    padding:10px 0;
    display: inline-block;
    width:100%;
}
.section .case-detail .right .box .form .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:10px 0;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    width:100%;
    margin-bottom: 5px;
    position: relative;
}
.section .case-detail .right .box .form .li .label {
    font-size:14px;
    color: #666;
    width:75px;
}
.section .case-detail .right .box .form .li input {
    border:none;
    font-size:14px;
    color: #666;
    padding:5px 10px;
    width:calc(100% - 75px);
}
.section .case-detail .right .box .form .li .tip {
    position: absolute;
    right:0;
    top:10px;
    font-size:14px;
    color: #999;
}
.section .case-detail .right .box .form .lis {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color: #666;
    padding:20px 0;
    margin-bottom: 5px;
}
.section .case-detail .right .box .form .lis em {
    font-style:  normal;
}
.section .case-detail .right .box .form .lis .red {
    color: #ED2726;
}
.section .case-detail .right .box .form .btn {
    background: #ED2726;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:10px 0;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .case-detail .right .box .form .btn:hover {
    background: #A50C0B;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .case-detail .right .hots {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px #CCC;
    padding: 10px;
    margin-bottom: 20px;
}
.section .case-detail .right .hots .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom:1px solid #EEE;
}
.section .case-detail .right .hots .t em {
    width: 5px;
    height: 16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .case-detail .right .hots .t .text {
    font-size: 18px;
    color: #333
}
.section .case-detail .right .hots .hotlist {
    display: inline-block;
    width: 100%;
}
.section .case-detail .right .hots .hotlist a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .case-detail .right .hots .hotlist a .img {
    width: 100px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}
.section .case-detail .right .hots .hotlist a .img img {
    width: 100px;
    height: 65px;
}
.section .case-detail .right .hots .hotlist a .inf {
    display: inline-block;
    width: calc(100% - 110px);
}
.section .case-detail .right .hots .hotlist a .inf .ts {
    color: #333;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .case-detail .right .hots .hotlist a:hover .inf .ts {
    color: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .case-detail .right .hots .hotlist a .inf .hot-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section .case-detail .right .hots .hotlist a .inf .hot-more span {
    display: inline-block;
    color: #fff;
    background: #222;
    padding: 3px 10px;
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .case-detail .right .hots .hotlist a:hover .inf .hot-more span {
    background: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designers {
    font-size: 0;
}
.section .designers .lists {
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
    margin-bottom: 40px;
}
.section .designers .lists .avater {
    width: 230px;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    margin-right: 30px;
}
.section .designers .lists .avater img {
    width: 230px;
    height: 300px;
}
.section .designers .lists .designer-info {
    width: 340px;
    margin-right: 80px;
}
.section .designers .lists .designer-info h1 {
    color: #E70012;
    font-size: 32px;
    font-weight: normal;
}
.section .designers .lists .designer-info .name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 0 30px;
}
.section .designers .lists .designer-info .name span {
    font-size: 20px;
    color: #333;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designers .lists .designer-info .name:hover span {
    color:#E70012 ;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designers .lists .designer-info .name em {
    font-style: normal;
    font-size: 16px;
    color: #666;
}
.section .designers .lists .designer-info .li {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section .designers .lists .designer-info .li em {
    font-weight: bold;
    font-size: 16px;
    color: #E70012;
    font-style: normal;
}
.section .designers .lists .designer-info .sheji {
    font-size: 14px;
    width: 240px;
    margin: 30px 0px 0;
    background: #E70012;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 5px;*/
}
.section .designers .lists .designer-info .sheji:hover {
    background: #222;
}
.section .designers .lists .works {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 620px;
}
.section .designers .lists .works .works-li {
   display: inline-block;
    width: 300px;
}
.section .designers .lists .works .works-li .images {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.section .designers .lists .works .works-li .images img {
    width: 300px;
    height: 200px;
}
.section .designers .lists .works .works-li .t {
    display: inline-block;
    text-align: center;
    width: calc(100% - 40px);
    padding: 30px 0px 22px;
    font-size: 18px;
    margin: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section .designers .lists .works .works-li .t:hover {
    color: #E70012;
}
.section .designers .lists .works .works-li .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    width: calc(100% - 40px);
    margin: 0 20px 0px 20px;
}
.section .designers .lists .works .works-li .tip em {
    font-style: normal;
    font-size: 14px;
    padding: 0 5px;
}
.section .designer-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .designer-detail .designer-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0;
    width: 940px;
}
.section .designer-detail .designer-left .avater {
    width: 295px;
    height: 385px;
    margin-right: 60px;
}
.section .designer-detail .designer-left .info {
    width: 585px;
    height: 385px;
}
.section .designer-detail .designer-left .info h1 {
    color: #E70012;
    font-size: 32px;
    font-weight: normal;
}
.section .designer-detail .designer-left .info .name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 0 50px;
}
.section .designer-detail .designer-left .info .name span {
    font-size: 20px;
    color: #333;
    margin-right: 20px;
}
.section .designer-detail .designer-left .info .name em {
    font-style: normal;
    font-size: 16px;
    color: #666;
}
.section .designer-detail .designer-left .info .hr {
    margin-bottom: 30px;
    border:1px solid #DDD;

}
.section .designer-detail .designer-left .info .li {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section .designer-detail .designer-left .info .li em {
    font-weight: bold;
    font-size: 16px;
    color: #E70012;
    font-style: normal;
}
.section .designer-detail .designer-left .info .sheji {
    font-size: 14px;
    width: 240px;
    margin: 30px 0px 0;
    background: #E70012;
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 5px;*/
}
.section .designer-detail .designer-left .info .sheji:hover {
    background: #222;
}
.section .designer-detail .designer-right {
    width: 300px;
}

.section .designer-detail .designer-right .box {
    display: inline-block;
    width:100%;
    box-shadow: 0px 0px 10px #CCC;
    padding:20px 10px;
}
.section .designer-detail .designer-right .box .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.section .designer-detail .designer-right .box .t .line {
    width:5px;
    height:16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .designer-detail .designer-right .box .t .text {
    font-size:18px;
    color: #333;
}
.section .designer-detail .designer-right .box .form {
    padding:10px 0;
    display: inline-block;
    width:100%;
}
.section .designer-detail .designer-right .box .form .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:10px 0;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    width:100%;
    margin-bottom: 5px;
    position: relative;
}
.section .designer-detail .designer-right .box .form .li .label {
    font-size:14px;
    color: #666;
    width:75px;
}
.section .designer-detail .designer-right .box .form .li input {
    border:none;
    font-size:14px;
    color: #666;
    padding:5px 10px;
    width:calc(100% - 75px);
}
.section .designer-detail .designer-right .box .form .li .tip {
    position: absolute;
    right:0;
    top:10px;
    font-size:14px;
    color: #999;
}
.section .designer-detail .designer-right .box .form .lis {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color: #666;
    padding:20px 0;
    margin-bottom: 5px;
}
.section .designer-detail .designer-right .box .form .lis em {
    font-style:  normal;
}
.section .designer-detail .designer-right .box .form .lis .red {
    color: #ED2726;
}
.section .designer-detail .designer-right .box .form .btn {
    background: #ED2726;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:10px 0;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designer-detail .designer-right .box .form .btn:hover {
    background: #A50C0B;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bg-designer {
    background: #F5F5F5;
}
.section .designer-works {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0;
}
.section .designer-works .left {
    width: 980px;
    display: inline-block;
}
.section .designer-works .left .boxs {
    background: #FFF;
    display: inline-block;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.section .designer-works .left .boxs .titles {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #DDD;
}
.section .designer-works .left .boxs .titles h1 {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}
.section .designer-works .left .boxs .titles span{
    font-family: Arial, Helvetica, sans-serif;
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.section .designer-works .left .boxs .titles em {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #E70012;
    left: 0;
    bottom: -1px;
}
.section .designer-works .left .boxs .content {
    width: 100%;
    display: inline-block;
}
.section .designer-works .left .boxs .content .content-title {
    font-size: 18px;
    color: #888;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .designer-works .left .boxs .content .content-text {
    margin-top: 15px;
    color: #333;
    line-height: 32px;
    font-size: 14px;
}
.section .designer-works .left .boxs .works {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 0 0;
    margin-bottom: 17px;
}
.section .designer-works .left .boxs .works .li {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}
.section .designer-works .left .boxs .works .li:nth-child(3n){
    margin-right: 0;
}
.section .designer-works .left .boxs .works .li .images {
    width: 300px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}
.section .designer-works .left .boxs .works .li .images img {
    width: 300px;
    height: 200px;
}
.section .designer-works .left .boxs .works .li .t {
    font-size: 16px;
    padding: 20px 10px;
    border-bottom: 1px solid #EEE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 20px);
    display: inline-block;
    text-align: center;
}
.section .designer-works .left .boxs .works .li .t:hover {
    color: #E70012;
}
.section .designer-works .right {
    display: inline-block;
    font-size: 0;
    width: 300px;
}

.section .designer-works .right .hots {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: #FFF;
}
.section .designer-works .right .hots .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom:1px solid #EEE;
}
.section .designer-works .right .hots .t em {
    width: 5px;
    height: 16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .designer-works .right .hots .t .text {
    font-size: 18px;
    color: #333
}
.section .designer-works .right .hots .hotlist {
    display: inline-block;
    width: 100%;
}
.section .designer-works .right .hots .hotlist a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .designer-works .right .hots .hotlist a .img {
    width: 100px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}
.section .designer-works .right .hots .hotlist a .img img {
    width: 100px;
    height: 65px;
}
.section .designer-works .right .hots .hotlist a .inf {
    display: inline-block;
    width: calc(100% - 110px);
}
.section .designer-works .right .hots .hotlist a .inf .ts {
    color: #333;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designer-works .right .hotlist a:hover .inf .ts {
    color: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designer-works .right .hots .hotlist a .inf .hot-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section .designer-works .right .hots .hotlist a .inf .hot-more span {
    display: inline-block;
    color: #fff;
    background: #222;
    padding: 3px 10px;
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .designer-works .right .hots .hotlist a:hover .inf .hot-more span {
    background: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*  news  */

.section .news-lists {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0;
}
.section .news-lists .left {
    display: inline-block;
    width: 940px;
}
.section .news-lists .left .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding-left: 0;
}
.section .news-lists .left .list:hover {
    border-bottom: 1px solid #ED2726;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding-left: 10px;
}
.section .news-lists .left .list .date {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-start;
    width: 120px;
}
.section .news-lists .left .list .date .day {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333;
    margin: 10px 0 20px;
    font-weight: bold;
}
.section .news-lists .left .list .date .year {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 5px;
}
.section .news-lists .left .list .date em {
    width: 15px;
    height: 2px;
    background: #ED2726;
    margin-left: 5px;
}
.section .news-lists .left .list .image {
    width: 200px;
    height: 137px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
}
.section .news-lists .left .list .image img {
    width: 200px;
    height: 137px;
}
.section .news-lists .left .list .info {
    display: inline-block;
    width: 600px;
}
.section .news-lists .left .list .info .t {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section .news-lists .left .list .info .t:hover {
    color: #ED2726;
}
.section .news-lists .left .list .info .intro {
    color: #999;
    margin-top: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
}
.section .news-lists .left .list .info .tips {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.section .news-lists .left .list .info .tips .liulan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #999;
}
.section .news-lists .left .list .info .tips .liulan img {
    width: 24px;
}
.section .news-lists .left .list .info .tips .mores {
    font-size: 14px;
    color: #666;
}
.section .news-lists .left .list .info .tips .mores:hover {
    color: #ED2726;
}
.section .news-lists .left .jobtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.section .news-lists .left .jobtitle span {
    width: 20%;
    font-size:16px;
    color: #999;
    text-align: center;
}
.section .news-lists .left .jobtitle span.tname {
    width: 40%;
    text-align: left;
}
.section .news-lists .left .joblist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    padding: 20px 0 20px;
    border-bottom: 1px dashed #EEE;
}
.section .news-lists .left .joblist .job-title {
    display:inline-block;
    width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.section .news-lists .left .joblist .tags {
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    text-align: center;
    color: #333;
}
.section .news-lists .left .joblist .more {
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block;
    text-align: center;
    color: #999;
}
.section .news-lists .left .joblist .job-title:hover,.section .news-lists .left .joblist .more:hover {
    color: #ED2726;
}


.section .news-lists .left .details {
    display: inline-block;
    width: 100%;
}
.section .news-lists .left .details .details-title {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}
.section .news-lists .left .details .details-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}
.section .news-lists .left .details .details-date span {
    color: #888;
    font-size: 14px;
    padding-right: 30px;
}
.section .news-lists .left .details .details-content {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.section .news-lists .left .details .details-content img{
    max-width: 100%;
}
.section .news-lists .left .details .content-title {
   display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #333;
    padding: 30px 0;
}
.section .news-lists .left .details .jobs-content {
    display: inline-block;
    width: 100%;
}
.section .news-lists .left .details .jobs-content .contents {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.section .news-lists .right {
    width: 300px;
    font-size: 0;
}

.section .news-lists .right .box {
    display: inline-block;
    width:100%;
    box-shadow: 0px 0px 10px #CCC;
    padding:10px;
}
.section .news-lists .right .box .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.section .news-lists .right .box .t .line {
    width:5px;
    height:16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .news-lists .right .box .t .text {
    font-size:18px;
    color: #333;
}
.section .news-lists .right .box .form {
    padding:10px 0;
    display: inline-block;
    width:100%;
}
.section .news-lists .right .box .form .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:10px 0;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    width:100%;
    margin-bottom: 5px;
    position: relative;
}
.section .news-lists .right .box .form .li .label {
    font-size:14px;
    color: #666;
    width:75px;
}
.section .news-lists .right .box .form .li input {
    border:none;
    font-size:14px;
    color: #666;
    padding:5px 10px;
    width:calc(100% - 75px);
}
.section .news-lists .right .box .form .li .tip {
    position: absolute;
    right:0;
    top:10px;
    font-size:14px;
    color: #999;
}
.section .news-lists .right .box .form .lis {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    color: #666;
    padding:20px 0;
    margin-bottom: 5px;
}
.section .news-lists .right .box .form .lis em {
    font-style:  normal;
}
.section .news-lists .right .box .form .lis .red {
    color: #ED2726;
}
.section .news-lists .right .box .form .btn {
    background: #ED2726;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:10px 0;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .news-lists .right .box .form .btn:hover {
    background: #A50C0B;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .news-lists .right .hots {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px #CCC;
    padding: 10px;
    margin-bottom: 20px;
}
.section .news-lists .right .hots .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom:1px solid #EEE;
}
.section .news-lists .right .hots .t em {
    width: 5px;
    height: 16px;
    border-radius: 10px;
    background: #ED2726;
    margin-right: 10px;
}
.section .news-lists .right .hots .t .text {
    font-size: 18px;
    color: #333
}
.section .news-lists .right .hots .hotlist {
    display: inline-block;
    width: 100%;
}
.section .news-lists .right .hots .hotlist a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section .news-lists .right .hots .hotlist a .img {
    width: 100px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}
.section .news-lists .right .hots .hotlist a .img img {
    width: 100px;
    height: 65px;
}
.section .news-lists .right .hots .hotlist a .inf {
    display: inline-block;
    width: calc(100% - 110px);
}
.section .news-lists .right .hots .hotlist a .inf .ts {
    color: #333;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .news-lists .right .hots .hotlist a:hover .inf .ts {
    color: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .news-lists .right .hots .hotlist a .inf .hot-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section .news-lists .right .hots .hotlist a .inf .hot-more span {
    display: inline-block;
    color: #fff;
    background: #222;
    padding: 3px 10px;
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .news-lists .right .hots .hotlist a:hover .inf .hot-more span {
    background: #E70012;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/**  box **/
.offer {
    padding: 20px 50px;
    font-size: 0;
    background: url(https://www.jtditan.com/static/images/offer_bg.png) center;
}
.offer .offer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ED2726;
    margin-top: 30px;
    margin-bottom: 50px;
}
.offer .offer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.offer .offer-content .left {
    display: inline-block;
    width: 320px;
    padding: 20px;
    border: 5px solid #EEE;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 10px 10px 10px #EEE;
}
.offer .offer-content .left .t {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
}
.offer .offer-content .left .t em {
    font-style: normal;
    color: #ED2726;
    width: 90px;
    text-align: center;
}
.offer .offer-content .left .n {
    width:100%;
    padding-left: 50px;
    font-size: 22px;
    color: #333;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.offer .offer-content .left .n em {
    font-style: normal;
    padding: 0 5px;
}
.offer .offer-content .left .tip {
    font-size: 14px;
    color: #ED2726;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.offer .offer-content .left .tip em {
    font-style: normal;
    padding: 0 5px;
}
.offer .offer-content .right {
    display: inline-block;
    width: 400px;
}
.offer .offer-content .right .progress-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.offer .offer-content .right .progress-t .text {
    font-size: 16px;
    color: #666;
}
.offer .offer-content .right .progress {
    display: inline-block;
    width: 400px;
    height: 15px;
    background: #DDD;
    border-radius: 10px;
    position: relative;
}
.offer .offer-content .right .progress .true {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    background: #ED2726;
    border-radius: 10px;
    display: inline-block;
}
.offer .offer-content .right .progress .unit{
    position: absolute;
    font-size: 16px;
    text-align: center;
    color: #666;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer .offer-content .right .progress .unit em {
    font-style: normal;
}
.offer .offer-content .right .progress .click {
    position: absolute;
    top: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 0px 3px #999;
    cursor: pointer;
}
.offer .offer-content .right .form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
}
.offer .offer-content .right .form .label {
    font-size: 22px;
    color: #333;
    width: 120px;
}
.offer .offer-content .right .form .mianji {
    display: none;
}
.offer .offer-content .right .form .mobile {
    border: 1px solid #EEE;
    padding: 6px 10px;
    width: calc(100% - 120px);
    font-size: 16px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.offer .offer-content .right .form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ED2726;
    font-size: 18px;
    margin-top: 42px;
    color: #FFF;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.offer .offer-content .right .form-button:hover {
    background: #222;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.layui-layer-content {
    background: url(https://www.jtditan.com/static/images/offer_bg.png) center;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin:40px 0 80px;
}
.search-box .yy-title {
    font-size: 24px;
    color: #026021;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0 30px 0;
}
.search-box .forms-line {
    display: inline-block;
    width: 500px;
}
.search-box .forms-line .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:16px;
    color: #333;
    margin-bottom: 10px;
}
.search-box .forms-line .input {
    width: 100%;
    margin-bottom:20px;
}
.search-box .forms-line .input input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    outline: none;
}
.search-box .forms-line .input textarea{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    outline: none;
}
.search-box .forms-line .btns {
    width: 100%;
}
.search-box .forms-line .btns button
{
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
    background: #00873b;
    color: #FFF;
    border:none;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.search-box .forms-line .btns button:hover {
    background: #026021;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.section .between .right .search-box .tips {
    padding: 10px 0px 0;
    color: #999;
    display: inline-block;
    text-align: left;
    width: 500px;
}
.search-box .red {
    color:#C3110D;
    padding: 0 10px 0 0;
}

.search-detail {
    /*padding-top:2rem;*/
}
.search-detail .table {
    margin-top: 30px;
}
.search-detail .table .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #DDD;
    border-top: none;
}
.search-detail .table .line:first-of-type{
    border-top: 1px solid #DDD;
}
.search-detail .table .line .label {
    width:140px;
    padding: 10px 20px;
    color: #0260D2;
    font-size: 16px;
    text-align: center;
}
.search-detail .table .line .value {
    width:calc(100% - 140px);
    border-left: 1px solid #DDD;
    padding: 10px 20px;
    color: #0260D2;
    font-size: 16px;
}
.search-detail .contents {
    padding: 20px 0 0;
    /*line-height: 30px;*/
    font-size: 14px;
    margin-bottom: 40px;
}
.search-detail .contents img {
    max-width: 100%;
    height: auto;
}
.section .between .right .contacts {
    display: inline-block;
    width: 100%;
    font-size: 0;
    padding: 20px 0;
    margin-bottom: 40px;
}
.section .between .right .contacts .dd {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    font-size: 18px;
    padding: 20px 0;
    color: #666;
}
.section .between .right .contacts .dd a {
    color: #666;
}
.section .between .right .contacts .dd a:hover {
    color: #0260D2;
}
.section .between .right .contacts .dd img {
    width: 24px;
    margin-right: 5px;
}
.map {
    margin-bottom: 40px;
}


.flex-text {
    width:1360px;
    height: 100px;
    margin: 280px auto auto;
    display: flex;
    align-items: flex-start;
    justify-content:  flex-start;
    flex-flow: column;
}
.flex-text .tit {
    font-size: 48px;
    letter-spacing: 2px;
    padding-left: 20px;
    color: #FFF;
}
.flex-text .small-tit {
    margin-top: 20px;
    font-size: 48px;
    letter-spacing: 2px;
    padding-left: 120px;
    color: #FFF;
}

.banner .banner-search {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 120px;
    width: 100%;
    background: rgba(97,100,102,0.8);
}
.banner .banner-search .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.banner .banner-search .wrap .tit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #FFF;
    margin-right: 160px;
}
.banner .banner-search .wrap .tit .h1 {
    font-size: 32px;
    font-weight: normal;
}
.banner .banner-search .wrap .tit .h2 {
    font-size: 32px;
    font-weight: normal;
}
.banner .banner-search .wrap .search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner .banner-search .wrap .search .label {
    color: #FFF;
    font-size: 22px;
    font-weight: normal;
}
.banner .banner-search .wrap .search select {
    padding: 6px 10px;
    width: 200px;
    margin-right: 10px;
    outline: none;
}
.banner .banner-search .wrap .search input {
    padding: 10px 20px;
    width: 200px;
    margin-right: 10px;
    outline: none;
    border-radius: 3px;
}
.banner .banner-search .wrap .search .search-btn {
    background: #00873b;
    color: #FFF;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.banner .banner-search .wrap .search .search-btn:hover {
    background: #026021;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}