

/*全局样式*/


/*@font-face {
  font-family: "SourceHanSansSC-Light";
  src: url("/en/static/frontend/css/font/SourceHanSansSC-Light.otf");
}
@font-face {
  font-family: "SourceHanSansSC-Medium";
  src: url("/en/static/frontend/css/font/SourceHanSansSC-Medium.otf");
}*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    transition: all;
    -o-transition: all;
    -ms-transition: all;
    -moz-transition: all;
    -webkit-transition: all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    transition: 0.3s;
}

body,
html {
    font-family: arial;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin: 0 auto;
    color: #333;
    max-width: 2560px;
}

p,
li,
ul,
li,
h1,
h2,
h3,
h4,
h5,
img,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    background: none;
    font-weight: normal;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

h1,
h2,
h3,
h4,
h5 {
    line-height: normal;
}

i,
em {
    font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.imgZoom img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.en {
    font-family: arial;
}

.l {
    float: left;
}

.r {
    float: right;
}

.wrap {
    width: 81.25%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


/*全站通用样式*/

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.ac {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

*[class*="icon0"] {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}


/*头部样式*/

.pageheader {
    width: 100%;
    z-index: 200;
    position: fixed;
    top: 0;
}

.logo {
    padding: 20px 0;
    width: 160px;
}

.logo a {
    display: block;
    height: 70px;
}

.nav {
    position: absolute;
    left: 50%;
    margin-left: -308px;
    z-index: 12;
    top: 0;
}

.nav>ul>li {
    position: relative;
    float: left;
}

.nav>ul>li>a {
    display: block;
    margin: 0 28px;
    line-height: 110px;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.nav>ul>li>a:link,
.nav>ul>li>a:visited {
    color: #fff;
}

.nav>ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 0;
    background-color: #de4b1e;
    transition: 0.5s;
}

.nav ._lev2 ul {
    padding: 20px 0;
}

.nav ._lev2 {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 160px;
    display: none;
    background: #fff;
    transform: translate(-50%, 0);
    padding: 0 10px;
    box-shadow: 0 0 10px #eee;
}

.nav ._lev2 a {
    align-items: flex-start;
    line-height: 1.4;
    /* text-align: center; */
}

.nav>ul>li:nth-child(3) ._lev2 li {
    justify-content: flex-start;
}

.nav ._lev2 a span {
    padding-right: 10px;
}

.nav>ul>li.cur01>a,
.nav>ul>li>a:hover {
    color: #de4b1e;
}

.nav>ul>li>a:hover:after {
    width: 100%;
}

.nav ._lev2 ul li {
    width: 100%;
    align-items: center;
    padding: 9px 0;
    justify-content: left;
}

.tubiao {
    position: relative;
    margin-right: 10px;
}

.tubiao img {
    height: 22px;
}

.tubiao .tb-h {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.nav ._lev2 ul li .tubiao .tb {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.nav ._lev2 ul li:hover a,
.nav ._lev2 ul li.cur04 a {
    color: #de4b1e;
}

.nav ._lev2 ul li:hover .tubiao .tb,
.nav ._lev2 ul li.cur04 .tubiao .tb {
    visibility: hidden;
    opacity: 0;
}

.nav ._lev2 ul li:hover .tubiao .tb-h,
.nav ._lev2 ul li.cur04 .tubiao .tb-h {
    visibility: visible;
    opacity: 1;
}

.nav>ul>li:nth-child(2) ._lev2 {
    min-width: 650px;
    padding: 8px 40px;
}

.nav>ul>li:nth-child(2) ._lev2 ul li {
    width: 33.33333%;
    float: left;
    padding-left: 4%;
    justify-content: flex-start;
}

.m_nav,
.m_img {
    display: none;
}

.top_right {
    width: auto;
    align-items: center;
    height: 110px;
}

.top_right>a {
    width: 98px;
    height: 32px;
    border: solid 1px #fff;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-right: 24px;
    transition: 0.5s;
}

.top_right>a:hover {
    background-color: #de4b1e;
    border: solid 1px #de4b1e;
}

.language {
    align-items: center;
    font-family: arial;
}

.yuyan a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: normal;
}

.yuyan a:hover {
    color: #ddd;
}

.logo,
.nav>ul>li>a,
.top_right,
.tophide .logo,
.tophide .nav>ul>li>a,
.tophide .top_right {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.tophide-1 {
    background-color: rgba(255, 255, 255, 0.98);
}

.tophide-1 .logo {
    padding: 15px 0;
    width: 160px;
}

.tophide-1 .logo a {
    height: 70px;
}

.tophide-1 .top_right {
    height: 110px;
}

.tophide-1 .nav>ul>li>a {
    line-height: 110px;
    color: #333;
}

.tophide-1 .nav>ul>li>a:hover {
    color: #de4b1e;
}

.tophide-1 .top_right>a {
    color: #de4b1e;
    border: solid 1px #de4b1e;
}

.tophide-1 .top_right>a:hover {
    color: #fff;
}

.icon02 {
    width: 30px;
    height: 30px;
    background-image: url(../image/yy.png);
    background-size: 30px;
    margin-right: 5px;
}

.tophide-1 .icon02 {
    background-image: url(../image/yy-h.png);
}

.tophide-1 .yuyan a {
    color: #6c6c6c;
}

.tophide-1 .lg {
    display: none;
}

.tophide-1 .lg01 {
    display: block;
}

.tophide {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 10px #eee;
}

.tophide .logo {
    padding: 15px 0;
    width: 136px;
}

.tophide .logo a {
    height: 60px;
}

.tophide .top_right {
    height: 90px;
}

.tophide .nav>ul>li>a {
    line-height: 90px;
    color: #333;
}

.tophide .nav>ul>li>a:hover {
    color: #de4b1e;
}

.tophide .top_right>a {
    color: #de4b1e;
    border: solid 1px #de4b1e;
}

.tophide .top_right>a:hover {
    color: #fff;
}

.icon02 {
    width: 30px;
    height: 30px;
    background-image: url(../image/yy.png);
    background-size: 30px;
    margin-right: 5px;
}

.tophide .icon02 {
    background-image: url(../image/yy-h.png);
}

.tophide .yuyan a {
    color: #6c6c6c;
}

.lg01 {
    display: none;
}

.tophide .lg {
    display: none;
}

.tophide .lg01 {
    display: block;
}


/*广告样式*/

.sec_banner {
    position: relative;
}

.index-banner {
    position: relative;
    overflow: hidden;
}

.anniu {
    top: 50%;
    width: 30%;
    position: absolute;
    right: 9.375%;
    margin-top: -9.5px;
    display: none;
}

.banner-button-next {
    background-image: url(../image/jt01.png);
    right: 0;
}

.banner-button-prev {
    background-image: url(../image/jt02.png);
    right: 80px;
    left: inherit;
}

.banner-button-next,
.banner-button-prev {
    width: 12px;
    height: 19px;
    background-size: 12px 19px;
    margin-top: 0;
}

.overlady {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.index-banner .slide-img {
    position: relative;
    z-index: 8;
}

.banner-text {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 9.375%;
    color: #fff;
    z-index: 12;
}

.banner-text .t1 {
    font-size: 48px;
}

.banner-text .t2 {
    font-size: 18px;
    margin: 20px 0 70px 0;
}

.more {
    line-height: 56px;
    width: 175px;
    height: 56px;
    color: #fff;
    position: relative;
    z-index: 11;
    background-color: #de4b1e;
    text-align: center;
    display: block;
}

.banner_list .swiper-slide .banner-text .t1,
.banner_list .swiper-slide .banner-text .t2,
.banner_list .swiper-slide .banner-text a {
    position: relative;
    top: 50px;
    visibility: hidden;
    opacity: 0;
}

.banner_list .swiper-slide-active .banner-text .t1,
.banner_list .swiper-slide-active .banner-text .t2,
.banner_list .swiper-slide-active .banner-text a {
    top: 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .6s ease 1s;
    -moz-transition: all .6s ease 1s;
    -ms-transition: all .6s ease 1s;
    -o-transition: all .6s ease 1s;
    transition: all .6s ease 1s;
}

.banner_list .swiper-slide-active .banner-text .t1 {
    transition-delay: 0.2s;
}

.banner_list .swiper-slide-active .banner-text .t2 {
    transition-delay: 0.4s;
}

.banner_list .swiper-slide-active .banner-text a {
    transition-delay: 0.6s;
}

.banner_list.start .swiper-slide-active .banner-text .t1 {
    transition-delay: 1s;
}

.banner_list.start .swiper-slide-active .banner-text .t2 {
    transition-delay: 1.2s;
}

.banner_list.start .swiper-slide-active .banner-text a {
    transition-delay: 1.4s;
}

.more:hover {
    color: #fff;
    background-color: #c2360b;
}

.play {
    align-items: center;
    position: absolute;
    z-index: 12;
    right: 20%;
    top: 50%;
    cursor: pointer;
    margin-top: -41px;
}

.play p {
    color: #fff;
    font-family: arial;
    padding-left: 20px;
}

.partner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 50px 0;
    left: 0;
    bottom: 0;
    z-index: 12;
}

.partner .swiper-container {
    padding: 5px 0;
}

.partner .swiper-slide {
    text-align: center;
}

.partner .swiper-slide img,
.sthz-list .swiper-slide img,
.cptx-list dl dt img {
    transition: 0.5s;
}

.partner .swiper-slide img:hover,
.sthz-list .swiper-slide img:hover,
.cptx-list dl:hover dt img {
    transform: translateY(-5px);
}

.video img {
    visibility: hidden;
}

#video {
    top: 0;
    left: 0;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}


/*最大价值*/

.pagevalue {
    padding: 80px 0 50px 0;
}

.index-title {
    text-align: center;
}

.index-title h2 {
    font-size: 46px;
    color: #000;
}

.index-title p {
    width: 70%;
    margin: 0 auto;
    padding: 24px 0 12px 0;
    font-size: 18px;
}

.value-list {
    position: relative;
    padding: 28px 0 0 0;
}

.value-list .swiper-slide dl {
    text-align: center;
    width: 25%;
    display: inline-table;
    padding: 20px 2.5%;
}

.value-list .swiper-slide dl .v-t {
    font-size: 20px;
    padding: 20px 0 6px 0;
    font-weight: bold;
}

.value-list .swiper-slide dl dd {
    font-family: "SourceHanSansSC-Light";
}

.value-button-next,
.value-button-prev,
.history-button-next,
.history-button-prev {
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
    margin-top: -16px;
}

.value-button-next,
.history-button-next {
    background-image: url(../image/jt04.png);
    right: -2%;
}

.value-button-prev,
.history-button-prev {
    background-image: url(../image/jt03.png);
    left: -2%;
}

.value-list .swiper-slide dl dt img {
    transition: 0.5s;
}

.value-list .swiper-slide dl:hover dt img {
    transform: translateY(-5px);
}

.value-list .swiper-slide dl:hover dt {
    color: #fe6d2e;
}


/*服务内容*/

.service-top {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.service-top .top-r {
    position: absolute;
    bottom: -1px;
    height: 80%;
    width: 32%;
    background-color: rgba(255, 255, 255, 0.95);
    right: 9.375%;
    padding: 80px 70px;
}

.service-top .top-r h3,
.service-bot .bot-l h3 {
    font-size: 32px;
    line-height: 1.5;
}

.service-top .top-r p,
.service-bot .bot-l p {
    font-size: 18px;
    margin: 20px 0 60px 0;
    text-align: justify;
    line-height: 2;
}

.more-1 {
    line-height: 54px;
    width: 160px;
    height: 54px;
    color: #de4b1e;
    position: relative;
    z-index: 11;
    text-align: center;
    display: block;
    border: solid 1px #de4b1e;
    font-family: arial;
}

.more-1:before {
    background-color: #de4b1e;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: 0.3s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.more-1:hover::before {
    transform: scaleX(1);
}

.more-1:hover {
    color: #fff;
}

.service-bot {
    align-items: center;
    margin-bottom: 60px;
}

.service-bot .bot-l {
    width: 34%;
}

.service-bot .bot-r {
    width: 52%;
    margin-left: 12%;
}


/*新闻动态*/

.new-title {
    align-items: center;
    margin-bottom: 50px;
}

.new-title h2 {
    font-size: 46px;
}

.pagenews {
    padding: 20px 0 90px 0;
    position: relative;
    width: 100%;
}

.index-news>ul {
    width: 102%;
}

.index-news>ul>li {
    float: left;
    width: 48%;
    margin-right: 2%;
    background-color: #f8f8f8;
}

.index-news>ul>li a {
    align-items: center;
    width: 100%;
}

.index-news>ul>li a .news-l {
    width: 50%;
    padding: 50px 50px;
}

.index-news>ul>li a .news-r {
    width: 50%;
    overflow: hidden;
}

.index-news>ul>li a .news-r img {
    width: 100%;
}

.news-l>time {
    font-family: arial;
    color: #666;
}

.news-l>h2 {
    font-size: 20px;
    color: #000;
    margin-top: 12px;
    overflow: hidden;
    height: 54px;
}

.news-l>p {
    margin: 20px 0 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
    font-family: "SourceHanSansSC-Light";
}

.news-l>span {
    display: inline-block;
    color: #de4b1e;
    border-bottom: solid 2px #de4b1e;
    padding-bottom: 6px;
}

.index-news>ul>li:hover a .news-l>h2 {
    color: #de4b1e;
}


/*内页样式*/

.ab_banner {
    width: 81.25%;
    position: absolute;
    left: 9.375%;
    right: 0;
    top: 37%;
    color: #fff;
}

.ab_banner .ab_title {
    font-size: 48px;
    margin-bottom: 28px;
    width: 35%;
}

.ab_banner p {
    font-size: 20px;
    width: 33%;
}


/*产品页面*/

.subcpjz,
.subhxjz,
.subzhbg,
.subzhxz,
.subxqfk,
.subhzhb {
    padding: 132px 0 60px 0;
}

.subcptx {
    padding: 40px 0 30px 0;
}

.sub-title {
    text-align: center;
}

.sub-title h3 {
    font-size: 40px;
    color: #000;
}

.sub-title p {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 12px 0;
    font-size: 18px;
}

.subcpjz {
    background: url(../image/cp-bj.jpg)no-repeat top center;
    background-size: cover;
}

.cpjz-pic {
    text-align: center;
    padding-top: 40px;
}

.submenu,
.submenu-1 {
    height: 84px;
    background-color: #fff;
    position: absolute;
    width: 81.25%;
    left: 9.375%;
    bottom: -42px;
    padding: 0 5%;
    box-shadow: 4px 6.928px 10px 3px rgb( 0, 0, 0, 0.08);
}

.submenu .swiper-slide,
.submenu-1 .swiper-slide {
    text-align: center;
}

.submenu .swiper-slide a:hover,
.submenu .swiper-slide.cur03 a,
.submenu-1 .swiper-slide a:hover,
.submenu-1 .swiper-slide.cur03 a {
    color: #de4b1e;
}

.submenu .swiper-slide a,
.submenu-1 .swiper-slide a {
    display: block;
    position: relative;
    font-size: 20px;
}

.submenu .swiper-slide a:after,
.submenu-1 .swiper-slide a:after {
    content: '';
    display: block;
    right: -10px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #d6d6d6;
    position: absolute;
}

.submenu-1 .swiper-wrapper {
    justify-content: center;
}

.submenu-1 .swiper-slide {
    width: auto;
    padding: 0 50px;
    display: inline-block;
}

.submenu-1 .swiper-slide a:after {
    right: -50px;
}

.submenu-1 .swiper-slide:last-child a:after {
    display: none;
}

.menu-button-next,
.menu-button-prev {
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
    margin-top: -10px;
}

.menu-button-next {
    background-image: url(../image/jt06-r.png);
    right: 3%;
}

.menu-button-prev {
    background-image: url(../image/jt06.png);
    left: 3%;
}

.menu-button-next:hover {
    background-image: url(../image/jt06-rh.png);
    right: 3%;
}

.menu-button-prev:hover {
    background-image: url(../image/jt06-h.png);
    left: 3%;
}

.subcpgn .sub-title {
    padding-bottom: 60px;
}

.subcpgn .service-top .top-r,
.subzhxz-one .service-top .top-r {
    width: 28%;
    padding: 62px 70px;
    height: 86%;
}

.subcpgn .service-top .top-r>h3,
.subcpgn .service-bot .bot-l>h3 {
    color: #de4b1e;
}

.subcpgn .service-top .top-r>p,
.subcpgn .service-bot .bot-l>p {
    font-size: 22px;
    margin: 12px 0 24px 0;
    line-height: 1.6;
}

.subcpgn .service-bot .bot-l>p {
    margin: 0 0 24px 0;
}

.subcpgn .service-bot .bot-l {
    margin-left: 9.375%;
    width: 28.625%;
}

.subcpgn .service-bot .bot-r {
    width: 50%;
}


/*左右h3下边距*/

.zhbg-one-l>h3,
.zhbg-two-r>h3,
.zhbg-three-l>h3,
.zhxz-one-l>h3 {
    margin-bottom: 32px;
}

.subcpgn .service-bot .bot-l>h3 {
    margin-bottom: 12px;
}

.gn-list dl dd {
    padding-left: 20px;
    background: url(../image/loicon.png)no-repeat left 8px;
    padding-bottom: 12px;
    text-align: justify;
}

.gn-icon {
    margin-top: 20px;
}


/*服务分类*/

.index-service {
    padding: 50px 0 40px 0;
}

.index-service .swiper-slide {
    justify-content: center;
    width: auto;
}

.index-service .swiper-slide a {
    position: relative;
    align-items: center;
}

.tubiao-1 {
    margin-right: 8px;
}

.index-service .swiper-slide a span {
    color: #666;
}

.index-service .swiper-slide .tb-h {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.index-service .swiper-slide .tb {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.index-service .swiper-slide:hover .tubiao-1 .tb,
.index-service .swiper-slide-thumb-active .tubiao-1 .tb {
    visibility: hidden;
    opacity: 0;
}

.index-service .swiper-slide:hover .tubiao-1 .tb-h,
.index-service .swiper-slide-thumb-active .tubiao-1 .tb-h {
    visibility: visible;
    opacity: 1;
}

.index-service .swiper-slide:hover a span,
.index-service .swiper-slide-thumb-active a span {
    color: #de4b1e;
}

.service_list .swiper-slide {
    width: 70%;
    height: auto;
    margin-left: -4%;
}

.service_list .swiper-slide a {
    align-items: center;
    position: relative;
}

.service_list .swiper-slide-prev {
    justify-content: flex-end;
}

.service_list .swiper-slide .apply_title {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.service_list .swiper-slide-active .apply_title {
    opacity: 1;
    visibility: visible;
}

.service_pic {
    width: 84%;
    position: relative;
    z-index: 10;
}

.service_pic img {
    position: relative;
    z-index: 8;
}

.service_list .swiper-slide-prev .service_pic:after {
    content: '';
    width: 10%;
    height: 100%;
    z-index: 12;
    background-color: #de4b1e;
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
}

.apply_title {
    width: 44%;
    color: #333;
    position: absolute;
    left: -1px;
    z-index: 12;
    background-color: #fff;
    padding: 70px 40px 70px 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.apply_title h2 {
    font-size: 28px;
    color: #000;
}

.apply_title p {
    overflow: hidden;
    margin: 20px 0;
    color: #666;
    text-align: justify;
}

.apply_title h2,
.apply_title p {
    padding-right: 40px;
}

.icon011 {
    width: 25px;
    height: 25px;
    background-image: url(../image/jt09.png);
    background-size: 25px;
    float: right;
}


/*服务内容*/

.service-button-next {
    background-image: url(../image/jt14.png);
    right: 9.375%;
}

.service-button-prev {
    background-image: url(../image/jt13.png);
    left: 2%;
    margin-left: -12px;
}

.service-button-next,
.service-button-prev {
    width: 36px;
    height: 53px;
    background-size: 36px 53px;
    margin-top: -26px;
}


/*产品核心价值*/

.cptx-list {
    width: 104%;
}

.cptx-list dl {
    float: left;
    width: 21%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 60px;
}

.cptx-list dl dd h3 {
    font-size: 20px;
    margin: 6px 0 12px 0;
}

.cptx-list dl dd p {
    color: #666;
    font-family: "SourceHanSansSC-Light";
}

.znyj-list,
.cptx-list {
    margin-top: 60px;
}

.znyj-list .list-l a,
.znyj-list .list-c a {
    position: relative;
    display: block;
    cursor: default;
}

.znyj-list .list-c a {
    height: 100%;
}

.znyj-list .list-l {
    width: 29.3%;
}

.znyj-over {
    position: absolute;
    height: 100%;
    background-color: rgba(222, 75, 30, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    align-items: center;
    justify-content: space-around;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.znyj-over .over {
    color: #fff;
    padding: 30px 30px;
    text-align: center;
}

.znyj-over .over h2 {
    font-size: 28px;
}

.znyj-over .over span {
    display: block;
    width: 38px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 20px auto;
}

.znyj-over::before,
.znyj-over::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s
}

.znyj-over::before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-top: 1px solid rgba(229, 229, 229, 0.25);
    border-bottom: 1px solid rgba(229, 229, 229, 0.25);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.znyj-over::after {
    top: 45px;
    right: 30px;
    bottom: 45px;
    left: 30px;
    border-right: 1px solid rgba(229, 229, 229, 0.25);
    border-left: 1px solid rgba(229, 229, 229, 0.25);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.znyj-list .list-l a:hover .znyj-over::before,
.znyj-list .list-l a:hover .znyj-over::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.znyj-list .list-l a:hover .znyj-over {
    opacity: 1;
    visibility: visible;
}

.znyj-list .list-l .l-t .main {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    top: 50px;
}

.znyj-list .list-l .l-t .main h2 {
    font-size: 26px;
    width: 46%;
    line-height: 1.1;
}

.znyj-list .list-l .l-t .main p {
    font-family: arial;
    padding-right: 56%;
    line-height: 1.4;
    margin-top: 20px;
}

.znyj-list .list-r .l-t .main p {
    padding-left: 56%;
    padding-right: 0;
}

.znyj-list .list-c {
    width: 41.4%;
    position: relative;
    background-color: #f6f6f6;
}

.znyj-list .list-c .main {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50px;
    text-align: center;
    z-index: 12;
    transition: 0.5s;
}

.znyj-list .list-c .main h2 {
    font-size: 26px;
    margin-bottom: 4px;
}

.znyj-list .list-c .main p {
    font-family: arial;
}

.znyj-list .list-c .c-pic {
    position: relative;
    z-index: 10;
}

.znyj-list .list-c .c-pic img {}

.znyj-list .list-c a:hover .main {
    transform: translateY(-5px);
}


/*智慧办公*/

.subzhbg-one {
    background: url(../image/jj-bj.jpg)no-repeat center center;
    background-size: cover;
}

.subzhbg-one {
    padding: 90px 0;
}

.zhbg-one {
    align-items: center;
}

.zhbg-one-l {
    width: 50%;
    padding: 0 7%;
}

.zhbg-one-l>h3,
.zhbg-two-r>h3,
.zhbg-three-l>h3,
.zhxz-one-l>h3 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.zhbg-one-l .more-1,
.zhbg-two-r .more-1,
.zhbg-three-l .more-1,
.zhxz-one-l .more-1 {
    margin-top: 40px;
}

.zh-list {
    margin-top: 12px;
}

.zh-list dl {
    width: 106%;
}

.zh-list dl dd {
    color: #de4b1e;
    width: auto;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    float: left;
    text-align: justify;
    margin-right: 6%;
    line-height: 1.4;
}

.zh-list dl dd:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #de4b1e;
}

.zhbg-one-r {
    width: 50%;
    overflow: hidden;
}

.zhbg-two-l {
    width: 56%;
    overflow: hidden;
}

.zhbg-two-r {
    width: 44%;
    padding-left: 5%;
}

.zhbg-two-r>h3,
.zhbg-two-r .gn-list,
.zhbg-two-r .zh-list {
    padding-right: 23.375%;
}

.js-list {
    padding-top: 60px;
}

.js-list ul {
    width: 105.33333%;
}

.js-list ul li {
    float: left;
    width: 28%;
    margin-right: 5.33333%;
}

.subzhbg-three {
    position: relative;
}

.zngw-l {
    width: 56%;
    background-color: #f5f7fb;
}

.zngw-r {
    width: 44%;
    overflow: hidden;
    padding-bottom: 90px;
}

.zhbg-three {
    position: absolute;
    width: 81.25%;
    left: 9.375%;
    top: 90px;
}

.zhbg-three-l {
    width: 50%;
    padding: 0 7%;
}

.zhbg-three-r {
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: flex-end;
}

.zhbg-three-r .t-list ul li {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.subzhbg-firth {
    padding: 90px 0;
}

.subzhbg-firth .more-1 {
    margin-bottom: 80px;
}


/*智慧行政*/

.subzhxz {
    background: url(../image/xz-bj.jpg)no-repeat center center;
}

.app-list ul {
    width: 104%;
}

.app-list ul li {
    width: 29.33333%;
    float: left;
    margin-right: 4%;
}

.app-list ul li .pic {
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    padding: 40px 40px;
}

.app-list ul li .main {
    line-height: normal;
    padding: 12px 0;
    background-color: #fff;
    min-height: 164px;
}

.app-list ul li .main span {
    font-size: 58px;
    color: #de4b1e;
    font-weight: bold;
    font-family: arial;
}

.app-list ul li .main p {
    width: 82%;
    line-height: 2;
}

.app-list .more-1 {
    margin: 0 auto;
    margin-top: 40px;
}

.df-app {
    padding: 40px 0 90px 0;
    border-bottom: solid 1px #eee;
}

.df-title {
    text-align: center;
    padding-bottom: 40px;
}

.df-title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.df-title p {
    color: #bee7ff;
    padding: 20px 0 12px 0;
}

.subzhxz-one {
    padding-top: 30px;
}

.zhxz-one-l {
    width: 52%;
    padding-right: 9%;
}

.zhxz-one-l .gn-list dl dd {
    background: none;
    padding-left: 0;
    line-height: 1.4;
}

.zhxz-one-l .zh-list dl dd {
    width: 33.33333%;
}

.zhxz-one-r {
    width: 48%;
    overflow: hidden;
}

.subzhxz-one .service-top {
    margin: 90px 0 90px 0;
}

.subzhxz-one .service-top .top-r p {
    margin-bottom: 0;
}

.subzhxz-one .more-1 {
    margin-top: 20px;
}

.subzhxz-two {
    background: url(../image/xy03.jpg)no-repeat center bottom;
}

.xz-title .main {
    align-items: center;
    margin-bottom: 12px;
}

.xz-title h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.xz-title p {
    width: 85%;
}

.xz-infor {
    align-items: center;
    padding: 72px 0;
}

.xz-infor .infor-l,
.xz-infor .infor-r {
    width: 49%;
    position: relative;
    overflow: hidden;
}

.xz-infor .infor-l {
    margin-right: 1%;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
}

.xz-infor .infor-l .con i {
    margin-bottom: 20px;
    display: block;
}

.xz-infor .infor-r {
    margin-left: 1%;
}

.xz-infor .con {
    position: absolute;
    left: 5%;
    font-size: 18px;
    transform: translateY(-50%);
    top: 50%;
}

.xz-infor .con p {
    width: 40%;
    text-align: justify;
}

.xz-infor .infor-r .con p {
    color: #fff;
}

.kjgh {
    padding-top: 120px;
}

.kjgh .df-title {
    padding-bottom: 0;
}

.kjgh>.more-1 {
    color: #fff;
    border: solid 1px #fff;
    margin: 20px auto;
    margin-bottom: 60px;
}

.kjgh>.more-1:hover {
    border-color: #de4b1e;
}

.kjgh-pic {
    text-align: center;
}

.subcase {
    padding: 90px 0;
}

.case-list>h3 {
    font-size: 30px;
    margin-bottom: 28px;
}

.case-list ul li a {
    position: relative;
    display: block;
}

.case-list ul li .znyj-over {
    position: absolute;
    height: 100%;
    background-color: rgba(222, 75, 30, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    align-items: center;
    justify-content: space-around;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.case-list,
.resource-list {
    padding-top: 12px;
}

.case-list ul {
    width: 103%;
}

.case-list ul li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.case-list ul li .l-t {
    position: relative;
}

.case-list ul li .znyj-over .over {
    text-align: left;
}


/*

.case-list ul li .znyj-over::before,.case-list ul li .znyj-over::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}

.case-list ul li .znyj-over::before{top:30px;right:30px;bottom:30px;left:30px;border-top:1px solid rgba(229,229,229,0.25);border-bottom:1px solid rgba(229,229,229,0.25);-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}

.case-list ul li .znyj-over::after{top:45px;right:30px;bottom:45px;left:30px;border-right:1px solid rgba(229,229,229,0.25);border-left:1px solid rgba(229,229,229,0.25);-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}*/

.case-list ul li a:hover .znyj-over::before,
.case-list ul li a:hover .znyj-over::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.case-list ul li a:hover .znyj-over {
    opacity: 1;
    visibility: visible;
}

.case-list ul li a>h4 {
    background-color: #fff;
    padding: 25px 45px 25px 24px;
    font-size: 22px;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

.case-list ul li a h4 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-left: 4%;
    position: relative;
}

.case-list ul li a h4 span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #de4b1e;
}

.case-list ul li a h4 i {
    transition: 0.5s;
    font-size: 32px;
    display: none;
}

.case-list ul li a:hover h4 i {
    color: #de4b1e;
    transform: rotateY(180deg);
}

.more-2 {
    width: 176px;
    height: 56px;
    background-color: #de4b1e;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
    border: solid 1px #de4b1e;
    border-radius: 0;
}

.more-2:hover {
    background-color: #c2360b;
    color: #fff;
}


/*案例详情*/

.detail-top {
    text-align: center;
}

.detail-top h3 {
    font-size: 32px;
    width: 85%;
    margin: 0 auto;
}

.detail-top .xq-share {
    color: #999;
    font-size: 14px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 12px 0;
    margin: 45px 0;
}

.detail-top .xq-share .shijian {
    align-items: center;
    display: inline-flex;
}

.xq-share {
    align-items: center;
    justify-content: center;
}

.xq-share .share-list {
    margin-top: 0;
    margin-left: 66px;
}

.xq-share .bshare-weixin {
    background: url(../image/wx01.png)no-repeat center center!important;
}

.xq-share .bshare-sinaminiblog {
    background: url(../image/wb01.png)no-repeat center center!important;
}

.xq-share .bshare-custom a {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    margin-right: 0;
}

.page-item {
    padding-top: 40px;
    border-top: solid 1px #eee;
    margin-top: 60px;
}

.btn-r {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    width: 150px;
    border: solid 1px #de4b1e;
    transition: 0.5s;
}

.btn-r .zx,
.hall>ul>li .zx {
    color: #de4b1e;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.next-l {
    margin-bottom: 12px;
}

.next-l a:hover {
    color: #de4b1e;
}

.icon03 {
    width: 16px;
    height: 16px;
    background-image: url(../image/time.png);
    background-size: 16px;
    margin-right: 8px;
}

.icon04 {
    width: 8px;
    height: 16px;
    background-image: url(../image/jt06-h.png);
    background-size: 8px 16px;
    margin-right: 8px;
}

.btn-r:hover {
    background-color: #de4b1e;
}

.btn-r:hover .zx {
    color: #fff;
}

.btn-r:hover .icon04 {
    background-image: url(../image/jt06-h-h.png);
}

.btn-r:hover .icon05 {
    background-image: url(../image/yun-h.png);
}


/*需求反馈*/

.subxqfk {
    background-color: #f8f8f8;
}

.xqfk-form {
    background-color: #fff;
    border-top: solid 3px #de4b1e;
    width: 100%;
    padding: 80px 7%;
    margin-top: 40px;
    align-items: center;
    box-shadow: 1.5px 2.598px 18px 6px rgb( 0, 35, 70, 0.05);
}

.xqfk-form-l {
    width: 55%;
    padding-right: 7%;
}

.xqfk-form-r {
    width: 45%;
}

.form-li,
.form-li01 {
    margin-bottom: 28px;
}

.form-li .layui-select-title {
    position: relative;
}

.form-li .layui-input-block {
    margin-left: 0;
    min-height: 54px;
    position: relative;
}

.form-li .layui-input-block:after,
.form-li .layui-select-title:after {
    content: '';
    width: 2px;
    height: 17px;
    background-color: #ebebeb;
    position: absolute;
    top: 19px;
    left: 80px;
}

.form-li .layui-input,
.form-li .layui-select {
    padding-left: 110px;
}

.form-li .layui-input,
.form-li .layui-select,
.form-li .layui-textarea {
    height: 54px;
    border-radius: 5px;
}

.form-li .layui-form-item {
    margin-bottom: 0;
}

.form-li .layui-form-select dl {
    top: 56px;
}

.form-li .layui-form-select dl dd.layui-this {
    background-color: #de4b1e;
}

.form-li:nth-child(1) input {
    background: url(../image/bd01.png)#fff no-repeat 28px center;
}

.form-li:nth-child(2) input {
    background: url(../image/bd02.png)#fff no-repeat 28px center;
}

.form-li:nth-child(4) input {
    background: url(../image/bd04.png)#fff no-repeat 28px center;
}

.form-li:nth-child(3) input {
    background: url(../image/bd03.png)#fff no-repeat 28px center;
}

.ms {
    width: 100%;
    height: 90px;
    border: solid 1px #d2d2d2;
    padding-left: 28px;
    padding-top: 12px;
    resize: none;
    overflow: hidden;
}

.xqfk-form-l .btn-r {
    width: 100%;
    margin-bottom: 40px;
}

.icon05 {
    width: 26px;
    height: 20px;
    background-image: url(../image/yun.png);
    background-size: 26px 20px;
    margin-right: 8px;
}

.xqfk-form-l .more-2,
.ztty-form-l .more-2,
.lxwm-form-r .more-2,
.hqzy-form-l .more-2 {
    margin: inherit;
    cursor: pointer;
}


/*展厅体验*/

.ab_banner p .more-2 {
    margin: inherit;
    width: 190px;
}

.hall>ul {
    text-align: center;
    margin: 40px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
}

.hall>ul>li {
    width: 126px;
    height: 46px;
    border: solid 1px #333;
    color: #333;
    text-align: center;
    line-height: 44px;
    transition: 0.5s;
    cursor: pointer;
    margin: 0 12px;
}

.hall>ul>li .zx {
    color: #333;
}

.icon06 {
    width: 16px;
    height: 21px;
    background-image: url(../image/dz.png);
    background-size: 16px 21px;
    margin-right: 8px;
    display: none;
}

.hall>ul>li:hover,
.hall>ul>li.cur05 {
    background-color: #de4b1e;
    border-color: #de4b1e;
}

.hall>ul>li:hover .icon06,
.hall>ul>li.cur05 .icon06 {
    display: block;
}

.hall>ul>li:hover .zx,
.hall>ul>li.cur05 .zx {
    color: #fff;
}

.hall-tab {
    padding: 20px 0 40px 0;
}

.hall-tab>ul {
    width: 103%;
    display: none;
}

.hall-tab>ul>li {
    width: 30.33333%;
    margin-right: 3%;
    float: left;
}

.hall-tab>ul>li .pic {
    overflow: hidden;
}

.hall-tab>ul>li .main h4 {
    font-size: 22px;
    padding: 30px 0 10px 0;
}

.hall-tab>ul>li .main p {
    color: #666;
    margin-bottom: 8px;
    text-align: justify;
}

.hall-tab>ul>li .main p i {
    float: left;
    margin-top: 5px;
}

.icon07 {
    width: 16px;
    height: 21px;
    background-image: url(../image/dz01.png);
    background-size: 16px 21px;
    margin-right: 8px;
}

.icon08 {
    width: 17px;
    height: 17px;
    background-image: url(../image/dz02.png);
    background-size: 17px;
    margin-right: 8px;
}

.subztty,
.subfzlc {
    background-color: #f8f8f8;
}

.ztty-form,
.hqzy-form,
.tupian {
    padding-top: 60px;
    align-items: center;
}

.ztty-form-l {
    width: 64%;
    background-color: #fff;
    padding: 5% 5%;
    height: 0;
    padding-bottom: 34.4%;
}

.ztty-form-r {
    width: 36%;
}

.ztty-form-l form {
    width: 103%;
}

.ztty-form-l .form-li {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.ztty-form-l .form-li:nth-child(3) {
    width: 97%;
    margin-right: 0;
}

.ztty-form-l .form-li01 .ms {
    width: 97%;
}

.ztty-form-l .form-li:nth-child(1) input {
    background: url(../image/bd02.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(2) input {
    background: url(../image/bd18.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(3) input {
    background: url(../image/bd03.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(4) input {
    background: url(../image/bd05.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(5) input {
    background: url(../image/bd06.png)#fff no-repeat 28px center;
}

.jiaru {
    margin-bottom: 40px;
}


/*联系我们*/

.lxwm-form {
    padding-top: 40px;
    padding-bottom: 30px;
}

.lxwm-form-l {
    width: 50%;
}

.lxwm-form-r {
    width: 50%;
    background-color: #fff;
    padding: 4% 6%;
    box-shadow: 1.5px 2.598px 18px 6px rgb( 0, 35, 70, 0.08);
    height: 0;
    padding-bottom: 29.6%;
    overflow: hidden;
}

.lxwm-form-r .layui-form {
    position: relative;
}

.label-t {
    position: absolute;
    left: 62px;
    top: 13px;
    z-index: 10;
}

.lxwm-form-r .form-li .layui-input,
.lxwm-form-r .form-li .layui-select {
    padding-left: 90px;
}

.lxwm-form-r .form-li .layui-input-block:after,
.lxwm-form-r .form-li .layui-select-title:after {
    left: 70px;
}

.lxwm-add,
.lxwm-sale,
.subhqzy,
.subzhtd,
.subjjfa,
.subztty,
.subfzlc,
.subwyty {
    padding: 90px 0;
}

.lxwm-add {
    background-color: #f8f8f8;
}

.lx-addcon {
    align-items: center;
    justify-content: space-between;
}

.lx-addcon dl {
    background-color: #fff;
    padding: 50px 30px;
    margin-right: 12px;
    align-items: center;
    box-shadow: 1.5px 2.598px 18px 6px rgb( 0, 35, 70, 0.02);
    width: 33.33333%;
}

.lx-addcon dl:last-child {
    margin-right: 0;
}

.lx-addcon dl dt {
    text-align: center;
    width: 42%;
    padding-right: 2%;
}

.lx-addcon dl dd {
    width: 58%;
    padding-left: 8%;
    border-left: solid 1px #f7f7f7;
}

.lx-addcon dl dd p {
    padding: 6px 0;
}

.lx-addcon dl dt h4 {
    color: #de4b1e;
    font-size: 22px;
    padding-top: 12px;
}

.mode-l {
    width: 26%;
    padding-right: 10%;
}

.mode-r {
    width: 74%;
    border-left: solid 1px #f7f7f7;
    padding-left: 4%;
}

.mode-l>h3,
.mode-r>h3 {
    font-size: 40px;
    color: #000;
    padding-bottom: 60px;
}

.erweima {
    text-align: center;
}

.erweima p {
    margin-top: 28px;
}

.mode-r>h3 {
    text-align: center;
}

.mode-list {
    justify-content: space-between;
    text-align: center;
}

.mode-list dl {
    width: 33.33333%;
    padding: 0 2%;
}

.mode-list dl h5 {
    padding: 28px 0 6px 0;
    font-size: 20px;
}

.mode-list dl p {
    color: #de4b1e;
    font-size: 20px;
    word-break: break-all;
    line-height: 1.4;
}


/*新闻列表*/

.subnews-list,
.lx-addcon,
.fuli,
.zhtd,
.history,
.culture,
.gywm,
.hzhb {
    padding-top: 60px;
}

.col01 {
    position: relative;
    padding: 32px 0;
    margin-bottom: 20px;
    transition: 0.5s;
}

.col01:nth-child(2n) {
    background-color: #f8f8f8;
}

.col01 .news_top_l {
    width: 19%;
    overflow: hidden;
}

.col01 .news_top_r {
    width: 54%;
    margin-left: 5%;
    padding-right: 9%;
    margin-top: 16px;
}

.col01 .news_top_r h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.col01 .news_top_r .infor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: #666;
    font-family: "SourceHanSansSC-Light";
}

.tools {
    align-items: center;
    padding-top: 40px;
    margin-top: 45px;
    border-top: solid 1px #e5e5e5;
}

.tools span {
    color: #de4b1e;
}

.col01 .time {
    width: 108px;
    height: 108px;
    border: solid 1px #e5e5e5;
    padding: 20px 20px;
    margin-top: 16px;
}

.col01 .time span {
    display: block;
    font-family: arial;
    line-height: normal;
}

.col01 .time span._mon {
    font-size: 20px;
    line-height: 1;
}

.col01 .time span._line {
    width: 20px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 8px 0;
}

.col01 .time span._day {
    font-size: 36px;
    line-height: 0.9;
}

.col01:hover {
    box-shadow: 0 8px 20px #eee;
}

.icon09 {
    width: 32px;
    height: 14px;
    background-image: url(../image/jt10.png);
    background-size: 32px 14px;
    margin-left: 8px;
}

.col01:hover .time {
    background-color: #de4b1e;
    transition: 0.5s;
}

.col01:hover .news_top_r h2 {
    color: #de4b1e;
}

.col01:hover .time span._mon,
.col01:hover .time span._day {
    color: #fff;
}

.col01:hover .time span._line {
    background-color: #fff;
}


/*资源中心*/

.resource-list>h3 {
    font-size: 26px;
    margin-bottom: 24px;
}

.resource-list ul {
    width: 103%;
}

.resource-list ul li {
    float: left;
    width: 30.33333%;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
    cursor: pointer;
}

.resource-list ul li .infor {
    border: solid 1px #e5e5e5;
    padding: 24px 12px;
    text-align: center;
}

.resource-list ul li .infor>h4 {
    font-size: 26px;
}

.resource-list ul li .infor>span {
    width: 60%;
    display: block;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 18px;
}

.resource-list ul li .infor>a {
    width: auto;
    height: 30px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 28px;
    transition: 0.5s;
    display: inline-block;
    margin-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.resource-list ul li:hover .infor>a {
    background-color: #de4b1e;
    border: solid 1px #de4b1e;
    color: #fff;
}

.zyzx .swiper-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.zyzx-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #666;
    border-radius: 0;
    opacity: 1;
}

.zyzx-pagination .swiper-pagination-bullet-active {
    background-color: #de4b1e;
}

.subcase {
    padding-bottom: 70px;
}

.subhqzy,
.subwyty {
    background-color: #f8f8f8;
    position: relative;
}

.hqzy-form-l {
    width: 49%;
    padding-right: 5%;
}

.hqzy-form-r {
    width: 51%;
}

.hqzy-form-l .form-li:nth-child(1) input {
    background: url(../image/bd02.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(2) input {
    background: url(../image/bd04.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(3) input {
    background: url(../image/bd03.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(4) input {
    background: url(../image/bd07.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(5) input {
    background: url(../image/bd08.png)#fff no-repeat 28px center;
}

.subzsfl {
    padding: 30px 0 100px 0;
}

.fuli {
    position: relative;
}

.fuli-l {
    width: 70%;
}

.fuli-l dl {
    float: left;
    margin-right: 4%;
    width: 46%;
    padding: 40px 32px;
    background-color: #f2f2f2;
    height: 46.5%;
    margin-bottom: 4%;
}

.fuli-r {
    width: 30%;
    position: relative;
}

.fuli-r .fl-main {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(222, 75, 30, 0.8);
    left: 0;
    top: 0;
    padding: 70px 60px 0 60px;
}

.fuli-r .fl-main p {
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
}

.fuli-l dl dt {
    padding-bottom: 12px;
}

.fuli-l dl dt span {
    font-size: 44px;
    font-weight: bold;
    color: #de4b1e;
    display: inline-block;
    padding-right: 12px;
    font-family: arial;
    height: 44px;
    line-height: 44px;
}

.fuli-l dl dt h3 {
    font-size: 28px;
}

.fuli-l dl dd {
    position: relative;
}

.fuli-l dl dd:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #de4b1e;
    top: 0;
    left: 22px;
}

.fuli-l dl dd p {
    font-size: 18px;
    color: #666;
    padding-left: 60px;
    position: relative;
}

.fl-list {
    padding-top: 100px;
}

.fl-list ul {
    width: 101%;
}

.fl-list ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    position: relative;
}

.fl-list ul li .infor {
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 0 10px #eee;
    height: 220px;
}

.fl-list ul li .infor>h4 {
    font-size: 26px;
}

.fl-list ul li .infor>span {
    width: 36px;
    display: block;
    height: 3px;
    background-color: #de4b1e;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 8px;
}

.fl-list ul li .infor>p {
    color: #666;
}

.tupian-l {
    width: 55%;
    margin-right: 8px;
}

.tupian-r {
    width: 45%;
}

.zpgw-list {
    padding-top: 40px;
}

.zpgw-l {
    width: 20%;
    height: 702px;
    overflow: hidden;
}

.zpgw-l .mCSB_container {
    margin-right: 2px!important;
}

.zpgw-l .mCSB_scrollTools .mCSB_draggerRail {
    width: 14px!important;
    background: #f1f1f1!important;
    border-radius: 0!important;
}

.zpgw-l .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px!important;
    border-radius: 0!important;
    background: #bfbfbf!important;
}

.zpgw-l .mCSB_scrollTools .mCSB_dragger {
    height: 52px!important;
}

.zpgw-tab {
    display: none;
}

.zpgw-l ul {
    border: solid 1px #bfbfbf;
}

.zpgw-l ul li {
    height: 70px;
    background-color: #fff;
    border-bottom: solid 1px #bfbfbf;
    line-height: 70px;
    color: #666;
    font-size: 18px;
    padding-left: 40px;
    transition: 0.5s;
    cursor: pointer;
}

.zpgw-l ul li:hover,
.zpgw-l ul li.cur06 {
    color: #fff;
    background-color: #de4b1e;
}

.zpgw-r {
    width: 80%;
    background-color: #fff;
    padding: 50px 60px;
}

.zpgw-r .zpgw-con h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.zpgw-r .zpgw-con p {
    line-height: 2;
    font-size: 14px;
}

.zpgw-r .zpgw-con span {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    margin: 20px 0;
}

.gw-email {
    padding-top: 20px;
}

.gw-email span {
    color: #de4b1e;
}

.gywm,
.culture,
.hzhb {
    align-items: center;
}

.profile-l {
    width: 49%;
    position: relative;
}

.profile-l .swiper-container {
    padding-bottom: 43px;
}

.profile-r {
    width: 51%;
    padding: 0 10% 0 5%;
}

.profile-r h3 {
    font-size: 34px;
    color: #000;
}

.profile-r h4 {
    font-size: 20px;
    margin: 12px 0 26px 0;
}

.profile-r .jj p {
    color: #666;
    text-align: justify;
    padding-bottom: 20px;
}

.zhfw {
    background-color: #f2f2f2;
    padding: 80px 0 14px 0;
    margin-top: 60px;
}

.zhfw-1 {
    padding: 50px 0 50px 0;
    background-color: #fff;
    margin-left: 9.375%;
    width: 90.375%;
    position: relative;
    align-items: center;
    margin-bottom: 66px;
}

.item-l {
    width: 45%;
    padding: 0 5% 0 7%;
}

.item-l .xh {
    font-size: 50px;
    color: #f5c9bb;
    font-weight: bold;
    line-height: normal;
    font-family: arial;
}

.item-l h3 {
    font-size: 34px;
}

.item-l ._line {
    width: 60px;
    height: 2px;
    background-color: #adadad;
    display: block;
    margin: 20px 0 32px 0;
}

.item-l p {
    font-size: 18px;
    color: #666;
}

.item-r {
    width: 55%;
    overflow: hidden;
}

.zhfw-2 {
    margin-left: 0;
    margin-right: 9.375%;
}

.zhfw-2 .item-r {}

.zhfw-2 .item-l {
    padding: 0 7% 0 5%;
}

.subzhtd {
    background: url(../image/td-bj.png)no-repeat left top;
}

.zhtd {
    text-align: center;
}

.subfzlc {
    background: url(../image/fz-bj.png)#f8f8f8 no-repeat center bottom;
    background-size: contain;
}

.history {
    position: relative;
}

.history .swiper-container {
    margin: 0 1%;
}

.biaozhu {
    margin-top: 14px;
}

.span-3 .infor {
    margin-left: 20px;
}

.span-3 .infor dl dt {
    font-size: 40px;
    font-weight: bold;
    color: #de4b1e;
    font-family: arial;
    padding-bottom: 6px;
    line-height: normal;
}

.span-3 .infor dl dd p {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.5;
}

.culture-l {
    width: 48%;
    padding-right: 8%;
}

.culture-l h3,
.subzhyj .top-r h3 {
    font-size: 34px;
}

.culture-l h4,
.subzhyj .top-r h4 {
    font-size: 26px;
    color: #de4b1e;
    margin: 12px 0 26px 0;
}

.culture-l p,
.subzhyj .top-r p {
    font-size: 18px;
    text-align: justify;
}

.culture-r {
    width: 52%;
}

.subzhyj .top-r {
    height: 86%;
}

.subzhyj .top-r p {
    margin: 0 0;
    line-height: 1.8;
}

.subzhyj .culture {
    padding: 20px 0 80px 0;
}

.subhzhb {
    background: url(../image/hz-bj.png) no-repeat center bottom;
}

.hzhb {
    padding-bottom: 30px;
}

.hzhb-l {
    width: 40%;
    padding-right: 9%;
}

.hzhb-l h4 {
    font-size: 40px;
}

.hzhb-l span {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #de4b1e;
    margin: 12px 0 20px 0;
}

.hzhb-l p {
    font-size: 20px;
    color: #666;
    margin-bottom: 80px;
}

.hzhb-r {
    width: 60%;
}

.hzhb-r ._t {
    align-items: center;
}

.hzhb-r ._t-l {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.hzhb-r ._t-l .infor,
.hzhb-r ._b-r .infor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hzhb-r ._t-l .infor p,
.hzhb-r ._b-r .infor p {
    font-size: 20px;
    margin-top: 12px;
}

.hzhb-r ._t-r .infor {
    background-color: rgba(222, 75, 30, 0.85);
}

.hzhb-r ._t-r .infor p {
    color: #fff;
}

.hzhb-r ._t-l .infor div img,
.hzhb-r ._b-r .infor div img {
    transition: 0.5s;
}

.hzhb-r ._t-l .infor:hover div img,
.hzhb-r ._b-r .infor:hover div img {
    transform: translateY(-10px);
}

.hzhb-r ._b-l {
    width: 40%;
    background-color: #de4b1e;
    align-items: center;
    justify-content: center;
}

.hzhb-r ._b-r {
    width: 60%;
    position: relative;
}

.hzhb-r ._b-r .infor {
    background-color: inherit;
}

.subjjfa {
    background: url(../image/hz08.jpg) no-repeat center top;
    padding-bottom: 0;
}

.subjjfa .sub-title h3 {
    color: #fff;
}

.subjjfa .sub-title p {
    color: #dfdad4;
}

.jjfa-list {
    position: relative;
    background-color: #fff;
    padding: 50px 20px 24px 20px;
    box-shadow: 0 0 10px #333;
    margin-top: 45px;
}

.jjfa-list .swiper-container {
    padding-bottom: 80px;
}

.jjfa-list .swiper-container .swiper-slide>p {
    padding: 22px 20px;
    background-color: #dcdcdc;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.jjfa-list .zyzx-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    background-color: #000;
    margin: 0 5px;
}

.jjfa-list .zyzx-pagination .swiper-pagination-bullet-active {
    background-color: #de4b1e;
}

.sthz-list {
    position: relative;
}

.sthz-button-next,
.sthz-button-prev {
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
    margin-top: -16px;
}

.sthz-button-next {
    background-image: url(../image/jt04.png);
    right: 0;
}

.sthz-button-prev {
    background-image: url(../image/jt03.png);
    left: 0;
}

.sthz-button-next:hover,
.history-button-next:hover {
    background-image: url(../image/jt04-h.png);
}

.sthz-button-prev:hover,
.history-button-prev:hover {
    background-image: url(../image/jt03-h.png);
}

.sthz-list .swiper-container {
    padding: 6px 6px;
    width: 92%;
    margin: 0 auto;
}

.sthz-list .swiper-container .swiper-slide img {
    box-shadow: 0 0 10px #eee;
}

.sthz-list {
    margin-top: 60px;
}

.subljcw,
.ljhz-form {
    padding-bottom: 90px;
}

.jr-lc {
    justify-content: space-between;
    width: 50%;
    margin: 40px auto;
}

.jr-lc dl {
    text-align: center;
    width: 33.33333%;
    position: relative;
}

.jr-lc dl dt {
    position: relative;
}

.jr-lc dl dd {
    padding-top: 12px;
}

.icon010 {
    width: 12px;
    height: 20px;
    background-image: url(../image/lj02.png);
    background-size: 12px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.ljhz-adv {
    justify-content: space-between;
    position: relative;
}

.ljhz-adv dl {
    width: 25%;
    padding: 0 3%;
    text-align: center;
}

.ljhz-adv dl dd h4 {
    font-size: 24px;
    padding: 32px 0 12px 0;
}

.ljhz-form-l {
    width: 43%;
    margin-right: 3%;
    position: relative;
}

.ljhz-form-l .pic {
    width: 90%;
    position: absolute;
    z-index: 12;
    right: 0;
    bottom: 0;
}

.ljhz-form-l:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 90%;
    height: 80%;
    border: solid 10px #de4b1e;
    position: absolute;
    z-index: 10;
}

.ljhz-form-r {
    width: 54%;
    border: solid 1px #de4b1e;
    padding: 36px 64px 44px 64px;
}

.ljhz-form-r form {
    position: relative;
}

.ljhz-form-r .form-li {
    margin-bottom: 16px;
}

.ljhz-form-r .form-li:nth-child(1) input {
    background: url(../image/bd09.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(2) input {
    background: url(../image/bd03.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(3) input {
    background: url(../image/bd02.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(4) input {
    background: url(../image/bd04.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(5) input {
    background: url(../image/bd10.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(6) input {
    background: url(../image/bd11.png)#fff no-repeat 28px center;
}

.ljhz-form-r .more-2 {
    position: absolute;
    width: 160px;
    bottom: -87px;
    left: 50%;
    margin-left: -80px;
    cursor: pointer;
}

.form-li input::-webkit-input-placeholder {
    color: #aaa;
}

.form-li input:-moz-placeholder {
    color: #aaa;
}

.form-li input::-moz-placeholder {
    color: #aaa;
}

.form-li input:-ms-input-placeholder {
    color: #aaa;
}

.hqzy-form-l .form-li:first-child input::-webkit-input-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder
/*,.lxwm-form-r .form-li:nth-child(2) input::-webkit-input-placeholder*/

,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {
    color: #333;
}

.hqzy-form-l .form-li:first-child input:-moz-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder
/*,.lxwm-form-r .form-li:nth-child(2) input::-webkit-input-placeholder */

,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {
    color: #333;
}

.hqzy-form-l .form-li:first-child input::-moz-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder
/*,.lxwm-form-r .form-li:nth-child(2) input::-webkit-input-placeholder*/

,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {
    color: #333;
}

.hqzy-form-l .form-li:first-child input:-ms-input-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder
/*,.lxwm-form-r .form-li:nth-child(2) input::-webkit-input-placeholder*/

,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {}

.ztty-form-l .form-li01 textarea::-webkit-input-placeholder {
    color: #aaa;
}

.ztty-form-l .form-li01 textarea:-moz-placeholder {
    color: #aaa;
}

.ztty-form-l .form-li01 textarea::-moz-placeholder {
    color: #aaa;
}

.ztty-form-l .form-li01 textarea:-ms-input-placeholder {
    color: #aaa;
}

.xqfk-form-l .form-li01 textarea::-webkit-input-placeholder {
    color: #aaa;
}

.xqfk-form-l .form-li01 textarea:-moz-placeholder {
    color: #aaa;
}

.xqfk-form-l .form-li01 textarea::-moz-placeholder {
    color: #aaa;
}

.xqfk-form-l .form-li01 textarea:-ms-input-placeholder {
    color: #aaa;
}

.ljhz-form-r .layui-form-select .layui-edge {
    border-top-color: #484848;
}


/*新增弹出视频*/

#videobg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#video-1 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-sign {
    width: 100%;
}

.gbvideo {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


/*分页*/

.page-nation {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0 60px 0;
}

.pager ul {
    justify-content: center;
}

.pager ul li {
    float: left;
}

.pager ul li span.current {
    background-color: #de4b1e;
    color: #fff;
    border-color: #de4b1e;
    position: relative;
    z-index: 1;
}

.pager ul li a:hover {
    border-color: #de4b1e;
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #de4b1e;
}

.pager ul li span:hover {
    border-color: #de4b1e;
    color: #eee;
    position: relative;
    z-index: 1;
}

.pager ul li a,
.pager ul li span {
    width: 34px;
    height: 34px;
    border: 1px solid #d2d2d2;
    margin-left: -1px;
    display: inline-block;
    line-height: 32px;
    text-decoration: none;
    margin: 0 5px;
}

.pager .pg-next .iconfont,
.pager .pg-prev .iconfont {
    font-size: 22px;
}


/*首页底部*/

.pagefoot {
    padding-top: 92px;
    background-color: #252525;
}

.index-foot {
    color: #aaa;
}

.footer-l {
    width: 27%;
}

.footer-r {
    justify-content: space-between;
}

.footer-l dl dt {
    padding-bottom: 28px;
}

.footer-r dl dt {
    font-size: 20px;
    color: #fff;
    padding-bottom: 14px;
}

.footer-r dl dd {
    color: #7c7c7c;
    padding: 5px 0;
}

.footer-r dl dd a:hover {
    color: #fff;
}

.top {
    margin-top: 8px;
    width: 27%;
}

.top {
    justify-content: flex-end;
    text-align: right;
}

.erwei {
    width: 100%;
}

.erwei h3 {
    font-size: 20px;
    font-family: arial;
    color: #fff;
}

.submit {
    padding: 20px 0 30px 0;
    justify-content: flex-end;
}

.submit input {
    width: 52%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 5px 12px;
    background: none;
    border: solid 1px #515151;
    border-radius: 0;
}

.submit .tj-input {
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    color: #FFF;
    background-color: #de4b1e;
    width: 80px;
    height: 50px;
    line-height: normal;
}

.copy {
    margin-top: 92px;
    color: #626262;
    background-color: #1e1e1e;
}

.copy .wrap {
    align-items: center;
    padding: 48px 0;
}

.copy-l a {
    padding-left: 12px;
}

.item-infor {
    color: #626262;
}

.item-infor p {
    font-size: 18px;
    font-family: arial;
    color: #fff;
}

.share-list {
    margin-top: 24px;
}

.item-infor .bshare-custom a {
    margin-right: 20px;
    height: 23px;
    width: 28px;
}

.item-infor .bshare-weixin {
    background: url(../image/wx.png)no-repeat center center!important;
}

.item-infor .bshare-facebook {
    background: url(../image/in.png)no-repeat center center!important;
}

.bsTop {
    width: 208px!important;
}

.bsFrameDiv>div {
    width: 208px!important;
    height: 208px!important;
}

.bsFrameDiv>div img {
    margin: 15px!important;
}

.copy-r {
    align-items: center;
}

.copy-r>span {
    margin: 0 12px;
    display: block;
    width: 1px;
    height: 14px;
    margin-top: 2px;
    background-color: #626262;
}

.copy a:hover {
    color: #fff;
}


/*新增申请体验*/

.subwyty {
    margin-top: 110px;
}

.wyty-form {
    position: relative;
}

.wyty-form-l {
    width: 32%;
}

.wyty-pagination {
    bottom: 28px!important;
}

.wyty-button-next,
.wyty-button-prev {
    width: 19px;
    height: 28px;
    background-size: 19px 28px;
    margin-top: -14px;
}

.wyty-button-next {
    background-image: url(../image/jt14.png);
}

.wyty-button-prev {
    background-image: url(../image/jt13.png);
}

.wyty-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 0.7;
    margin: 0 12px!important;
}

.wyty-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.wyty-form-r {
    width: 68%;
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 0px 3px 16.92px 1.08px rgba(0, 35, 70, 0.05);
    height: 0;
    padding-bottom: 43.3%;
}

.wyty-title {
    text-align: center;
}

.wyty-title>h4 {
    font-size: 36px;
    color: #000;
}

.wyty-title>p {
    color: #666;
    line-height: 1.5;
    margin: 12px 0 12px 0;
}

.bt-top>p {
    font-size: 18px;
    color: #de4b1e;
    margin-bottom: 8px;
}

.bt-top .form-top,
.bt-top .form-bottom {
    width: 102%;
}

.bt-top .form-li {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}

.bt-top .form-top .form-li:nth-child(1) {
    width: 98%;
}

.wyty-form-r .more-2 {
    margin-top: 8px;
    cursor: pointer;
}

.yz-pic {
    float: left;
    border: solid 1px #eee;
    height: 54px;
    vertical-align: middle;
    text-align: center;
}

.form-top .form-li:nth-child(1) input {
    background: url(../image/bd03.png)#fff no-repeat 28px center;
}

.form-top .form-li:nth-child(2) input {
    background: url(../image/bd12.png)#fff no-repeat 28px center;
}

.form-top .form-li:nth-child(3) input {
    background: url(../image/bd13.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(1) input {
    background: url(../image/bd02.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(2) input {
    background: url(../image/bd14.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(3) input {
    background: url(../image/bd04.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(4) input {
    background: url(../image/bd10.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(5) input {
    background: url(../image/bd15.png)#fff no-repeat 28px center;
}


/*图片放大*/

.index-news>ul>li a .news-r img,
.znyj-list .list-l a .l-b img,
.hall-tab>ul>li .pic img,
.col01 .news_top_l img,
.resource-list ul li .c-pic img,
.fl-list ul li .c-pic img,
.case-list ul li a .c-pic img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.znyj-list .list-l a .l-b,
.resource-list ul li .c-pic,
.fl-list ul li .c-pic,
.case-list ul li a .c-pic {
    overflow: hidden;
}

.index-news>ul>li:hover a .news-r img,
.znyj-list .list-l a:hover .l-b img,
.hall-tab>ul>li:hover .pic img,
.col01:hover .news_top_l img,
.resource-list ul li:hover .c-pic img,
.fl-list ul li:hover .c-pic img,
.case-list ul li a:hover .c-pic img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mo-b {
    display: none;
}

.mo-banner {
    display: none;
}


/*内页banner图透视*/

.sub_banner {
    overflow: hidden;
}

@-webkit-keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.pc-b {
    animation: swiper_img_move 8s linear 0s infinite normal both;
}

.layui-form-select .layui-edge {
    border-top-color: #333;
}

.yz-pic {
    background-color: #f3fbfe;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.yz-pic img {
    vertical-align: middle;
}

.subzhxz-one .service-top .top-r h3 {
    font-weight: bold;
}

.lxwm-form-r .form-li:nth-child(1) input {
    background: url(../image/bd17.png)#fff no-repeat 28px center;
}

.lxwm-form-r .label-t,
.zpgw-r .zpgw-con p,
.sub-title p {
    color: #666;
}

.span-3 .infor dl dd p {
    margin-bottom: 16px;
}

.submenu-1,
.submenu {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.yz-code .form-li:nth-child(1) input {
    background: url(../image/bd15.png)#fff no-repeat 32px center;
}


/*.index-service .swiper-wrapper{justify-content:center;}*/

.cptx-list {
    text-align: center;
}

.cptx-list dl {
    float: none;
    display: inline-table;
}

.znyj-list .list-r .l-t .main {
    text-align: right;
}

.znyj-list .list-r .l-t .main h2 {
    display: inline-block;
}

.znyj-list .list-c:hover .znyj-over::before,
.znyj-list .list-c:hover .znyj-over::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.list-c:hover .znyj-over {
    opacity: 1;
    visibility: visible;
}

.lx-addcon dl dd p.add {
    min-height: 80px;
}

.df-title p {
    width: 70%;
    margin: 0 auto;
}

.tophide .nav>ul>li.cur01>a,
.tophide .nav>ul>li>a:hover {
    color: #de4b1e;
}

.tophide .nav>ul>li.cur01>a:after {
    width: 100%;
}


/*隐私政策*/

.yszc {
    min-height: 200px;
    background-color: #fff;
    padding: 90px 90px;
}

.yszc>h2 {
    font-size: 40px;
    color: #111;
    padding-bottom: 24px;
    text-align: center;
}

.yszc-con {
    font-size: 18px;
    color: #111;
    text-align: justify;
}

.mCSB_container {
    margin-right: 14px!important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    top: 4px!important;
}

.mCustomScrollBox>.mCSB_scrollTools {
    width: 6px!important;
}


/*智慧办公线条*/

.zhbg-line,
.subzhbg,
.subzhbg-one,
.subzhbg-two,
.subzhbg-three,
.subzhbg-firth {
    position: relative;
}

.zhbg-line:before {
    position: absolute;
    width: 1px;
    left: 9.375%;
    background-color: rgba(222, 75, 30, 0.15);
    top: 42px;
    height: calc(100% - 40px);
    z-index: 20;
}

.icon040 {
    width: 11px;
    height: 12px;
    background-image: url(../image/sjt.png);
    background-size: 11px 12px;
    margin: 0 auto;
    margin-top: 5px;
}

.sjt {
    position: absolute;
    font-size: 14px;
    color: #de4b1e;
    line-height: 1.1;
    left: 9%;
    top: 20%;
    padding: 6px 0;
}

.uuu,
.case-list ul li .znyj-over {
    display: none;
}

.case-list ul li a {
    cursor: default;
}

.sub_banner img,
.service-top .top-l img {
    width: 100%;
}


/*
    2020.09.03 优化
*/

.banner-text {
    max-width: 50%;
}

body,
html {
    line-height: 1.4;
}

.banner_list.start .swiper-slide-active .banner-text .t1 {
    font-size: 44px;
    line-height: 1.2;
}

.service-top .top-r h3,
.service-bot .bot-l h3 {
    line-height: 1.2;
    font-size: 28px;
}

.service-top .top-r {
    padding: 70px 60px;
}

.service-top .top-r p,
.service-bot .bot-l p {
    font-size: 16px;
    line-height: 1.6;
}

.footer-r dl {
    padding-right: 20px;
}

.footer-r {
    width: 60%;
    flex: unset;
}

.top_right>a {
    font-size: 14px;
    line-height: 18px;
    height: 39px;
}

.nav>ul>li:nth-child(2) ._lev2 ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
}


/*.nav ._lev2 ul li{
  justify-content: left;
}*/

.submenu .swiper-wrapper {
    flex-direction: row;
    align-items: center;
}

.submenu .swiper-slide a,
.submenu-1 .swiper-slide a {
    font-size: 18px;
}

.ab_banner .ab_title,
.ab_banner p {
    width: 50%;
}

.ab_banner p .more-2 {
    width: auto !important;
    padding: 0 15px;
    display: inline-block;
}

.ljhz-adv dl dd h4 {
    font-size: 22px;
}

.culture-l h4,
.subzhyj .top-r h4 {
    font-size: 24px;
    line-height: 1.2;
}

.fuli-l dl dt h3,
.fl-list ul li .infor>h4 {
    line-height: 1.2;
}

.fuli-l dl dd p {
    padding-left: 50px;
}

.fuli-r .fl-main p {
    font-size: 22px;
}

.fl-list ul li .infor {
    height: 260px;
}

.zpgw-l ul li {
    height: auto;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hqzy-form-l .form-li:first-child input::-webkit-input-placeholder {
    color: #999 !important;
}

.tubiao img {
    width: auto !important;
    max-width: unset;
}

.form-li .layui-form-selectup dl {
    bottom: inherit;
}

.form-li .layui-form-select dl {
    top: 50px;
}