<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}

body { font-family: 'microsoft yahei',verdana, geneva, sans-serif; font-size:16px; }
.shadow2021 {
    -moz-box-shadow:3px 3px 5px #999 ;
    -webkit-box-shadow:3px 3px 5px #999; 
    box-shadow:3px 3px 5px #999; 
}

html { overflow-x: hidden; overflow-y: auto; }


a{
    text-decoration: none;
    color: #333;
}
li{
    list-style: none;
}
.text-right{
    text-align: right;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 200;
}

.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.logo {
    display: block;
    float: left;
    height: 60px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    top: 10px;
    margin-left: 20px;
    
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto
}

.logo .txt {
    display: inline-block;
    vertical-align: middle;
    height: 33px;
    line-height: 31px;
    border: 1px solid #005e40;
    text-align: center;
    font-size: 14px;
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 8px
}

.logo .txt em {
    color: #005e40
}

.hd-r {
    /* float: left; */
    /* padding-right: 140px; */
    position: relative;

}

.nav {
    margin-right: 0;
    float: right;
    margin-left: 2%;
    width: 70%;
    /* border:red 1px solid;  */
}

.nav-item {
    float: left;
    /* padding: 0 38px; */
    position: relative;
    width: 11%;
    text-align: center;
    /* border:red 1px solid; */
}

.nav-item2 {
    float: right;
    /* padding: 0 38px; */
    position: relative;
    width: 11%;
    text-align: center;
    /* border:red 1px solid; */
    background-color: #064d8d;
    color:#ffffff;
}


.nav-item:after {
    content: '';
    width: 1px;
    height: 14px;
    /* background-color: #ddd; */
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.nav-item:last-child:after {
    display: none
}

.nav-tit1 {
    font-size:18px;
    color: #333;
    line-height: 80px;
    display: block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: arial, helvetica, sans-serif, microsoft yahei; 
}

.nav-tit2 {
    font-size:18px;
    color: #ffffff;
    line-height: 80px;
    display: block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: arial, helvetica, sans-serif, microsoft yahei; 
}

.nav-tit1:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #01498b;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-item.on .nav-tit1, .nav-item:hover .nav-tit1 {
    color: #01498b
}

.nav-item.on .nav-tit1:after, .nav-item:hover .nav-tit1:after {
    width: 100%
}

.nav2 {
    position: absolute;
    left: -95px;
    top: 100%;
    background-color: #fff;
    border-top: 1px solid #ccdfd9;
    padding: 35px 60px 45px 20px;
    overflow: hidden;
    width: 610px;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.nav-item:last-child .nav2, .nav-item:nth-last-child(2) .nav2, .nav-item:nth-last-child(3) .nav2 {
    left: 0;
    right: 0;
}

.nav2-txt {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.nav2-txt:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.nav2-tit {
    font-size: 14px;
    color: #666;
    width: 36%;
    display: block;
    float: left;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}



.nav2-tit:hover {
    color: #01498b
}


.nav-tit2:hover,.nav-tit2.on {
    background-color: #072e52;
}

.nav2-tit:after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6d6;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

.nav2-tit:nth-child(even):before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    top: 0
}

.nav2-tit:nth-child(2):before {
    top: 10px
}

.nav2-pic {
    float: right;
    position: relative;
    width: 254px;
    height: 158px;
}

.nav2-pic img {
    display: block;
    width: 100%;
    height: 100%
}

.nav2-slogan {
    line-height: 24px;
    padding: 0 15px;
    background-color: #01498b;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: -11px
}

.nav2-slogan:after {
    content: '';
    background: url(/uploads/image/simages/nav-shadow.png) no-repeat center center/11px auto;
    width: 11px;
    height: 8px;
    position: absolute;
    top: 100%;
    right: 0
}

.langandso {
    /* width: 37%; */
    /* position: absolute; */
    /* right: 0; */
    top: 0;
    height: 100%;
    background-color: #01498b;
    line-height: 80px;
    text-align: center;
    float: right;
    height: 80px;
    width: 34%;
    /* border:red 1px solid; */
}
.langandso a{
    margin: 0;
}
.hd-lang {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    text-align: center;
    float: right;
    margin-right: 0;
    width: 100%;
}
.hd-lang&gt;a.nav-tit1{

    width: 23%;
}
.hd-lang&gt;a{
    color: #ffffff;padding: 0 0px;  width: 14%;
    font-size:18px;
    font-family: arial, helvetica, sans-serif, microsoft yahei; 
}
.hd-lang&gt;a:hover{opacity: .8;}
.hd-lang:after {
    display: none;
    content: '';
    width: 1px;
    height: 22px;
    background-color: #3c846d;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px
}

.hd-lang span {
    font-size: 16px;
    color: #fff;
    background: url(/uploads/image/simages/down1.png) no-repeat right center/12px auto;
    padding-right: 17px;
    cursor: pointer
}

.lang-box {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

#footer {
    /* height: 535px; */
    background: #02509b;
    margin-bottom: 0;
    overflow: hidden;
    font-family: 'microsoft yahei',verdana, geneva, sans-serif;
}


.footerfont { color:#ffffff;font-size: 15px;
    font-family: 'microsoft yahei',verdana, geneva, sans-serif; line-height: 185%;
    
}

.footerfont a { color:#ffffff; font-size: 15px;
    font-family: 'microsoft yahei',verdana, geneva, sans-serif;
    
}

.footerbox {
    width: calc(100% - 50px);
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 44px;
}

/*@media screen and (max-width: 1500px) {*/
/*    .footerbox .navbox {*/
/*        left:0!important*/
/*    }*/
/*}*/

.footerbox .navbox {
    position: relative;
    left: -65px;
    height: auto;
    width: 155px;
    box-sizing: border-box;
    float: left;
    margin-left: 65px;
}

.footerbox .navbox .navboxtow {
    margin-top: 20px
}

.footerbox .navbox h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'microsoft yahei',verdana, geneva, sans-serif;
    text-align: left;
    border-bottom: 1px solid #1c62a5;
    height: 40px;
    margin-bottom: 10px;
}

.footerbox .navbox a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #bdbcbc;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 500;
    font-family: 'microsoft yahei',verdana, geneva, sans-serif;
    text-align: left;
}

.footerbox .erweima {
    height: 140px;
    width: 140px;
    margin-top: 32px;
}

.footerbox .iconthree {
    width: 140px;
    justify-content: space-between;
    position: relative;
    right: -75px;
    margin-top: 25px
}

.footerbox .iconthree img {
    width: 40px;
    height: 40px
}
.copright{

    max-width: 1440px;

    margin: 30px auto;

    border-top: 1px solid #1c62a5;

    overflow: hidden;

    height: 50px;

    line-height: 50px;

    width: calc(100% - 50px);
}
.yinsi{

    float: left;

    color: #bdbcbc;
}
.banquan {

    float: right;

    color: #bdbcbc;
}
.banquan a{
    color: #bdbcbc;
}
.space{
    height: 80px;
}
/*product*/
.protit{
    background: #01519b;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.indeprocuct{

}
.indeprocuctlist{

    position: relative;

    overflow: hidden;

    background: #f8f8f8;
}
/*.indeprocuctlist:hover {*/
/*    background: none;*/
/*    color: #fff;*/
/*}*/
.sou{

    position: absolute;

    width: 10%;

    left: 46.5%;

    top: 39%;

    z-index: 99;
}
.sou img{

}

