/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;color: #333333;text-align: center;height: 85px;background: transparent;border-bottom: 1px solid rgba(255,255,255,.1);}
.on-fixed header{background: rgba(0,0,0,.5);}
header .logo a{height: 85px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-right: 60px;}
header .rightDiv .menu>ul>li>a{height: 85px;line-height: 85px;text-align: left;color: #fff;position: relative;font-size: 16px;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background: transparent;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #fff;height: 2px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide.png) no-repeat center center;background-size: 22px auto;}


/****底部***/
.footerDiv .hdDiv{padding:80px 0 120px;background: #0f3285;}
.footerDiv .hdDiv .flexbet{align-items: flex-start;color: #fff;}
.footerDiv .hdDiv .listDiv{min-width: 14%;margin-right: 30px;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0;}
.footerDiv .hdDiv .listDiv>span{display: block;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,.16);margin-bottom: 20px;}
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,.6);display: block;margin-top: 10px;}
.footerDiv .hdDiv .aDiv a:hover{color: #fff;}
.footerDiv .hdDiv .listDiv .lxDiv{color: rgba(255,255,255,.6);}
.footerDiv .hdDiv .listDiv .lxDiv .p span{font-weight: bold;}
.footerDiv .hdDiv .listDiv .lxDiv .addr{margin: 5px 0;font-size: 14px;}
.footerDiv .hdDiv .listDiv .lxDiv .tel{font-size: 14px;line-height: 2;}
.footerDiv .hdDiv .listDiv .lxDiv .tel a{color: rgba(255,255,255,.6);}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 130px;margin-left: 20px;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}
.footerDiv .hdDiv .listDiv .ewmDiv span{text-align: center;font-size: 14px;display: block;margin-top: 15px;}
.footerDiv .hdDiv .ewmDiv{text-align: center;}
.footerDiv .hdDiv .ewmDiv span{display: block;margin-top: 10px;}
.footerDiv .bdDiv{padding: 15px 0;color: rgba(255,255,255,.5);font-size: 18px;background: #0c286c;font-size: 14px;} 
.footerDiv .bdDiv .shareDiv .conDiv{position: relative;}
.footerDiv .bdDiv .shareDiv .conDiv a{display: flex;justify-content: center;align-items: center;background: rgba(255,255,255,.1);border-radius: 5px;width: 32px;height: 32px;margin-left: 12px;}
.footerDiv .bdDiv .ewmDiv{position: absolute;left: 50%;bottom: 140%;width: 100px;transform: translate(-50%,10px);opacity: 0;transition: all .6s;}
.footerDiv .bdDiv .shareDiv .conDiv:hover .ewmDiv{transform: translate(-50%,0);opacity: 1;}
.footerDiv .bdDiv a{color: rgba(255,255,255,.5);}
.footerDiv .bdDiv a:hover{color: #fff;}


/********************************* 首页 **********************************/
.main{margin-top: 0;}

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner:before{content: "";width: 100%;height: 189px;background: url(../img/h-bg.png) no-repeat center center/cover;position: absolute;z-index: 11;left: 0;top: 0;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 46.25vw;background: none no-repeat center;background-size: cover;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px;}
.index-banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;background-size: 100%; border-radius: 50%;opacity:.5;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
/*.ui-homebanner .swiper-pagination-bullet-active:after{content: "";width: 24px;height: 2px;position: absolute;background: #fff;left: -20px;bottom: 7px;}*/

/*.ui-homebanner .swiper-button-next, .ui-homebanner .swiper-button-prev{opacity: .15;background-size: 100% 100%;width: 82px;height: 82px;margin-top: -41px;}
.ui-homebanner .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: 0;background-size: 100% 100%;}
.ui-homebanner .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: 0;background-size: 100% 100%;}*/

/* .index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;}
.index-banner .textDiv span{font-size: 3.64583vw;}
.index-banner .textDiv p{font-size: 1.25vw;margin: 1vw 0 4vw;letter-spacing: 3px;}
.index-banner .textDiv a{display: block;width: 158px;line-height: 46px;text-align: center;background: #E60012;color: #fff;}
.index-banner .textDiv a:hover{opacity: .6!important;} */

.searchDiv{background: #f9f9f9;padding: 20px 0;}
.searchDiv .resouDiv{width: 63%;}
.searchDiv .resouDiv span{color: #666;display: inline-block;margin: 0 10px;}
.searchDiv .resouDiv a{color: #555555;display: inline-block;margin: 0 15px 0 10px;}
.searchDiv .resouDiv a:hover{color: #0f3285;}
.searchDiv .formDiv{width: 27.58%;}
.searchDiv .formDiv input{width: 73.7%;line-height: 38px;height: 40px;border: 1px solid #d8d8d8;font-size: 14px;padding: 0 10px;}
.searchDiv .formDiv button{width: 26.3%;line-height: 38px;height: 40px;border: 1px solid #0f3285;background: #0f3285;color: #fff;}

.indexDiv3{position: relative;padding-top: 90px;}
.indexDiv3::after{content: "";width: 100%;height: 200px;position: absolute;left: 0;bottom: 0;background: #0f3285;z-index: -1;}
.indexDiv3 .bdDiv{align-items: flex-end;}
.indexDiv3 .imgDiv{width: 37%;}
.indexDiv3 .textDiv{width: 58.3%;position: relative;}
.indexDiv3 .textDiv>small{font-size: 36px;display: block;color: #333;}
.indexDiv3 .textDiv>span{font-size: 24px;display: block;color: #0f3285;margin-top: 10px;}
.indexDiv3 .textDiv .p{margin: 50px 0;}
.indexDiv3 .textDiv .p p{color: #777;line-height: 1.8;margin: 30px 0;}
.indexDiv3 .textDiv .moreBtn{width: 126px;height: 40px;color: #fff;background: #0f3285;margin-bottom: 60px;box-shadow: 0px 0px 21px rgba(15,50,133,.25);}
.indexDiv3 .textDiv .moreBtn img{margin-left: 10px;}
.indexDiv3 .row{padding:50px 0;margin-top: 60px;}
.indexDiv3 .row>div{padding: 0;}
.indexDiv3 .row>div .conDiv{text-align: center;color: #fff;}
.indexDiv3 .row>div .conDiv .numDiv{color: #ef9632;}
.indexDiv3 .row>div .conDiv .numDiv span{font-size: 48px;font-family: Impact;}
.indexDiv3 .row>div .conDiv .numDiv sub{position: relative;top: 0px;margin-left: 3px;font-size: 30px;}

.indexTitle{position: relative;align-items: flex-end;line-height: 1;}
.indexTitle span{position: relative;font-size: 36px;display: block;font-weight: bold;}
.indexTitle .line{width: 1px;height: 16px;background: #cccccc;margin: 0 14px 0 26px;}
.indexTitle small{color: #0f3285;text-transform: uppercase;font-size: 18px;}

.indexDiv1{padding: 99px 0 87px;}
.indexDiv1 .hdDiv .hbDiv{margin: 40px 0;}
.indexDiv1 .hdDiv .hbDiv .p{width: 44.4%;color: #777;line-height: 2;}
.indexDiv1 .hdDiv .hbDiv .tabsDiv{width: 50%;}
.indexDiv1 .hdDiv .hbDiv .tabsDiv a{display: block;padding: 8px 14px;border: 1px solid #d8d8d8;margin-left: 15px;font-size: 14px;color: #555555;}
.indexDiv1 .hdDiv .hbDiv .tabsDiv a.on{background: #ef9632;color: #fff;border-color: #ef9632;box-shadow: 0px 0px 21px rgba(172, 108, 36, .25);}
.indexDiv1 .bdDiv{position: relative;}
.indexDiv1 .lunboDiv{position: absolute;left: -9999px;top: 0;width: 100%;}
.indexDiv1 .lunboDiv.on{position: relative;left: 0;}
.indexDiv1 .lunboDiv .swiper-container{margin:0 -20px;}
.indexDiv1 .lunboDiv .swiper-slide{padding: 20px;}
.indexDiv1 .lunboDiv a{display: block;position: relative;box-shadow: 0px 0px 20px rgba(0,0,0,.11);}
.indexDiv1 .lunboDiv .pic{position: relative;padding-top: 89.5%;}
.indexDiv1 .lunboDiv .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.indexDiv1 .lunboDiv .pic .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.indexDiv1 .lunboDiv .textDiv{padding: 20px 25px 30px;}
.indexDiv1 .lunboDiv .textDiv .title{padding-bottom: 15px;border-bottom: 1px solid #f1f1f1;font-size: 20px;color: #333;}
.indexDiv1 .lunboDiv .textDiv .p{margin: 15px 0 30px;}
.indexDiv1 .lunboDiv .textDiv .p p{font-size: 14px;color: #777777;margin-top: 10px;}
.indexDiv1 .lunboDiv .textDiv span{display: block;width: 100px;line-height: 30px;border: 1px solid #0f3285;color: #0f3285;text-align: center;font-size: 14px;}
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{opacity: 1;width: 40px;height: 40px;margin-top: -20px;}
.indexDiv1 .swiper-button-prev{background: url(../img/i-l.png) no-repeat center center;left: -80px;}
.indexDiv1 .swiper-button-next{background: url(../img/i-r.png) no-repeat center center;right: -80px;}
.indexDiv1 .lunboDiv .textDiv .title:hover{color: #0f3285;}
.indexDiv1 .lunboDiv .textDiv span:hover{color: #fff;background: #0f3285;}

.indexDiv2{padding: 75px 0 0;background:url(../img/i-bg1.jpg) #f6f6f5 no-repeat center top/100%;}
.indexDiv2 .hdDiv{margin-bottom: 50px;}
.indexDiv2 .hdDiv .p{width: 45%;color: #777;line-height: 2;}
.indexDiv2 .row{margin: 0;}
.indexDiv2 .row>div{padding: 0;}
.indexDiv2 .row>div .conDiv{position: relative;}
.indexDiv2 .row>div .pic{position: relative;padding-top: 114.583%;}
.indexDiv2 .row>div .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.indexDiv2 .row>div .pic .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.indexDiv2 .row>div .bgDiv{position: absolute;width: 100%;height: 100%;background: rgba(15,50,133,.2);top: 0;left: 0;color: #fff;text-align: center;transition: all .6s;}
.indexDiv2 .row>div .bgDiv .textDiv{position: absolute;width: 90%;left: 5%;bottom: 5.2vw;transition: all 1s;}
.indexDiv2 .row>div .bgDiv .textDiv span{font-size: 24px;font-weight: bold;}
.indexDiv2 .row>div .bgDiv .textDiv a{display: block;width: 100px;line-height: 30px;text-align: center;border: 1px solid #fff;color: #fff;margin: 30px auto 0;font-size: 14px;}
.indexDiv2 .row>div .bgDiv .textDiv a:hover{background: #ef9632;border-color: #ef9632;}
.indexDiv2 .row>div .bgDiv:hover{background: rgba(15,50,133,.8);}
.indexDiv2 .row>div .bgDiv:hover .textDiv{bottom: 10vw;}

.indexDiv4{padding: 99px 0 87px;}
.indexDiv4 .hdDiv .hbDiv{margin: 40px 0;}
.indexDiv4 .hdDiv .hbDiv .p{width: 44.4%;color: #777;line-height: 2;}
.indexDiv4 .hdDiv .hbDiv .tabsDiv{width: 50%;}
.indexDiv4 .hdDiv .hbDiv .tabsDiv a{display: block;padding: 8px 14px;border: 1px solid #d8d8d8;margin-left: 15px;font-size: 14px;color: #555555;}
.indexDiv4 .hdDiv .hbDiv .tabsDiv a.on{background: #ef9632;color: #fff;border-color: #ef9632;box-shadow: 0px 0px 21px rgba(172, 108, 36, .25);}
.indexDiv4 .row1>div{margin-bottom: 30px;}
.indexDiv4 .row1>div a{position: relative;display: block;padding-top: 54.7%;}
.indexDiv4 .row1>div .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.indexDiv4 .row1>div .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.indexDiv4 .row1>div .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,.75);color: #fff;padding: 20px 40px;font-size: 20px;}
.indexDiv4 .row2>div a{position: relative;display: block;box-shadow: 0px 0px 30px rgba(0,0,0,.06);border: 1px solid #f4f4f4;padding: 55px 40px;height: 100%;}
.indexDiv4 .row2>div .title{font-size: 20px;color: #333;min-height: 60px;}
.indexDiv4 .row2>div .date{font-size: 14px;color: #999999;margin: 20px 0;}
.indexDiv4 .row2>div p{font-size: 14px;color: #888888;line-height: 1.8;}
.indexDiv4 .row2>div span{display: block;width: 100px;line-height: 30px;border: 1px solid #0f3285;color: #0f3285;text-align:center;font-size: 14px;margin-top: 30px;}
.indexDiv4 .row2>div a:hover .title{color: #0f3285;}
.indexDiv4 .row2>div a:hover span{background: #0f3285;color: #fff;}

.linkDiv{background: #f7f7f7;padding: 30px 0;}
.linkDiv .aDiv{width: calc(100% - 80px);}
.linkDiv .aDiv a{font-size: 14px;color: #666666;display: inline-block;margin: 0 0 5px 30px;}
.linkDiv .aDiv a:hover{color: #0f3285;}

.ny-banner{width: 100%;position:relative;height: 21.875vw;}
.ny-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:flex-end;color: #fff;text-align: left;}
.ny-banner .textDiv{padding-bottom: 3vw;}
.ny-banner .textDiv span{font-size: 1.875vw;font-weight: bold;}
.ny-banner .textDiv .breadcrumbDiv{margin-top: 20px;}
.ny-banner .textDiv .breadcrumbDiv a{color: #fff;}
.ny-banner .textDiv .breadcrumbDiv a:hover{opacity: .8;}

.aboutDiv1{padding: 80px 0;}
.aboutDiv1 small{font-size: 36px;display: block;color: #333;}
.aboutDiv1 span{font-size: 24px;display: block;color: #0f3285;margin-top: 10px;}
.aboutDiv1 .p{margin: 40px 0;}
.aboutDiv1 .p p{color: #777;line-height: 1.8;margin: 30px 0;}
.aboutDiv1 .row{margin: 0 -14px;}
.aboutDiv1 .row>div{padding: 0 14px;}
.aboutDiv1 .row>div img{box-shadow: 10px 10px 1px rgba(15,50,133,.11);}

.nyTitle{text-align: center;}
.nyTitle span{font-size: 36px;font-weight: bold;display: block;margin-bottom: 6px;}
.nyTitle small{font-size: 16px;text-transform: uppercase;}
.nyTitle p{color: #798596;margin-top: 20px;}

.aboutDiv2{padding: 78px 0 80px;background: url(../img/a-bg.jpg) no-repeat center center/cover;}
.aboutDiv2 .nyTitle span{color: #fff;}
.aboutDiv2 .nyTitle small{color: rgba(255,255,255,.6);}
.aboutDiv2 .row{margin: 40px -24px;}
.aboutDiv2 .row>div{padding: 0 24px;}
.aboutDiv2 .row>div .conDiv{position: relative;}
.aboutDiv2 .row>div .conDiv img{border-radius: 4px;}
.aboutDiv2 .row>div .conDiv .textDiv{position: absolute;width: 100%;bottom: 10px;left: 0;padding: 0 20px;color: #fff;}
.aboutDiv2 .row>div .conDiv .textDiv span{font-size: 20px;font-weight: bold;}
.aboutDiv2 .row>div .conDiv .textDiv p{font-size: 14px;margin-top: 5px;line-height: 1.8;}

.aboutDiv3{padding: 80px 0 40px;}
.aboutDiv3 .row{margin: 60px -9px 0;}
.aboutDiv3 .row>div{padding: 0 9px;margin-bottom: 40px;}
.aboutDiv3 .row>div .conDiv .pic{padding-top: 114%;position: relative;}
.aboutDiv3 .row>div .conDiv .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #eeeeee;}
.aboutDiv3 .row>div .conDiv .pic .imgDiv img{max-height: 94%;}
.aboutDiv3 .row>div .conDiv .title{text-align: center;margin-top: 10px;font-size: 14px;}
.aboutDiv3 .row>div .conDiv:hover .imgDiv{box-shadow: 0px 0px 20px rgba(61,61,61,.16);}
.aboutDiv3 .row>div .conDiv:hover .title{color: #0f3285;font-weight: bold;}

.twoMenuDiv{border: 1px solid #ebebeb;display: flex;justify-content: space-between;align-items: center;margin: 40px 0;}
.twoMenuDiv a{font-size: 14px;color: #555555;text-align: center;display: block;border-right: 1px solid #ebebeb;width: 25%;height: 46px;display: flex;justify-content: center;align-items: center;}
.twoMenuDiv .active{color: #fff;background: #ef9632;}

.productDiv{padding: 0 0 60px;}
.productDiv .row{margin: 0 -10px;}
.productDiv .row>div{padding: 0 10px;}
.productDiv .row1>div{margin-bottom: 40px;}
.productDiv .row1>div a{background: #fbfbfb;}
.productDiv .row>div a{display: block;}
.productDiv .row1>div .pic{position: relative;padding-top: 65.13%;}
.productDiv .row2>div .pic{position: relative;padding-top: 64.5%;}
.productDiv .row2{margin-bottom: 20px;}
.productDiv .row1>div .textDiv .xjal span{box-shadow: 10px 10px 20px rgba(124,137,166,.13);padding: 2px 10px;}
.productDiv .row>div .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #eeeeee;}
.productDiv .row>div .pic .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.productDiv .row>div .pic .rhImg{position: absolute;right: 20px;bottom: 20px;}
.productDiv .row>div .textDiv{padding: 20px;}
.productDiv .row2>div .textDiv{padding: 20px 0;}
.productDiv .row>div .textDiv .title{font-size: 18px;color: #333;}
.productDiv .row>div .textDiv .p{font-size: 14px;color: #888888;margin: 10px 0;line-height: 1.8;}
.productDiv .row2>div .textDiv .p{font-size: 12px;}
.productDiv .row>div .textDiv .xjal{display: flex;justify-content: flex-start;align-items: center;}
.productDiv .row>div .textDiv .xjal span{display: block;display: flex;justify-content: flex-start;align-items: center;background: #fff;border-radius: 11px;margin-right: 15px;font-size: 12px;color: #0f3285;}
.productDiv .row>div .textDiv .xjal span img{margin-right: 5px;}
.productDiv .row2>div{margin-bottom: 20px;}

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 30px;margin: 0 3px;color: #333;padding: 0 11px;border: 1px solid #eeeeee;}
.pageDiv a:hover,.pageDiv span{color: #fff;background: #0f3285;}

.casesDiv{padding: 60px 0;background: #f8f8f8;}
.casesDiv .listDiv ul li{margin-bottom: 48px;background: #fff;}
.casesDiv .listDiv ul li .leftDiv{width: 42.5%;}
.casesDiv .listDiv ul li .pic{position: relative;padding-top: 77.45%;display: block;}
.casesDiv .listDiv ul li .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.casesDiv .listDiv ul li .pic .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.casesDiv .listDiv ul li .textDiv{width: 57.5%;padding: 50px 37px 50px 60px;}
.casesDiv .listDiv ul li .textDiv .title{font-size: 24px;color: #333;}
.casesDiv .listDiv ul li .textDiv .title:hover{color: #0f3285;}
.casesDiv .listDiv ul li .textDiv .p{font-size: 14px;color: #666;line-height: 2;margin: 30px 0 0;}
.casesDiv .listDiv ul li .textDiv .hd{min-height: 190px;}
.casesDiv .listDiv ul li .textDiv .bd{border-top: 1px solid rgba(0,0,0,.1);padding-top: 10px;}
.casesDiv .listDiv ul li .textDiv .bd .blDiv{width: calc(100% - 160px);font-size: 14px;color: #666666;}
.casesDiv .listDiv ul li .textDiv .bd .blDiv p{margin: 15px 0;}
.casesDiv .listDiv ul li .textDiv .bd .moreBtn{width: 154px;height: 49px;background: #ef9632;border-radius: 25px;color: #fff;box-shadow: 0px 0px 21px rgba(172,108,36,.25);}
.casesDiv .listDiv ul li .textDiv .bd .moreBtn img{margin: 0 5px 0 17px;}

.jsysDiv{padding: 90px 0;}
.jsysDiv .hdDiv{margin-bottom: 79px;}
.jsysDiv .hdDiv .leftDiv{width: 41.67%;}
.jsysDiv .hdDiv .leftDiv small{display: block;font-size: 16px;color: #666666;margin-bottom: 20px;}
.jsysDiv .hdDiv .leftDiv span{display: block;font-size: 36px;color: #333333;}
.jsysDiv .hdDiv .leftDiv .line{width: 40px;height: 2px;background: #ef9632;margin: 20px 0;}
.jsysDiv .hdDiv .leftDiv p{font-size: 14px;color: #888888;line-height: 2;}
.jsysDiv .hdDiv .rightDiv{width: 54%;}
.jsysDiv .hdDiv .rightDiv .row{margin: 0 -12px;}
.jsysDiv .hdDiv .rightDiv .row>div{padding: 0 12px;}
.jsysDiv .hdDiv .rightDiv .row>div .conDiv{height: 100%;text-align: center;border: 1px solid #e6e6e6;padding: 60px 20px;}
.jsysDiv .hdDiv .rightDiv .row>div .conDiv span{display: block;font-size: 20px;margin: 30px 0 10px;}
.jsysDiv .hdDiv .rightDiv .row>div .conDiv p{font-size: 12px;color: #888888;line-height: 2;}
.jsysDiv .bdDiv .row{margin: 0 -10px 20px;}
.jsysDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px;}
.jsysDiv .bdDiv .row>div .conDiv{background: #f9fbfd;height: 100%;}
.jsysDiv .bdDiv .row>div .conDiv .pic{position: relative;padding-top: 67.79%;display: block;}
.jsysDiv .bdDiv .row>div .conDiv .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.jsysDiv .bdDiv .row>div .conDiv .pic .imgDiv img{object-fit: cover;width: 100%;height: 100%;}
.jsysDiv .bdDiv .row>div .conDiv .textDiv{padding: 20px 20px 30px;}
.jsysDiv .bdDiv .row>div .conDiv .textDiv .title{font-size: 18px;color: #333;font-weight: bold;}
.jsysDiv .bdDiv .row>div .conDiv .textDiv .line{width: 32px;height: 2px;background: #0c286c;margin: 15px 0;}
.jsysDiv .bdDiv .row>div .conDiv .textDiv p{font-size: 14px;color: #999999;width: 90%;line-height: 1.8;margin-bottom: 20px;}
.jsysDiv .bdDiv .row>div .conDiv .textDiv .moreBtn{display: block;width: 94px;line-height: 32px;background: #ef9632;color: #fff;text-align: center;font-size: 14px;border-radius: 2px;box-shadow: 0px 0px 21px rgba(172,108,36,.25);}

.contactDiv1{padding: 60px 0 80px;}
.contactDiv1 .row>div{margin-bottom: 40px;}
.contactDiv1 .row>div .conDiv{height: 100%;background: #fff;box-shadow: 0px 0px 16px rgba(42,47,53,.06);text-align: center;padding: 50px 10px;}
.contactDiv1 .row>div .conDiv span{display: block;color: #666666;margin: 15px 0;}
.contactDiv1 .row>div .conDiv b{color: #ef9632;font-size: 24px;}
.contactDiv1 .row>div .conDiv p{color: #ef9632;font-size: 20px;font-weight: bold;}

.contactDiv2{padding: 70px 0 60px;position: relative;}
.contactDiv2:before{content: "";width: 100%;height: 294px;background: url(../img/lx4.jpg) no-repeat top center/cover;position: absolute;left: 0;top: 0;z-index: -1;}
.contactDiv2 .hd{margin-bottom: 50px;}
.contactDiv2 .hd span{font-size: 36px;color: #fff;}
.contactDiv2 .hd p{color: #fff;margin-top: 10px;}
.contactDiv2 .bd{background: #fff;padding: 60px;box-shadow: 0px 0px 16px rgba(42,47,53,.06);}
.contactDiv2 .bd span{font-size: 12px;display: block;margin-bottom: 10px;}
.contactDiv2 .bd .row>div{margin-bottom: 25px;}
.contactDiv2 input{width: 100%;display: block;line-height: 40px;background: #fafafa;padding: 0 10px;border: 0;border: 1px solid #cccccc;font-size: 12px;}
.contactDiv2 textarea{width: 100%;display: block;height: 155px;background: #fafafa;padding: 10px;border: 0;resize: none;border: 1px solid #cccccc;font-size: 12px;}
.contactDiv2 button{display: block;width: 160px;line-height: 40px;background: #0f3285;color: #fff;border: 0;text-align: center;cursor: pointer;box-shadow: 0px 0px 16px rgba(15,50,133,.25);}
.contactDiv2 button:hover{opacity: .85;}

.newsDiv{padding: 0 0 80px;}
.newsDiv .leftDiv{width: 75.8%;}
.newsDiv .twoMenuDiv a{width: 33.3%;}
.newsDiv .rightDiv{width: 21.9%;padding-top: 40px;}
.newsDiv .listDiv{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 20px;padding: 10px 24px 10px 10px;box-shadow: 0px 0px 10px rgba(0,0,0,.11);}
.newsDiv ul li .imgDiv{width: 28.6%;}
.newsDiv ul li .imgDiv .pic{position: relative;padding-top: 65.38%;}
.newsDiv ul li .imgDiv .pic .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.newsDiv ul li .imgDiv .pic .img img{object-fit: cover;width: 100%;height: 100%;}
.newsDiv ul li .textDiv{width: 66.8125%;padding-top: 15px;}
.newsDiv ul li .textDiv .title{font-size: 18px;color: #333;font-weight: bold;}
.newsDiv ul li .textDiv p{color: #888888;font-size: 12px; line-height: 2;margin: 15px 0;}
.newsDiv ul li .textDiv span{font-size: 12px;color: #999999;}
.newsDiv ul li .textDiv span img{margin-right: 5px;}
.newsDiv ul li .textDiv .moreBtn{display: block;width: 70px;line-height: 28px;background: #ef9632;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;box-shadow: 0px 0px 21px rgba(172,108,36,.25);}
.newsDiv ul li .textDiv .title:hover{color: #0f3285;}
.newsDiv ul li .textDiv .moreBtn:hover{opacity: .8;}
.newsDiv .rightDiv .hd{padding:5px 0 22px;border-bottom: 1px solid #e9eaea;font-size: 18px;font-weight: bold;}
.newsDiv .rightDiv .hd span{display: block;padding-left: 10px;line-height: 1;border-left: 3px solid #0f3285;}
.newsDiv .rightDiv .bd a{display: block;padding: 17px 0;border-bottom: 1px solid #e9eaea;overflow: hidden;}
.newsDiv .rightDiv .bd a .imgDiv{width: 41.2%;}
.newsDiv .rightDiv .bd a .imgDiv img{width: 100%;}
.newsDiv .rightDiv .bd a .textDiv{width: 55.2%;}
.newsDiv .rightDiv .bd a .textDiv .title{font-size: 14px;color: #333;}
.newsDiv .rightDiv .bd a .textDiv span{font-size: 12px;color: #999999;margin-top: 10px;display: block;}
.newsDiv .rightDiv .bd a .textDiv .title:hover{color: #0f3285;}

.productDetailDiv{padding: 40px 0;background: #f8f8f8;}
.productDetailDiv .leftDiv{width: 20%;background: #fff;}
.productDetailDiv .leftDiv .hd{background: #ef9632;line-height: 60px;padding: 0 20px;font-size: 16px;font-weight: bold;color: #fff;}
.productDetailDiv .leftDiv .bd{padding: 0 20px;}
.productDetailDiv .leftDiv .bd a{display: block;line-height: 60px;font-size: 14px;color: #333;border-bottom: 1px solid #e5e5e5;background: url(../img/sj.png) no-repeat right center;}
.productDetailDiv .leftDiv .bd a:last-child{border: 0;}
.productDetailDiv .leftDiv .bd .active{color: #ef9632;}
.productDetailDiv .rightDiv{width: 78.25%;}
.productDetailDiv .rightDiv .hdDiv{background: #fff;padding: 30px;}
.productDetailDiv .lunboDiv{width: 57.9%;}
.productDetailDiv .swiper-container {width: 100%;height: 400px;margin-left: auto;margin-right: auto;}
.productDetailDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;}
.productDetailDiv .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.productDetailDiv .gallery-top {height: 80%;width: 100%;border: 1px solid #ccc;}
.productDetailDiv .gallery-top .swiper-slide {height: 400px;}
.productDetailDiv .gallery-thumbs {height: 20%;box-sizing: border-box;text-align: center;margin-top: 15px;}
.productDetailDiv .gallery-thumbs .swiper-slide {width: 25%;height: 96px;}
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active {border: 2px solid #0f3285;}
.productDetailDiv .swiper-button-next, .productDetailDiv .swiper-button-prev{width: 15px;height: 100%;margin-top: 0;top: 0;}
.productDetailDiv .swiper-button-next{background: url(../img/right1.png) #fff no-repeat right center;right: 0;}
.productDetailDiv .swiper-button-prev{background: url(../img/left1.png) #fff no-repeat left center;left: 0;}
.productDetailDiv .rightDiv .hdDiv .textDiv{width: 37.8%;}
.productDetailDiv .rightDiv .hdDiv .title{font-size: 28px;color: #333;font-weight: bold;}
.productDetailDiv .rightDiv .hdDiv .line{width: 32px;height: 2px;background: #002C8E;margin: 15px 0;}
.productDetailDiv .rightDiv .hdDiv .p{color: #333;font-size: 15px;line-height: 2;min-height: 170px;margin-bottom: 40px;}
.productDetailDiv .rightDiv .hdDiv .tel{font-size: 14px;}
.productDetailDiv .rightDiv .hdDiv .tel span{font-size: 24px;color: #ef9632;font-family: impact;}
.productDetailDiv .rightDiv .hdDiv .tel img{margin-right: 5px;}
.productDetailDiv .rightDiv .hdDiv .btnDiv{margin-top: 36px;}
.productDetailDiv .rightDiv .hdDiv a.zxzx_a{background: #0f3285;color: #fff;width: 120px;height: 40px;font-size: 14px;border-radius: 4px;margin-right: 20px;}
.productDetailDiv .rightDiv .hdDiv a img{margin-right: 10px;}
.productDetailDiv .rightDiv .hdDiv a.sm_a{color: #444444;width: 139px;height: 40px;font-size: 12px;border-radius: 4px;border: 1px solid #e6e6e6;}
.productDetailDiv .rightDiv .smDiv{position: relative;}
.productDetailDiv .rightDiv .smDiv .ewmDiv{position: absolute;left:0;width: 120px;top: 130%;box-shadow: 0px 0px 10px rgba(0,0,0,.11);display: none;}
.productDetailDiv .rightDiv .smDiv:hover .ewmDiv{display: block;}
.productDetailDiv .bdDiv{margin: 10px 0;padding: 30px;background: #fff;}
.productDetailDiv .bdDiv .tabsDiv{border-bottom: 1px solid #e5e5e5;}
.productDetailDiv .bdDiv .tabsDiv a{display: inline-block;padding-bottom: 18px;font-size: 18px;color: #333;margin-right: 35px;}
.productDetailDiv .bdDiv .tabsDiv a.active{border-bottom: 2px solid #0f3285;color: #0f3285;font-weight: bold;}
.productDetailDiv .bdDiv .tabsCon .conDiv p{padding: 30px 0 0;font-size: 14px;line-height: 2;}
.productDetailDiv .bdDiv .tabsCon .conDiv p img{height: auto!important;}
.productDetailDiv .fdDiv{background: #fff;padding: 30px;}
.productDetailDiv .fdDiv .hd{border-bottom: 1px solid #e5e5e5;}
.productDetailDiv .fdDiv .hd span{display: inline-block;padding-bottom: 18px;font-size: 18px;border-bottom: 2px solid #0f3285;color: #0f3285;font-weight: bold;}
.productDetailDiv .fdDiv .hd a{font-size: 14px;color: #999;}
.productDetailDiv .fdDiv .hd a:hover{color: #0f3285;}
.productDetailDiv .fdDiv .row{margin: 0 -10px;}
.productDetailDiv .fdDiv .row>div{padding: 0 10px;margin-top: 25px;}
.productDetailDiv .fdDiv .row>div .title{font-size: 14px;color: #333;margin: 10px 0;}
.productDetailDiv .fdDiv .row>div a:hover .title{color: #0f3285;}

.detailDiv {padding:20px 0 0;}
.detailDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: #999999;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 25px;}
.detailDiv .hd .smTit span{display: inline-block;line-height: 1;}
.detailDiv .hd .smTit span i{display: inline-block;margin: 0 10px;font-size: 12px;}
.detailDiv .bd {text-align: center;}
.detailDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 15px;font-size: 16px;color: #555555;}
.detailDiv .otherPage>div a{color: #555555;}
.detailDiv .otherPage>div a:hover{color: #008cd6;}


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: max-content;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;min-width: initial;}
.menu ul ul li:hover>ul{left: 100%;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{padding: 8px 0;background: #fff;}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 180px;}
header .rightDiv .menu>ul>li:hover>ul{margin-left: 50%;transform: translateX(-50%);}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li li a{font-size: 14px;color: #333;margin: 0;font-weight: normal;text-align: left;text-transform: capitalize;padding: 15px 0 15px 40px;}
header .rightDiv .menu>ul>li li.has-sub>a{background: url(../img/jt.png) no-repeat right 30px center;}
header .rightDiv .menu>ul>li li a:hover {color: #e60012;}
header .rightDiv .menu>ul>li li.has-sub:hover>a{background: url(../img/jt_.png) no-repeat right 30px center;color: #e60012;}
.menu ul .default ul{padding: 0;}


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1420px) {
	.indexDiv1 .swiper-button-next{right: -50px;}
	.indexDiv1 .swiper-button-prev{left: -50px;}
}
@media (max-width:1340px) {
	.indexDiv1 .swiper-button-next{right: 0px;}
	.indexDiv1 .swiper-button-prev{left: 0px;}
}
@media (max-width:1220px) {
	.wrap{padding: 0 15px;}
	header .rightDiv .menu>ul>li{margin-right: 40px;}
}
@media (max-width:1100px) {
	header .rightDiv .menu>ul>li{margin-right: 30px;}
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
/*	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}*/
	
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 65%;}
	header .mbtn {display: block;}
	body.on-menu header{background:rgba(0,0,0,.9);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background:rgba(0,0,0,.9);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;}
	header .rightDiv .searchDiv{float: initial;justify-content: flex-start;}
	header .rightDiv .language{float: initial;justify-content: flex-start;height: 50px;padding-left: 20px;}
	header .rightDiv .menu>ul>li li a{padding: 0 20px 0 30px;}
	header .rightDiv .menu>ul>li li.has-sub>a,header .rightDiv .menu>ul>li li.has-sub:hover>a{background: none;}
	.menu ul ul li:hover>ul{left: 0;}
	
	
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	
	.index-banner:before{height: 50px;}
	.index-banner .img{height: 65vw;}
	.index-banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	.searchDiv .bdDiv{display: block;}
	.searchDiv .resouDiv{width: 100%;font-size: 14px;display: block;}
	.searchDiv .resouDiv span{margin: 0 5px;}
	.searchDiv .resouDiv .aDiv{margin-top: 10px;}
	.searchDiv .resouDiv a{margin: 0 5px;font-size: 12px;}
	.searchDiv .formDiv{width: 100%;margin-top: 10px;}
	
	.indexTitle span{font-size: 24px;}
	.indexTitle small{font-size: 14px;}
	
	.indexDiv3{padding-top: 40px;}
	.indexDiv3::after{display: none;}
	.indexDiv3 .bdDiv{display: block;}
	.indexDiv3 .textDiv{width: 100%;}
	.indexDiv3 .textDiv>small{font-size: 20px;}
	.indexDiv3 .textDiv>span{font-size: 16px;}
	.indexDiv3 .textDiv .p{margin: 20px 0;}
	.indexDiv3 .textDiv .p p{margin: 10px 0;font-size: 14px;}
	.indexDiv3 .textDiv .moreBtn{margin-bottom: 0;}
	.indexDiv3 .row{margin-top: 30px;background: #0f3285;padding: 20px 0;}
	.indexDiv3 .row>div .conDiv{font-size: 12px;}
	.indexDiv3 .row>div .conDiv .numDiv span{font-size: 36px;}
	.indexDiv3 .imgDiv{position: relative;width: 100%;height: 100vw;display: flex;justify-content: center;align-items: center;}
	
	.indexDiv1{padding: 45px 0 40px;}
	.indexDiv1 .hdDiv .hbDiv{display: block;margin: 20px 0;}
	.indexDiv1 .hdDiv .hbDiv .p{width: 100%;line-height: 1.8;font-size: 14px;}
	.indexDiv1 .hdDiv .hbDiv .tabsDiv{width: 100%;display: block;text-align: center;}
	.indexDiv1 .hdDiv .hbDiv .tabsDiv a{display: inline-block;margin-top: 10px;margin-left: 0;width: 49%;font-weight: bold;}
	.indexDiv1 .hdDiv .hbDiv .tabsDiv a:first-child{margin-left: 0;}
	
	.indexDiv2{padding: 35px 0 0;}
	.indexDiv2 .hdDiv{margin-bottom: 30px;}
	.indexDiv2 .hdDiv .indexTitle{width: 100%;float: initial;}
	.indexDiv2 .hdDiv .p{width: 100%;float: initial;font-size: 14px;line-height: 1.8;margin-top: 15px;}
	.indexDiv2 .row>div .bgDiv .textDiv span{font-size: 15px;}
	.indexDiv2 .row>div .bgDiv .textDiv a{margin-top: 15px;width: 80px;line-height: 26px;}
	
	.indexDiv4{padding: 45px 0 20px;}
	.indexDiv4 .hdDiv .hbDiv{display: block;margin: 20px 0;}
	.indexDiv4 .hdDiv .hbDiv .p{width: 100%;line-height: 1.8;font-size: 14px;}
	.indexDiv4 .hdDiv .hbDiv .tabsDiv{width: 100%;display: block;text-align: center;}
	.indexDiv4 .hdDiv .hbDiv .tabsDiv a{display: inline-block;margin-top: 10px;margin-left: 5px;}
	.indexDiv4 .hdDiv .hbDiv .tabsDiv a:first-child{margin-left: 0;}
	.indexDiv4 .row1>div{margin-bottom: 15px;}
	.indexDiv4 .row1>div .textDiv{padding: 10px 20px;font-size: 16px;}
	.indexDiv4 .row2>div{margin-bottom: 15px;}
	.indexDiv4 .row2>div a{padding: 25px 20px;}
	.indexDiv4 .row2>div .title{font-size: 18px;}
	.indexDiv4 .row2>div .date{margin: 15px 0;}
	.indexDiv4 .row2>div span{margin-top: 20px;}
	
	.linkDiv{padding: 20px 0;}
	.linkDiv .aDiv{float: initial;width: 100%;}
	.linkDiv .aDiv a{margin-left: 10px;}
	
	.footerDiv .hdDiv{padding: 20px 0 30px;}
.footerDiv .bdDiv a{display: block;}
	
	.ny-banner{height: 40vw;}
	.ny-banner .textDiv span{font-size: 18px;}
	.ny-banner .textDiv .breadcrumbDiv{margin-top: 5px;font-size: 14px;}
	.aboutDiv1{padding: 40px 0;}
	.aboutDiv1 small{font-size: 24px;}
	.aboutDiv1 span{font-size: 16px;margin-top: 5px;}
	.aboutDiv1 .p{margin: 20px 0;}
	.aboutDiv1 .p p{margin: 10px 0;font-size: 14px;}
	.aboutDiv1 .row>div{margin-bottom: 20px;}
	
	.nyTitle span{font-size: 24px;}
	.nyTitle small{font-size: 14px;}
	.nyTitle p{font-size: 14px;margin-top: 10px;}
	.aboutDiv2{padding: 35px 0 40px;}
	.aboutDiv2 .row{margin: 0px -10px 0;}
	.aboutDiv2 .row>div{padding: 0 10px;margin-top: 20px;}
	.aboutDiv2 .row>div .conDiv .textDiv{padding: 0 10px;}
	.aboutDiv2 .row>div .conDiv .textDiv span{font-size: 18px;}
	.aboutDiv3{padding: 40px 0 20px;}
	.aboutDiv3 .row{margin-top: 30px;}
	.aboutDiv3 .row>div{margin-bottom: 20px;}
	
	.productDiv{padding: 0 0 30px;}
	.twoMenuDiv{margin: 20px 0;}
	.twoMenuDiv a{padding: 0;font-weight: bold;font-size: 12px;}
	.productDiv .row{margin: 0 -5px;}
	.productDiv .row>div{padding: 0 5px;}
	.productDiv .row2>div .textDiv .xjal{display: block;}
	
	.casesDiv{padding: 30px 0;}
	.casesDiv .listDiv ul li{margin-bottom: 24px;}
	.casesDiv .listDiv ul li .leftDiv{float: initial;width: 100%;}
	.casesDiv .listDiv ul li .textDiv{float: initial;width: 100%;padding: 20px;}
	.casesDiv .listDiv ul li .textDiv .title{font-size: 18px;}
	.casesDiv .listDiv ul li .textDiv .hd{min-height: initial;}
	.casesDiv .listDiv ul li .textDiv .p{margin: 20px 0;}
	.casesDiv .listDiv ul li .textDiv .bd{display: block;}
	.casesDiv .listDiv ul li .textDiv .bd .blDiv{width: 100%;}
	.casesDiv .listDiv ul li .textDiv .bd .blDiv p{margin: 10px 0;}
	.casesDiv .listDiv ul li .textDiv .bd .moreBtn{margin-top: 25px;height: 45px;width: 130px;}
	.casesDiv .listDiv ul li .textDiv .bd .moreBtn img{width: 35px;margin: 0 5px;}
	
	.jsysDiv{padding: 45px 0;}
	.jsysDiv .hdDiv{margin-bottom: 20px;}
	.jsysDiv .hdDiv .leftDiv{width: 100%;}
	.jsysDiv .hdDiv .rightDiv{width: 100%;margin-top: 30px;}
	.jsysDiv .hdDiv .leftDiv small{margin-bottom: 10px;}
	.jsysDiv .hdDiv .leftDiv span{font-size: 20px;}
	.jsysDiv .hdDiv .leftDiv .line{margin: 15px 0;}
	.jsysDiv .hdDiv .rightDiv .row{margin: 0 -5px;}
	.jsysDiv .hdDiv .rightDiv .row>div{padding: 0 5px;}
	.jsysDiv .hdDiv .rightDiv .row>div .conDiv{padding: 20px 5px;}
	.jsysDiv .hdDiv .rightDiv .row>div .conDiv img{width: 40px;}
	.jsysDiv .hdDiv .rightDiv .row>div .conDiv span{font-size: 16px;margin: 15px 0 5px;}
	
	.contactDiv1{padding: 30px 0 40px;}
	.contactDiv1 .row>div{margin-bottom: 20px;}
	.contactDiv1 .row>div .conDiv{padding: 25px 10px;}
	.contactDiv1 .row>div .conDiv b{font-size: 20px;}
	.contactDiv1 .row>div .conDiv p{font-size: 16px;}
	.contactDiv2{padding: 35px 0;}
	.contactDiv2 .hd{margin-bottom: 30px;}
	.contactDiv2 .hd span{font-size: 24px;}
	.contactDiv2 .hd p{font-size: 14px;}
	.contactDiv2 .bd{padding: 20px;}
	
	.newsDiv{padding-bottom: 40px;}
	.newsDiv .leftDiv{width: 100%;float: initial;}
	.newsDiv .rightDiv{width: 100%;float: initial;}
	.newsDiv ul li{padding: 15px 15px 20px;}
	.newsDiv ul li .imgDiv{width: 100%;}
	.newsDiv ul li .textDiv{width: 100%;}
	
	.detailDiv{padding-top: 10px;}
	.detailDiv .hd .title{font-size: 20px;}
	.detailDiv .hd .smTit{margin-top: 15px;}
	
	
	.productDetailDiv{padding: 30px 0;}
	.productDetailDiv .rowDiv .leftDiv{width: 100%;float: initial;}
	.productDetailDiv .rowDiv .rightDiv{width: 100%;float: initial;margin-top: 20px;}
	.productDetailDiv .rightDiv .hdDiv{padding: 20px;}
	.productDetailDiv .lunboDiv{width: 100%;}
	.productDetailDiv .gallery-top .swiper-slide{height: 60vw;}
	.productDetailDiv .gallery-thumbs .swiper-slide{height: 56px;}
	.productDetailDiv .rightDiv .hdDiv .textDiv{width: 100%;margin-top: 20px;}
	.productDetailDiv .rightDiv .hdDiv .title{font-size: 20px;}
	.productDetailDiv .rightDiv .hdDiv .p{min-height: initial;}
	.productDetailDiv .bdDiv{padding: 20px;}
	.productDetailDiv .bdDiv .tabsDiv a{font-size: 14px;margin-right: 10px;}
	.productDetailDiv .bdDiv .tabsCon .conDiv p{padding-top: 20px;}
	.productDetailDiv .bdDiv .tabsCon .conDiv p img{height: initial!important;}
	.productDetailDiv .fdDiv{padding: 20px;}
	
	
	
	@media (max-width:320px) {
		
		
		
	}
	
}