@charset "utf-8";
html {
    min-width: 320px;
}
body {
    width: 100%;
    font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333333;
    overflow-x: hidden;
}
div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
@font-face {
    font-family: 'iconfont';  /* Project id 3555026 */
    src: url('//at.alicdn.com/t/c/font_3555026_0vnbig2csslq.woff2?t=1667549444882') format('woff2'),
         url('//at.alicdn.com/t/c/font_3555026_0vnbig2csslq.woff?t=1667549444882') format('woff'),
         url('//at.alicdn.com/t/c/font_3555026_0vnbig2csslq.ttf?t=1667549444882') format('truetype');
  }
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a { 
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
p,span,em{
    margin: 0; 
    padding: 0; 
    font-style: normal; 
}
h1,h2,h3,h4,h5,h6{
    font-size:16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
input,textarea,button{
    font-size:16px;
    outline: none;
    outline-style: none;
    background: none;
    border: 0;
    resize: none;
    width: 100%;
    font-family: "microsoft yahei";
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}
.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
} 
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear{ 
    clear:both;
}
.pr {
    position: relative;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.container{ 
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}
.head {
    background: #fff;
}
.head-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px #ddd solid;
}
.head .logo {
    margin-top: 10px;
}
.head .logo img{
    height:80px!important;
}
.head .nav {
    display: flex;
}
.head .nav-list ul {
    font-size: 0;
}
.head .nav-list li {
    display: inline-block;
    text-align: center;
    margin: 0 24px;
    font-size: 0;
}
.head .nav-list li a {
    display: block;
    line-height: 100px;
    font-size: 16px;
    position: relative;
}
.head .nav-list li a::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ad1c1c;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
}
.head .nav-list li.active a::after,.head .nav-list li:hover a::after {
    width: 100%;
    left: 0;
}
.head .nav-list li.active a,.head .nav-list li:hover a {
    color: #ad1c1c;
}
.head .nav-list li a i {
    display: none;
}
.head .nav-box .close i {
    display: none;
}
.head .nav-btn i {
    display: none;
}
.head .search {
    margin-left: 40px;
}
.head .search i {
    line-height: 100px;
    color: #999;
    font-size: 30px;
    cursor: pointer;
}
.search-wrap {
    position: fixed;
    left: 0;
    top: auto;
    width: 100%;
    padding: 80px 0;
    background: #f8f8f8;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    z-index: 99;
}
.search-wrap .search-box {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.search-wrap input {
    line-height: 48px;
    width: 100%;
    padding: 0 20px;
}
.search-wrap button {
    width: 90px;
    height: 48px;
    background: #ad1c1c;
    color: #fff;
    outline-style: none;
    line-height: 42px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.search-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.banner {
    overflow: hidden;
    position: relative;
}

.banner,.banner .swiper-container,.banner .swiper-wrapper,.banner .swiper-slide {
    height: auto!important;
}
.banner .swiper-container .swiper-slide{
    overflow: hidden;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination{
    bottom:10px !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height:4px;
    border-radius: 0!important;
    opacity: 0.5;
    margin:0 3px !important;
    background: #fff;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
}
.banner-mouse {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
.banner-mouse span {
    display: block;
    width: 26px;
    height: 35px;
    border: 2px solid #FFFFFF;
    position: relative;
    margin: 0 auto 0.1rem;
    border-radius: 13px;
}
.banner-mouse span i {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 5px;
    width: 4px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 2px;
    animation: banScroll 1.5s linear infinite;
    -webkit-animation: banScroll 1.5s linear infinite;
}
.banner-mouse b {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow.png) center bottom no-repeat;
    margin: 5px auto 0;
    position: relative;
    animation: banScroll 2s linear infinite;
    -webkit-animation: banScroll 2s linear infinite;
}
.pd {
    padding: 60px 0;
}
.pdt {
    padding-top: 60px;
}
.wrap {
    margin-top: 40px;
}
.title {
    text-align: center;
}
.title .box {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.title .box::before {
    content: '';
    display: block;
    width: 157px;
    height: 100%;
    background: url(../images/title-img.png) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    right: 100%;
    top: 0;
}
.title .box::after {
    content: '';
    display: block;
    width: 157px;
    height: 100%;
    background: url(../images/title-img.png) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    left: 100%;
    top: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.title h1 {
    font-size: 36px;
    font-weight: bold;
}
.title p {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin-top: 6px;
}
.index-service {
    margin-top: 20px;
}
.index-service ul {
    margin: 0 -10px;
    font-size: 0;
}
.index-service ul li {
    padding: 0 10px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
}
.index-service ul li a {
    display: block;
    border: 1px #ddd solid;
    padding: 36px 20px;
}
.index-service ul li .img {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px #ad1c1c solid;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.index-service ul li .img i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/service-icon1.png) no-repeat center center;
    background-size: 100%;
}
.index-service ul li .text {
    overflow: hidden;
    flex: 1;
}
.index-service ul li .text h1 {
    font-size: 24px;
    margin-top: 20px;
}
.index-service ul li .text p {
    font-size: 16px;
    margin-top: 10px;
}
.index-service ul li:hover .img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.index-floor-2 {
    background: url(../images/index-bg1.jpg) no-repeat center center;
    background-size: cover;
}
.index-filed {
    height: 560px;
}
.index-filed .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.index-filed .swiper-slide a {
    display: block;
    width: 100%;
    position: relative;
}
.index-filed .swiper-slide .img {
    overflow: hidden;
    position: relative;
}
.index-filed .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-filed .swiper-slide .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.index-filed .swiper-slide .text {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: bt-lr;
    writing-mode: vertical-lr;
}
.index-filed .swiper-slide .text h1 {
    font-size: 24px;
}
.index-filed .swiper-slide .text p {
    text-transform: uppercase;
    margin-left: 4px;
}
.index-filed .swiper-slide:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.index-filed .swiper-slide:hover .img::after {
    background: rgba(173, 28, 28, 0.7);
}
.index-ztyj {
    margin-top: 20px;
}
.index-ztyj ul {
    margin: 0 -10px;
    font-size: 0;
}
.index-ztyj ul li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
    width: 55%;
}
.index-ztyj ul li a {
    display: block;
}
.index-ztyj ul li .img {
    overflow: hidden;
}
.index-ztyj ul li .img img {
    display: block;
    width: 100%;
    height: 38%;
    object-fit: cover;
}
.index-ztyj ul li:nth-child(2),.index-ztyj ul li:nth-child(3) {
    width: 45%;
}
.index-ztyj ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.index-floor-4 {
    background: url(../images/index-bg2.jpg) no-repeat center top;
    background-size: cover;
}
.case-tab {
    text-align: center;
    font-size: 0;
    border: 1px #ddd solid;
}
.case-tab span {
    display: inline-block;
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    background: #fff;
    font-size: 16px;
    line-height: 46px;
    cursor: pointer;
    border-left: 1px #ddd solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-tab span:first-child {
    border-left: none;
}
.case-tab span.cur {
    background: #ad1c1c;
    color: #fff;
}
.index-case {
    margin-top: 20px;
    display: none;
}
.index-case.cur {
    display: block;
}
.index-case ul {
    margin: 0 -10px;
    font-size: 0;
}
.index-case ul li {
    padding: 0 10px;
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.index-case ul li a {
    display: block;
}
.index-case ul li .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.index-case ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.index-case ul li .text {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-align: center;
}
.index-case ul li .text span {
    color: #ad1c1c;
    margin-right: 4px;
}
.index-case ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.index-case ul li .txt {
    height: 100px;
    width: 100%;
    display: table;
}
.index-case ul li .txt .info {
    display: table-cell;
    vertical-align: middle;
}

.index-about {
    align-items: center;
    -webkit-align-items: center;
}
.index-about .img {
    width: 49%;
    margin-right: 40px;
}
.index-about .img img {
    display: block;
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}
.index-about .text {
    flex: 1;
}
.index-about .text .p {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-indent: 32px;
}
.index-about .text a {
    display: inline-block;
    margin-top: 60px;
    padding: 14px 24px;
    background: #ad1c1c;
    color: #fff;
    line-height: 20px;
    border: 1px #ad1c1c solid;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.index-about .text a i {
    margin-left: 42px;
    font-size: 20px;
}
.index-about .text a:hover {
    background: none;
    color: #333;
    border: 1px #999 solid;
}
.index-floor-6 {
    background: url(../images/index-bg3.jpg) no-repeat center center;
    background-size: cover;
}
.index-news-tit {
    line-height: 24px;
}
.index-news-tit span {
    font-size: 24px;
}
.news-l {
    flex: 1;
    width: 50%;
}
.news-l ul li {
    margin-top: 20px;
}
.news-l ul li a {
    padding: 20px;
    background: #fff;
    align-items: center;
    -webkit-align-items: center;
}
.news-l ul li .img {
    width: 223px;
    height: 156px;
    overflow: hidden;
    margin-right: 14px;
}
.news-l ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-l ul li .text {
    flex: 1;
    overflow: hidden;
}
.news-l ul li .text .tit {
    font-size: 24px;
}
.news-l ul li .text .des {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
}
.news-l ul li .text .date {
    font-size: 16px;
    color: #999;
    margin-top: 16px;
}
.news-l ul li:hover .text .tit {
    color: #ad1c1c;
}
.news-r {
    width: 40%;
    margin-left: 20px;
}
.news-r ul {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.news-r ul li {
    line-height: 48px;
    border-bottom: 1px #ddd solid;
}
.news-r ul li:last-child {
    border-bottom: none;
}
.news-r ul li .tit {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-r ul li .date {
    width: 90px;
    margin-left: 24px;
}
.news-r ul li:hover .tit {
    color: #ad1c1c;
}
/* 底部 */
.foot-top {
    color: #fff;
    background: #303030;
    font-size: 14px;
    padding: 24px 0;
    border-top: 4px #ad1c1c solid;
}
.foot-top .foot-info {
    align-items: center;
    -webkit-align-items: center;
}   
.foot-top .foot-l img {
    display: block;
    height: 76px;
}
.foot-top .foot-m .tel h1 {
    font-size: 24px;
}
.foot-top .foot-m .tel span {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}
.foot-top .foot-m .other {
    margin-top: 14px;
}
.foot-top .foot-m .other p {
    line-height: 1.7;
    padding-left: 70px;
    position: relative;
}
.foot-top .foot-m .other p span {
    position: absolute;
    left: 0;
}
.foot-top .foot-r img {
    display: block;
    width: 130px;
}
.foot-top .foot-r p {
    text-align: center;
    margin-top: 6px;
}
.foot-top .foot-link {
    line-height: 1.6;
    margin-top: 24px;
}
.foot-top .foot-link a {
    color: #fff;
    margin-right: 14px;
}
.foot-bottom {
    text-align: center;
    background: #242424;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.foot-bottom .fb {
    display: inline-block;
    margin: 0 6px;
    line-height: 20px;
}
.foot-bottom a {
    color: #fff;
}
.foot-bottom .fb img {
    vertical-align: middle;
    height: 18px;
    margin-right: 2px;
    margin-top: -3px;
}


.banner-inner {
    height: 460px;
    background: url(../images/about-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.banner-inner .text {
    color: #fff;
    text-align: center;
    padding:  0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.banner-inner .text::before,.banner-inner .text::after {
    content: '';
    width: 12px;
    height: 100%;
    border: 1px #fff solid;
    position: absolute;
    top: 0;
}
.banner-inner .text::before {
    border-right: none;
    right: 100%;
}
.banner-inner .text::after {
    border-left: none;
    left: 100%;
}
.banner-inner .text h1 {
    font-size: 36px;
}
.banner-inner .text p {
    font-size: 18px;
    margin-top: 6px;
    text-transform: uppercase;
}
.inner-title {
    text-align: center;
}
.inner-title h1 {
    font-size: 36px;
}
.inner-title span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ad1c1c;
    margin: 8px 0;
}
.inner-title p {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
}
/* 关于我们 */
.about-content .tit {
    text-align: center;
}
.about-content .tit span {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 5px 15px;
    border: 1px #ddd solid;
}
.about-content .text {
    line-height: 1.6;
    margin-top: 24px;
}
.about-content .img {
    margin-top: 24px;
}
.about-content .img img {
    display: block;
    width: 100%;
}
.about-floor-2 .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-floor-2 .img {
    width: 51%;
}
.about-floor-2 .img img {
    display: block;
    width: 100%;
}
.about-floor-2 .text {
    margin-left: 50px;
    flex: 1;
}
.about-floor-2 .text ul li {
    padding: 20px 0;
    border-bottom: 1px #ddd solid;
}
.about-floor-2 .text ul li:last-child {
    border-bottom: none;
}
.about-floor-2 .text ul li .tit {
    font-size: 24px;
}
.about-floor-2 .text ul li .tit span {
    font-size: 16px;
}
.about-floor-2 .text ul li .dec {
    margin-top: 14px;
    line-height: 1.8;
}
.about-floor-2 .text ul li .dec span {
    color: #ad1c1c;
}
.about-floor-4 .wrap {
    text-align: center;
}
.about-floor-4 .wrap img {
    width: 100%;
}
.unit-tab {
    text-align: center;
}
.unit-tab span {
    display: inline-block;
    width: 164px;
    background: #fff;
    line-height: 46px;
    cursor: pointer;
    border: 1px #ddd solid;
}
.unit-tab span.cur {
    background: #ad1c1c;
    border-color: #ad1c1c;
    color: #fff;
}
.unit-list {
    margin-top: 20px;
    display: none;
}
.unit-list.cur {
    display: block;
}
.unit-list ul {
    margin: 0 -10px;
    font-size: 0;
}
.unit-list ul li {
    padding: 0 10px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.unit-list ul li .box {
    border: 1px #ddd solid;
}
.unit-list ul li .img {
    position: relative;
    padding-top: 46%;
}
.unit-list ul li .img img {
    max-width: 80%;
    max-height: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.unit-list ul li a {
    display: table;
    width: 100%;
    font-size: 20px;
    height: 100px;
    text-align: center;
    border: 1px #ddd solid;
    background: #f5f5f5;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.unit-list ul li .text {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}
.unit-list ul li:hover a {
    background: #ad1c1c;
    border-color: #ad1c1c;
    color: #fff;
}
/* 新闻资讯 */
.inner-common {
    border-bottom: 1px #ddd solid;
}
.inner-common .position {
    color: #666;
    line-height: 60px;
}
.inner-common .position a {
    margin: 0 4px;
    color: #666;
}
.tab ul li {
    float: left;
    position: relative;
}
.tab ul li .a1 {
    display: inline-block;
    padding: 0 46px;
    line-height: 60px;
}
.tab ul li.active .a1 {
    background: #ad1c1c;
    color: #fff!important;
}
.tab ul li:hover .a1 {
    color: #ad1c1c;
}
.tab ul li .tab-sub {
    width: 216px;
    position: absolute;
    top: 61px;
    left: 50%;
    margin-left: -108px;
    background: #f8f8f8;
    z-index: 999999;
    text-align: center;
}
.tab ul li .tab-sub a {
    display: block;
    width: 100%;
    border-bottom: 1px #fff solid;
    line-height: 46px;
    height: 0;
    overflow: hidden;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.tab ul li .tab-sub p:last-child a {
    border-bottom: none;
}
.tab ul li .tab-sub p.active a {
    background: #ad1c1c;
    color: #fff!important;
}
.tab ul li .tab-sub p:hover a {
    color: #ad1c1c;
}
.tab ul li:hover .tab-sub a {
    height: 46px;
}
.news-floor-2 {
    margin-bottom: 60px;
}
.news-title {
    align-items: center;
    -webkit-align-items: center;
}
.news-title-l {
    width: 50%;
}
.news-title-l::before {
    content: '';
    display: block;
    width: 4px;
    height: 64px;
    background: #ad1c1c;
    float: left;
    margin-right: 10px;
}
.news-title-l h1 {
    font-size: 30px;
}
.news-title-l p {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
}
.news-title-r a {
    display: inline-block;
    padding: 14px 24px;
    line-height: 20px;
    border: 1px #999 solid;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.news-title-r a:hover {
    background: #ad1c1c;
    color: #fff;
    border-color: #ad1c1c;
}
.news-title-r a i {
    margin-left: 42px;
    font-size: 20px;
}
.news-list ul {
    margin: 0 -10px;
    font-size: 0;
}
.news-list ul li {
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
}
.news-list ul li a {
    display: block;
    border: 1px #ddd solid;
}
.news-list ul li .img {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.news-list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list ul li .img .date {
    width:88px;
    height:88px;
    border-top:44px solid #ad1c1c;
    border-bottom:44px solid transparent;
    border-left:44px #ad1c1c solid;
    border-right:44px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.news-list ul li .img .date h1 {
    font-size: 24px;
    font-weight: bold;
}
.news-list ul li .img .date span {
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #fff;
    margin: 2px 0;
}
.news-list ul li .img .date p {
    font-size: 16px;
}
.news-list ul li .img .date .info {
    position: absolute;
    top: -40px;
    left: -36px;
}
.news-list ul li .text {
    padding: 24px;
}
.news-list ul li .text .tit {
    font-size: 24px;
}
.news-list ul li .text .des {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 14px;
}
.news-list ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news-list ul li:hover .text {
    background: #ad1c1c;
    color: #fff;
}
.zcdt-list table {
    text-align: center;
    width: 100%;
}
.zcdt-list table tr th {
    background: #ad1c1c!important;
    color: #fff!important;
    line-height: 40px;
}
.zcdt-list table tr td {
    border: 1px #ddd solid;
    padding: 8px 10px;
}
.zcdt-list table tr .td1 {
    width: 60%;
}
.zcdt-list table tr:hover {
    background: #f5f5f5;
}
.zcdt-list table tr td a:hover {
    color: #ad1c1c;
}
.page {
    text-align: center;
    margin-top: 20px;
}
.page a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border: 1px #ddd solid;
    margin: 0 1px;
}
.page a.page-num-current {
    background: #ad1c1c;
    border-color: #ad1c1c;
    color: #fff!important;
}
.page a:hover {
    border-color: #ad1c1c;
    color: #ad1c1c;
}
.page a.hide {
    display: none;
}
/* 系统服务 */
.service-list {
    margin-top: 20px;
}
.service-list ul {
    margin: 0 -10px;
    font-size: 0;
}
.service-list ul li {
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
    width: 50%;
    vertical-align: top;
}
.service-list ul li a {
    border: 1px #ddd solid;
}
.service-list ul li .img {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin: auto 30px;
    border-radius: 50%;
    border: 1px #ad1c1c solid;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.service-list ul li .img i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/service-icon1.png) no-repeat center center;
    background-size: 100%;
}
.service-list ul li .text {
    padding: 24px;
    flex: 1;
    border-left: 1px #ddd solid;
}
.service-list ul li .text h1 {
    font-size: 24px;
}
.service-list ul li .text h1 span {
    font-size: 16px;
    color: #ad1c1c;
    margin-left: 14px;
}
.service-list ul li .text .des {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 14px;
    height: 75px;
}
.service-list ul li:hover .img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.model-total {
    text-align: center;
}
.model-total .text {
    display: inline-block;
    width: 16%;
    border: 1px #ddd solid;
    background: #f3f2f2;
    font-size: 30px;
    line-height: 144px;
}
.model-line {
    width: 84%;
    height: 102px;
    margin: 0 auto;
}
.model-line::before {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background: #ddd;
    margin: 0 auto;
}
.model-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    border: 1px #ddd solid;
    border-bottom: none;
}
.model-list ul {
    font-size: 0;
}
.model-list ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.model-list ul li:nth-child(2n+1) {
    width: 16%;
    border: 1px #ddd solid;
    padding: 34px 0;
}
.model-list ul li:nth-child(2n) {
    width: 5%;
}
.model-list ul li:nth-child(2n+1) h1 {
    font-size: 24px;
}
.model-list ul li:nth-child(2n+1) span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #ad1c1c;
    margin: 10px 0;
}
.model-list ul li:nth-child(2n+1) p {
    font-size: 16px;
    text-transform: uppercase;
}
.model-list ul li:nth-child(2n) i {
    font-size: 24px;
    color: #999;
}
/* 成功案例 */

.sort {
    margin-bottom: 40px;
    display: none;
}
.sort-list {
    display: none;
}
.sort-title {
    display: none;
    line-height: 52px;
    background: #ad1c1c;
    padding: 0 20px;
    color: #fff;
}
.sort-title i {
    float: right;
    font-size: 20px;
}
.sort-list ul {
    padding: 10px 0;
    margin: 0 -10px;
}
.sort-list ul li {
    width: 100%;
}
.sort-list ul li a {
    display: block;
    background: #f5f5f5;
    line-height: 42px;
    text-align: left;
    padding: 0 30px;
    margin: 5px 0;
}
.sort-list ul li.active a {
    background: #ad1c1c;
    border-color: #ad1c1c;
    color: #fff!important;
}
.sort-list ul li:hover a {
    color: #ad1c1c;
    border-color: #ad1c1c;
}
.sort-list ul li .sort-sub p a {
    background: #999;
    color: #fff;
    border-color: #999;
}
.sort-list ul li .sort-sub p.active a {
    background: #e08b12;
    border-color: #e08b12;
}
.case-list ul {
    margin: 0 -10px;
    font-size: 0;
}
.case-list ul li {
    padding: 0 10px;
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.case-list ul li a {
    display: block;
}
.case-list ul li .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.case-list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.case-list ul li .text {
    background: #fff;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-align: center;
}
.case-list ul li .text span {
    color: #ad1c1c;
    margin-right: 4px;
}
.case-list ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.case-list ul li:hover .text {
    color: #ad1c1c;
}
.case-list ul li .txt {
    height: 100px;
    width: 100%;
    display: table;
    border: 1px #ddd solid;
    padding: 20px 14px;
    margin-top: 0!important;
}
.case-list ul li .txt .info {
    display: table-cell;
    vertical-align: middle;
}
.case-list-other li a {
}
.case-list-other .text {
}
/* 详情 */
.content-l {
    width: 29%;
    margin-right: 40px;
}
.content-tit {
    font-size: 24px;
    font-weight: bold;
}
.content-case ul {
    margin: 0 -10px;
    font-size: 0;
}
.content-case ul li {
    padding: 0 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.content-case ul li a {
    display: block;
}
.content-case ul li .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.content-case ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.content-case ul li .text {
    background: #fff;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}
.content-case ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.content-case ul li:hover .text {
    color: #ad1c1c;
}
.content-ztyj {
    margin-top: 34px;
}
.content-ztyj ul {
    margin: 0 -10px;
    font-size: 0;
}
.content-ztyj ul li {
    padding: 0 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.content-ztyj ul li a {
    display: block;
}
.content-ztyj ul li .img {
    padding-top: 54%;
    position: relative;
    overflow: hidden;
}
.content-ztyj ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.content-ztyj ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.content-news {
    margin-top: 34px;
}
.content-news ul {
    margin-top: 20px;
}
.content-news ul li {
    line-height: 20px;
    margin-top: 10px;
}
.content-news ul li .num {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    background: #ddd;
}
.content-news ul li .tit {
    flex: 1;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
}
.content-news ul li .date {
    color: #666;
    margin-left: 40px;
}
.content-news ul li:nth-child(1) .num,.content-news ul li:nth-child(2) .num,.content-news ul li:nth-child(3) .num {
    background: #ad1c1c;
    color: #fff;
}
.content-news ul li:hover .tit {
    color: #ad1c1c;
    text-indent: 10px;
}
.content-r {
    flex: 1;
}
.content-info {
    border: 1px #ddd solid;
    padding: 20px;
    margin-bottom: 30px;
}
.content-info ul {
    font-size: 0;
}
.content-info ul li {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding: 10px 0;
}
.content-info ul li span {
    display: inline-block;
    width: 90px;
    text-align: right;
    color: #ad1c1c;
    text-align: justify;
    text-align-last: justify;
}
.content-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #ddd solid;
    text-align: center;
}
.content-title h1 {
    font-size: 30px;
    font-weight: bold;
}
.content-title p {
    margin-top: 10px;
}
.content-title p span {
    margin: 0 14px;
    display: inline-block;
}
.content-main {
    line-height: 24px;
}
.content-main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.content-link {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #ddd solid;
}
.content-link p {
    line-height: 30px;
}
.content-link p a:hover {
    color: #ad1c1c;
}
/* 专题研究 */
.ztyj-list ul {
    margin: -20px -10px 0 -10px;
    font-size: 0;
}
.ztyj-list ul li {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.ztyj-list ul li a {
    display: block;
}
.ztyj-list ul li .img {
    padding-top: 54%;
    position: relative;
    overflow: hidden;
}
.ztyj-list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.ztyj-list ul li .text {
    margin-top: 20px;
}
.ztyj-list ul li .text .tit {
    font-size: 24px;
}
.ztyj-list ul li .text .des {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.ztyj-list ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.ztyj-list ul li:hover .text .tit {
    color: #ad1c1c;
}
.ztyj h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
}
.ztyj h1::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ad1c1c;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -15px;
}
.ztyj p {
    line-height: 1.6;
}
.contact-l ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px #ddd solid;
    padding: 20px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.contact-l ul li .img i {
    font-size: 30px;
    color: #ad1c1c;
    padding: 0 20px;
}
.contact-l ul li .text {
    border-left: 1px #ddd solid;
    padding: 0 20px;
}
.contact-l ul li .text h1 {
    font-size: 20px;
    margin-bottom: 4px;
}
.contact-r {
    width: 680px;
    margin-left: 40px;
}
.contact-r .map {
    width: 100%;
    height: 472px;
    border: 1px #ddd solid;
}