@charset "utf-8";
/* css */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; background: #fff; line-height: 1.5; overflow-x: hidden; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #333; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; height: 20px }
.clearblank { clear: both; width: 100%; overflow: hidden; }
.fl { float: left!important; }
.fr { float: right!important; }
.box, article { width: 1200px; margin: auto; overflow: hidden }
.navbox { width: 1200px; margin: auto; }
.mt20 { margin-top: 20px; }
.blue { color: #00C1DE }
/*header*/
header { width: 100%; background: #fff; height: 60px; position: fixed; z-index: 99999; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08); box-shadow: 0 2px 4px rgba(0,0,0,.08); }
.logo { float: left; margin: 5px 0 0 0; line-height: 50px; color: #FFF; font-size: 22px; }
.logo img { max-height: 50px; }
.imgscale img { width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.imgscale:hover img { transform: scale(1.1); }
/*nav*/
nav { float: right; height: 60px; line-height: 60px; text-align: center; }
#starlist { }
#starlist li { position: relative; display: inline; float: left; width: max-content; }
#starlist li a { display: inline; float: left; margin: 0 20px; color: #666; position: relative; }
#starlist li a:hover, #starlist #selected, .selected > a, #starlist li:hover { color: #000000; }
#starlist li:hover a { }
#starlist ul.sub { overflow: hidden; position: absolute; left: 0; top: 60px; background: #ffffff; display: none; z-index: 9; }
#starlist ul.sub li { height: 30px; line-height: 30px; font-size: 14px; }
#starlist ul.sub li:last-child { padding-bottom: 10px }
#starlist ul.sub li a { color: #666 }
#starlist ul.sub li a:hover { color: #000000; }
#starlist li:hover ul.sub { display: block }
#starlist #selected { position: relative }
#starlist #selected:after { position: absolute; content: ""; background: #696969; width: 100%; height: 2px; left: 0 }
#starlist li a:after { position: absolute; content: ""; background: #696969; width: 0; height: 2px; left: 0; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
#starlist li a:hover:after { width: 100% }
#starlist ul.sub li a:hover:after { display: none }
#starlist ul.sub li #selected:after{ display: none}
/*箭头*/
.menu:before { position: absolute; content: ""; top: 26px; right: 5px; background: url(../images/jt.png) no-repeat; width: 8px; height: 8px; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.menu:hover:before { transform: rotate(180deg) }/*旋转*/
#mnavh { display: none; margin: 5px 0 0 0; width: 24px; height: 40px; float: right; text-align: center; padding: 0 10px; }
.navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #000; margin-top: 20px; }
.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #000; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #060606; }
/*menu+*/
.menu span { display: none; width: 50px; height: 50px; opacity: 0.5; position: absolute; top: 0; right: 0; }
/*search*/

.search { margin: 30px auto; border: #ccc 1px solid; overflow: hidden; }
.search input.input_submit { border: 0; background: url(../images/searchbg.png) no-repeat center; width: 15%; height: 36px; line-height: 36px; float: right; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; width: 72%; padding-left: 10px; outline: none; float: left; }
/*article*/
.fixblank { height: 60px; width: 100%; overflow: hidden }
article { }
/*banner*/
.banbox { width: 100%; overflow: hidden; border-radius: 3px; }
.banner { width: 100%; overflow: hidden; }
.fader { position: relative; width: 100%; padding-top: 30%; font-family: "futura", arial; overflow: hidden; }
.fader .slide { position: absolute; width: 100%; top: 0; z-index: 1; opacity: 0; }
.fader .slide img { width: 100%; margin: auto; }
.fader .prev, .fader .next { position: absolute; height: 32px; line-height: 32px; width: 40px; top: 50%; left: 50px; z-index: 4; margin-top: -25px; cursor: pointer; opacity: 0; transition: all 150ms; }
.fader .prev { background: url(../images/left.png) no-repeat }
.fader .next { left: auto; right: 50px; background: url(../images/right.png) no-repeat }
.fader .pager_list { position: absolute; width: 100%; height: 26px; padding: 0; line-height: 40px; bottom: 0; text-align: center; z-index: 4; }
.fader .pager_list li { border-radius: 10px; display: inline-block; width: 10px; height: 10px; margin: 0 7px; background: #fff; opacity: .9; text-indent: -9999px; cursor: pointer; transition: all 150ms; }
.fader .pager_list li:hover, .fader .pager_list li.active { opacity: 1; background: #12b7de; }
.banner:hover .fader_controls .page.prev { opacity: .7; left: 20px }
.banner:hover .fader_controls .page.next { opacity: .7; right: 20px }
/*case*/
.case { text-align: center; background: #f5f5f5; padding: 30px 0; }
h2.htitle { font-size: 24px; }
span.xmcase, p.xminfo { color: #848484; }
p.xminfo { margin: 20px 0 }
/*product*/
.notice { width: 1200px; }
.notice .tab-hd { height: 44px; overflow: hidden; text-align: center; margin-bottom: 35px; }
.notice .tab-hd ul { }
.notice .tab-hd li { display: inline-block; width: 184px; height: 42px; border: 1px solid #ddd; background: #fff; color: #2e2e2e; font-size: 16px; line-height: 42px; margin-right: 1px; }
.notice .tab-hd li a { display: block }
.notice .tab-hd li.on { background: #464646; }
.notice .tab-hd li.on a { color: #fff }
.notice .tab-hd li a { color: #666 }
.notice .tab-bd ul { }
/*gundong*/
.Box_con { margin-bottom: 20px; }
.Box_con .btn { display: inline-block; width: 50px; height: 40px; margin: 0 10px; }
.Box_con .btnl { background: url(../images/left.png) no-repeat center #464646; }
.Box_con .btnr { background: url(../images/right.png) no-repeat center #464646; }
.Box_con .btnl:hover { background: url(../images/left.png) no-repeat center #000; }
.Box_con .btnr:hover { background: url(../images/right.png) no-repeat center #000; }
.Box_con .btnl, .Box_con .btnr, .Box_con .btnl:hover, .Box_con .btnr:hover { background-size: 18px; }
.Box_con .conbox { position: relative; overflow: hidden; }
.Box_con .conbox ul { position: relative; list-style: none; overflow: hidden; height: 300px; }
.Box_con .conbox ul li { float: left; width: 385px; height: 300px; margin-left: 20px; overflow: hidden; }
.Box_con .conbox ul li:first-child { margin-left: 0; }
.Box_con .conbox ul li img { display: block; width: 385px; height: 250px; transition: all 0.5s; }
.Box_con .conbox ul li p { height: 50px; line-height: 50px; background: #fff }
.control-label { text-align: center; overflow: hidden; margin-top: 30px; }
.btn_more { background: #464646; display: inline-block; width: 140px; height: 40px; color: #fff; position: relative; }
.btn_more:after { content: "MORE"; position: absolute; display: block; text-align: center; left: 47px; top: 8px; }
.btn_more:hover { background: #000 }
/*about*/
.about { text-align: center; padding: 50px 0; background: #f5f5f5; }
.about_img { width: 380px; float: left; margin-right: 20px; }
p.about_info { text-align: left; }
h3.about_title { font-size: 20px; text-align: left; margin: 20px 0 30px; }
a.about_more { display: inline-block; background: #464646; color: #fff; width: 140px; float: right; line-height: 35px; margin: 30px 10px 0 0; }
.about_more:hover { background: #000 }
/*news*/
.news { text-align: center; padding: 30px 0; overflow: hidden; }
.news .box { margin-top: 30px }
.news ul li { width: 50%; float: left; overflow: hidden; text-align: left; margin: 20px 0 }
.news ul li h4 { border-bottom: 1px solid #efefef; font-size: 16px; color: #444444; font-weight: normal; position: relative; padding-bottom: 8px; margin-bottom: 8px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.news ul li h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #444444; bottom: 0; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; }
.news ul li:hover h4:before { width: 100% }
.news ul li a { margin-right: 20px; display: block }
.news ul li i { width: 160px; height: 100px; overflow: hidden; display: block; float: left; margin-right: 20px }
.news ul li section { display: block; overflow: hidden; }
.news ul li img { width: 100%; }
.news ul li p { padding: 0 5px; font-size: 14px; height: 63px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; color: #848484;}
a.news_more { display: inline-block; background: #464646; color: #fff; width: 140px; line-height: 35px; margin: 30px 10px 0 0; }
a.news_more:hover { background: #000; }
/*footer*/
footer { background: #f5f5f5; text-align: center; }
.links { text-align: center; padding: 20px 0 }
.links a { display: inline-block; position: relative }
.links a::before { display: inline-block; left: 0; top: 5px; content: '/'; color: #ccd5db; position: absolute; }
.links img { height: 40px; margin: 0 10px }
.links b { display: inline-block; line-height: 40px; }
.copyright { margin: 10px 0 0; font-size: 14px; color: #666; padding-bottom: 20px; }
.slick-slide { width: 100%; height: 240px; background: url(../images/banner.jpg) no-repeat center center; background-size: cover; background-position-x: center; }
.subnav { background: #f5f5f5; text-align: center; padding: 30px 0; }
.subnav li { display: inline-block; line-height: 40px; border: #ddd 1px solid; background: #fff; margin: 0 5px; }
.subnav li a { display: block; padding: 0 40px; }
.subnav li a:hover, #pagecurrent { background: #464646; color: #fff }
/*anli*/
.main-content { width: 100%; overflow: hidden; padding: 30px 0; }
.image-list i { width: 25%; display: inline-block; overflow: hidden; float: left; font-style: normal; text-align: center; }
.image-list .cover { margin: 20px 10px; position: relative; margin-bottom: 10px; background: url(../images/search.png) no-repeat top 40% center #000; cursor: pointer; background-size: 26px; }
.image-list .cover p { padding: 10px 0; border-bottom: 1px solid #e0e0e0; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); background: #fff;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.image-list .cover img { width: 100%; transition-duration: .5s; }
.image-list .cover:hover img { opacity: .3; }
.image-list .cover:hover p { border-bottom: 1px solid #464646; }
/*main CSS*/
#pictureViewer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,.3); z-index: 10000; }
#pictureViewer > .content { background-color: #fff; position: absolute; width: 590px; height: 590px; margin: auto; top: 120px; 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: #000000; -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(../images/maximization_black.png); background-size: 14px; }
#pictureViewer .menu-bar .handel.maximization:hover { background-image: url(../images/maximization_white.png); }
#pictureViewer .menu-bar .handel.miniaturization { background-size: 16px; background-image: url(../images/miniaturization_black.png); }
#pictureViewer .menu-bar .handel.miniaturization:hover { background-image: url(../images/miniaturization_white.png); }
#pictureViewer .menu-bar .handel.close-view { background-image: url(../images/close_black.png); background-size: 15px; }
#pictureViewer .menu-bar .handel.close-view:hover { background-image: url(../images/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(../images/prev_blank.png); }
#pictureViewer .handel-next { background-image: url(../images/next_blank.png); }
#pictureViewer .handel-prev:hover, #pictureViewer .handel-next:hover { background-color: #000000; }
#pictureViewer .handel-prev:hover { background-image: url(../images/prev_white.png); }
#pictureViewer .handel-next:hover { background-image: url(../images/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%; }
/*jianjie*/
.jianjie { background: #f5f5f5; padding: 30px 0; overflow: hidden }
.jj_h { font-size: 24px; font-weight: normal; color: #444; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #e4eaec; }
.white { background: #fff; padding: 30px }
.text_con { overflow: hidden }
.jj_img { width: 40%; margin-right: 20px }
.jj_img img { width: 100% }
.text_con p { margin: 15px 0 }
.lxtext { line-height: 30px; width: 35%; float: left; }
.lxtext li { border-bottom: 1px solid #e4eaec; padding: 15px 0; font-size: 16px; }
.lxtext { width: 30%; float: left }
.lxweixin { width: 60%; float: right; }
.lxweixin li { width: 33.3%; float: right; text-align: center; }
.lxweixin li img { width: 100% }
.picnews { width: 900px; float: left; overflow: hidden; margin: 30px 0 }
.picnews li { margin-bottom: 30px; position: relative; padding-bottom: 30px }
.picnews li:after { content: ''; width: 160px; height: 1px; background: #444444; background:;
color: #444444; color:;
position: absolute; bottom: 0; left: 0; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
.picnews li:hover::after { width: 100%; }
.picnews li h2 { font-size: 20px; font-weight: normal; margin-bottom: 8px; }
.picnews li h2 a { color: #444 }
.picnews li i { width: 160px; height: 100px; display: block; overflow: hidden; float: left; margin-right: 20px; }
.picnews li i img { width: 100% }
.picnews li p { font-size: 14px; height: 63px; overflow: hidden; color: #999 }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
.pagelist a:nth-child(1) { background: none; margin: 0; padding: 0 50px 0 0; position: relative;display:none}
.pagelist a:nth-child(1):after { position: absolute; content: "篇文章"; right: 0; bottom: 0 }
.pagelist a:nth-child(1):hover { background: none; color: #666 }
.pagelist a:hover, .pagelist > b { color: #3690cf; color: #FFF; background: #1C2327; }
.pagelist > b { padding: 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }
.right_box { float: right; width: 260px; background: #fff; }
.tjnews { border-top: 1px solid #f0f2f5; }
.tjnews h2 { color: #444; font-weight: normal; font-size: 18px; margin: 10px 0 }
.tjnews ul { border: #f0f2f5 1px solid; }
.tjnews ul li { padding: 15px 20px; border-bottom: #f0f2f5 1px solid; font-size: 14px; }
.tjnews ul li:last-child { border-bottom: none }
.tjnews ul li a { color: #444 }
/*graybg*/
.graybg { background: #f5f5f5; padding: 20px 0; }
.place { background: url(../images/placebg.png) no-repeat left center; padding-left: 20px; margin-bottom: 20px; }
.container { background: #fff; float: left; width: 870px; }
.right_box.conbar { padding: 0 20px 20px; }
.con_info span:nth-child(2) { background: url(../images/se.png) no-repeat left center; padding-left: 30px; }
h1.con_title { font-size: 24px; font-weight: normal; margin: 30px 0 10px 30px; }
.con_info { margin: 0 0 30px 30px; }
.con_info span { margin-right: 30px; }
.met-editor { padding: 30px; overflow: hidden; border-top: #f0f2f5 1px solid; border-bottom: #f0f2f5 1px solid; margin-bottom: 40px; }
.met-editor p { margin-bottom: 25px; }
.met-editor img { max-width: 100% !important; height: auto !important; margin: 10px auto }
.nextinfo { margin: 0 20px 30px 20px; overflow: hidden }
.nextinfo li { width: 45%; float: left; border: 1px solid #e4eaec; line-height: 40px; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.nextinfo li:last-child { float: right }
