@charset "utf-8";
* {word-wrap:break-word;word-break:normal;box-sizing:border-box;outline: none;}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Microsoft YaHei', 'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    min-width: 1300px;
    /* font-size: calc(100vw / 30); */
}
body {
    background: #ffffff;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    color: #000;
    margin: auto;
    padding: 0;
    line-height: 1.5;
}

/*	防止复制代码
body {-moz-user-select: none;-webkit-user-select: none;}
*/
header, section, footer, aside, nav, main, article, figure {
    display: block;margin:0;padding:0;border:0;
}
img,p,form {margin:0;padding:0;border:0;}
ul,li{list-style:none;padding:0;margin:0;}
h1,h2,h3 {margin:5px 0;padding:5px 0;}
input,textarea,button {font-family:'Ubuntu-Regular';}

a{transition: all .5s;}
.float-l {float:left;}
.float-r {float:right;}
.display-hidden{display: none;}
.display-block{display: block;}
.clear {clear:both;font-size:0; line-height:0; height:0; visibility:hidden;}
.pointer{cursor: pointer;}

/*	链接样式	*/
a {color:#262626;}
a:hover {text-decoration: none;color: #0a58ca;}
a:link,a:visited,a:active {text-decoration: none;}

a.nav-link{color:#ffffff;}
a.nav-link:hover {text-decoration:none; color:#aaaaaa;}
a.nav-link:link,a.nav-link:visited,a.nav-link:active {text-decoration:none;}

a.white-link {color:#fff;}
a.white-link:hover {text-decoration:none; color:#f0ab49;}
a.white-link:link,a.white-link:visited,a.white-link:active {text-decoration:none;}

a.red-link{color: #a80000;}
a.red-link:hover {text-decoration:none;color:#484848; }
a.red-link:link,a.red-link:visited,a.red-link:active {text-decoration:none;}

a.blue-link {color:#054b8e;}
a.blue-link:hover {text-decoration:none;color:#f90; }
a.blue-link:link,a.blue-link:visited,a.blue-link:active {text-decoration:none;}

a.green-link{color:#155f50;}
a.green-link:hover {text-decoration:none;color:#444444; }
a.green-link:link,a.he-link:visited,a.he-link:active {text-decoration:none;}

a.yellow-link{color:#F1A325;}
a.yellow-link:hover {text-decoration:none;color:#353535; }
a.yellow-link:link,a.huang-link:visited,a.huang-link:active {text-decoration:none;}

/*	字体颜色	 */
.text-white {color: #ffffff;}
.text-black {color: #000;}
.text-dark {color: #353535;}

.text-gray {color:#808080;}
.text-gray-darker {color: #222222;}
.text-gray-dark {color: #333333;}
.text-gray-light {color: #DDDDDD;}
.text-gray-lighter {color: #E5E5E5;}
.text-gray-pale {color: #F1F1F1;}

.text-danger {color: #EA644A;}
.text-warning {color: #F1A325;}
.text-success{color: #38B03F;}
.text-info{color: #03B8CF;}
.text-important{color:#BD7B46;}
.text-special{color: #8666B8}

.text-danger-pale{color: #FFE5E0;}
.text-warning-pale{color: #FFF0D5;}
.text-succes-pale {color: #DDF4DF;}
.text-info-pale {color: #DDF3F5;}
.text-important-pale{color: #F7EBE1;}
.text-special-pale{color: #F5EEFF;}


.header{width: 100%; z-index: 50; height: 90px; display: table; background:url("../images/headerbg.png") top repeat-x;  position: fixed;}
.header:before{content:'';position:absolute;top:-100%;left:0;right:0;height:100%;background:url("../images/headerbg2.png") top repeat-x;  z-index:-1;}
.header.on:before{top:0;}

.header .header-main{margin:0 auto; width:75%; height: 90px;}
.header .logo{ height:75px; float:left;overflow: hidden; display: inline; margin-top: 10px; }
.header .logo img{width: 100%;}
.header .logo a{float: left;width: 100%;height: 62px;display: block;  }
.header .fr{ float: right; display: flex;}
.fr{ display: inline;}
.header  .top-right{width:250px;overflow: hidden; padding-top:34px; text-align:right; display: flex;}
.header .search{width:250px;overflow: hidden; float: left;}
.header .top-right .retn{ width: 100px; height: 30px; text-align: center; line-height: 30px; float: left; /*border: 1px solid #8ab2c7;*/ margin-top:1px; margin-right: 10px; font-size: 14px;}
.header .top-right .retn a{ color: #ffffff; }
.header .top-right .retn:hover{ line-height: 30px; /*background: #3181c5; */}
.header .search .search-btn{float:left;cursor:pointer;background-color:#3580c4;color:#ffffff;width:38px;height: 29px;text-align: center;line-height: 29px;overflow: hidden; border: 0; margin-top:1px;}
.header .search .search-ipt{float:left; color:#000; opacity:30%;width: 160px;height: 30px;font-size:12px;padding:0 5px;border:1px solid #3580c4;border-right:0;overflow: hidden; border-top-left-radius:5px;border-bottom-left-radius:5px;}

.header .search .search-ipt::placeholder{color: #aaaaaa;font-size:14px;}
/*========header========*/

.nav {float: left; margin-right:60px; height: auto; display: table; width: 57.5rem;}

@media screen and (min-width:1600px) and (max-width:1800px) {
    .nav{width: 48rem;margin-right:35px;}
}

@media screen and (min-width:1100px) and (max-width:1600px) {
    .nav{width: 38rem;margin-right:30px;}
    .nav .nav-ul .nav-li{font-size: 1rem;}

}



.nav .nav-ul {margin:0 auto; height: 90px; }
.nav .nav-ul .nav-li:first-child{ }
 .nav-li{float:left; width:14.28%;text-align: center;position: relative; height: 90px; line-height: 90px; font-size: 1.25rem; }
.nav .nav-ul .nav-li a{ color: #ffffff;}
.nav .nav-ul .nav-li:hover{ background: #10499f;}
.nav .nav-ul .nav-li:hover a{ color: #ffffff;}
.nav .nav-ul .nav-selected{background-color: #1c1f63;}
.nav .drop-nav {position: absolute;z-index:999;left:0;right:0;padding:10px 0;display: none;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;overflow: hidden; background-image:url("../images/menubg.png");}
.nav .drop-nav ul{width: 100%; height: auto; display: table;}
.nav .drop-nav ul li{float: left;width: 100%;padding: 0;font-size:16px;text-align: center;overflow: hidden; height: 40px; line-height:40px;}
.nav .drop-nav ul li:hover{background-image:url("../images/menubg.png");}
.nav .drop-nav ul li a{color: #ffffff;}
.nav .drop-nav ul li a:hover{color: #aaaaaa;}

/*========幻灯========*/
.banner{ margin:auto;width: 100%;overflow: hidden; position: relative; /*height: 480px;*/ }
.banner img{float: left;width: 100%;}

.banner2{ margin:auto;width: 100%; position: relative; height: 380px; overflow: hidden; z-index: -1;}
.banner2 img{float: left;width: 100%;}
/*========幻灯end========*/


/*========首页========*/
.ntblank50{width: 100%; height: 50px;}
.solution{ width: 100%; height: auto; background: #f7f7f9; padding:40px 0;}
.mainbox{width:1300px; margin: auto; height: auto; display: table; }
.titlebox{ width: 100%; height: auto; display: table; margin: auto;}
.titlebox .title0{ margin: auto; width: 175px; height: 45px;  color:#005492; margin-bottom: 0; line-height: 48px; text-align: center;  font-size: 30px;}
.titlebox .titleen0{ margin: auto; color:#005492; font-size: 14px; text-align: center; width: 175px;}
.titlebox .title{width: 175px; height: 45px;  color:#005492; margin-bottom: 0; line-height: 48px;   font-size: 30px;}
.titlebox .titleen{color:#005492; font-size: 14px;  width: 175px;}


.bx{width:100%; height: auto; display: table; margin-top: 30px;}
.bx .fangan li{width: 22%; float: left; margin-right:3.5%; height:200px;  margin-bottom: 35px; }
.bx .fangan li:nth-child(4n){ margin-right: 0;}
.bx .fangan li img{ width: 100%; height:200px; }
.bx .fangan li .fgpic{width:100%; height: 200px;}
.bx .fangan li .fgname{width: 100%; height: 45px; line-height: 45px; text-align: center; font-size: 18px;}
.bx .bxleft{width:50%; float: left; height: auto; display: table;}
.bx .bxleft .gywmtext{ width:92%; padding:6px 0; font-size: 16px; line-height: 35px; text-indent: 40px;}
.bx .bxleft .gybox{ width: 92%; padding-top:90px;}
.bx .bxleft .gybox ul li{width: 134px; height: 140px; float: left; margin-right: 20px; background: #105f99;}
.bx .bxleft .gybox ul li:nth-child(4n){ margin-right: 0;}
.bx .bxleft .gybox ul li .litext{width:80%; margin: auto; text-align: center; height: 70px; line-height: 70px; font-size: 40px; color: #ffffff; margin-top: 25px;}
.bx .bxleft .gybox ul li .litxt{ width: 85%; height:30px; line-height: 30px; margin: auto; color: #ffffff; text-align: right; margin-top: 10px; font-size: 12px;}
.bx .bxright{width:50%; float: right; height: 520px; overflow: hidden; display: table;}
.bx .bxright .rgt{ width: 100%; min-height: 550px; background: url("../images/dot.png") no-repeat;}
.bx .bxright li:hover{ text-indent: 3px; }
.bx .bxleft .picbox{margin: 10px 15px; width:85.5%;background:#fff;border-radius:2px; padding-bottom: 30px; position: relative;}
.bx .bxleft .ywpic{width:100%;height:400px; overflow: hidden; z-index: -1; background: #eeeeee; }
.bx .bxleft .ywpic img{width:100%; z-index: -1;}
.bx .bxleft .ywtitle{ height:105px; width:100%;  top:380px; position: absolute;}
.bx .bxleft .ywtitle .titdate{width:65px; height: 82px; float: left; margin-left: 15px; background: #fe6a3a;  z-index: 0;}
.bx .bxleft .ywtitle .titnr{width:420px; font-size: 20px; float: right; margin-top: 30px; margin-right: 20px; height:65px; line-height:30px;}
.bx .bxleft .ywdemo{width:520px; height:100px; margin: auto; line-height: 30px; font-size:16px; color: #666666; margin-top:100px; }
.bx .bxright ul li{width:100%; height: 55px; line-height: 55px; border-bottom:1px dashed #dddddd; position: relative;}

.bx .bxright .nxbx{ margin: 0;}
.bx .bxright .nxbx li{width: 100%; padding: 25px 15px; height: 155px; border-bottom: 1px solid #eeeeee;}
.bx .bxright .nxbx li:hover{ background: #e3e3e3;}

/*产品服务*/
.prodbx{ width: 100%; height: 750px; background: url("../images/tubg.jpg"); margin-top: 60px;}
.titext{ width:40%; margin: auto; padding-top:20px;  height:140px; text-align: center; line-height: 30px; color: #ffffff;}
.produl{ width: 100%; height: 300px; margin: auto; padding-top: 60px;}
.produl li{width: 30%; margin-right: 3.3%; float: left;}
.produl li:nth-child(3n){ margin-right: 0;}
.produl li img{width: 100%;}


/*.bx .bxright ul li:hover{transform:translate(0,-1px)};*/

.lititle{width:85%; float: left; overflow: hidden; font-size: 18px;}
.lititle:hover{ line-height: 53px; }
.bx .bxright ul li:before{
    content: "";
  display: block;
  position: absolute;
  left: 5px;
  top:-8px;
  
  background-size: 100%;
  opacity: 0;
}
.lititle i{ font-size:10px; }
.littitlea{ height: 25px; line-height: 25px; width: 100%; overflow: hidden;}
.litdemo{ font-size: 14px; line-height: 30px; padding-top: 15px;}
.lidate{position:absolute; right: 0; width:65px; height:50px; margin-right: 20px;  float: right;  background: #3e81b1 url("../images/line1.png") no-repeat;color: #ffffff;}
.news_day { padding-left: 8px; position: relative; top: -9px; }
.news_mo { position: absolute; right: 8px; bottom: -9px; }
  /*新闻动态*/
.news{ width: 100%; height: 890px; background: url("../images/bgy.png") right bottom no-repeat;}
.nwbox{width:100%; height: 594px; background-image: url("../images/bg1.jpg"); margin-top: 30px; padding-top: 20px;}
.nwbox .nwleft{width:60%; float: left; margin-top: 25px;}
.nwbox .nwleft ul li{ height: 220px; width: 100%;}
.nwbox .nwleft ul li .picleft{width:325px; height: 205px; float: left; position:relative;}
.nwbox .nwleft ul li .pdate{float: left; width: 72px; height: 42px; top:95px; background: #fe6a3a; position:absolute; color: #ffffff; text-align: center; line-height: 18px; }
.nwbox .nwleft ul li .pdate span{ font-size: 12px;}
.nwbox .nwleft ul li .ptu{width:293px; height: 175px; float: left; margin-left:35px; overflow:hidden;}
.nwbox .nwleft ul li .ptu img{width:100%;}
.nwbox .nwleft ul li .ptext{width:370px; height: 220px; float: right;}
.nwbox .nwleft ul li .picright{width:360px; float: right; height:180px;}
.nwbox .nwleft ul li .picright h2{font-size: 18px; color: #000000; line-height: 22px; font-weight: bold;}
.nwbox .nwleft ul li .picright .ntext{ font-size: 16px; color: #666666; padding-top: 15px; line-height:30px; height:112px; overflow:hidden;}
.nwbox .nwright{width:35%; float: right;margin-top: 25px;}
.nwbox .nwright ul li{height:70px; width: 100%; padding:8px 15px;}
.nwbox .nwright ul li:hover{ background:#0d6efd; color:#ffffff;}
.nwbox .nwright ul li:hover a{ color:#fff;}

.news-pic{ width: 1300px; height: auto; display: table; margin: auto;}
.swiper-prod{width:1300px; height: 300px; margin-top: 45px;}
.swiper-prod img{ width: 100%; height: 250px; border-radius: 20px;}

.lyr_boder .prodpic{ width:30%; height: 165px; float: left; margin-right: 4.5%; margin-top: 10px; margin-bottom: 30px; position: relative;}
.lyr_boder .prodpic:nth-child(3n){margin-right: 0;}
.lyr_boder .prodpic img{ width: 100%; height: 165px; }
.lyr_boder .prodpic h2{position:absolute; bottom:0; background: url("../images/bbg.png") top repeat-x;
     text-align: center; font-size: 18px; text-align: center; width: 100%; margin: auto;  }
.lyr_boder .prodpic a{ color: #ffffff;}
/*其他信息*/
.nwbox2{width:100%; height:850px; background-image: url("../images/bg2.png");  padding-top: 20px;}
.mainleft{float: left;width: 47%; height: auto;}
.mainright{float:right; width: 47%; height: auto;}
.newul li{ height: 55px; border-bottom: 1px solid #d7d8d9;}
.morearow{ float: right; color: #337FE5; line-height:40px; height:40px; padding-left:5px;}
.morearow i{ font-size:22px;}
.morearow a{ color:#004486; display:table; width:35px; height:26px; text-align:center;}
.morearow a:hover{color:#fe6a3a; padding-bottom:2px;}
.zbbox{width:100%; height: auto; display: table; margin-top: 40px;}
.zbbox .zbleft{width:190px; height: 185px; float: left; margin-right: 15px;}
.zbbox .zbright{width:340px; height: 190px; float: right; }
.zbbox .zbright ul li{ height:95px; line-height:30px; border-bottom: 1px solid #cccccc;padding: 10px 0;}

/*案例展示*/
.mainbox .casebx{ margin: 0;padding: 0; margin-top: 40px;}
.mainbox .casebx li{width: 385px; height: 320px; float: left; margin-right: 67px;}
.mainbox .casebx li:nth-child(3n){ margin-right: 0;}
.mainbox .casebx li .lipic{width: 385px;height:260px;}
.mainbox .casebx li img{width: 385px;height:260px;}
.mainbox .casebx li .lintitle{ font-size: 18px; line-height: 50px; width: 100%; overflow: hidden; text-align: center;}


.menu2{ width: 100%; height: 55px; background: #ededed;}
.menu2 .mnbx{ width: 1200px; height: 55px; margin: auto;}
.menu2 .mnbx li{ padding: 0px; width:180px;float: left; line-height: 55px; height: 55px; text-align: center; font-size: 18px;}

/*========首页end========*/

.picli{ width:30%; margin-right:5%; float: left; height: 245px; margin-bottom: 15px;}
.picli:nth-child(3n){ margin-right: 0;}
.picli .lipics{ width: 100%; height: 200px;}
.picli img{ width: 100%; height:200px;}
.picli .litexts{ height: 45px; line-height: 40px; font-size: 18px; text-align: center;}

/*====工程案例图=====*/
.pics{ width: 31.3%; margin-right: 3%; height: 320px; float: left;}
.pics:nth-child(3n){ margin-right: 0;}
.pics img{ width: 100%;}
.pics h2{ margin-bottom: -40px;}

/*==联系我们==*/
.contact-map{ width: 100%; height: 650px; margin: auto;}
/*======内页=====*/
.page-main{width:1200px; height: auto; margin: auto; min-height: 600px; margin-top:30px;}
.page-main-left{width:240px; float: left; top:-120px;}
.page-main-left .nyletitle {
    height: 100px;
    position: relative;
    background: url(../images/nyfltitlebg.png) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.nyletitle .xytitle{ color: #ffffff; font-size: 22px;}
.page-main-left .nyletitle p {
    font-size: 0.3rem;
    color: #eef2fb;
}
.page-main-left .left-nav {
    background: #eff2fb url(../images/nylemenu.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 20px 50px;
    display: block;
    min-height: 350px;
}
.page-main-left .left-nav li {
    position: relative;
    padding: 20px 0;
    border-bottom: 0.01rem dashed #bac3d2;
    border-top: 0.01rem dashed #fff;
    width:85%; margin: auto; font-size: 18px;
    text-indent:8px;
}
.selected0{ background: #dddddd;}
.page-main-left .left-nav .selected a{ color: #0a53be;}

.page-main-left .left-nav li a.on em {
    color: #543f9e;
}
.page-main-left .left-nav li > a {
    display: block;
    padding: 0 0.2rem 0 0.2rem;
    font-size: 18px;
    color: #333;
}
.page-main-left .left-nav li > a b {
    position: absolute;
    right: 0px;
    top: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    bottom: 0;
    background: url(../images/arr.png) no-repeat right center;
    background-size: 0.08rem 0.14rem;
}
.page-main-left .left-nav li > a.cur,
.page-main-left .left-nav li > a.on,
.page-main-left .left-nav li > a:hover {
    color: #543f9e;
}
.page-main-left .left-nav li > a.cur01 {
    color: #543f9e;
}
.page-main-left .left-nav li:last-child {
    border-bottom: 0;
}
.page-main-left .left-nav .sub_con {
    padding: 0.2rem 0 0;
}
.page-main-left .left-nav .sub_con a {
    font-size: 0.14rem;
    background: none;
    line-height: 0.3rem;
    display: block;
    padding-left: 0.2rem;
    color: #5d5d5d;
}
.page-main-left .left-nav .sub_con a.cur,
.page-main-left .left-nav .sub_con a:hover {
    color: #543f9e;
}
.page-main-left .left-nav li:last-child {
    position: relative;
}
.page-main-left .left-nav li:last-child::after {
    content: "";
    background: none;
}
.page-main-left .left-nav li a.on b {
    transform: rotate(90deg) translateX(-0.05rem);
}


.crnt{ width:1300px; margin:auto;  margin-top:-114px; height:111px; z-index:999; color:#ffffff; background:url(../images/navbg.png) left no-repeat; font-size:18px; z-index: 999;}
.cnt{ margin-left:80px; height:70px; padding-top:30px; line-height:35px;}
.crnt a{ color:#ffffff;}
.nowt{ font-size:22px;}
.navcnt{ font-size:12px; text-indent:10px;}




.page-main-right{width:900px; float: right; min-height: 600px;}

.page-nav{width:100%;height:70px; line-height:70px;margin-bottom: 20px;border-bottom:3px #eef2fb solid;}
.nyrttitle{width:30%; float:left;font-size: 24px;font-weight: bold;color: #333;line-height:70px;}
.current{width:40%; float: right; text-align: right;line-height:70px;}


.page-main .page-item{
    float: left;width: 100%;padding:20px 0;
    display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;
    border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.page-main .page-item .image{flex:none;width: 200px;margin-right: 40px;}
.page-main .page-item .image img{float: left;width: 100%;}

.page-main .page-item .date-time{
    flex:none;width:150px;
    padding:0px;text-align: justify;margin-right:20px;transition: all .2s;
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;align-content: center;
    overflow: hidden;}
.page-main .page-item .date-time .year{font-size:20px;color: #543f9e;font-weight: normal;}
.page-main .page-item .date-time .day{
    font-size:50px;color: #543f9e;
    position: relative;}

.page-main .page-image-item-ul{
    float:left;width:1230px;
    display: flex;flex-flow: row wrap;justify-content: flex-start;align-content: center;align-items: center;
    overflow: hidden;}
.page-main .page-image-item{float: left;width:380px;margin:15px;position:relative;border:1px solid #dbdbdb;box-shadow:0 0 5px 2px #cccccc;overflow: hidden;}
.page-main .page-image-item .image{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .image img{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .title{position: absolute;left:0;bottom:0;padding:15px;background-color: rgba(0,0,0,.5);color:#ffffff;overflow: hidden;}
.page-main .page-image-item:hover{box-shadow: 0 0 5px 2px #aaaaaa;}


.page-main .content-title{float:left;width: 100%;padding:30px 0;font-size:32px;text-align:center;overflow: hidden; background: #fafafa; margin-top:30px;}
.page-main .content-demo{float: left;width: 100%;margin-bottom:20px;padding:20px;background-color:#fafafa;color:#666;text-align: justify;overflow: hidden;}
.page-main .content-text{float: left;width: 100%;margin-bottom:20px;text-align: left;font-size:18px;line-height: 35px;overflow: hidden; background: #ffffff; }
.page-main .content-text img{max-width: 100%;}
.page-main .content-date{float: left;width: 100%;text-align:center;padding:20px 0;color:#aaaaaa;overflow: hidden; background: #ffffff;}




.lyr_boder .news_item {
    display: flex;
    justify-content: space-between;
    padding: 35px 30px;
    /* border: .01rem solid red; */
    border-bottom: 1px dashed #e5e5e5;
    width: 100%;
}
.lyr_boder .news_item:last-child{
    border-bottom:0px dashed #e5e5e5;
}
.lyr_boder .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;
}


.lyr_boder2 .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;

}



.lyr_boder .news_item .news_left {
     margin-right: 40px;
     font-family: "Philosopher";
     width: 85px;
 }

.lyr_boder .news_item .news_left2{margin-right:20px;width:180px; float: left; overflow: hidden;}
.lyr_boder .news_item .news_left2 .newspic{ height:126px;}
.lyr_boder .news_item .news_left2 img{width:100%;}

.lyr_boder .news_item .news_left .number {
    font-size: 45px;
    color: #543f9e;
    text-align: center;
}

.lyr_boder .news_item .news_left .news_time {
    font-size: 14px;
    color: #543f9e;
    background: url(../images/kuaiji/related.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 30px;
    text-align: center;
   /* line-height: 30px;*/
}




.lyr_boder .news_item .news_right {
    width: calc(100% - 135px);
}

.lyr_boder .news_item .news_right .news_title {
    font-size: 18px;
    line-height: 34px;
    /* height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
}

.lyr_boder2 .news_item .news_title {
    font-size: 16px;
    line-height: 55px;
    text-indent: 5px;
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
}
.lyr_boder2 .news_item .news_title span{ float: right; color: #333; line-height: 55px;}

.lyr_boder .news_item .news_right .news_txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    opacity: 0.65;
    line-height: 28px;
    height: 52px;
    overflow: hidden;
    margin-top:10px;
}

.lyr_boder2 li{ /*height:55px;*/ width: 100%; line-height: 40px; border-bottom: 1px dashed #e5e5e5;}

.detailtext{font-size: 16px; line-height: 25px; margin-bottom: 40px;}
.detailtext .content-title{ font-size: 22px; font-weight: bold; line-height: 45px; text-align: center;}
.detailtext .content-date{ height: 50px; text-align: center; line-height: 30px; color: #666; font-size: 14px;}
.page-per-next{float: left;width: 100%;padding:40px 0;margin-top:40px;border-top:1px dashed #dbdbdb;overflow: hidden;}
.page-per-next ul li{float: left;width: 100%;padding:5px 0;line-height:30px;text-align: left;overflow: hidden;}


.bottom{
    float: left;width: 100%;padding-top:30px; padding-bottom:30px;
    background:#005492;
    background-size: cover;
    text-align: center;color: #ffffff;
    display: inline-flex;flex-flow: row wrap;
    align-content: center;justify-content: center;align-items: center;
    overflow: hidden;}
.bottom .bottom-main{margin:0 auto;width: 1300px;flex-flow:row nowrap;justify-content:space-between;align-items:center;align-content:center;}
.bottom .bottom-main .logo{float: left;width:290px;height:80px;background: url(../images/logo-bottom.png) no-repeat left center;}
.bottom .bottom-main .info{float: left;width:880px;padding-top:30px;font-size:14px;line-height:28px;text-align:justify;overflow: hidden; }
.bottom .bottom-main .info li{ width:100px; margin-right: 25px; float: left;}
.bottom .bottom-main .info li .liname{ font-size: 18px; width: 100%; line-height: 40px; height: 40px;}
.bottom .bottom-main .info li .linav{ width: 100%; height: auto; display: table;}
.bottom .bottom-main .info li .linav .nvli{ width: 100%; height: 35px; line-height: 35px; }
.nvli a{ color: #ffffff;}

.iforgt{ width: 350px; float: right; height: 300px; padding-top: 23px;}
.iforgt .topname{ width:100%; height: 50px; line-height: 50px; font-size: 18px; text-align: left;}
.iforgt ul li{ text-align: left; height: 35px; line-height: 35px; font-size: 14px;}
.copyrt{ width:100%; height: 40px; line-height: 40px; padding-top: 15px; text-align: center}

.bottom-line{float: left;margin-top:40px;border-top:1px solid #ffffff;opacity: 50%;
    width: 100%;padding:30px 0;color: #ffffff;text-align: center;overflow: hidden;}
.bottom-line a{color: #ffffff;}
.gotop{position: fixed;z-index: 5;right:10px;bottom:10px;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size:20px;background-color: rgba(0,0,0,.5);color: #ffffff;cursor:pointer;overflow: hidden;}

.empty{float: left;width: 100%;margin:100px 0;display: flex;flex-flow: column nowrap;justify-content: center;align-content: center;align-items: center;overflow: hidden}
.empty .image{flex:auto;padding:20px;text-align: center;margin-bottom: 20px;}
.empty .image img{max-width: 60%;}
.empty .name{flex:auto;font-size:20px;line-height:40px;color: #8a8a8a;}


/* 分页 */
.page{float: left;width: 100%;margin: 20px 0;overflow: hidden;}
.page .pagination{display: flex;flex-flow: row wrap;justify-content: center;align-items: center;align-content: center;}
.page ul li{cursor:pointer;background-color:#dbdbdb;color:#ffffff;font-size:14px;height: 30px;line-height: 30px;margin:5px;border-radius:2px;overflow: hidden;}
.page ul li:hover{background-color: #005775;color: #ffffff;}
.page ul li a{float:left;width:100%;color: #ffffff;padding:0 10px;}
.page ul li span{padding:0 10px;}
.page .disabled{background-color: #484848;color: #ffffff;}
.page .active{background-color: #1564b3;color: #ffffff;}

/*在线客服*/
.right-fixed{position: fixed;z-index:9999;right:0;width:50px;bottom:150px;transition:all .25s;overflow:hidden;}

.right-fixed .item{float: left;width: 200px;background-color:rgba(0,90,171,.6);margin-bottom: 10px;overflow: hidden;}
.right-fixed .item .ico{float: left;border-radius:50px;background-color:rgba(0,90,171,.9);margin:10px;width: 30px;height:30px;line-height:30px;color:#ffffff;text-align:center;font-size:14px;overflow: hidden;}
.right-fixed .item .label{float: left;width: 150px;line-height:50px;color:#ffffff;overflow: hidden;}
.right-fixed .item .label a{color:#ffffff;}
.right-fixed .item .label a:hover{color:#eeeeee;}
.right-fixed .item .qrcode{display:none;padding:0 10px 10px 10px;float: left;width: 200px;line-height:50px;overflow: hidden;}
.right-fixed .item .qrcode img{float: left;width: 100%;}
.right-fixed:hover{width: 200px;}
.right-fixed:hover .item{background-color:rgba(0,90,171,1);border-top-left-radius: 25px;border-bottom-left-radius: 25px;}
.right-fixed:hover .item .ico{background-color: rgba(255,255,255,1);color:rgb(0,90,171);}
.right-fixed:hover .item .qrcode{display: block;}

.right-fixed .item .kf{ float:right; width:150px; display:table; height:160px;}
.right-fixed .item .kf li{  margin-top:5px; }
.right-fixed .item .kf .kfipt{ width:120px; height:20px; border:none; background:#86B3F8; font-size:12px;}
.right-fixed .item .kf .kftext{ height:65px; background:#86B3F8;width:120px;font-size:12px;}
.right-fixed .item .kf li .btn{ background:#86B3F8; color:#000; padding-top:5px; width:60px; height:25px; line-height:20px; text-align:center; border:0; font-size:12px; margin-bottom:5px; }
.right-fixed .item .kf .ipt{ width:50px; float:left; height:20px; font-size:12px;border:none; background:#86B3F8;}
.reloadverify{ width:65px; height:30px; float:left; margin-left:5px;}


.go-top{
    position: fixed;z-index:999;
    right:20px;bottom:20px;
    width: 40px;height: 40px;line-height: 40px;
    text-align: center;cursor:pointer;
    background-color: rgba(0,0,0,.5);color: #ffffff;font-size:20px;
    overflow: hidden;}
.go-top:hover{background-color: #005775;color: #ffffff;}

