@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, 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;}
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: #004e98; color: #fff; text-shadow: none; }
::selection { background: #004e98; 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:#004e98;}
::-webkit-scrollbar-thumb:hover { background: #025cb1;}

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: 1440px; 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%;}

.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:last-child{ padding-right: 0;}
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333; font-weight: bold;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #004e98;}
.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-pagination { bottom: 25px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 40px; height: 4px; margin: 0 10px;border-radius: 0; background: #fff !important; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ border-radius: 0;background: #17a99d !important;}

.inAbout{ position: relative; width: 100%; padding: 50px 0; background: #fafafa;}
.inAbout .container{ position: relative;display: flex;flex-direction: row; justify-content: space-between;}
.inAbout .left{float: left; width: 52%;display: flex;flex-direction: column; justify-content: center;}
.inAbout .left .title{font-size: 32px;color: #004e98; font-weight: bold;}
.inAbout .left .desc{ margin-top: 35px; font-size: 16px; line-height: 32px; color: #333333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; text-overflow: ellipsis;}
.inAbout .left .more{position: relative; margin-top: 50px; width: 176px; height: 50px; text-align: center; line-height: 50px; border:2px #333333 solid; border-radius: 25px; 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; overflow: hidden;}
.inAbout .left .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(0, 1);transition: all .5s;z-index: -1;background:#004e98;}
.inAbout .left .more a{display: block; font-size: 15px; color: #333333;}
.inAbout .left .more:hover{border:2px #004e98 solid;}
.inAbout .left .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.inAbout .left .more:hover a{ color: #ffffff;}
.inAbout .img{ float: right; width: 44%;}
.inAbout .img img{ width: 100%;}

.inProduct{ position: relative; width: 100%; padding:50px 0; background: #ffffff;}
.inProduct .txtname{ position: relative; font-size: 32px; color: #004e98; text-align: center;}
.inProduct .serial{position: relative; margin-top: 35px;display: grid;grid-gap: 15px; grid-template-columns: repeat(5,1fr);}
.inProduct .serial .item{padding: 45px 0; border-radius: 5px; text-align: center; background: #eef3f7; }
.inProduct .serial .item a{display: block;}
.inProduct .serial .item .ico{ margin: 0 auto; width: 50px; height: 45px; overflow: hidden;}
.inProduct .serial .item .name{ margin: 15px 0; font-size: 20px; font-weight: bold; color: #333333;}
.inProduct .serial .item .en{ font-size: 15px; color: #999999; font-family: 'din'; text-transform:uppercase;}
.inProduct .serial .item .ico img{ height: 45px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.inProduct .serial .item:hover .ico img{ transform: translateX(-50px);}
.inProduct .serial .item:hover{ background: #004e98;}
.inProduct .serial .item:hover .name,.inProduct .serial .item:hover .en{ color: #ffffff;}

.inNews{ position: relative; width: 100%; padding: 0 0 50px;}
.inNews .txtname{ position: relative; font-size: 32px; color: #004e98; text-align: center;}
.inNews .newslist{position: relative; margin-top: 35px;display: grid;grid-gap: 25px; grid-template-columns: repeat(3,1fr);}
.inNews .newslist .item{ padding: 40px 20px; border-radius: 10px; box-sizing: border-box; background:#f9f9f9;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.inNews .newslist .item .tit{ font-size: 17px; color: #333333; font-weight: bold;}
.inNews .newslist .item .desc{ margin: 25px 0; font-size: 15px; color: #666666; line-height: 30px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.inNews .newslist .item .infor{ display: flex; flex-direction: row; justify-content: space-between;}
.inNews .newslist .item .infor .date{ position: relative; padding-left: 25px; font-size: 15px; color: #999999; font-family: 'din'; background: url(../img/time.png) left center no-repeat; background-size: auto 16px;}
.inNews .newslist .item .infor .more{width: 34px; height: 16px; background: url(../img/njiantou.png); background-size: auto 16px;}
.inNews .newslist .item:hover{ background: #004e98; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.inNews .newslist .item:hover .tit{ color: #ffffff;}
.inNews .newslist .item:hover .desc{ color: rgba(255, 255, 255, 0.8);}

/*======================底部======================*/
.footer{position: relative; padding: 60px 0; background-color: #004e98;}
.footer .container{display: -webkit-flex;display: flex;flex-direction: row; justify-content: space-between;}
.footer .f_le{ float: left; width: 57%;}
.footer .f_le .fnav{position: relative;}
.footer .f_le .fnav a{position: relative; float: left; padding: 0 4%; color: #fff; font-size: 17px; font-weight: bold; line-height: 2; box-sizing: border-box;}
.footer .f_le .fnav a:first-child{ padding-left: 0;}
.footer .f_le .fnav a::after{position: absolute; content: ''; right: 0; top:50%; width: 1px; height: 15px;  background: #fff; transform: translateY(-50%);}
.footer .f_le .fnav a:last-child:after{ display: none;}
.footer .f_le .fnav a:hover{color:#ec830e;}
.footer .f_le .share_a{margin-top: 40px; overflow: hidden;}
.footer .f_le .share_a span{ float: left; line-height: 40px; font-size: 15px; color: #a3b5d0;}
.footer .f_le .share_a a{float: left;margin-right: 10px; width: 40px;height: 40px; line-height: 40px;border-radius: 50%;text-align: center; color: rgba(255, 255, 255, 0.5); border:1px rgba(255, 255, 255, 0.5) solid;}
.footer .f_le .share_a a i{font-size: 22px;}
.footer .f_le .share_a a.pic_01 i{font-size: 22px;}
.footer .f_le .share_a a i.iconin{font-size: 32px;}
.footer .f_le .share_a a i.icontoutiao1{font-size: 32px;}
.footer .f_le .share_a a:last-child{margin-right: 0;}
.footer .f_re {position: relative;float: right;}
.footer .f_re dl dd p {font-size: 15px;color: #fff;line-height: 2;}
.footer .f_re dl dd p a{ color:#ffffff}
.copy {position: relative; width: 100%; font-size: 15px; color: #fff; padding: 20px 0; border-top:1px solid rgba(255, 255, 255, 0.1);  background-color: #004e98;}
.copy .copybox a {font-size: 15px;color: #fff;margin: 0 5px;}
.copy .copybox a:hover {color: #ec830e;}
.copy .copybox .right{ float: right;}
/*======================底部分享弹出======================*/
.weixin-box{ position:fixed; width:260px; height:250px; z-index:999; left:50%; top:50%; transform: translate(-50%,-50%); background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:4px; font-size:20px; font-style: normal; font-family: 'din'; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:40px; font-size:17px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:120px; height:120px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}

/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff;  overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block;}

.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: #ddd; right: 0; top: 50%; margin-top: -10px;}
.pageNav .menuNav .li a{position: relative;font-size: 16px;height: 70px;line-height: 70px;color: #333; display: block; padding: 0 40px; transition: 0.3s ease 0s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNav .menuNav .li.select,.pageNav .menuNav .li:hover{ color: #004e98;}
.pageNav .menuNav .li:hover a{ color: #004e98;font-weight:bold; }
.pageNav .menuNav .li.select a{ color: #004e98; font-weight:bold;}
.pageNav .menuNav .li:last-child:before{ display: none;}
.pageNav .crumbs{float: left; font-size: 16px;color: #333; 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: #333;margin: 0 2px; font-size:16px;}
.pageNav .crumbs a:hover{color: #004e98;}

.pageMain{position: relative; padding: 60px 0; background: #f9f9f9;}
.pageMain .cont{ font-size: 16px; line-height: 2; color: #333;}
.pageMain .cont p a{font-size: 16px !important; }
.pageMain .cont img{max-width:100%; margin:5px 0;}
.pageMain .cont table{border-collapse:collapse;width:100% !important;}
.pageMain .cont table,.pageMain .cont tr{ font-size: 16px; color: #444; }
.pageMain .cont table,.pageMain .cont th,.pageMain .cont td{border: 1px solid #333333; text-align: center; font-size: 16px;}

.pageFeng{ position: relative; padding: 70px 0; background: #ffffff;}
.pageFeng .fengbox{display: grid; grid-gap: 40px; grid-template-columns: repeat(3,1fr);}
.pageFeng .fengbox .item .img { border-radius: 8px;position: relative;display: block;padding-bottom: 62.953%;height: 0;overflow: hidden;line-height: 1;}
.pageFeng .fengbox .item p {display: block;position: absolute;left: 0;bottom: 0;padding: 36px 0 21px;width: 100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);line-height: 1.1;color: #fff;font-size: 16px;text-align: center;border-radius: 0 0 8px 8px;}

.pageProduct{ position: relative; padding: 60px 0; background: #f9f9f9;}
.pageProduct .boxProduct{ width: 100%; position: relative;}
.pageProduct .boxProduct ul{display: grid; grid-gap: 30px;grid-template-columns: repeat(3,1fr);}
.pageProduct .boxProduct li{ position:relative; width: 100%;}
.pageProduct .boxProduct li .pic{ background:#000; overflow:hidden; position:relative;}
.pageProduct .boxProduct li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.pageProduct .boxProduct li:hover img{transform:scale(1.08);}
.pageProduct .boxProduct li .txt{position: relative; padding: 0 3%; text-align:center; line-height:65px; font-size:17px; font-weight: 600; color: #333333; border-top: 1px #eeeeee solid; background: #ffffff; transition:0.5s all;}
.pageProduct .boxProduct li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 3px; background: #004e98;  transition: all 0.8s ease 0s;}
.pageProduct .boxProduct li:hover .txt{color:#004e98;}
.pageProduct .boxProduct li:hover .txt::after{ width: 100%;left:0;}
/*-查看详情-*/
.pageProduct .boxProduct li .up-graybox{width: 100%;height: 100%; position: absolute; left: 0; top: 0; background:#004e98; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s ease 0s;}
.pageProduct .boxProduct li:hover .up-graybox{background:#004e98; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.5s ease 0s;}
.pageProduct .boxProduct li .up-graybox .stitle{font-size: 17px;font-weight: bold; line-height: 40px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px;color: #fff;}
.pageProduct .boxProduct li .up-graybox .line{display: inline-block; width: 100px;height: 1px;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -50px; transition: all 0.6s ease 0s;}
.pageProduct .boxProduct li .up-graybox .linet{ top: 0;}
.pageProduct .boxProduct li .up-graybox .lineb{ bottom: 0;}
.pageProduct .boxProduct li .up-graybox:hover .line { width: 10px; margin-left: -3px; opacity: 0.8;filter: alpha(opacity=60);}
.boxProduct .imgLift {float: left;width: 40%;position: relative;overflow: hidden;zoom: 1;}
.boxProduct .imgLift .thumbSwiper {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .imgLift .mySwiper {width: 88%;margin: 0 6%;overflow: hidden;position: relative;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide {float: left;width: 23.5% !important;margin-right: 2%;text-align: center;}
.boxProduct .imgLift .mySwiper .swiper-slide:last-child {margin-right: 0;}
.boxProduct .imgLift .mySwiper .swiper-slide img {display: block;width: 100%;border: 2px solid #eee;cursor: pointer;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide.swiper-slide-thumb-active img {border: 2px solid #004e98;}
.boxProduct .imgLift .mySwiper2 .swiper-slide img {display: flex;width: 100%;border: 2px #eee solid;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper2 .swiper-slide span {width: 100%;}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev {position: absolute;top: 50%;left: 0;width: 13px;height: 26px;background: url(../img/pro_left.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev:hover {background: url(../img/pro_lefth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .imgLift .thumbSwiper .swiper-button-next {position: absolute;top: 50%;right: 0;width: 13px;height: 26px;background: url(../img/pro_right.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-next:hover {background: url(../img/pro_righth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .conRight {float: right;width: 56%;}
.boxProduct .conRight .tit{font-size: 24px; font-weight: 600; color: #004e98; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #ccc solid;}
.boxProduct .conRight .tib {font-size: 18px;font-weight: 600; color: #333;line-height:2;}
.boxProduct .conRight .tic {margin-top: 10px; color: #999; font-size: 16px; font-weight: normal; color: #666; line-height: 2;}
.boxProduct .contentPage {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .contentPage .titTop {width: 100%;font-size: 24px;color: #333;line-height: 2;border-bottom: 2px #eee solid;}
.boxProduct .contentPage .content {margin-top: 30px;font-size: 16px;line-height: 2;color: #666;}
.boxProduct .contentPage .content a {color: #666;}
.boxProduct .contentPage .content a:hover {color: #004e98;}
.boxProduct .contentPage .content img {max-width: 90%;}
.boxProduct .contentPage .content table {border-collapse: collapse;width: 100%;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content tr {font-size: 16px;color: #444;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content th,.boxProduct .contentPage .content td {font-size: 15px;text-align: center;border: 1px solid #666;}
.boxProduct .contentPage .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.boxProduct .contentPage .goback a {display: inline-block;width: 160px;height: 50px;line-height: 50px;text-align: center;background: #333;color: #fff;}
.boxProduct .contentPage .goback a img {position: relative;margin-right: 10px;}
.boxProduct .contentPage .goback a:hover {background: #004e98;}
.swiper-button-lock{ display: block !important;}

.pageNews{position: relative; padding: 60px 0; background: #f9f9f9;}
.pageNews .news_wrap{display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.pageNews .news_wrap .itemImg{background: #ffffff;}
.pageNews .news_wrap .itemImg .img{background-position: center center; background-size: cover; opacity: 1; transition: all .5s; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0;}
.pageNews .news_wrap .itemImg .img img{ width: 100%; height: 100%;}
.pageNews .news_wrap .itemImg .infor{position: relative; padding: 30px; background: #ffffff; z-index: 3; box-sizing: border-box;}
.pageNews .news_wrap .itemImg .infor .date{ font-size: 15px; color: #666666;}
.pageNews .news_wrap .itemImg .infor .t{margin: 20px 0; font-size: 18px; font-weight: bold; color: #333333; line-height: 30px; height: 60px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .news_wrap .itemImg .infor em{display: block;width: 50px;height: 2px;background: #333333;}
.pageNews .news_wrap .itemImg .infor .c{ margin-top: 30px; font-size: 15px; color: #333333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .news_wrap .itemImg .infor .more{ margin-top: 30px; display: inline-block; width: 45px;height: 28px;line-height: 28px; text-align: center; color: #ffffff; background: #004e98; border-radius: 20px; font-weight: bold;}
.pageNews .news_wrap .itemImg .infor .more .icon-jrjt{ font-size: 14px;}
.pageNews .news_wrap .itemImg:hover .infor{position: absolute; width:100%; left: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.pageNews .news_wrap .itemImg:hover .infor .date,.pageNews .news_wrap .itemImg:hover .infor em,.pageNews .news_wrap .itemImg:hover .infor .c,.pageNews .news_wrap .itemImg:hover .infor .more{display: none;}
.pageNews .news_wrap .itemImg:hover .infor .t{ margin: 0; color: #ffffff;}
.pageNews .news_wrap .item{background: #ffffff;}
.pageNews .news_wrap .item .infor{position: relative;padding: 30px; box-sizing: border-box;}
.pageNews .news_wrap .item .infor .date{ font-size: 15px; color: #666;}
.pageNews .news_wrap .item .infor .t{margin: 20px 0; font-size: 18px; font-weight: bold; color: #333333; line-height: 30px; height: 60px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .news_wrap .item .infor em{display: block;width: 35px;height: 2px;background: #333333;}
.pageNews .news_wrap .item .infor .c{ margin-top: 30px; font-size: 15px; color: #333333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .news_wrap .item .infor .more{ margin-top: 30px; display: inline-block; width: 45px;height: 28px;line-height: 28px; text-align: center; color: #fff; background: #004e98; border-radius: 20px; font-weight: bold;}
.pageNews .news_wrap .item .infor .more .icon-jrjt{ font-size: 14px;}
.pageNews .news_wrap .item:hover{ background: #004e98;}
.pageNews .news_wrap .item:hover .infor .date,.pageNews .news_wrap .item:hover .infor .t,.pageNews .news_wrap .item:hover .infor .c{color: #ffffff;}
.pageNews .news_wrap .item:hover .infor em{ background: #ffffff;}
.pageNews .news_wrap .item:hover .infor .more{color: #004e98; background: #ffffff;}
.newsboxbg{position: relative; background: #ffffff;}
.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: 22px; line-height: 1.4; color: #333333;}
.newsboxbg .title .pageD{ margin-top: 5px; font-size: 16px; color: #666666;}
.newsboxbg .title .backList{width: 200px;height: 50px; color: #ffffff; border-radius: 25px; background: #004e98; display: flex; align-items: center; justify-content: center;}
.newsboxbg .title .backList .ml-cio{ margin-left: 10px; height: 12px;}
.newsboxbg .title .backList:hover{background:#ec830e;}
.newsboxbg .pagecont{padding: 40px; font-size:16px; color:#666666; 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: #444444; }
.newsboxbg .pagecont table,.newsboxbg .pagecont th,.newsboxbg .pagecont td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.newsboxbg .backpad{ padding: 40px;}


.zhaoshang{ position: relative; display: grid;grid-gap: 20px; grid-template-columns: repeat(2,1fr);}
.zhaoshang .list_box{padding:20px; position:relative; -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; color:#404040; background: #ffffff;}
.zhaoshang .list_main{overflow:hidden; width:82%; padding-bottom:20px;border-bottom: 1px solid #e7e7e7;}
.zhaoshang .list_main .bd_r{width:20%; margin-left:3%;}
.zhaoshang .list_main .bd_c{overflow:hidden;}
.zhaoshang .list_main .bd_c .list_title{height:30px; line-height:30px; font-size:17px; color: #333; font-weight:bold; display:block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.zhaoshang .list_box:hover .list_main .bd_c .list_title{color: #004e98;}
.zhaoshang .list_main .bd_c .list_p{ margin-top: 10px; font-size:15px; line-height:28px; height:56px; overflow:hidden; display:block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.zhaoshang .list_time{position:relative; width:90px; padding:15px 0; font-size:16px; font-family: 'din';text-align:center; color:#fff; background:#004e98; font-weight:bold; -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;}
.zhaoshang .list_box .list_time_day{display:block; font-size:26px;}
.zhaoshang .list_box:hover .list_time{background: #004e98;}
.zhaoshang .list_box a:hover{color:#404040;}

.pageJoin{position: relative; padding: 60px 0; background: #f9f9f9;}
.pageJoin .contDetail{background: #ffffff;padding: 35px;box-sizing: border-box;}
.jnlist { border-top: 4px solid #004e98; 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: #333333;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: #333333;-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:  #004e98;}
.joinlist .list_dl#open .list_dt div{ color: #ffffff;}
.joinlist .list_dl#open .list_dt div.menu i { background: #ffffff; }
.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: #ffffff;font-weight: bold;
text-align: center;line-height: 50px;background: #f0fefd;}
.joinlist .list_dd .jointd a{ color:#ffffff}
.joinlist .list_dd .jointd:hover {background: #004e98;}

.pageMain .pagecont{ width: 100%; position: relative; background-color: #ffffff; display: flex;flex-direction: row; justify-content: space-between;}
.pagecont .contl{width: 62%; display: flex;flex-direction: column;justify-content: center; box-sizing:border-box;}
.pagecont .contl .map{ width: 100%; height: 100%; position: relative;;}
.pagecont .contr{position: relative; width:38%; height: 100%; color:#333333; padding: 50px 20px; background:#ffffff;box-sizing: border-box;}
.pagecont .contr .p3{ font-size: 24px; color: #004e98; font-weight: bold;}
.pagecont .contr .p4{ margin-top: 30px;}
.pagecont .contr .p4 p{ font-size: 16px; line-height: 34px;color:#333333}
.pagecont .contr .p4 p span{ font-size: 18px; margin-right: 10px;}
.pagecont .contr .p4 p a{ color:#333333}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin-top: 30px; display:inline-block; height:36px; line-height:36px; background:#ffffff; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#004e98; text-decoration:none}
.pages .active a{color:#ffffff; }
.pages li:hover { background:#004e98; text-decoration:none }
.pages li:hover a{ color:#ffffff;}
.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: #ffffff;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:#004e98;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#004e98;}
.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:#666666;line-height:50px;position:relative; text-align: center;}
.bc-prevn,.bc-nextn{display:block;width:200px;height:50px; background: #f5f5f5; overflow:hidden;color:#666666;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:#004e98;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:170px;height:50px;line-height:50px;background:#004e98;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#004e98; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#004e98;}
.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:#004e98;}



/* 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: 60%;
  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%;
}

/* 右侧客服 */
.fixed-right{position:fixed;top:50%;transform: translateY(-50%); right:0;z-index:80;}
.fixed-right a{display:block;width:80px;height:65px;font-size:12px;color:#fff;text-align:center;position:relative;margin-bottom:1px;box-sizing:border-box;cursor:pointer;border-radius: 5px;
-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.fixed-right a:nth-child(1){background:#17a99d url(../img/qq.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(1){background:#1d8ea4 url(../img/qq.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(2){background:#17a99d url(../img/tel.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(2) p{width:160px;height:65px;line-height:65px;background:#1d8ea4;color:#fff;text-align:center;position:absolute;top:0;right:80px;font-size:20px; border-radius: 5px; font-family:Arial;display:none;}
.fixed-right a:nth-child(2):hover p{display:block;}
.fixed-right a:hover:nth-child(2){background:#1d8ea4 url(../img/tel.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(3){background:#17a99d url(../img/gzh.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(3){background:#1d8ea4 url(../img/gzh.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(3) img{position:absolute;top:0;right:80px;display:none;}
.fixed-right a:nth-child(3):hover img{display:block;}
.fixed-right a:nth-child(4){background:#17a99d url(../img/gotop.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(4){background:#1d8ea4 url(../img/gotop.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}


@media screen and (max-width: 1440px) and (min-width: 1200px){
  .container{ width: 96%; max-width: 96%;}
  .header .nav .drop{padding: 0 20px;}
}
