/*全局定义*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

body {
    font-family: "思源黑体";
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-size: .16rem;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
i,
var,
caption {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a,
a img,
button {
    cursor: pointer;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-spacing: 0
}

img,
input,
select,
button,
textarea {
    border: 0;
    vertical-align: middle
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

* {
    outline: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*清除表单控件默认样式*/
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0
}

select::-ms-expand {
    display: none;
    /*清除ie浏览器对select自带的样式，只支持IE10及以上*/
}

input[type=text]::-ms-clear {
    display: none;
}

/*清除ie浏览器文本框自带的×图标*/
input::-webkit-input-placeholder {
    color: #abd4ff;
}

input:-moz-placeholder {
    color: #abd4ff;
}

input::-moz-placeholder {
    color: #abd4ff;
}

input:-ms-input-placeholder {
    color: #abd4ff;
}

textarea::-webkit-input-placeholder {
    color: #abd4ff;
}

textarea:-moz-placeholder {
    color: #abd4ff;
}

textarea::-moz-placeholder {
    color: #abd4ff;
}

textarea:-ms-input-placeholder {
    color: #abd4ff;
}

.placeholder {
    color: #abd4ff;
    /*设置谷歌placeholder颜色值IE8/9*/
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    /*清除火狐浏览器对按钮自带的padding值*/
}

textarea {
    resize: none
}

html,
body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.clearfix:after {
    content: "lina";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/*文字*/
html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-size: .16rem;
    color: #000;
    font-family: "syht-r"
}

/*滚动条样式修改*/
::-webkit-scrollbar {
    /* height: 3px;
    width: 3px; */
}

::-webkit-scrollbar-thumb {
    /* border-radius: 5px;
    background: #033973; */
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background: #033973; */
}

* {
    /* scrollbar-color: #264d88 #344f7a; */
    /* scrollbar-color: transparent transparent; */
    /* scrollbar-width: thin; */
}

@font-face {
    font-family: "syht-l";
    src: url(../font/SourceHanSansCN-Light.ttf);
}

@font-face {
    font-family: "syht-r";
    src: url(../font/SourceHanSansCN-Regular.ttf);
}

@font-face {
    font-family: "syht-m";
    src: url(../font/SourceHanSansCN-Medium.ttf);
}

@font-face {
    font-family: "syht-b";
    src: url(../font/SourceHanSansCN-Bold.ttf);
}


/* 流式布局 */
.dp-flex {
    display: flex;
}

.justify-b {
    justify-content: space-between;
}

.justify-c {
    justify-content: center;
}

.align-c {
    align-items: center;
}

.dp-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dp-tabcell {
    display: table-cell;
}

.text-c {
    text-align: center;
}

.vertical-m {
    vertical-align: middle;
}

/* 间距 */
.ml10 {
    margin-left: .1rem;
}

.mt10 {
    margin-top: .1rem;
}

/* 颜色 */
.cCyan {
    color: #00fbf2 !important;
}

.cLightblue {
    color: #6ea8e8 !important;
}

.cRed {
    color: #f3397e !important;
}

