@charset "UTF-8";
@font-face{font-family:'din'; src: url('../font/din.OTF');}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #666; background-color: #fff; font-family:'Microsoft YaHei',Arial, sans-serif;}
html, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent;  font-family:'Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #4caf34; color: #fff; text-shadow: none; }
::selection { background: #4caf34; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background:#4caf34;}
::-webkit-scrollbar-thumb:hover { background: #4caf34;}


a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{position: relative; width: 86%; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;*height: auto;}
.rect-50 {padding-bottom: 50%;}
.rect-67 {padding-bottom: 67%;}
.rect-100 {padding-bottom: 100%;}
.rect-107 {padding-bottom: 107%;}
.rect-140 {padding-bottom: 140%;}

.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:90px; z-index: 9999;width: 100%; position:fixed;transition:0.5s all;  background:#fff;}
.header .logo{ height:90px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
/*下拉菜单*/
.header .nav{ display: flex; position: relative; height:90px; transition:0.5s all;}
.header .nav>ul{display:flex; position: relative; height:100%;}
.header .nav .drop{position: relative; display: inline-block; text-align: center;padding: 0 30px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333333; font-weight: bold;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #4caf34;}
.header .nav .subNavbox{width:100%;position:absolute; top:100%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.header .nav .subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.header .nav .subNavbox a{display:block;position:relative;font-size:16px;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
.header .nav .subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #4caf34;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.header .nav .subNavbox a.active,.header .nav .subNavbox a:hover{color:#4caf34}
.header .nav .subNavbox a.active:before,.header .nav .subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.header .nav .subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }
/*导航下拉*/
.header.scroll { height:80px; box-shadow: 0 0 15px rgba(0,0,0,0.1); transition: 0.5s all;}
.header.scroll.on:before{width:0px;transition: 0.01s all;}
.header.scroll .logo,.header.scroll .nav{height:80px;}
.header.scroll .drop .subbox{top:80px;}
.header.scroll .nav li>a{color: #333;}
.header.scroll .nav li:hover>a{color: #4caf34;}
.header.scroll .nav li.on>a{color: #4caf34;}
.placeholder{ width: 100%; position: relative; height: 90px;}

/*======================轮播图======================*/
.banner {width:100%;position: relative; z-index:0; background:#000; overflow:hidden;}
.banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width:100%;height:100%;transition: all 3s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
.banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.05,1.05);  transition-delay:0.3s;}
.banner .swiper-pagination { bottom: 20px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 30px; height: 6px; margin: 0 10px;border-radius: 0; background: #ffffff !important; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{border-radius: 0;background: #4caf34 !important;}

.inProduct{position: relative; width: 100%; padding: 80px 0;}
.inProduct .titname{ font-size: 36px; text-align: center; color: #333333;}
.inProduct .prodbox{ position: relative; margin-top: 40px; overflow:hidden;}
.inProduct .prodbox .item{ position: relative; width: 23.875%; margin-right: 1.5%;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inProduct .prodbox .item::before{position: absolute; content: ''; left: 4%; top: 4%; width: 92%; height: 92%;border: 1px rgba(255, 255, 255, 0.4) solid; z-index: 9;}
.inProduct .prodbox .item:last-child{ margin-right: 0;}
.inProduct .prodbox .item .img{ position: relative;}
.inProduct .prodbox .item .infor{ position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; text-align: center; display: flex; align-content: center; flex-direction: column; justify-content: center; align-items: center; z-index: 99; }
.inProduct .prodbox .item .infor .ico{ position: relative; width: 80px; height: 80px; border: 2px #ffffff solid; border-radius: 50%; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.inProduct .prodbox .item .infor .ico img{ height: 40px;}
.inProduct .prodbox .item .infor .tit{ margin-top: 60px; font-size: 22px; color: #ffffff; }
.inProduct .prodbox .item .infor .list{ display: none; margin-top: 40px;}
.inProduct .prodbox .item .infor .list a{display: block; font-size: 17px; line-height: 28px; color: #ffffff;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
.inProduct .prodbox .item .infor .list a:hover{padding-left: 10px;}
.inProduct .prodbox .item .infor .learn{ position: relative; margin-top: 30px; font-size: 15px; color: #ffffff;}
.inProduct .prodbox .item .infor .learn::after{ position: absolute; content: '';bottom: -10px; left: 50%; transform: translateX(-50%); width: 70px; height: 2px; background: #ffffff;}
.inProduct .prodbox .item .infor .learn a{ color: #ffffff;}
.inProduct .prodbox .item:hover .infor{ background: rgba(76, 175, 52, .9);}
.inProduct .prodbox .item:hover .infor .ico{ height: 40px; border: none;}
.inProduct .prodbox .item:hover .infor .tit{ margin-top: 20px;}
.inProduct .prodbox .item:hover .infor .list{ margin-top: 20px;}
.inProduct .prodbox .item:hover .list{ display: block;}
.inProduct .prodbox .item .learn:hover{ font-weight: bold;}
.inProduct .prodbox .item:hover::before{ border: 1px #ffffff solid;}
.inProduct .prodbox .pagination{ position: relative; margin: 30px auto 0; text-align: center;}
.inProduct .prodbox .pagination .swiper-pagination-bullet{ width: 50px; height: 4px; margin: 0 5px; border-radius: 0; opacity: 1; background: #dddddd; cursor: pointer;}
.inProduct .prodbox .pagination .swiper-pagination-bullet-active{ background: #4caf34;}

.inAbout{ position: relative; width: 100%; padding: 80px 0; background: #f6f6f6 url(../img/abobg.png) 100% center no-repeat;}
.inAbout .cont{ width: 46%;}
.inAbout .cont .en{ font-size: 20px; color: #999999; font-family: 'din';}
.inAbout .cont .tit{ margin: 25px 0; font-size: 50px; color: #000000; font-weight: bold;}
.inAbout .cont .content{ font-size: 16px; color: #555555; line-height: 28px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
.inAbout .cont .more{position: relative; margin-top: 80px; width: 180px; height: 50px; text-align: center; line-height: 50px; border:1px #4caf34 solid; border-radius: 25px; overflow: hidden; box-sizing: border-box; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px;}
.inAbout .cont .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden; background: #4caf34; transform: scale(0, 1);transition: all .5s;z-index: -1;}
.inAbout .cont .more a{display: block; font-size: 15px; color: #4caf34;}
.inAbout .cont .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.inAbout .cont .more:hover a{ color: #ffffff;}
.inAbout .number{ position: relative; width: 100%; margin-top: 70px;}
.inAbout .number .item{ position: relative; width: 33.333333%; float: left; line-height: 1; text-align: center;}
.inAbout .number .item .math{ font-size: 40px; color: #4caf34; font-family: 'din';vertical-align: middle;}
.inAbout .number .item .num{ font-size: 20px; color: #4caf34; font-family: 'din';     vertical-align: middle;}
.inAbout .number .item .c{ margin-top: 10px; font-size: 15px; color: #666666;}

.inNews{position: relative; width: 100%; padding: 80px 0; background: #f4f9fd;}
.inNews .titname{ font-size: 36px; text-align: center; color: #333333;}
.inNews .newsbox{ position: relative; margin-top: 40px; display: grid; grid-gap:25px; grid-template-columns: repeat(4,1fr);}
.inNews .newsbox .item{ width: 100%;}
.inNews .newsbox .item .titbox{position: relative; padding: 20px 15px; box-sizing: border-box; background: #fff;}
.inNews .newsbox .item .titbox .tit{ margin-bottom: 5px; height: 56px; font-size: 17px; font-weight: bold; color: #333333; line-height: 28px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .tic{ margin-bottom: 15px; height: 52px; font-size: 14px; color: #666; font-weight: 400; line-height: 26px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .more{ font-size: 15px; color: #666;}
.inNews .newsbox .item .titbox .ico{ position: absolute;width: 73px; height: 60px; right: 15px; bottom: 20px; background: url(../img/newsico.png) center no-repeat; background-size: auto 60px; opacity: 0;}
.inNews .newsbox .item:hover .titbox{ background:#4caf34;}
.inNews .newsbox .item:hover .ico{ opacity: 1;}
.inNews .newsbox .item:hover .titbox .tit,.inNews .newsbox .item:hover .titbox .tic,.inNews .newsbox .item:hover .titbox .more{ color: #fff;}

.slogan{position: relative; width: 100%; padding: 40px 0; background:url(../img/sloganbg.jpg) center no-repeat;}
.slogan .titname{ font-size: 25px; text-align: center; color: #ffffff;}
.slogan .more{position: relative; margin: 30px auto 0; width: 170px; height: 46px; text-align: center; line-height: 46px; border:1px #ffffff solid; border-radius: 5px; overflow: hidden; box-sizing: border-box; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px;}
.slogan .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden; background: #4caf34; transform: scale(0, 1); transition: all .5s;z-index: -1;}
.slogan .more a{display: block; font-size: 15px; color: #ffffff;}
.slogan .more:hover{border:1px #4caf34 solid;}
.slogan .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.slogan .more:hover a{ color: #ffffff;}

.footer{ width: 100%; position: relative; }
.footer .footTop{position: relative; float: left; padding: 50px 0;  width: 100%; background: #ffffff;}
.footer .footTop .container{display: -webkit-flex; display: flex; height: 100%; flex-direction: row;justify-content: space-between;}
.footer .footTop .foot_logo{ width: 20%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.footer .footTop .foot_logo img{ height: 50px;}
.footer .footTop .foot_logo .tit{ font-size: 28px; color: #333; margin-top: 20px; font-weight:  bold; }
.footer .footTop .foot_nav{ width: 60%; float: right; }
.footer .footTop .foot_nav dl{ width: 15%; float: left; }
.footer .footTop .foot_nav dl dt{ font-size: 18px; color: #333; font-weight: 600; margin-bottom: 20px; }
.footer .footTop .foot_nav dl dd{ width: 100%;display:  inline-block; }
.footer .footTop .foot_nav dl dd a{ width: 100%; font-size: 15px; line-height: 30px; color: #999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.footer .footTop .foot_nav .dl dd{float: left; width: 48%; margin-right: 4%;}
.footer .footTop .foot_nav .dl dd:nth-child(3){ margin-right: 0;}
.footer .footTop .foot_nav dl:nth-child(2){ width: 40%;}
.footer .footTop .foot_nav dl:nth-child(3){ width: 40%; float: right; }
.footer .footTop .foot_nav dl .fLx{ width: 100%; position: relative; }
.footer .footTop .foot_nav dl .fLx li{ width: 100%; line-height: 32px;}
.footer .footTop .foot_nav dl .fLx li img{ margin-right: 10px; float: left; margin-top: 10px; height: 15px;}
.footer .footTop .foot_nav dl .fLx li span{ font-size: 15px; color: #999; }
.footer .footTop .foot_nav dl .fLx li:nth-child(1) span{ font-size: 20px; font-family: 'din'; color: #333; }
.footer .footTop .foot_nav dl a:hover{ color: #4caf34; }
.footer .footTop .ewm{ width: 156px; float: right;}
.footer .footTop .ewm img{ border-radius: 8px; border: 3px #4caf34 solid; box-sizing: border-box;}
.footer .footTop .ewm p{ margin-top: 15px; font-size: 15px; color: #333; text-align: center;}
.footer .copy{ width:100%; position: relative; padding: 25px 0; background:#373434; float: left; }
.footer .copy .copyL{ color: #fff; font-size: 15px; }
.footer .copy .copyL a{color: #fff;}
.footer .copy .copyL a:hover{color: #4caf34;}


/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff; overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .ptext {position: absolute;left: 50%;margin-left: -45%;top: 50%;transform: translateY(-50%);width: 90%;text-align: center;}
.pbanner .ptext strong {display: block;margin-bottom: 25px;line-height: 1.1;color: #ffffff;font-size: 34px;}
.pbanner .ptext p {color: #ffffff;font-size: 24px;line-height: 1.5;}

.pagemain{position: relative;}
.secondnav{position:relative; height: 80px; border-bottom: 1px solid #e6e6e6;width: 100%; overflow: hidden; z-index: 80;}
.secondnav .subNav{width: 100%; height: 100%; background-color: #fff;}
.secondnav .subNav .container{height: 100%; display: flex; align-items: center; justify-content: space-between;}
.secondnav .subNav .left { padding-left: 30px; height: 100%; line-height: 80px; font-size: 18px; font-weight: bold; color: #333333; display: inline-block; background-image: url(../img/topnav.png); background-repeat: no-repeat; background-size: 16px auto; background-position: left center; color: #333;}
.secondnav .subNav .right {height: 100%;}
.secondnav .subNav .right .item {display: inline-block; height: 100%; line-height: 80px; margin-left: 50px; position: relative;
text-align: center;}
.secondnav .subNav .right .item span { position: relative;z-index: 10; transition: all 0.6s; font-size: 16px; color: #333;padding-bottom: 20px;}
.secondnav .subNav .right .item span:after { content: ''; position: absolute; width: 100%; height: 3px; background-color: #4caf34; border-radius: 2px;left: 0;top: calc(50% + 6px); z-index: -1;transform-origin: left center;transform: scalex(0);transition: all 0.48s;}
.secondnav .subNav .right .item.active span,.secondnav .subNav .right .item:hover span {font-size: 20px;font-weight: bold;}
.secondnav .subNav .right .item:hover span::after,.secondnav .subNav .right .item.active span::after {transform: scalex(1);}

.about_us01{position: relative; padding: 70px 0; background: #f9f9f9;}
.about_us01 .companybg{ padding: 70px 4%;  background: url(../img/aboimg.jpg) center 0 no-repeat;}
.about_us01 .company-fix {float: right; padding: 50px; width: 78%; background: #ffffff; }
.about_us01 .company-fix .about-tit strong{display: block;margin-bottom: 15px;line-height: 1;color: #333333;font-size: 22px;font-weight: normal;}
.about_us01 .company-fix .about-tit small{display: block;line-height: 1;color: #333333;font-size: 36px; font-weight: bold;}
.about_us01 .company-fix .about-info{margin: 40px 0 0; color: #333333;font-size: 16px; line-height: 2; }
.about_us01 .abonum{ position: relative; width: 100%; margin-top: 70px;}
.about_us01 .abonum .item{ position: relative; width: 33.333333%; float: left; line-height: 1; text-align: center;}
.about_us01 .abonum .item .math{ font-size: 40px; color: #4caf34; font-family: 'din';vertical-align: middle;}
.about_us01 .abonum .item .num{ font-size: 20px; color: #4caf34; font-family: 'din';     vertical-align: middle;}
.about_us01 .abonum .item .c{ margin-top: 10px; font-size: 15px; color: #666666;}
.about_us02{ position: relative; height: 48vh; display: flex;align-items: stretch;justify-content: space-between;z-index: 3;}
.about_us02 .item {width: calc(50% - 10px);height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;position: relative;overflow: hidden;}
.about_us02 .item .abCul_bg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000000; background-position: center; background-repeat: no-repeat; background-size: cover;transition: all 0.48s;}
.about_us02 .item:hover .abCul_bg {transform: scale(1.1);}
.about_us02 .item .infor {position: relative;z-index: 3;padding: 0 10%;}
.about_us02 .item .infor .icon {margin:0 auto;}
.about_us02 .item .infor .icon img{ height: 60px;}
.about_us02 .item .infor .tit{ display: block;font-weight: bold;font-size: 28px;color: #fff; margin-top: 15px; margin-bottom: 28px;}
.about_us02 .item .infor p {font-size: 16px; line-height: 2; color: #fff;}
.honorlist{position: relative;}
.honorlist .gallery{ display: grid;grid-gap: 15px; grid-template-columns: repeat(5,1fr);}
.honorlist .item{width: 100%; float: left; cursor: pointer;}
.honorlist .item .box {padding: 3px;border: 2px #eee solid; background: #ffffff;}
.honorlist .item .img {position: relative;overflow: inherit;}
.honorlist .item:hover .box {border: 2px #4caf34 solid;}
.honorlist .item .img img {display: block; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;transform-origin: 50% 50%;}
.honorlist .item:hover .img img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.honorlist .item p { margin: 0 5px; line-height: 50px;text-align: center; color: #333;transition: 0.3s all ease;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.honorlist .item:hover p {color: #4caf34;}
.pagemain .content .cover{padding: 40px; background: #ffffff; font-size:16px; color:#666; line-height:2; box-sizing: border-box;}
.pagemain .content .cover p a{font-size: 16px !important; }
.pagemain .content .cover img{max-width:100%; margin:5px 0;}
.pagemain .content .cover table{border-collapse:collapse;width:100% !important;}
.pagemain .content .cover table,.pagemain .content .cover tr{ font-size: 15px; color: #444; }
.pagemain .content .cover table,.pagemain .content .cover th,.pagemain .content .cover td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.equipment{position: relative;}
.equipment .gallery{ display: grid;grid-gap: 15px; grid-template-columns: repeat(4,1fr);}
.equipment .item{width: 100%; float: left; cursor: pointer;}
.equipment .item .box {padding: 3px;border: 2px #eee solid;background: #ffffff;}
.equipment .item .img {position: relative;overflow: inherit;}
.equipment .item:hover .box {border: 2px #4caf34 solid;}
.equipment .item .img img {display: block; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;transform-origin: 50% 50%;}
.equipment .item:hover .img img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.equipment .item p { margin: 0 5px; line-height: 50px;text-align: center; color: #333;transition: 0.3s all ease;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.equipment .item:hover p {color: #4caf34;}


.pagemain .content{position: relative;padding: 70px 0;background: #f9f9f9;}
.navMenubox{ width: 24%; padding: 30px; box-sizing: border-box; background: #fff;}
.navMenubox .infor{border-bottom:1px solid #dcdcdc; padding-bottom:20px; margin-bottom:15px;}
.navMenubox .infor .t{font-size:26px; line-height:24px; font-weight:bold; color:#373737;}
.navMenu>li { display: block; background:#fff; padding: 0; border: 0px; }
.navMenu>li>a{ display: block; overflow:hidden;padding-left:28px;line-height: 50px; transition: all .3s; position:relative; text-decoration: none; border-bottom: 1px solid #ddd;}
.navMenu .check{position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: inline-block;width: 18px;height: 18px; border: 1px #666 solid;}
.navMenu .nav-text{ font-size: 17px; color: #333333; font-weight: bold;}
.navMenu .nav-more{position: absolute; right: 8px; top: 50%; transform: translateY(-50%); display: inline-block;}
.navMenu .nav-more i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 14px; height: 2px; background: #333; display: block; -webkit-transition: .4s; transition: .4s; }
.navMenu .nav-more i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.navMenu>li.open .check{ border: 1px #4caf34 solid; background: #4caf34 url(../img/check.png) center no-repeat; background-size:18px;}
.navMenu>li.open .nav-text{ color: #4caf34; }
.navMenu>li.open .sub-menu{ display:block;}
.navMenu>li.open .nav-more i { background: #4caf34; }
.navMenu>li.open .nav-more i:last-child { -webkit-transform: translate(-50%, -100%) rotate(90deg); transform: translate(-50%, -100%) rotate(90deg); opacity: 0; }
.navMenu>li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.navMenu>li:last-child > a { border-bottom: 1px solid transparent; }
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; margin: 8px 0px 0px 10px; padding-bottom: 5px; }
.navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px; }
.navMenu>li>ul.sub-menu li>a { display: block; font-size: 15px; line-height: 40px; padding-left: 10px; color: #333; clear: both;border-bottom: 1px #eee solid; }
.navMenu>li>ul.sub-menu li:hover a{color: #4caf34; }
.navMenu>li>ul.sub-menu li.finve a{ color: #4caf34;}
.prodright{position:relative; width: 74%;}
.prodright .inner{ display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s; }
.prodright .inner .item .filler2 { background-color: #4caf34; z-index: 5; }
.prodright .inner .item .filler2-left { width: 2px; height: 0%; left: 0%; top: 0%; }
.prodright .inner .item .filler2-right { width: 2px; height: 0%; right: 0%; bottom: 0%; }
.prodright .inner .item .filler2-top { width: 0%; height: 2px; right: 0%; top: 0%; }
.prodright .inner .item .filler2-bottom { width: 0%; height: 5px; left: 0%; bottom: 0; }
.prodright .inner .item:hover .filler2-left { height: 100%; }
.prodright .inner .item:hover .filler2-right { height: 100%; }
.prodright .inner .item:hover .filler2-top { width: 100%; }
.prodright .inner .item:hover .filler2-bottom { width: 100%; }
.prodright .inner .item { position: relative; transition: 300ms; -webkit-transition: 300ms; }
.prodright .inner .item .box{position: relative; border: 1px solid #e4e4e4; background: #ffffff;}
.prodright .inner .item .img { position: relative; overflow: hidden; transition: 100ms; -webkit-transition: 100ms; }
.prodright .inner .item .img .intro {position: absolute;left: 0;top: 0;width: 100%;height: 100%;line-height: 1;background: rgba(255,255,255,.8);opacity: 0;display: flex;align-items: center;justify-content: center;box-sizing: border-box;transition: .4s;-ms-transition: .4s;-o-transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;}
.prodright .inner .item:hover .intro {opacity: 1;}
.prodright .inner .item .intro i {display: inline-block;width: 60px;height: 60px;background: url(../img/icon13.png) no-repeat center;transition: ease .6s .1s;-ms-transition: ease .6s .1s;-o-transition: ease .6s .1s;-webkit-transition: ease .6s .1s;-moz-transition: ease .6s .1s;transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);}
.prodright .inner .item:hover .intro i {transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);}
.prodright .inner .item .line { position: absolute; left: 0px; bottom: -7px; width: 0%; height: 7px; background-color: #4caf34; transition: 300ms; -webkit-transition: 300ms; }
.prodright .inner .item .con { border-top: 1px #e4e4e4 solid; padding: 20px 15px 50px; }
.prodright .inner .item .con .t { font-size: 17px; font-weight: 600; line-height: 1.5; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.prodright .inner .item .con .time { font: 14px/1.8 "din"; color: #a5a5a5; padding: 10px 0px; }
.prodright .inner .item .con .c { font-size: 15px; line-height: 2; color: #747474; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.prodright .inner .item:hover { background-color: #fff; }
.prodright .inner .item:hover .img img { transform: scale(1.08); -webkit-transform: scale(1.08); }
.prodright .inner .item:hover .line { width: 100%; }
.prodright .inner .item:hover .ibox-more i { width: 100%; }
.prodright .inner .item:hover .con .t { color: #4caf34; }
.prodright .inner .item .ibox-link { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; }
.prodright .inner .item .ibox-more { background: url(../img/more_i1.png) no-repeat scroll left center; width: 19px; height: 20px; position: absolute; bottom: 18px; }
.prodright .inner .item .ibox-more i { position: absolute; background: url(../img/more_i2.png) no-repeat scroll left center; width: 0%; height: 100%; }
.trans3 { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.pageNews{ position: relative; width: 100%;display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pageNews .item{ position:relative;float: left; transition:.3s ease;}
.pageNews .item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  transform: translateY(-8px);}
.pageNews .item .box{position: relative; background:#fff; }
.pageNews .item .infor{padding:35px 25px;}
.pageNews .item .infor .date{ font-size: 15px; color: #aaa; font-family: 'din';}
.pageNews .item .infor .t{font-size:22px; line-height: 30px; height: 60px; color:#333; margin:20px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .item .infor .c{font-size:15px; color:#666; line-height:2; height: 30px;  overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNews .item .infor .more{float:right; color:#666; display: none;}
.pageNews .item .li_line{width:0; height:5px; background:#4caf34; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.pageNews .item:hover .li_line{width:100%; left: 0;}
.pageNews .item:hover .infor .t{ color:#4caf34;}
.newsboxbg{ background: #fff;}
.newsboxbg .title{ padding: 40px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; align-items: center;}
.newsboxbg .title .left{ padding-right: 50px;}
.newsboxbg .title .pageT{ font-size: 30px; line-height: 1.4; color: #333;}
.newsboxbg .title .pageD{font-size: 16px; color: #666;}
.newsboxbg .title .backList{width: 200px;height: 50px; color: #fff; border-radius: 25px; background: #4caf34; display: flex; align-items: center; justify-content: center;}
.newsboxbg .title .backList .ml-cio{ margin-left: 10px; height: 12px;}
.newsboxbg .title .backList:hover{background: #4caf34;}
.newsboxbg .pagecont{padding: 40px; font-size:16px; color:#666; line-height:2;}
.newsboxbg .pagecont p a{font-size: 16px !important; }
.newsboxbg .pagecont img{max-width:100%; margin:5px 0;}
.newsboxbg .pagecont table{border-collapse:collapse;width:100% !important;}
.newsboxbg .pagecont table,.newsboxbg .pagecont tr{ font-size: 15px; color: #444; }
.newsboxbg .pagecont table,.newsboxbg .pagecont th,.newsboxbg .pagecont td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.newsboxbg .backpad{ padding: 40px;}

.modular .title {position: relative; margin-bottom: 30px; font-size: 36px; color: #4caf34;}
.modular .fnt_20 { font-size: 20px; color: #333333; font-family: 'din'; text-transform: uppercase;}
.modular .cont { font-size: 17px; line-height: 2;color: #666666;}
.contDetail h5 {margin-top: 30px; text-align: center; font-size: 26px; margin-bottom: 20px; background-image:-webkit-linear-gradient(120deg, #4caf34, #4caf34);  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.contDetail .f20 {text-align: center; max-width: 100%; width: 85%; color: #707070; font-size: 16px; line-height: 2; margin-left: auto; margin-right: auto; }
.jnlist { margin-top: 30px; border-top: 4px solid #4caf34; display: -webkit-box;display: -ms-flexbox;display: flex;background: #f9f9f9;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 70px;-webkit-transition: .4s;transition: .4s;}
.jnlist div{font-size: 18px; color: #333;font-weight: bold; -webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: center;-webkit-transition: .4s;transition: .4s;}
.joinlist {width: 100%;position: relative;margin-top: 10px;}
.joinlist .list_dl{ margin-bottom: 5px;-webkit-transition: .4s;transition: .4s;}
.joinlist .list_dl:last-child{ margin-bottom: 0;}
.joinlist .list_dt {cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;background: #f9f9f9;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s; transition: .4s;}
.joinlist .list_dt div {font-size: 17px;color: #333;-webkit-box-flex: 1;-ms-flex: 1;flex: 1; text-align: center;}
.joinlist .list_dt div.menu { position: relative; }
.joinlist .list_dt div.menu i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; height: 2px; background: #606060; display: block; -webkit-transition: .4s; transition: .4s; }
.joinlist .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.joinlist .list_dl#open .list_dt{background:  #4caf34;}
.joinlist .list_dl#open .list_dt div{ color: #fff;}
.joinlist .list_dl#open .list_dt div.menu i { background: #fff; }
.joinlist .list_dl#open .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -200%) rotate(90deg); transform: translate(-50%, -200%) rotate(90deg); opacity: 0; }
.joinlist .list_dd {display: none;padding: 40px;font-size: 16px;line-height: 2;color: #333333;background: #f5f8fc; -webkit-transition: .4s; transition: .4s;}
.joinlist .list_dl#open .list_dd{ display: block;-webkit-transition: .4s; transition: .4s;}
.joinlist .list_dd .jointd {position: relative;width: 160px;height: 50px;margin-top: 40px;font-size: 17px;color: #fff;font-weight: bold;
text-align: center;line-height: 50px;background: #f0fefd;}
.joinlist .list_dd .jointd a{ color:#fff}
.joinlist .list_dd .jointd:hover {background: #4caf34;}
.pagecont{padding: 40px; background: #ffffff;}
.contact{position: relative;}
.contact h2{font-size:20px;font-weight:bold;padding-left:40px;position: relative;}
.contact h2:after{position: absolute;left:0px;width:30px;height:2px;background:#4caf34;content:"";top:20px;}
.contact h1{font-size:32px;color:#333;padding-left:40px;}
.contact ul{overflow: hidden;margin-top:30px;}
.contact ul li span{position: relative;top:0px;transition:all 0.5s ease;}
.contact ul li span img{ height: 40px;}
.contact ul li:hover span{top:-10px;}
.contact ul li{width:25%;background:#fff;border-left:1px solid #eff2f7;float:left;height:260px;padding:30px 20px;text-align: center;}
.contact ul li h4{margin:20px auto 20px;font-weight:bold;color:#333;font-size:18px; text-transform: uppercase}
.contact ul li p.add{font-size:16px; color:#666; line-height:30px;}
.contactbox{ position: relative; margin-top:20px; box-sizing: border-box;}
.contactbox .contactMap{width: 100%; height: 400px; color: #fff;  background: #4caf34;}
.contactMap .Map{height: 100%; width: 100%; padding: 10px; box-sizing: border-box; background: #f3f4f8;}

.prodetail{ position: relative; background: #ffffff; padding: 40px; box-sizing: border-box;}
/*图片放大板块开始*/
.imgdet{position: relative;width: 42%;float: left;}
.imgdet .imglist{position: relative;width: 100%;margin: 20px auto 0;overflow: hidden;}
.imgdet .imglist ul{width: 100%;}
.imgdet .imglist ul li{display: inline-block;width: 23.5%;border: 2px solid #fff;margin-right: 2%;}
.imgdet .imglist ul li:last-of-type{   margin-right: 0;}
.imgdet .imglist ul .active{border: 2px solid #4caf34;}
.imgdet .imglist ul li img{width: 100%;height: 100%;}
.imgdet .imgpart{position: relative;width: 100%; border: 1px #e4e4e4 solid; box-sizing: border-box;}
.imgdet .imgpart .pic{position: relative;width: 100%;height: 100%;}
.imgdet .imgpart .pic .magnify{display: none;position: absolute;top: 0;left: 0;width: 160px;height: 160px;cursor: move;background-color: #fff;opacity: .3;filter:alpha(opacity=30);}
.imgdet .imgpart .pic img{width: 100%;height: 100%;}
.imgdet .imgpart .bigpic{display: none;position: absolute;top: 0;right: -330px;width: 320px;height: 320px;
z-index: 333;border: 1px solid #fff;overflow: hidden;}
.imgdet .imgpart .bigpic>img{position: absolute;top: 0;left: 0;width: 920px;height: 613px;}
.prodetail .conRight {float: right;width: 55%;}
.prodetail .conRight .tit{font-size: 28px; font-weight: 600; color: #1f1f1f; margin-bottom: 10px; padding-bottom:10px;}
.prodetail .conRight .time_p1{font-size: 18px; font-weight: bold;color: #333333;margin-bottom: 30px;display: flex;align-items: center;}
.prodetail .conRight .time_p1 s{width: 4px;height: 20px;display: block; background: #4caf34;margin-right: 15px;}
.prodetail .conRight .con{padding: 30px; font-size: 16px; color: #555555; line-height: 2; background: #f8f8f8; box-sizing: border-box;}
.prodetail .conten {margin-top: 30px;font-size: 16px;line-height: 2;color: #666;}
.prodetail .conten a {color: #666;}
.prodetail .conten a:hover {color: #4caf34;}
.prodetail .conten img {max-width: 90%;}
.prodetail .conten table {border-collapse: collapse;width: 100%;}
.prodetail .conten table,.prodetail .conten tr {font-size: 16px;color: #444;}
.prodetail .conten table,.prodetail .conten th,.prodetail .conten td {font-size: 15px;text-align: center;border: 1px solid #666;}
.prodetail .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.prodetail .goback a {display: inline-block;width: 180px;height: 50px;line-height: 50px;text-align: center;background: #333; color: #fff;}
.prodetail .goback a img {position: relative; margin-right: 10px; height:16px;}
.prodetail .goback a:hover {background: #4caf34;}




/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages ul{ margin-top: 30px; }
.pages li {display:inline-block; height:36px; line-height:36px; background:#ffffff; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#007cca; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#007cca; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #fff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333; font-size: 15px;}
.pages1_l:hover a{ color:#007cca;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#007cca;}
.backbox{padding-top:20px;position:relative; padding: 40px 0;border-top: 1px #e5e5e5 solid; }
.bc-prev,.bc-next{display:block;width:200px;height:50px; background: #f5f5f5;overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prevn,.bc-nextn{display:block;width:200px;height:50px; background: #f5f5f5; overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prev,.bc-prevn{float:left;}
.bc-next,.bc-nextn{float:right;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:18px;background-position:left top;}
.bc-prev p{padding-left:51px;position:relative;}
.bc-next .aw{right:18px;background-position:right bottom;}
.bc-next p{padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#007cca;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:220px;height:50px;line-height:50px;background:#007cca;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#007cca; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#007cca;}
.bc-prev:hover .bg,.bc-next:hover .bg{ width:100%; }
.bc-prev:hover .aw{ background-position:right top; }
.bc-next:hover .aw{ background-position:left bottom; }
.backlist:hover{background-image: -webkit-linear-gradient(120deg, #048de3,#007cca);  background-image: -moz-linear-gradient(120deg, #048de3,#007cca); background-image: -o-linear-gradient(120deg, #048de3,#007cca);background-image: linear-gradient(120deg, #048de3,#007cca);}


@media screen and (max-width: 1660px) and (min-width: 1280px){	
    .container{ width: 96%; max-width: 96%;}
  }



/* main CSS */
#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
  }
  
  #pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  #pictureViewer .menu-bar {
    width: 100%;
  }
  
  #pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
  }
  
  #pictureViewer .menu-bar .handel:hover {
    background-color: #17a99d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  #pictureViewer .menu-bar .handel.maximization {
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
  }
  
  #pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../img/icon/maximization_white.png);
  }
  
  #pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
  }
  
  #pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../img/icon/miniaturization_white.png);
  }
  
  #pictureViewer .menu-bar .handel.close-view {
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
  }
  
  #pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../img/icon/close_white.png);
  }
  
  #pictureViewer .handel-prev,
  #pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  #pictureViewer .handel-prev {
    background-image: url(../img/icon/prev_blank.png);
  }
  
  #pictureViewer .handel-next {
    background-image: url(../img/icon/next_blank.png);
  }
  
  #pictureViewer .handel-prev:hover,
  #pictureViewer .handel-next:hover {
    background-color: #17a99d;
  }
  
  #pictureViewer .handel-prev:hover {
    background-image: url(../img/icon/prev_white.png);
  }
  
  #pictureViewer .handel-next:hover {
    background-image: url(../img/icon/next_white.png);
  }
  
  #pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  
  #pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  #pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
  }
  
  #pictureViewer .hide {
    display: none;
  }
  
  #pictureViewer .left {
    float: left;
  }
  
  #pictureViewer .right {
    float: right;
  }
  
  #pictureViewer .clear-flex {
    clear: both;
  }
  
  #pictureViewer img {
    max-width: 100%;
    max-height: 100%;
  }