@charset "utf-8";
@import url("./font/iconfont.css");
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 16px;
    line-height: 1.8;
    /* font-family: Verdana, Tahoma, Geneva, sans-serif, "宋体","SimHei","\5FAE\8F6F\96C5\9ED1"; */
    font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #232323;
    background: #fff;
}

hr {
    color: #e3e3e3;
    height: 1px;
    border: 0px;
    border-top: 1px solid #e3e3e3;
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

/* .font-yh {
    font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
} */

.font-vd {
    font-family: Verdana, Geneva, sans-serif;
}

.lineb {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #5b5757
}

a:hover {
    color: #3d3d3d
}

img {
    max-width: 100%;
}

.imgloading {
    background: #f1f1f1 url(../images/loading.gif) no-repeat center center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

*:first-child+html .clearfix {
    zoom: 1
}

.bka {
    display: block
}

.cell,
.cell2,
.cell3 {
    border-collapse: collapse;
    border-spacing: 0
}


.trans,
.cube {

    -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);

    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);

    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);

}

.none {
    background: none
}

.sub {
    display: none;
}

/*列表分页*/
.pages {
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0px;
}

.pages a {
    padding: 4px 9px;
    background: #ffffff;
    border: #dbdbdb solid 1px;
    margin: 0px 5px;
}

.pages a:hover,
.pages a.font {
    color: #ffffff;
    background: #676767;
    border: #676767 solid 1px;
}

.text-center {
    text-align: center;
}

/*=======================*/


.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s;
}

.header.hide {
    opacity: 0;
}

.header .hd {
    height: 100px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.header .logo {
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 1200;
}

.header.hideLogo .logo {
    display: none;
}

.header .tel {
    position: absolute;
    right: 0;
    top: 0px;
    ;
}

.menu_control {
    height: 48px;
    position: fixed;
    right: 2%;
    top: 16px;
    color: #464646;
    z-index: 1100;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
}

.menu_control .l {
    display: inline-block;
    transition: ease .5s;
}

.menu_control .l span {
    display: block;
    transition: ease .5s;
}

.menu_control .l .b {
    opacity: 0;
}

.menu-handler .burger {
    background: #363636;
}

.menu-handler {
    width: 24px;
    height: 48px;
    top: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: all .3s cubic-bezier(.445, .145, .355, 1);
}

.menu-handler .burger {
    width: 100%;
    height: 3px;
    background: #464646;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0;
    transform-origin: center;
}

.inner_head .menu_control {
    color: #fff;
}

.inner_head .menu-handler .burger {
    background: #fff;
}

.menu-handler .burger-2 {
    top: 8px;
    transition: all .3s;
}

.menu-handler .burger-3 {
    top: 16px
}

.menu_control:hover .l {
    transform: translateY(-50%);
}

.menu_control:hover .l .a {
    opacity: 0;
}

.menu_control:hover .l .b {
    opacity: 1;
}

.menu_control:hover .menu-handler .burger-1 {
    top: 8px;
    transform: rotate(225deg)
}

.menu_control:hover .menu-handler .burger-3 {
    top: 8px;
    transform: rotate(-225deg)
}

.menu_control:hover .burger-2 {
    opacity: 0;
}

.nav_bar {
    width: 350px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #2d2d2d;
    z-index: 1100;
    transition: all 0.5s ease-out 0.2s;
    transform: translateX(200%);
}

.header.active .nav_bar {
    transform: translateX(0px);
}

.nav_bar .close {
    width: 55px;
    height: 55px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -27.5px;
    top: 6.3%;
    cursor: pointer;
    z-index: 100;
    transition: all 0.5s;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .1));
}

.nav_bar .close:hover {
    transform: rotate(180deg);
}

.nav_bar .tab {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 10;
}

.nav_bar .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}

.nav_bar .tab .tab_cell ul li {
    width: 100%;
    height: 52px;
    margin-top: 30px;
}

.nav_bar .tab .tab_cell ul li a .nbox .txt {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    float: right;
    font-size: 14px;
    line-height: 52px;
    color: #fff;
}

.nav_bar .tab .tab_cell ul li a .nbox .txt span {
    margin-left: 14px;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 2px;
    line-height: 52px;
}

.menu {
    padding: 0 0 0 140px;
    display: none;
}

.menu li {
    float: left;
    font-size: 16px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    margin-left: 30px;
}

.menu li .en {
    display: none;
}

.menu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;

}


.menu li a::after {
    position: absolute;
    top: 100%;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.4s ease;
    z-index: -1;
    background: #EBB327;
}

.menu li.hover2 a::after,
.menu li:hover a::after {
    top: 0;
}

#homepage .swiper-pagination-bullet-active {
    background: #ff0000;
}

#homepage .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

#homepage.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
}

#homepage .img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0.9, 0.9);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
    box-shadow: #c5c5c5 0px 0px 10px 0px;
    z-index: -1;
}

#homepage .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2, 1.2) translateY(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}

.page_section {
    position: relative;
    overflow: hidden;
}

#slide-top1 .box1 {
    width: 600px;
    height: 480px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    position: absolute;
    transition: .4s 1s;
    border: 1px dashed #a9d268;
    z-index: 2;
}

#slide-top1 .box2 {
    width: 800px;
    height: 420px;
    left: 50%;
    top: 50%;
    position: absolute;
    transition: .4s 1s;
    border: 1px dashed #a9d268;
    z-index: 2;
    transform: translate(1350px, 750px);
    animation-fill-mode: forwards;
    text-align: center;
}