/*主体布局*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 1rem;
    background: rgba(0, 0, 0, .5);
    padding: 0 .4rem;
    z-index: 9999;
    color: #fff;
    line-height: 1rem;
    transition: top .2s linear;
}
.header.bg-white{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.header.bg-white * {
    color: #333 !important;
}
#header-logo2{
    display:none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header.bg-white #header-logo2{
    display:block;
}
.header.bg-white #header-logo1{
    display:none;
}
.header-nav-item .nav-parent::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #009ee2;
    transition: all ease .2s;
}
.header.bg-white .header-nav-item:hover .nav-parent::after {
    left: 0;
    width: 100%;
}

.header-logo img {
    width: 1.775rem;
    height: .4rem;
}

.header-nav {
    font-size: 18px;
    font-family: "syht-l";
}

.header-nav-item {
    float: left;
    padding: 0 .45rem;
    position: relative;
}

.header-nav-item .nav-parent {
    word-spacing: .1rem;
    color: #fff;
    display: inline-block;
    position: relative;
}

.header-nav-item.hover .nav-parent,
.header-nav-item:hover .nav-parent {
    color: #009ee2 !important;
    font-family: "syht-b";
}

.header-nav-item.hover .nav-parent:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    height: .03rem;
    background-color: #009ee2;
}

.nav-child {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(255,255,255,0.9) url(../images/bgGray.png) no-repeat center top;
    background-size: 100% .58rem;
    color: #000;
    transition: .2s linear;
    padding: 0 .5rem;
    display: none;
}

.header-nav-item:hover .nav-child {
    display: block;
}

.nav-child a {
    color: #333;
    font-size: 14px;
}

.nav-child-con {
    width: 16.6%;
    line-height: .58rem;
    float: left;
}

.child-name {
    width: 100%;
    display: inline-block;
    padding-left: .3rem;
    font-weight: bold;
}
.child-name.single-name{
    width: auto;
    position: relative;
}
.child-name.single-name::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #009ee2;
    transition: all ease .2s;
}
.child-name.single-name:hover::after {
    left: 0;
    width: 100%;
}

.child-list{
    min-height: 1rem;
    margin: .1rem 0 .25rem 0;
}

.child-list a {
    width: 100%;
    line-height: .4rem;
    display: inline-block;
    background: url(../images/nav-dot.png) no-repeat left center;
    background-size: .17rem .14rem;
    padding: 0 .8rem 0 .3rem;
}

.child-list a.hover,
.child-list a:hover {
    color: #147bd1 !important;
}

.banner-box {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: 99;
    height: 9.6rem;
}
.banner-box.home{
    top: 0;
}

.bx-wrapper {
    width: 100%;
    height: 100%;
}

.bx-wrapper .bx-controls-direction a {
    width: .26rem;
    height: .26rem;
    position: absolute;
    top: 50%;
    margin-top: -.15rem;
    z-index: 9999
}

.bx-wrapper .bx-viewport {
    height: 100% !important;
}

.slide {
    height: 100%;
}

.slide .banner,
.slide .banner img {
    width: 100%;
    height: 100%;
}

.bx-wrapper .bx-pager {
    bottom: 1.2rem
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, .4);
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: .4rem;
    height: .16rem;
    border-radius: .08rem;
}

.banner-text {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .15rem 1.6rem;
    color: #fff;
    cursor: pointer;
}
.banner-text dl.active{
    color: #22daf5;
}

.banner-text dl {
    line-height: .28rem;
    float: left;
    text-align: center;
    border-right: .01rem solid rgba(255, 255, 255, .5);
    width: 25%;
}

.banner-text dl:last-child {
    border-right: 0;
}

.label-red {
    line-height: .18rem;
    padding: 0 .06rem;
    background: #eb3016;
    color: #fff;
    border-radius: .03rem;
    font-size: .12rem;
    display: inline-block;
}

.body-box {
    position: absolute;
    top: 9.6rem;
    left: 0;
    right: 0;
    z-index: 99;
}

/*标题*/
.gyTit {
    text-align: center;
    font: .4rem/.4rem "syht-r";
    color: #000;
    padding: .9rem 0 .5rem 0;
}

.gyTit dt {
    color: #666;
    font: .42rem/.8rem "syht-b";
}

.gyTit dt span {
    color: #147bd1;
    margin-right: .1rem;
}

/*tabs*/
.tabNav {
    height:.7rem;
    zoom: 1;
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}

.tabNav li {
    float: left;
    display: block;
    cursor: pointer;
    color: #000;
    height: .38rem;
    font: .25rem/.38rem "syht-r";
    margin: 0 0.8rem;
}

.tabNav li.hover {
    position: relative;
    font-weight: bold;
    color: #147bd1
}

.tabNav li.hover:after {
    content: '';
    height: .02rem;
    background: #147bd1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.01rem;
}

.tabCnt {
    padding: .2rem 0rem .3rem;
    box-sizing: border-box;
}

.tabCnt .hover {
    display: block;
}

.tabPane {
    display:none;
    zoom: 1;
}

/*解决方案和服务*/
.leftWord {
    width: 6.55rem;
    height: 6.92rem;
    padding-left: .5rem;
    margin-right: .8rem;
    position: relative;
}

.leftWord a {
    position: absolute;
    left: .5rem;
    bottom: 0;
    width: 1.82rem;
    height: .52rem;
    background: #147bd1;
    font: .18rem/.52rem "syht-r";
    color: #fff;
    text-align: center;
}

.leftWord dt {
    font: .26rem/.7rem "syht-r";
    color: #333;
    border-bottom: .01rem solid rgba(0, 0, 0, .2);
    margin-bottom: .3rem;
    display: inline-block;
}

