/* title */

.tm-title {
    margin-bottom: 70px;
    text-align: center;
}

.tm-title .title {
    color: #242424;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}

.tm-title .t-upp{
    font-size: 14px;
    color: #0073bd;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 600;
    margin-bottom: 5px;
}
.tm-title .des {
    font-size: 16px;
    margin: 0;
    margin-top: 14px;
}

.tm-title .xl {
    margin-top: 20px;
}

.sy-light .section-title-1 strong {
    color: #fff;
}

.sy-light .section-title-1 h4 {
    color: #fff;
}

.sy-light .section-title-1 h4:after,
.sy-light .section-title-1 h4:before {
    background-color: #fff;
}

.line {
    height: 2px;
    background-color: #e1e1e1;
    margin-top: 5px;
    margin-bottom: 40px;
}

.g-top{
    position: fixed;
    right: 3.125rem;
    bottom: -4rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.g-top.visible{
    bottom: 4rem;
}
.g-top a{
    display: block;
    z-index: 9;
    padding: 18px 5px;
    color: #fff;
    background: #0073bd;
    border-radius: 3.125rem;
    text-align: center;
    
}
.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}
.ixban{
    padding: 8rem 0;
    box-sizing: border-box;
    background: url(../images/b3.jpg) no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.ixban h2{
    color: #fff;
    font-size:40px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.ixban h3{
    color: #fff;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.5px;
    padding: 0 10%;
    text-transform: capitalize;
}
.ixban .text{
    position: relative;
    z-index: 9;
}
.ixban::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top:0;
}

.tm-header {
    padding: 5px 0;
    width: 100%;
    top: 0;
    background: #fff;
    transition: all 0.6s;
    
}

.tm-nav {
    text-align: right;
}



.tm-topnav .logo {
    display: block;
}
.logo-text{
    color: #394253;
    padding-left: 1rem;
}
.logo-text .t1{
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    /* font-family: Montserrat; */
}
.logo-text .t2{
    font-size:13px;
    text-transform: uppercase;
    color: #aa9347;
    font-weight: bold;
    letter-spacing: 0.5px;
    
}
.tm-nav .navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    text-transform: capitalize;
}

.tm-nav .navs li {
    position: relative;
}

.tm-nav .navs li>a {
    font-size: 18px;
    margin: 0 20px;
    color:#444;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.tm-nav .navs li>a::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #0073bd;
    margin: 5px auto;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px;
}

.tm-nav .navs li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.tm-nav .navs .active>a {
    color:#0073bd;
}

.tm-nav .navs li:hover a::after {
    width: 40px;
    margin-left: -20px;
}

.tm-nav .navs li .ns-nav {
    position: absolute;
    width: 180px;
    z-index: 999;
    margin: 0 0;
    border-radius: 0 0 3px 3px;
    left: 50%;
    margin-left: -90px;
    top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.tm-nav .navs li .ns-nav a {
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #fff;
    background: rgba(0, 115, 189, 1);
    margin-bottom: 1px;
}

.tm-nav .navs li .ns-nav a:hover {
    background:rgba(0, 115, 189, 0.8);
}

.m-header {
    /* position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; */
    box-sizing: border-box;
    padding: 10px 0;
}

.m-header .uk-navbar-container {
    background: transparent;
    transition: all 0.5s;
}

.in-o .m-header .uk-navbar-container {
    background: #fff;
}

.fp-viewing-0 .m-header .uk-navbar-container {
    background: transparent;
}

.m-header .uk-navbar-toggle {
    color: #0073bd;
    min-height: 60px;
}

#tm-mobile .uk-offcanvas-bar {
    background: #0073bd;
}

#tm-mobile .uk-offcanvas-close {
    color: #fff;
}



.m-subnav {
    margin-top: 40px;
    text-transform: capitalize;
}

.m-subnav .m-nav {
    display: none;
}

.m-subnav .uk-parent .m-nav {
    display: block;
}

.m-subnav .uk-nav>li>a {
    padding: 16px 0;
    border-bottom: 1px solid #006aaf;
    color: #fff;
}