#slide-top1 .box2 .t1 {
    padding: 5% 0;
}

#slide-top1.swiper-slide-active .box1 {
    transform: translate(-50%, -50%) scale(1, 1);
    transition-delay: 1s;
}

#slide-top1.swiper-slide-active .box2 {
    transform: translate(-50%, -50%);
    transition-delay: 1.3s;
}

.wh100 {
    width: 100%;
    height: 100%;
}

#slide-top1 .box2 .wh100 {
    position: relative;
}

#slide-top1 .box2 .cr {
    position: absolute;
    border: 5px #c4261d solid;
    border-width: 5px 0 0 5px;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

#slide-top1 .box2 .cr:nth-last-of-type(2) {
    border-width: 5px 0 0 0px;
    left: 50%;
}

#slide-top1 .box2 .cr:nth-last-of-type(3) {
    border-width: 5px 5px 0 0px;
    right: 0;
    left: auto;
}

#slide-top1 .box2 .cr:nth-last-of-type(4) {
    border-width: 0 0 5px 5px;
    top: auto;
    bottom: 0;
}

#slide-top1 .box2 .cr:nth-last-of-type(5) {
    border-width: 0 0 5px 0;
    left: 50%;
    top: auto;
    bottom: 0;
}

#slide-top1 .box2 .cr:nth-last-of-type(6) {
    border-width: 0 5px 5px 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.arrow-flash {
    position: absolute;
    left: 50%;
    bottom: 6%;
    z-index: 10;
}

.arrow-flash {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgeD0iMCIgeT0iMCIKICAgIGhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ2dBQUFBb0NBUUFBQUFtOTNEbUFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUFBbUpMUjBRQS80ZVB6TDhBQUFBSGRFbE4KUlFmakNSWUhHQTVFaWdwbEFBQUNkVWxFUVZSSXg3M1gzMHRUWVJqQThlLzd6TTNUWE50VU5sMXRZckJCUTlMdXVnZ2lpS0NyNkcvbwp0b2hNZ3E2ODhiSUxNU09DL29wdUNvSWc2Q1lLb2d5WmxGS29ZMjdxWkNQbXdiblhMcHh1cnAyem4vVmNudWQ5UCtmZHMvZTg1em5xCkFLc1FoWmNCZkxneGNBQWxUQXJreUpMWGx0TlUvWXdZakJEQ3NKaGxrbUpWbTAyQzRpUktHTUUrTk9zczYySkRVSWFKNDZLNTJDT2gKTjJ4QVVjU0pOSWtkeFJxSjZvcFdnZUpnZ2tDTEhNQW1YM1hwV0tsYTNYaGJIQVFZRi9VWFNKeGdXeHhBa0hnTktNTXQxKzVrUkNSVQpCWXF6Y29lMkl5NnV5Z3BqVFc4VTYzQVNMWU5pRU82WUF3aUxjYmpDRVZUSEdJQmlCRVFVb2E1d0FDRlJndGZ5Q0dnOURMekNZTmM0CmdBSEJXeitUbU16T1gvWFh5MXp4N1R4UHpsaUFQcUd2ZnNiVDc0KzllbmF0di9iNlJOL3JlZCtvNjdRRjJDZjAxczlFcHBNZmpZR1gKYzlFVEZlN3ZlVDkzS3BqK0VyaHZBZllLRHF0eVJLWXozOXpCejArcnlaVlpUemo3UGZUSXNvWU8yM041K09IMm9pZjhhYmFudkUvVApqLzJ4M0sreEticzVRc2t1SFpqS3Jmak9iY3dCck0wRUxoUXlzYnZwb3MyRWtsS1g4ZGlSWjF5TFQzeWpQOThWOG1NM3pleXRPMjkyCjdFYnpXNm1MRE5rT1ljaTU4c0k5REtYZEc3ZmYybk9RRnZJMEdsTzhmbTkzYTMvM3dXUkREbkpLK2JuVWNGano4VUhJWVhidWxNTWsKTC9xQVZOZkFsRDRRWUJYZEZVNnpDZ0xhWkwwcllGS2JSKytVWllvZFlsRGtCNVJCWFNUUk1aZzRiSnpLejdKT3NkWVJ0NjdMZjIzbApjRmdpMHphWHFmekNZMUJyRnRocWk5dGtRUi92azMvWnpwWFJFT2RiYURpWGRNMWpVYThsZGhIbGJCTXRjWkpsdlZkNytYODA3VlVWCjlUS0lGemNHUGNBK0pnWHliTnQ5VnZ3QkJXYS9mSEhpRGF3QUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGt0TURrdE1qRlUKTWpNNk1qUTZNVFFyTURnNk1EQ0FkencrQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTVMVEE1TFRJeFZESXpPakkwT2pFMApLekE0T2pBdzhTcUVnZ0FBQUJsMFJWaDBVMjltZEhkaGNtVUFRV1J2WW1VZ1NXMWhaMlZTWldGa2VYSEpaVHdBQUFBQVNVVk9SSzVDCllJST0iIC8+Cjwvc3ZnPgo=");
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-animation: arrowFlash 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate;
    animation: arrowFlash 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite backwards alternate;
}

