/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #222;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;}
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);}

/**导航菜单**/
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
color: #ffF;
text-align: center;
height: 100px;
background: #040D46;
}
header .logo a{
	height: 100px;
	position: relative;
    z-index: 9999;
    display:flex;justify-content:center;align-items:center;
}
header .logo img{max-height: 80%;}
header .rightDiv{float: right;}
header .rightDiv .menu{
	text-align: left;
	/*position: initial;*/
	/*height: 100px;*/
}
header .rightDiv .menu>ul{
	display: inline-block!important;
	/*overflow: hidden;*/
	position: relative;
}
header .rightDiv .menu>ul>li{
	float: left;
	/*position: relative;*/
	/*width: 126px;*/
	margin-right: 43px;
}
header .rightDiv .menu>ul>li>a{
	height: 100px;
	line-height: 100px;
	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: none;
	color: #FFB600;
}
header .rightDiv .menu>ul>li>a::after{
    content: "";
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background: #FFB600;
    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 .rightDiv .languageDiv{line-height: 100px;margin-left: 10px;}
header .rightDiv .languageDiv a{font-size: 16px;color: #848484;width: 40px;line-height: 20px;background: #D5D5D5;display: inline-block;text-align: center;}
header .rightDiv .languageDiv a.on{color: #020202;background: #FFB600;}


header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/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(../image/menu-hide.png) no-repeat center center;
    background-size: 22px auto;
}



/****底部***/
.footerDiv .hd{padding: 50px 0 80px;background: #0C0C0C;color: #fff;}
.footerDiv .hd .rowDiv{display: flex;justify-content: space-between;}
.footerDiv .hd .rowDiv .leftDiv{width: 29%;}
.footerDiv .hd .rowDiv .leftDiv span{display: block;font-size: 24px;margin: 25px 0 20px;line-height: 1;}
.footerDiv .hd .rowDiv .leftDiv p{margin-top: 10px;color: #FEFEFE;}
.footerDiv .hd .rowDiv .centerDiv{display: flex;justify-content: center;}
.footerDiv .hd .rowDiv .centerDiv ul{margin: 0 1.8vw;}
.footerDiv .hd .rowDiv .centerDiv ul li{margin-bottom: 20px;}
.footerDiv .hd .rowDiv .centerDiv ul li a{display: block;color: #fff;}
.footerDiv .hd .rowDiv .centerDiv ul li a:hover{color: #FFB600;}
.footerDiv .hd .rowDiv .rightDiv{display: flex;justify-content: flex-end;align-items: center;}
.footerDiv .hd .rowDiv .ewmDiv{margin: 0;text-align: center;margin-left: 14px;position: relative;}
.footerDiv .hd .rowDiv .ewmDiv img{width: 75px;}
.footerDiv .hd .rowDiv .ewmDiv span{display: block;margin-top: 10px;}
.footerDiv .bd{text-align: center;background: #0C0C0C;color: #fff;padding: 15px 0;font-size: 14px;border-top: 1px solid rgba(255,255,255,.1);}
.footerDiv .bd .wrap{display: flex;justify-content: space-between;align-items: center;}
.footerDiv .bd a{color: #fff;}


/********************************* 首页 **********************************/
.main{margin-top: 100px;}
/*banner轮播*/
.index-banner{
    width: 100%;
	position:relative;
}
.ui-homebanner .swiper-slide{
	overflow: hidden;
}
.ui-homebanner .img{
	width: 100%;
	display: block;
	height: 41.66vw;
	background: none no-repeat center;
	background-size: cover;
}
.ui-homebanner .swiper-pagination{transform: translateY(-50%)!important;}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: auto;background: url(../image/kc.png) no-repeat left 1px;height: 132px;width: 10px;left: 20px;top: 50%;}
.ui-homebanner .swiper-pagination-bullet{width: 30px;height: 24px;background: transparent;border-radius: 0;opacity:1;color: #fff;font-size: 24px;opacity: 0;line-height: 1;display: block;}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:8px 20px 0px;top: -1px;}
.ui-homebanner .swiper-pagination-bullet-active{background: transparent;opacity: 1;position: relative;}
/*.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(../../image/left.png) no-repeat center center;left: 0;background-size: 100% 100%;}
.ui-homebanner .swiper-button-next{background: url(../../image/right.png) no-repeat center center;right: 0;background-size: 100% 100%;}*/


/*.ui-homebanner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;}
.ui-homebanner .textDiv span{font-size: 2.5vw;}
.ui-homebanner .textDiv p{font-size: 3.125vw;}
.ui-homebanner .textDiv a{display: block;width: 167px;line-height: 44px;border-radius: 5px;text-align: center;background: #e0e1e3;text-align: center;font-size: 14px;color: #000000;margin-top: 3.64vw;}
.ui-homebanner .textDiv a img{margin-left: 10px;}
.ui-homebanner .textDiv a:hover{opacity: .8;}*/


.indexTitle{text-align: center;position: relative;}
.indexTitle span{display: block;font-size: 36px;color: #222;}
.indexTitle small{display: block;font-size: 14px;color: #666;text-transform: uppercase;margin: 5px 0;}
.indexTitle p{font-size: 16px;color: #222;}
.indexTitle .line{width: 40px;height: 4px;background: #FFB600;margin: 10px auto 0;}


.indexDiv1{padding: 120px 0;}
.indexDiv1 .row{margin-top: 90px;text-align: center;position: relative;}
.indexDiv1 .row:after{content: "";width: 60%;height: 0;border-bottom: 1px dashed #B5B5B5;position: absolute;left: 50%;margin-left: -30%;top: 39px;z-index: -1;}
.indexDiv1 .row>div img{display: block;margin: 0 auto;position: relative;}
.indexDiv1 .row>div span{display: block;font-size: 22px;margin: 15px 0 20px;}
.indexDiv1 .row>div .p{max-width: 370px;color: #757575;line-height: 1.8;text-align: left;display: inline-block;}



.indexDiv2{padding: 80px 0 47px;background: url(../image/i-bg1.png) no-repeat center center;background-size: cover;}
.indexDiv2 .row{margin: 87px -20px 0;}
.indexDiv2 .row>div{margin-bottom: 40px;padding: 0 20px;}
.indexDiv2 .row>div .conDiv{height: 100%;display: flex;justify-content: space-between;align-items: center;background: #040D46;color: #fff;padding: 30px 30px 40px 30px;}
.indexDiv2 .row>div .imgDiv{position: relative;width: 88px;text-align: center;}
.indexDiv2 .row>div .imgDiv span{font-size: 22px;font-weight: bold;display: block;}
.indexDiv2 .row>div .textDiv{width: calc(100% - 88px - 3vw);line-height: 1.8;}

.indexDiv3{padding: 80px 0 130px;background: url(../image/i-bg2.png) no-repeat center center;background-size: cover;}
.indexDiv3 .indexTitle span,.indexDiv3 .indexTitle small,.indexDiv3 .indexTitle p{color: #fff;}
.indexDiv3 .indexTitle .line{background: #fff;}
.indexDiv3 .bdDiv{background: #fff;margin-top: 70px;}
.indexDiv3 .bdDiv .row{margin: 0;}
.indexDiv3 .bdDiv .row>div{padding: 0;}
.indexDiv3 .bdDiv .row>div .conDiv{display: flex;justify-content: center;align-items: center;text-align: center;}
.indexDiv3 .bdDiv .row>div .conDiv .imgDiv{width: 50%;}
.indexDiv3 .bdDiv .row>div .conDiv .imgDiv.imgDiv2{display: none;}
.indexDiv3 .bdDiv .row>div .conDiv .textDiv{width: 50%;}
.indexDiv3 .bdDiv .row>div>.textDiv{justify-content: center;align-items: center;height: 50%;display: flex;text-align: center;}
.indexDiv3 .bdDiv .row>div .textDiv span{display: block;font-size: 32px;color: #040D46;font-weight: bold;line-height: 1;}
.indexDiv3 .bdDiv .row>div .textDiv .ul {display: flex;justify-content: center;margin-top: 25px;}
.indexDiv3 .bdDiv .row>div .textDiv .ul ul{margin: 0 20px;}
.indexDiv3 .bdDiv .row>div .textDiv .ul ul li{font-size: 18px;color: #303030;margin-top: 5px;}

.indexDiv4{padding: 80px 0;background: url(../image/i-bg4.png) no-repeat center center;background-size: cover;}
.indexDiv4 .rowDiv{position: relative;}
.indexDiv4 .leftDiv{width: 260px;background: #292B39;position: absolute;left: 0;height: 100%;color: #fff;}
.indexDiv4 .leftDiv .title{padding: 50px 20px 26px;}
.indexDiv4 .leftDiv .title span{display: block;font-size: 30px;margin: 10px 0 30px;font-weight: bold;}
.indexDiv4 .leftDiv .title small{display: block;font-size: 14px;font-weight: bold;text-transform: uppercase;}
.indexDiv4 .leftDiv .title .line{width: 100%;height: 2px;position: relative;background: #fff;}
.indexDiv4 .leftDiv .title .line:before{content: "";width: 50%;height: 2px;background: #FFB600;position: absolute;left: 0;top: 0;}
.indexDiv4 .leftDiv ul{height: calc(100% - 310px);}
.indexDiv4 .leftDiv ul li a{display: block;font-size: 18px;font-weight: bold;color: #fff;padding:15px 20px;transition: none;}
.indexDiv4 .leftDiv ul li.active a,.indexDiv4 .leftDiv ul li.active:hover a{background: url(../image/more.png) #1C1E28 no-repeat center right 20px;}
.indexDiv4 .leftDiv ul li:hover a{background: #1C1E28;}
.indexDiv4 .leftDiv .allBtn{display: block;margin: 0 20px;background: #1C1E28;color: #fff;line-height: 50px;text-align: center;}
.indexDiv4 .leftDiv .allBtn:hover{opacity: .8;}
.indexDiv4 .leftDiv .telDiv{margin-top: 11px;background: #1C1E28;padding: 10px 15px;text-align: center;}
.indexDiv4 .leftDiv .telDiv span{background: url(../image/tel2.png) no-repeat left center;padding-left: 23px;}
.indexDiv4 .leftDiv .telDiv p{font-size: 14px;}
.indexDiv4 .rightDiv{width: calc(100% - 260px);background: #fff;padding: 20px 40px 40px;}
/*.indexDiv4 .rightDiv .tabsDiv{width: 100%;overflow-x: auto;white-space:nowrap; padding-bottom: 5px;}
.indexDiv4 .rightDiv .tabsDiv::-webkit-scrollbar  {  width: 2px;  height: 5px; background-color: #eee;border-radius: 5px;  }
.indexDiv4 .rightDiv .tabsDiv::-webkit-scrollbar-track  {  border-radius: 5px;  }
.indexDiv4 .rightDiv .tabsDiv::-webkit-scrollbar-thumb  {  border-radius: 5px; background-color: #dbdbdb;}
.indexDiv4 .rightDiv .tabsDiv a{color: #777;margin-right: 20px;}
.indexDiv4 .rightDiv .tabsDiv a.active{color: #292B39;}*/
.indexDiv4 .rightDiv .hdDiv{display: flex;justify-content: space-between;align-items: center;}
.indexDiv4 .rightDiv .hdDiv span{font-size: 20px;font-weight: bold;}
.indexDiv4 .rightDiv .hdDiv a{color: #666;font-size: 16px;}
.indexDiv4 .rightDiv .hdDiv a:hover{text-decoration: underline;}
.indexDiv4 .rightDiv .row>div{margin-top: 30px;}
.indexDiv4 .rightDiv .row>div a{display: block;}
.indexDiv4 .rightDiv .row>div .title{font-size: 20px;color: #222;text-align: left;margin: 15px 0 10px;font-weight: bold;}
.indexDiv4 .rightDiv .row>div p{font-size: 14px;line-height: 1.6;color: #757575;min-height: 44px}
.indexDiv4 .rightDiv .row>div a{display: block;width: 100px;height: 36px;background: rgba(245, 245, 245,.5);border: 1px solid #EEEEEE;color: #777;font-size: 14px;text-align: center;line-height: 36px;margin-top: 15px;}
.indexDiv4 .rightDiv .row>div a:hover{background: #111A56;color: #fff;}

.indexDiv4 .rightDiv .rightCon{min-height: 534px;}
.indexDiv4 .rightDiv .rightCon .tishiImg{display: flex;justify-content: center;align-items: center;height: 534px;}

.indexDiv5{padding: 80px 0;}
.indexDiv5 .tabsDiv{border-bottom: 1px solid #ddd;text-align: center;display: flex;justify-content: center;align-items: center;margin: 40px 0;}
.indexDiv5 .tabsDiv a{display: block;font-size: 22px;color: #222;margin: 0 37px;padding:0 10px 10px;position: relative;}
.indexDiv5 .tabsDiv a.active:before{content:"";width: 100%;height: 4px;background: #040D46;position: absolute;left: 0;bottom: 0;}
.indexDiv5 .rowDiv{overflow: hidden;}
.indexDiv5 .rowDiv .leftDiv{width: 40%;}
.indexDiv5 .rowDiv .leftDiv a{display: block;}
.indexDiv5 .rowDiv .leftDiv .textDiv .title{font-size: 18px;color: #000;font-weight: bold;margin: 10px 0 5px;}
.indexDiv5 .rowDiv .leftDiv .textDiv span{font-size: 14px;color: #8F8F8F;}
.indexDiv5 .rowDiv .rightDiv{width: 57.5%;}
.indexDiv5 .rowDiv .rightDiv ul li{margin-bottom: 30px;}
.indexDiv5 .rowDiv .rightDiv ul li:last-child{margin-bottom: 0;}
.indexDiv5 .rowDiv .rightDiv ul li a{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #DCDCDC;padding: 0 0 30px;}
.indexDiv5 .rowDiv .rightDiv ul li:last-child a{border-bottom: 0;}
.indexDiv5 .rowDiv .rightDiv ul li .dateDiv{width: 16.5%;text-align: center;color: #666;}
.indexDiv5 .rowDiv .rightDiv ul li .dateDiv span{font-size: 32px;font-weight: bold;display: block;}
.indexDiv5 .rowDiv .rightDiv .conDiv{width: calc(100% - 16.5%);}
.indexDiv5 .rowDiv .rightDiv .textDiv span{font-size: 18px;font-weight: bold;color: #000;}
.indexDiv5 .rowDiv .rightDiv .textDiv p{font-size: 14px;color: #686868;line-height: 1.8;margin-top: 10px;}
.indexDiv5 .rowDiv .rightDiv a:hover .dateDiv{color: #040D46;}
.indexDiv5 .rowDiv .rightDiv .textDiv .date{display: none;}

/*.indexDiv5 .row{margin-top: 70px;}
.indexDiv5 .row>div .textDiv{font-size: 22px;}
.indexDiv5 .row>div .textDiv .title{margin: 15px 0 10px;color: #222;}
.indexDiv5 .row>div .textDiv span{color: #8F8F8F;}*/

a.moreBtn{display: block;width: 255px;line-height: 58px;background: #040D46;text-align: center;color: #fff;font-size: 22px;margin: 40px auto 0;}
a.moreBtn:hover{opacity: .8;}

.indexDiv6{padding: 70px 0 100px;}
.indexDiv6 .bdDiv{margin-top: 75px;}
.indexDiv6 .bdDiv .hd{display: flex;background: #040D46;color: #fff;padding: 30px 30px 30px 9.9%;justify-content: space-between;align-items: center;}
.indexDiv6 .bdDiv .hd .textDiv{width: 63%;text-align: center;line-height: 2;font-size: 20px;}
.indexDiv6 .bdDiv .hd .rightDiv{width: 29%;}
.indexDiv6 .bdDiv .hd .rightDiv .p{display: flex;justify-content: flex-start;align-items: center;margin: 14px 0;}
.indexDiv6 .bdDiv .hd .rightDiv .p img{margin-right: 13px;}




.ny-banner{width: 100%;position:relative;}
.ny-banner .imgDiv{position: relative;height: 20vw;}
/*.ny-banner .imgDiv .textDiv{font-size: 3.125vw;font-weight: bold;color: #fff;text-align: center;padding-top: 180px;}*/



.nyTitle{text-align: center;}
.nyTitle span{display: block;font-size: 36px;font-weight: bold;color: #0072bc;}
.nyTitle .line{width: 25px;height: 2px;background: #ceac07;margin: 15px auto 0;}

.newsDiv{padding: 60px 0 65px;}
.newsDiv .leftDiv{width: 200px;}
.newsDiv .leftDiv a{display: block;width: 100%;line-height: 72px;font-size: 18px;color: #222;border: 1px solid #eee;text-align: center;}
.newsDiv .leftDiv a.active{background: #eee;}
.newsDiv .rightDiv{width: calc(100% - 265px);}
.newsDiv .listDiv{position: relative;border-left: 1px solid #dcdcdc;overflow: hidden;}
.newsDiv .listDiv .show-bar{position: absolute;width: 4px;height: 168px;border: 4px solid #c9c9c9;top: 40px;border-radius: 3px;left: -1px;transition: all .4s;}
.newsDiv .listDiv ul li a{display: flex;justify-content: space-between;align-items: center;}
.newsDiv .listDiv ul li .dateDiv{width: 16.5%;text-align: center;color: #666;}
.newsDiv .listDiv ul li .dateDiv span{font-size: 32px;font-weight: bold;display: block;}
.newsDiv .listDiv ul li .conDiv{width: calc(100% - 16.5%);display: flex;justify-content: space-between;padding:40px 0;border-bottom: 1px solid #DCDCDC;}
.newsDiv .listDiv ul li .imgDiv{width: 240px;height: 168px;overflow: hidden;}
.newsDiv .listDiv ul li .textDiv{width: calc(100% - 270px);}
.newsDiv .listDiv ul li .textDiv span{font-size: 22px;font-weight: bold;color: #000;}
.newsDiv .listDiv ul li .textDiv p{font-size: 14px;color: #686868;line-height: 1.8;margin-top: 10px;}
.newsDiv .listDiv ul li a:hover .dateDiv{color: #040D46;}
.newsDiv .listDiv ul li .textDiv .date{display: none;}

.pageDiv{margin-top: 40px;text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 30px;margin: 0 4px;font-size: 14px;color: #000;border: 1px solid #DCDCDC;padding: 0 11px;}
.pageDiv a:hover,.pageDiv span{background: #040D46;color: #fff;border-color: #040D46;}
.aboutDiv1{padding: 84px 0 149px;}
.aboutDiv1 .rowDiv{margin-top: 85px;}
.aboutDiv1 .rowDiv .leftDiv{width: 46.5%;}
.aboutDiv1 .rowDiv .rightDiv{width: 49.5%;padding-top: 30px;}
.aboutDiv1 .rowDiv .rightDiv span{display: block;font-size: 24px;}
.aboutDiv1 .rowDiv .rightDiv .p{margin-top: 10px;}
.aboutDiv1 .rowDiv .rightDiv p{color: #757575;line-height: 1.8;}

.aboutDiv3{padding: 80px 0;}
.aboutDiv3 .rowDiv{position: relative;display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.aboutDiv3 .rowDiv img{width: 42.8%;}
.aboutDiv3 .rowDiv .textDiv{width: 57.2%;background: #F3F3F3;padding: 40px 35px;}
.aboutDiv3 .rowDiv .textDiv .p span{font-size: 24px;display: block;margin-bottom: 10px;}
.aboutDiv3 .rowDiv .textDiv .p p{color: #757575;line-height: 1.8;}
.aboutDiv3 .rowDiv .textDiv .p1{margin-bottom: 60px;}


.productDiv {padding: 30px 0 100px;}
.productDiv .leftDiv{width: 210px;}
.productDiv .leftDiv .hd{display: block;color: #fff;background: #040D46;border-radius: 4px 4px 0px 0px;padding: 13px 8px;text-align: center;}
.productDiv .leftDiv .hd span{font-size: 24px;}
.productDiv .leftDiv .hd small{font-size: 14px;display: block;text-transform: uppercase;}
.productDiv .leftDiv ul li{position: relative;background: #fff;}
.productDiv .leftDiv ul li>a{font-size: 18px;color: #666;padding:16px 20px;border-bottom: 1px solid #eee;display: block;background: url(../image/sj.png) no-repeat right 15px center;}
.productDiv .leftDiv ul li:last-child>a{border-bottom: 0;}
.productDiv .leftDiv ul li>.downDiv{background: #F5F5F5;z-index: 1;display: none;}
.productDiv .leftDiv ul li>.downDiv a{display: block;font-size: 16px;color: #666666;padding: 16px 20px;}
.productDiv .leftDiv ul li>.downDiv a:hover,.productDiv .leftDiv ul li>.downDiv a.on{color: #040D46;font-weight: bold}
.productDiv .leftDiv ul li.active>a{color: #040D46;font-weight: bold}
.productDiv .leftDiv ul li.active>.downDiv{display: block;}
.productDiv .rightDiv{width: calc(100% - 260px);border: 1px solid #eee;}
.productDiv .rightDiv .hd{border-bottom: 1px solid #eee;}
.productDiv .rightDiv .hd span{display: inline-block;padding: 15px 70px;border-bottom: 2px solid #111A56;font-size: 24px;font-weight: bold;color: #111A56;}
.productDiv .rightDiv .bd{padding: 28px 29px 40px;}
.productDiv .rightDiv .bd .row>div{margin-bottom: 30px;}
.productDiv .rightDiv .bd .row>div a{display: block;}
.productDiv .rightDiv .bd .row>div .title{font-size: 20px;color: #222;text-align: left;margin: 15px 0 10px;font-weight: bold;}
.productDiv .rightDiv .bd .row>div p{font-size: 14px;line-height: 1.6;color: #757575;}
.productDiv .rightDiv .bd .row>div a{display: block;width: 100px;height: 36px;background: rgba(245, 245, 245,.5);border: 1px solid #EEEEEE;color: #777;font-size: 14px;text-align: center;line-height: 36px;margin-top: 15px;}
.productDiv .rightDiv .bd .row>div a:hover{background: #111A56;color: #fff;}

.errorDiv{padding: 204px 0;text-align: center;}

.breadcrumbDiv{font-size: 18px;color: #666;margin-top: 20px;}
.breadcrumbDiv a{color: #666;}
.newsDetailDiv{padding: 80px 0;}
.newsDetailDiv .hdDiv{padding-bottom: 20px;border-bottom: 1px solid  #eee;}
.newsDetailDiv .hdDiv .title{font-size: 36px;color: #333;}
.newsDetailDiv .hdDiv .smTitle{font-size: 18px;color: #666;margin-top: 10px;}
.newsDetailDiv .bdDiv{padding: 20px 0;text-align: center;}
/*.newsDetailDiv .bdDiv p{text-align: left;font-size: 22px;margin: 20px 0;}*/
.newsDetailDiv .bdDiv p{text-align: left;margin: 20px 0;line-height: 32px;}
.newsDetailDiv .bdDiv ul li{text-align: left;font-size:22px;margin-top: 20px;}
.newsDetailDiv .otherPage{font-size: 18px;color: #666;padding-top: 20px;border-top: 1px solid #eee;margin-top: 20px;}
.newsDetailDiv .otherPage a{color: #666;margin-left: 10px;}
.newsDetailDiv .otherPage a:hover{color: #040D46;}

.productDetailDiv{padding: 78px 0 34px;}
.productDetailDiv .hdDiv .leftDiv{width: 400px;}
.productDetailDiv .hdDiv .rightDiv{width: calc(100% - 440px);}
.productDetailDiv .hdDiv .rightDiv span{font-size: 30px;color: #222;}
.productDetailDiv .hdDiv .rightDiv .p{color: #333;line-height: 1.8;margin: 20px 0 60px;}
.productDetailDiv .hdDiv .rightDiv .yyDiv{display: flex;align-items: center;}
.productDetailDiv .hdDiv .rightDiv .yyDiv a{display: block;width: 160px;height: 50px;background: #040D46;border-radius: 9px;color: #fff;font-size: 18px;text-align: center;line-height: 50px;margin-right: 20px;}
.productDetailDiv .hdDiv .rightDiv .yyDiv a:hover{opacity: .8;}
.productDetailDiv .hdDiv .rightDiv .yyDiv .tel{font-size: 18px;color: #040D46;}
.productDetailDiv .hdDiv .rightDiv .yyDiv .tel img{margin-right: 10px;}

.productDetailDiv .swiper-container {width: 100%;height: 500px;margin-left: auto;margin-right: auto;}
.productDetailDiv .swiper-slide {background-size: cover;background-position: center;}
.productDetailDiv .swiper-slide img{width: 100%;}
.productDetailDiv .gallery-top {height: 80%;width: 100%;}
.productDetailDiv .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 0 24px 0;text-align: center;margin-top: 9px;}
.productDetailDiv .gallery-thumbs .swiper-slide {width: 25%;height: 100%;display: inline-block;}
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active {border: 2px solid #FFB600;}
.productDetailDiv .swiper-button-next, .productDetailDiv .swiper-button-prev{width: 16px;height: 100%;margin-top: 0;top: 0;}
.productDetailDiv .swiper-button-next{background: url(../image/p-right.png) no-repeat center center;background-size: 100% 100%;right: 0;}
.productDetailDiv .swiper-button-prev{background: url(../image/p-left.png) no-repeat center center;background-size: 100%  100%;left: 0;}

.productDetailDiv .bdDiv{margin-top: 80px;}
.productDetailDiv .bdDiv .hd{border: 1px solid #eee;border-right: 0;line-height: 50px;}
.productDetailDiv .bdDiv .hd span{display: inline-block;padding: 0 20px;border-right: 1px solid #eee;background: url(../image/line.png) no-repeat left bottom;background-size: 100%;}
.productDetailDiv .bdDiv .bd{padding: 40px 0;line-height: 1.8;}
.productDetailDiv .bdDiv .bd ul{margin: 20px 0;}
.productDetailDiv .bdDiv .bd .download a{font-size: 30px;color: #040D46;margin-right: 20px;}
.productDetailDiv .bdDiv .bd .download a:hover{opacity: .8;}
.productDetailDiv .bdDiv .otherPage{font-size: 18px;color: #666;padding-top: 20px;border-top: 1px solid #eee;}
.productDetailDiv .bdDiv .otherPage a{color: #666;margin-left: 10px;}
.productDetailDiv .bdDiv .otherPage a:hover{color: #040D46;}

.floatRightDiv{position: fixed;right: 0;bottom: 50px;z-index: 88;}
.floatRightDiv a.lxBtn{display: block;width: 40px;padding: 15px 10px;background: #040D46;border-radius: 8px 0px 0px 8px;color: #fff;font-size: 14px;text-align: center;cursor: pointer;}
.floatRightDiv a.lxBtn img{margin-bottom: 10px;}
.floatRightDiv a.lxBtn:hover{opacity: .8;color: #fff;}
.floatRightDiv .conDiv{display: none;position: absolute;right: 68px;bottom: 0;background:  #F5F5F5;border-radius: 9px;padding: 14px 15px 28px;min-width: 360px;}
.floatRightDiv .conDiv a.closeBtn{display: block;margin: 0 0 0 auto;width: 22px;}
.floatRightDiv .conDiv .hd{margin-top: 15px;font-size: 20px;}
.floatRightDiv .conDiv .bd{border-top: 1px solid #eee;margin-top: 10px;padding-top: 10px;}
/*.floatRightDiv .conDiv .bd form .inputDiv{margin-bottom: 10px;}*/
.floatRightDiv .conDiv .bd form  .inputDiv .error{font-size: 14px;color: #FF1C1C;}
.floatRightDiv .conDiv .bd form textarea{width: 100%;border: 1px solid #eee;background: #fff;height: 90px;padding: 5px;resize: none;margin-bottom: 10px;display: block;}
.floatRightDiv .conDiv .bd form input{width: 100%;line-height: 40px;border: 1px solid #eee;padding: 0 10px 0 59px;margin-bottom: 10px;}
.floatRightDiv .conDiv .bd form input.name{background: url(../image/f-icon1.png) #fff no-repeat 20px center;}
.floatRightDiv .conDiv .bd form input.tel{background: url(../image/f-icon2.png) #fff no-repeat 20px center;}
.floatRightDiv .conDiv .bd form input.mail{background: url(../image/f-icon3.png) #fff no-repeat 20px center;}
.floatRightDiv .conDiv .bd form input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 20px center;}
.floatRightDiv .conDiv .bd form button{display: block;width: 120px;line-height: 40px;background: #040D46;border: 1px solid #EEEEEE;border-radius: 6px;color: #fff;font-size: 16px;cursor: pointer;padding: 0;}
.floatRightDiv .conDiv .bd form button:hover{opacity: .8;}

.popDiv{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}
.popDiv .popCon{width: 90%;max-width: 600px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.popDiv .popCon a.closeBtn{display: block;margin: 0 0 0 auto;width: 22px;}
.popDiv .popCon span{display: block;text-align: center;font-size: 24px;color: #040D46;margin-bottom: 25px;}
.popDiv .popCon form input{width: 100%;line-height: 46px;border: 1px solid #eee;padding: 0 10px 0 59px;margin-bottom: 5px;font-size: 18px;}
.popDiv .popCon form .inputDiv{margin-bottom: 10px;}
.popDiv .popCon form .inputDiv .error{font-size: 14px;color: #FF1C1C;}
.popDiv .popCon form input.name{background: url(../image/f-icon1.png) #fff no-repeat 20px center;}
.popDiv .popCon form input.tel{background: url(../image/f-icon2.png) #fff no-repeat 20px center;}
.popDiv .popCon form input.mail{background: url(../image/f-icon3.png) #fff no-repeat 20px center;}
.popDiv .popCon form input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 20px center;}
.popDiv .popCon form button{display: block;width: 250px;line-height: 50px;background: #040D46;border: 1px solid #EEEEEE;border-radius: 6px;color: #fff;font-size: 20px;cursor: pointer;margin: 14px auto 0;}
.popDiv .popCon form button:hover{opacity: .8;}
.popSuccess{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}
.popSuccess .conDiv{width: 90%;max-width: 500px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.popSuccess .conDiv p{font-size: 18px;color: #040D46;margin: 20px 0 40px;}
.popSuccess .conDiv a{display: block;width: 150px;line-height: 40px;background: #111A56;color: #fff;border-radius: 4px;text-align: center;margin: 0 auto;}

.popSuccess1{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}
.popSuccess1 .conDiv{width: 90%;max-width: 500px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.popSuccess1 .conDiv p{font-size: 18px;color: #040D46;margin: 20px 0 40px;}
.popSuccess1 .conDiv a{display: block;width: 150px;line-height: 40px;background: #111A56;color: #fff;border-radius: 4px;text-align: center;margin: 0 auto;}

.popSuccess2{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}
.popSuccess2 .conDiv{width: 90%;max-width: 500px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.popSuccess2 .conDiv p{font-size: 18px;color: #040D46;margin: 20px 0 40px;}
.popSuccess2 .conDiv a{display: block;width: 150px;line-height: 40px;background: #111A56;color: #fff;border-radius: 4px;text-align: center;margin: 0 auto;}


.popDiv1{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}
.popDiv1 .popCon{width: 90%;max-width: 600px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.popDiv1 .popCon a.closeBtn{display: block;margin: 0 0 0 auto;width: 22px;}
.popDiv1 .popCon span{display: block;text-align: center;font-size: 24px;color: #040D46;margin-bottom: 25px;}
.popDiv1 .popCon form input{width: 100%;line-height: 46px;border: 1px solid #eee;padding: 0 10px 0 59px;margin-bottom: 5px;font-size: 18px;}
.popDiv1 .popCon form .inputDiv{margin-bottom: 10px;}
.popDiv1 .popCon form .inputDiv .error{font-size: 14px;color: #FF1C1C;}
.popDiv1 .popCon form input.name{background: url(../image/f-icon1.png) #fff no-repeat 20px center;}
.popDiv1 .popCon form input.tel{background: url(../image/f-icon2.png) #fff no-repeat 20px center;}
.popDiv1 .popCon form input.mail{background: url(../image/f-icon3.png) #fff no-repeat 20px center;}
.popDiv1 .popCon form input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 20px center;}
.popDiv1 .popCon form button{display: block;width: 250px;line-height: 50px;background: #040D46;border: 1px solid #EEEEEE;border-radius: 6px;color: #fff;font-size: 20px;cursor: pointer;margin: 14px auto 0;}
.popDiv1 .popCon form button:hover{opacity: .8;}

/*.popDiv2{position: fixed;width: 100%;background: rgba(0,0,0,.6);top: 0;left: 0;height: 100%;z-index: 9999;display: none;}*/
/*.popDiv2 .popCon{width: 90%;max-width: 600px;border-radius: 9px;background: #F5F5F5;padding: 37px 45px 28px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}*/
/*.popDiv2 .popCon a.closeBtn{display: block;margin: 0 0 0 auto;width: 22px;}*/
/*.popDiv2 .popCon span{display: block;text-align: center;font-size: 24px;color: #040D46;margin-bottom: 25px;}*/
/*.bd input{width: 100%;line-height: 46px;border: 1px solid #eee;padding: 0 10px 0 59px;margin-bottom: 5px;}*/
/*.bd form .inputDiv{margin-bottom: 10px;}*/
/*.bd .inputDiv .error{font-size: 14px;color: #FF1C1C;}*/
/*.bd input.name{background: url(../image/f-icon1.png) #fff no-repeat 20px center;}*/
/*.bd input.tel{background: url(../image/f-icon2.png) #fff no-repeat 20px center;}*/
/*.bd input.mail{background: url(../image/f-icon3.png) #fff no-repeat 20px center;}*/
/*.bd input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 20px center;}*/
/*.bd button{display: block;width: 250px;line-height: 50px;background: #040D46;border: 1px solid #EEEEEE;border-radius: 6px;color: #fff;font-size: 20px;cursor: pointer;margin: 14px auto 0;}*/
/*.bd button:hover{opacity: .8;}*/
a.backTop{position: fixed;right: 0;bottom: 0;z-index: 88;width: 40px;line-height: 40px;background: #040D46;border-radius: 8px 0px 0px 8px;display: block;text-align: center;}


/*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:25px}*/
/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #fff;border-right:1px solid #fff;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>ul>li.has-sub:hover>a::after{border-color:#fff}
.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;}
.menu ul ul li:hover>ul{left: auto;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;width: 25%;}
.menu ul ul{padding: 40px 0 20px;background:#f5f5f5;box-shadow: 0px 0px 10px rgba(0, 0, 20, 0.08);}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#193f94;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;font-weight: bold;}
.menu ul ul li .alist a{display: block;font-size: 14px;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{color: #193f94;}
header .rightDiv .menu>ul>li.default{position: relative;}
header .rightDiv .menu>ul>li.default ul{min-width: 150px;}
header .rightDiv .menu>ul>li.default:hover ul{left: -20px;}
header .rightDiv .menu>ul>li.default li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li.default li a{font-size: 16px;color: #666;margin: 0;line-height: 60px;font-weight: normal;text-align: left;padding-left: 20px;padding-right: 20px}
header .rightDiv .menu>ul>li.default li a:hover{background: #eee;}
.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:1220px) {
	.wrap{padding: 0 15px;}
}
@media (max-width:1100px) {
}
@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(120,120,120,.3)}
	.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:#fff;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}
	.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(120,120,120,.3);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;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;}
	header .rightDiv .menu>ul>li.default ul{padding: 0;}
	header .rightDiv .menu>ul>li.default li a{padding-left: 25px;line-height: 50px;color: #fff;}
	header .rightDiv .menu>ul>li.default:hover ul{left: auto;margin-left: auto;}
	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: 70%;}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #040D46;
		/*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 .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{color: #302D28;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	header .rightDiv .languageDiv{line-height: 50px;float: initial;margin-left: 15px;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}


}

@media (max-width:1220px) {
	.wrap{padding: 0 15px;}
}
.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {

	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.ui-homebanner .img{min-height: initial;height: 50vw;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;left: 10px;}
	.ui-homebanner .swiper-pagination-bullet{width: 20px;font-size: 18px;height: 18px;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 13px 15px 0;}

	.indexDiv1{padding: 60px 0;}
	.indexTitle span{font-size: 24px;}
	.indexDiv1 .row{margin-top: 45px;}
	.indexDiv1 .row:after{display: none;}
	.indexDiv1 .row>div{margin-bottom: 20px;}
	.indexDiv1 .row>div img{width: 58px;}
	.indexDiv1 .row>div span{font-size:18px;margin: 10px 0;}

	.indexDiv2{padding: 40px 0 20px;}
	.indexDiv2 .row{margin-top: 40px;}
	.indexDiv2 .row>div{margin-bottom: 20px;}
	.indexDiv2 .row>div .conDiv{padding: 15px 15px 20px 20px;}
	.indexDiv2 .row>div .imgDiv img{width: 50px;}
	.indexDiv2 .row>div .imgDiv span{font-size: 18px;}
	.indexDiv2 .row>div .textDiv{font-size: 14px;}

	.indexDiv3{padding: 40px 0 60px;}
	.indexDiv3 .bdDiv .row>div .conDiv{display: block;}
	.indexDiv3 .bdDiv .row>div .conDiv .imgDiv{width: 100%;}
	.indexDiv3 .bdDiv .row>div .conDiv .textDiv{width: 100%;padding: 20px;}
	.indexDiv3 .bdDiv .row>div .textDiv span{font-size: 20px;}
	.indexDiv3 .bdDiv .row>div .textDiv .ul{margin-top: 10px;}
	.indexDiv3 .bdDiv .row>div .textDiv .ul ul{margin: 0 10px;}
	.indexDiv3 .bdDiv .row>div .textDiv .ul ul li{font-size: 14px}
	.indexDiv3 .bdDiv .row>div>.textDiv{height: initial;padding: 20px;}
	.indexDiv3 .bdDiv .row>div .conDiv .imgDiv.imgDiv2{display: block;}
	.indexDiv3 .bdDiv .row>div .conDiv .imgDiv.imgDiv1{display: none;}

	.indexDiv4{padding: 40px 0;}
	.indexDiv4 .leftDiv{width: 100%;float: initial;position: relative;}
	.indexDiv4 .leftDiv ul{height: initial;margin-bottom: 30px;}
	.indexDiv4 .leftDiv .title{padding: 20px 10px 13px;}
	.indexDiv4 .leftDiv .title small{font-size: 12px;}
	.indexDiv4 .leftDiv .title span{font-size: 20px;margin: 5px 0 15px;}
	.indexDiv4 .leftDiv ul li a{font-size: 16px;}
	.indexDiv4 .rightDiv{width: 100%;padding: 25px 20px 20px;}
	.indexDiv4 .rightDiv .tabsDiv a{margin-bottom: 5px;display: inline-block;margin-right: 10px;}
	.indexDiv4 .rightDiv .row{margin: 0 -5px;}
	.indexDiv4 .rightDiv .row>div{padding: 0 5px;margin-top: 15px;}
	.indexDiv4 .rightDiv .row>div .title{font-size: 16px;margin: 10px 0 5px;}

	.indexDiv4 .rightDiv .rightCon{min-height: 234px;}
	.indexDiv4 .rightDiv .rightCon .tishiImg{height: 234px;}

	.indexDiv5{padding: 40px 0;}
	.indexDiv5 .tabsDiv{margin: 20px 0;}
	.indexDiv5 .tabsDiv a{font-size: 16px;margin: 0 10px;}
	.indexDiv5 .tabsDiv a.active:before{height: 2px;}
	.indexDiv5 .rowDiv .leftDiv{width: 100%;}
	.indexDiv5 .rowDiv .rightDiv{width: 100%;margin-top: 30px;}
	.indexDiv5 .rowDiv .rightDiv ul li{margin-bottom: 20px;}
	.indexDiv5 .rowDiv .rightDiv ul li a{padding-bottom: 20px;}
	.indexDiv5 .rowDiv .rightDiv ul li .dateDiv{width: 60px;}
	.indexDiv5 .rowDiv .rightDiv .conDiv{width: calc(100% - 70px);}

	a.moreBtn{margin-top: 30px;width: 200px;line-height: 45px;font-size: 18px;}

	.indexDiv6{padding: 35px 0 50px;}
	.indexDiv6 .bdDiv .hd{display: block;padding: 15px;}
	.indexDiv6 .bdDiv .hd .textDiv{width: 100%;font-size: 16px;}
	.indexDiv6 .bdDiv .hd .rightDiv{width: 100%;margin-top: 20px;}



	.ny-banner .imgDiv{height: 40vw;}
	.aboutDiv1{padding: 40px 0;}
	.aboutDiv1 .rowDiv{margin-top: 40px;}
	.aboutDiv1 .rowDiv .leftDiv{width: 100%;}
	.aboutDiv1 .rowDiv .rightDiv{width: 100%;}
	.aboutDiv1 .rowDiv .rightDiv span{font-size: 20px;}
	.aboutDiv3{padding: 40px 0;}
	.aboutDiv3 .rowDiv{display: block;}
	.aboutDiv3 .rowDiv img{width: 100%;}
	.aboutDiv3 .rowDiv .textDiv{width: 100%;padding: 20px;}
	.aboutDiv3 .rowDiv .textDiv .p1{margin-bottom: 30px;}
	.aboutDiv3 .rowDiv .textDiv .p span{font-size: 20px;margin-bottom: 5px;}
	.aboutDiv3 .rowDiv .textDiv .p p{font-size: 14px;}

	.footerDiv .hd .rowDiv{display: block;}
	.footerDiv .hd{padding: 25px 0 40px;}
	.footerDiv .hd .rowDiv .leftDiv{width: 100%;}
	.footerDiv .hd .rowDiv .leftDiv span{font-size: 20px;margin: 15px 0;}
	.footerDiv .hd .rowDiv .leftDiv p{font-size: 14px;}
	.footerDiv .hd .rowDiv .centerDiv{justify-content: flex-start;margin: 20px 0;}
	.footerDiv .hd .rowDiv .centerDiv ul{margin: 0 30px 0 0;font-size: 14px;}
	.footerDiv .hd .rowDiv .centerDiv ul li{margin-bottom: 10px;}
	.footerDiv .hd .rowDiv .rightDiv{justify-content: flex-start;}
	.footerDiv .bd .wrap{display: block;}


	.newsDiv{padding: 30px 0;}
	.newsDiv .leftDiv{float: initial;width: 100%;display: flex;margin-bottom: 30px;}
	.newsDiv .leftDiv a{width: 50%;line-height: 50px;}
	.newsDiv .rightDiv{width: 100%;}
	.newsDiv .listDiv{border: 0;}
	.newsDiv .listDiv .show-bar{display: none;}
	.newsDiv .listDiv ul li a{display: block;}
	.newsDiv .listDiv ul li .conDiv{width: 100%;padding: 10px 0;}
	.newsDiv .listDiv ul li .dateDiv{display: none;}
	.newsDiv .listDiv ul li .imgDiv{width: 40%;height: auto;}
	.newsDiv .listDiv ul li .textDiv{width: 56%;}
	.newsDiv .listDiv ul li .textDiv span{font-size: 16px;}
	.newsDiv .listDiv ul li .textDiv p{line-height: 1.4;margin: 5px 0;}
	.newsDiv .listDiv ul li .textDiv .date{display: block;font-size: 12px;color: #999;}
	.pageDiv a, .pageDiv span{margin: 0 3px 5px;}


	.productDiv .leftDiv{width: 100%;float: initial;}
	.productDiv .rightDiv{width: 100%;float: initial;margin-top: 30px;}
	.productDiv .leftDiv ul li>.downDiv{left: 0;top: 100%;width: 100%;position: relative;}
	.productDiv .rightDiv .bd{padding: 15px;}
	.productDiv .rightDiv .bd .row{margin: 0 -5px;}
	.productDiv .rightDiv .bd .row>div{padding: 0 5px;margin-bottom: 15px;}
	.productDiv .rightDiv .bd .row>div .title{font-size: 16px;margin: 10px 0 5px;}

	.breadcrumbDiv{font-size: 16px;}
	.newsDetailDiv{padding: 40px 0;}
	.newsDetailDiv .hdDiv .title{font-size: 22px;}
	.newsDetailDiv .hdDiv .smTitle{font-size: 14px;}
	.newsDetailDiv .bdDiv p{font-size: 16px;}
	.newsDetailDiv .bdDiv {padding: 10px 0;}
	.newsDetailDiv .bdDiv ul li{font-size: 16px;margin-top: 10px;}
	.newsDetailDiv .otherPage{font-size: 16px;}

	.productDetailDiv{padding: 35px 0 18px;}
	.productDetailDiv .hdDiv .leftDiv{width: 100%;float: initial;}
	.productDetailDiv .hdDiv .rightDiv{width: 100%;float: initial;margin-top: 30px;}
	.productDetailDiv .hdDiv .rightDiv span{font-size: 24px}
	.productDetailDiv .hdDiv .rightDiv .p{margin: 20px 0 30px;}
	.productDetailDiv .hdDiv .rightDiv .yyDiv{display: block;}
	.productDetailDiv .hdDiv .rightDiv .yyDiv a{width: 130px;height: 40px;line-height: 40px;font-size: 16px;}
	.productDetailDiv .hdDiv .rightDiv .yyDiv .tel{font-size: 16px;margin-top: 20px;}
	.productDetailDiv .bdDiv{margin-top: 40px;}
	.productDetailDiv .bdDiv .bd .download a{font-size: 18px;}
	.productDetailDiv .bdDiv .otherPage{font-size: 16px;}


	.popDiv .popCon{padding: 15px;}
	.popDiv .popCon span{font-size: 18px;margin-bottom: 10px;}
	.popDiv .popCon form input{padding-left: 30px;font-size: 14px;line-height: 40px;}
	.popDiv .popCon form .inputDiv{margin-bottom: 10px;}
	.popDiv .popCon form .inputDiv .error{font-size: 14px;color: #FF1C1C;}
	.popDiv .popCon form input.name{background: url(../image/f-icon1.png) #fff no-repeat 5px center;}
	.popDiv .popCon form input.tel{background: url(../image/f-icon2.png) #fff no-repeat 5px center;}
	.popDiv .popCon form input.mail{background: url(../image/f-icon3.png) #fff no-repeat 5px center;}
	.popDiv .popCon form input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 5px center;}
	.popDiv .popCon form button{width: 180px;line-height:38px;font-size: 16px;margin-top: 7px;}

	.floatRightDiv .conDiv a.closeBtn{position: absolute;right: 15px;}
	.floatRightDiv a.lxBtn{width: 40px;font-size: 14px;padding: 10px;border-radius: 10px 0px 0px 10px;}
	.floatRightDiv a.lxBtn img{margin-bottom: 5px;}
	.floatRightDiv .conDiv{right: 45px;width: calc(100vw - 50px);min-width: initial;padding-bottom: 15px;}
	.floatRightDiv .conDiv .hd{margin-top: 0;font-size: 16px;}
	.floatRightDiv .conDiv .bd{padding-top: 0;margin-top: 10px;border-top: 0;}
	.floatRightDiv .conDiv .bd form textarea{height: 70px;font-size: 14px;margin-bottom: 5px;}
	.floatRightDiv .conDiv .bd form input{line-height: 38px;margin-bottom: 5px;font-size: 14px;padding-left: 30px;}
	.floatRightDiv .conDiv .bd form input.name{background: url(../image/f-icon1.png) #fff no-repeat 5px center;}
	.floatRightDiv .conDiv .bd form input.tel{background: url(../image/f-icon2.png) #fff no-repeat 5px center;}
	.floatRightDiv .conDiv .bd form input.mail{background: url(../image/f-icon3.png) #fff no-repeat 5px center;}
	.floatRightDiv .conDiv .bd form input.qymc{background: url(../image/f-icon4.png) #fff no-repeat 5px center;}
	.floatRightDiv .conDiv .bd form button{width: 100px;line-height: 36px;font-size: 16px;}




	@media (max-width:320px) {

	}

}
