html,body{padding: 0;margin: 0;font-family:Poppins;color: #333333; /*min-width: 1200px;*/}
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;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;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;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);background:#0D5094;}

.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;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.wrap{
    width: 96%;
    max-width: 1600px;
	margin: 0 auto;
}
/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 0; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 48.4375vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 46.875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.index-banner .swiper-pagination-bullet{width: 6px;height: 6px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.index-banner .swiper-pagination-bullet-active:after{content: "";width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;  }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }

.ihdDiv{align-items: flex-start; }
.indexTitle{position: relative;/* width: 45%; */}
.indexTitle span{display: block;font-size: 50px;color: #333333;font-weight: bold; }
.ihdDiv .p{color: #666666;font-size: 17px;width: 52.5%;line-height: 1.5; }
a.imoreBtn{width: 140px;line-height: 40px;background: #333333!important;border-radius: 20px;color: #fff;font-size: 14px;display: block;text-align: center; }
a.imoreBtn:hover{opacity: .8;}

.indexDiv1{padding: 100px 0;background: linear-gradient(to right,#F5F5F5,#DDF6FC); }
.indexDiv1 .bdDiv .swiper-container{margin: 60px 0; }
.indexDiv1 .bdDiv .btnDiv{height: 60px;position: relative; }
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 60px;height: 60px;top: initial;position: relative;margin: 0 10px; }
.indexDiv1 .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;left: auto;}
.indexDiv1 .swiper-button-next:hover{background: url(../img/right1.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev:hover{background: url(../img/left1.png) no-repeat center center/100%;left: auto;}
.indexDiv1 a{background: #fff;padding: 30px;border-radius: 20px; }
.indexDiv1 a .imgDiv{width: 45.6%;height: 205px;display: flex;justify-content: center;align-items: center; }
.indexDiv1 a .imgDiv img{max-height: 100%; }
.indexDiv1 a .textDiv{width: 45.6%;color: #666;}
.indexDiv1 a .textDiv .title{font-size: 28px;font-weight: bold;color: #333; }
.indexDiv1 a .textDiv .line{width: 30px;height: 4px;background: #379AD4;margin: 20px 0; }
.indexDiv1 a .textDiv .p1{font-size: 17px;margin-bottom: 20px;word-break: break-all; }
.indexDiv1 a .textDiv span{font-size: 17px; }
.indexDiv1 a .textDiv i{width: 26px;height: 26px;border: 1px solid #666;position: relative;display: block;border-radius: 4px;margin-right: 10px; }
.indexDiv1 a .textDiv i:before{content: "";width: 15px;height: 2px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.indexDiv1 a .textDiv i:after{content: "";width: 2px;height: 15px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.indexDiv1 a:hover{background: #379AD4;color: #fff; }
.indexDiv1 a:hover .textDiv,.indexDiv1 a:hover .title{color: #fff; }
.indexDiv1 a:hover i{border-color: #fff; }
.indexDiv1 a:hover .line,.indexDiv1 a:hover i:before,.indexDiv1 a:hover i:after{background: #fff;}

.indexDiv2{padding: 120px 0 100px; }
.indexDiv2 .bdDiv{margin-top: 60px; }
.indexDiv2 .bdDiv ul li{height: 39vw;flex: 1 1 auto;width: 25%;color: #fff;transition: all .6s;position: relative; }
.indexDiv2 .bdDiv ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background: rgba(32, 126, 213, 0.3); }
.indexDiv2 .bdDiv ul li .conDiv{position: absolute;left: 0;bottom: 0;width: 100%;justify-content: flex-end;flex-direction: column;text-align: center;padding: 2vw 1.5vw;z-index: 1;overflow: hidden; }
.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 20px;font-weight: bold; }
.indexDiv2 .bdDiv ul li:hover{width: 39.625%;}
.indexDiv2 .bdDiv ul li:hover .conDiv>div{flex: 1 1 auto;}
.indexDiv2 .bdDiv ul li:hover:before{display: none;}

.indexDiv3{position: relative;color: #fff;padding: 100px 0; }
.indexDiv3 .indexTitle span{color: #fff; }
.indexDiv3 .bdDiv {width: 56.25%;}
.indexDiv3 .bdDiv .listDiv{margin-top: 80px; }
.indexDiv3 .bdDiv .listDiv ul li{margin-bottom: 40px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 100px);margin-left: 20px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-weight: bold;font-size: 24px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 18px;margin-top: 10px; }


/* .indexDiv3 .lunboDiv {position: relative;}
.indexDiv3 .lunboDiv::after{content: "";width: 10px;height: 100%;background: #0052d9;position: absolute;right: -10px;top: 0; }
.indexDiv3 .lunboDiv .conDiv .leftDiv{width: 54.2%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv{width: 45.8%;padding: 0 5%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv .cate{font-size: 1.1458vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .title{font-size: 1.98vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .tag{font-size: 0.73vw;color: #0052d9;border-top: 2px solid #0052d9;padding-top: 10px;margin-top: 10px; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .p{font-size: 0.73vw;color: #666666;line-height: 1.8;margin: 2vw 0 4vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv a{width: 7.3vw;line-height: 2.2vw;font-size: 0.73vw;}
.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-button-prev{width: 4vw;height: 4vw;margin-top: initial;top: initial;bottom: 0; }
.indexDiv3 .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: 5%;}
.indexDiv3 .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;right: 10%;left: auto;}
.indexDiv3 .swiper-button-disabled{display: none;} */

.indexDiv4{position: relative;padding: 100px 0;background: linear-gradient(to right,#F5F5F5,#DDF6FC);overflow: hidden; }
.indexDiv4>img{position: absolute;top: 210px;left: 12.81254vw;z-index: 0;width: 91.67vw;}
.indexDiv4 .textDiv{margin-top: 377px;width: 384px; }
.indexDiv4 .textDiv p{font-size: 24px;color: #666;margin-top: 40px; }

.indexDiv5{padding: 100px 0;}
.indexDiv5 .bdDiv{margin-top: 60px; }
.indexDiv5 .bdDiv .row>div .conDiv{height: 100%;}
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv{padding-top: 75.13%; position: relative;overflow: hidden;display: block; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding: 20px 0 0; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{color: #666; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 24px;color: #333;margin: 10px 0 15px;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 17px;color: #666666;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title:hover{color: #379AD4;font-weight: bold; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a:hover{color: #379AD4;font-weight: bold;text-decoration: underline;text-underline-offset: 4px; }

.ny-banner .wrap{width: 100%;position:relative;height: 33.33vw;text-align: center;}
.ny-banner span{font-size: 3.6458vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}
.ny-banner .breadDiv{font-size: 17px;margin-top: 20px;font-weight: 400; } 
.ny-banner .breadDiv a{color: #fff; }
.ny-banner .breadDiv a:hover{text-decoration: underline;text-underline-offset: 4px; }

.nyHeaderDiv{border-bottom: 1px solid #CCCCCC; }
.nyHeaderDiv.onFixed{top: 100px;left: 0;position: absolute;z-index: 99;width: 100%;background: #fff; }


.nyHeaderDiv .nyCon{height: 120px; }
.nyTitle{font-size: 36px;font-weight: bold; }
.twoMenuDiv{width: 60%;overflow: hidden; }
.twoMenuDiv .aDiv{margin-right: -4vw; }
.twoMenuDiv .aDiv li{margin: 7px 4vw 7px 0;display: inline-block; }
.twoMenuDiv .aDiv li a{font-size: 17px;color: #888888;}
.twoMenuDiv .aDiv li a.on,.twoMenuDiv .aDiv li a.top_dh_in{color: #0D5094;font-weight: bold; }


.productDiv .itemDiv{padding: 90px 0; }
.productDiv .indexTitle span{color: #0D5094; }
.productDiv .itemDiv:nth-of-type(even){background: #F2F3F3;}
.productDiv .itemDiv:nth-of-type(even) .row>div a .imgDiv{background: #fff; }
.productDiv .row{margin: 0 -20px;}
.productDiv .row>div{padding: 0 20px;margin-top: 35px; }
.productDiv .row>div a{display: block; }
.productDiv .row>div a .imgDiv{padding-top: 100%;position: relative;background: #F2F3F3; }
.productDiv .row>div a .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 20px; }
.productDiv .row>div a .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.productDiv .row>div a .textDiv{color: #666;padding-top: 20px; }
.productDiv .row>div a .textDiv .title{font-size: 26px;color: #333; }
.productDiv .row>div a .textDiv .p{font-size: 17px;margin: 5px 0 10px; }
.productDiv .row>div a .textDiv span{font-size: 17px; }
.productDiv .row>div a .textDiv i{width: 26px;height: 26px;border: 1px solid #666;position: relative;display: block;border-radius: 4px;margin-right: 10px; }
.productDiv .row>div a .textDiv i:before{content: "";width: 15px;height: 2px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a .textDiv i:after{content: "";width: 2px;height: 15px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a:hover .textDiv .title{color: #0D5094;text-decoration: underline;text-underline-offset: 4px;font-weight: bold; }
.productDiv .row>div a:hover .textDiv span{color: #0D5094; }
.productDiv .row>div a:hover i{border-color: #0D5094; }
.productDiv .row>div a:hover i:before,.productDiv .row>div a:hover i:after{background: #0D5094;}

.adDiv1{padding: 90px 0; }
.adDiv1 .leftDiv{width: 40%;}
.adDiv1 .rightDiv{width: 60%;color: #666;font-size: 17px;line-height: 1.5; }

.adTitleDiv p{display: block;font-size: 24px;color: #379AD4;margin-bottom: 10px; }
.adTitleDiv span p{display: block;font-size: 50px;color: #0D5094;font-weight: bold; }

.adDiv2{padding: 90px 0 25px;background: #F2F3F3;overflow: hidden; }
.adDiv2 .adTitleDiv{max-width: 805px; }
.adDiv2 .row{margin: 0 -90px; }
.adDiv2 .row>div{padding: 0;margin-bottom: 60px; }
.adDiv2 .row>div:nth-of-type(odd) .conDiv{border-right: 1px solid #CCCCCC; }
.adDiv2 .row>div .conDiv{padding: 0 90px; }
.adDiv2 .row>div .imgDiv{padding-top: 36.62%;position: relative;overflow: hidden; }
.adDiv2 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.adDiv2 .row>div .imgDiv .pic img{height: 100%;width: 100%;object-fit: cover; }
.adDiv2 .row>div .textDiv span{font-size: 28px;margin: 20px 0 10px;display: block; }
.adDiv2 .row>div .textDiv p{font-size: 17px;color: #666;line-height: 1.5; }

.adDiv3{padding: 90px 0; }
.adDiv3 .rowDiv{margin-bottom: 60px; }
.adDiv3 .rowDiv .row{margin: 0 -20px; }
.adDiv3 .rowDiv .row>div{padding: 0 20px;margin-top: 40px; }
.adDiv3 .rowDiv .row>div .conDiv{position: relative;padding-top: 68%; }
.adDiv3 .rowDiv .row>div .conDiv>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv{position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;flex-direction: column;padding: 20px;text-align: center; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 24px;color: #fff;margin-top: 20px; }
.adDiv3 .bdDiv{position: relative;}
.adDiv3 .bdDiv .leftDiv{width: 65.8125%;height: 706px;max-width: calc(100% - 550px); }
.adDiv3 .bdDiv .leftDiv img{width: 100%;height: 100%;object-fit: cover;display: none; }
.adDiv3 .bdDiv .leftDiv img.on{display: block;}
.adDiv3 .bdDiv .listDiv{width: 700px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1; }
.adDiv3 .bdDiv .listDiv ul li{padding: 35px 0 35px 190px;justify-content: flex-end;transition: all .5s; }
.adDiv3 .bdDiv .listDiv ul li .hImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 90px);margin-left: 20px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 28px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 17px;color: #666;max-width: 415px;margin-top: 7px; }
.adDiv3 .bdDiv .listDiv ul li.on .dImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li.on .hImg{display: block;}
.adDiv3 .bdDiv .listDiv ul li.on{padding-left: 90px;background: url(../img/ad-bg.png) no-repeat center center/100% 100%; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv span{color: #fff; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv p{color: #ccc; }

.supportDiv{padding: 90px 0; }
.supportDiv ul li{margin-top: 60px; }
.supportDiv ul li .p1{font-size: 28px;margin: 20px 0 30px; }
.supportDiv ul li .p2{color: #666;font-size: 17px;line-height: 1.5; }

.faqDiv{padding: 90px 0;background: #F2F3F3; }
.faqDiv .listDiv{margin: 60px 0 50px; }
.faqDiv .listDiv ul li{margin-bottom: 20px;background: #fff;border-radius: 6px;overflow: hidden; }
.faqDiv .bdDiv ul li .hd{background:url(../img/jia.png) no-repeat right 3.75% center;cursor: pointer;padding: 30px calc(26px + 3.75%) 30px 3.75%;font-size: 20px;font-weight: bold; }
.faqDiv .bdDiv ul li.on .hd{background:url(../img/jian.png) no-repeat right 3.75% center; }
.faqDiv .bdDiv ul li .bd{padding: 30px 3.75%;color: #666666;line-height: 1.5;display: none;font-size: 17px; }

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 32px;margin: 0 5px;color: rgba(0, 0, 0, .88);padding: 0 11px;font-size: 17px; }
.pageDiv a.cur{color: #0D5094;border-radius: 4px;border: 1px solid #0D5094; }
.pageDiv a:hover{color: #0D5094; }

.downloadDiv{padding: 90px 0;background: #F2F3F3; }
.downloadDiv .adTitleDiv{max-width: 950px; }
.downloadDiv .bdDiv{margin-top: 60px; }
.downloadDiv .tabsDiv {align-items: flex-end; }
.downloadDiv .tabsDiv a{width: 267px;height: 80px;background: #E5E5E5;color: #666666;font-size: 17px;border-radius: 20px 20px 0 0;transition: none; }
.downloadDiv .tabsDiv a.on{background: #fff;color: #0D5094;height: 90px;position: relative;font-weight: bold; }
.downloadDiv .tabsDiv a.on::after{content: "";width: 40px;height: 4px;background: #0D5094;position: absolute;left: 50%;bottom: 19px;transform: translateX(-50%);border-radius: 2px; }
.downloadDiv .conDiv{display: none;background: #fff;padding: 10px 10px 80px; }
.downloadDiv .conDiv.on{display: block;}
.downloadDiv .conDiv .tableDiv{padding: 0 90px;position: relative;margin-bottom: 50px; }
.downloadDiv .conDiv .tableDiv:before{content: "";width: 100%;height: 90px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%);border-radius: 20px 20px 0 0;position: absolute;z-index: 1;top: 0;left: 0; }
.downloadDiv .conDiv table{width: 100%;position: relative;z-index: 2;font-size: 17px;text-align: center; }
.downloadDiv .conDiv table th{height: 90px; }
.downloadDiv .conDiv table td{color: #666;padding: 35px 0;border-bottom: 1px solid #ccc; }
.downloadDiv .conDiv table th:nth-child(1),.downloadDiv .conDiv table td:nth-child(1){text-align: left;}
.downloadDiv .conDiv table td a{color: #666; }
.downloadDiv .conDiv table td a img{margin-right: 20px; }
.downloadDiv .conDiv table td a:hover{text-decoration: underline;color: #0D5094;text-underline-offset: 4px;  }

.indDiv1{padding: 90px 0; }
.indDiv1 .bdDiv .leftDiv{width: 35.625%;}
.indDiv1 .bdDiv .leftDiv .p{margin-top: 50px;color: #666;font-size: 17px;line-height: 2; }
.indDiv1 .bdDiv .rightDiv{width: 59.375%;}

.indDiv2{padding: 90px 0;background: #F2F3F3; }
.indDiv2 .bdDiv .row{margin: 0 -30px; }
.indDiv2 .bdDiv .row>div{padding: 0 30px;margin-top: 60px; }
.indDiv2 .bdDiv .row>div .conDiv{position: relative;height: 100%; }
.indDiv2 .bdDiv .row>div .textDiv{background: #fff;height: 100%;padding: 50px 40px;text-align: center;transition: all .6s; }
.indDiv2 .bdDiv .row>div .textDiv span{font-size: 28px;color: #0D5094; }
.indDiv2 .bdDiv .row>div .textDiv p{font-size: 17px;line-height: 1.5;margin-top: 20px; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv{background: transparent; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv span,.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv p{color: #fff;}

.indDiv3{padding: 90px 0; }
.indDiv3 .bdDiv{flex-direction: row-reverse; }
.indDiv3 .bdDiv .leftDiv{width: 35.625%;}
.indDiv3 .bdDiv .leftDiv .p{margin-top: 50px;color: #666;font-size: 17px;line-height: 2; }
.indDiv3 .bdDiv .rightDiv{width: 59.375%;}

.indDiv4{padding: 90px 0;background: #F2F3F3; }
.indDiv4 .bdDiv{margin-top: 35px; }
.indDiv4 .bdDiv .row>div .imgDiv{background: #fff;}
.indDiv4 .swiper-container{padding-bottom: 70px; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.indDiv4 .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;border-radius:50%;opacity:1;position: relative; }
.indDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #0D5094; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px; }

.ryzzDiv{padding: 90px 0;}
.ryzzDiv .p{font-size: 17px;line-height: 2;margin: 40px 0 30px; }
.ryzzDiv .row>div{margin-top: 30px; }
.ryzzDiv .row>div .imgDiv{position: relative;padding-top: 140.95%; }
.ryzzDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.ryzzDiv .row>div .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.ryzzDiv .row>div .title{text-align: center;margin-top: 20px;font-size: 17px; }

.newsDiv{padding: 90px 0;}
.newsDiv .tabsDiv{margin-bottom: 80px; }
.newsDiv .tabsDiv a{width: 285px;height: 56px;background: #E0E6ED;color: #0D5094;border-radius: 28px;font-size: 17px;margin: 0 10px;  }
.newsDiv .tabsDiv a.on{background: #0D5094;color: #fff; }
.newsDiv .row>div{margin-bottom: 32px; }
.newsDiv .pageDiv{margin-top: 20px; }

.aboutDiv1{padding: 90px 0; }
.aboutDiv1 .bdDiv{margin-top: 60px; }
.aboutDiv1 .swiper-container {width: 100%;}
.aboutDiv1 .gallery-top {height: 100%;}
.aboutDiv1 .gallery-top .swiper-slide .imgDiv{position: relative;padding-top: 56.25%; }
.aboutDiv1 .swiper-slide .imgDiv .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv1 .swiper-slide img{height: 100%;width: 100%;object-fit: cover; }
.aboutDiv1 .gallery-thumbs {margin-top: 16px; }
.aboutDiv1 .gallery-thumbs .swiper-slide .imgDiv{position: relative;padding-top: 56.45%; }
.aboutDiv1 .gallery-thumbs .swiper-slide-thumb-active .imgDiv:before{content: "";width: 100%;height: 100%;border: 4px solid #379AD4;position: absolute;left: 0;top: 0;z-index: 1; }
.aboutDiv1 .swiper-button-next,.aboutDiv1 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px;}
.aboutDiv1 .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 30px;}
.aboutDiv1 .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 30px;}

.aboutDiv2{padding: 180px 0;color: #fff;text-align: center; }
.aboutDiv2 .title{font-size: 24px; }
.aboutDiv2 .p{font-size: 40px;line-height: 1.5;margin: 40px auto 0;max-width: 1400px; }

.aboutDiv3{padding: 90px 0;text-align: center; }
.aboutDiv3 .title{font-size: 28px; }
.aboutDiv3 .p{font-size: 17px;line-height: 1.5;margin: 40px auto 0;max-width: 1400px;color: #666; }

.aboutDiv4{padding: 90px 0;background: #F2F3F3;}
.aboutDiv4 .bdDiv{margin-top: 40px;}
.aboutDiv4 .swiper-container {padding-bottom: 50px; }
.aboutDiv4 .swiper-slide .imgDiv{position: relative;padding-top: 49.342%; }
.aboutDiv4 .swiper-slide .imgDiv .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv4 .swiper-slide img{max-height: 100%;max-width: 100%; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.aboutDiv4 .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;border-radius:50%;opacity:1;position: relative; }
.aboutDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #0D5094; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px; }

.breadcrumbDiv{padding: 30px 0;font-size: 17px;color: #666; }
.breadcrumbDiv .bdDiv{flex-wrap: wrap;}
.breadcrumbDiv a{color: #666;margin:0 5px;}
.breadcrumbDiv a:hover{color: #0D5094;text-decoration: underline; }
.breadcrumbDiv span{color: #666;}

.nyMain{margin-top: 100px; }

.detailDiv .hdDiv{padding: 60px;background: #0D5094;color: #fff; }
.detailDiv .hdDiv .adTitleDiv span p{color: #fff;font-weight: normal; }
.detailDiv .hdDiv .date{font-size: 17px;margin-top: 20px; }
.detailDiv .bdDiv{padding: 90px 0;background: #fff;}
.detailDiv .bdDiv .textDiv{margin-bottom: 90px; }
.detailDiv .bdDiv .textDiv img{display: block;}
.detailDiv .bdDiv .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.detailDiv .bdDiv .arPageDiv{background: #F2F3F3;padding: 35px; }
.detailDiv .bdDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.detailDiv .bdDiv .arPageDiv span{font-size: 22px;color: #3D3D3D;margin: 0 20px; }
.detailDiv .bdDiv .arPageDiv a.tit{color: #666;font-size: 17px;width: calc(100% - 100px);word-break:break-all; }
.detailDiv .bdDiv .arPageDiv a.tit:hover{color: #0D5094;text-decoration: underline; }
.detailDiv .listImg{margin: 0 50px; }

.contactDiv1{padding: 90px 0;}
.contactDiv1 .hdDiv{width: 59.375%; }
.contactDiv1 .hdDiv .p{margin: 60px 0 110px;font-size: 17px;line-height: 2;color: #666; }
.contactDiv1 .bdDiv .leftDiv{width: 57.5%; }
.contactDiv1 .bdDiv .leftDiv .text span{font-size: 28px;font-weight: bold;color: #3D3D3D; }
.contactDiv1 .bdDiv .leftDiv .text p{font-size: 17px;color: #666;line-height: 2;margin-top: 20px; }
.contactDiv1 .bdDiv .leftDiv .formDiv{margin-top: 60px; }
.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 40px; }
.contactDiv1 .bdDiv .formDiv .groupDiv .tt{margin-bottom: 10px;font-size: 17px;color: #3D3D3D; }
.contactDiv1 .bdDiv .formDiv .groupDiv .tt i{color: #E60012; }
.contactDiv1 .bdDiv .formDiv .groupDiv input{display: block;width: 100%;line-height: 48px;border: 1px solid #CCCCCC;border-radius: 4px;padding: 0 10px; }
.contactDiv1 .bdDiv .formDiv .groupDiv textarea{display: block;width: 100%;border: 1px solid #CCCCCC;border-radius: 4px;padding: 5px 10px;height: 150px;resize: none; }
.contactDiv1 .bdDiv .formDiv button{width: 100%;line-height: 60px;background: #0D5094;padding: 0;font-size: 14px;color: #fff;border-radius: 4px;border: 0;cursor: pointer; }
.contactDiv1 .formDiv label{padding-left: 30px;position: relative; }
.contactDiv1 .formDiv label .p{line-height: 2; }
.contactDiv1 .formDiv input[type='checkbox']{
	position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0!important;
    background-color: transparent;
    -webkit-appearance: none;
    background-image: none;
    margin: 0;
}
.contactDiv1 .formDiv input[type='checkbox']:before{
	content:"";
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat left center;
    background-size:100% 100%; 
    position: absolute;
    top: 0;
    left: 0;
}
.contactDiv1 .formDiv input[type='checkbox']:checked:before{
    background: url(../img/check_.png) no-repeat left center;
    background-size:100% 100%;
}
.contactDiv1 .bdDiv .rightDiv{width: 33.25%; }
.contactDiv2{padding: 90px 0;background: #F2F3F3; }
.contactDiv2 .infoDiv{margin: 60px 0;font-size: 17px;color: #3d3d3d; }
.contactDiv2 .infoDiv p{margin: 20px 0; }
.contactDiv2 .infoDiv p img{margin-right: 10px; }
.contactDiv2 .row{margin: 0 -20px; }
.contactDiv2 .row>div{padding: 0 20px;}
.contactDiv2 .row>div .conDiv{padding: 40px;background: #fff;height: 100%; }
.contactDiv2 .row>div .conDiv .p1{padding-left: 14px;position: relative;font-size: 28px; }
.contactDiv2 .row>div .conDiv .p1:before{content: "";width: 4px;height: 24px;background: #0D5094;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.contactDiv2 .row>div .conDiv .p2 dl{margin-top: 20px; }
.contactDiv2 .row>div .conDiv .p2 dl dt{width: 210px;font-weight: normal; }
.contactDiv2 .row>div .conDiv .p2 dl dd{width: calc(100% - 210px);margin: 0;color: #666; }
.contactDiv2 .row>div .conDiv .p2 dl dd a{color: #666; }
.contactDiv2 .row>div .conDiv .p2 dl dd a:hover{text-decoration: underline;text-underline-offset: 3px; }
.contactDiv2 .row>div:nth-child(1) .conDiv .p2 dl dt{width: 330px; }

.pdMenuDiv{border-bottom: 1px solid #ccc;top: 100px;left: 0;position: absolute;z-index: 99;width: 100%;background: #fff; }
.pdMenuDiv ul li a{display: block;line-height: 50px;color: #3D3D3D;font-size: 17px;position: relative;margin: 0 2.5vw; }
.pdMenuDiv ul li a.top_dh_in{font-weight: bold;color: #0D5094; }


.productDetailDiv .hdDiv{padding: 80px 0 90px;align-items: flex-start;border-bottom: 1px solid #ccc; }
.productDetailDiv .leftDiv{width: 45.375%;}
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 0 0 30px;width: 106px;position: relative;margin-left: 0;}
.productDetailDiv .swiper-container {width: 100%;height: 600px;margin-left: 0;margin-right: auto;}
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 126px);}
/* .productDetailDiv .gallery-top .swiper-slide{display: flex;justify-content: center;align-items: center;} */
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 600px;background: #F2F3F3;}
.productDetailDiv .gallery-top .swiper-slide img{max-height:88%;max-width: 88%;}
.productDetailDiv .gallery-thumbs {height: 570px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {height: 106px;display: flex;justify-content: center;align-items: center;background: #F2F3F3;position: relative; }
.productDetailDiv .gallery-thumbs .swiper-slide img{max-height:90%;max-width: 90%;}
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #0D5094;position: absolute;left: 0;top: 0;z-index: 2; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 20px;height: 20px;margin-top:0;left: 50%;margin-left: -10px;}
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{background: url(../img/pd-right.png) no-repeat center center;background-size: 100%;right: auto;bottom: 0;top: auto;}
/* .productDetailDiv .swiper-button-prev{background: url(../img/pd-left.png) no-repeat center center;background-size: 100%;top: 0;} */
.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;left: auto;bottom: auto;top: 50%;margin-left: initial;}
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 10px;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 10px;}
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

.productDetailDiv .rightDiv{width: 47.125%;}
.productDetailDiv .rightDiv .breadcrumbDiv{padding: 0; }
.productDetailDiv .rightDiv .title{font-size: 36px;color: #0D5094;margin-top: 50px;font-weight: bold; }
.productDetailDiv .rightDiv .radioDiv{margin-top: 70px;}
.productDetailDiv .rightDiv .radioDiv span{font-size: 20px;color: #333;font-weight: bold; }
.productDetailDiv .rightDiv .radioDiv .aDiv{flex-wrap: wrap;margin-right: -20px;}
.productDetailDiv .rightDiv .radioDiv .aDiv a{margin-top: 20px;margin-right: 20px;border: 1px solid #ccc;color: #999999;width: 90px;line-height: 44px;font-size: 17px;text-align: center; }
.productDetailDiv .rightDiv .radioDiv .aDiv a.active{color: #fff;border-color: #379AD4;background: #379AD4; }
.productDetailDiv .rightDiv .colorDiv .aDiv a.active{border-color: #379AD4;background: #379AD4; }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }
.productDetailDiv .rightDiv .btnDiv a{max-width: 285px;width: 50%;height: 56px;color: #fff;text-align: center;font-size: 17px; }
.productDetailDiv .rightDiv .btnDiv a.InquiryBtn{background: #379AD4; }
.productDetailDiv .rightDiv .btnDiv a.CompareBtn{background: #0D5094;margin-left: 20px; }
.productDetailDiv .rightDiv .btnDiv a:hover{opacity: .8;}

.productDetailDiv .bdDiv .itemDiv{align-items: flex-start;padding-top: 60px; }
.productDetailDiv .bdDiv .itemDiv .ilDiv{width: 27%;font-size: 36px;font-weight: bold; }
.productDetailDiv .bdDiv .itemDiv .irDiv{width: 73.3125%;padding: 0 0 60px;border-bottom: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv:last-child .irDiv{border-bottom: 0; }
.productDetailDiv .bdDiv .itemDiv .irDiv ul li{position: relative;padding-left: 28px;color: #3D3D3D;font-size: 17px;margin-bottom: 10px; }
.productDetailDiv .bdDiv .itemDiv .irDiv ul li:before{content: "";width: 8px;height: 8px;background: #E60012;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%; }
.productDetailDiv .bdDiv .itemDiv .irDiv .tableDiv{overflow: hidden;border-radius: 5px; }
.productDetailDiv .bdDiv .itemDiv .irDiv table{width: 100%;border: 1px solid #ccc;font-size: 17px;color: #3D3D3D; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td{border-bottom: 1px solid #ccc;padding: 10px; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td:nth-child(1){border-right: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .irDiv table tr td a{color: #3D3D3D; }
.productDetailDiv .bdDiv .itemDiv2 .irDiv table tr td:nth-child(1){background: #F0F0F0; }
.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr:nth-child(1) td{background: #F0F0F0; }
.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td{border-right: 1px solid #ccc;text-align: center; }

.tuijianDiv{background: #F2F3F3;padding: 90px 0; }
.tuijianDiv .bdDiv .row>div .imgDiv{background: #fff;}

/*弹窗*/
.popDiv{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 10999;left: 0;top: 0;display: none;}
.popDiv .popCon{position: absolute;width: 96%;max-width: 890px;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;border-radius: 20px;padding: 30px;max-height: 90%;overflow-y: auto;}
.popDiv .popCon a.close_a{position: absolute;right: 20px;top: 20px;width: 14px; }
.popDiv .popCon .hd{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 30px; }
.popDiv .popCon .hd .title{font-size: 36px;color: #333;display: block; }
.popDiv .popCon .bd .row>div{margin-bottom: 30px; }
.popDiv .popCon .bd .row>div .groupDiv .p{font-size: 17px;color: #3D3D3D;margin-bottom: 10px; }
.popDiv .popCon .bd .row>div .groupDiv .p i{color: #E60012; }
.popDiv .popCon .bd .row>div .groupDiv input{width: 100%;border: 1px solid #CCCCCC;border-radius: 4px;line-height: 48px;padding: 0 10px; }
.popDiv .popCon .bd .row>div .groupDiv input[readonly]{color: #888888;background: #F7F8FA; }
.popDiv .popCon .bd button{width: 100%;max-width: 500px;background: #0D5094;color: #fff;border: 0;padding: 0;line-height: 60px;border-radius: 4px;font-size: 14px;margin: 0 auto;cursor: pointer; }


/*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 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:1570px) {
	header .rightDiv .menu>ul>li{margin-right: 3.5vw; }
	header .othersDiv .langDiv{margin-left: 4.6vw; }
	.indexTitle span,.adTitleDiv span{font-size: 40px; }
	.adTitleDiv p{font-size: 20px; }
	.ihdDiv .p{font-size: 20px; }
	.indexDiv1 a .textDiv .title{font-size: 24px; }
	.indexDiv4 .textDiv{margin-top: 19.6vw; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 20px; }
	header .logo{width: 15%;}
	.productDiv .row>div a .textDiv .title{font-size: 22px; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{padding: 0 10px; }
	.adDiv2 .row{margin: 0 -50px; }
	.adDiv2 .row>div .textDiv span{font-size: 24px; }
	.adDiv2 .row>div .conDiv{padding: 0 50px; }
	.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 20px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 24px; }
	.supportDiv ul li .p1{font-size: 24px; }
	.indDiv2 .bdDiv .row{margin: 0 -15px; }
	.indDiv2 .bdDiv .row>div{padding: 0 15px;margin-top: 30px; }
	.aboutDiv2 .p{font-size: 30px; }
}
@media (max-width:1200px) {
	.cateImg{display: none;}
	header .othersDiv .langDiv{margin-left: 0; }
	.aboutDiv2{padding: 100px 0; }
	.aboutDiv2 .p{font-size: 24px; }
	.productDetailDiv .rightDiv .title,.productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 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;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 #333;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,0);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 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{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:before{display: none;}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	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-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: 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 {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>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;padding-top: 90px;}
	header .othersDiv{height: 50px;padding-right: 40px; }
	header .othersDiv .langDiv>a{height: 50px;}
	.footerDiv .bdDiv .formDiv{width: 25%;}
	.footerDiv .bdDiv .formDiv form{width: 100%;}
	.indexTitle span{font-size: 30px; }
	.nyTitle{font-size: 26px; }
	.indexDiv3 .bdDiv{width: 100%;}
	.adDiv3 .rowDiv .row>div .conDiv .textDiv img{width: 50px;}
	.downloadDiv .conDiv .tableDiv{
		width: 100%;
		overflow-x: auto;
		padding: 0;
		border-radius: 20px 20px 0 0;
	}
	.downloadDiv .conDiv .tableDiv table{
		width: auto;
		min-width: 1000px;
	}
	.downloadDiv .conDiv .tableDiv:before{display: none; }
	.downloadDiv .conDiv table th{padding: 0 30px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%); }
	.downloadDiv .conDiv table td{padding: 20px 30px; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 40px 30px; }
	.nyMain{margin-top: 50px; }
	.pdMenuDiv{top: 50px;}
	.pdMenuDiv ul li a{font-size: 14px;margin: 0 10px; }
	.nyHeaderDiv.onFixed{top: 50px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px;}
	
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	header .logo{width: auto;}
	.index-banner .img{height: 54vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 15px; }
	
	.indexDiv1{padding: 50px 0; }
	.ihdDiv{display: block; }
	.indexTitle span,.adTitleDiv span{font-size: 24px; }
	.adTitleDiv p{font-size: 18px; }
	.ihdDiv .p{width: 100%;font-size: 16px;margin-top: 10px; }
	.indexDiv1 .bdDiv .swiper-container{margin: 30px 0; }
	.indexDiv1 a{padding: 15px;border-radius: 15px; }
	.indexDiv1 a .imgDiv{width: 43%;height: 150px;}
	.indexDiv1 a .textDiv .title{font-size: 18px; }
	.indexDiv1 a .textDiv .line{margin: 10px 0; }
	.indexDiv1 a .textDiv{width: 50%;}
	.indexDiv1 a .textDiv .p1{font-size: 15px;margin-bottom: 13px; }
	.indexDiv1 a .textDiv i{width: 20px;height: 20px; }
	.indexDiv1 a .textDiv i:before{width: 10px;height: 1px; }
	.indexDiv1 a .textDiv i::after{width: 1px;height: 10px; }
	.indexDiv1 .bdDiv .btnDiv{height: 40px;}
	.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 40px;height: 40px; }
	.indexDiv2{padding: 50px 0; } 
	.indexDiv2 .bdDiv{margin-top: 30px; }
	.indexDiv2 .bdDiv ul{flex-wrap: wrap;}
	.indexDiv2 .bdDiv ul li{width: 50%!important;height: 54vw; }
	.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 16px; }
	.indexDiv2 .bdDiv ul li .conDiv{padding: 15px 10px; }
	.indexDiv3{padding: 50px 0; }
	.indexDiv3 .bdDiv .listDiv{margin-top: 40px; }
	.indexDiv3 .bdDiv .listDiv ul li{display: block;margin-bottom: 30px; }
	.indexDiv3 .bdDiv .listDiv ul li img{width: 50px;height: 50px; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: 100%;margin: 10px 0 0; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px;}
	.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px; }
	
	.indexDiv4{padding: 50px 0; }
	.indexDiv4 .textDiv{margin-top: 70px;width: 80%; }
	.indexDiv4 .textDiv img{width: 100px; }
	.indexDiv4 .textDiv p{font-size: 16px;margin-top: 20px; }
	.indexDiv4>img{top: 100px;left: 10%;width: 100%; }
	.indexDiv5{padding: 50px 0 30px; }
	.indexDiv5 .bdDiv{margin-top: 30px; }
	.indexDiv5 .bdDiv .row{margin: 0 -10px; }
	.indexDiv5 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding-top: 10px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{font-size: 14px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 16px;margin: 5px 0; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 14px;}
	
	.footerDiv .hdDiv{padding: 40px 0 30px; }
	.footerDiv .hdDiv .shareDiv a{margin-left: 10px;width: 40px;height: 40px; }
	.footerDiv .bdDiv{display: block;padding-bottom: 40px; }
	.footerDiv .bdDiv .listDiv{margin-right: 0;margin-bottom: 20px; }
	.footerDiv .bdDiv .listDiv .aDiv{margin-top: 0; }
	.footerDiv .bdDiv .listDiv .aDiv a{display: inline-block;margin-right: 10px;margin-top: 5px; }
	.footerDiv .bdDiv .formDiv{width: 100%; }
	
	.ny-banner .wrap{height: 50vw;}
	.ny-banner span{font-size: 20px; }
	.ny-banner .breadDiv{font-size: 14px;margin-top: 10px; }
	.nyHeaderDiv .nyCon{height: initial;display: block;padding: 10px 0;}
	.twoMenuDiv{width: 100%;margin-top: 10px;justify-content: flex-start; }
	.twoMenuDiv a{font-size: 15px;margin: 5px 15px 5px 0; }
	.adDiv1{padding: 50px 0; }
	.adDiv1 .bdDiv{display: block; }
	.adDiv1 .leftDiv{width: 100%;}
	.adDiv1 .rightDiv{width: 100%;margin-top: 20px;font-size: 16px; }
	.adDiv2{padding: 45px 0 0; }
	.adDiv2 .row>div{margin-bottom: 30px; }
	.adDiv2 .row>div .textDiv span{font-size: 20px; }
	.adDiv2 .row>div .textDiv p{font-size: 15px; }
	.adDiv3{padding: 45px 0; }
	.adDiv3 .rowDiv{margin-bottom: 30px; }
	.adDiv3 .rowDiv .row>div{margin-top: 20px; }
	.adDiv3 .bdDiv .listDiv{position: relative;top: initial;transform: initial;width: 100%;margin-top: 20px; }
	.adDiv3 .bdDiv .leftDiv{width: 100%;max-width: 100%;height: 70vw; }
	.adDiv3 .bdDiv .listDiv ul li{padding: 15px 0 15px 50px; }
	.adDiv3 .bdDiv .listDiv ul li img{width: 40px;}
	.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 60px);}
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px;margin-top: 5px;max-width: 260px; }
	.adDiv3 .bdDiv .listDiv ul li.on{padding-left:30px; }
	
	.nyTitle{font-size: 22px; }
	.productDiv .itemDiv{padding: 40px 0; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{margin-top: 20px;padding: 0 10px; }
	.productDiv .row>div a .textDiv .title{font-size: 17px; }
	.productDiv .row>div a .textDiv .p{font-size: 15px; }
	.productDiv .row>div a .textDiv span{font-size: 15px;}
	.productDiv .row>div a .textDiv i{width: 20px;height: 20px; }
	.productDiv .row>div a .textDiv i:before{width: 10px;height: 1px; }
	.productDiv .row>div a .textDiv i::after{width: 1px;height: 10px; }
	.productDiv .row>div a .textDiv{padding-top: 10px; }
	
	.supportDiv{padding: 45px 0; }
	.supportDiv ul li{margin-top: 30px; }
	.supportDiv ul li img{width: 50px;}
	.supportDiv ul li .p1{font-size: 20px;margin: 15px 0 20px; }
	.supportDiv ul li .p2{font-size: 15px; }
	
	.faqDiv{padding: 45px 0; }
	.faqDiv .listDiv{margin-top: 30px; }
	.faqDiv .bdDiv ul li .hd{font-size: 17px;padding: 10px 50px 10px 20px; }
	.faqDiv .bdDiv ul li .bd{padding: 10px 20px 20px; }
	
	.downloadDiv{padding: 45px 0; }
	.downloadDiv .bdDiv{margin-top: 30px; }
	.downloadDiv .tabsDiv a{width: 25%;font-size: 13px;height: 50px;padding: 10px;text-align: center;border-radius: 10px 10px 0 0; }
	.downloadDiv .tabsDiv a.on{height: 60px; }
	.downloadDiv .tabsDiv a.on::after{bottom: 10px;height: 2px;width: 20px; }
	.downloadDiv .conDiv{padding-bottom: 45px; }
	.downloadDiv .conDiv table th{height: 60px; }
	.downloadDiv .conDiv .tableDiv table{font-size: 15px; }
	.downloadDiv .conDiv .tableDiv{margin-bottom: 30px; }
	
	.indDiv1{padding: 45px 0; }
	.indDiv1 .bdDiv{display: block; }
	.indDiv1 .bdDiv .leftDiv{width: 100%; }
	.indDiv1 .bdDiv .leftDiv .p{margin-top: 20px;font-size: 16px; }
	.indDiv1 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv2{padding: 45px 0; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 30px 20px; }
	
	.indDiv3{padding: 45px 0; }
	.indDiv3 .bdDiv{display: block; }
	.indDiv3 .bdDiv .leftDiv{width: 100%; }
	.indDiv3 .bdDiv .leftDiv .p{margin-top: 20px;font-size: 16px; }
	.indDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv4{padding: 45px 0; }
	.indDiv4 .bdDiv{margin-top: 0; }
	.indDiv4 .swiper-container{padding-bottom: 50px; }
	.indDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.ryzzDiv{padding: 45px 0; }
	.ryzzDiv .p{margin: 20px 0;font-size: 16px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .tabsDiv a{height: 50px;margin: 0 5px;font-size: 15px; }
	
	.aboutDiv1{padding: 45px 0; }
	.aboutDiv1 .bdDiv{margin-top: 30px; }
	.aboutDiv1 .swiper-button-next, .aboutDiv1 .swiper-button-prev{width: 30px;height: 30px;margin-top: -15px; }
	.aboutDiv1 .swiper-button-prev{left: 15px; }
	.aboutDiv1 .swiper-button-next{right: 15px; }
	
	.aboutDiv2{padding: 50px 0; }
	.aboutDiv2 .title{font-size: 18px; }
	.aboutDiv2 .p{font-size: 18px;margin-top: 15px; }
	
	.aboutDiv3{padding: 45px 0; }
	.aboutDiv3 .title{font-size: 20px; }
	.aboutDiv3 .p{font-size: 15px;margin-top: 20px; }
	.aboutDiv4{padding: 45px 0; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 40px; }
	.aboutDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.breadcrumbDiv{padding: 15px 0;font-size: 15px; }
	.detailDiv .hdDiv{padding: 30px; }
	.detailDiv .bdDiv{padding: 45px 0; }
	.detailDiv .bdDiv .textDiv{margin-bottom: 45px; }
	.detailDiv .bdDiv .arPageDiv{flex-direction: column;padding: 20px; }
	.detailDiv .bdDiv .arPageDiv>div{width: 100%;}
	.detailDiv .bdDiv .arPageDiv>div:last-child{flex-direction: row-reverse; }
	.detailDiv .bdDiv .arPageDiv>div:last-child img{transform: rotate(-180deg); }
	.detailDiv .listImg{margin: 10px 0; }
	.detailDiv .bdDiv .arPageDiv span{font-size: 18px; }
	
	.contactDiv1{padding: 45px 0; }
	.contactDiv1 .hdDiv{width: 100%;}
	.contactDiv1 .hdDiv .p{margin: 30px 0 45px;font-size: 16px; }
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .bdDiv .leftDiv{width: 100%; }
	.contactDiv1 .bdDiv .rightDiv{width: 100%; }
	.contactDiv1 .bdDiv .leftDiv .text span{font-size: 20px; }
	.contactDiv1 .bdDiv .leftDiv .text p{font-size: 15px;margin-top: 10px; }
	.contactDiv1 .bdDiv .leftDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 20px; }
	.contactDiv1 .bdDiv .formDiv .groupDiv .tt{font-size: 16px; }
	.contactDiv2{padding: 45px 0; }
	.contactDiv2 .infoDiv{margin: 30px 0;font-size: 15px; }
	.contactDiv2 .row>div .conDiv{padding: 20px; }
	.contactDiv2 .row>div{margin-bottom: 20px; }
	.contactDiv2 .row>div .conDiv .p1{font-size: 20px; }
	.contactDiv2 .row>div .conDiv .p2 dl{display: block; }
	.contactDiv2 .row>div .conDiv .p2 dl dt{width: 100%;}
	.contactDiv2 .row>div .conDiv .p2 dl dd{width: 100%;margin-top: 10px; }
	.contactDiv2 .row>div .conDiv .p1:before{height: 20px;}
	
	.pdMenuDiv .wrap{overflow-x: auto;}
	.pdMenuDiv ul{display: block;white-space:nowrap; }
	.pdMenuDiv ul li {display: inline-block;}
	.pdMenuDiv ul li a{margin: 0 10px; }
	
	.productDetailDiv .hdDiv{display: block;padding: 80px 0 45px;}
	.productDetailDiv .leftDiv{width: 100%;margin-top: 20px;}
	.productDetailDiv .rightDiv .title, .productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 22px; }
	.productDetailDiv .rightDiv{width: 100%;}
	.productDetailDiv .rightDiv .title{margin-top: 20px; }
	.productDetailDiv .gallery-top{width: 100%;}
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 300px;}
	.productDetailDiv .rightDiv .radioDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .radioDivDiv{margin-top: 30px;}
	.productDetailDiv .rightDiv .radioDiv .aDiv a{font-size: 15px;margin-right: 12px;margin-top: 12px;width: 80px;line-height: 38px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .btnDiv a{height: 46px; }
	.productDetailDiv .bdDiv .itemDiv{padding-top: 30px;display: block; }
	.productDetailDiv .bdDiv .itemDiv .ilDiv{width: 100%; }
	.productDetailDiv .bdDiv .itemDiv .irDiv{width: 100%;margin-top: 20px;padding-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li,.productDetailDiv .bdDiv .itemDiv .irDiv table{font-size: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li{padding-left: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li:before{width: 5px;height: 5px; }
	.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td,.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td a{word-break:break-all;}
	.tuijianDiv{padding: 45px 0; }

	/*弹窗*/
	.popDiv .popCon{padding: 20px; }
	.popDiv .popCon .hd{padding-bottom: 10px;margin-bottom: 20px; }
	.popDiv .popCon .hd .title{font-size: 24px; }
	.popDiv .popCon .bd .row>div{margin-bottom: 20px; }
	.popDiv .popCon .bd .row>div .groupDiv .p{margin-bottom: 5px;font-size: 15px; }
	.popDiv .popCon .bd .row>div .groupDiv input{line-height: 40px; }
	.popDiv .popCon .bd button{line-height: 50px; }	
	
	@media (max-width:320px) {
	}
	
}