.indeprocuctlist:nth-child(2n) .indeprocuctlistl.img{
    float: left;
}
.indeprocuctlist .indeprocuctlistl.text{
    text-align: right;
}

.indeprocuctlist:nth-child(2n) .indeprocuctlistl.text{
    float: right;
    text-align: left;
}

.indeprocuctlistl{

    float: left;

    width: 50%;

    position: relative;

    /* background: #f8f8f8; */
}
.indeprocuctlistl img{
    width: 100%;
}
.bgpro{

    position: absolute;

    width: 100%;

    z-index: -1;
}
.bgpro img{

    width: 100%;

    height: 580px;
}
.indeprocuctlistl:hover .bgpro{
    z-index: 10;
}
.inpname{

    width: 73%;

    margin: 10px auto;

    font-size: 50px;

    margin-top: 87px;

    font-weight: normal;
}
.inpname2{

    width: 73%;

    margin: 20px auto;

    font-size: 32px;

    font-weight: normal;
}
.inpname3{

    width: 72%;

    margin: 10px auto;

    font-size: 19px;

    color: #666;

    font-weight: normal;
}
.promore {

    font-size: 24px;

    width: 86%;

    text-align: right;

    margin-top: 46px;
}
.promore a{
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
.indeprocuctlistr{

    float: left;

    width: 50%;
}
.indeprocuctlistr img{

    width: 100%;

    height: 579px;
}
.zoujin{

}
.zoujintit{

    margin: 40px 0;
}
.zoujintit img{

}
.zoujinbottom{
    background:  no-repeat bottom;
    background-size: 100% 97%;
}
.zoujincon{

    width: 100%;

    margin: 0 auto;

    overflow: hidden;
}
.zoujinconl{

    width: 30%;

    float: left;

    margin-left: 8%;

    margin-bottom: 33px;
}
.entertit{

    font-size: 58px;

    margin-top: 48px;
}
.enterintro{

    font-size: 25px;

    margin: 20px auto;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    color: #666;

    line-clamp: 2;

    -webkit-box-orient: vertical;
}
.zoujinlink{

    overflow: hidden;
}
.zoujinlink a{

    text-decoration: none;

    height: 50px;

    border-bottom: 1px solid #666;

    display: block;

    float: left;

    width: 46%;

    margin-right: 4%;

    color: #000;

    font-size: 25px;

    line-height: 46px;
}
.zoujinlink a img{

    float: right;

    margin: 10px;
}
.finde{

    font-size: 26px;

    margin: 20px 0;
}
.linxilink{

}
.linxilink a{

    text-decoration: none;

    height: 50px;

    background: #fff;

    display: block;

    float: left;

    width: 45%;

    margin-right: 2%;

    color: #666;

    font-size: 25px;

    line-height: 46px;

    padding-left: 2%;
}
.linxilink a img{

    float: right;

    margin: 10px;
}
.zoujinconr {

    float: right;

    width: 60%;
}
.zoujinconr img{

    width: 100%;
}
.intro{
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.txt-about{text-align: center;padding-top: 18px;margin-bottom: 30px;}
.txt-about h4{font-size: 30px;color: #444;margin-bottom: 18px;}
.txt-about p{font-size: 14px;line-height: 24px;color: #8a8a8a;}

.g-btn1{display: block;margin: 0 auto;text-align: center;width: 120px;height: 26px;
    border: 2px solid #dcdcdc;border-radius: 26px;line-height: 26px;color: #adadad;
}
.g-btn1:hover{border-color: #d0a02f;color: #d0a02f;}

.content {
    width: 88.5%;
    margin: 0 auto;
    
}
.float{
    float: right;
}
.indexnews-info {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1440px;
}

.indexnews-title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    position: relative;
}

.indexnews-title span {
    font-family: 'arial';
    text-transform: uppercase;
    margin-left: 15px;
}

.indexnews-title:after {
    content: '';
    height: 4px;
    width: 60px;
    display: block;
    margin: 0 auto;
    background-color: #01498b;
    margin-top: 15px;
    border-radius: 2px;
}

.indexnews-ban {
    margin-top: 75px;
    overflow: hidden;
}

.indexnews-ban .indexnews-title {
    margin-bottom: 40px;
}
.info-t {
    text-align: right;
    margin-bottom: 10px;
}

.info-t a {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 35px;
    transition: all 0.5s ease;
}

.info-t a.act {
    background-color: #01498b;
    color: #fff;
}

.info-t a:hover {
    background-color: #01498b;
    color: #fff;
}

.info-t a i {
    width: 10px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: ;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
    transition: all 0.5s ease;
}

.info-t a:hover i {
    background-image: ;
}

.indexnews-new .left {
    width: 40%;
}
.indexnews-new .left .pic img{
    width: 100%;
}
.indexnews-new a .font {
    padding-top: 35px;
    position: relative;
}

.indexnews-new a .time {
    width: 110px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 35px;
    font-size: 28px;
    color: #666666;
}

.indexnews-new a .ti {
    padding-left: 110px;
    box-sizing: border-box;
}

.indexnews-new a .tit {
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.indexnews-new a .de {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    /* border-left: 1px solid #dedede; */
    /* height: 60px; */
    overflow: hidden;
    margin-top: 28px;
    padding-left: 0;
    box-sizing: border-box;
}

.home-gstd-list{display: flex;align-items: center; margin-top: 20px;margin-bottom: 20px;}
.home-gstd-list .img-box{width: 9%;margin: 0 0.5%; display: flex;justify-content: center;}
.home-gstd-list .img-box .img-width{width: auto;height: auto;cursor:pointer;}

.indexnews-new .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.indexnews-new .swiper-pagination-custom,
.indexnews-new .swiper-pagination-fraction {
    bottom: 165px;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.indexnews-new .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: ;
    background-size: cover;
    opacity: 0.8;
    background-color: transparent;
}

.indexnews-new .swiper-pagination-bullet-active {
    background-image: ;
}

.indexnews-new {
    position: relative;
}

.indexnews-new .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 52.9%;
}

.indexnews-new .swiper-slide a:hover .pic img {
    transform: scale(1.1)
}

.indexnews-new .swiper-slide a:hover .tit {
    color: #01498b;
}

.indexnews-new .right a {
    line-height: 88px;
    height: 88px;
    border-top: 1px solid #dedede;
    /* height: 20%; */
    box-sizing: border-box;
}

.indexnews-new .right a:last-child {
    border-bottom: 1px solid #dedede
}

.indexnews-new .right a .zi {
    width: 83%;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexnews-new .right a .date {
    display: inline-block;
    font-size: 28px;
    color: #666;
    vertical-align: middle;
}

.indexnews-new .right a i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    vertical-align: middle;
}

.indexnews-new .right a:hover .zi {
    color: #01498b;
}

.indexnews-new .right a:hover .date {
    color: #01498b;
}

.indexnews-new .right a:hover .zi i {
    background-image: ;
}

.ad {
    margin-left: 10px;
}

.indexnews-new .right a:hover .zi {
    margin-left: 3%;
}

.indexnews-new .right a {
    position: relative;
    display: block;
}

.indexnews-new .right a .ra {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    padding-left: 10px;
    box-sizing: border-box;
}

.indexnews-d {
    margin-top: 70px;
}


/*indexcont*/
.index_content .producttype {
    font-size: 0
}

.index_content .producttype .producttype_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.index_content .producttype .producttype_box::after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.index_content .producttype .producttype_box img {
    width: 100%
}

.index_content .producttype .producttype_box .producttype_alert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 210px;
    text-align: center;
    z-index: 2
}

.index_content .producttype .producttype_box .producttype_alert img {
    width: 75px;
    height: 75px;
    margin-bottom: 30px
}

.index_content .producttype .producttype_box .producttype_alert h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 46px;
    padding-top: 32px;
    position: relative
}

.index_content .producttype .producttype_box .producttype_alert h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 50px;
    border-bottom: 1px dashed #fff
}

.index_content .producttype .producttype_box .producttype_alert p {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.index_content .producttype .producttype_box .producttype_alert_videl {
    position: absolute;
    z-index: 111111;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(2);
    z-index: 1;
    opacity: 0;
    transition: all .4s
}

.index_content .producttype .producttype_box .producttype_alert_videl video {
    width: 100%;
    height: 100%
}

.index_content .producttype .producttype_50 {
    width: 50%
}

.index_content .producttype .producttype_100 {
    width: 100%
}

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}

.container-11{max-width: 1100px;margin: 0 auto;width: 100%;}
.container-14{max-width: 1400px;margin: 0 auto;width: 100%;}
.container-16{max-width: 1600px;margin: 0 auto;width: 100%;}
.img-width{width: 100%;height: auto;}
.main-container{ padding: 40px 0; }
.bghui{background: #f4f4f4;}
.bgbai{background: #fff;}
.text-align-center{text-align: center;}

.ny-banner{
    width: 100%; padding-top: 20px;
}

/* å†…é¡µæ&nbsp;ç›® */
.ny-nav-bg{background: #ffffff;border-bottom: 1px solid #e5e5e5; margin-bottom: 20px;}
.nav-box{display: flex;justify-content: space-between;align-items: center;}
.nav-ul{display: flex; }
.nav-ul .nav-li{margin-right: 20px;}
.nav-ul .nav-li .nav-link{font-size: 16px;color: #333333;padding: 35px 15px;}
.nav-ul .nav-li .nav-link.active,.nav-ul .nav-li .nav-link:hover{background: #3571b0;font-weight: bold;color: #fff; transition: all 0.3s;}

.ny-nav-child{ margin: 40px 0 30px; }
.ny-nav-child .nav-ul-child{display: flex;justify-content: center;}
.ny-nav-child .nav-ul-child .nav-li-child{margin: 0 10px;}
.ny-nav-child .nav-ul-child .nav-link-child{padding: 15px 35px; background: #f4f4f4;display: inline-block; color: #333;}
.ny-nav-child .nav-ul-child .nav-link-child.active,.ny-nav-child .nav-ul-child .nav-link-child:hover{background: #3571b0;color: #fff; transition: all 0.3s;}

/* ä½ç½®å¯¼èˆª */
.page-title{font-size: 14px;  }
.page-title a { color: #3571b0; font-size: 14px; }
.page-title { display: -ms-flexbox; display: flex; justify-content: flex-start; padding-top:20px;padding-bottom: 20px; color: #838383;align-items: center;}
.page-title .breadcrumb { justify-content: flex-start; display: flex; }
.page-title .crumb-tb{ color: #7d6666; margin-right: 5px;}
.page-title .breadcrumb-item{height: 19px;line-height: 19px;padding-right: 5px;display: flex;align-items: center;color: #3571b0;}

/* å†…é¡µæ&nbsp;‡é¢˜ */
.ny-title-2:before{content: "";width: 22px;height: 2px;display: block;}
.ny-title-2{font-size:22px;color: #d3d3d3;font-weight: bold;margin-bottom: 15px;}
.ny-title{font-size: 36px;font-weight: bold;color: #3571b0;margin-bottom: 30px;}

/* åˆ†é¡µ */
.pagination-box{display: flex;justify-content: center; margin: 30px auto; width: 100%; }
.pagination-box .pagination{display: flex;justify-content: center;}
.page-item{margin: 0 5px;}
.page-item .page-link{color: #333;}
.page-item.active .page-link{background: #3571b0;border: 1px solid #3571b0;color: #fff;}
.page-item.jt .page-link{background: #d0d0d0;border: 1px solid #d0d0d0;color: #fff;}
.page-item:hover .page-link{background: #3571b0;border: 1px solid #3571b0;color: #fff;}
.page-link {width: 50px;height: 50px;display: flex;justify-content: center;align-items: center; border: 1px solid #d0d0d0;}

/* æœç´¢ */
.search-group{display: flex;justify-content: flex-end;  align-items: center;}
.search-group .text{font-size: 14px;color: #777777; margin-right: 10px;}
.search-group .search-form{border: 2px solid #d0d0d0; display: flex; background: #f8f8f8;}
.search-group .search-form .form-control{border: none;background: #f8f8f8; width: 400px; height: all;padding: 0;}
.search-group .search-form .btn{border: none;background: #f8f8f8;}

/* å•é¡µ */
.main-container.about p{margin-bottom: 35px;font-size: 16px;line-height: 28px;color: #555555;}
.main-container.about img{ text-align: center; }
.main-container.about h3{font-size: 38px;color: #000;margin-bottom: 50px;}
.main-container.about h2{font-size: 40px;font-weight: bold;color: #1068b1;}
.main-container.about h2 span{color: #000000;}
.main-container.about h1{font-size: 28px;color: #000000;font-weight: bold;}
.main-container.about .about-num-box{display: flex; margin-top: 20px; margin-bottom: 20px;}
.main-container.about .about-num{width: 25%;background:url(/uploads/image/simages/abouttb.jpg) no-repeat left top; padding-left: 36px; }
.main-container.about .about-num h4{font-size: 45px;color:#1068b1;font-weight: bold; line-height: 50px;}
.main-container.about .about-num p{font-size: 14px;color: #999999;margin-bottom: 0;}
.main-container.about .about-ximg-box{display: flex;justify-content: space-between;}
.main-container.about .about-ximg{width: 32%;position: relative;}

.ny-content.history{}
.ny-content.history .history-box{background:url(/uploads/image/simages/hisbg.jpg) no-repeat center top; display: flex;text-align: right }
.ny-content.history .history-box .history-item{width: 47%; padding-top: 10px;padding-bottom: 10px;}
.ny-content.history .history-box .history-item h4{font-size: 24px;color: #397bcb;margin-bottom: 25px;}
.ny-content.history .history-box .history-item p{font-size: 16px;color: #333; line-height: 20px;margin-bottom: 10px;}
.ny-content.history .history-box:nth-child(2n){text-align: left;justify-content: flex-end;}

.main-container.link p{margin-bottom: 35px;font-size: 15px;line-height: 28px;color: #555555;}
.main-container.link h3{font-size: 24px;color: #000;margin-bottom: 10px;}
.link-box{display: flex;justify-content: flex-end; background:url(/uploads/image/simages/link1.jpg) no-repeat center top; height: 240px; align-items: center; }
.link-box .link-nr{width: 43%; }
.link-box .link-nr h3{font-size: 38px;font-weight: bold;color: #fff;}
.link-box .link-nr p{font-size: 17px;color: #cccbcb; margin-bottom: 40px;}
.link-box .link-nr .more{background: #fff;padding: 8px 13px; color: #946233;font-size: 15px;}
.link-box2{display: flex;flex-wrap: wrap; margin-top: 10px;justify-content: space-between;margin-bottom: 20px;}
.link-box2 .img{width: 19%;border: 1px solid #eaeaea; margin-top: 20px; }

.main-container.contact .contact-list{display: flex;justify-content: space-between; margin-top: 20px;}
.main-container.contact .contact-list .contact-box {width: 33.33%; border-right: 1px solid #cccccc; padding:  0 60px; height: 200px;}
.main-container.contact .contact-list .contact-box:last-child{border-right: 0px solid #cccccc; }
.main-container.contact .contact-list .contact-box h4{font-size: 20px; color: #000000;font-weight: bold;margin-bottom: 25px;}
.main-container.contact .contact-list .contact-box p{font-size: 14px;color: #999999;line-height: 24px;}

.main-container.culture p{margin-bottom: 35px;font-size: 15px;line-height: 28px;color: #555555; text-align: center;}
.main-container.culture img{ text-align: center; }
.main-container.culture h5{font-size: 34px;color: #000;margin-bottom: 10px;text-align: center;}
.main-container.culture h6{font-size: 18px;color: #000;margin-bottom: 30px;text-align: center;}
.culture-box{display: flex;flex-wrap: wrap;}
.culture-nr{display: flex;align-items: center;position: relative;width: 50%;justify-content: center;}
.culture-nr .text{position: absolute; font-size: 36px;color: #fff;text-align: center;font-weight: bold;display: block; padding-left:1em;}
.culture-nr:hover .text{display: none;}
.culture-nr .texton{position: absolute; z-index: 10;display: none;padding-left: 80px;padding-right: 80px;}
.culture-nr:hover .texton{display: block;}
.culture-nr .texton h3{font-size: 30px;color: #fff;margin-bottom: 20px;}
.culture-nr .texton h3:after{width: 30px;height: 2px;background: rgba(255,255,255,.4);margin-top: 10px;display: block;content: "";}
.culture-nr .texton p{font-size: 14px;line-height: 24px;color: #fff;text-align: left;}
.culture-nr .yy{background: url(/uploads/image/simages/idea-mask.png);background-size: cover;width: 100%;height: 100%;opacity: 0;position: absolute;left: 0;top:0; text-align:center;}
.culture-nr:hover .yy{opacity: 1;}
.culture-nr .icon{position: absolute;width: 70px;height: 70px;z-index: 11px;}
.culture-nr .icon.a{bottom: 0;right: 0;}
.culture-nr .icon.b{bottom: 0;left: 0;}
.culture-nr .icon.c{top: 0;right: 0;}
.culture-nr .icon.d{top: 0;left: 0;}
.culture-nr .icon{background: #fff;z-index: 99}
.culture-nr .icon .off{display: block;}
.culture-nr .icon .on{display: none;}
.culture-nr:hover .icon{background: #004a9a}
.culture-nr:hover .icon .off{display: none;transition: all 0.3s;}
.culture-nr:hover .icon .on{display: block; transition: all 0.3s;}

.main-container.qa p{margin-bottom: 35px;font-size: 15px;line-height: 28px;color: #555555; text-align: center;}
.qa-box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qa-box .qa-nr{width: 24%;position: relative;overflow: hidden; height: 223px;margin-top: 20px;}
.qa-box .qa-nr .text{width:40%; background: rgba(30,140,200,0.8); position: absolute;left: 0;top:0; height: 100%;display: flex;justify-content: center;align-items: center;}
.qa-box .qa-nr .text .title{font-size: 24px;color: #fff;text-align: center;font-weight: bold;margin-bottom: 0; }
.qa-box .qa-nr .text .num{position: absolute;
    top: -45px;
    left: -20px;
    font-size: 142px;
    opacity: .5;
    color: #ffffff;}

.main-container.kj .kj-box{background: #f3f5f8;height: 376px;justify-content: space-between;margin-bottom: 30px;}
.main-container.kj .kj-box .img{width: 30%;float: left;height: 376px;}
.main-container.kj .kj-box .img img{width: 100%; height: 100%;}
.main-container.kj .kj-box .text{width: 62%;float: right;display: flex;align-items: center;height: 376px; padding-right: 40px;}
.main-container.kj .kj-box .text h3{font-size: 24px;color: #0e6eb8;line-height: 34px;}
.main-container.kj .kj-box .text h4{font-size: 14px;color: #999999;line-height: 24px;font-style: italic;}
.main-container.kj .kj-box .text p{font-size: 16px;color: #4c4c4c;line-height: 36px;margin-top: 30px;}
.main-container.kj .kj-box:nth-child(2n) .img{float: right;}
.main-container.kj .kj-box:nth-child(2n) .text{float: left;padding-left: 40px;padding-right: 0;}

/* äººæ‰åˆ—è¡¨ */
.main-container.job .job-box{background: #fff;height: 376px;justify-content: space-between;margin-bottom: 30px; padding-top: 20px;padding-bottom: 20px;}
.main-container.job .job-box .job-nr{justify-content: space-between;}
.main-container.job .job-box .img{width: 30%;float: right;height: 376px;}
.main-container.job .job-box .img img{width: 100%; height: 100%;}
.main-container.job .job-box .text{width: 62%;float: left;display: flex;align-items: center;height: 376px; padding-right: 40px;}
.main-container.job .job-box .text h3{font-size: 24px;color: #fb8b01;line-height: 34px;}
.main-container.job .job-box .text h4{font-size: 14px;color: #999999;line-height: 24px;font-style: italic;}
.main-container.job .job-box .text p{font-size: 16px;color: #959593;line-height: 36px;margin-top: 30px;}
.main-container.job .job-box:nth-child(2n) {background: #f2f2f2;}
.main-container.job .job-box:nth-child(2n) .img{float: left;}
.main-container.job .job-box:nth-child(2n) .text{float: right;padding-left: 40px;padding-right: 0;}

/* æ¡ˆä¾‹ */
.case-container{ display: flex; flex-wrap: wrap; }
.case-container .case-box{width: 32%; margin-bottom: 20px; margin: 0 0.5% 20px;}
.case-container .case-box h4{font-size: 16px; text-align: center; margin-bottom: 15px; margin-top: 15px;}
.case-container .case-box h4 a{color: #333;}
.case-container .case-box h4 a:hover{color: #1881d9;transition: all 0.3s;}
.case-container .case-box.solution h4{text-align: left; margin-bottom: 5px;}
.case-container .case-box.solution p{font-size: 14px;color: #909090;margin-bottom: 10px;}

.case-content{padding: 20px 0 40px;}
.case-content .title{font-size: 32px;color: #000; text-align: center; margin-bottom: 10px;}
.case-content .share{display: flex;justify-content: flex-end; margin-bottom: 30px;  border-bottom: 1px solid #e5e5e5; padding-bottom: 20px;}
.case-content .share text{line-height: 45px;}
.case-content .share a{margin-left: 10px;}
.case-content .content p{margin-bottom: 20px;}
.case-video{text-align: center; margin-bottom: 30px;}

/* é—®ç­” */
.main-container.faq{padding-bottom: 0;}
.faq-container{padding: 20px 0 40px;}
.faq-container .faq-box{background: #f5f5f5; padding: 50px 0;}
.faq-container .faq-box:nth-child(2n){background: #fff}
.faq-container .faq-box .faq{display: flex;}
.faq-container .faq-box .faq .num{width: 5%;}
.faq-container .faq-box .faq .num .num-bg{width: 42px;height: 42px;background: #858585; text-align: center;line-height: 42px;color: #fff;font-size: 16px; border-radius: 50%;overflow: hidden;}
.faq-container .faq-box:nth-child(2n) .faq .num .num-bg{background: #ffbb6a;}
.faq-container .faq-box .faq .text{width: 95%;}
.faq-container .faq-box .faq .text h4{font-size: 22px;color: #000; line-height: 42px; margin-bottom: 10px;}
.faq-container .faq-box .faq .text p{font-size: 14px;color: #66667c;}

/* è¥é”€ç½‘ç»œ */
.network-container{display: flex;justify-content: space-between;margin-bottom: 50px;}
.network-container .left{width: 60%;}
.network-container .right{width: 38%; height: 728px;overflow-y:scroll}
.network-container .right .network-box{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #ebebeb;}
.network-container .right .network-box h4{font-size: 24px;margin-bottom: 15px;color: #1a1a1a;}
.network-container .right .network-box p{font-size: 14px;margin-bottom: 10px;color: #47494c; display: flex;align-items: center;}
.network-container .right .network-box .tel:before{content: "";width: 17px;height: 17px;display: inline-block; margin-right: 5px;background: url(/uploads/image/simages/icon1.jpg) no-repeat;}
.network-container .right .network-box .addr:before{content: "";width: 17px;height: 17px;display: inline-block; margin-right: 5px;background: url(/uploads/image/simages/icon2.jpg) no-repeat;}


/* æ–°é—» */
.news-container {}
.news-container .news-box{padding: 30px 0; background: #efefef;}
.news-container .news-box:nth-child(2n){background: #fff;}
.news-container .news-nr{display: flex;justify-content: space-between;}
.news-container .news-nr .news-time{width: 15%;}
.news-container .news-nr .news-time .time-d{font-size: 60px;color: #f7f7f7;margin-bottom: 18px;}
.news-container .news-nr .news-time .time-ym{font-size:14px;color: #000; padding-left: 10px;}
.news-container .news-nr .news-img{width: 25%;overflow: hidden;}
.news-container .news-nr .news-img:hover img{transform:scale(1.1);transition: all 0.3s;}
.news-container .news-nr .news-text{width: 60%; padding-left: 80px;}
.news-container .news-nr .news-text h4{font-size: 22px;color: #000; line-height: 28px; margin-bottom: 20px;}
.news-container .news-nr .news-text h4 a{font-size: 22px;color: #000;}
.news-container .news-nr .news-text .desc{font-size: 12px;color: #666666;margin-bottom: 20px;}
.news-container .news-nr .news-text p{font-size: 15px;color: #000;line-height: 30px;margin-bottom: 30px;}
.news-container .news-nr .news-text .more{font-size: 12px;color: #c2c2c2; padding: 8px 30px;border-top: 1px solid #c2c2c2;border-bottom: 1px solid #c2c2c2;}
.news-container .news-box:hover{background: #8b8b83;transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-time .time-d{color: #fff;transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-time .time-ym{color: #fff; transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-text h4 a{font-size: 24px; color: #fff;transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-text .desc{color: #fff;margin-bottom: 20px;transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-text p{font-size: 16px;color: #fff;transition: all 0.3s;}
.news-container .news-box:hover .news-nr .news-text .more{color: #fff; border-top: 1px solid #fff;border-bottom: 1px solid #fff;transition: all 0.3s;}

.news-content{padding: 20px 0 40px;}
.news-content .title{font-size: 32px;color: #000; text-align: center; margin-bottom: 10px;}
.news-content .desc{text-align: center;font-size: 14px;color: #a59999;border-bottom: 1px solid #e5e5e5;padding: 0px 0 20px; margin-bottom: 30px;}
.news-content .share{display: flex;border-bottom: 1px solid #e5e5e5; padding: 30px 0;}
.news-content .share text{line-height: 45px;}
.news-content .share a{margin-left: 10px;}
.news-content .content p{margin-bottom: 20px; padding-bottom: 0px; font-family: 'microsoft yahei',verdana, geneva, sans-serif; font-size:16px; line-height:180%;}
.news-other{ font-size: 14px;color: #b29999;display: flex;justify-content: space-between; border-bottom: 1px solid #e5e5e5; padding: 30px 0;}
.news-other a{font-size: 16px;color: #333;}
.news-other a:hover{color: #3571b0;transition: all 0.3s;}
.news-other .next{display: flex; width: 45%;}
.news-other .prev{display: flex; width: 45%; justify-content: flex-end;}
.news { border:#efefef 1px solid;}

/* çƒ­é—¨äº§å“ */
.hot-pro{margin-top: 30px; margin-bottom: 30px;}
.hot-pro .hot-pro-title{font-size: 27px;color: #666666;font-weight: bold; text-align: left; margin-bottom: 20px;}
.hot-pro .pro-list{display: flex;justify-content: space-between;}
.hot-pro .pro-box {width: 23%; border: 1px solid #e5e5e5; }
.hot-pro .pro-box h4{font-size: 16px;text-align: center; margin-top: 10px;margin-bottom: 25px;}
.hot-pro .pro-box h4:before{content: "";width: 30px;height: 3px;display: block;background: #3571b0; margin: 15px auto 10px;}
.hot-pro .pro-box h4 a{color: #333;}
.hot-pro .pro-box h4 a:hover{color: #3571b0;transition: all 0.3s;}

/* äº§å“ */
.pro-nav{padding: 20px 0 20px;}
.pro-ul{display: flex;}
.pro-ul .pro-li{background: url(/uploads/image/simages/probgoff.jpg) no-repeat center top; background-size: cover;width: 20%; border-right: 1px solid #fff;}
.pro-ul .pro-li.active,.pro-ul .pro-li:hover{background: url(/uploads/image/simages/probgon.jpg) no-repeat center top; background-size: cover;}
.pro-ul .pro-li img{width: 20px;height: 20px;}
.pro-ul .pro-li .pro-link{display: flex;justify-content: center;height: 46px; color: #fff; padding-top: 15px;}
.pro-ul .pro-li .pro-link .img{margin-right: 5px;}

.profl-title{display: flex; padding: 35px 0; font-size: 24px; align-items: center;}
.profl-title .text{padding-left: 10px;}
.bbhui{border-bottom: 1px solid #eaeaea;}
.profl-list{padding: 10px 0; line-height: 24px; }
.profl-list .profl-box{margin-top: 15px;margin-bottom: 15px; display: flex;}
.profl-list .profl-box .left{width: 5%;}
.profl-list .profl-box .right{width: 95%; display: flex;flex-wrap: wrap;}
.profl-list .profl-box .right .profl-link{padding: 0 5px; margin: 0 5px;}
.profl-list .profl-box .right .profl-link.active,.profl-list .profl-box .right .profl-link:hover{color: #097ad8; border-bottom: 1px solid #097ad8; }
.profl-ss {padding: 30px 0; color: #c0c0ba;}
.profl-ss span{color:#097ad8; }
.profl-desc{padding: 20px 0; display: flex; align-items: center;}
.profl-desc .img{width: 30%;}
.profl-desc .text{padding-left:50px; }
.profl-desc .text p{margin: 20px 0; font-size: 16px; }

.prolist{display: flex; flex-wrap: wrap; margin-top: 20px;}
.prolist .pro-box{width: 24%; margin: 15px 0.4%; position: relative;border: 1px solid #e5e5e5;}
.prolist .pro-box .more{position: absolute;right: 0;top: 0; background: #e5e5e5; width: 30px;height: 30px; text-align: center;line-height: 30px; color: #fff;z-index: 10; font-size: 20px;}
.prolist .pro-box:hover .more{background: #f33d05; transition: all 0.3s;}
.prolist .pro-box:hover h4:before{background: #f33d05; transition: all 0.3s;}
.prolist .pro-box:hover h4 a{color: #f33d05;transition: all 0.3s;}
.prolist .pro-box h4{font-size: 16px;text-align: center; margin-top: 10px;margin-bottom: 25px;}
.prolist .pro-box h4:before{content: "";width: 30px;height: 3px;display: block;background: #1680d9; margin: 15px auto 10px;}
.prolist .pro-box h4 a:hover{color: #1881d9;transition: all 0.3s;}

.pronr-nav{background: url(/uploads/image/simages/soubg1.jpg) repeat-x bottom; padding-top: 0px;}
.pronr-nav .pronr-ul{display: flex;justify-content: center;}
.pronr-nav .pronr-ul .pronr-li{width: 120px;margin:  0 15px; }
.pronr-nav .pronr-ul .pronr-li .pronr-link{padding: 30px 0;display: block;}
.pronr-nav .pronr-ul .pronr-li .pronr-link .img{display: flex;justify-content: center;align-items: center; height: 60px;}
.pronr-nav .pronr-ul .pronr-li .pronr-link h5{text-align: center;font-size: 16px;color: #909090; line-height: 24px;border-bottom: 4px solid #fff;padding-bottom: 15px;}
.pronr-nav .pronr-ul .pronr-li.active h5,.pronr-nav .pronr-ul .pronr-li:hover h5{color: #f47d27; border-bottom: 4px solid #f33d05; }
.pronr-nav-child {background: #f6f6f6;padding: 15px 0; height: 45px;}
.pronr-nav-child .pronr-ul-child{display: flex; position: absolute;}
.pronr-nav-child .pronr-li-child{ margin: 10px 30px; }
.pronr-nav-child .pronr-li-child .pronr-link-child.active,.pronr-li-child .pronr-link-child:hover{color: #f96b57;}

.pronr-title{font-size: 26px;font-weight: bold;color: #666666; padding: 15px 0;}
.pronr-img{margin-top: 50px;margin-bottom:30px;}
.pronr-img .img-box{width: 40%;}
#magnifier {position: relative;width: 500px;}
.small-box {position: relative;width: 500px;height: 500px;margin-bottom: 20px;border: 1px solid #eee;}
.small-box img {display: block;}
.small-box .hover {display: none;position: absolute;left: 0;top: 0;width: 200px;height: 200px;border: 1px solid #aaa;background: #0099ff;opacity: .5;filter: alpha(opacity: 50);cursor: move;}
.thumbnail-box {position: relative;width: 100%;}
.thumbnail-box .btn {position: absolute;top: 50%;width: 22px;height: 32px;margin-top: -16px;}
.thumbnail-box .btn-prev {left: 0;background: url(/uploads/image/simages/btn_prev.png) no-repeat;}
.thumbnail-box .btn-next {right: 0;background: url(/uploads/image/simages/btn_next.png) no-repeat; }
.thumbnail-box .list {overflow: hidden;width: 390px;margin: 0 auto;}
.thumbnail-box .wrapper {width: 100000px; }
.thumbnail-box .list .item {float: left;margin: 0 10px;}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {border: 2px solid #fff;}
.thumbnail-box .list .item-cur img {border: 2px solid #e53e41;}
.big-box {display: none;overflow: hidden;position: absolute;left: 451px;top: 0;width: 540px; height: 540px; border: 1px solid #e4e4e4;}
.big-box img {display: block;}

.pronr-img .text{width: 60%;}
.pronr-img .text h1{font-weight: bold;font-size: 24px;color: #000;margin-bottom: 30px;}
.pronr-img .text p{font-size: 14px;color: #555555;margin-bottom: 20px;}
.pronr-img .text .tel{margin-top: 40px;display: flex; align-items: center;}
.pronr-img .text .tel .tel-img{width: 40px;}
.pronr-img .text .tel .tel-text{padding-left: 12px; font-size: 16px;line-height: 20px;}
.pronr-img .text .img-btn{margin-top: 20px;display: flex;}
.pronr-img .text .img-btn a{margin-right: 15px;}

.pronr-xq .content {font-size: 14px; color: #666; }
.pronr-xq .content p{line-height: 24px;}
.pronr-xq .content h4{margin-bottom: 15px; margin-top: 15px;}
.pronr-cs{margin-top: 20px;}

.pronr-pdf{background: #f6f6f6;padding: 40px 0; margin-top: 40px;}
.pronr-pdf .pronr-title{width: 200px;}
.pdf-box{width: 28%; display: flex;position: relative; align-items: center;}
.pdf-box .img{width: 20%;}

.pdf-box .text{width: 80%;}
.pdf-box .text h5 a{font-size: 16px; line-height: 24px;}
.pdf-box .text h5 a:hover{color: #f33d05;transition: all 0.3s;}
.pdf-box .text p{font-size: 14px;color: #909090;}

.pronr-ys{background: #f6f6f6;padding: 40px 0;}
.pronr-ys .pronr-title{width: 15%;}
.ys-list{width: 85%; display: flex;position: relative; align-items: center;position: relative;}
.ys-list .ys-box{width: 16.666%;}
.ys-list .ys-box .img{display: flex;justify-content: center;align-items: center;}
.ys-list .ys-box h6{text-align: center;margin-top: 10px;}

.pronr-faq-box{display: flex;}
.pronr-faq-box .img{width: 35%;}
.pronr-faq-box .text{width: 65%; padding-left: 40px;}
.pronr-faq-box .text h6{font-size: 24px; margin-bottom: 20px; margin-top: 15px;}
.pronr-faq-box .faq{display: flex;flex-wrap: wrap; margin: 5px 0;}
.pronr-faq-box .faq .faq-q{background: #2b63ab;width: 26px;height: 26px; text-align: center;line-height: 26px; color: #fff;font-size: 12px; border-radius: 50%;overflow: hidden;}
.pronr-faq-box .faq .faq-a{background: #ff893d;width: 26px;height: 26px; text-align: center;line-height: 26px; color: #fff;font-size: 12px; border-radius: 50%;overflow: hidden;}
.pronr-faq-box .faq .faq-text{width: 90%; padding-left: 10px;}
.pronr-faq-box .faq-box{margin: 15px 0;}
.pronr-faq-box .more{font-size: 18px;color: #737373; margin-top: 20px;}
.pronr-faq-box .more:hover{color: #f33d05;transition: all 0.3s;}
.pronr-case{margin-top: 30px;}
.pronr-hotpro .hot-pro{margin-top: 10px;}
.pronr-feedback h6{font-size: 17px;margin-bottom: 15px;}
.feedback{display: flex; flex-wrap: wrap;}
.feedback .form-box{width: 33.333%;position: relative;display: flex;align-items: center;margin-bottom: 15px;}
.feedback .form-box .text{margin-right: 15px;font-size: 14px;color: #ad9090;}
.feedback .form-box .text span{color: #f47d27;}
.feedback .form-box .input{border: 1px solid #c0c0c0;padding: 4px;}
.feedback .form-box .form-control{border:none; width: 370px; line-height: 24px;}
.feedback .form-box.textarea{width: 66.66%; align-items: flex-start;}
.feedback .form-box.textarea .form-control{border:none; width: 740px; line-height: 24px;}
.feedback .form-box.textarea .text{padding-top: 10px;}
.feedback .form-box.btnbg{width: 100%;}
.feedback .form-box.btnbg .btnbox{padding-left: 50px;}
.feedback .form-box.btnbg .btnbox .btn{border: none;background: #f8ab73;padding: 12px 40px;color: #fff;cursor: pointer;}

.table-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; background: #f6f6f6;}
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6; text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }

/* é£˜çª— */
.cndns-right{position:fixed;right: 2px;top:50%;margin-top:-250px;z-index:100}
.cndns-right .img{border: 1px solid #e0e0e0; width: 120px;margin-bottom: 10px}
.cndns-right .link{background: #b2b2b2;width: 120px;text-align: center;line-height: 30px; margin-bottom: 2px}
.cndns-right .link a{color: #fff;}
.cndns-right .link:hover{background: #008bca;transition: all 0.3s;}

/* ç•™è¨€ */
.form-feedback{width: 100%;}
.form-row{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.form-row .col-md-4{width: 30%;}
.form-row .col-12{width: 100%;}
.form-row .col-md-2{width: 20%;}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em   .75rem   2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-feedback .form-control {
    border-radius: 5px;
    background: #e8ecef;
    color: #4b4b4b;
    border-color: transparent;
    padding: .5rem .75rem;
    height: auto;
}
.form-feedback .btn {
    padding: 1rem .75rem;
    color: #fff;
    background: #3571b0;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    border: none;
}

/*åˆ†é¡µ*/

.pagination li{

        margin: 0 5px;

        width: 50px;

        height: 50px;

        background: #d0d0d0;

        border: 1px solid #d0d0d0;

        color: #fff;

        text-align: center;

        line-height: 50px;
        float: left;
        display: block;

    }

    .pagination a{

        color: #fff;
        display: block;

    }

    .pagination li.active{

        background: #e21e1f;

        border: 1px solid #e21e1f;

        color: #fff;

    }

    .pagination li a:hover{

        background: #e21e1f;

        border: 1px solid #e21e1f;

        color: #fff;

    }

.zx_u1 {
    line-height: 85px;
    background: #17479e;
    font-size: 0;
    box-sizing: border-box;
}

.zx_u1 li:first-of-type {
    border-left: 1px solid #dfe5e9;
}

.zx_u1 li {
    font-size: 18px;
    color: white;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    line-height: 85px;
    box-sizing: border-box;
    border-right: 1px solid #dfe5e9;
}



.zx_u1 li a { font-size:28px;}

.zhaoxiannashi {
    background: #f2f5f9;
    font-size: 0;
    padding: 50px 112px;
    box-sizing: border-box;
    display: none;
}

.zx_u2 ol.active {
    background: #fff !important;
}
.zx_u2 ol {
    font-size: 0;
    cursor: pointer;
    border-bottom: 1px solid #dfe5e9;
}

.zx_u2 ol li {
    font-size: 18px;
    color: #414141;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
    line-height: 85px;
    
    box-sizing: border-box;
    border-right: 1px solid #dfe5e9;
}
.zhaoxiannashi{display: flex;justify-content: space-between;}
.zhaoxiannashi p{margin-bottom: 10px!important; text-align: left!important;}
.zhaoxiannashi_l{width: 35%;position: relative; }
.zhaoxiannashi_r{width: 45%;position: relative;}
.zhaoxiannashi_btn{width: 18%;display: flex;align-items: center;justify-content: flex-end;}
.zhaoxiannashi_btn .zhaoxiannashi_btn_a{padding: 8px 15px;background: #3571b0;font-size: 16px;text-align: center;display: inline-block;color: #fff;}


.searchbox {
    float: right;
    margin-bottom: 0px;
    width: 225px;
    height: 34px;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
}
.searchbox .search {display: flex;}

.searchbox input {
    float: left;
    padding-left: 25px;
    width: 164px;
    height: 28px;
    background:  no-repeat 5px;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-right: 0;
}

.searchbox input:hover {
    color: #666;
    ff6600
}

.searchbox button {
    float: left;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #01498b;
    border: none;
    cursor: pointer;
}

.searchbox button:hover {
    background: #ff6600;
}

.pro-ul-child{display:flex;}
.pro-ul-child li{margin-right:20px;text-align:center;}
.pro-ul-child li .pro-link-child{padding:10px 20px;min-width:80px;display:inline-block;color:#c5b4b1;font-size:16px;border-bottom:3px solid #ffffff;}
.pro-ul-child li .pro-link-child.active,.pro-ul-child li .pro-link-child:hover{color:#000000;border-bottom:3px solid #0b4c87;transition:all 0.3s;font-weight:bold;}
.pronr-nav{background:url(/uploads/image/simages/soubg1.jpg) repeat-x bottom;padding-top:0px;}
.pronr-nav .pronr-ul{display:flex;justify-content:center;}
.pronr-nav .pronr-ul li{width:120px;margin:0 15px;}
.pronr-nav .pronr-ul li .pronr-link{padding:30px 0;display: block;}
.pronr-nav .pronr-ul li .pronr-link .img{display:flex;justify-content:center;align-items:center;height:60px;}
.pronr-nav .pronr-ul li .pronr-link h5{text-align:center;font-size:16px;color:#909090;line-height:24px;}
.pronr-nav .pronr-ul li.cur,.pronr-nav .pronr-ul li:hover{background:url(/uploads/image/simages/soubg2.jpg) center bottom no-repeat;}
.pronr-nav .pronr-ul li.cur h5,.pronr-nav .pronr-ul li:hover h5{color:#f47d27;}
.pronr-ul-child-box{display:flex;justify-content:center;}
.pronr-ul-child{display:flex;justify-content:center;}
.pronr-li-child{margin:10px 30px;}
.pronr-li-child a{color:#000;}
.pronr-li-child a:hover{color:#f96b57;}
#tab{position:relative;height:140px;}
#tab .tabcon{position:absolute;top:84px;width:100%;height:60px;background:#f6f6f6;}
#tab .tabcon div{padding:10px;position:absolute;display:none;}
#tab .tabcon div.cur{display:block;}


.indexnews-nr{width: 90%;margin: 20px auto 50px;display: flex;justify-content: space-between;position: relative;}
.indexnews-nr .indexnews-item{width: 23.5%;box-shadow: 3px 3px 6px #a0a2a2;padding-bottom: 25px;}
.indexnews-nr .indexnews-item .img img{width: 100%;transition: all 0.5s;}
.indexnews-item .img{width: 100%;height: 268px;overflow: hidden;display: block;}
.indexnews-nr .indexnews-item h4{font-size: 18px;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.indexnews-nr .indexnews-item .indexnews-tm{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #666666;}
.indexnews-item:hover .img img{transform: scale(1.1);}    
.indexnews-nr .indexnews-item .icon-j{
    background: url(/uploads/image/simages/ico_news.png) no-repeat center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -105px;
    right: 3%;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 9999;
}
.indexnews-item:hover .icon-j{
    opacity: 1;
    top: -135px;
}

.gongyi-title{padding: 15px 0;color: #fff;background: #2881c4;text-align: center;font-size: 19px;margin: 20px auto;width: 96%;}
.gy-box{display: flex;flex-wrap: wrap;margin-top: 20px;}
.gy-box .gy-nr{width: 20%;position: relative;display: flex;justify-content: center;}
.gy-box .gy-nr:after{content: "";width: 18px;height: 14px;background: url(/uploads/image/simages/gongyitb.jpg) no-repeat;display: block; position: absolute;top: 70px;right: -10px;}
.gy-box .gy-text{width: 80%;}
.gy-box .gy-title{font-size: 16px;color: #474748;line-height: 24px;text-align: center;margin-top: 10px;}
.gy-box .gy-desc{font-size: 14px;color: #737477;line-height: 24px;text-align: center;margin-bottom: 20px!important;}
.gy-box .gy-nr:nth-child(5n):after{display: none;}
.gy-box .gy-nr:nth-child(9n):after{display: none;}

/*tab*/
.o-m .ul-o div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;}
.o-m .ul-o img{border:0px;}
.o-m .ul-o ul,li{ list-style:none;}
.o-m .ul-o em,i{ font-style:normal;}
.o-m .ul-o a{ text-decoration:none; color:#333; outline:none;}
.o-m .ul-o a:hover{ background-repeat:no-repeat; color:#03a5e3;}
.clearom{ clear:both; line-height:0; height:0; font-size:0;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

.o-m{background:#ffffff;width:1400px;margin:20px auto; border:#cccccc 1px solid;}
.o-m .ul-o{float:left;width:320px;position:relative;background:#666; }
.o-m .ul-o li{width:100%;cursor:pointer;position:relative;z-index:2}
.o-m .ul-o span{width:62px;height:68px;float:left;display:block;border-bottom:1px solid #bfbdb9;background:url(/uploads/image/simages/n-qyjz-1.png) no-repeat;background-position:-272px 20px;}
.o-m .ul-o .li-t span{background-position:-272px -50px;}
.o-m .ul-o .li-s span{background-position:-272px -120px;}
.o-m .ul-o .li-f span{background-position:-272px -190px;}
.o-m .ul-o .li-w span{background-position:-272px -257px;}
.o-m .ul-o .li-l span{background-position:-272px -323px;}
.o-m .ul-o li p{float:left;line-height:68px;color:#fff;font-size:16px;width:258px;border-bottom:1px solid #cccbc8; letter-spacing:8px; font-weight:bold;}
.o-m .ul-o li b{position:absolute;display:block;width:15px;height:32px;background:url(/uploads/image/simages/n-qyjz-38.png) no-repeat;top:50%;margin-top:-16px;right:-15px;display:none;}
.o-m .ul-o .li-mask{background:#ff6800;position:absolute;left:0;top:0;width:335px;height:68px;background:url(/uploads/image/simages/n-qyjz-52.png) no-repeat;}
.o-m .ul-o li.on b{display:block;}
.o-m .ul-t{background:#ffffff;width:1060px;float:left;height:230px; background-repeat:no-repeat; padding-bottom:46px;}
.o-m .ul-t li{list-style-type:none;position:relative;height:100%;display:none;}
.o-m .ul-t .li-top{padding:25px 0 0 50px;}
.o-m .ul-t h5{color:#666;font-size:24px;line-height:38px;}
.o-m .ul-t h6{color:#666;font-size:18px;line-height:38px;}
.o-m .ul-t p{color:#999;font-size:14px;line-height:22px;margin-bottom:5px}
.o-m .ul-t h5,h6,p { margin:0; padding:0; font-weight:normal; }
.o-m .ul-t .li-a a{color:#2b91b8;font-size:14px;margin-right:30px;cursor:default;line-height:22px;}
.o-m .ul-t .li-a span{color:#999;font-size:14px}
.o-m .ul-t .li-img{width:100%;text-align:center;position:absolute;left:0;bottom:0;}
/*tab*/

/*tooltip*/
.egptooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
	
}

.egptooltip .egptooltiptext {
    visibility: hidden;
    width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
    background-color: #333333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
	text-align:left; 
	margin-left:-300px;
	margin-top:-120px;
	opacity:0.92;
    position: absolute;
    z-index: 1;
}

.egptooltip:hover .egptooltiptext {
    visibility: visible;
}

.egpzoomimg{
  cursor: pointer;
  transition: all 0.6s;
}
.egpzoomimg:hover{
  transform: scale(1.1);
}
/*tooltip*/

/*table*/
.excel { background-color:#000;}   
.excel tr { background-color:#fff;}  
.excel tr:nth-child(odd){background:#f4f4f4; }   
.excel tr:nth-child(even){background:#ffffff; }   
.excel tr:nth-child(1){background:#beffd9;color:#000; }  /*é¦–è¡Œæ&nbsp;‡é¢˜è¡Œæ&nbsp;·å¼*/  
.excel tr td { padding-left:6px;}
.excel tr th{ background-color:#fff; padding:12px; }  
.excel tr:hover { background-color:#ff9;}  
/*table*/

/*slidemenu*/
#egpslidemenu {
    position: fixed; right: 0; top: 420px;
}

#egpslidemenu li {
	margin:0px; padding:0px;    width: 210px; border:#ccc 1px solid;
    text-align: center;	display: block;
	margin-right: 30px;	background-color:#fff;	line-height:300%;
}
#egpslidemenu li a{ text-decoration:none; color:#000; display:block; }
#egpslidemenu li a:hover { background-color:#3498db; color:#ffffff; }
#egpslidemenu li.first { background-color:#005aab; color:#fff; font-weight:bold; height:50px;}
/*slidemenu*/

/*marquee*/
.expertlist{margin-top: 10px;overflow: hidden;position: relative;text-align: center;}
.expertlist ul{overflow: auto;}
.expertlist ul li{float: left;box-sizing: border-box;text-align: center;display: inline-block;width: 240px;list-style:none;}
.expertlist ul li img{height: 160px; width:220px;cursor: pointer;
 -moz-border-radius: 6px;  -webkit-border-radius: 6px; border-radius:6px;-moz-box-shadow:3px 3px 5px #999 ; -webkit-box-shadow:3px 3px 5px #999; box-shadow:3px 3px 5px #999;
 }
.expertlist ul li p{font-size: 14px;color: #000;line-height: 22px;}
.expertbar { padding:12px; background-color:#2881c4; color:#fff; font-weight:bold; font-size:19px; text-align:center; letter-spacing:6px;}
/*marquee*/

/*honor*/
.certify {position:relative;width:1320px;margin:0 auto}
.certify .swiper-container{padding-bottom:60px}
.certify .swiper-slide{width:444px;height:300px;background:#fff;box-shadow:0 8px 30px #ddd; }
.certify .swiper-slide img{display:block}
.certify .swiper-slide p{line-height:98px;padding-top:0;text-align:center;color:#636363;font-size:1.1em;margin:0}
.certify .swiper-pagination{width:100%;bottom:20px}
.certify .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;border:3px solid #fff;background-color:#d5d5d5;width:10px;height:10px;opacity:1}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active{border:3px solid #00aadc;background-color:#fff}
.certify .swiper-button-prev{left:-30px;width:45px;height:45px;background:url(/uploads/image/simages/wm_button_icon.png) no-repeat;background-position:0 0;background-size:100%}
.certify .swiper-button-prev:hover{background-position:0 -46px;background-size:100%}
.certify .swiper-button-next{right:-30px;width:45px;height:45px;background:url(/uploads/image/simages/wm_button_icon.png) no-repeat;background-position:0 -93px;background-size:100%}
.certify .swiper-button-next:hover{background-position:0 -139px;background-size:100%}
/*honor*/

.hui1 { -webkit-filter: brightness(60%);  filter: brightness(60%);}
.hui2 { -webkit-filter: brightness(100%);  filter: brightness(1000%); cursor:pointer;}
.hui3 { position: absolute; top: 0; left: 0; color:#fff; font-weight:bold; padding-top:25%; padding-left:30%; font-size:26px;}</pre></body></html>