/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.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);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9;color: #333333;text-align: center;height: 90px;background: rgba(0,0,0,.4);border-bottom: 2px solid rgba(255,255,255,.1);}
/* .on-fixed header{background: rgba(0,0,0,.5);} */
header .logo a{height: 90px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
header .logo img.hImg{display: none;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left: 60px;}
header .rightDiv .menu>ul>li>a{height: 90px;line-height: 90px;text-align: left;color: #fff;position: relative;font-size: 18px;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background: transparent;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #fff;height: 3px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{background: rgba(255,255,255,.9);}
.on-fixed header .logo .dImg{display: none;}
.on-fixed header .logo .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li>a::after{background: #333;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}

/****底部***/
.footerDiv .hdDiv{padding:50px 0;background: #00193a; }
.footerDiv .hdDiv .flexbet{align-items: flex-start;}
.footerDiv .hdDiv .leftDiv{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;height: 100%;width: 26.5%;margin-right: 30px;}
.footerDiv .hdDiv .leftDiv a{color: #b2b2b2;display: inline-block;margin-bottom: 30px;font-size: 18px;width: 50%; }
.footerDiv .hdDiv .leftDiv a:hover{color: #fff;}
.footerDiv .hdDiv .centerDiv span{font-size: 22px;color: #b2b2b2;border-bottom: 4px solid #0e6eb8;padding-bottom: 5px;display: inline-block;margin-bottom: 10px; }
.footerDiv .hdDiv .centerDiv p{color: #b2b2b2;margin-top: 10px;}
.footerDiv .hdDiv .centerDiv p a{color: #0e6eb8; }
.footerDiv .hdDiv .rightDiv .ewmDiv {width: 156px;margin-left: 30px;}
.footerDiv .hdDiv .rightDiv .ewmDiv img{width: 100%;}
.footerDiv .hdDiv .rightDiv .ewmDiv span{text-align: center;display: block;margin-top: 15px;color: #b2b2b2;}
.footerDiv .hdDiv .ewmDiv{text-align: center;}
.footerDiv .hdDiv .ewmDiv span{display: block;margin-top: 10px;}
.footerDiv .bdDiv{padding: 20px 0;color: rgba(255,255,255,1);font-size: 16px;background: #011126;text-align: center; }
.footerDiv .bdDiv a{color: rgba(255,255,255,1);}
.footerDiv .bdDiv a:hover{color: #fff;}


/********************************* 首页 **********************************/
.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: 49.47vw;background: none no-repeat center;background-size: cover;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px;}
.index-banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;background-size: 100%; border-radius: 50%;opacity:.5;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
/*.ui-homebanner .swiper-pagination-bullet-active:after{content: "";width: 24px;height: 2px;position: absolute;background: #fff;left: -20px;bottom: 7px;}*/

/*.ui-homebanner .swiper-button-next, .ui-homebanner .swiper-button-prev{opacity: .15;background-size: 100% 100%;width: 82px;height: 82px;margin-top: -41px;}
.ui-homebanner .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: 0;background-size: 100% 100%;}
.ui-homebanner .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: 0;background-size: 100% 100%;}*/

.index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;letter-spacing: 5px;}
.index-banner .textDiv span{font-size: 2.8125vw;}
.index-banner .textDiv p{font-size: 1.78vw;margin: 1vw 0 3vw;}
.index-banner .textDiv .line{width: 8.6vw;height: 0.42vw;background: #fff;}

.indexTitle{position: relative;text-align: center;}
.indexTitle span{position: relative;font-size: 32px;display: inline-block;padding: 0 100px;}
.indexTitle span:before{content: "";width: 77px;height: 3px;background: #f46425;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexTitle span:after{content: "";width: 77px;height: 3px;background: #f46425;position: absolute;right: 0;top: 50%;transform: translateY(-50%); }
.indexTitle small{color: #666666;text-transform: uppercase;font-size: 18px;display: block;margin-top: 10px; }

.indexDiv1{padding: 80px 0 40px;background: url(../img/i-bg1.jpg) no-repeat center center/cover; }
.indexDiv1 .row{margin: 0 -40px;}
.indexDiv1 .row>div{padding: 0 40px;}
.indexDiv1 .row>div .conDiv {height: 100%;}
.indexDiv1 .row>div .conDiv .numDiv{font-size: 60px;color: #0046ad;}
.indexDiv1 .row>div .conDiv>span{font-size: 24px;display: block;margin: 10px 0 20px; }
.indexDiv1 .row>div .conDiv>p{color: #666666;line-height: 1.8; }

.indexDiv2{padding: 50px 0 30px;}
.indexDiv2 .indexTitle span,.indexDiv2 .indexTitle small{color: #fff; }
.indexDiv2 .bdDiv{margin-top: 50px; }
.indexDiv2 .bdDiv img{width: 71.7%;}
.indexDiv2 .bdDiv .textDiv{font-size: 20px;color: #fff;line-height: 1.8;}
.indexDiv2 .bdDiv .textDiv p{text-indent: 2em; }
.indexDiv2 .bdDiv .textDiv p i{color: #f46425;font-size: 24px;font-weight: bold; }

.indexDiv3{padding: 50px 0 20px;}
.ihdDiv{position: relative; }
.ihdDiv a{position: absolute;right: 0;top: 50%;transform: -50%;color: #333333; }
.ihdDiv a:hover{color: #f46425; }
.indexDiv3 .tabsDiv{margin: 30px 0;text-align: center; }
.indexDiv3 .tabsDiv a{width: 168px;line-height: 48px;display: inline-block;margin: 0 5px;background: url(../img/t-bg2.png) no-repeat center center/100% 100%;color: #f46425; }
.indexDiv3 .tabsDiv a.on{background: url(../img/t-bg1.png) no-repeat center center/100% 100%;color: #fff; }
.indexDiv3 .row>div{margin-bottom: 40px; }
.indexDiv3 .row>div a{position: relative;padding-top: 64%;display: block; }
.indexDiv3 .row>div a .imgDiv{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }
.indexDiv3 .row>div a .imgDiv img{width: 100%;height: 100%;object-fit: cover;}

.aboutNewsDiv{padding: 15.99vw 0 50px;}
.indexDiv4{background: #fff;position: relative;margin-bottom: 45px;}
.indexDiv4 .leftDiv{width: 41.2%;position: absolute;height: 100%;left: 0;top: 0;}
.indexDiv4 .leftDiv img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv4 .rightDiv{width: 58.8%;min-height: 427px;border-bottom: 17px solid #0046ad;padding: 40px 45px 30px;}
.indexDiv4 .rightDiv .titleDiv span{display: block;font-size: 28px;}
.indexDiv4 .rightDiv .titleDiv small{font-size: 24px;color: #b8b8b8;display: block;}
.indexDiv4 .rightDiv .p{font-size: 14px;color: #666666;line-height: 1.8;margin: 20px 0;}
.indexDiv4 .rightDiv .p p{text-indent: 2em;}
.indexDiv4 .rightDiv a{display: block;width: 98px;line-height: 36px;border: 1px solid #f46425;border-radius: 19px;text-align: center;color: #f46425;}
.indexDiv4 .rightDiv a:hover{background: #f46425;color: #fff;}

.indexDiv5 .bdDiv{margin-top: 50px; }
.indexDiv5 .bdDiv .leftDiv{width: 37.9%;}
.indexDiv5 .bdDiv .rightDiv{width: 60.58%;}
.indexDiv5 .bdDiv .rightDiv ul li a{margin-bottom: 40px;}
.indexDiv5 .bdDiv .rightDiv ul li a .numId{width: 56px;line-height: 56px;background: #dcdcdc;color: #fff;text-align: center;font-size: 30px;font-weight: bold; }
.indexDiv5 .bdDiv .rightDiv ul li a .textDiv{width: calc(100% - 70px);}
.indexDiv5 .bdDiv .rightDiv ul li a .textDiv span{color: #333;}
.indexDiv5 .bdDiv .rightDiv ul li a .textDiv p{color: #666666;font-size: 14px;margin-top: 10px;}
.indexDiv5 .bdDiv .rightDiv ul li a:hover .textDiv span{color: #f46425;}
.indexDiv5 .bdDiv .rightDiv ul li a:hover .numId{background: #f46425;}

.indexDiv6{padding: 68px 0 75px;}
.indexDiv6 .indexTitle span,.indexDiv6 .indexTitle small{color: #fff; }
.indexDiv6 .ihdDiv a{color: #fff;}
.indexDiv6 .bdDiv{margin-top: 50px;}
.indexDiv6 .row>div{margin-bottom: 30px;flex: 0 0 20%;max-width: 20%;}
.indexDiv6 .row>div .conDiv{position: relative;padding-top: 50.2%;display: block;}
.indexDiv6 .row>div .conDiv .imgDiv{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center;background: #fff; }
.indexDiv6 .row>div .conDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}



.ny-banner{width: 100%;position:relative;height: 36.458vw;}
/* .ny-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:flex-end;color: #fff;text-align: left;}
.ny-banner .textDiv{padding-bottom: 3vw;}
.ny-banner .textDiv span{font-size: 1.875vw;font-weight: bold;}
.ny-banner .textDiv .breadcrumbDiv{margin-top: 20px;}
.ny-banner .textDiv .breadcrumbDiv a{color: #fff;}
.ny-banner .textDiv .breadcrumbDiv a:hover{opacity: .8;} */

.aboutDiv1{padding: 40px 0 0;}
.aboutDiv1 .bdDiv{margin-top: 50px;}
.aboutDiv1 .leftDiv{width: 39.5%;}
.aboutDiv1 .rightDiv{width: 57.9%;}
.aboutDiv1 .rightDiv p{text-indent: 2em;line-height: 2;}

.aboutDiv2{padding: 50px 0 60px;}
.aboutDiv2 .bdDiv{margin-top: 40px;}

.aboutDiv3{padding: 00px 0 30px;}
.aboutDiv3 .row{margin: 30px -30px 0;}
.aboutDiv3 .row>div{padding: 0 30px;margin-bottom: 20px;text-align: center;}
.aboutDiv3 .row>div .conDiv .pic{padding-top: 65.55%;position: relative;}
.aboutDiv3 .row>div .conDiv .pic .imgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv3 .row>div .conDiv .pic .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv3 .row>div .conDiv span{font-size: 26px;display: block;margin: 10px 0 15px;color: #333; }
.aboutDiv3 .row>div .conDiv p{line-height: 1.8;color: #333; }
.aboutDiv3 .row>div .conDiv:hover span{color: #0046ad;}

.productDiv{padding: 10px 0 30px;}


.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 30px;margin: 0 3px;color: #333;padding: 0 11px;border: 1px solid #eeeeee;}
.pageDiv a:hover,.pageDiv span{color: #fff;background: #0046ad;}

.newsDiv{padding: 50px 0 30px;}
.newsDiv .listDiv{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 47px;}
.newsDiv ul li .imgDiv{width: 20.25%;}
.newsDiv ul li .imgDiv .pic{position: relative;padding-top: 60%;}
.newsDiv ul li .imgDiv .pic .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.newsDiv ul li .imgDiv .pic .img img{object-fit: cover;width: 100%;height: 100%;}
.newsDiv ul li .textDiv{width: 77.83%;}
.newsDiv ul li .textDiv .title{font-size: 22px;color: #333;}
.newsDiv ul li .textDiv span{color: #666666;margin: 5px 0 15px;display: block;}
.newsDiv ul li .textDiv p{font-size: 16px; line-height: 2;}
.newsDiv ul li .textDiv .title:hover{color: #0046ad;}

.casesDiv{padding: 50px 0;}
.casesDiv ul li{margin-bottom: 47px;position: relative;}
.casesDiv ul li::before{content: "";width: 2px;height: 100%;background: #bfbfbf;position: absolute;left: 50px;bottom: -40px;}
.casesDiv ul li .imgDiv{width: 20.25%;}
.casesDiv ul li .imgDiv .pic{position: relative;padding-top: 60%;}
.casesDiv ul li .imgDiv .pic .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.casesDiv ul li .imgDiv .pic .img img{object-fit: cover;width: 100%;height: 100%;}
.casesDiv ul li .textDiv{width: 77.83%;}
.casesDiv ul li .dateDiv{width: 145px;font-size: 22px;color: #666666;}
.casesDiv ul li .dateDiv span{font-weight: bold;color: #000000;margin-right: 10px;}
.casesDiv ul li .text{width: calc(100% - 145px);}
.casesDiv ul li .text .title{font-size: 22px;color: #333;}
.casesDiv ul li .text span{color: #666666;margin: 5px 0 15px;display: inline-block;}
.casesDiv ul li .text p{font-size: 16px; line-height: 2;}
.casesDiv ul li .text .title:hover{color: #0046ad;}

.ysDiv1{padding: 80px 0;background: url(../img/y-bg1.jpg) no-repeat center center/cover;}
.ysDiv1 .row>div{flex: 0 0 20%;max-width: 20%;}

.ysDiv2 .bdDiv{margin-top: -3.125vw;}
.ysDiv2 .bdDiv .rowDiv{margin-top: 26px;}
.ysDiv2 .bdDiv .rowDiv .imgDiv{width: 41.2%;}
.ysDiv2 .bdDiv .rowDiv .textDiv{width: 56%;line-height: 2;}

.ysDiv3{padding: 30px 0 40px;}
.ysDiv3 .bdDiv{position: relative;margin-top: 40px;}
.ysDiv3 .bdDiv .bg{width: 100%;height: 152px;position: absolute;left: 0;top: 0;z-index: -1; }
.ysDiv3 .bdDiv .titleDiv{text-align: center;color: #fff;padding: 25px 0;font-size: 32px;}
.ysDiv3 .bdDiv .row>div .conDiv{background: #fff;padding: 30px 25px;box-shadow: 0px 0px 10px rgba(1,19,45,.27);height: 100%;text-align: right; }
.ysDiv3 .bdDiv .row>div .conDiv span{font-size: 24px;color: #333333;letter-spacing: 3px;}
.ysDiv3 .bdDiv .row>div .conDiv p{font-size: 20px;color: #666666;margin-top: 20px; }
.ysDiv3 .bdDiv .row>div .conDiv i{color: #f46425;}

.ysDiv4{padding-bottom: 53px;}
.ysDiv4 .row{margin: 0 -30px;}
.ysDiv4 .row>div{margin-top: 50px;padding: 0 30px;}
.ysDiv4 .row>div a{display: block;padding-top: 86.1%;position: relative;}
.ysDiv4 .row>div a .imgDiv{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.ysDiv4 .row>div a .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.ysDiv4 .row>div a .bgDiv{position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-align: center;color: #fff;display: flex;justify-content: center;align-items: center; }
.ysDiv4 .row>div a .bgDiv .textDiv{padding: 18px;}
.ysDiv4 .row>div a .bgDiv span{font-size: 34px;}
.ysDiv4 .row>div a .bgDiv .line{width: 60px;height: 6px;margin: 10px auto;background: #fff; }
.ysDiv4 .row>div a .bgDiv p{font-size: 14px;line-height: 2;display: none;}
.ysDiv4 .row>div a:hover .bgDiv{background: #0046ad;}
.ysDiv4 .row>div a:hover .bgDiv p{display: -webkit-box;}

.contactDiv1{padding: 45px 0;}
.contactDiv1 .bdDiv{margin-top: 38px;}
.contactDiv1 .bdDiv .row>div{margin-bottom: 20px;}
.contactDiv1 .bdDiv .row>div .groupDiv{display: flex;justify-content: space-between;align-items: center;}
.contactDiv1 .bdDiv .row>div span{width: 115px;font-size: 18px;float: left;text-align: right;}
.contactDiv1 .bdDiv .row>div span i{color: #ff0000;}
.contactDiv1 .bdDiv .row>div .rightDiv{width: calc(100% - 123px);float: right;}
.contactDiv1 .bdDiv .row>div .rightDiv textarea{width: 100%;height: 132px;border: 1px solid #bfbfbf;border-radius: 4px;padding: 5px 10px;font-size: 18px;}
.contactDiv1 .bdDiv .row>div .inputDiv input{line-height: 40px;border: 1px solid #bfbfbf;border-radius: 4px;padding: 0 10px;width: 100%;font-size: 18px;}
.contactDiv1 .bdDiv .row>div label{margin-bottom: 0;font-size: 18px;cursor: pointer;}
.contactDiv1 .bdDiv .row>div .groupDiv.textareaDiv{align-items: flex-start;}
.contactDiv1 .bdDiv .row>div .rightDiv .p{font-size: 16px;color: #666666;line-height: 2;margin-top: 5px;}
.contactDiv1 .bdDiv .row>div .agreeDiv label{color: #0046ad;}
.contactDiv1 .bdDiv .row>div .radioDiv label{margin-right: 30px; }
.contactDiv1 .bdDiv .row>div button{display: block;width: 270px;line-height: 42px;background: #336bbd;color: #fff;border-radius: 4px;border: 0;margin: 0 auto;padding: 0;cursor: pointer;}
.groupDiv input[type="radio"]{width:24px;height:24px;margin-right:10px;margin-top:-6px;display: inline-block;text-align: center;vertical-align: middle; position: relative;}
.groupDiv input[type="radio"]::before{content: "";position: absolute;top: 0;left: 0;background: url(../img/radio.png);width: 100%;height: 100%;}
.groupDiv input[type="radio"]:checked::before{outline:none;content: "";background: url(../img/radio_.png);position: absolute;top: 0;left: 0;width:100%;}
.groupDiv input[type="checkbox"]{width:24px;height:24px;margin-right:10px;margin-top:-6px;display: inline-block;text-align: center;vertical-align: middle; position: relative;}
.groupDiv input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: url(../img/check.png);width: 100%;height: 100%;}
.groupDiv input[type="checkbox"]:checked::before{outline:none;content: "";background: url(../img/check_.png);position: absolute;top: 0;left: 0;width:100%;}

.contactDiv2{padding: 0 0 60px;}
.contactDiv2 .rowDiv{position: relative;margin-top: 35px;padding: 40px 0;}
.contactDiv2 .rowDiv .imgDiv{position: absolute;left: 0;top: 50%;width: 49.3%;height: 100%;transform: translateY(-50%);}
.contactDiv2 .rowDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.contactDiv2 .rowDiv .textDiv{position: relative;background: #eef5ff;padding: 30px 55px;width: 52.83%;}
.contactDiv2 .rowDiv .textDiv span{font-size: 30px;color: #333;}
.contactDiv2 .rowDiv .textDiv p{margin-top: 15px;font-size: 18px;color: #666;padding-left: 23px;position: relative;}
.contactDiv2 .rowDiv .textDiv p:before{content: "";width: 12px;height: 12px;background: rgba(255, 194, 168, 1);border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -6px;}

.productDetailDiv{padding: 40px 0;}
.productDetailDiv .hdDiv .title{font-size: 32px;text-align: center;margin-bottom: 30px;}
.productDetailDiv .hdDiv .imgDiv{width: 50.9%;background: #fff;}
.productDetailDiv .hdDiv .textDiv{width: 47.5%;}
.productDetailDiv .hdDiv .textDiv p{text-indent: 2em;line-height: 2;}
.productDetailDiv .bdDiv{margin: 30px 0;}
.productDetailDiv .bdDiv .textDiv .itemDiv{margin-top: 20px;}
.productDetailDiv .bdDiv .textDiv .itemDiv .tit{display: block;border-bottom: 1px solid #bfbfbf;font-size: 28px;color: #1a1a1a;padding-bottom: 10px;margin-bottom: 20px;}
.productDetailDiv .bdDiv .textDiv .itemDiv .p p{line-height: 2;}

.productDetailDiv .lbDiv{padding: 0 50px;margin: 30px -50px 0;position: relative;}
.productDetailDiv .swiper-button-next, .productDetailDiv .swiper-button-prev{width: 30px;height: 30;margin-top: -15px;}
.productDetailDiv .swiper-button-next{background: url(../img/right.png) no-repeat right center/100%;right: 0;}
.productDetailDiv .swiper-button-prev{background: url(../img/left.png) no-repeat left center/100%;left: 0;}
.productDetailDiv .swiper-button-next:hover{background: url(../img/right_.png) no-repeat right center/100%;right: 0;}
.productDetailDiv .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat left center/100%;left: 0;}

.detailDiv {padding:50px 0;}
.detailDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;text-align: center;}
.detailDiv .hd .smTit{display: flex;justify-content: center;align-items: center;font-size: 14px;color: #999999;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 25px;}
.detailDiv .hd .smTit span{display: inline-block;line-height: 1;}
.detailDiv .hd .smTit span i{display: inline-block;margin: 0 10px;font-size: 12px;}
.detailDiv .bd {text-align: center;}
.detailDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 15px;font-size: 16px;color: #555555;}
.detailDiv .otherPage>div a{color: #555555;}
.detailDiv .otherPage>div a:hover{color: #0046ad;}


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: max-content;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;min-width: initial;}
.menu ul ul li:hover>ul{left: 100%;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{padding: 8px 0;background: #fff;}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 180px;}
header .rightDiv .menu>ul>li:hover>ul{margin-left: 50%;transform: translateX(-50%);}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li li a{font-size: 14px;color: #333;margin: 0;font-weight: normal;text-align: left;text-transform: capitalize;padding: 15px 0 15px 40px;}
header .rightDiv .menu>ul>li li.has-sub>a{background: url(../img/jt.png) no-repeat right 30px center;}
header .rightDiv .menu>ul>li li a:hover {color: #e60012;}
header .rightDiv .menu>ul>li li.has-sub:hover>a{background: url(../img/jt_.png) no-repeat right 30px center;color: #e60012;}
.menu ul .default ul{padding: 0;}


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1220px) {
	.wrap{padding: 0 15px;}
}
@media (max-width:1100px) {
	header .rightDiv .menu>ul>li{margin-left: 30px;}
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
/*	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}*/
	
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 45%;}
	header .mbtn {display: block;}
	body.on-menu header{background:rgba(255,255,255,.9);;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background:rgba(255,255,255,.9);;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;}
	header .rightDiv .searchDiv{float: initial;justify-content: flex-start;}
	header .rightDiv .language{float: initial;justify-content: flex-start;height: 50px;padding-left: 20px;}
	header .rightDiv .menu>ul>li li a{padding: 0 20px 0 30px;}
	header .rightDiv .menu>ul>li li.has-sub>a,header .rightDiv .menu>ul>li li.has-sub:hover>a{background: none;}
	.menu ul ul li:hover>ul{left: 0;}
	body.on-menu header .logo img.dImg{display: none; }
	body.on-menu header .logo img.hImg{display: block; }
	body.on-menu header .rightDiv .menu>ul>li>a{color: #333;}
	
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	
	.index-banner .img{height: 50vw;}
	.index-banner .textDiv span{font-size: 16px;}
	.index-banner .textDiv p{font-size: 12px;}
	.index-banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.index-banner .textDiv .line{width: 40px;height: 2px;}
	
	.indexTitle span{font-size: 20px;padding: 0 60px; }
	.indexTitle small{font-size: 12px;margin-top: 5px;}
	.indexTitle span:before,.indexTitle span:after{width: 45px;}
	
	
	.indexDiv1{padding: 40px 0 20px;}
	.indexDiv1 .row{margin: 0 -10px; }
	.indexDiv1 .row>div{padding: 0 10px;margin-bottom: 30px; }
	.indexDiv1 .row>div .conDiv .numDiv{font-size: 32px; }
	.indexDiv1 .row>div .conDiv>span{font-size: 16px;margin: 10px 0;}
	.indexDiv1 .row>div .conDiv>p{font-size: 12px;}
	
	.indexDiv2 .bdDiv{display: block;text-align: center;margin-top: 30px; }
	.indexDiv2 .bdDiv img{width: 100%;}
	.indexDiv2 .bdDiv .textDiv{font-size: 16px;margin-top: 20px;}
	.indexDiv2 .bdDiv .textDiv p i{font-size: 20px;}
	
	.ihdDiv{text-align: center;}
	.ihdDiv a{position: relative;margin-top: 10px;display: inline-block; }
	.indexDiv3 .tabsDiv{margin: 20px 0;}
	.indexDiv3 .tabsDiv a{width: 45%;line-height: 40px;margin: 5px 2%;font-size: 14px;}
	.indexDiv3 .row{margin: 0 -7px;}
	.indexDiv3 .row>div{margin-bottom: 15px;padding: 0 7px;}
	.aboutNewsDiv{padding-bottom: 25px;}
	.indexDiv4 .leftDiv{width: 100%;float: initial;position: relative;}
	.indexDiv4 .rightDiv{width: 100%;float: initial;min-height: initial;padding: 20px;}
	.indexDiv4 .rightDiv .titleDiv span{font-size: 24px;}
	.indexDiv4 .rightDiv .titleDiv small{font-size: 16px;}
	.indexDiv5 .bdDiv .leftDiv{width: 100%;float: initial;}
	.indexDiv5 .bdDiv .rightDiv{width: 100%;float: initial;margin-top: 20px;}
	.indexDiv5 .bdDiv .rightDiv ul li a{margin-bottom: 20px;}
	.indexDiv6{padding: 30px 0;}
	.indexDiv6 .bdDiv{margin-top: 25px;}
	.indexDiv6 .row>div{flex: 0 0 33.3%;max-width: 33.3%;padding: 0 7px;margin-bottom: 15px; }
	
	.footerDiv .hdDiv{padding: 25px 0;}
	.footerDiv .hdDiv .centerDiv span{font-size: 18px;}
	.footerDiv .hdDiv .leftDiv{display: none;}
	.footerDiv .hdDiv .centerDiv p,.footerDiv .hdDiv .rightDiv .ewmDiv span{font-size: 14px;}
	.footerDiv .hdDiv .flexbet{display: block;}
	.footerDiv .hdDiv .rightDiv{margin-top: 25px;justify-content: center;}
	.footerDiv .hdDiv .rightDiv .ewmDiv{margin: 0 10px;width: 130px;}
	.footerDiv .bdDiv{font-size: 14px;}
	.footerDiv .bdDiv a{display: block;}
	
	.ny-banner{height: 46vw;}
	.aboutDiv1 .bdDiv{margin-top: 25px;}
	.aboutDiv1 .leftDiv{width: 100%;float: initial;}
	.aboutDiv1 .rightDiv{width: 100%;float: initial;margin-top: 10px;}
	
	.aboutDiv3{padding: 0 0 20px;}
	.aboutDiv3 .row>div .conDiv span{font-size: 20px;}
	
	.productDiv{padding: 0 0 30px;}

	.newsDiv{padding: 30px 0 15px;}
	.newsDiv .leftDiv{width: 100%;float: initial;}
	.newsDiv .rightDiv{width: 100%;float: initial;}
	.newsDiv .listDiv{margin-bottom: 20px;}
	.newsDiv ul li{margin-bottom: 20px;}
	.newsDiv ul li .imgDiv{width: 100%;}
	.newsDiv ul li .textDiv{width: 100%;}
	.newsDiv ul li .textDiv .title{font-size: 18px;margin-top: 10px;}
	.newsDiv ul li .textDiv span{margin: 5px 0 10px;}
	.newsDiv ul li .textDiv p{line-height: 1.8;}
	
	.casesDiv{padding: 30px 0 15px;}
	.casesDiv .leftDiv{width: 100%;float: initial;}
	.casesDiv .rightDiv{width: 100%;float: initial;}
	.casesDiv .listDiv{margin-bottom: 20px;}
	.casesDiv ul li{margin-bottom: 20px;}
	.casesDiv ul li .imgDiv{width: calc(100% - 100px);margin-top: 15px;}
	.casesDiv ul li .textDiv{width: 100%;}
	.casesDiv ul li .text{width: calc(100% - 100px);}
	.casesDiv ul li .text .title{font-size: 16px;}
	.casesDiv ul li .text span{margin: 5px 0 10px;font-size: 14px;}
	.casesDiv ul li .text p{line-height: 1.6;font-size: 14px;}
	.casesDiv ul li .dateDiv{font-size: 16px;width: 100px;}
	.casesDiv ul li::before{left: 40px;height: calc(100% - 20px);bottom: -10px;}
	.casesDiv ul li .dateDiv span{margin-right: 5px;}
	
	.ysDiv1{padding: 20px 0;}
	.ysDiv1 .row>div{flex: 0 0 33.3%;max-width: 33.3%;margin-bottom: 10px;}
	.ysDiv1 .row>div .conDiv>span{margin: 0;}
	
	.ysDiv2 .bdDiv .rowDiv .imgDiv{width: 100%;}
	.ysDiv2 .bdDiv .rowDiv .textDiv{width: 100%;margin-top: 10px;}
	.ysDiv3 .bdDiv{margin-top: 20px;}
	.ysDiv3 .bdDiv .titleDiv{font-size: 20px;padding: 15px 0;}
	.ysDiv3 .bdDiv .row{margin: 0 -7px;}
	.ysDiv3 .bdDiv .row>div{margin-bottom: 15px;padding: 0 7px;}
	.ysDiv3 .bdDiv .row>div .conDiv{padding: 15px 5px;}
	.ysDiv3 .bdDiv .row>div .conDiv span{font-size: 16px;}
	.ysDiv3 .bdDiv .row>div .conDiv p{font-size: 13px;margin-top: 10px;}
	
	.ysDiv4 .row{margin: 0 -7px;}
	.ysDiv4 .row>div{padding: 0 7px;margin-top: 14px;}
	.ysDiv4 .row>div a .bgDiv .textDiv{padding: 5px;}
	.ysDiv4 .row>div a .bgDiv .textDiv span{font-size: 16px;}
	.ysDiv4 .row>div a .bgDiv .line{width: 30px;height: 3px;margin: 5px auto;}
	.ysDiv4 .row>div a .bgDiv p{font-size: 12px;line-height: 1.6;-webkit-line-clamp: 4;}
	
	
	.detailDiv{padding: 30px 0;}
	.detailDiv .hd .title{font-size: 20px;}
	.detailDiv .hd .smTit{margin-top: 15px;}
	
	.productDetailDiv{padding: 20px 0;}
	.productDetailDiv .hdDiv .title{font-size: 20px;margin-bottom: 20px;}
	.productDetailDiv .hdDiv .imgDiv{width: 100%;float: initial;}
	.productDetailDiv .hdDiv .textDiv{width: 100%;float: initial;margin-top: 20px;}
	.productDetailDiv .bdDiv .textDiv .itemDiv .tit{font-size: 20px;}
	.productDetailDiv .lbDiv{margin:20px 0 0;padding: 0 40px;}
	
	
	.contactDiv1{padding: 30px 0;}
	.contactDiv1 .bdDiv{margin-top: 20px;}
	.contactDiv1 .bdDiv .row>div .groupDiv{display: block;}
	.contactDiv1 .bdDiv .row>div span{display: block;text-align: left;font-size: 16px;width: initial;}
	.contactDiv1 .bdDiv .row>div label{font-size: 16px;}
	.contactDiv1 .bdDiv .row>div .rightDiv{width: 100%;margin-top: 10px;}
	.contactDiv1 .bdDiv .row>div .rightDiv.flexbet{display: block;align-items: flex-start;}
	.contactDiv1 .bdDiv .row>div .rightDiv.flexbet label{margin-bottom: 10px;}
	.contactDiv1 .bdDiv .row>div .rightDiv .p{font-size: 14px;}
	.contactDiv1 .bdDiv .row>div .inputDiv input{font-size: 16px;}
	.groupDiv input[type="checkbox"]{margin-top: -3px;}
	.contactDiv2{padding-bottom: 30px;}
	.contactDiv2 .rowDiv{padding: 0;margin-top: 20px;}
	.contactDiv2 .rowDiv .imgDiv{display: none;}
	.contactDiv2 .rowDiv .textDiv{width: 100%;padding: 20px;}
	.contactDiv2 .rowDiv .textDiv span{font-size: 24px;}
	.contactDiv2 .rowDiv .textDiv p{font-size: 14px;padding-left: 18px;}
	.contactDiv2 .rowDiv .textDiv p:before{width: 8px;height: 8px;}
	
	
	@media (max-width:320px) {
		
		
		
	}
	
}