.leftWord dt span {
    color: #147bd1;
}

.leftWord dd {
    font: .18rem/.32rem "syht-r";
    color: #666;
}

.rightImg {
    width: calc(100% - 6.52rem);
    position: relative;
    right: .2rem;
}

.imgBig {
    width: 5.85rem;
}

.imgBig dt {
    /* width: 5.04rem; */
    width: 100%;
    height: 6.92rem;
    position: relative;
    overflow: hidden;
}

.imgBig dt img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
}
.imgBig dt:hover img{
    transform: scale(1.2);
}

.imgBig dt label {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .6rem;
    background: rgba(0, 0, 0, .3);
    font: .18rem/.6rem "syht-r";
    color: #fff;
    text-indent: .2rem;
    /* display: none; */
}

.imgBig dt:hover label {
    display: block;
}

.imgBig dd {
    font: .18rem/.72rem "syht-r";
    color: #333;
}

.imgSmall dt {
    height: 3.1rem;
}

.grayBg {
    background: #f8faff;
    padding-bottom: .3rem;
}

.p160 {
    padding: 0 1.6rem;
}

.pt50 {
    padding-top: .5rem;
}
.pt30 {
    padding-top: .3rem;
}

.pb130 {
    padding-bottom: 1.3rem;
}

/*技术平台和产品*/
.jsLeft {
    width: 13.3rem;
    height: 7.7rem;
    margin-right: .3rem;
}

.jsDiv {
    height: 3.6rem;
    margin-bottom: .5rem;
    background: #fff;
    box-shadow: 0 0 10px #e6e7ec;
    display: flex;
}

.jsDiv-con {
    width: calc(100% / 2);
    position: relative;
    background: url(../images/shadow.jpg) repeat-y right top;
}

.jsDiv-con:nth-child(3n) {
    background: none;
}

.jsDiv-con dl {
    width: 100%;
    height: 3.6rem;
    padding: .2rem .4rem;
    box-sizing: border-box;
    text-align: center;
}

.jsDiv img {
    width: 1.5rem;
    height: 1.5rem;
    margin: .05rem auto .3rem;
}

.jsDiv dt {
    font: .24rem/.3rem "syht-r";
    color: #333;
    height: .6rem;
    margin-bottom: .1rem;
}

.jsDiv:last-child {
    margin-bottom: 0;
}

.jsDiv dd {
    font: .16rem/.28rem "syht-r";
    color: #8f8f8f;
}

.jsDiv-Show {
    position: absolute;
    left: -.05rem;
    right: -.05rem;
    top: -.2rem;
    bottom: -.2rem;
    display: none;
    background: #147bd1 url(../images/index-blue.png) no-repeat center 0;
}

.jsDiv-Show dt {
    font: .24rem/.3rem "syht-r";
    color: #fff;
    margin-top: .3rem;
}

.jsDiv-Show dd {
    font: .16rem/.28rem "syht-r";
    color: #fff;
    text-align: left;
}

.jsDiv-Show a {
    width: 1.66rem;
    border: .01rem solid #fff;
    font: .18rem/.38rem "syht-r";
    text-align: center;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -0.83rem;
    bottom: .5rem;
}

.jsDiv-con:hover .jsDiv-Show {
    display: block;
    cursor: pointer;
}

.jsRight {
    width: calc(100% - 9rem);
}

.jsRight img {
    width: 8rem;
    height: 7.7rem;
}

/*新闻动态*/
.news {
    width: calc((100% - 0.4rem) / 3);
    padding-left:0.2rem;
    padding-right:0.2rem;
    cursor: pointer;
}

.news dt {
    font: .24rem/.4rem "syht-r";
    color: #333;
    border-top: 1px solid #d9d9d9;
    padding-top: .13rem;
    margin-bottom: .1rem;
    height: 1.4rem
}