.arrow-flash.black {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1561441283705' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9606' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C/style%3E%3C/defs%3E%3Cpath d='M64.003072 652.782592 64.003072 448.458752 512.033792 691.720192l448.0256-243.262464L960.059392 652.782592 512.033792 896.116736 64.003072 652.782592zM64.003072 273.275904 64.003072 137.844736 512.033792 396.959744l448.0256-259.115008 0 135.432192L512.033792 516.54656 64.003072 273.275904z' p-id='9607' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
}

@-webkit-keyframes arrowFlash {
    0% {
        opacity: 0.3;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes arrowFlash {
    0% {
        opacity: 0.3;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.tbox {
    text-align: center;
}

.tbox_wrap {
    display: inline-block;
    min-width: 400px;
    margin: 0 auto;
    line-height: 1;
}

.tbox_menu {
    text-align: center;
    padding: 40px 0 0 0;
}

.tbox_menu a {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 6px 40px;
    margin-right: 20px;
}

.tbox_menu a.on {
    background: #cf0021;
    border: 1px solid #cf0021;
    color: #fff;
}

.tbox_tit {
    font-size: 36px;
    color: #cf0021;
}

.tbox_titen {
    font-size: 16px;
    color: #a1a1a1;
    position: relative;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.tbox_linebottom {
    border-top: 1px solid #b6adad;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.tbox_titen::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 4px;
    width: 100%;
    max-width: 70px;
    background: #cf0021;
    transform: translate(-50%, 0);
    z-index: 1;
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
}
.wrap2 {
    max-width: 1200px;
    margin: 0 auto;
}
.page_section .wrap {
    padding: 6% 0 0 0;
}

.boxinfo {
    padding: 30px 10px 0 10px;
}

#about_section .boxinfo {
    color: #5b5757;
    min-height: 200px;
    margin: 50px auto;
}

.amore {
    text-align: center;
}

.amore a {
    display: inline-block;
    padding: 7px 40px;
    border: 1px solid #777777;
    transition: all 0.3s;
}

.amore a:hover {
    /* border:1px solid #cf0021; */
    background: #cf0021;
    color: #fff;
}

.itembox_wrap {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 40px 0;
}

#service_section .itembox {
    flex: 1;
    margin-right: 40px;
    background: linear-gradient(60deg, #40a372, #6bdaa4);
    height: 330px;
    text-align: center;
    color: #ffffff;
    padding: 60px 15px 0 15px;

}

#service_section .icon span {
    font-size: 40px;
    color: #fff;
}

#service_section .itembox:nth-last-of-type(2) {
    background: linear-gradient(60deg, #3557fe, #6980ff);
}

#service_section .itembox:nth-last-of-type(3) {
    background: linear-gradient(60deg, #7338fe, #a72df6);
}

#service_section .itembox:nth-last-of-type(4) {
    background: linear-gradient(60deg, #e92463, #e84760);
}

#service_section .itembox .t {
    margin: 40px 0 20px 0;
}

#service_section .itembox .i {
    font-size: 14px;
}

#service_section .itembox_wrap .itembox:last-of-type {
    margin-right: 0;
}

#service_section .itembox:hover {
    box-shadow: 1px 1px 10px 0px #3e3e3e;
}


#case_section .swiper-container.items {
    margin: 40px 0 80px 0;
}

#case_section .swiper-container.items .swiper-slide {
    position: relative;
    /* margin: 0 30px; */
    border-bottom: 2px solid #cf0021;
    cursor: pointer;
}

#case_section .swiper-container.items .swiper-slide img {
    width: 100%;
    height: auto;
}

#case_section .swiper-container.items .swiper-slide .shade {
    position: absolute;
    width: 100%;
    bottom: 100px;
    top: 0;
    transform: translate(0, -150%);
    background: Black;
    opacity: 0.7;
    transition: all .3s ease-in-out 0s;
    z-index: 10;
}