.m-subnav ul.uk-nav-sub {
    border-bottom: 1px solid #006aaf;
}

.m-subnav ul.uk-nav-sub li a {
    padding: 6px 0;
    color: #fff;
}

.m-subnav .lan {
    margin-top: 20px;
    position: relative;
    padding-left: 26px;
}

.m-subnav .lan::before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: "\e602";
    font-size: 18px;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e9bf8a;
}

.m-subnav .lan a {
    padding: 0;
    display: block;
    line-height: 2;
    color: #e9bf8a;
}


.banner .uk-slidenav{
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.27);
    transition: background 0.3s;
}
.banner .uk-slidenav:hover{
    background: rgba(0, 115, 189, 0.78);
}
.banner .uk-dotnav>*>*{
    width: 16px;
    height: 16px;
}
.banner .uk-dotnav>.uk-active>*{
    border-color: #0073bd;
    background: rgba(0, 115, 189, 0.78);
}
.banner .uk-slideshow-items {
    min-height: 600px !important;
}


.h-industrial .icon{
    width: 2rem;
    float: left;
}
.h-industrial .icon .fa{
    font-size: 2rem;
    color: #0073bd;
}
.h-industrial .text{
    margin-left: 3rem;
}
.h-industrial .text h2{
    font-size: 1.4rem;
    color: #242424;
    text-transform: capitalize;
    word-wrap: break-word;
}

.h-product{
    background: #f5f5f5;
}
.h-product .wrap{
    padding: 6%;
}
.h-product .wrap .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
/* .h-product .wrap .pic::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    width: 0%;
    height: 0%;
    background: rgba(0, 115, 189, 0.6);
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    z-index: 8;
}
.h-product .wrap:hover .pic::after{
    width: 100%;
    height: 100%;
} */
.h-product .wrap .pic .ic{
    position: absolute;
    z-index: 9;
    background: rgba(0, 115, 189, 0.6);
    color: #fff;
    display: block;
    width: 100%;
    top: 15%;
    padding: 1rem 0;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 1rem 0 rgba(31, 31, 31, 0.29);
}
.h-product .wrap {
    transition: all .6s ease 0s;
}
.h-product .wrap .text{
    text-align: center;
    padding-top: 2rem;
    transition: all .6s ease 0s;
}
.h-product .wrap .text h2{
    font-size: 1.5rem;
    color: #242424;
    transition: all .6s ease 0s;
    text-transform: capitalize;
}

.h-pt {
    box-shadow: 0.1rem 0.1rem 1rem 0 rgba(31, 31, 31, 0.29);
}
.h-pt .text{
    padding: 2rem;
}
.h-pt .text h2{
    font-size: 2rem;
    vertical-align: middle;
}
.h-pt .text .new{
    background: #0073bd;
    color: #fff;
    padding: 0 1rem;
    margin-right: 0.5rem;
    line-height: 40px;
    font-size: 1.5rem;
    display: inline-block;
    border-radius: 5px;
}
.h-about{
    /* background: #f5f5f5; */
}

.h-about .wrap .text p{
    text-align: justify;
}



.h-case .pic {
    padding-bottom: 60%;
    border-bottom: 1px solid #ddd;
}

.h-case .pic img {
    transition: all 0.3s;
}

.h-case .text h3 {
    font-size: 20px;
    text-transform: capitalize;
    padding: 0rem 0 1rem;
    color: #333;
    transition: all 0.3s;
    margin: 0;
}

