/*全局样式*/@charset "utf-8";

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "微软雅黑","Microsoft YaHei","Arial Narrow",HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    min-width: 1392px;
    background-color: #f4f4f4
}

input:required,textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-box {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bw {
    width: 1392px !important;
    margin: 0 auto;
    position: relative;
}

header .wtop {
    height: 150px;
}

header .wtopleft {
     /* width: 918px;*/ height: 150px;display: flex;align-items: center
 }


header .wtopright {
    margin-left: 0px;
}

header .wtopright {
    width: 495px;
    color: #676767;
    text-align: right;
    padding-left: 5px;
    height: 35px
}

header .wtopright li {
    float: left;
    margin-left: 0px;
    height: 35px;
    line-height: 35px;
    position: relative;
}

header .wtopright li:last-child {
    width: 180px;
}

header .wlogo {
    overflow: hidden;
    width: 474px;
    height: 115px; float: right;
}



header  .wtopright li .weixin {
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #dddddd;
    background: #fff;
    z-index: 9999;
    display: none;
}

header  .wtopright li .weixin p {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px
}

header  .wtopright li .loginmore ul li{
    width: 100%!important;
    height: 30px!important;
    line-height: 30px!important;
    display:block!important;
}

header  .wtopright li .loginmore ul li:not(:first-child):hover,header  .wtopright li .loginmore ul li:hover a{
   background-color: #13b6d7;
   color: #ffffff;
}


header .weixin img {
    width: 150px;
    height: 150px;
}
header  .wtopright li.login{
    width: 170px; text-align:center ;
}
header  .wtopright li.login a,header .wtopright li.login a:hover{
    color:#13b6d7;
}

header  .wtopright li.login:hover .weixin,header  .wtopright li.wx:hover .weixin,header .wtopright li.wx2:hover .weixin {
    display: block; padding: 2px 2px;
}

header  .wtopright li:hover {
    color: #13b6d7
}

nav {
    position: relative;
    background: #595556;
    height: 65px;
    line-height: 65px
}

nav .wnav li {
    float: left;
    width: 150px;
    position: relative;
}

nav .wnav li a {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}

nav .wnav li.active,nav .wnav li:hover {
    background-color: #13b6d7;
}

.wnav li .subnav {
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    /*border-radius:10px 10px 0 0;*/
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0,10px,0);
}

.wnav li:hover a {
    background: transparent;
}

.wnav li:hover .subnav {
    opacity: 1;
    transform: translate3d(0,0,0);
    visibility: visible;
}

.wnav li:hover .subnav a {
    background: #fff;
    color: #333;
    font-size: 16px;
}

.wnav li:hover .subnav a:hover {
    background: #13b6d7;
    color: #fff;
}

.wnav li .subnav li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