#case_section .swiper-container.items .swiper-slide .shade u {
    display: block;
    margin: 0 auto;
    margin-top: 26%;
    width: 44px;
    height: 44px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUyQUE1NUIzREExRjExRTk5MUI4QTBDNDkyMDQ4REJCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUyQUE1NUI0REExRjExRTk5MUI4QTBDNDkyMDQ4REJCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTJBQTU1QjFEQTFGMTFFOTkxQjhBMEM0OTIwNDhEQkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTJBQTU1QjJEQTFGMTFFOTkxQjhBMEM0OTIwNDhEQkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7B+/ZMAAAD4ElEQVR42uya30sUURTHZ0cogopaq5cyotYsl8rKlwzJfJMsfCkNTcvXtufefCmIMsI/Ict8KIPwD1Bjgx4qNIPC0NBcsbJfkj5o5Pa98r12mGzX3ZnRmaELH+7Ozuy95zv3zuy955xQMpk0HCw5oAgcBftBAcgDuWAtr5kCX8AoGACvwBPQB345ZUjIAWEhUAoaQBUIZ9nOV/AItII4SK6UsFXgPLgMdorvE6ALPOeIDIPPYJrGqpHbBHZwRItBOdgm2hgCN8BtMJuVdUpYhqib0QhGk3/KCLgKolm0p4myjRHR7ij7CmXaXqadR0BcdNwPakCODUFWTLbZL/qJs29XhJ0Gk+xoIts7mcXMmGCfk7TBMWHqDjaLu9cBcl0UZCUMHoj+m2mTLWFqirWxwVkQW0ZBVmK0QZV76aZ/uqnQyoamQMUKitJU0BZV7qR6FFI1co0NTIMSD4jSlNCmJG3MSNgZ/nAGnPSQKE0lbVOleqnCIuLtd8mDouQzp9+WkXTC1Jzt5g8eeliUpoO2dlufN+uFtbzwA1+zXhcWpq2q1P1L2BqQ4EUNPhClqafNY9Twl7CYWCaFfCQsJJZfMaswdXKQJ8/6SJSmhrYP6UHRJ46JVbrpQ2HK5mFqUFoMk7uXetZtYM7wX5mj7Qta1LCpHfBHsBlEwWuXOk+KHbcbZS9tV5vaLUrYPnzo5843z8W76rYwvfNWu/kDaiqW8csuw/+lh3WZEnaIB88CIKyP9UElLMKDtwEQNsA6Ygrv0FAAhGkNW026wlSZCICw76zXq7eik28ru95XuzYoX+eM8kWaRkCLSV/6/PA54TJPQSbXZFvWsf5h8p/a4MrD72WDFJbgwa4ACNMaEkrYIA92B0BYAetBJayXB8UBEFbEutcU66vyAAjT697HetvyiX/UheCNT1f3e2j7/LbFZIedPFnr4t0MGe5uWepYd85rsrgGhoPiGljMmVPlQ2FVVmeOKeZ/Cz83uTxl3JjiTfzcsvAsWxymY1R+zkejVZfOYSovGveJi3sjbU3p4rYGJTp8IEyHcHvSBSUU+SKMFPOwqIsijJS/1MBftQj8VXpQ1AkR+Kv5H6oVz9tdDwfX27INrut0iHYPpkO020mHkMuVmyKB5P4y/xWE2acut5xIYFnplKMLbqYcBT5JTHbcKOLVOmB4BRTaEFTINmRaX4J9ZbzjsJOIuZpZpdZEzPege5FETO3mWywR8zjYLtp4B64z23RmuTNMpW+ylNmmpwx7qbOdzCqN242sOiFMFpXsfBgcUcE3er7yKFaN1E+O3DcwzgjPS/AUvDAcTHb+LcAAyoV1H2cueDsAAAAASUVORK5CYII=") no-repeat left top/100% 100%;
}

#case_section .swiper-container.items .swiper-slide p {
    position: absolute;
    margin: 10px 20px;
    color: #999;
    line-height: 26px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 10;
}

#case_section .swiper-container.items .swiper-slide p strong {
    color: #222;
    font-weight: normal;
    transition: all .3s ease-in-out 0s;
    font-size: 16px;
}

#case_section .swiper-container.items .swiper-slide .bg {
    height: 100px;
    background-color: #fff;
    opacity: 0.5;
    transition: all .3s ease-in-out 0s;
    position: relative;
}

#case_section .swiper-container.items .swiper-slide .bg u {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 150px;
    background-color: #cf0021;
    transition: all .3s ease-in-out 0s;
}

#case_section .swiper-container.items .swiper-slide:hover .shade {
    margin-top: 0px;
    transform: translate(0);
    transition: all .3s ease-in-out 0s;
}

#case_section .swiper-container.items .swiper-slide:hover .bg {
    opacity: 1;
    transition: all .3s ease-in-out 0s;
}

#case_section .swiper-container.items .swiper-slide:hover .bg u {
    margin-top: 0px;
    transition: all .3s ease-in-out 0s;
}

#case_section .swiper-container.items .swiper-slide:hover p {
    color: White;
    transition: all .3s ease-in-out 0s;
}

#case_section .swiper-container.items .swiper-slide:hover p strong {
    color: White;
    transition: all .3s ease-in-out 0s;
}

.copyright1 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.mapbox {
    margin: 70px 0 0 0;
    background: #e9e9e9;
}

.mapbox .boxleft {
    float: left;
    width: 70%;
    height: 400px;
}

.mapbox .boxright {
    float: left;
    width: 30%;
    padding: 40px 30px 0 30px;

}

.mapbox .boxright .li {
    margin-bottom: 20px;
}

.mapbox .boxright .li img {
    vertical-align: middle;
    margin-right: 10px;
}

.ilist {
    padding: 70px 0 50px 0;
}

.ilist .swiper-wrapper {
    display: block;
}

.ilist .item {
    width: 47%;
    margin-left: 3%;
    padding-left: 150px;
    float: left;
    position: relative;
    height: 120px;
    background: #ffffff;
    margin-bottom: 30px;
}

.ilist .item .pic {
    position: absolute;
    left: 5px;
    top: 5px;
}

.ilist .item .pic img {
    width: 120px;
    height: 110px;
}

.ilist .info {
    padding-right: 5px;
}

.ilist .tit {
    font-size: 18px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ilist .time,
.ilist .txt {
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ipartnerlist_wrap {
    margin: 100px 0 0;
    overflow: hidden;
}

.ipartnerlist {
    margin: -1px -1px 0 0;
}

.ipartnerlist .item {
    float: left;
    width: 20%;
    border: 1px dashed #e6bab7;
    border-width: 1px 1px 0px 0;
    /* margin: -1px -1px 0 0; */
    height: 122px;
    overflow: hidden;
}

.ipartnerlist .item img {
    width: 100%;
    height: 122px;
    display: block;
}

.ipartnerlist .item .pic {
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    transition: all 0.3s;
}

.ipartnerlist .item:hover .pic {
    margin-top: -122px;
    opacity: 0.9;
    z-index: 2;
}
.ipartnerlist .item .tit span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff0000;
    margin-right: 10px;
    vertical-align: middle;
}

.ipartnerlist .bg {
    display: none;
    /* transition: all 0.3s; */
    background: rgba(23, 23, 23, 0.5);
    position: absolute;
    z-index: 0;
}


#team_section .boxinfo {
    margin: 70px 0 0;
    height: 400px;
    overflow: hidden;
    background: #d6f8f1;
    position: relative;
    padding: 15px 10px;
}