.h-case .text .time {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.h-case .wrap{
    /* border:1px solid #ddd; */
}
.h-case .wrap:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.h-case .text {
    padding: 30px 10px;
    box-shadow: 0 1.25rem 1.25rem rgba(34, 35, 36, 0.05);
}
.h-news .pic {
    padding-bottom: 65%;
}

.h-news .pic img {
    transition: all 0.3s;
}

.h-news .wrap:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.h-news .wpp {
    display: block;
    border: 1px solid #ddd;
}

.h-news .text {
    padding: 30px 16px;
    line-height: 2;
    border:1px solid #666;
}

.h-news .text .title {
    margin: 0;
    font-size: 18px;
    color: #222;
    
}

.tm-footer {
    background: #222324;
    color: #fff;
    padding: 50px 0;
}

.tm-footer .l-wrap {
    text-align: left;
}

.f-ewm {
    margin-top: 0px;
    text-align: center;
}

.f-ewm img {
    display: inline-block;
    border:1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
}



.f-nav .t1 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.f-nav .t1 span {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    margin-bottom: -1px;
    display: inline-block;
}
.f-nav .t2{
    line-height: 1.9;
    font-size: 14px;
}
.f-nav .t2 a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}



.f-contact p {
    margin: 0;
}

.f-copy {
    text-align: center;
    padding: 15px 0;
    background: #222324;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.tm-footer a:hover {
    color:#0073bd;
    text-decoration: underline;
}

.m-fnav{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0073bd;
    z-index: 999;
}
.m-fnav .wrap{
    text-align: center;
    line-height: 1.2;
    border-left: 1px solid #006aaf;
}
.m-fnav .wrap:first-child{
    border-left: 0;
}
.m-fnav .wrap a{
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}
.m-fnav .wrap .ic{
    margin-bottom: 3px;
}
/* 内页 */

.n-ban {
    height: 400px;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/futuerbg.jpg);
}

.position {
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 54px;
    background: #eeeeec;
}
.position .po-home{
    /* color:#0073bd; */
}
.position .po-nav a{
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.position .po-nav a span{
    position: relative;
    z-index: 9;
}
.position .po-nav a::before{
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    background:#fff;
    transition: all 0.3s;
}
.position .po-nav a::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background:#0073bd;
    transition: all 0.3s;
}
.position .po-nav a:hover::before,.position .po-nav a:hover::after,.position .po-nav a.active::before,.position .po-nav a.active::after{
    width: 100%;
}
.position .po-nav a:hover,.position .po-nav a.active{
    color: #0073bd;
}
.n-left .tit {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 800;
    color: #0073bd;
    line-height: 1;
    margin-bottom: 14px;
}

.lanmu {
    text-transform: capitalize;
}

.lanmu>li {
    margin-bottom: 10px;
    position: relative;
}

.lanmu>li>a {
    display: block;
    text-align: left;
    padding: 10px 15px;
    color: #0073bd;
    font-size: 18px;
    background: #EFE8E2;
}

.lanmu>li>a:hover,
.lanmu li.active>a {
    background: #D8B67E;
}

.lanmu>li ul li a {
    display: inline-block;
    transition: all .33s;
    color: #0073bd;
}