.wnav li .subnav li .subnav2 {
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    left: 175px;
    top: 0px;
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.wnav li .subnav li:hover .subnav2 {
    opacity: 1;
    visibility: visible;
}/*.wnav li .subnav:after{content:'';display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;top:-12px;right:45%;}.wnav li .subnav li{position: relative;display:block;text-align:center;margin-bottom: 5px;min-width:200px;border-bottom: 1px dashed #CCCCCC;}.wnav li .subnav li a{color:#333;white-space:nowrap;border-radius:0;padding:10px 30px;border-bottom:1px solid #f3f3f3;font-size:14px;}.wnav li .subnav li a:hover{color:#fff;}*/
.intop a {
    font-size: 50px;
    display: block;
    text-align: center;
    line-height: 140px;
    height: 140px;
    color: #000000;
    padding: 0 30px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.intop a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.main1-2 {
    height: 514px;
    margin-bottom: 30px
}/*http://web1905301844330.bj01.bdysite.com/*/.main1-2 .news1 {
                                                  width: 918px;
                                              }

.main1-2  .news1 .swiper-container {
    width: 914px;
    height: 510px;
    border: 2px solid #e5e5e5;
}

.main1-2 .news1 .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.main1-2 .news1 .swiper-container a .img {
    width: 100%;
    height: 100%;
}

.main1-2 .news1 .swiper-container a h5 {
    line-height: 53px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 100px 0 20px; font-size: 20px;
}

.main1-2 .news1 .swiper-pagination {
    text-align: right;
    bottom: 16px;
    padding-right: 20px;
}

.main1-2 .news1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.main1-2 .news1 .swiper-pagination-bullet-active {
    background: #13b6d7;
}

.main1-2 .news1 .news1-2 {
    margin-left: 406px;
}

.main1-2 .news1 .news1-2 ul {
    overflow: hidden;
}

.main1-2 .news1 .news1-2 ul li {
    line-height: 38px;
    background: #13b6d7;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.main1-2 .news1 .news1-2 ul li:nth-child(2) {
    background: #ffeee6;
    padding: 0 10px;
    font-size: 16px;
    color: #13b6d7;
}

.main1-2 .news1 .news1-2 h5 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin: 20px 0;
}

.main1-2 .news1 .news1-2 .text {
    line-height: 24px;
    color: #999;
    max-height: 120px;
    overflow: hidden;
}

.main1-2 .news1 .news1-2 .more {
    display: block;
    width: 80px;
    line-height: 31px;
    background: #055597;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
}

.main1-2 .news1 .news1-2 .more:hover {
    background: #13b6d7;
}

.main1-2 .news1.news1-3 .swiper-container {
    width: 350px;
    height: 240px;
}

.main1-2 .news1.news1-3 .news1-2 {
    margin-left: 380px;
}

.main1-2 .news1.news1-3 .news1-2 h5 {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin: 0 0 20px;
    color: #055597;
}

.news2 {
    width: 455px;
    height: 447px;
    background: #f7f7f7;
    border-top: 3px #13b6d7 solid;
}

.news2 .title {
    margin: 15px 0;
}

.news2 .title h5 {
    width: 160px;
    line-height: 38px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news2 .title a {
    font-size: 20px;
    color: #989da0;
    line-height: 38px;
    margin-right: 15px;
    transition: all .3s;
}

.news2 .title a:hover {
    color: #13b6d7;
}

.news2 dl {
    height: 450px;
    overflow: hidden;
}

.news2 dl dd a {
    display: block;
    color: #666;
    line-height: 55px;
    position: relative;
    padding-left: 25px;
    font-size: 20px;
}

.news2 dl dd a:before {
    content: " ";
    width: 0px;
    height: 0px;
    background-color: #4e4e4b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
}/*.news2 dl dd a p{position:absolute;top:0;right:0;}*/
.news2 dl dd a:hover {
    color: #ffffff;
    background-color: #78d5e7
}

.news2 dl dd a:hover::before {
    background-color: #fff
}

.sc {
    width: 437px;
    height: 38px;
    border-radius: 30px;
    border: #78d5e7 solid 1px;
    background-color: #ffffff;
    margin-top: 20px;
    position: relative;
}

.mysc {
    border: 0;
    outline: none;
    height: 34px;
    margin: 1px;
    border-radius: 30px;
    line-height: 34px;
    background-color: none;
    padding-left: 20px;
    width: 335px;
    color: #989da0
}

.myscsb {
    width: 85px;
    background-color: #78d5e7;
    color: #ffffff;
    border-radius: 30px;
    height: 36px;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
    top: 0;
    right: 0;
    float: right;
}

.myscsb:hover {
    background-color: #007a92
}/*.title{padding:40px 0 60px;text-align:center;position:relative;}.title:before{content:"";width:100%;height:1px;background:#dadada;position:absolute;bottom:40px;left:0;}.title p{font-size:24px;color:#9c9c9c;}.title h5{font-size:30px;color:#037fbd;position:relative;display:inline-block;margin-top:5px;}.title h5:before{content:"";width:100%;height:3px;background:#037fbd;position:absolute;bottom:-21px;left:0;}*/
.adimg {
    margin-bottom: 10px;
    width: 443px;
    height: 122px
}

.ad {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ad img {
    width: 1392px;
   /* height: 85px;*/
    overflow: hidden;
}

.ad2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ad2 img {
    width: 1392px;
    overflow: hidden;
}

.main3 {
    margin-bottom: 20px;
}

.main3 .title {
    margin: 15px 0;
    position: relative;
}



.main3  .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.main3 .title h5 {
    width: 160px;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main3 .title h5:before {
    content: "";
    width: 160px;
    height: 3px;
    background: #13b6d7;
    position: absolute;
    top: -14.5px;
    left: 0;
}

.main3 .title a {
    font-size: 20px;
    color: #989da0;
    line-height: 38px;
    margin-right: 16px;
    transition: all .3s;
}

.main3 .title a:hover {
    color: #13b6d7;
}

.main3 .mn1 {
    background-color: #ffffff;
    width: 443px;
    height: 380px;
    overflow: hidden;
    float: left;
    margin-right: 31px;
}

.main3 .mn1:last-child {
    margin-right: 0px
}

.mn1_news {
    width: 443px;
}

.mn1_news .title2 {
    margin: 0 0 17px 25px;
}

.mn1_news .title2 h5 a {
    font-size: 28px!important;
    color: #13b6d7;
    line-height: 45px;
    text-align: left;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main3 .main3-news .mn1_news a {
    font-size: 20px;
     height: 35px; line-height: 35px;
}

.linkstr{
    width: 127px; height: 40px; background: #ffffff; float: left; margin-right: 20px;
    line-height: 40px;
    font-size: 28px;
    text-align: left;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title3 h5 a {
    line-height: 45px;
    font-size: 28px;
    text-align: left;
    margin: 20px 0 10px 25px;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mn1_news dl {
    padding: 0 15px 0 5px;
    height: 250px;
    overflow: hidden;
}

.mn1_news dl dd a {
    display: block;
    color: #666;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
}/*.mn1_news dl dd a p{position:absolute;top:0;right:0;}*/.mn1_news dl dd a:hover {
                                                              color: #13b6d7;
                                                          }

.mn1_news dl dd a:before {
    content: " ";
    width: 0px;
    height: 0px;
    background-color: #4e4e4b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
}/*.mn1_news dl dd a:hover{color:#ffffff; background-color: #78d5e7}*/.mn1_news dl dd a:hover::before {
                                                                          background-color: #13b6d7
                                                                      }

.main3 .qytj a {
    display: block;
    width: 215px;
    height: 107px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 2px;
    float: left;
}

.main3 .qytj a p {
    display: block;
    height: 17px;
    text-align: center
}

.main3 .qytj a img {
    width: 210px;
    height: 77px;
    margin: 6px;
}

.main3 .mn2 {
    background-color: #ffffff;
    width: 443px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin-right: 31px;
}

.main3 .mn2:last-child {
    margin-right: 0px
}

.mn1_news2 {
    width: 443px;
}

.mn1_news2 .title2 {
    margin: 0 0 10px 25px;
}

.mn1_news2 .title2 h5 {
    font-size: 28px;
    color: #13b6d7;
    margin-bottom: 8px;
    line-height: 38px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mn1_news2 .title2 a {
    margin-top: 10px;
}

.mn1_news2 .title2 a:hover {
    color: #13b6d7;
}

.mn1_news2 dl {
    padding: 0 15px 0 5px;
    height: 300px;
    overflow: hidden;
}

.mn1_news2 dl dd a {
    display: block;
    color: #666;
    height: 35px;
    line-height: 35px;
    position: relative; font-size: 20px;
    padding-left: 22px;
}

.mn1_news2 dl dd a:hover {
    color: #13b6d7;
}

.mn1_news2 dl dd a:before {
    content: " ";
    width: 0px;
    height: 0px;
    background-color: #4e4e4b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
}

.mn1_news2 dl dd a:hover::before {
    background-color: #13b6d7
}


.n4{ display: flex; justify-content: space-between; }

.mn1_news4 {
    width: 24%; background: #ffffff; overflow: hidden; padding-bottom: 10px;
}

.mn1_news4 .news4{
    height: 150px;display: block; overflow: hidden;
}

.mn1_news4 .news4 .img {
    height: 150px;
    transition: all .3s;
}

.mn1_news4 .news4:hover .img {
    transform: scale(1.1);
}

.mn1_news4 h5 a{
    font-size: 28px; height: 45px;line-height: 45px;
}
.mn1_news4 h5 a,.mn1_news4 h2 a:hover{
    color: #13b6d7;
}
.mn1_news4 h2 a{
     font-size: 20px; font-weight: 600px; height: 35px; line-height: 35px;
}
.mn1_news4 .text_box{
    padding: 15px;
}

.mn1_news4 .text_txt{
    height: 50px; line-height: 25px; overflow: hidden; color: #989da0;
}
.mn1_news4 .title2 {
    margin: 10px 0 0px 25px;
}

.mn1_news4 .title2 h5 {
    margin-bottom: 8px;
    font-size: 28px;
    color: #13b6d7;
    line-height: 60px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mn1_news4 .title2 a:hover {
    color: #13b6d7;
}

.mn1_news4 dl {
    padding: 0 15px 15px 5px;
    overflow: hidden;
}

.mn1_news4 dl dd a {
    display: block;
    color: #666;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding-left: 22px;
}

.mn1_news4 dl dd a:hover {
    color: #13b6d7;
}

.mn1_news4 dl dd a:before {
    content: " ";
    width: 0px;
    height: 0px;
    background-color: #4e4e4b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
}

.mn1_news4 dl dd a:hover::before {
    background-color: #13b6d7
}







.main4 {
    margin-bottom: 20px;
}

.main4 .title {
    margin: 15px 0;
    position: relative;
}

.main4  .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    bottom: 50px;
    left: 0;
}



.main4 .title h5 {
    padding-left: 25px;
    width: 160px;
    line-height: 38px;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main4 {
}

.tjjr {
    width: 100%;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main4 .title h5:before {
    content: "";
    width: 160px;
    height: 3px;
    background: #13b6d7;
    position: absolute;
    top: -14.5px;
    left: 0;
}

.main4 .title a {
    font-size: 20px;
    color: #989da0;
    line-height: 38px;
    margin-right: 16px;
    transition: all .3s;
}

.main4 .title a:hover {
    color: #13b6d7;
}

.main4 .news1 {
    width: 390px;
}

.main4  .news1 .swiper-container {
    width: 390px;
    height: 293px;
    border: 2px solid #e5e5e5;
    margin-top: 5px;
    margin-left: 5px
}

.main4 .news1 .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.main4 .news1 .swiper-container a .img {
    width: 100%;
    height: 100%;
}

.main4 .news1 .swiper-container a h5 {
    line-height: 53px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 120px 0 20px;
}

.main4 .news1 .swiper-pagination {
    text-align: right;
    bottom: 16px;
    padding-right: 20px;
}

.main4 .news1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    display: none;
}

.main4 .news1 .swiper-pagination-bullet-active {
    background: #13b6d7;
}

.main4  .zjs {
    background-color: #ffffff;
    overflow: hidden;
}

.main4  .zjlist .container-boxs {
    width: 970px;
}

.main4  .zjlist .swiper-container {
    width: 970px;
}

.main4 .zjlist {
    margin-left: 30px;
    width: 970px;
    overflow: hidden
}

.main4 .zjlist .swiper-slide {
    float: left;
}

.main4 .zjlist .swiper-container {
    padding: 5px;
}

.main4  .zjlist1 .container-boxs {
    width: 970px;
}

.main4  .zjlist1 .swiper-container {
    width: 970px;
}

.main4 .zjlist1 {
    margin-left: 30px;
    width: 970px;
    overflow: hidden
}

.main4 .zjlist1 .swiper-slide {
    float: left;
}

.main4 .zjlist1 .swiper-container {
    padding: 5px;
}

.main4 .news3 {
    display: block;
    overflow: hidden;
    /*box-shadow:0 0 6px rgba(0,0,0,0.2);position:relative; */
    width: 155px;
    height: 120px;
    border: 1px solid #e5e5e5
}

.main4 .news3 .img {
    height: 120px;
    transition: all .3s;
    width: 155px;
    overflow: hidden;
}

.main4  .text_box {
    width: 100%;
    text-align: center;
}

.main4  p {
    color: #000;
    font-size: 13px;
    line-height: 40px;
}

.main4 .news3:hover .img {
    transform: scale(1.1);
}

.myzj:hover .text_box p {
    color: #13b6d7
}

.main4 .zj_news {
    width: 443px;
    height: 205px;
    overflow: hidden;
    background-color: #ffffff;
    float: left;
    margin-right: 31px;
    border-top: 3px #13b6d7 solid;
}

.main4 .zj_news:last-child {
    margin-right: 0;
}

.main4 .news4 {
    display: block;
    text-align: left;
    margin: 0 20px 15px 25px;
}

.main4 .news4 .imgbox {
    width: 214px;
    height: 214px;
    border-radius: 50%;
    border: 5px solid #13b6d7;
    overflow: hidden;
    margin: 0 auto;
}

.main4 .news4 .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .3s;
}

.main4 .news4 h4 {
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    margin: 10px 0;
}

.main4 .news4 h5 {
    font-size: 20px;
    color: #13b6d7;
    line-height: 25px;
}

.main4 .news4 .text {
    color: #9f9f9f;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.main4 .news4:hover .img {
    transform: scale(1.1);
}

.main4 .news4:hover h4 {
    color: #13b6d7;
}

.xszt .news4 {
    display: block;
    border: 1px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    position: relative;
}

.xszt .news4 .img {
    height: 150px;
    transition: all .3s;
}

.xszt .news4 .text_box {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.xszt .news4 h5 {
    color: #13b6d7;
    font-size: 16px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    line-height: 30px;
}

.xszt .news4 p {
    color: #000;
    font-size: 13px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    line-height: 20px;
}

.xszt .news4:hover .img {
    transform: scale(1.1);
}

.pjjk .news4 {
    display: block;
    text-align: left;
    margin: 0 20px 15px 25px;
}

.pjjk .news4 .imgbox {
    width: 214px;
    height: 214px;
    border-radius: 50%;
    border: 5px solid #13b6d7;
    overflow: hidden;
    margin: 0 auto;
}

.pjjk .news4 .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .3s;
}

.pjjk .news4 h4 {
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    margin: 10px 0;
}

.pjjk .news4 h5 {
    font-size: 20px;
    color: #13b6d7;
    line-height: 25px;
}

.pjjk .news4 .text {
    color: #9f9f9f;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.pjjk .news4:hover .img {
    transform: scale(1.1);
}

.pjjk .news4:hover h4 {
    color: #13b6d7;
}

.footlink {
    background-color: #333333;
    height: 100px;
    border-bottom: #474747 solid 1px;
}

.footcopy {
    background-color: #272727;
    height: 100px;
}

.linkimgs {
    margin-top: 25px;
    padding: 0 20px;
}

.footlink .news6 {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #ffffff
}

.footlink .news6:hover .img {
    transform: scale(1.1);
}

.footlink .container-fluid {
    background-color: #333333;
    height: 100px;
    border-bottom: #474747 solid 1px;
}

.copyleft {
    margin: 30px 0;
    width: 60%
}

.copyleft,.copyleft a,.copyright,.copyright a {
    color: #ffffff;
    font-size: 12px;
}

.copyleft a:hover {
    color: #13b6d7
}

.copyleft p,.copyright p {
    line-height: 200%
}

.copyleft p img,.copyright p img {
    margin: 0 6px;
}

.copyright {
    margin: 30px 0;
    width: 40%;
    text-align: right;
}/*新闻列表*/.newslist {
             margin-top: 30px;
         }

.conleft {
    width: 980px;
    float: left;
    background-color: #ffffff;
    padding: 20px;
    border-top: 3px #13b6d7 solid;
    margin-bottom: 20px;
}

.conright {
    float: left;
    width: 382px;
    margin-left: 30px;
}

.dhtitle3 {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.dhtitle3 .text1 {
    margin-top: 12px;
}

.dhtitle3 .text1 h5 {
    font-size: 22px;
    color: #a2a2a2;
    margin-bottom: 10px;
    padding-left: 10px
}

.dhtitle3 .text1 p {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.dhtitle3 .text2 {
    line-height: 50px;
    color: #666;
}

.dhtitle3 .text2 a {
    color: #666;
    transition: all .3s;
}

.dhtitle3 .text2 a:hover {
    color: #13b6d7;
}

ul.news7 {
    width: 100%;
    margin-top: 20px;
}

ul.news7 li {
    position: relative;
    padding-left: 20px;
}

ul.news7 li:before {
    content: "";
    width: 0px;
    height: 0px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

ul.news7 li a {
    display: block;
    line-height: 40px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
    color: #333;
    transition: all .3s;
    padding-right: 100px;
    font-size: 16px;
}

ul.news7 li a p {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    transition: all .3s;
}

ul.news7 li a:hover,ul.news7 li a:hover p {
    color: #13b6d7;
}

ul.news7 li:hover::before {
;background: #13b6d7;
}

ul.news7-2 {
    margin-top: -15px;
}

.title4 {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-top: 3px #13b6d7 solid;
}

.title4 h5 {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    position: relative;
    margin: 10px 10px 0 10px;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title4 h5 a {
    width: 100%;
    line-height: 45px;
    font-size: 20px;
    text-align: left;
    position: relative;
    margin: 0px 10px 0 0px;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*纯文字*/



.listtxt{
 margin: 30px;
}

.listt{
    border-bottom: #e5e5e5 1px solid;overflow: hidden; margin-bottom: 15px;
}
.listtxt .lttitle{
   height: 40px; line-height: 40px; float: left; font-size: 20px;
}
.listtxt .ltmore{
    float: right; height: 40px; line-height: 40px;
}
.listtxt .ltmore a:hover,ul.listlist li a:hover,.listtxt:hover{
    color: #13b6d7;
}

ul.listlist{
    width: 100%;
    background-color: #ffffff;
    clear: both;
    margin-bottom: 20px;
}

ul.listlist li a{
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    transition: all .3s;
}

ul.right1 {
            width: 100%;
            background-color: #ffffff;
            clear: both;
            padding: 15px;
            padding-top: 0;
            margin-bottom: 20px;
        }

ul.right1 li {
    position: relative;
    padding-left: 10px;
}

ul.right1 li:before {
    content: "";
    width: 0px;
    height: 0px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

ul.right1 li a {
    display: block;
    line-height: 30px;
    border-bottom: 0px dashed #eaeaea;
    position: relative;
    color: #333;
    transition: all .3s;
}

ul.right1 li a p {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    transition: all .3s;
}

ul.right1 li a:hover,ul.news7 li a:hover p {
    color: #13b6d7;
}

ul.right1 li:hover::before {
;background: #13b6d7;
}/*图文*/.tuwen {
           background-color: #ffffff;
           margin-bottom: 20px;
           clear: both;
       }

.tuwen_a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.tuwen_a:first-child {
    margin-top: 0;
}

.tuwen_a .imgboxs {
    width: 150px;
    height: 97px;
    overflow: hidden;
    border: #f1f1f1 solid 1px;
    float: left;
}

.tuwen_a .img {
    transition: all .3s;
}

.tuwen_a .text_box {
    float: left;
    margin-left: 15px;
    width: 200px
}

.tuwen_a h5 {
    font-size: 15px;
    line-height: 30px;
}

.tuwen_a .texts {
    color: #999;
    font-size: 13px;
    line-height: 180%;
    height: 70px;
}

.tuwen_a:hover .img {
    transform: scale(1.5) /*rotate(-20deg)*/;
}

.tuwen_a:hover h5 {
    color: #13b6d7
}

.newstw {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.newstw li {
    float: left;
    width: 189px;
    overflow: hidden;
    padding: 5px;
}

.newstw .xwzx_con {
    display: block;
}

.newstw .xwzx_con .imgbox {
    overflow: hidden;
}

.newstw .xwzx_con .text_box {
    background: #fff;
    padding: 10px 10px;
}

.newstw .xwzx_con .text_box h5 {
    font-size: 15px;
    color: #292929;
}

.newstw .xwzx_con .text_box .text {
    font-size: 12px;
    color: #696969;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}

.newstw .xwzx_con .text_box .rq {
    border: 0px solid #d2d2d2;
    width: 80%;
    text-align: center;
}

.newstw .xwzx_con .text_box .rq h5 {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 60%;
}

.newstw .xwzx_con .text_box .rq p {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 40%;
    border-left: 0px solid #d2d2d2;
}

.newstw .xwzx_con:hover .img {
    transform: scale(1.1);
}

.newstw .xwzx_con:hover h5 {
    color: #13b6d7
}

.indextw li a:hover .text_box {
    background-color: #f1f1f1;
    color: #ffffff!important;
}

.newstw2 {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.newstw2 li {
    float: left;
    width: 189px;
    overflow: hidden;
    padding: 5px;
}

.newstw2 .xwzx_con {
    display: block;
}

.newstw2 .xwzx_con .imgbox {
    overflow: hidden;
}

.newstw2 .xwzx_con .text_box {
    background: #fff;
    padding: 10px 10px;
}

.newstw2 .xwzx_con .text_box h5 {
    font-size: 15px;
    color: #292929;
}

.newstw2 .xwzx_con .text_box .text {
    font-size: 12px;
    color: #696969;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}

.newstw2 .xwzx_con .text_box .rq {
    border: 0px solid #d2d2d2;
    width: 80%;
    text-align: center;
}

.newstw2 .xwzx_con .text_box .rq h5 {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 60%;
}

.newstw2 .xwzx_con .text_box .rq p {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 40%;
    border-left: 0px solid #d2d2d2;
}

.newstw2 .xwzx_con:hover .img {
    transform: scale(1.1);
}

.newstw2 .xwzx_con:hover h5 {
    color: #13b6d7
}/*展厅*/.ztindex {
           background-color: #ffffff;
           padding: 0 20px;
           border-top: 3px #13b6d7 solid;
       }

.ztclass {
    background: #ffffff url("../2020/zt.jpg") no-repeat center center;
    position: relative;
    width: 1392px;
    height: 500px;
    color: #ffffff;
}

.classcss {
    position: relative;
    background-color: #13b6d7;
    border-radius: 5px;
    padding: 10px 15px;
    width: 120px;
    text-align: center;
}

.classcss a {
    color: #ffffff;
    display: block;
}

.classcss:hover {
    background-color: #007a92
}

.classcss:hover .corner {
    width: 0px;
    /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 10px solid #007a92;
    border-bottom-color: transparent;
    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
}/*top最大500*/.ztclass .s2 {
                 position: absolute;
                 top: 300px;
                 left: 364px;
             }

.ztclass .s3 {
    position: absolute;
    top: 210px;
    left: 285px;
}

.ztclass .s4 {
    position: absolute;
    top: 100px;
    left: 300px;
}

.ztclass .s5 {
    position: absolute;
    top: 20px;
    left: 380px;
}

.ztclass .s6 {
    position: absolute;
    top: 0px;
    left: 520px;
}

.ztclass .s7 {
    position: absolute;
    top: 0px;
    left: 650px;
}

.ztclass .s8 {
    position: absolute;
    top: 10px;
    left: 780px;
}

.ztclass .s9 {
    position: absolute;
    top: 100px;
    left: 890px;
}

.ztclass .s10 {
    position: absolute;
    top: 220px;
    left: 900px;
}

.ztclass .s1 {
    position: absolute;
    top: 350px;
    left: 500px;
}

.ztclass .s0 {
    position: absolute;
    top: 350px;
    left: 630px;
}

.corner {
    position: absolute;
    width: 0px;
    /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 10px solid #13b6d7;
    border-bottom-color: transparent;
    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
    top: 38px;
    left: 45%;
    z-index: 6666;
}

.logotjdiv {
    height: 360px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.logotj {
    padding: 10px 10px 10px 15px;
}

.logotj li a img {
    width: 240px;
    height: 70px;
    margin: 15px;
    margin-top: 0;
    border: 2px solid #d2d2d2;
    background-color: #0b0b0d;
}

.logotj li a:hover img {
    border: 2px solid #13b6d7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}/*新闻详情页面*/.xqy2 {
               min-height: 300px;
           }

.xqy2 .title {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 30px;
}

.xqy2 .title h5 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: bold;
}

.xqy2 .title p {
    color: #999;
    margin-top: 25px;
}

.xqy2 .con {
    line-height: 26px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.xqy2 .con img {
    margin: 5px auto;
    background: #fcfcfc url(/public/img/loading.gif) no-repeat center center;
}

.xqy2 .con br {
    display: inline;
;line-height: 5px;
}

.xqy2 .con img.conimg {
    display: block;
    margin: 10px auto;
    max-width: 937px;
    height: auto;
}

.xqy2 .con strong,.xqy2 .con b {
    line-height: 200%;
}
/*展厅*/

.rightzt {
           background-color: #ffffff;
           padding-bottom: 20px;
       }

.rightzt a img {
    float: left;
    width: 180px;
    overflow: hidden;
    margin: 5px;
    height: 130px
}

.tags {
    margin-top: 20px;
}

.tags a {
    color: #666;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
    background: #e5e5e5;
}

.tags a:hover {
    background: #13b6d7;
    color: #fff;
}

.updown {
    border-top: #eaeaea solid 1px;
    margin: 20px 0;
    padding-top: 15px;
}

.updown p {
    line-height: 30px;
}

.updown p a:hover {
    color: #13b6d7
}

.newscontent_pl {
    width: 100%;
    position: relative
}

.textarea {
    width: 100%;
    height: 78px;
    border: 1px solid #ccc;
    padding: 5px 5px;
    outline: none;
    color: #333;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    resize: none;
}

.comment-submit {
    background-color: #e6e6e6;
    background-image: linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);
    background-repeat: no-repeat;
    border-bottom-right-radius: 3px;
    border-color: #ddd #ddd #aaa;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #fff inset;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    top: 80px;
    transition: all 0.15s linear 0s;
    width: 100px;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 5px;
    outline: none;
}

.comment-submit:hover {
    background-position: 0 -15px;
    color: #121212
}

.ly-list-box {
    border: 1px solid #ddd;
    margin: 45px 0 15px;
    overflow: hidden;
}

.ly-list-top {
    background: #fbfbfb;
    color: #555;
    font-size: 14px;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
}

.ly-list-top a {
    color: #13b6d7;
}

.ly-list-bottom {
    background: #fbfbfb;
    color: #555;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-top: 1px dotted #ddd;
    text-align: center
}

.ly-list-bottom a {
    color: #555;
    display: block;
    background-color: #fbfbfb
}

.ly-list-bottom:hover a {
    background-color: #13b6d7;
    color: #ffffff
}

.ly-list-body ul {
    padding: 0 12px;
}

.ly-list-body ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}

.ly-list-body ul li:last-child {
    border-bottom: none;
}

.ly-list-body .user_pic {
    float: left;
}

.ly-list-body p {
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
    margin: 5px 0;
}

.ly-list-body .original_comment {
    display: block;
    margin: 5px 0;
}

.ly-list-body .comm_time {
    font-size: 12px;
    color: #999;
}

.ly-list-body .comm_a {
    font-size: 12px;
    color: #999;
    margin: 0 5px;
    transition: all 0.15s linear 0s;
}

.ly-list-body .comm_a:hover {
    color: #555
}

.none {
    display: none;
}

.ly-right {
    margin-left: 70px;
}

#tishi {
    display: none;
    font-size: 12px;
    color: #555;
    line-height: 40px;
    position: absolute;
    right: 110px;
    bottom: -40px;
}/*图文列表*/.llfs a {
             display: block;
             width: 100px;
             border-radius: 5px;
             background-color: #eee;
             line-height: 30px;
             text-align: center;
             float: left;
             margin: 20px -10px 20px 20px;
         }

.llfs a:hover {
    background-color: #13b6d7;
    color: #ffffff
}

.llfs a.active {
    background-color: #13b6d7;
    color: #ffffff
}/*图文*/.jkxw_ny2 .list {
           border-bottom: 1px solid #eee;
           margin-bottom: 10px;
           padding: 10px 20px 20px 20px;
       }

.jkxw_ny2 .news5 {
    display: block;
}

.jkxw_ny2 .news5 .imgbox {
    width: 240px;
    height: 140px;
    overflow: hidden;
}

.jkxw_ny2 .news5 .img {
    width: 100%;
    height: 100%;
}

.jkxw_ny2 .news5 .text_box {
    padding: 0px 0 0 280px;
}

.jkxw_ny2 .news5 h5 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.jkxw_ny2 .news5 .text {
    color: #666;
    height: 55px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

.jkxw_ny2 .news5 ul li {
    font-size: 12px;
    color: #999;
}

.jkxw_ny2 .news5 ul li:nth-child(2) {
    color: #13b6d7;
}

.jkxw_ny2 .news5 ul li:nth-child(2) img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.jkxw_ny2 .news5:hover .img {
    transform: scale(1.1);
}

.jkxw_ny2 .news5:hover h5 {
    color: #13b6d7;
}/*展厅列表*/.jkxw_ny2 .logos {
             margin-bottom: 10px;
             padding: 10px 0 20px 4px;
             margin-top: 30px;
         }

.jkxw_ny2 .logos li {
    float: left;
    margin-right: 4px;
    margin-bottom: 15px;
}

.jkxw_ny2 .logos li a {
    display: block;
    width: 230px;
    height: 100px;
    padding: 4px;
}

.jkxw_ny2 .logos li a img {
    width: 220px;
    height: 64px;
}

.jkxw_ny2 .logos li a p {
    line-height: 28px;
    text-align: center;
}

.jkxw_ny2 .logos li:hover a {
    background-color: #13b6d7;
    color: #ffffff
}    /*列表*/.jkxw_ny1 .list {
               border-bottom: 1px solid #eee;
               margin-bottom: 10px;
               padding: 0 20px 20px 20px;
           }

.jkxw_ny1 .news5 {
    display: block;
}

.jkxw_ny1 .news5 .imgbox {
    width: 300px;
    height: 180px;
    overflow: hidden;
    display: none
}

.jkxw_ny1 .news5 .img {
    width: 100%;
    height: 100%;
    display: none
}

.jkxw_ny1 .news5 .text_box {
    padding: 10px 0 0 0px;
}

.jkxw_ny1 .news5 h5 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.jkxw_ny1 .news5 .text {
    color: #666;
    height: 55px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

.jkxw_ny1 .news5 ul li {
    font-size: 12px;
    color: #999;
}

.jkxw_ny1 .news5 ul li:nth-child(2) {
    color: #13b6d7;
}

.jkxw_ny1 .news5 ul li:nth-child(2) img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.jkxw_ny1 .news5:hover .img {
    transform: scale(1.1);
}

.jkxw_ny1 .news5:hover h5 {
    color: #13b6d7;
}/*展厅主页*/.zttopnews a {
             font-size: 35px;
             font-weight: bold;
             display: block;
             text-align: center;
             line-height: 70px;
             height: 70px;
             color: #ba131a;
             font: "SimHei";
             margin-top: 30px;
         }

.zttopnews a:hover {
    color: #13b6d7;
}

.zttopnews2 {
    text-align: center;
}

.zttopnews2 a {
    display: inline-block;
    margin: 0 5px;
}

.zttopnews2 a:hover {
    color: #13b6d7;
}

.mainlm {
    margin: 20px 0 20px 0;
}

.mainlm .bw {
    background-color: #ffffff;
    overflow: hidden;
}

.lml,.lmc,.lmr {
    float: left;
    margin: 10px;
}

.lml dl dt {
    font-size: 20px;
    line-height: 35px;
    margin: 4px 0;
    padding: 0 15px;
    background-color: #e7e7e7
}

.lml dl dt:first-child {
    margin-top: 0;
}

.lml dl dd {
    margin-bottom: 1px;
}

.lml dl dd a {
    font-size: 18px;
    display: block;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    background-color: #e7e7e7;
}

.lml dl dd a:hover {
    background-color: #13b6d7;
    color: #ffffff
}

.lml dl dt:hover a {
    color: #13b6d7
}

.mian_lm_1_center {
    width: 700px;
}

.mian_lm_1_center .swiper-container {
    width: 700px;
    height: 410px;
    border: 2px solid #e5e5e5;
}

.mian_lm_1_center .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mian_lm_1_center .swiper-container a .img {
    width: 100%;
    height: 100%;
}

.mian_lm_1_center .swiper-container a h5 {
    line-height: 53px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 100px 0 20px;
}

.mian_lm_1_center .swiper-pagination {
    text-align: right;
    bottom: 16px;
    padding-right: 20px;
}

.mian_lm_1_center .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.mian_lm_1_center .swiper-pagination-bullet-active {
    background: #13b6d7;
}

.mainlmad .bw {
    background-color: #ffffff
}

.mainlmad a img {
    width: 332px;
    margin: 6px;
    height: 118px;
}

.main-bottom {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.main-bottom-left {
    float: left;
}

.main-bottom-right {
    float: right;
}

.main-bottom-left,.main-bottom-right {
    width: 690px;
    height: 288px;
    overflow: hidden;
    padding: 0 20px;
    background-color: #ffffff;
    /* DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#efefef,endColorStr=#fff);    background:-ms-linear-gradient(top, #efefef,#fff);    background:-moz-linear-gradient(top,#efefef,#fff);    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#efefef),to(#fff));    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef),to(#fff));    background: -webkit-linear-gradient(top,#efefef,#fff);    background: -o-linear-gradient(top,#efefef,#fff); */
}

.main-bottom-left .title-tab,.main-bottom-right .title-tab {
    margin-top: 10px;
}

.main-bottom .title-tab li {
    cursor: pointer;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.main-bottom .title-tab li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-bottom .title-tab li.on a {
    color: #13b6d7;
    border-bottom: 2px solid #13b6d7;
}

.main-bottom .contentBox li {
}

.main-bottom .contentBox {
    margin-top: 15px;
}

.main-bottom .contentBox li {
    padding: 5px 0;
    text-align: justify;
    position: relative;
}

.main-bottom .contentBox li a {
    padding-left: 25px;
}

.main-bottom .contentBox li a:hover {
    color: #13b6d7;
}

.main-bottom .contentBox li a:before {
    content: " ";
    width: 0px;
    height: 0px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    border-radius: 50%
}

.main-bottom .contentBox li a:hover::before {
    background-color: #13b6d7
}

.main-bottom .contentBox li a {
    width: 570px;
    display: block;
    float: left;
}

.main-bottom .contentBox ul {
    display: none;
    height: 200px;
    overflow: hidden;
}

.main-bottom .contentBox ul.on {
    display: block;
}

.main-bottom .contentBox li span {
    margin-left: 11px;
    color: #999;
}/*脊柱产业*/.cymain {
             margin: 30px 0
         }

.cymainconl {
    float: left;
    width: 690px;
    padding-bottom: 20px;
    background-color: #ffffff
}

.cymainconr {
    float: right;
    background-color: #ffffff;
    padding-bottom: 20px;
    width: 690px;
}

.cyimgleft {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 300px;
}

.cyimgleft .cyimgdiv {
    width: 300px;
    height: 158px;
    overflow: hidden;
}

.cyimgleft p {
    width: 100%;
    line-height: 35px;
    padding: 0 15px;
    display: block
}

.cyimgleft:hover p {
    background-color: #13b6d7;
    color: #ffffff
}

ul.news8 {
    width: 350px;
    margin-top: 0px;
    clear: both;
}

ul.news8 li {
    position: relative;
    padding-left: 20px;
}

ul.news8 li:before {
    content: "";
    width: 0px;
    height: 0px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
}

ul.news8 li a {
    display: block;
    line-height: 30px;
    position: relative;
    color: #333;
    transition: all .3s;
}

ul.news8 li a p {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    transition: all .3s;
}

ul.news8 li a:hover,ul.news8 li a:hover p {
    color: #13b6d7;
}

ul.news8 li:hover::before {
;background: #13b6d7;
}

.title5 {
    width: 100%;
    height: 40px;
    padding-right: 20px;
}

.title5 h5 a {
    line-height: 45px;
    font-size: 20px;
    text-align: left;
    position: relative;
    margin: 0px 10px 0 0px;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title5 a.pull-right {
    padding-top: 8px;
}

.title5:hover .pull-right {
    color: #13b6d7;
}

.title5 h5 {
    width: 80%;
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    position: relative;
    margin: 0px 10px 0 10px;
    display: inline-block;
    color: #13b6d7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mainlmadtitle .title5 {
    background-color: #ffffff;
    padding-top: 10px;
}

.mainlmad .bw {
    padding-bottom: 10px;
}/*名家主页*/.mjtop {
             background-color: #ffffff;
             overflow: hidden;
         }

.mj_left {
    width: 825px;
}

.mingjiai {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.mingjiai li {
    float: left;
    width: 205px;
    overflow: hidden;
    padding: 9px;
}

.mingjiai .xwzx_con {
    display: block;
}

.mingjiai .xwzx_con .imgbox {
    overflow: hidden;
}

.mingjiai .xwzx_con .text_box {
    background: #fff;
    padding: 10px 10px;
}

.mingjiai .xwzx_con .text_box h5 {
    font-size: 15px;
    color: #292929;
    text-align: center;
}

.mingjiai .xwzx_con .text_box .text {
    font-size: 12px;
    color: #696969;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}

.mingjiai .xwzx_con .text_box .rq {
    border: 0px solid #d2d2d2;
    width: 80%;
    text-align: center;
}

.mingjiai .xwzx_con .text_box .rq h5 {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 60%;
}

.mingjiai .xwzx_con .text_box .rq p {
    font-size: 12px;
    color: #999;
    line-height: 29px;
    width: 40%;
    border-left: 0px solid #d2d2d2;
}

.mingjiai .xwzx_con:hover .img {
    transform: scale(1.1);
}

.mingjiai .xwzx_con:hover h5 {
    color: #13b6d7
}

.mian_lm_1_right .mjjs {
    width: 520px;
    height: 365px;
    overflow: hidden;
    background-color: #ffffff;
    float: left;
    margin-right: 31px;
}

.mian_lm_1_right .mjjs:last-child {
    margin-right: 0;
}

.mian_lm_1_right .news4 {
    display: block;
    text-align: left;
    margin: 0 20px 15px 25px;
}

.mian_lm_1_right .news4 .imgbox {
    width: 214px;
    height: 214px;
    border-radius: 50%;
    border: 5px solid #13b6d7;
    overflow: hidden;
    margin: 0 auto;
}

.mian_lm_1_right .news4 .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .3s;
}

.mian_lm_1_right .news4 h4 {
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    margin: 10px 0;
}

.mian_lm_1_right .news4 h5 {
    font-size: 20px;
    color: #13b6d7;
    line-height: 25px;
}

.mian_lm_1_right .news4 .text {
    color: #9f9f9f;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.mian_lm_1_right .news4:hover .img {
    transform: scale(1.1);
}

.mian_lm_1_right .news4:hover h4 {
    color: #13b6d7;
}

.main3 .mn2 .qytj .title2 {
    margin: 0 0 0px 40px;
}

.main3 .mn2 .qytj .title2 h5 {
    font-size: 28px;
    color: #13b6d7;
    line-height: 38px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(19, 182,215, 1)), to(rgba(0, 120, 145, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main3 .mn2  .qytj .title2 a {
    margin-bottom: 10px;
    height: 30px;
}

.main3 .mn2  .qytj .title2 a:hover {
    color: #13b6d7;
}

.gongchengpic .news1 {
    width: 918px;
    margin: 20px;
}

.gongchengpic  .news1 .swiper-container {
    width: 914px;
    height: 510px;
    border: 2px solid #e5e5e5;
}

.gongchengpic .news1 .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gongchengpic .news1 .swiper-container a .img {
    width: 100%;
    height: 100%;
}

.gongchengpic .news1 .swiper-container a h5 {
    line-height: 53px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 100px 0 20px;
}

.gongchengpic .news1 .swiper-pagination {
    text-align: right;
    bottom: 16px;
    padding-right: 20px;
}

.gongchengpic .news1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.gongchengpic .news1 .swiper-pagination-bullet-active {
    background: #13b6d7;
}

.gongchengpic .news1 .news1-2 {
    margin-left: 406px;
}

.gongchengpic .news1 .news1-2 ul {
    overflow: hidden;
}

.gongchengpic .news1 .news1-2 ul li {
    line-height: 38px;
    background: #13b6d7;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.gongchengpic .news1 .news1-2 ul li:nth-child(2) {
    background: #ffeee6;
    padding: 0 10px;
    font-size: 16px;
    color: #13b6d7;
}

.gongchengpic .news1 .news1-2 h5 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin: 20px 0;
}

.gongchengpic .news1 .news1-2 .text {
    line-height: 24px;
    color: #999;
    max-height: 120px;
    overflow: hidden;
}

.gongchengpic .news1 .news1-2 .more {
    display: block;
    width: 80px;
    line-height: 31px;
    background: #055597;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
}

.gongchengpic .news1 .news1-2 .more:hover {
    background: #13b6d7;
}

.gongchengpic .news1.news1-3 .swiper-container {
    width: 350px;
    height: 240px;
}

.gongchengpic .news1.news1-3 .news1-2 {
    margin-left: 380px;
}

.gongchengpic .news1.news1-3 .news1-2 h5 {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin: 0 0 20px;
    color: #055597;
}

@media(max-width:1170px) {
}/*ipad 手机屏幕（小于991px） */@media (max-width:991px) {
    .logotj {
        padding: 10px 6px 10px 10px;
    }

    .linkimgs {
        margin-top: 25px;
        padding: 0 20px 0 0;
    }

    .copyright p {
        margin-right: 30px;
    }
}

@media (max-width:767px) {
}

@media (max-width:479px) {
}