#team_section .item {
    display: block;
    position: absolute;
    width: 19.8%;
    /* border: 1px solid #f8f8f8; */
    top: 0;
    left: 40%;
    transition: all 0.3s;
    overflow: hidden;
}

#team_section .item img {
    display: block;
    max-height: 160px;
}


#innerBanner {
    height: 600px;
}

.simg {
    width: 100%;
    height: 100%;
}

.case_list {
    width: 100%;
    padding: 70px 3% 70px 3%;
    height: auto;
    overflow: hidden;
    margin: auto;
    box-sizing: border-box;
}

.case_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    overflow: hidden;
}

.case_list .name span {
    font-size: 14px;
    color: #868686;
}

.case_list .thum {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.case_list li:nth-of-type(3n) {
    margin-right: 0%;
}



.case_list ul li .mob {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}

.paget {
    margin-bottom: 50px;
}

.paget .tit {
    font-size: 30px;
}



.footer {
    padding: 100px 0;
    background: #161616;
}

.ft_info {
    padding: 0 30px;
}

.footer .ft_logo {
    float: left;
}

.footer .ft_telinfo {
    float: left;
    margin-left: 100px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.footer .ft_telinfo span {
    font-size: 20px;
    border-radius: 30px;
    padding: 5px;
    background: #484848;
    margin-right: 20px;
}

.footer .ft_qr {
    float: right;
}

#debuginfo {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #222;
    color: #fff;
}

.case_list .amore a {
    border: 1px solid #f2090c;
    color: #f2090c;

}

.case_list .amore a:hover {
    color: #fff;
}

.page_list {
    padding: 70px 0 0 0;
}

.boxmenu {
    text-align: center;
    margin-bottom: 40px;
}

.boxmenu a {
    display: inline-block;
    margin: 0 10px;
    padding: 4px 15px;
    border: 1px solid #acacac;
    border-radius: 20px;
}

.boxmenu a:hover,
.boxmenu a.on {
    background: #d60404;
    border: 1px solid #d60404;
    color: #fff;
}


.newslist {
    min-height: 600px;
}

.newslist li {
    float: left;
    position: relative;
    width: 33.33%;

}

.newslist li .pic {
    overflow: hidden;
}

.newslist li .pic img {
    width: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.newslist li:hover .pic img {
    transform: scale(1.2);
}

.newslist li .itemwrap {
    margin: 20px;
    border-bottom: #dddddd solid 1px;
    padding: 20px 0;
}

.newslist .infomore {
    display: block;
    margin-top: 10px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}

.newslist .infomore s {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    width: 124px;
    height: 26px;
    background-image: url(../images/arrow-more.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

.newslist .datetime {
    font-size: 16px;
    margin: 16px 0 6px 0;
    font-weight: bold;
    color: #000;
}

.newslist .tit {
    font-size: 16px;
    font-weight: bold;
}

.newslist .tit a {
    color: #000;
}

.newslist a:hover {
    color: #ff1100;
}



.page_wh {
    padding: 70px 100px;
    position: relative;
    overflow: hidden;
}

.page_wh .page_tit {
    width: 20%;
    float: left;
    line-height: 1;
}

.page_tit .t_en {
    font-size: 60px;
    margin-bottom: 20px;
}

.page_tit .t_cn {
    font-size: 24px;
}

.page_wh .cnt {
    width: 75%;
    float: right;
}

.page_wh .item {
    width: 48%;
    float: left;
    padding-right: 60px;
    height: 190px;
}

.page_wh .item .tit {
    color: #232323;
    font-size: 20px;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
}

.page_wh .item .tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #f30909;
}

.page_wh .item .txt {
    color: #7f7f7f;
    font-size: 14px;
}

.page_gy {
    background: #1c1c1c;
    font-size: 14px;
    color: #fff;
    height: 580px;
    position: relative;
}

.page_gy .pic {
    float: left;
    width: 50%;
    background: left top/cover;
    height: 100%;
}

.page_gy .cnt {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 100px 60px 0 60px;
}

.page_gy .tit {
    font-size: 48px;
    color: #de1818;
    font-weight: bold;
}

.page_gy .tit span {
    color: #fff;
}

.page_gy .smtxt {
    font-size: 16px;
    padding: 10px 0 40px 0;
}

.page_yj {
    padding: 100px;
    overflow: hidden;
}

.page_yj .page_tit {
    width: 20%;
    float: left;
    line-height: 1;
}

.page_yj .cnt {
    width: 75%;
    float: right;
}

.page_yj .item {
    width: 48%;
    float: left;
    padding-right: 60px;
    height: 190px;
    display: table;
}

.page_yj .item .pic,
.page_yj .item .info {
    display: table-cell;
    vertical-align: middle;
}

.page_yj .item .pic {
    width: 200px;
    padding-right: 40px;
}

.page_yj .item img {
    display: block;
    transition: all 0.3s;
}

.page_yj .item .imgwrap {
    position: relative;
}

.page_yj .item .imgwrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -6px;
    bottom: -6px;
    background: #f30909;
    z-index: -1;
}

.page_yj .item .tit {
    font-size: 24px;
}

.page_td {
    background: url(../images/about/p7.jpg) no-repeat left top/cover;
    padding: 70px 0;
    color: #fff;
}

.page_td .tinfo {
    text-align: center;
    line-height: 1;
}

.page_td .tinfo .tit {
    font-size: 48px;
}

.page_td .tinfo .smtxt {
    margin: 30px 0 70px 0;
}

.page_td .arr {
    vertical-align: top;
    width: 124px;
    height: 26px;
    background-image: url(../images/arrow-more2.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

.page_td .pic {
    float: left;
    margin-left: -350px;
}

.page_td .pic img {
    max-width: 300px;
}

.page_td .cnt {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.page_td .item {
    padding-left: 350px;
}

.page_td .tit {
    font-size: 24px;
}

.page_td .smtit {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.arrows .next-btn,
.arrows .prev-btn {
    width: 30px;
    height: 55px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/arr_left.png) no-repeat left top/100% 100%;
    z-index: 1;
    outline: 0
}

.arrows .next-btn {
    left: auto;
    right: -60px;
    background: url(../images/arr_right.png) no-repeat left top/100% 100%
}

.arrows .swiper-button-disabled {
    opacity: .5 !important
}




.tbox2 .tbox_tit {
    color: #201f1e;
}

.tbox3 .tbox_tit {
    color: #fff;
}

.tbox3 .tbox_titen {
    color: #fff;
}

.lx_item {
    font-size: 18px;
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 30px;
    box-shadow: 0px 0px 10px #d2d2d2;
    height: 180px;
    text-align: center;
}

.lx_item:last-of-type {
    margin-right: 0;
}

.lx_item .tit {
    text-align: center;
    margin-bottom: 10px;
}

.lx_item .tit span {
    font-size: 28px;
    color: #f53030;
    border-radius: 30px;
    border: 1px solid #f53030;
    padding: 6px 8px;
}

.page_wyly {
    padding: 50px 0;
}

.page_wyly .boxt {
    font-size: 24px;
    color: #525252;
}

.page_wyly .t_en {
    font-size: 18px;
}

.page_wyly .t_info {
    font-size: 14px;
    padding: 10px 0 30px 0;
}

.formbox .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.formbox .form-group .ipt {
    width: 30%;
    padding: 20px;
    font-size: 20px;
    height: 50px;
    border: 1px solid #bfbfbf;
    background: 0 0
}

.formbox .form-group textarea.ipt {
    width: 100%;
    height: 150px;
    background: 0 0
}

.formbox .btn-sub {
    width: 190px;
    height: 50px;
    background: #d02127;
    color: #fff;
    border: none;
    font-size: 18px
}

.formbox .btn-sub:disabled {
    background-color: buttonface;
    color: graytext
}


#mapbox {
    height: 350px;
    margin: 50px 0 0 0;
}

.page_yxwt {}

.page_yxwt .tbox {
    margin-bottom: 50px;
}

.page_yxwt .item {
    float: left;
    width: 30%;
    margin-right: 4%;
    margin-bottom: 50px;
    position: relative;
}

.page_yxwt .item:nth-of-type(3n) {
    margin-right: 0;
}

.page_yxwt .item .tit {
    color: #f53030;
    font-size: 30px;
    border-bottom: 1px dashed #f53030;
    line-height: 1;
    padding-bottom: 5px;
}

.page_yxwt .item .boxinfo {
    background: #fff;
    border: 2px solid #212121;
    border-radius: 13px;
    padding: 15px;
    height: 120px;
    position: relative;
    margin: 30px 80px 0 0;
}

.page_yxwt .item .boxinfo::after {
    content: '';
    position: absolute;
    right: -19px;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url(../images/net/corner.png) no-repeat left top/100% 100%;
}

.page_yxwt .item .icon {
    width: 57px;
    height: 57px;
    background: url(../images/net/ic1.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 0;
}

.page_yxwt .item:nth-of-type(2) .icon {
    background-position: 0 -70px;
}

.page_yxwt .item:nth-of-type(3) .icon {
    background-position: 0 -140px;
}

.page_yxwt .item:nth-of-type(4) .icon {
    background-position: 0 -210px;
}

.page_yxwt .item:nth-of-type(5) .icon {
    background-position: 0 -280px;
}

.page_yxwt .item:nth-of-type(6) .icon {
    background-position: 0 -350px;
}

.page_yxwt .item:nth-of-type(4) .icon,
.page_yxwt .item:nth-of-type(5) .icon,
.page_yxwt .item:nth-of-type(6) .icon {
    right: auto;
    left: 0;
}

.page_yxwt .item:nth-of-type(4) .boxinfo,
.page_yxwt .item:nth-of-type(5) .boxinfo,
.page_yxwt .item:nth-of-type(6) .boxinfo {
    margin-right: auto;
    margin-left: 80px;
}

.page_yxwt .item:nth-of-type(4) .boxinfo::after,
.page_yxwt .item:nth-of-type(5) .boxinfo::after,
.page_yxwt .item:nth-of-type(6) .boxinfo::after {
    right: auto;
    left: -19px;
    background: url(../images/net/corner2.png) no-repeat left top/100% 100%;
}

.pad1 {
    padding: 70px 0;
}

.page_qwfg {
    background: #f4f4f4;
}

.page_qwfg .wrap {
    overflow: hidden;
}

.page_qwfg .itemwrap {
    margin: -1px -1px 0 0;
}

.page_qwfg .item {
    text-align: center;
    width: 25%;
    float: left;
    border: 1px solid #dfdfdf;
    border-width: 1px 1px 0px 0;
    padding: 24px;
    height: 250px;
    transition: all 0.3s;
}

.page_qwfg .txt {
    font-size: 14px;
}

.page_qwfg .item .icon span {
    font-size: 40px;
}

.page_qwfg .item:hover {
    background: #f30909;
    color: #fff;

}

.mgbottom {
    margin-bottom: 50px;
}


.page_fadg {
    background: url(../images/net/_bg1.jpg) no-repeat left top/cover;
}

.page_fadg .tbox_tit,
.page_fadg .tbox_titen {
    color: #fff;
}

.page_fadg .itemwrap {
    font-size: 0;
    color: #fff;
    margin-bottom: 50px;
}

.page_fadg .item {
    width: 16%;
    display: inline-block;
    font-size: 16px;
    max-width: 200px;
    border-right: 1px solid #7c7c7c;
    padding: 10px 0;
}

.page_fadg .item:last-of-type {
    border: none;
}

.page_fadg .icon span {
    font-size: 30px;
}

.zx_btn a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #f30909;
    padding: 5px 30px;

}

.page_xzly .item {
    background: #f9f9f9;
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    height: 250px;

}

.page_xzly .cnt {
    padding-top: 50px;
}

.page_xzly .item .info {
    padding: 60px 30px 30px 30px;
}

.page_xzly .item .tit {
    font-size: 20px;
    color: #f30909;
    text-align: center;
}

.page_xzly .item .txt {
    font-size: 14px;
}

.page_xzly .item:last-of-type {
    margin-right: 0;
}

.page_xzly .item .icon {
    position: absolute;
    right: 10px;
    top: 0px;
    transform: translateY(-50%);
}

.page_xzly .item .icon span {
    border-radius: 40px;
    padding: 15px;
    font-size: 40px;
    border: 1px solid #2b2b2b;
}

.page_xgzs {
    background: url(../images/p3_bg.png) no-repeat left top/cover;
}

.xgshow {
    width: 905px;
    height: 536px;
    margin: 0 auto;
    background: url(../images/net/_bg3.png) no-repeat left top/100% 100%;
    padding: 20px 0 0 0px;
}

#xg_slide {
    width: 736px;
    height: 422px;
    margin-left: 79px;
    border-radius: 5px;
}

#xgslide_prev {
    width: 55px;
    right: auto;
    left: 0px;
    background: url(../images/net/arr_left.png) no-repeat left top/100% 100%;
}

#xgslide_next {
    width: 55px;
    left: auto;
    right: 0px;
    background: url(../images/net/arr_right.png) no-repeat left top/100% 100%;
}

.page_xgzs .wrap {
    position: relative;
}

.page_caselist .item {
    float: left;
    width: 22%;
    margin-top: 40px;
    margin-right: 4%;
}

.page_caselist .item:nth-of-type(4n) {
    margin-right: 0;
}

.page_caselist .item img {
    border: 1px solid #d2d2d2;
    width: 100%;
}

.page_wzwt {
    background: #f4f4f4;
}

.page_wzwt ._bg {
    background: url(../images/net/_bg4.jpg) no-repeat center center/100% 100%;
    height: 563px;
    position: relative;
}

.page_wzwt .item {
    position: absolute;
    background: #fff;
}

.page_wzwt .item:nth-of-type(2n) .txt {
    background: #1e1e1e;
    color: #fff;
}

.page_wzwt .item .txt {
    position: relative;
    width: 250px;
    height: 85px;
    border: 2px solid #181818;
    padding: 15px;
    font-size: 14px;

}

.page_wzwt .item .txt:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 31px;
    right: 0;
    top: 50%;
    background: url(../images/net/arr2.png) no-repeat left top/100% 100%;
    transform: translate(100%, -50%);
}