.lanmu .tog{
    display: block;
    cursor: pointer;
    float: right;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 10px;
    right: 15px;
}
/* 关于 */
.certificate .pic{
    border:1px solid #ddd;
    height: 220px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.certificate .pic img{
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.certificate .text{
    text-align: center;
    padding: 1rem 0;
    background: #eee;
}
.certificate .swiper-container{
    /* padding-bottom: 3rem; */
}


.cult-1 .text{
    margin-top: 3rem;
}
.cult-2{
    padding-top: 0;
}
.cult-2 .uk-overlay{
    padding:20px 30px;
    background: rgba(0, 0, 0, 0.4);
}
.n-culture .uk-container{
    max-width: 1410px;
}
.n-culture .uk-card-title{
    /* letter-spacing: 10px; */
    font-size: 2rem;
}
.n-culture .uk-card-title::after{
    content: '';
    display: block;
    height: 2px;
    width: 44px;
    background: #0073bd;
    margin-top: 6px;
}
.n-culture .wrap .text{
    background: #ebebeb;
    padding: 2rem;
    padding-left: 220px;
}
.n-culture .wrap{
    position: relative;
    height: 400px;
    width: 610px;
}
.n-culture .wrap .pic{
    position: absolute;
    left: 0;
    width: 370px;
    margin-left: -185px;
    z-index: 99;
}
.n-culture .wrap .text{
    
    position: absolute;
    right: 0;
}
.n-culture .odd{
    margin-top: -210px;
}
.n-culture .thr{
    margin-top: -210px;
}
.n-culture .odd .wrap .pic{
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: -185px;
}
.n-culture .odd .wrap .text{
    position: absolute;
    left: 0;
    padding-left: 2rem;
}
.n-culture p{
    font-size: 1rem;
}
/* 联系 */
.inquiry{
    /* background: #f7d730; */
}
.inquiry .btn{
    margin-top: 1rem;
    background: #0073bd;
    color: #fff;
    padding: 0 50px;
    font-size: 16px;
}
.inquiry .btn:hover{
    background: #5590a7;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
    border-color: #0073bd;
}
.c-item .c-text{
    /* padding-left: 10px; */
}
.c-item .c-icon{
    /* font-size:20px;
    line-height: 1;
    color: #c5c5c5;
    width: 25px;
    text-align: center;
    padding-top: 3px; */
}
.c-wp{
    display: flex;
    /* align-items: center; */
}
.c-item .tt{
    font-size: 2rem;
    text-transform: uppercase;
    color:#0073bd;
    margin-bottom: 10px;
}
.c-item .desc{
    font-size: 16px;
    margin-bottom: 15px;
}

.pro-all .pic{
    padding-bottom: 70%;
    position: relative;
}
.pro-all .pic .uk-h4{
    color: #fff;
    font-size: 24px;
}
.pro-all .pic .pname{
    z-index: 99;
}
.pro-all .pic .s-btn{
    background: #fff;
    color: #242424;
}
.pro-all .uk-overlay-primary {
    background: rgba(30, 135, 240,.4);
}
.pro-all .pic::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
/* .pro-zt .uk-container{
    max-width: 90%;
} */
.pro-nav{
    background: #aa9347;
}
.pro-nav li{
    padding: 0 20px;
    position: relative;
}
.pro-nav a{
    line-height: 56px;
    border-bottom: 1px solid #bfa757;
    display: block;
    color: #fff;
}
.pro-nav li span{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
}
.pro-nav li:hover a{
    color: #eee;
}
.pro-nav li:last-child a{
    border: 0;
}
/* .pro-all .pic:hover::after{
    background: rgba(0,0,0,0.2);
} */
.pro-list .wrap {
    margin-bottom: 15px;
}

.pro-list .wrap .pic {
    padding-bottom: 65%;
    border: 1px solid #eee;
    border-bottom: 0;
}

.pro-list .wrap .pic img {
    transition: all 0.3s;
}
.pro-list .wrap .pic .item_mask{
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
.pro-list .wrap .pic .item_mask .item-t{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%); 
    color: #fff;
    text-align: justify;
}
.pro-list .wrap .pic .item_mask .item-t h2{
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.pro-list .wrap .pic .item_mask .item-t p{
    /* font-size: 14px; */
}
.pro-list .wrap:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.pro-list .wrap:hover .pic .item_mask{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 115, 189, 0.3);
}
.pro-list .wrap .text {
    font-size: 16px;
    padding: 26px 0px;
    transition: all 0.3s;
    border-bottom: 1px solid #ddd;
}

.pro-list .wrap .text h3 {
    font-size: 16px;
    float: left;
    margin: 0;
    transition: all 0.3s;
}
.pro-list .wrap .text .fa{
    float: right;
    font-size: 18px;
    padding-top: 2px;
    font-weight: 100;
    color:#999;
    transition: all 0.3s;
    
}
.pro-list .wrap:hover .text h3{
    color: #0073bd;
}
.pro-list .wrap:hover .text .fa{
    color: #0073bd;
    
}
.sort-name {
    font-size: 24px;
    color: #0073bd;
    text-transform: uppercase;
    font-weight: 600;
}
.pro-name {
    font-size: 55px;
    color: #242424;
    text-transform: uppercase;
    /* font-weight: 600; */
    text-align: center;
}
.pro-name::after{
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0073bd;
    margin: 10px auto 40px;
}
.a-pro-top .pic {
    /* border: 1px solid #ddd;
    padding: 2px; */
}

.a-pro-top .pic .wrap {
    overflow: hidden;
}
.a-pro-top .pic .wrap .icon {
    background: rgba(34,34,34,.5);
    padding:10px;
    color: #fff;
}
.a-pro-top .pic .wrap a {
    display: block;
    position: relative;
    padding-bottom: 65%;
}

.a-pro-top .pic .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
}

.a-pro-top .pic .swiper-pagination-bullet-active {
    background: #fff;
}
.pro-cons .tit{
    font-size: 24px;
    color:#333;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.pro-cons .tit span{
    padding-bottom: 5px;
    border-bottom:4px solid #0073bd;
    display: inline-block;
}
.pro-cons .conts{
    font-size: 15px;
    color: #444;
}
.p-rcons .title {
    font-size: 28px;
    color: #0073bd;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.p-rcons .desc{
    line-height: 2;
    
}
.p-rcons .filed {
    position: relative;
    padding-left: 100px;
}

.p-rcons .filed span {
    font-weight: bold;
    position: absolute;
    left: 0;
}

.p-rcons .filed+* {
    margin-top: 16px;
}
.p-rcons .conts p{
    margin-bottom: 5px;
}
.p-rcons .conts *+p{
    margin-top: 5px;
}
.p-details {
    margin-top: 2rem;
}



.rpro-list .wrap .pic {
    padding-bottom: 65%;
    border: 1px solid #ddd;
}

.rpro-list .wrap img {
    transition: all 0.3s;
}

.rpro-list .wrap:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.rpro-list .wrap .text h3 {
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
}

.rpro-list .wrap .text h3::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0073bd;
    transition: all 0.3s;
}