.news dd {
    font: .18rem/.28rem "syht-r";
    color: #666;
    height: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news img {
    width:100%;
    height:auto;
    margin: .3rem 0 .6rem;
}

.h-news {
    height: .8rem!important;
}
/*关于我们*/
.about {
    width: calc((100% - .32rem) / 2);
    height: 5.3rem;
    position: relative;
}

.about img {
    width: 100%;
    height: 100%;
}

.aboutWord {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.2rem;
    color: #fff;
    padding: .25rem .6rem;
    box-sizing: border-box;
}

.aboutWord dt {
    font: .3rem/.6rem "syht-m";
    text-shadow: 0 0 .02rem #b5c5d4;
}

.aboutWord dd {
    font: .18rem/.28rem "syht-r";
}

/*footer*/
.footerTop {
    background: #2b2b2b;
    padding: 0 2.6rem;
    height: 3.1rem;
    box-sizing: border-box;
}

.footLeft {
    width: 4.3rem;
    margin: .5rem 1.8rem 0 0;
}

.sm img {
    width: 1.12rem;
    height: 1.12rem;
    margin-right: .15rem;
}

.sm dt {
    background: url(../images/index-sm.png) no-repeat;
    background-size: .91rem .35rem;
    font: .16rem/.35rem "syht-r";
    color: #fff;
    text-align: center;
    margin-bottom: .2rem;
}

.sm dd {
    font: .18rem/.30rem "syht-r";
    color: #fff;
}

.footLeft ul {
    margin-top: .2rem;
}

.footLeft li {
    font: .16rem/.32rem "syht-l";
    color: #b9bfc4;
}

.footRight {
    width: calc(100% - 6.1rem);
}

.footRight dt {
    font: .18rem/.6rem "syht-l";
    color: #fff;
}

.footRight dd a {
    font: .16rem/.4rem "syht-l";
    color: #b9bfc4;
}

.footerBom {
    border-top: .01rem solid rgba(144, 168, 160, .5);
    background: #3f3f3f;
    height: .46rem;
    text-align: center;
    font: .14rem/.46rem "syht-r";
    color: #b9bfc4;
}


/************************* 解决方案和服务 ******************************/
.center-box-list{
    display: flex;
    padding: 0 2.6rem;
    justify-content: space-between;
    margin-bottom: .4rem;
}
.center-box-list_item{
    width: calc(25% - .2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    transition: all ease .2s;
    cursor: pointer;
    background-color: #F0F0F0;
}
.center-box-list_item img{
    transition: opacity ease .3s;
    margin-bottom: 10px;
    width: .5rem;
}
.box-img-hover{
    opacity: 0;
    display: none;
}
.center-box-list_item.active, .center-box-list_item:hover{
    color: #fff;
    background-color: #147BD1;
}
.center-box-list_item.active .box-img, .center-box-list_item:hover .box-img{
    opacity: 0;
    display: none;
}
.center-box-list_item.active .box-img-hover, .center-box-list_item:hover .box-img-hover{
    opacity: 1;
    display: block;
}
.center-box-content{
    padding: 0 2.6rem .5rem;
}
.center-box{
    display: flex;
}
.center-box-left{
    width: 34%;
    background-color: #F9F9F9;
    min-height: 2rem;
    text-align: center;
}
.center-box-right{
    width: 66%;
}
.center-box-right img{
    width: 100%;
}
.center-box-left_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.067rem;
    color: #999999;
    transition: all ease .2s;
    cursor: pointer;
}
.center-box-left_text p{
    font-size: .2rem;
    color: #333;
}
.center-box-left_text.active, .center-box-left_text:hover{
    color: #fff;
    background-color: #147BD1;
}
.center-box-left_text.active p, .center-box-left_text:hover p{
    color: #fff;
}
.center-box-right_items, .center-box{
    display: none;
}
.center-box.active{
    display: flex;
}
.center-box-right_items.active{
    display: block;
}
.server-box{text-align: center; margin-bottom: .4rem;}
.server-box img{ width:16rem; margin: 0 auto;}
.more{position: relative; margin-top:.8rem;}
.more a{
    position:absolute;
    right: .36rem;
    bottom: 0;
    width: 1.82rem;
    height: .52rem;
    font: .22rem/.52rem "syht-r";
    color: #666;
    text-align:center;
    text-decoration:underline;
}
.more a:hover{
    color: #2b80ca;
    text-decoration:underline;
}


.pb30{padding-bottom:.3rem;}

/************************* 新闻动态 ******************************/
.p180{padding:0 1.8rem;}
.news-wrap .top{
    width:100%;
    border-bottom: solid 1px #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-wrap .top .right{
    display: flex;
    justify-content: space-between;
    height:34px;
    align-items: center;
}
.news-wrap .top .right .search{
    width:260px;
    height:32px;
    border:solid 1px #ddd;
    position: relative;
    overflow: hidden;
}
.news-wrap .top .right .search input{
    width:187px;
    height:30px;
    line-height: 30px;
    border:none;
    outline: none;
    padding-left: 20px;
}

.news-wrap .top .right .search .icon-sousuo1{
    position: absolute;
    font-size: 24px;
    color:#000;
    top:-3px;
    right:16px;

}
.news-wrap .tab-menu-detail .item.cur{
    display: block;
    min-height: 200px;
}
.news-wrap .tab-menu-detail .item{
    display: none;
}
.news-wrap .tab-menu-detail .item ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-top:.5rem;

}
.news-wrap .tab-menu-detail .item ul::after{
    position: absolute;
    left:50%;
    top:0;
    bottom:0;
    content:"";
    width:1px;
}
.news-wrap .tab-menu-detail .item ul li{
    width:50%;
    margin-bottom: 40px;
    padding:0rem .5rem .4rem 0rem;
    border-bottom: 1px solid #D9D9D9;
}
.news-wrap .tab-menu-detail .item ul li:hover::after {
    max-width: 100%;
}
.news-wrap .tab-menu-detail .item ul li:hover .p1
{
    color: #147BD1;
}
.news-wrap .tab-menu-detail .item ul li:hover .p2
{
    color: #147BD1;
}
.news-wrap .tab-menu-detail .item ul li a{

    margin-bottom: 60px;
    width:100%;
}
.news-wrap .tab-menu-detail .item ul li .p1{
    font: .24rem/.4rem "syht-r";
    color:#333;
    margin-bottom:.1rem;
    height: .8rem;


}
.news-wrap .tab-menu-detail .item ul li .des .p1,
.news-wrap .tab-menu-detail .item ul li .des .p2{
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width:100%;
}
.news-wrap .tab-menu-detail .item ul li .p2{
    font: .16rem/.28rem "syht-r";
    color: #666;
    color:#9c9c9c;
}
.news-wrap .tab-menu-detail .item ul li .date{
    margin-left:.1rem;
    width:.7rem;
    float: left;
}
.news-wrap .tab-menu-detail .item ul li .des{
    margin-left:1.2rem;
}
.news-wrap .top .tab-menu{
    display: flex;
}
.news-wrap .top .tab-menu li{
    margin-right: 60px;
    line-height: 60px;
    font-size: 18px;
    color:#000;
    cursor: pointer;
}
.news-wrap .top .tab-menu li.cur{
    color:#147BD1;
    border-bottom: solid 2px #147BD1;
}
.page-link{
    padding:0;
    width:32px;
    height:32px;
    line-height: 30px;
    border:solid 1px #ddd;
    text-align: center;
    color:#333;
}
.page-link:focus{
    box-shadow: none;
}
.pagination li{
    margin:0 10px;
}
.page-link:hover {
    z-index: 2;
    color:#147BD1;
    text-decoration: none;
    border-color: #147BD1;
    background-color: #fff;
}
.pagination li.cur .page-link{
    border-color:#147BD1;
    color:#147BD1;
}
.news-wrap .tab-menu-detail .item .page{
    margin: 0rem 0rem .3rem 0rem;
    display: flex;
    align-items: center;
    justify-content: end;
}
.news-wrap .tab-menu-detail .item .page .diyi,.news-wrap .tab-menu-detail .item .page .zuihou{
    width:53px;
    height:32px;
    border:solid 1px #ddd;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 30px;
    margin:0 20px;
    cursor: pointer;
}
.news-wrap .tab-menu-detail .item .page .zhongjianshuzi{
    width:32px;
    height:32px;
    border:solid 1px #ddd;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 30px;
    margin:0 5px;
    cursor: pointer;
}
.news-wrap .tab-menu-detail .item .page .zhongjianshuzi.cur{
    border-color: #147BD1;
    color: #147BD1;
}
.news-wrap .tab-menu-detail .item .page  .num{
    font-size: 14px;
    color:#666;
}
.news-wrap .tab-menu-detail .item .page .tz{
    font-size: 14px;
    color:#666;
    margin-left: 30px;
}
.pc{
    display: block;
}
/************************* 新闻详情 ******************************/
/* 面包屑 */
.breadcrumb {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.breadcrumb-wrap {
    background: #f3f6fd;
    border-bottom: 1px solid rgba(227,235,252,.09);
}
.breadcrumb a{
    color: rgba(0,0,0,.85) !important;
}
.breadcrumb {
    height: 56px;
    line-height: 56px;
}
.breadcrumb li{
    float: left;
    font-size: 14px;
    color: rgba(0,0,0,.85);
}
.breadcrumb_separator {
    margin: 0 5px;
}
.article {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}
.article img {
    width: 70%;
    padding: 6px 0;
}
.article dt {
    padding: .3rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.article h3{
    font: .28rem/.4rem "syht-r";
    color:#333;
    margin-bottom:.1rem;
}
.article .date,
.article .author {
    font-size: 14px;
    color: #9c9c9c;
    margin: 0 .1rem;
}
.article .author {
    margin-left: 20px;
}
.article dd p,
.article dd h4 {
    font-size: 14px !important;
    line-height: 32px !important;
    margin-bottom: 0 !important;
}

.article dd p {
    text-indent: 0 !important;
    padding:.1rem 0;
    font: .16rem/.28rem "syht-r";
    color: #666666;
    white-space: normal;
}

.article dd h4 {
    font-weight: 500;
    color: rgba(0,0,0,.8);
}
.article dd .image_container {
    margin-bottom: 24px;
}
.article dd .img_title {
    font-size: 12px;
    color: rgba(0,0,0,.6);
    text-align: center;
    margin-top: 8px;
}
.font-32 {
    font-size: 24px;
    line-height: 32px;
}
/*img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}*/
.tc{ text-align: center; }
.mb20{margin-bottom: .2rem;}

/************************* 投资者关系 ******************************/
/** 财务报告 **/
.servicebox{padding:50px 0 100px; background-size:contain;}
.serv{width:100%;margin:auto;position:relative;}
.serv >a{position:absolute;display:block;color:#ccc;width:13px;height:24px;left:-35px;top:140px;background-image:url(../images/l_arrow.png);}
.serv >a+a{left:auto;right:-35px;background-image:url(../images/r_arrow.png);}
.serv >a:hover{background-image:url(../images/l_arrow_w.png); background-color:#CCC;}
.serv >a+a:hover{background-image:url(../images/r_arrow_w.png); background-color:#CCC;}

.serv .bd{width:90%;height:400px; margin:0 auto;border-radius: 5px;}
.serv .bd div{width:100%!important;}
.serv .bd li{margin:0 50px 0 0;background:#fff;height:400px;width:310px;float:left; position:relative; overflow:hidden;border-radius: 5px;}
.serv .bd a>img{width:100%;height:223px;display:block; position:absolute; top:0; left:0;}
.serv .bd a:hover>img{width:120%;height:233px;bottom:0px; }
.serv .bd a:hover{background-color:rgba(20,123,209,.97);}

.serv .bd a{display:block; height:100%; text-decoration:none;}
.serv .bd a *{transition:all .3s ease;}
.serv .bd h2{ padding:26px 0 0; font-size:0.22rem; font-weight:normal; color:#333; text-align:center; position:relative; margin-top:223px;}
.serv .bd p{font-size:0.16rem; color:#999; padding:20px;}
.serv .bd a:hover>h2 ,.serv .bd a:hover>p { color:#fff;}

.ggao_l img{width: 4rem;height: 6.98rem;margin-right: .2rem;}
.ggao_R {width: calc(100% - 2rem);height: 6.98rem;}
.ggao_tab, th, td {border: 1px solid #e1e1e1;border-collapse: collapse;}
.ggao_tab tr th{ height:0.4rem; font-size:0.16rem; line-height:0.4rem; background:#f7f7f7; font-weight:normal;}
.ggao_tab tr td{ height:0.4rem; font-size:0.14rem; line-height:0.4rem; background:#fff; padding-left: 0.2rem;}
.ggao_tab a{ color:#147bd1;}
.investor {width: calc((100% - .32rem) / 2); position: relative;}
.investor img{ width:100%; height:auto; cursor:pointer;}

.ggzl_bg{ background:url(../images/tzgl_bg.png) no-repeat 0 0; width:100%; height:8.87rem;}
.tzgl_mz{ background:url(../images/tzgl_mz.png) no-repeat 0 0; width:100%; height:7rem;background-size: contain;}
/*分页*/
.paging li{float:left;background:#fff;border:1px solid #e1e1e1;border-right:0;height:0.3rem;font:0.14rem/0.3rem "思源黑体";}
.paging li.first-child{border-radius:2px 0 0 2px;}
.paging li.last-child{border-radius:0 2px 2px 0;border-right:1px solid #e1e1e1;}
.paging li a,.paging li.slh{color:#666;padding:0 0.1rem;text-align:center;display:block;}
.paging li a:hover,.paging li a.hover{background:#478ce7;color:#fff;}
.inp-paging{border:1px solid #ddd;border-radius:2px;width:0.3rem;padding:0 0.05rem;}
.plr5{padding:0 0.05rem;}
/*搜索*/
.pt20{ padding-top:0.2rem;}
.searchDiv{width:3.2rem; height:0.4rem; border-radius:3px; background:#fff; border:1px solid #e0e0e0; position:relative;}
.searchDiv input{ width:100%; line-height:0.38rem; font-size:0.14rem; background:#fff;text-indent:0.15rem; border:0; color:#333; position:absolute; left:0; top:0; font-family:"思源黑体"}
.searchDiv input::-webkit-input-placeholder{color:#909297;}
.searchDiv input:-moz-placeholder{color:#909297;}
.searchDiv input::-moz-placeholder{color:#909297;}
.searchDiv input:-ms-input-placeholder{color:#909297;}
.searchDiv a{ width:0.2rem; height:0.2rem; display:inline-block; position:absolute; top:0.08rem;}
.searchDiv a.icon-search{right:0.1rem;}
.searchDiv a img{width:0.2rem; height:0.2rem;}

/************************* 关于我们 ******************************/
.aboutWord02 {
    position: relative;
    padding: .25rem 0rem;
    box-sizing: border-box;
}

.aboutWord02 p {
    position: relative;
    font: .20rem/.32rem "syht-r";
    color: #666;
}
.companyphoto {
    width: calc(100% - 5.52rem);
    position: relative;
    right:0rem;
    left: 0rem;
}

.photoBig {
    width:4.9rem;
    margin-right: .2rem;
}
.photoBig dt {
    width: 4.9rem;
    height: 8.29rem;
    position: relative;
    overflow: hidden;
}

.photoBig dt img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
}
.photoBig dt:hover img{
    transform: scale(1.2);
}

.photoBig dt label {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .6rem;
    background: rgba(0, 0, 0, .3);
    font: .18rem/.6rem "syht-r";
    color: #fff;
    text-indent: .2rem;
    /* display: none; */
}

.photoBig dt:hover label {
    display: block;
}

.photoBig dd {
    font: .18rem/.72rem "syht-r";
    color: #333;
}
.photoSmall{width:100%!important;}
.photoSmall dl{ width:100%!important;display: flex!important;}
.photoSmall dt{ width:3.5rem;height:4.06rem; margin-right:0.2rem;}

.honor-box{
    padding: 0 1.2rem;
    margin-bottom: .4rem;
}
.honor-box img{
    width: 100%;
    height: 100%;
}
.mt20{margin-top: .2rem;}
.hand{cursor: pointer;}
.about-box{
    padding: 0 0;
    margin-bottom: .4rem;
}
.about-box img{
    width: 100%;
    height: 100%;
}
.fcontainer{
    float: left;
    display: flex;
    font: .16rem/.32rem "syht-r";
    width: 33%;

}
.fcontainer dl{margin: .1rem;text-align:left;}
.fcontainer dd{margin: 0;color: #666;vertical-align: middle; line-height:.4rem; height:.4rem;}
.fcontainer dt{font-weight: bold;color: #333;}

.icon-phone{
    background: url(../images/icon-phone.png) no-repeat left center;
    background-size: .22rem .22rem;
    padding-left:.25rem;
    display: inline-block;
    height:.22rem;
    vertical-align: middle;
}
.icon-yb{
    background: url(../images/icon-yb.png) no-repeat left center;
    background-size: .22rem .22rem;
    padding-left:.25rem;
    display: inline-block;
    height:.22rem;
    vertical-align: middle;
}
.icon-fax{
    background: url(../images/icon-fax.png) no-repeat left center;
    background-size: .22rem .22rem;
    padding-left:.25rem;
    display: inline-block;
    height:.22rem;
    vertical-align: middle;
}
.icon-address{
    background: url(../images/icon-address.png) no-repeat left center;
    background-size: .22rem .22rem;
    padding-left:.25rem;
    display: inline-block;
    height:.22rem;
    vertical-align: middle;
}
.ml100{margin-left: 1rem;}
.ff-box{ width: 100%;}
.mt50{margin-top: .5rem;}
.tblue{height: .32rem; width: 1.56rem; background-color: #147BD1;border-radius: .1rem; text-align: center;line-height: .32rem; color: #ffffff; margin: .3rem 0 .1rem 0;}

/************************* 关于我们-集团成员修改 ******************************/
.about-box1{width: 100%;}
.about-box1 img{width: 95%!important;height: auto!important; }
.ff-box01{ width:100%;}
.fcontainer01{float: left;display: flex;font: .16rem/.32rem "syht-r";width: 100%;}
.fcontainer01 dl{margin: .1rem;text-align:left;}
.fcontainer01 dd{margin: 0;color: #666;vertical-align: middle; line-height:.4rem; height:.4rem;}
.fcontainer01 dt{font-weight: bold;color: #333;}

/* 公司简介 */
.c3{ color:#333333!important;}
.f30{ font-size:.40rem;}
.about_bg01{ background-image:url(../images/about_bg01.jpg);width:19.2rem; height:6rem;}
.about_gsjs_left{ float:left; width:42%;}
.about_gsjs_left p{font-size:.20rem; line-height:.46rem; margin-top:.2rem; color:#333;}
.about_gsjs_right{ float:right; width:40%; margin-right:.6rem;}
.about_yaosu{display: flex; align-items: center; margin-top:.45rem;}
.about_yaosu img{ float:left; width:.72rem; height:.72rem;}
.about_yaosu .title01{ font-size:.28rem; font-weight:700; color:#147bd1; margin-left:.2rem;}
.about_yaosu .title01 span{font-size:.18rem; color:#666666; font-weight:normal;}
.about_yaosu .title02{ font-size:.34rem; font-weight:700; color:#147bd1; margin-left:.2rem;}
.about_yaosu .title02 span{font-size:.20rem; font-weight:700; color:#147bd1;}
.about_yaosu .title02 p{font-size:.18rem; color:#666666; font-weight:normal;}
.about_yaosu:first-child{ margin-top:.1rem;}
.about_line{ width:1px; height:.4rem; background-color:#147bd1; float:left; margin-left:.4rem; margin-right:.2rem;}
.about_gslc{ background-image:url(../images/about_gslc.jpg); width:19.2rem; height:9.2rem;background-size: cover;}

/* 回到顶端按钮的样式 */
#backToTop {
    background:url(../images/top_icon01.png) no-repeat 0 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    width:60px;
    height:60px;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0.8;
}
#backToTop:hover {
    background:url(../images/top_icon02.png) no-repeat 0 0;
    opacity:1;
}
/*分类tabs*/
.tabClassify {
    height:auto;
    zoom: 1;
    margin-top: .2rem;
    float:left;
    width:26%;
}

.tabClassify li {
    float: left;
    display: block;
    cursor: pointer;
    color: #000;
    height: .72rem;
    line-height:.72rem;
    font: .22rem/.38rem "syht-r";
    margin: 0 1.2rem;
}

.tabClassify li.hover {
    position: relative;
    font-weight: 700;
    color: #147bd1;
    font-size:.26rem;
}

.tabClassify li.hover:after {
    content: '';
    height: .02rem;
    background: #147bd1;
    position: absolute;
    left: 0;
    right: 0;
    bottom:.25rem;
}

.tabCon {
    padding: .2rem 0rem .3rem;
    box-sizing: border-box;
    float:left;
    width:70%;
}

.tabCon .hover {
    display: block;
}

.tabMod {
    display:none;
    zoom: 1;
}
.classify_mon{ float:left; width:100%; border-bottom:1px solid #CCC; padding-bottom:.5rem; margin-top:.5rem;}
.classify_mon h2:hover,.classify_mon p:hover{color:#147bd1; cursor:pointer;}
.classify_mon h2{ font-size:.32rem; color:#33333; height:.5rem; margin-bottom:.25rem; font-weight:700; }
.classify_mon p{ font-size:.18rem; color:#666; font-weight:normal; line-height:.34rem;}
.classify_mon:first-child{ margin-top:0rem;}
.tb{font-weight: bold!important; color: #333!important;}
.c_line{height: 1px;background-color:#d9d9d9;margin: .1rem 0;}

.investor01 {display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 0.22rem;}
.investor01 img{ width:100%; height:auto; cursor:pointer;}