.page_wzwt .item:nth-of-type(2n) .txt:after {
    background: url(../images/net/arr1.png) no-repeat left top/100% 100%;
}

.page_wzwt .item:nth-of-type(1) {
    left: 3%;
    top: 8.77%;
}

.page_wzwt .item:nth-of-type(2) {
    left: -9%;
    top: 43.68%;
}

.page_wzwt .item:nth-of-type(3) {
    left: -4%;
    top: 71.4%;
}

.page_wzwt .item:nth-of-type(4) {
    left: auto;
    right: 4%;
    top: 12.63%;
}

.page_wzwt .item:nth-of-type(5) {
    left: auto;
    right: -8%;
    top: 42.98%;
}

.page_wzwt .item:nth-of-type(6) {
    left: auto;
    right: 2%;
    top: 75.09%;
}

.page_wzwt .item:nth-of-type(4) .txt:after,
.page_wzwt .item:nth-of-type(5) .txt:after,
.page_wzwt .item:nth-of-type(6) .txt:after {
    right: unset;
    left: 0;
    transform: rotate(180deg) translate(0, -50%);
    transform-origin: 0 0%;
}

.page_fwnr .pic {
    float: left;
    margin-left: -500px;
    width: 420px;
}

.page_fwnr .info {
    padding-left: 500px;
}