.rpro-list .wrap:hover .text h3::after {
    width: 100%;
}

.case-list .wrap {
    border: 1px solid #ddd;
}


.case-list .wrap .pic{
    height: 220px;
    text-align: center;
}
.case-list .wrap .pic img{
    max-height: 100%;
}
.case-list .wrap .text {
    padding: 15px 15px;
    font-size: 16px;
    text-align: center;
}

.case-list .wrap .text .tit {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}

.case-list .wrap .text .more {
    text-align: center;
    margin-top: 30px;
    color: #b18247;
    font-size: 18px;
    text-transform: uppercase;
}

.a-case .title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
}

.a-case .time {
    font-size: 14px;
    text-align: center;
}

.a-case .content {
    font-size: 16px;
    margin-top: 20px;
}

.content img {
    height: auto !important;
}

.re-case .tits {
    border-bottom: 1px solid #0073bd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #111;
}

.re-case .wrap {
    border: 1px solid #eee;
}

.re-case .wrap .pic {
    padding-bottom: 60%;
}

.re-case .wrap .text {
    padding: 20px 20px 20px;
}

.re-case .wrap .text .title {
    font-size: 18px;
    color: #898989;
    margin: 0;
}

.news-list .wrap .pic {
    padding-bottom: 65%;
}

.news-list .wrap {
    border: 1px solid #ddd;
}

.news-list .wrap .text {
    padding: 1.875rem 1.25rem;
    font-size: 1rem;
}

.news-list .wrap .text .tit {
    font-size: 1.125rem;
    margin-bottom: 0px;
}

.news-list .wrap .text .desc {
    margin-top: 1rem;
}

.news-list .wrap .text .time {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.pagination {
    text-align: center;
    margin-top: 1.875rem;
}

.pagination a {
    display: inline-block;
    margin-right: 0.625rem;
    padding: 0 0.5rem;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666;
}

.pagination a:hover {
    color: #0073bd;
    background: white;
}

.pagination a.page-num-current {
    border: 1px solid #0073bd;
    background: #0073bd;
    color: #fff;
}

.next-prev {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    color: #999;
    text-transform: capitalize;
}
.next-prev span{
    text-transform: uppercase;
    color:#222;
}
.next-prev a{
    color: #999;
}
.next-prev a:hover{
    color: #444;
}