/*header*/
html {padding:0;margin:0;}
body{line-height: 160%; font-size: 14px; font-family: "Microsoft YaHei","微软雅黑"}
ul {list-style: none;padding:0;margin:0;}
ul li{ list-style-type: none;}
* {transition: all 0.3s ease 0s;}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a {text-decoration: none; color: #555;}
a:focus, a:hover{ color: #333;}
.topnav{ background: rgba(254,254,254,.5); position: fixed; z-index: 10; width: 100%;  border-bottom: 1px solid rgba(254,254,254,.8);}
.nynav{position: relative;}
.ftopb{ background: rgba(254,254,254,1); border-bottom: rgba(254,254,254,.8);}
.jjloog{ display: inline-block; padding: 10px; }
.jjloog img{ max-height: 60px;}
.navbar-default{ border: 0; border-radius: 0;  border-top: 1px solid  rgba(0,0,0,0.1); padding: 20px 0; background-color: transparent; margin-bottom: 0}
.topbj{ padding: 0 10px; }
.navbar-default .navbar-nav>li>a{ color: #555;   height: 50px; line-height: 50px; overflow: hidden;
    font-size: 14px; position: relative; padding: 0px 20px ;}
.navbar-default .navbar-nav>li>a .cn{ }
.navbar-default .navbar-nav>li>a:hover .cn,.navbar-default .navbar-nav>li.active>a .cn{margin-top: 0px;}
.navbar-default .navbar-nav>li>a:hover .en,.navbar-default .navbar-nav>li.active>a .en{margin-top: -30px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{  color: #1B5956; background: url("../images/daohx.png?1") center top no-repeat;  }
.topnav:after{display: none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{background-color:transparent;}

.dropdown-menu{background: #1B5956; border: 0px;transition: all 0s ease 0s; position: absolute; float: left;}
.dropdown-menu:before{position: absolute; top: -5px; left: 50%; margin-left: -12px; content: '';

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1B5956;
}
.navbar-right .dropdown-menu{ left: -50%; margin-left: 8px; right: auto;}
.navtel .iconfont{ color: #1B5956; margin-right: 4px;}
.dropdown-menu>li>a{ display: inline-block; border-bottom: 1px solid rgba(254,254,254,.2);}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a{color:#fff; padding:10px 10px; width: 100%;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover{background:#1B5956 ;  color: #333;}
.swiper-container-b {
    width: 100%;
    height: 100%; overflow: hidden;
}
.swiper-pagination-b { position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.yb-banner{ position: relative;
    width: 100%;   overflow: hidden;}

.yb-banner .text{ display: inline-block; width: 80%; text-align: left;  position: absolute;  top: 45%; margin-top: -100px; left: 10%; right: 10%; }
.yb-banner .texta{ display: inline-block;  font-size: 48px; letter-spacing: 2px; font-weight: bold; width: 100%; line-height: 80px;  }
.yb-banner .textb{ display: inline-block;  font-size: 18px; letter-spacing: 2px; width: 100%; line-height: 30px;  }

.main-page{ padding: 40px 0;  width: 100%;}
.maina-page{ width: 100%;}
.yb-banner .swiper-pagination{ text-align: right; }
.yb-banner .swiper-pagination-bullet{background: rgba(254,254,254,.8); margin: 4px; }
.yb-banner .swiper-pagination-bullet-active{ background: #FF8800; width: 30px; border-radius: 100px;}
.yb-banner .swiper-slide{ overflow: hidden}
.bannerimg3{   animation: animate-show 16s infinite}
@-webkit-keyframes animate-show {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.aboutpage{ background: url("../images/abuotbj.jpg") center no-repeat; background-size: cover; padding: 0;}
.page-s{width: 100%; height: 680px; display: flex; justify-content: center; align-items: center;}
.page-s>div{ position: relative; display: flex;}
.page-s>div,.aboutimg-s{ height: 100%;}
.aboutimg-s{ width: 40%; overflow: hidden; display: flex; justify-content: flex-end; align-items: center;}
.aboutimg-s img{ width: 100%;}
.syaboutr{display: flex; flex: 1; position: relative; width: 60%; flex-direction: column; justify-content: center;  align-items: center; height: 100%; padding: 20px 10%;}
.about-s-body{ display: flex; flex-direction: column; width: 100%; padding: 20px 0; padding-bottom: 60px; margin-top: 0px;}
.aboutnypage .about-s-body{ height: 400px; padding-right: 20px; overflow: hidden; overflow-y: auto;}

.aboutnypage .about-s-body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width :5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.aboutnypage .about-s-body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background : #535353;
}
.aboutnypage .about-s-body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background : #ededed;
}

.about-s-t{font-size: 24px; color: #333; font-weight: bold;}
.body-con{ margin-top: 20px; line-height: 30px; color: #666;}

.ser-ul li{ display: flex; width: 100%; position: relative}
.ser-ul li .ser-body{position: absolute; top: 0; bottom: 0; left: 60%; right: 10%; z-index: 2; display: flex; justify-content: center; flex-direction: column;}
.ser-body .en{color: #FF8800; font-size: 14px;}
.ser-body .cn{color: #555; font-size: 24px; font-weight: bold; line-height: 50px; margin-bottom: 20px;}
.ser-body .note{width: 100%; padding: 20px 0; color: #666; border-top: 1px solid #FF8800;}

.ser-ul li:nth-child(odd) .ser-body{ left: 10%; right: 60%;}


.page-tit-s{display: flex; flex-direction: column; width: 100%; margin-top: 40px;  }
.page-cn-s{display: inline-block; font-size: 34px; line-height: 60px; font-weight: bold; text-transform:uppercase;}
/*.page-cn-s:first-letter{color: #FF8800;}*/
.page-en-s{display: flex; align-items: center; padding: 0; color: #666; font-size: 18px; line-height: 30px; font-weight: 500;text-transform:uppercase;}
.page-en-s:after{ width: 60px; height: 2px; margin-left: 10px; background: #FF8800; content: '';}
.page-note{ padding: 10px 0; color: #666;}


.ab-sj-ul{ display: flex; justify-content: flex-end; height: 120px; padding-left: 10%; position: absolute; bottom: 0; right: 0%; left:10%; z-index: 1}
.ab-sj-ul li{  min-width: 20%; background:#fafafa; padding: 20px;}

.ab-sj{display: flex; height: 100%; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.sj-val{display: flex; position: relative;}
.sj-val .num{ font-weight: bold; font-size: 36px; color: #333;}

.ab-sj-ul li:last-child .sj-val .num{font-size: 28px}

.sj-val .plus{ font-weight: bold; font-size: 16px; color: #333; margin-top: -15px;}
.sj-val .danw{  font-size: 16px; color: #666;   height: 30px; text-align: center; line-height: 30px; border-radius: 30px;}
.sj-name{ color: #333; margin-top: 10px; font-size: 12px;}

.ab-sj-ul li:nth-child(3) .sj-val .num, .ab-sj-ul li:nth-child(4) .sj-val .num,.ab-sj-ul li:nth-child(3) .sj-val .plus,.ab-sj-ul li:nth-child(4) .sj-val .plus,
.ab-sj-ul li:nth-child(3) .sj-name,.ab-sj-ul li:nth-child(4) .sj-name,.ab-sj-ul li:nth-child(3) .sj-val .danw,.ab-sj-ul li:nth-child(4) .sj-val .danw
{ color: #fff}

.page-more{display: flex;}
.page-more a{ display: inline-block; background: #f6ac05; border-radius: 4px; padding: 20px 40px; margin-top: 20px; color: #fff;}

.page-tit-s{display: flex; flex-direction: column; width: 100%;  margin-top: 150px; padding: 20px 10px;}
.page-tit-s{ margin-top: 40px;  }
.aboutnypage .page-tit-s{ margin-top: 10px}
.page-cn-s{display: inline-block; font-size: 44px; line-height: 60px; font-weight: bold;}
.page-cn-s:first-letter{color: #f6ac05;}
.page-en-s{display: flex; align-items: center; padding: 0; color: #666; font-size: 24px; line-height: 30px; font-weight: 500;}
.page-en-s:after{ width: 60px; height: 2px; margin-left: 10px; background: #f6ac05; content: '';}
.page-tit-s.baise,.page-tit-s.baise .page-cn-s,.page-tit-s.baise .page-en-s{ color: #fff;}
.page-tit-s.baise{position: absolute; z-index: 5; left: 0; top:8%;}
.page-tit-s.baise .page-en-s:after{ background: #fff;}

.type-tit{display: flex; flex-direction: column; position: absolute; z-index: 6; left: 10%; color: #fff; height: 90%;  top: 0; width: 100%;
 justify-content: center; padding: 20px 0;  padding-top: 10%; }
.type-cn{display: inline-block; font-size: 18px; line-height: 40px; font-weight: 500;}
.type-en{display: inline-block; padding: 0; line-height: 50px; font-size: 24px; font-weight: bold;}
.type-note{ margin-top: 10px;}

.page-tit{display: inline-block; width: 100%; text-align: center; padding: 20px 0;}
.page-cn{display: inline-block; font-size: 24px; font-weight: bold;}
.page-en{display: inline-block; padding: 0 10px; color: #999; font-size: 14px; font-weight: 500;}
.aboutpage .page-tit-s{ padding-left: 10px;}
.cppage .page-tit-s,.newspage .page-tit-s{ padding-left: 10%;}
.cppage .swiper-container {
    width: 100%;
    margin-left: auto;
    overflow: hidden; height: 100%;
    margin-right: auto;
}

.cppage .swiper-slide { position: relative;
    background-size: cover;
    background-position: center;
}

.cppage .gallery-top { position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cppage .gallery-thumbs { position: absolute;
    height:100px; width: 80%; left: 10%;  transition: all 0.8s ease 0.3s;
    box-sizing: border-box;
     bottom: 0px;
}
.casepage .cppage .gallery-thumbs{ background: rgba(0,0,0,.5); bottom: 0; border-top: 4px solid rgba(254,254,254,.4)}
.cppage .gallery-thumbs .swiper-slide { display: inline-block; padding: 5px;
    width: 16%;  border: 1px solid rgba(254,254,254,.5); position: relative; border-bottom: 0px;
    height: 100%;  color: #fff;
     cursor: pointer;
}
.cppage .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #1B5956; background: #1B5956; color: #fff;
}

.case-ge{display: flex; width: 100%;}

.case-ge-bo{display: flex; color: #fff; height: 100%; font-size: 12px; flex-direction: column; justify-content: center; align-items: center;
    width: 100%; padding: 0 10px ;}
.case-ge-bo .cn{ font-size: 18px; line-height: 30px;}
.case-ge-bo .en{ font-size: 14px;}
.gallery-thumbs .swiper-slide  .case-ge-bo .cn{ color: #fff}
.gallery-thumbs .swiper-slide  .case-ge-bo .en{color: #fff}
.gallery-thumbs .swiper-slide-thumb-active .case-ge-bo .cn,.swiper-slide-thumb-active .case-ge-bo .en{color: #fff;}
.cppagefy{display: inline-block; width: 100%; text-align: center;}
.cppagefy .swiper-next,.cppagefy .swiper-prev{position: relative; font-size: 18px; padding: 0 10px; left: auto; right: auto; display: inline-block; margin-top: 30px;}
.cppagefy .swiper-next:before{ content: ''; position: absolute; left: 0; top: 4px; width:1px; height: 15px; background: #ccc;}

.newspage{background:url("../images/newsbj.png") center bottom no-repeat #E2ECF9;}

.newsimg{ opacity: 0;    transition: all 0.8s ease 0.3s; display: inline-block; width: 100%; height: 100%;
    border-radius: 4px; box-shadow: 3px 3px 10px rgba(0,0,0,.1); position: relative; overflow: hidden;}
.active .newsimg{opacity: 1; margin-left: 0; }
.newsimg >a >img{width: 100%; height: 100%;}
.newspage-c{display: flex; flex-direction: column; justify-content: center; height: 100vh; min-height:680px;}
.newspage-d{display: flex;    width: 100%; padding: 40px 10% }

.news-timea{ display: inline-block; position: absolute; top: 10%; right: 40px; text-align: center; color: #fff; padding: 10px; border: 1px solid #fff; border-radius: 4px;}
.news-timea .days{font-size: 24px;}

.newstext{display: flex; flex-direction: column; padding: 20px; left: 0; right: 0; bottom: 0; position: absolute;}
.tit,.tit:hover{ color: #fff; font-weight: bold;}
.note{color: #ffff; margin-top: 5px;}
.newsimg:hover img{ transform: scale(1.1);}

.newsimg:hover .newstext{ background: rgba(246,172,5,.6);}
.newsmore{display: flex;}
.newsmore a{ display: inline-block; border: 1px solid #1B5956; border-radius: 4px; padding: 15px 30px; margin-top:20px; color: #fff;}
.newsimg:hover .newsmore a{border-color: #fff}
.news-div .newsmore a{color: #0a4b3e; padding: 10px 20px;}

.news-div-s{display: inline-block; opacity: 0;   transition: all 0.8s ease 0.7s; width: 100%; padding: 20px; background: #fff; box-shadow: 3px 3px 10px rgba(0,0,0,.1); border-radius: 4px; height: 100%;}
.active .news-div-s{opacity: 1; margin-top: 0;}
.news-div-s .news-timea{position: relative;
    color: #999; top: 10px; right: auto; float: left; width: auto; display: inline-block;}
.newstit{ font-weight: bold; color: #333; display: inline-block; width: 100%; height: 30px; overflow: hidden; line-height: 30px;}
.newsnote{ color: #666; line-height: 25px; height: 75px; overflow: hidden; display: inline-block; width: 100%}
.news-div-s .news-timea .days{color: #1B5956;}
.news-div-s .newsmore a{display: flex; justify-content: space-between; width: 100%; border: 0; padding: 10px 0; color: #666;}
.news-div .news-img-s{ height: 240px; overflow: hidden;}
.news-div .news-img-s img{ min-width: 100%; min-height: 100%;}
.news-div-s .news-img-s{ margin-top: 40px; height: 160px; display: flex; justify-content: center; align-items: center; width: 100%; overflow: hidden; border-radius: 4px;}
.news-div-s:hover .news-img-s img,.news-div:hover .news-img-s img{ transform: scale(1.1)}
.news-div-s:hover .newstit{color: #1B5956;}
.news-div-s:hover .newsmore a{color: #1B5956}
.news-div-s:hover{box-shadow: 5px 5px 15px rgba(220,24,28,.1);}
.news-div .newsnote{ height: 50px;}
.page-w90{ width: 100%; padding: 0 0 0 10%;}

.page-yyfw{width: 100%; }
.page-yyfw  .page-tit-s{ padding-left: 10px;}
.pageywfw{ width: 100%; overflow: hidden; padding: 40px 0;}

.ywfw-div{display: flex; flex-direction: column; width: 100%;}
.ywfw-div .ywfw-img{display: flex; justify-content: center; align-items: center; width: 100%; height:440px; border-radius: 12px; overflow: hidden;}
.ywfw-div:hover .ywfw-img img{ transform: scale(1.1)}
.ywfw-div .ywfw-body .cn{ text-align: center; color: #1B5956; font-weight: bold; line-height: 40px;}
.page-yyfw .swiper-pagination-ywfw{position: relative;}
/*.page-yyfw .swiper-pagination-ywfw:before{ content: ''; height: 1px; width: 100%; position: absolute; z-index: 1; left: 0; top: 7px; background: rgba(254,254,254,.4);}*/
.page-yyfw .swiper-pagination-bullet{background: rgba(254,254,254,.6); opacity: .6; margin: 4px; z-index: 2; position: relative;}
.page-yyfw .swiper-pagination-bullet-active{ background: #1B5956; width: 60px; opacity: 1; border-radius: 100px;}
.yyfw-type{display: flex; flex-direction: column; width: 100%; padding: 20px 0;}
.yyfw-type li{ line-height: 30px;}
.yyfw-type li a.yyfw-type-t{ position: relative; padding: 10px; color: #333; border-top: 1px solid #999999;}
.yyfw-type li a:hover,.yyfw-type li a.active{color: #1B5956;}
.yyfw-type li a:before,.yyfw-type li a:before{ width: 0%; transition: all 0.3s ease 0s; height: 3px; top: -2px; left: 0; content: ''; position: absolute; background: #0a4b3e}
.yyfw-type li a:hover .iconfont,.yyfw-type li a.active .iconfont{ color: #f6ac05;}
.yyfw-type li a:hover:before,.yyfw-type li a.active:before{ width: 30%; display: flex; height: 3px; top: -1px; left: 0; content: ''; position: absolute; background: #0a4b3e}
.yyfw-type-t{display: flex; width: 100%; justify-content: flex-start; align-items: center;}
.yyfw-t-l{ width: 60px; display: flex; justify-content: center; align-items: center; }
.yyfw-t-l .iconfont{ font-size: 30px;}
.yyfw-t-r{display: flex; flex-direction: column; }
.yyfw-t-r .cn{ font-size: 18px; }
.yyfw-t-r .en{ font-size: 14px; color: #999; }

.parterpage{display: inline-block; width: 100%; background: url("../images/pagedbj.jpg") center center no-repeat; padding: 80px 0; min-height: 600px; background-size: cover;}


/*内页*/

.ban-text{ display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; position: absolute; top: 50%; margin-top: -60px; width: 80%; left: 10%;}
.ban-cn{ font-size: 24px; line-height: 50px; font-weight: bold;}
.ban-en{ font-size: 16px; line-height: 30px;}
.ban-note{font-size: 14px;}
.ban-x{ width: 40px; height: 2px; margin: 15px 0; border-radius: 10px; background: #fff;}

.page-ny{ padding: 40px 0; display: inline-block; width: 100%; }
.pagecen{display: inline-block; padding-bottom: 40px; width: 100%}
.ny-banner{   width: 100%; position: relative; text-align: center; overflow: hidden }

.page-ny-nav{ width: 100%; padding: 0; display: inline-block; background: #fafafa; border-bottom: 1px solid #ececec; }

.ny-nav-ul{ margin-top: 0px; width: 100%; display: inline-block; text-align: center;}
.ny-nav-ul li{ margin: 0 5px; display: inline-block;}

.ny-nav-ul li a{  overflow: hidden; z-index: 2; padding: 6px 20px; display: flex; flex-direction: column; position: relative;  line-height: 22px; color: #555; font-weight: bold;   margin-top:0px;}
/*.ny-nav-ul li a:before{content: ""; position: absolute; top: -40px; display: inline-block; height: 100%; width: 100%; background: #92B717; z-index: 0; left: 0;}*/
.ny-nav-ul li a small{ width: 100%; z-index: 2; display: inline-block; line-height: 20px; color: #ccc; font-size: 12px; font-weight: 300;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active,.ny-nav-ul li a:hover small,.ny-nav-ul li a.active small{ color: #fff;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active{   background: #FF8000;}
/**/
.breadcrumb{ margin-bottom: 6px; display:inline-block; width: 100%; background-color: transparent;}
.page-ny-n{display: flex; width: 100%; background: #fff;}
.aboutnypage{ padding: 50px 0;}
.aboutnypage .ab-sj-ul{ position: relative; left: 0; right: 0; padding: 0px}
.aboutnypage .ab-sj-ul li{ min-width: 25%; height: 160px;}
.about-ny-img{ display: flex; width: 100%; justify-content: flex-end; align-items: center;}
.about-ny-img img{ width: 100%;}

.cpzx_text > a.cpmore{ font-size: 14px; font-weight: bold; display: flex; }

 .footpage{background: url("../images/footbj.jpg") center no-repeat; background-size: cover;}

.footcen{ width: 100%; padding: 20px 5%;}

.footl{display: flex; flex-direction:  column;}
.foottit{ font-weight: bold; font-size: 26px; color: #333; line-height: 50px; margin-top: 20px;}
.footcen{ font-size: 12px; color: #666; margin-top: 20px; line-height: 30px;}

.footnav{ width: 100%;
    display: flex; justify-content: center; align-items: flex-start; }
.footnav-ul{ padding: 0 20px; margin: 10px; margin-top: 60px; display: flex; flex-direction: column; float: left;}
.footnav-ul a{color: #666; line-height: 25px; font-size: 12px;}
.nav-title{ line-height: 30px; margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #333; border-bottom: 1px solid #ddd;}
.nav-title a{color: #333}
.footnav-ul a:hover{color: #f6ac05;}
.link-title a:hover{color: #fff;}

.footr{ margin-top: 60px;}
.footicon{ display: flex;}
.footicon .iconfont{ font-size: 24px; margin: 0 5px; color: #333;}

.foottel{display: flex; flex-direction: column;}
.telnum{font-size: 18px; font-weight: bold; color: #f6ac05;}
.footewmw{display: inline-block; position: relative;}
.footewm{display: none; position: absolute; padding: 6px; background: #fff; bottom: 0; right: 0%; margin-left: 0px;}
.footewmw:hover .footewm{ display: inline-block; }

.nyaboutl{  display: flex; flex-direction: column; justify-content: center; width: 80%;
    margin: 0 10%; height: 100%;}

.nyaboutl,.nyaboutr{ min-height: 460px;}

.page-nyb{ min-height: 300px;}
.abpage .page-tit-s{ padding-left: 10%;}


.fzlcpage{ display: inline-block; padding: 0; height: 80vh; overflow: hidden; width: 100%;}
.fzlcimg{display: inline-block; width: 100%;}

.fzlcimg .page-tit-s{ position: absolute; left: 10%; top: 10%;}

.fzlcimg img{width: 100%;}

.fzlcbody{ display: inline-block; width: 80%; height: 80%; overflow-y: scroll; margin:10%;}
.fzlcbody::-webkit-scrollbar {     width: 6px;   }
.fzlcbody::-webkit-scrollbar-track {     background: rgba(179, 177, 177,.5);     border-radius: 10px; }
.fzlcbody::-webkit-scrollbar-thumb {     background:#DF0005;       border-radius: 10px;   }
.fzlcbody::-webkit-scrollbar-thumb:hover {     background: #ff0000;      border-radius: 10px;   }
.fzlcbody::-webkit-scrollbar-thumb:active {     background: #ff0000;     border-radius: 10px;   }

.fzlc-ul{ display: flex; min-height: 100%; margin-left: 20px; border-left: 1px solid rgba(179, 177, 177, .5); flex-direction: column; justify-content: center; width: calc(100% - 40px);}
.fzlc-ul li{ margin: 20px;}
.fzlc-div{position: relative; display: flex;flex-direction: column;}
.fzlc-img{ position: absolute; left: -28px;}
.fzlc-tit{ font-size: 16px; font-weight: bold;}
.fzlc-note{font-size: 14px; color: #999; margin-top: 10px;}


.news-xx-t{ display: inline-block; width: 100%; padding: 40px 10px; background: #f2f2f2}
.news-tit-n{line-height: 50px;}
.new-note-x{ color: #999}



.zhuyaocp{display: flex; width: 100%; justify-content: center;}
.zhuyaocp-img{display: flex; overflow: hidden; position: relative; z-index: 1; justify-content: center; width: 50%;}
.zhuyaocp-img img{ width: 100%;}
.jjfatext{position: relative; background: #fff; width: 50%; padding: 0 10%; min-height: 200px; display: flex; z-index: 2; flex-direction: column; height: auto; justify-content: center;}
.jjfatext:before{content: ''; position: absolute; left: -20px; top: 50%;  width:0;
    height:0;
    border-width: 10px;
    border-style:solid;
    border-color:transparent #fff transparent transparent ;}
.text-note{ margin-top: 20px; width: 100%; line-height: 30px; color: #666;}
.jjfatext .page-more{ font-size: 16px; font-weight: bold}
.cpzx-ul-zt{display: inline-block; width: 100%;}
.cpzx-ul-zt li:nth-child(odd) .jjfatext:before{right: -20px; left: auto; top: 50%;  width:0;
    height:0;
    border-width: 10px;
    border-style:solid;
    border-color:transparent  transparent transparent #fff;}
.zhuyaocp:hover .zhuyaocp-img img{ transform: scale(1.1)}


.cpzx_con{ display: block; width: 100%;  border: solid 15px transparent; border-bottom: none; margin-top:10px; padding-bottom: 10px;
    overflow: hidden; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; background: url("../images/cpbj.jpg") right bottom #fff;
    background-size: cover;
    -webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);}
.cpzx_text{ padding-bottom: 10px;}
.cpzx_con:hover{ border: solid 15px white; box-shadow: #666 0px 0px 10px; border-bottom: none; }
.cpzx_con:hover .cpzx_text{background: #FF8000; color: #fff;}
.cpzx_con:hover .cpzx_text > a{ color: #FFf; font-weight: bold;}
.cpzx_con:hover .cpzx_bottom > a ,.cpzx_con:hover .cpzx_bottom > span{color: #fff;}
.cpzx_text > a{ text-align:left; display: block; font-size: 16px; color: #1B5956; font-weight: bold; padding: 0 10px; padding-top: 10px;}
.cpzx_bottom{ height: 19px; margin-top: 12px; display: flex; padding: 0 10px; margin-left: 0;  }
.cpzx_bottom > a ,.cpzx_bottom > span{ color: #ccc; font-size: 12px; display: block; float: left; height: 20px; overflow: hidden; margin-top: 2px;}

.cpzx_con:hover {
    -webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.cpzx-img{ width: 100%; height: 300px; position: relative; overflow: hidden;}
.cpzx-img  img{ width: 100%; min-height: 100%;}
.cpzx_con:hover .cpzx-img img{ transform: scale(1.1)}

.cpzx-titb{ width: calc(100% - 120px);}
.cpzx-eye{ width: 100px; display: flex;}
.cpzx-eye .iconfont{font-size: 12px;}
.cpzx-note{ display: inline-block; width: 100%; padding: 15px; overflow: hidden; height: 90px; line-height: 20px;}
.cpzxlj{ display: flex; text-align: center; justify-content: center;  align-items: center; width: 100%; left: 0; background: rgba(0,0,0,.5); height: 100%; position: absolute; top: 100%;}

.cpzx_con:hover .cpzxlj{ top: 0;}
.cpzxlj .iconfont{ color: #666; background: #fff; width: 50px; height: 50px; border-radius: 100px; text-align: center; line-height: 50px; font-size: 24px;}
.cpzxlj .iconfont:hover{ background: #FF8000; color: #fff;}

.cpximg{display: flex; border: 1px solid #f5f5f5; background: #f5f5f5; justify-content: center; align-items: center; width: 100%;}
.cpximg img{ max-width: 100%;}


.tit-cn{ font-size: 24px; font-weight: bold; display: inline-block; width: 100%; line-height: 40px;}
.tit-en{ font-size: 14px; color: #ccc; font-weight: 500; display: inline-block; width: 100%; line-height: 30px;}


.newlisbtn{ display: inline-block; width: 100%; padding: 30px 0; margin-top: 20px; background: #f2f2f2}
.newml10{ margin: 0 10px; color: #ccc}
.newmr10{ margin: 0 10px;  color: #ccc}


.lxwm-div{display: flex;   width: 100%; margin: 20px 0}
.lxwm-div .lxwm-img{display: flex; justify-content: center; align-items: center; width: 50%; padding: 40px 10%; padding-right: 15px; border-radius: 4px; overflow: hidden;}
.lxwm-div .lxwm-img img{ max-width: 100%}
.lxwm-div .lxwm-body{ width: 50%; display: flex; flex-direction: column; text-align: left; justify-content: flex-start; align-items:flex-start; padding: 40px 5%;}
.lxwm-div .lxwm-body{ width: 50%;}
.lxwm-div .lxwm-body .cn{ text-align: left; color: #333; font-size: 24px; font-weight: bold;}
.lxwm-div .lxwm-body .en{ text-align: left; color: #333; font-size: 16px; }
.lxwm-div .lxwm-body small{font-size: 18px; font-weight: 500; width: 100%;}
.lxwm-div .lxwm-body .note{ text-align: left; color: #333; font-size: 14px; line-height: 30px;}
.lxwm-div .lxwm-body .note.lxwmtit{ font-weight: bold; font-size: 24px; color: #0a4b3e; border-bottom: 1px solid #ccc; padding-bottom: 40px;}

.dtimg{display:flex; width: 100%; height: 400px;}


.joinlitit{ width: 100%; background: #0a4b3e; color: #fff;}
.join-ul{ display: flex; flex-direction: column; width: 100%; margin-top: 60px;}
.join-div{display: flex; flex-direction: column; width: 100%;  background: #E8F0F8;  padding: 10px;}
.join-li{display: flex; width: 100%; cursor: pointer; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px;}
.joins{display: flex; flex-direction: column; width: 20%; min-width: 200px;}
.joins > div:first-child{ font-weight: bold; line-height: 30px;}

.join-con{ background: #f5f5f5; display: none; width: 100%; padding: 20px; }
.join-div.on .join-con{display: inline-block;}
.joinc{ color: #666; display: inline-block; width: 100%;}

.links-ul{display: inline-block; width: 100%;}
.links-ul li{ margin: 10px 0;}


















.lx-page-con{display: inline-block; width: 100%; padding: 30px 0;}
.pagea-tit-lx{display: flex; width: 100%; position: relative; padding: 20px 10px; padding-left: 80px; }
.pagea-tit-lx:before{content: ''; position: absolute;
    left: 0; top: 0px; background: #ccc; width: 1px; height:100px;}

.lx-icon{position: absolute; left: 20px; width: 50px; height: 50px; border-radius: 10px; text-align: center; line-height: 50px;
    border: 1px solid #FF8800; color: #FF8800;}
.lx-icon .iconfont{ font-size: 30px;}


/*public*/
.fenyeys{ float:left; width:100%; display: inline-block; padding: 20px 10px; text-align:center;  font-size: 12px; font-family: "微软雅黑";}
.fenyeys span{  margin:2px 6px; border-radius:25px;  padding:5px 10px; background:#FF8800; color:#fff; }
.fenyeys a{ margin:2px 6px; border-radius:25px; padding:5px 10px; background:#ccc; color:#fff; }
.fenyeys a:hover{ background:#FF8800;}
.nyright-con .col-md-12{margin: 0px; padding: 0px;}

.page-ny img{ max-width: 100%;}
.ny-r-c{display: inline-block; width: 100%;}

.p0{ padding-left: 0px; padding-right: 0px;}
.pl0 {	padding-left:0;}
.pr0 {	padding-right:0;}
.p8{padding-right: 8px;
    padding-left:8px;}
.p20{padding-right: 20px;
    padding-left:20px;}
.ml0 {	margin-left:0 ;}
.mr0 {	margin-right:0;}
.ml100 {	margin-left:100px ;}
.fl {	float: left;}
.fr {	float: right;}
.w100 {	width: 100%;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px;}
.mt30 {	margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt6 {	margin-top: 6px;}
.mt60 {	margin-top: 60px;}
.tac {	text-align: center;}
.pb10 {	padding-bottom: 10px;}
.borderb1 {	border-bottom:1px solid #d4d4d4;}
.rela{position: relative}
.color-fff{color: #fff!important;}
.ba-f5f5f5{ background: #f5f5f5;}
.ba-EBEBEB{background: #EBEBEB;}
h3 {margin:0;}
h4 {	margin:0;}
a {	text-decoration: none !important;}
.baise{ color: #fff;}
.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}


@media (max-width: 1440px) {
    .navbar-default .navbar-nav>li>a{padding: 0 15px;}
    .case-typea{ height: 260px;}
    .case-typeb{ height: 200px;}
    .case-typeb .cn{ margin-top: 80px;}
    .newstype li a{ padding: 8px 15px;}
    .cpimg{ height: 180px;}
    .news-img-s{ height: 180px}
}
@media (max-width: 1366px) {
    .case-typea{ height: 240px;}
    .case-typeb{ height: 180px; }
    .case-typeb .cn{ margin-top: 60px;}
    .cpimg{ height: 150px;}
    .newstype li a{ padding: 8px 10px; margin-left: 5px;}
    .news-img-s{ height: 160px}

    .lxwm-div .lxwm-body{ width: 50%; padding: 40px 20px}
    .lxwm-div .lxwm-img{ width: 50%; padding: 40px 5%;}

}


@media (max-width: 768px) {
    .navbar-header{display: inline-block;
        float: right; }
    .jjloog{ padding: 0; padding-left: 10px;}
    .jjloog img{max-height: 50px;}
    .navbar-toggle{ background: #0a4b3e;}
    .navbar-toggle .iconfont{color: #fff; font-size: 24px;}
    .navbar-default{ padding: 0; min-height: 0;}
    .topnav{position: relative}
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
    {background: transparent;}
    .topnav .col-md-10,.topnav .col-md-9,.topnav .col-md-3{ display: inline-block; width: 100%;}
    .topnav .col-md-10{display: flex; flex-direction: column; justify-content: space-between}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{ max-height: none}
    .dropdown ul{ background: #0a4b3e; display: inline-block; width: 100%; padding: 10px 10%;}
    .dropdown ul li a{ color: #fff; display: inline-block; width: 100%; line-height: 30px;}
    .ban-cn{ font-size: 16px;}
    .ban-x{display: none}
    .page-cn-s{font-size: 30px;}
    .page-en-s{font-size: 18px;}
    .about-s-t{ line-height: 30px; font-size: 16px;}
    .cppage .page-tit-s, .newspage .page-tit-s{ padding-left: 15px;}
    .syaboutr{width: 100%; padding: 0 15px;}
    .about-s-body{ margin-top: 0; padding-bottom: 20px;}
    .ab-sj-ul{ flex-wrap: wrap; position: relative; margin-bottom: 20px; height: auto; left: 0; right: 0; padding-left: 0;}
    .ab-sj-ul li{ width: 50%; padding: 20px 5px; zoom: .8}
    .page-w90{ padding: 0;}
    .newspage-d{ padding: 20px 15px; }
    .parterpage{ min-height: 300px;}
    .page-nyb{ min-height: 200px; padding-bottom: 20px;}
    .fzlcpage{ height: 400px;}
    .pagea,.page-s{display: inline-block; width: 100%; min-height: auto; height: auto;}
    .page-div{ width: 100%; height: 400px;}
    .pagea .page-div:nth-child(3){ height: 480px;}
    .div-more .plus{margin-top: 10%;}
    .type-tit,.abvideo,.page-moreb,.newsmore,.footnav{display: none;}
    .footr{margin-top: 10px;}
    .page-tit-s{ padding: 10px; margin-top: 20px;}
    .page-tit-s.baise{display: none}
    .cppage .gallery-thumbs{height: 60px;}
    .case-ge-bo .cn{font-size: 14px;}
    .case-ge-bo .en{font-size: 12px;}
    .newspage-c,.newspage-d{display: inline-block;}
    .newspage-c{width: 100%; height: auto; min-height: auto;}
    .dtimg{height: auto; min-height: auto;}
    .news-div-s{ margin: 10px 0}
    .ny-nav-ul{ padding-left: 0; display: flex;}
    .ny-nav-ul li{width: 33%; overflow: hidden;}
    .ny-nav-ul li a small{ height: 20px; overflow: hidden;}
    .ryzz-fanye{left: 0}
    .ryzz-fanye .ryzz-next{right: 10px; z-index: 5}
    .ryzz-fanye .ryzz-prev{ left: 10px; z-index: 5}
    .yb-banner .text{ margin-top: -40px;}
    .yb-banner .textb img{ max-width: 100%;}
    .jjfatext:before{ display: none;}

    .zhuyaocp{ flex-wrap: wrap;}
    .jjfatext{ padding: 15px}
    .jjfatext,.zhuyaocp-img{ width: 100%; height: auto; min-height: unset}
    .zhuyaocp-img a{width: 100%}
    .zhuyaocp-img img{ height: 100%; width: 100%;}
    /*.jjfatext .tit-en{display: none;}*/
    .jjfatext  .tit-cn{ font-size: 16px;}
    .page-more a{ padding: 8px 15px;}
    .cpzx-ul-zt{display: flex; flex-wrap: wrap;}
    .cpzx-ul-zt li{width: 100%; margin: 10px 0}
.lxwm-div{flex-wrap: wrap;}
    .lxwm-div .lxwm-body{width: 100%;}
    .lxwm-div .lxwm-img{ width: 100%; padding: 15px;}

    .ywfw-img{ display: none;}
    .ser-ul li .ser-body{ position: relative; width: 100%; left: 0%; right: 0%; padding: 0 15px;}

    .ser-ul li:nth-child(odd) .ser-body{ left: 0%; right: 0%;}
    .pagecen table{ width: 100% !important; overflow: auto; display: inline-block}
    .sj-name{ font-size: 18upx;}
}