.page_fwnr .info .tit {
    font-size: 24px;
    color: #171717;
}

.page_fwnr .info li {
    margin-bottom: 5px;
    background: url(../images/circle.png) no-repeat left 10px;
    padding-left: 15px;
}

.page_fwnr .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #f2f2f2;
    padding: 15px;
    padding-left: 130px;
    transition: all 0.5s;

}

.page_fwnr .item:hover {
    background: #d41b26;
    color: #fff;
}

.page_fwnr .item:nth-of-type(3n) {
    margin-right: 0;
}

.page_fwnr .item .tleft {
    width: 120px;
    text-align: center;
    float: left;
    margin-left: -130px;
    line-height: 1;
}

.page_fwnr .item .icon span {
    font-size: 32px;
}

.page_fwnr .item .tit {
    margin: 5px 0;
}

.page_fwnr .item .txt {
    font-size: 14px;
}

.page_fwlc {
    background: url(../images/net/p21.jpg) no-repeat left top/cover;
    color: #fff;
}

.page_fwlc li {
    margin-bottom: 50px;
    position: relative;
    padding-left: 33px;

}

.page_fwlc li .tit {
    font-size: 18px;
    font-weight: bold;
}

.page_fwlc ul {
    background: url(../images/net/line.png) left top repeat-y;
}

