@charset "UTF-8";
@font-face{
    font-family:'din';
     src: url('../font/din.ttf');
}
  
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.4;  margin: 0 auto; color: #333333; letter-spacing:0.5px; background-color: #ffffff; font-family:'Microsoft YaHei',Arial, sans-serif;}
html, body, 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;}
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: #1a7d95; color: #fff; text-shadow: none; }
::selection { background: #1a7d95; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{ border-radius: 50px; background:#1a7d95;}
::-webkit-scrollbar-track{border-radius: 10px !important;background: #EDEDED !important;}
::-webkit-scrollbar-thumb:hover{ background: #1a7d95;}

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{width: 1560px; height: 100%; margin: 0 auto;}

.dly_1{ -webkit-animation-delay: 200ms; animation-delay: 200ms; }
.dly_2{ -webkit-animation-delay: 400ms; animation-delay: 400ms; }
.dly_3{ -webkit-animation-delay: 600ms; animation-delay: 600ms; }
.dly_4{ -webkit-animation-delay: 800ms; animation-delay: 800ms; }
.dly_5{ -webkit-animation-delay: 1000ms; animation-delay: 1000ms; }
.dly_6{ -webkit-animation-delay: 1200ms; animation-delay: 1200ms; }
.dly_7{ -webkit-animation-delay: 1400ms; animation-delay: 1400ms; }
.dly_8{ -webkit-animation-delay: 1600ms; animation-delay: 1600ms; }
.dly_9{ -webkit-animation-delay: 1800ms; animation-delay: 1800ms; }
.dly_10{ -webkit-animation-delay: 2000ms; animation-delay: 2000ms; }
.dly_11{ -webkit-animation-delay: 2200ms; animation-delay: 2200ms; }
.dly_11{ -webkit-animation-delay: 2400ms; animation-delay: 2400ms; }

/*======================等比填充======================*/
*[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%; object-fit: cover;}
.rect-39 {padding-bottom: 39%;}
.rect-50 {padding-bottom: 50%;}
.rect-566 {padding-bottom: 56.6%;}
.rect-625 {padding-bottom: 62.5%;}
.rect-67 {padding-bottom: 67%;}
.rect-100 {padding-bottom: 100%;}

.trans5{-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 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)}

/* 通用样式 */
.common_tit {text-align: center;} 
.common_tit h4 {font-size: 38px;font-weight: bold;letter-spacing: 2px;color: #ffffff;}
.common_tit h6 {margin-top: 10px;font-size: 18px;line-height: 1;color: #ffffff; font-weight: bold; font-family: 'din'; text-transform: uppercase; }
.btn {display:flex;align-items:center;background:#1a7d95;padding:5px;border-radius:25px;position:relative;justify-content:space-between;height:50px;overflow:hidden;}
.btn .btn_dd {position:absolute; left: 5px; width:40px;height:40px;border-radius:100%;background:#fff;display:flex;align-items:center;justify-content:center; transition:all 0.5s ease;}
.btn .btn_dd img {height:10px;}
.btn .btn_dt {overflow:hidden;font-size:15px;color:#ffffff;padding:0 30px 0 55px;position:relative; transition:all 0.5s ease;left:0;overflow:hidden; height: 20px; display:flex;align-items:flex-end;}
.btn .btn_dt span {position:relative;bottom:0; transition:all 0.5s ease;transition-delay:0.3s;}
.btn .btn_p {position:absolute;font-size:15px;color:#ffffff;left:30px;height: 20px;overflow:hidden;display:flex;align-items:center;transition:all 0.5s ease;}
.btn .btn_p span {position:relative;bottom:-100%; transition:all 0.5s ease; opacity:0;transition:all 0.5s ease;}
.btn:hover .btn_dd{left: calc(100% - 45px); transition: all 0.5s ease;}
.btn:hover .btn_dt {transition:all 0.5s ease;}
.btn:hover .btn_p {height: 20px;transition:all 0.5s ease;}
.btn:hover .btn_p span {bottom:0;transition:all 0.5s ease;transition-delay:0.3s;opacity:1;}
.btn:hover .btn_dt span {bottom:100%;transition:all 0.5s ease;}

/*头部*/
.header{height:90px; z-index: 99;width: 100%; position:fixed; top: 0; border-top: 2px #1a7d95 solid; background: #ffffff; transition:0.5s all;}
.header .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center; justify-content: space-between;}
.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; align-items: center; height:90px; transition:0.5s all;}
.header .nav>ul{display:flex; height:100%;}
.header .nav .drop{display: inline-block; padding: 0 2vw; -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: 18px; color: #333333;}
.header .nav .drop>a::before{ position: absolute; content: ''; width: 0; height: 3px; right: 0; bottom:0; background: #1a7d95;-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;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #1a7d95;font-weight: bold;}
.header .nav .drop:hover>a::before{ width: 100%; left: 0;}
.header .nav .language a{ font-size: 17px; color: #333333;}
.header .nav .language .icon{ margin-right: 8px;}
.header .nav .language .icon img{ height: 20px;}
.header .nav .language a:hover{ color: #1a7d95; font-weight: bold;}
.header.scroll{ height: 80px; background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header.scroll .logo{ height: 80px;}
.header.scroll .logo img{ height: 50px;}
.header.scroll .nav{height: 80px;}
.header.scroll .nav .drop>a{color: #333333;}
.header.scroll .nav .drop:hover>a,.header.scroll .nav .drop.active>a{color: #1a7d95; font-weight: bold;}
.header .nav .drop .subNavbox{position:absolute; border-top: 1px rgba(0, 0, 0, .1) solid; top:100%;left:50%;width:100%; height: 60px; background:#ffffff; opacity:0; pointer-events:none; transition:all .3s;-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .drop .subNavbox .container{display: flex; justify-content: center;}
.header .nav .drop .subNavbox a{position:relative; font-size:17px; line-height: 1.4; color: #333333; transition:0.3s all; text-align: center; margin: 0 35px;}
.header .nav .drop .subNavbox a:hover{color:#1a7d95; font-weight: bold;}
.header .nav .drop:hover .subNavbox{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;}
.placeholder{width: 100%; height: 90px;}

/* banner */
.banner {width:100%; position: relative; z-index:0; background:#000000; overflow:hidden;}
.banner .swiper-slide .pic { width: 100%; height: auto; 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 .pagination{position: absolute; width: 100%;bottom: 25px;}
.banner .pagination .container{position: relative;}
.banner .pagination .swiper-pagination{bottom: 0 !important;}
.banner .pagination .swiper-pagination .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 5px; border-radius: 12px; background: #ffffff !important; opacity: 1;}
.banner .pagination .swiper-pagination .swiper-pagination-bullet-active{width: 25px; background: #1a7d95 !important;}
.banner .mouse{width: 50px;position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);z-index: 99; cursor: pointer;}
.banner .mouse div{font-size: 35px;color: #ffffff; text-align: center;}
.banner .mouse{-webkit-animation: pul 2s infinite; animation: pul 2s infinite;display: block;}
@-webkit-keyframes pul{ 0%{-webkit-transform: translate(0, 0);transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px);transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }
@keyframes pul{ 0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }

.inproduct{position: relative; padding: 80px 0; background: url(../img/prodcutbg.jpg) center no-repeat; background-size: cover;}
.inproduct .prodbox{position: relative; margin-top: 50px; display: flex; flex-wrap: wrap;}
.inproduct .prodbox .item{width: 33.333333%; border: 1px rgba(255, 255, 255, .4) solid; height: 254px;}
.inproduct .prodbox .item a{display: flex; align-items: center; flex-direction: column; justify-content: center; height: 100%; padding: 0 30px;}
.inproduct .prodbox .item .icon img{height: 40px;}
.inproduct .prodbox .item .title{ margin-top: 15px; font-size: 18px; color: #ffffff; font-weight: bold;}
.inproduct .prodbox .item .cont{display: none; margin-top: 15px; font-size: 15px; color: #ffffff; line-height: 26px;}
.inproduct .prodbox .item .more{display: none; margin-top: 20px; font-size: 15px; color: #ffffff;}
.inproduct .prodbox .item .more .jiantou{ display: inline-flex; margin-left: 8px; width: 16px; height: 12px; background: url(../img/jiantou.png) center no-repeat; background-size: auto 12px;}
.inproduct .prodbox .item:hover{ background: linear-gradient(to right, rgba(15,114,172,.9), rgba(10,128,94,.9));}
.inproduct .prodbox .item:hover .cont{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.inproduct .prodbox .item:hover .more{display: block;}

.inabout{position: relative; padding: 80px 0; background: url(../img/aboutbg.jpg) center no-repeat; background-size: cover;}
.inabout .container{ display: flex; justify-content: space-between;}
.inabout .left{ width: 48%;}
.inabout .left .common_tit{ text-align: left;}
.inabout .left .common_tit h4 {color: #333333;}
.inabout .left .common_tit h6{ color: #666666;}
.inabout .left .content{margin-top: 60px; font-size: 15px; line-height: 30px; color: #666666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.inabout .left .aboutlist{position: relative; display: flex; flex-wrap: wrap; margin-top: 70px;}
.inabout .left .aboutlist .item{ width: 25%;}
.inabout .left .aboutlist .item .icon{ margin: 0 auto; border: 1px #1a7d95 solid; width: 80px; height: 80px; border-radius: 5px; display: flex; justify-content: center; align-items: center;}
.inabout .left .aboutlist .item .icon img{ height: 35px;}
.inabout .left .aboutlist .item .icon .img2{ display: none;}
.inabout .left .aboutlist .item .name{ margin-top: 10px; font-size: 17px; color: #333333; font-weight: bold; text-align: center;}
.inabout .left .aboutlist .item:hover .icon{ background: #1a7d95;}
.inabout .left .aboutlist .item:hover .img1{ display: none;}
.inabout .left .aboutlist .item:hover .img2{display: block;}
.inabout .left .aboutlist .item:hover .name{ color: #1a7d95;}
.inabout .rightimg{ width: 47%;}
.inabout .rightimg img{ width: 100%; height: 100%; object-fit: cover;}

.innews{position: relative; padding: 80px 0; background: url(../img/newsbg.jpg) top center no-repeat; background-size: cover;}
.innews .common_tit h4 {color: #333333;}
.innews .common_tit h6{ color: #666666;}
.innews .newsbox{position: relative; margin-top: 50px; display: grid; grid-gap: 15px; grid-template-columns: repeat(3,1fr);}
.innews .newsbox .item .contbox{ padding: 30px 20px; background: #f5f5f5;}
.innews .newsbox .item .contbox .txtbox .time{font-size: 15px; color:#1a7d95; font-family: 'din'; font-weight: bold;}
.innews .newsbox .item .contbox .txtbox .catname{margin-left: 15px; color: #1a7d95; font-size: 15px;}
.innews .newsbox .item .contbox .title{margin: 20px 0; font-size: 17px; color: #333333; font-weight: bold;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.innews .newsbox .item .contbox .desc{ font-size: 15px; line-height: 26px; color: #666666; height: 52px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.innews .newsbox .item .contbox .more{position: relative; margin-top: 25px; font-size: 14px; color: #666666;}
.innews .newsbox .item .contbox .more .icon{ margin-right: 10px;}
.innews .newsbox .item .contbox .more .icon img{ height: 11px;}
.innews .newsbox .item:hover .contbox .title{color: #1a7d95;}
.innews .newsbox .item:hover .contbox .more{color: #1a7d95;}

.footer{position: relative;background: linear-gradient(to right, #1a7d95, #049971);}
.footer .foottop{ padding: 25px 0; display: flex; justify-content: space-between; align-items: center;}
.footer .foottop .flogo img{ height: 70px;}
.footer .foottop .fdesc{ font-size: 36px; color: #ffffff; font-weight: bold; font-family: 'din';}
.footer .foottop .fdesc span{ margin-right: 10px;}
.footer .foottop .fdesc img{ height: 20px;vertical-align: baseline;}
.footer .footbox{padding: 50px 0; position: relative;display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px rgba(255, 255, 255, .2) solid; border-bottom: 1px rgba(255, 255, 255, .2) solid;}
.footer .footbox .footnav{ width: 68%;display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer .footbox .footnav .item .name{ margin-bottom: 20px;}
.footer .footbox .footnav .item .name a{font-size: 17px; color: #ffffff;}
.footer .footbox .footnav .item p a{font-size: 15px; color: #ffffff; line-height: 30px;}
.footer .footbox .footnav .item p a:hover{color:rgba(255,255,255,.7);}
.footer .footbox .footcontact{position: relative;}
.footer .footbox .footcontact .name{margin-bottom: 20px; font-size: 17px; color: #ffffff;}
.footer .footbox .footcontact p{font-size: 15px; color: #ffffff; line-height: 30px;}
.footer .footbox .footcontact .platform{ margin-top: 35px; display: flex;}
.footer .footbox .footcontact .platform .ewm{ position: relative; margin-right: 35px; cursor: pointer;}
.footer .footbox .footcontact .platform .ewm .show{display: none; position: absolute; left: 50%; transform: translateX(-50%); bottom: 40px;  padding: 5px; background: #ffffff; border-radius: 3px;}
.footer .footbox .footcontact .platform .ewm .show::after{position: absolute; content: ''; left: 50%; transform: translateX(-50%); bottom: -6px; width: 0; height: 0; border-top: 6px solid #ffffff; border-right: 6px solid transparent; border-left: 6px solid transparent;}
.footer .footbox .footcontact .platform .ewm .show img{ width: 100px; height: 100px;}
.footer .footbox .footcontact .platform .ewm:hover .show{display: block;}
.footer .footbox .footcontact .platform .douyin{ position: relative;  cursor: pointer;}
.footer .footbox .footcontact .platform .douyin .show{display: none; position: absolute; left: 50%; transform: translateX(-50%); bottom: 40px; padding: 5px; background: #ffffff;border-radius: 3px;}
.footer .footbox .footcontact .platform .douyin .show::after{position: absolute; content: ''; left: 50%; transform: translateX(-50%); bottom: -6px; width: 0; height: 0; border-top: 6px solid #ffffff; border-right: 6px solid transparent; border-left: 6px solid transparent;}
.footer .footbox .footcontact .platform .douyin:hover .show{display: block;}
.footer .footbox .footcontact .platform .douyin .show img{ width: 100px; height: 100px;}
.footer .copyright{ padding: 25px 0; font-size: 15px; color:#ffffff;}
.footer .copyright a{font-size: 15px; color:#ffffff;}
.footer .copyright a:hover{ color:rgba(255,255,255,.7);}

/*二级页面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 .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); }
.pbanner .bannerText .container{ position: relative; height: 100%;display: flex; justify-content: center; flex-direction: column;text-align: center;}
.pbanner .bannerText .container .catname{position: relative; font-size: 38px;color: #ffffff; font-weight: bold; letter-spacing: 2px;}
.pbanner .bannerText .container .slogan{margin-top: 10px; font-size: 20px; line-height: 32px; color: #ffffff; font-weight: bold; font-family: 'din'; text-transform: uppercase;}

.pageNav{position: relative; border-bottom: 1px #f1f1f1 solid; background: #ffffff;}
.pageNav .menuNav{position: relative; float: right;}
.pageNav .menuNav ul{font-size: 0;}
.pageNav .menuNav li{position: relative;display: inline-block;width: auto;vertical-align: middle;}
.pageNav .menuNav li::before{ position: absolute; content: ''; width: 1px; height: 20px; background-color: #dddddd; right: 0; top: 50%; margin-top: -10px;}
.pageNav .menuNav li>a{position: relative;font-size: 16px;line-height: 70px;color: #333333; display: block; padding: 0 25px; transition: 0.3s ease 0s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;-webkit-transition: 0.5s ease 0s; -moz-transition: 0.5s 0s; -o-transition: 0.5s 0s; transition: 0.5s 0s;}
.pageNav .menuNav li.select,.pageNav .menuNav li:hover{ color: #1a7d95;}
.pageNav .menuNav li:hover>a{font-size: 18px; color: #1a7d95;font-weight:bold; }
.pageNav .menuNav li.active>a{font-size: 18px; color: #1a7d95; font-weight:bold;}
.pageNav .menuNav li:last-child:before{ display: none;}
.pageNav .menuNav li:hover .subbox{display: block;}
.pageNav .crumbs{float: left; font-size: 15px;color: #333333; line-height:70px ; }
.pageNav .crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.pageNav .crumbs a{color: #333333;margin: 0 2px; font-size:15px;}
.pageNav .crumbs a:hover{color: #1a7d95;}

.pageabout1{ position: relative; padding: 80px 0; background: #f9fcff;}
.pageabout1 .title{ font-size: 34px; color: #333333; font-weight: bold; text-align: center;}
.pageabout1 .contbox{margin-top: 50px; display: flex; justify-content: space-between; align-items: center;}
.pageabout1 .contbox .leftimg{width: 42%;}
.pageabout1 .contbox .leftimg img{ width: 100%; height: 100%; object-fit: cover;}
.pageabout1 .contbox .rightcont{ width: 54%;}
.pageabout1 .contbox .rightcont .name{font-size: 30px; color: #333333; font-weight: bold; background: linear-gradient(to bottom, #1a7d95, #049971); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.pageabout1 .contbox .rightcont .content{ margin-top: 30px; font-size: 16px; color: #666666; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 9; -webkit-box-orient: vertical;}
.pageabout1 .contbox .rightcont .more{margin-top: 50px; position: relative; display: flex;}

.pageabout2{position: relative; padding: 100px 0; background: url(../img/pageabout2.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.pageabout2 .title{ font-size: 34px; color: #ffffff; font-weight: bold; text-align: center;}
.pageabout2 .contbox{margin-top: 50px; display: flex; flex-wrap: wrap; text-align: center;}
.pageabout2 .contbox .item{width: 33.333333%; padding: 0 40px; box-sizing: border-box; display: flex; align-items: center;     flex-direction: column; transition: all .36s;}
.pageabout2 .contbox .item .dis-flex-center{display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
.pageabout2 .contbox .item .icon{width: 90px;height: 90px;position: relative;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.2);transition: all .36s;}
.pageabout2 .contbox .item .icon img{ height: 40px;}
.pageabout2 .contbox .item .icon i { position: absolute; left: 0; top: 0; content: ''; width: 90px; height: 90px; border: 1px solid #dedede; border-radius: 50%; transition: .6s; -ms-transition: .6s; -o-transition: .6s; -webkit-transition: .6s; -moz-transition: .6s}
.pageabout2 .contbox .item .icon i:before { content: ''; position: absolute; left: 0; top: 0; border: 1px solid #1a7d95; width: 100%;height: 100%; -moz-border-radius: 50%; border-radius: 50%; opacity: 0 }  
.pageabout2 .contbox .item .icon i:after { content: ''; position: absolute; left: 0; top: 0; border: 1px solid #1a7d95; width: 100%; height: 100%; -moz-border-radius: 50%; border-radius: 50%; opacity: 0 }
.pageabout2 .contbox .item .txt{ margin-top: 20px; font-size: 24px; font-weight: bold; color: #ffffff;}
.pageabout2 .contbox .item .line{margin-top: 20px;background: #ffffff;width: 30px;height: 3px;}
.pageabout2 .contbox .item .content{ margin-top: 20px; font-size: 16px; color: #ffffff; line-height: 30px;}
.pageabout2 .contbox .item:hover .icon{ background: #1a7d95; border-color: #1a7d95;  box-shadow: 0  0 15px rgba(255, 255, 255, 0.2);}  
.pageabout2 .contbox .item:hover{transform: translateY(-20px);}
.pageabout2 .contbox .item:hover .icon i:before { animation: serv_one_border .9s 0s ease 1; -webkit-animation: serv_one_border .9s 0s ease 1; -moz-animation: serv_one_border .9s 0s ease 1; -o-animation: serv_one_border .9s 0s ease 1 } 
.pageabout2 .contbox .item:hover .icon i:after { animation: serv_one_border 1.5s 0s ease 1; -webkit-animation: serv_one_border 1.5s 0s ease 1; -moz-animation: serv_one_border 1.5s 0s ease 1; -o-animation: serv_one_border 1.5s 0s ease 1}
.pageabout2 .contbox .item:hover .icon i { background: transparent;border-color: #1a7d95}
@keyframes serv_one_border {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5)
    }
}

.pageabout3{position: relative; padding: 80px 0; background: #f9fcff;}
.pageabout3 .contbox {display: flex;align-items: center; flex-wrap: wrap;}
.pageabout3 .contbox .item {width: 50%;padding: 50px 2%; box-shadow: 0 10px 15px rgba(0,0,0,.1); background: #ffffff; box-sizing: border-box;text-align: center;}
.pageabout3 .contbox .item:nth-child(2) {background: linear-gradient(to bottom, #1a7d95, #049971);}
.pageabout3 .contbox .item .iconfont {position: relative;}
.pageabout3 .contbox .item .iconfont img{ height: 55px;}
.pageabout3 .contbox .item .title {margin: 20px auto;font-size: 24px;color: #333333;font-weight: bold;}
.pageabout3 .contbox .item:nth-child(2) .title{color: #ffffff;}
.pageabout3 .contbox .item .line {width: 24px;height: 1px;margin: 30px auto 18px;  background: #858686;}
.pageabout3 .contbox .item:nth-child(2) .line {background: #ffffff;}
.pageabout3 .contbox .item .en {font-size: 18px;font-family: 'din';color: #666666; font-weight: bold;text-transform: uppercase;}
.pageabout3 .contbox .item:nth-child(2) .en{color: #ffffff;}
.pageabout3 .contbox .item:hover .iconfont {transform: translateY(-15px);}

.pagecontent{ position: relative; padding: 80px 0; background: url(../img/aboutcontbg.jpg) center no-repeat;background-size: cover;}
.pagecontent .title{ font-size: 36px; color: #333333; font-weight: bold;}
.pagecontent .slogan{margin-top: 20px;font-size: 32px; font-weight: bold; background: linear-gradient(to bottom, #1a7d95, #049971); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.pagecontent .content{margin-top: 40px; font-size: 15px; line-height: 1.8; color: #333333;}

.pagehonor{position: relative; padding: 80px 0; background: #f9fcff;}
.pagehonor .contbox{display: grid; grid-gap: 20px; grid-template-columns: repeat(4,1fr);}
.pagehonor .contbox .item{ border-radius: 5px; overflow: hidden; box-shadow: 0 10px 15px rgba(0,0,0,.05);}
.pagehonor .contbox .item .img {overflow: hidden;background: url(../img/honor_pic_bg.jpg) no-repeat center center;background-size: cover;padding: 8%;}
.pagehonor .contbox .item .img .rect-67 {display: block;background-repeat: no-repeat;background-position: center center;background-size: contain;-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent) , to(rgba(250, 250, 250, 0.2)));position: relative;}
.pagehonor .contbox .item .img img {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;max-height: 100%;}
.pagehonor .contbox .item .title { line-height: 55px; font-size: 16px;color: #333333;text-align: center; background: #ffffff; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pagehonor .contbox .item:hover .title {color: #1a7d95;}

.pagepartner{position: relative; padding: 80px 0; background: #f9fcff;}
.pagepartner .contbox{display: grid; grid-gap: 20px; grid-template-columns: repeat(6,1fr);}
.pagepartner .contbox .item{ border-radius: 5px; overflow: hidden; box-shadow: 0 10px 15px rgba(0,0,0,.05);}

.pagedevice{position: relative; padding: 80px 0; background: #f9fcff;}
.pagedevice .contbox{display: grid; grid-gap: 20px; grid-template-columns: repeat(4,1fr);}
.pagedevice .contbox .item{ border-radius: 5px; overflow: hidden; box-shadow: 0 10px 15px rgba(0,0,0,.05);}
.pagedevice .contbox .item .title { line-height: 55px; font-size: 16px;color: #333333;text-align: center; background: #ffffff; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pagedevice .contbox .item:hover .title {color: #1a7d95;}

.pagenews{position: relative; padding: 80px 0; background: #f9fcff;}
.pagenews .pagenewsbox{position: relative; display: grid; grid-gap: 15px; grid-template-columns: repeat(4,1fr);}
.pagenews .pagenewsbox .item .contbox{ padding: 30px 20px; background: #ffffff;}
.pagenews .pagenewsbox .item .contbox .txtbox .time{font-size: 15px; color:#1a7d95; font-family: 'din'; font-weight: bold;}
.pagenews .pagenewsbox .item .contbox .txtbox .catname{margin-left: 15px; color: #1a7d95; font-size: 15px;}
.pagenews .pagenewsbox .item .contbox .title{margin: 20px 0; font-size: 17px; color: #333333; font-weight: bold;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pagenews .pagenewsbox .item .contbox .desc{ font-size: 15px; line-height: 26px; color: #666666; height: 52px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pagenews .pagenewsbox .item .contbox .more{position: relative; margin-top: 25px; font-size: 14px; color: #666666;}
.pagenews .pagenewsbox .item .contbox .more .icon{ margin-right: 10px;}
.pagenews .pagenewsbox .item .contbox .more .icon img{ height: 11px;}
.pagenews .pagenewsbox .item:hover .contbox .title{color: #1a7d95;}
.pagenews .pagenewsbox .item:hover .contbox .more{color: #1a7d95;}

.pageproduct{position: relative; padding: 80px 0; background: #f8f8f8;}
.pageproduct .contbox{position: relative; display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.pageproduct .contbox .item a{display: block; background: #ffffff; width: 100%; border: 1px solid rgba(0,0,0,0); box-sizing: border-box; overflow: hidden;}
.pageproduct .contbox .item .img{position: relative; width: 100%; overflow: hidden; transition: all .25s ease; box-sizing: border-box; background: url(../img/productimg.jpg) no-repeat center; background-size: cover;}
.pageproduct .contbox .item .img img{width: 100%; height: 100%; object-fit: cover;}
.pageproduct .contbox .item .intor{width: 100%; padding: 0.8vh 2vw 50px; box-sizing: border-box;}
.pageproduct .contbox .item .intor .title{font-size: 18px; font-weight: bold; color: #333333; padding: 15px 0; border-bottom: 2px solid #f8f8f8;margin-bottom: 2vh;}
.pageproduct .contbox .item .intor .intor_list{ font-size: 15px; color: #999999; line-height: 24px; height: 96px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.pageproduct .contbox .item:hover a{ border: 1px solid #1a7d95;}

.pageproductbox{display: flex; grid-gap: 10px; margin-bottom: 50px; position: relative;}
.pageproductbox .leftimg{ width: 50%; display: flex;}
.pageproductbox .leftimg .tabthumb{ width: 100px; margin-right: 15px;}
.pageproductbox .leftimg .tabthumb .swiper-wrapper{display: flex; flex-direction: column; transform: translate3d(0px, 0, 0) !important;}
.pageproductbox .leftimg .tabthumb .swiper-slide{position: relative; width: 100%; height:calc((100% - 15px*3)/4); margin-bottom: 15px; border: solid 1px rgb(255, 255, 255, 0); overflow: hidden;  box-sizing: border-box; background: url(../img/productimg.jpg) no-repeat center; background-size: cover; display: flex; justify-content: center; align-items: center;}
.pageproductbox .leftimg .tabthumb .swiper-slide:last-child{ margin-bottom: 0;}
.pageproductbox .leftimg .tabthumb .swiper-slide.swiper-slide-thumb-active{border: solid 1px #1a7d95;}
.pageproductbox .leftimg .tabthumb .swiper-slide img{ width: 100%; height: 100%; object-fit: cover;}
.pageproductbox .leftimg .thumbcont{width: calc(100% - 115px);}
.pageproductbox .leftimg .thumbcont .swiper-slide{position: relative; width: 100%;overflow: hidden; box-sizing: border-box; background: url(../img/productimg.jpg) no-repeat center; background-size: cover; opacity: 0 !important;display: flex; justify-content: center; align-items: center;}
.pageproductbox .leftimg .thumbcont .swiper-slide img{ width: 100%; height: 100%; object-fit: cover;}
.pageproductbox .leftimg .thumbcont .swiper-slide.swiper-slide-active{ opacity: 1 !important;}
.pageproductbox .rightcont{ width: 50%;}
.pageproductbox .rightcont .prod_detail{margin-left: 30px;position: relative;width: calc(100% - 30px);}
.pageproductbox .rightcont .title{font-size: 20px; color: #333333; font-family: 'din'; font-weight: bold;padding: 0 0 10px; box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);}
.pageproductbox .rightcont .advantag{ margin-top: 15px;}
.pageproductbox .rightcont .advantag .advname{ font-size: 17px; color: #333333; font-weight: bold;}
.pageproductbox .rightcont .advantag .advcont{ margin-top: 10px; font-size: 15px; line-height: 24px; color: #666666;}
.pageproductbox .rightcont .advantag .advcont .table{position: relative; display: flex; flex-wrap: wrap; border: 1px #f5f5f5 solid;}
.pageproductbox .rightcont .advantag .advcont .item{ width: 15%;}
.pageproductbox .rightcont .advantag .advcont .item:nth-child(5){ width: 20%;}
.pageproductbox .rightcont .advantag .advcont .item:nth-child(6){ width: 20%;}
.pageproductbox .rightcont .advantag .advcont .item .name{font-size: 15px; color: #ffffff; text-align: center; padding: 10px 0; border-right: 1px rgba(255, 255, 255, .1) solid; background: #1a7d95;}
.pageproductbox .rightcont .advantag .advcont .item p{font-size: 15px; color: #333333; text-align: center; padding: 10px 0; border-right: 1px #f5f5f5 solid; background: #ffffff;}

.pagejoin{position: relative; padding: 80px 0; background: url(../img/joinln.jpg) center no-repeat; background-size: cover;}
.pagejoin .container{ display: flex; justify-content: space-between;}
.pagejoin .left{width: 46%;}
.pagejoin .left .title{ margin-bottom: 30px; font-size: 34px; font-weight: bold; background: linear-gradient(to bottom, #1a7d95, #049971); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.pagejoin .left .cont{font-size: 15px; line-height: 28px; color: #333333;}
.pagejoin .right{width: 50%;}
.pagejoin .right img{ width: 100%; height: 100%;object-fit: cover;}
.pagejoin1{position: relative; padding: 70px 0; background: #ffffff;}
.pagejoin1 .title{margin-bottom: 35px; font-size: 34px; color: #333333; font-weight:bold;}
.pagejoin1 .jnlist { display: -webkit-box;display: -ms-flexbox;display: flex;background: #1a7d95;border-top-left-radius: 5px;
 border-top-right-radius: 5px; -webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s;transition: .4s;}
.pagejoin1 .jnlist div{font-size: 17px; color: #ffffff;font-weight: bold; -webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: center;-webkit-transition: .4s;transition: .4s;}
.pagejoin1 .joinlist {width: 100%;position: relative;}
.pagejoin1 .joinlist .list_dl{border-bottom: 1px solid #e5e5e5;-webkit-transition: .4s;transition: .4s;}
.pagejoin1 .joinlist .list_dl:last-child{ margin-bottom: 0;}
.pagejoin1 .joinlist .list_dt {cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;background: #f8f8f8;    -webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s; transition: .4s;}
.pagejoin1 .joinlist .list_dt div {font-size: 16px;color: #333;-webkit-box-flex: 1;-ms-flex: 1;flex: 1; text-align: center;}
.pagejoin1 .joinlist .list_dt div.menu { position: relative; }
.pagejoin1 .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; }
.pagejoin1 .joinlist .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.pagejoin1 .joinlist .list_dd {display: none;border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 40px;font-size: 15px;line-height: 2;color: #333333;background: #f0f5fb; -webkit-transition: .4s; transition: .4s;}
.pagejoin1 .joinlist .list_dl#open .list_dd{ display: block;-webkit-transition: .4s; transition: .4s;}
.pagejoin1 .joinlist .list_dl#open div.menu i{-webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); background:#1a7d95;}
.pagejoin1 .joinlist .list_dl#open div.menu i:last-child{-webkit-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg);  background:#1a7d95;}

.pagecontact{ position: relative; padding: 80px 0; background: #f9fcff;}
.pagecontact .contactbox{ padding: 40px; background: #ffffff; box-shadow: 0 10px 15px rgba(0,0,0,.1);}
.pagecontact .contactbox .title{ font-size: 26px; color: #333333; font-weight: bold;}
.pagecontact .contactbox .slogan{margin-top: 10px;font-size: 32px; font-weight: bold; background: linear-gradient(to bottom, #1a7d95, #049971); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.pagecontact .contactbox .contactlist{ position: relative; margin-top: 60px; display: flex; justify-content: space-between; align-items: center;}
.pagecontact .contactbox .contactlist .item{ position: relative; width: 33.333333%; padding: 0 20px; text-align: center; box-sizing: border-box;}
.pagecontact .contactbox .contactlist .item .iconfont{ font-size: 30px; background: linear-gradient(to bottom, #1a7d95, #049971); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -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;}
.pagecontact .contactbox .contactlist .item .text{ margin: 10px auto 10px; font-size: 18px; font-weight: bold;color: #333333;}
.pagecontact .contactbox .contactlist .item .mation{ font-size: 15px; color: #666666;}
.pagecontact .contactbox .contactlist .item::after{ position: absolute; content: ''; width: 1px; height: 100%; right: 0; top: 0; background: #c7c7c7;}
.pagecontact .contactbox .contactlist .item:last-child::after{ display: none;}
.pagecontact .contactbox .contactlist .item:hover .iconfont{ color: #1a7d95;transform: translateY(-10px);}
.pagecontact .contactmap{width: 100%;height: 320px;}

/* 公共 */  
.showbox{position: relative;}
.show_btm{float: left; width: 110px;}
.show_btm {position: relative;}
.show_btm.fixed{position: fixed; top:100px; z-index:9;}
.show_btm .item{width: 100%; background-color: #ffffff;    box-shadow: 0 4px 20px 5px rgba(0,0,0,.05); margin-bottom: 10px;}
.show_btm .item:last-child{margin-bottom: 0;}
.show_btm .item a{display: block; height: 110px; font-size: 15px; text-align: center; overflow: hidden; color: #666666;}
.show_btm .item a i{display: block; font-style: normal; font-size: 16px; height: 40px; line-height: 40px; margin-top: 25px;}
.show_btm .item a .le{transform: rotateY(-180deg);}
.show_btm .item:hover{background: #1a7d95;}
.show_btm .item:hover a{color: #ffffff;}
.newsshow{width: calc(100% - 150px); float: right; padding: 35px; background-color: #ffffff;    box-shadow: 0 4px 20px 5px rgba(0,0,0,.05); box-sizing: border-box;}
.newsshow .item_top{width: 100%;padding-bottom: 30px; border-bottom: 1px solid #cccccc;}
.newsshow .item_top .pageT{margin-bottom: 10px; font-size: 24px;line-height: 1.5;color: #333333;}
.newsshow .item_top .pageD{font-size: 15px;color: #666666;}
.newsshow .item_top .pageD .line{margin: 0 5px; font-size: 14px; font-weight: lighter; color: #999999;}
.newsshow .item_content{padding: 30px 0; font-size:16px; color:#333333; line-height:2;}
.newsshow .video_cont{width:100%; text-align:center;}
.newsshow .video_cont iframe{width:90%;height:400px; margin:0 auto;}
.newsshow .item_content p a{font-size: 16px !important; }
.newsshow .item_content img{max-width:100%; margin:5px 0;}
.newsshow .item_content table{border-collapse:collapse;width:100% !important;}
.newsshow .item_content table,.newsshow .item_content tr{ font-size: 16px; color: #444444; }
.newsshow .item_content table,.newsshow .item_content th,.newsshow .item_content td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.page_btm{width: 100%;padding-top: 30px;border-top: 1px solid #e2e2e2;display: flex;align-items: center; justify-content: space-between;}
.page_btm .paging_nav{width: calc(100% - 180px);margin: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;flex-direction: column;align-content: flex-start;}
.page_btm .paging_nav .prevpage{float: left;width: 100%;}
.page_btm .paging_nav .prevpage a{line-height: 2;color: #555555;font-size: 15px;display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .prevpage:hover a{color: #1a7d95;}
.page_btm .paging_nav .nextpage {float: left;width: 100%;}
.page_btm .paging_nav .nextpage a {line-height: 2;color: #555555;font-size: 15px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .nextpage:hover a{color: #1a7d95;}
.page_btm .return_list{width: 150px;}
.page_btm .return_list .backList{width:100%; height: 45px; font-size: 15px; color: #ffffff; border-radius: 25px; background: #1a7d95; display: flex; align-items: center; justify-content: center;}
.page_btm .return_list .backList .ml-cio{margin-left: 10px; height: 12px;}
.page_btm .return_list .backList:hover{background: linear-gradient(to bottom, #1a7d95, #049971);}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin: 40px 2px 0; display:inline-block; height:36px; line-height:36px;border: 1px #eaeaea solid; background:#ffffff; }
.pages li a{text-align:center; color:#333333; padding:0 15px;}
.pages .active {background:#1a7d95; text-decoration:none}
.pages .active a{color:#ffffff; }
.pages li:hover {background:#1a7d95; text-decoration:none}
.pages li:hover a{ color:#ffffff;}
.pages span{display:inline-block; height:26px; line-height:26px; border:1px solid #cccccc; color:#333333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background:#ffffff; border-top: 1px #e5e5e5 solid; margin-top: 20px;}
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333333; font-size: 15px;}
.pages1_l:hover a{ color:#1a7d95;}
.pages1_r{ float:left; width:100%;}
.pages1_r a{line-height:26px; color:#333333; font-size: 15px;}
.pages1_r:hover a{ color:#1a7d95;}

#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 999;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 70%;
    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: #117167;

    -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: #117167;
}
#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%;
}


@media screen and (max-width: 1570px){
    .container{width: 96%;}
}