.page_fwlc .icon {
    background: url(../images/net/circle.png) no-repeat left top/100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateX(-50%);
}


#team_slide {
    height: 300px;
    display: none;
}

#team_slide .tit {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 5px;
    text-align: center;
}

#team_section .simg {
    background: no-repeat center top/cover;
}

#team_section .li {
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

#bd_hot {
    position: relative;
    width: 1100px;
}

#bd_hot .hot_wrap {
    height: 234px;
    position: relative;
}

#bd_hot .box {
    background: #ccc;
    color: #fff;
    overflow: hidden;
    position: absolute;
    text-align: center;
}

#bd_hot .box img {
    height: 100%;
    width: 100%;
}

#bd_hot .box a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
}

#bd_hot .box .main_title {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}

#bd_hot .box .sub_title {
    color: #ccc;
}

#bd_hot .box .tip {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0;
}



#bd_hot .box .tip p {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 0 8px;
}

#bd_hot .box p strong {
    display: block;
    padding-bottom: 5px;
}

#bd_hot .box .tp_11 {
    font-size: 16px;
}

#bd_hot .box .tp_12 {
    font-size: 18px;
}

#bd_hot .box .tp_21 {
    font-size: 18px;
}

#bd_hot .box .tp_22 {
    font-size: 22px;
}


.inner_news {
    padding: 40px 0;
}

.artshow p {
    margin-bottom: 10px;
    /* text-indent: 24px; */
}

.art-title {
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.arttime {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.nextprev {
    padding: 10px 0 30px 0;
    border-top: 1px solid #dedede;
    margin-top: 30px;
}

.info_next {
    float: right;
}

.info_prev {
    float: left;
}

.page_caseshow .casebox1 {}

.page_caseshow .casebox1 .tit {
    font-size: 24px;
    color: #1a1a1a;
}

.page_caseshow .tit span {
    color: #ee0f0f;
    font-size: 16px;
}

.page_caseshow .titf {
    margin: 10px 0 20px 0;
    font-size: 18px;
}

.page_caseshow .tinfo {
    max-width: 800px;
    ;
}

.page_caseshow .titf::before {
    content: '';
    display: inline-block;
    background: #adadad;
    height: 1px;
    width: 80px;
    margin-right: 20px;
    vertical-align: middle;
}

.page_caseshow .imgwrap {
    padding: 30px 10px;
}

.page_caseshow .info_img {
    float: left;
}

.page_caseshow .info_img img {
    box-shadow: 0 13px 29px 0 rgba(0, 0, 0, .52);
    -webkit-box-shadow: 0 13px 29px 0 rgba(0, 0, 0, .52);
}

.page_caseshow .info_img1 {
    width: 54%;
}

.page_caseshow .info_img2 {
    width: 39.67%;
    margin-top: 8.69%;
}

.casebox2 {
    border-top: 1px solid #a2a1a1;
}

.page_caseshow .mitem {
    /* background: url(../images/case/_mbg.jpg) no-repeat left top/100% 100%; */
    position: relative;
    float: left;
    margin: 2% 2% 0 0;
}

.page_caseshow .mitem .bg {
    position: absolute;
    left: 6.08%;
    top: 8.31%;
    width: 88.51%;
    height: 56.85%;
}


.casebox3 {
    background: #f3f3f3;
}

.casebox3 .wrap {
    position: relative;
    overflow: hidden;
}

.casebox3 .tit {
    font-size: 18px;
    font-weight: bold;
}

.casebox3 .tit::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/case/circle.jpg) no-repeat left top;
}

.casebox3 .tinfo {
    margin: 20px 0 50px;
}

.casebox3 .fl {
    width: 60%;
}

.casebox3 .pic {
    float: right;
    width: 40%;
}

.casebox4 .tit {
    font-size: 24px;
    color: #121212;
}
.casebox4 .tit::before {
    content: '';
    display: inline-block;
    background: #adadad;
    height: 1px;
    width: 80px;
    margin-right: 20px;
    vertical-align: middle;
}
.casebox4 .tinfo{
    margin: 20px 0 20px 100px;
}
.casebox4 .formbox .form-group .ipt {
    width: 20%;
    margin: 0 5%;
}

.zx_tel{
    display: none;
}
.zx_tel a{
        display: block;
        height: 50px;
        background: #d02127;
        color: #fff;
        border: none;
        font-size: 18px;
        margin: 15px;
        line-height: 50px;
        text-align: center;
    }
