/*@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;/*min-width: 1200px;*/}
.wrap{margin: 0 auto;max-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;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;height: 100px;transition: all .5s;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.05);}
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .rightDiv{text-align: center;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;;}
header .rightDiv .menu>ul>li>a{height: 100px;text-align: left;color: #333;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;padding: 0 25px;}
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:#055fb5;color: #fff;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #006fc6;height: 3px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);} */
header .rightDiv .otherDiv{height: 100px;}
header .rightDiv .otherDiv .tel_a{font-size: 30px;font-weight: bold;color: #055fb5;margin-left: 25px;}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.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;}

.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;position: relative;}
.menu>ul>li>a{padding:0;font-size:16px;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.has-sub>a{padding-right: 16px;}
.menu>ul>li.has-sub>a:before{content: "";width: 8px;height: 6px;background: url(../img/jt.png) no-repeat center center;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.menu>ul>li.has-sub.on>a:before,.menu>ul>li.has-sub:hover>a:before{background: url(../img/jt_.png) no-repeat center center;}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: #ffffff;text-align: left; width: max-content;top: 100%;left:0;transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);}
.menu ul ul .ul{align-items: flex-start;padding:10px 30px;}
.menu ul ul .ul li:nth-child(2){margin-left: 100px;}
/*.menu ul ul .ulDiv{transition: all .4s;opacity: 0;position: absolute;z-index: -1;visibility: hidden;width: 100%;}*/
/*.menu ul ul:before{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;left: 90%;top: 0;z-index: -1;display: none; }
.menu ul ul:after{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;right: 90%;top: 0;z-index: -1;display: none; }*/
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu ul ul .ul span{display: block;margin-bottom: 15px;color: #333333;}
.menu ul ul .ul a{font-size: 14px;color: #666;margin: 10px 0;}
.menu ul ul .ul a:hover{color: #006fc6;}
/*.menu>ul>li:hover>ul>.wrap>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/
/*.menu li:hover>ul:before,.menu li:hover>ul:after{display: block;}*/
.menu ul ul ul{position:absolute;text-align: center;width: 100vw;top:100%;left:0;transition: opacity .6s;height: 0;}

/*.menu>ul>li>ul li:hover>ul>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/

/****底部***/
.footerDiv{background: #333333;}
.footerDiv .hdDiv{padding:30px 0;border-bottom: 1px solid #666666; }
.footerDiv .hdDiv .flexbet{align-items: flex-start;color: #fff;}
.footerDiv .hdDiv .listDiv{margin-right: 60px;flex: 1 1 auto; }
.footerDiv .hdDiv .listDiv img:last-child{margin: 20px auto 0;display: block; }
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0;}
.footerDiv .hdDiv .listDiv>span{display: block; margin: 20px 0 30px;}
.footerDiv .hdDiv .aDiv a{color: #999999;display: block;margin-top: 15px;font-size: 14px;}
.footerDiv .hdDiv .aDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .hdDiv .listDiv .lxDiv{color: #999999;font-size: 14px;align-items: flex-start;}
.footerDiv .hdDiv .listDiv .lxDiv p{margin-top: 15px;}
.footerDiv .hdDiv .listDiv .lxDiv p span{color: #fff;font-weight: bold;font-size: 18px;line-height: 1;}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 140px;text-align: center;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}
.footerDiv .bdDiv{padding: 15px 0;font-size: 14px;text-align: center;color: #666666;}
.footerDiv .bdDiv a{color: #666666;}
.footerDiv .bdDiv a:hover{opacity: .8;}

.floatBottomDiv{position: fixed;left: 0;bottom: 0;width: 100%;color: #fff;background: url(../img/b-bg.jpg) no-repeat center center/cover;transition: all .3s;z-index: 111;}
.floatBottomDiv .bd{position: relative;padding: 30px 0;}
.floatBottomDiv .bd span{color: #fff;font-size: 24px;margin-right: 2.5%;min-width: 96px;}
.floatBottomDiv form input{width: 20.83%;line-height: 40px;background: rgba(255,255,255,1);border: 0;border-radius: 5px;color: #333;padding: 0 15px;margin-right: 2.5%;}
.floatBottomDiv form input::-webkit-input-placeholder{color: #bdbdbd;}
.floatBottomDiv form input::-moz-placeholder{color: #bdbdbd;}
.floatBottomDiv form input::-ms-input-placeholder{color: #bdbdbd;}
.floatBottomDiv form button{width: 12.5%;line-height: 40px;background:#055eb4;border: 0;border-radius: 5px;color: #fff;padding: 0 10px;cursor: pointer;min-width: 100px;}
.floatBottomDiv a.closeBtn{position: absolute;right: -70px;top: 13px;z-index: 111;}
.floatBottomDiv a.zkBtn{position: absolute;right: 0;top: 0;height: 100%;width: 40px;display: flex;justify-content: center;align-items: center;background: #055eb4;opacity: 0;}

.floatBottomDiv.sq{width: 40px;}
.floatBottomDiv.sq .bd{width: 40px;overflow: hidden;opacity: 0;}
.floatBottomDiv.sq a.zkBtn{opacity: 1;}

/*::-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: 100px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 39.0625vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;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: 24px;height: 6px;background: #fff;border-radius:0;opacity:.5;transition: width .8s;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
/* .index-banner .wrap{height: 100%;display:flex;justify-content:center;align-items:center;color: #fff;}
.index-banner .textDiv .p1{font-size: 3.33vw;font-weight: bold;margin-bottom: 1vw;}
.index-banner .textDiv .p2{font-size: 1.25vw;text-transform: uppercase;color: rgba(255,255,255,1);line-height: 1.6;}
 */
/* .index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 40px;height: 52px;}
.index-banner .swiper-button-prev{background: url(../img/left.png) rgba(0,0,0,.5) no-repeat center center;left: 2vw;}
.index-banner .swiper-button-next{background: url(../img/right.png) rgba(0,0,0,.5) no-repeat center center;right: 2vw;} */

.f36{font-size: 36px;}

.indexTitle{position: relative;text-align: center;}
.indexTitle span{display: block;font-weight: bold;letter-spacing: 5px; }
.indexTitle p{color: #999999;margin-top: 20px;}

.indexDiv1{padding: 85px 0 95px;}
.indexDiv1 .hdDiv{margin: 45px 0 50px;}
.indexDiv1 .hdDiv a{width: 250px;line-height: 38px;border: 1px solid #e1e1e1;color: #333333;font-size: 18px;text-align: center;margin: 0 20px;background: #f5f5f5; }
.indexDiv1 .hdDiv .active{background: #0462bd;color: #fff;border-color: #0462bd;}
.indexDiv1 .bdDiv .tabsCon{display: none;}
.indexDiv1 .bdDiv .tabsCon:nth-child(1){display: block;}
.indexDiv1 .row{margin: 0 -13.5px;}
.indexDiv1 .row>div{padding: 0 13.5px;}
.indexDiv1 .row>div a{display: block;height: 100%;}
.indexDiv1 .row>div .imgDiv{position: relative;padding-top: 89.3%;}
.indexDiv1 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;border: 1px solid #e1e1e1;}
.indexDiv1 .row>div .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.indexDiv1 .row>div .title{display: block;color: #333333;margin-top: 15px;text-align: center; }

.indexDiv2{padding: 70px 0;background: #f5f5f5; }
.indexDiv2 .bdDiv{margin-top: 60px;}
.indexDiv2 .bdDiv .row{margin: 0 -10px;}
.indexDiv2 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px;}
.indexDiv2 .bdDiv .row>div .conDiv{height: 300px;position: relative;}
.indexDiv2 .bdDiv .row>div .conDiv:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,.7);opacity: 0;}
.indexDiv2 .bdDiv .row>div .conDiv::after{content: "";width: 9px;height: 0;background: #146fc9;position: absolute;left: 20px;top: 0;transition: height .5s;}
.indexDiv2 .bdDiv .row>div .conDiv .textDiv{position: absolute;left: 40px;width: calc(100% - 80px);bottom: 35px;z-index: 1;color: #fff;opacity: 0;transition: all .5s;}
.indexDiv2 .bdDiv .row>div .conDiv .textDiv .title{font-size: 24px;font-weight: bold;margin-bottom: 20px;}
.indexDiv2 .bdDiv .row>div .conDiv .textDiv .p{line-height: 1.8;height: 120px;overflow: hidden;}
.indexDiv2 .bdDiv .row>div .conDiv:hover .textDiv{opacity: 1;}
.indexDiv2 .bdDiv .row>div .conDiv:hover::before{opacity: 1;}
.indexDiv2 .bdDiv .row>div .conDiv:hover::after{height: 120px;}

.indexDiv3{padding: 70px 0 175px;}
.indexDiv3 .indexTitle span,.indexDiv3 .indexTitle p{color: #fff;}
.indexDiv3 .bdDiv{margin-top: 55px;}
.indexDiv3 .bdDiv ul{width: 100%;}
.indexDiv3 .bdDiv ul li{width: 20.83%;transition: all .3s;}
.indexDiv3 .bdDiv ul li a{display: block;height: 400px;color: #fff;position: relative;}
.indexDiv3 .bdDiv ul li.on{width: 37.5%;}
.indexDiv3 .bdDiv ul li a::after{content: "";width: 5px;height: 50px;background: #146fc9;position: absolute;left: 18px;top: 40px;transition: all .6s;}
.indexDiv3 .bdDiv ul li a::before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,.3);position: absolute;left: 0;top: 0;}
.indexDiv3 .bdDiv ul li.on a::before{background: rgba(0,0,0,.7);}
.indexDiv3 .bdDiv ul li .textDiv{position: absolute;left: 40px;top: 40px;width: calc(100% - 80px);z-index: 1;transition: all .6s; }
.indexDiv3 .bdDiv ul li .textDiv .title{font-size: 24px;width: 24px;line-height: 1.2;}
.indexDiv3 .bdDiv ul li .textDiv .p{font-size: 14px;line-height: 1.8;margin-top: 20px;opacity: 0;}
.indexDiv3 .bdDiv ul li.on .textDiv{top: 152px;}
.indexDiv3 .bdDiv ul li.on a::after{top: 0;left: 20px;width: 9px;height: 180px;}
.indexDiv3 .bdDiv ul li.on .textDiv .title{width: initial;}
.indexDiv3 .bdDiv ul li.on .textDiv .p{opacity: 1;}
.indexDiv3 .bdDiv ul li.on .textDiv a:hover:after{width: 56px;right: -66px;}

.indexDiv4{padding: 100px 0 110px;}
.indexDiv4 .bdDiv{margin-top: 50px;}
.indexDiv4 .row>div a{display: block;border: 1px solid #cecece;}
.indexDiv4 .row>div .imgDiv{position: relative;padding-top: 66%;}
.indexDiv4 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.indexDiv4 .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv4 .row>div .textDiv{padding: 20px 20px 15px;}
.indexDiv4 .row>div .textDiv .title{color: #333;}
.indexDiv4 .row>div .textDiv .p{font-size: 14px;color: #999999;padding: 8px 0;border-bottom: 1px solid rgba(181,181,181,.5); }
.indexDiv4 .row>div .textDiv .tb{padding-top: 10px;}
.indexDiv4 .row>div .textDiv .tb .date{font-size: 14px;color: #999999;}
.indexDiv4 .row>div .textDiv .tb i{font-size: 20px;color: #999999;border-left: 1px solid #999999;line-height: 15px;padding-left: 20px;}

.indexDiv5{padding: 65px 0 105px;color: #fff;}
.indexDiv5 .leftDiv{width: 39.2%;}
.indexDiv5 .leftDiv .line{width: 60px;height: 3px;background: #fff;margin: 20px 0 35px; }
.indexDiv5 .leftDiv .p{line-height: 1.8;}
.indexDiv5 .leftDiv a{width: 150px;line-height: 40px;background: #fff;color: #146fc9;display: block;text-align: center;margin-top: 50px; }
.indexDiv5 .rightDiv{width: 32.92%;}
.indexDiv5 .rightDiv a{max-width: 360px;background: rgba(51,51,51,.5);height: 58px;padding: 9px 12px;color: #fff;font-size: 20px;margin: 55px 0 0 auto; }
.indexDiv5 .rightDiv a i{width: 60px;background: #146fc9;height: 40px;}


.nyBanner .wrap{position:relative;height: 20.833vw;color: #fff; }
.nyBanner .textDiv span{font-size: 2.39583vw;font-weight: bold;letter-spacing: 5px;}
.nyBanner .textDiv .line{width: 4vw;height: 2px;background: #fff;margin-top: 1vw;}

.breadcrumbDiv{border-bottom: 1px solid #d6d6d6;}
.breadcrumbDiv .bdDiv{height: 50px;font-size: 14px;color: #999999;}
.breadcrumbDiv .bdDiv img{margin-right: 10px;}
.breadcrumbDiv .bdDiv a{color: #999;}
.breadcrumbDiv .bdDiv  span{color: #333333;}

.nyTitle{text-align: center;}
.nyTitle span{font-size: 30px;font-weight: bold;letter-spacing: 4px;}

.productDiv{padding: 70px 0 75px;}
.productDiv .hdDiv{margin: 0 0 50px;position: relative;z-index: 2;}
.productDiv .hdDiv ul li{width: 250px;position: relative;margin: 0 20px;}
.productDiv .hdDiv ul li>a{width: 100%;line-height: 38px;border: 1px solid #e1e1e1;color: #333333;font-size: 18px;text-align: center;background: #f5f5f5;display: block; }
.productDiv .hdDiv .aDiv{position: absolute;left: 0;top: 100%;width: 100%;background: #fff;display: none;}
.productDiv .hdDiv .aDiv a{display: block;line-height: 40px;border-bottom: 1px solid #eee;text-align: center;font-size: 15px;color: #666;}
.productDiv .hdDiv ul li.active>a{background: #0462bd;color: #fff;border-color: #0462bd;}
.productDiv .hdDiv ul li:hover .aDiv{display: block;}
.productDiv .hdDiv ul li:hover .aDiv a:hover,.productDiv .hdDiv ul li:hover .aDiv a.on{color: #0462bd;}
.productDiv .bdDiv{position: relative;z-index: 1;}
.productDiv .bdDiv .tabsCon{display: none;}
.productDiv .bdDiv .tabsCon:nth-child(1){display: block;}
.productDiv .row{margin: 0 -13.5px;}
.productDiv .row>div{padding: 0 13.5px;margin-bottom: 45px;}
.productDiv .row>div a{display: block;height: 100%;}
.productDiv .row>div .imgDiv{position: relative;padding-top: 89.3%;}
.productDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;border: 1px solid #e1e1e1;}
.productDiv .row>div .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.productDiv .row>div .title{display: block;color: #333333;margin-top: 15px;text-align: center; }

.serviceDiv{padding: 83px 0 75px;}
.serviceDiv .row{margin: 0 -13px;}
.serviceDiv .row>div{margin-bottom: 48px;padding: 0 13px; }
.serviceDiv .row>div a{display: block;height: 100%;}
.serviceDiv .row>div .imgDiv{position: relative;padding-top: 64.3%;}
.serviceDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;border: 1px solid #e1e1e1;}
.serviceDiv .row>div .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.serviceDiv .row>div .textDiv{margin-top: 25px;}
.serviceDiv .row>div .textDiv span{font-size: 18px;color: #333;}
.serviceDiv .row>div .textDiv .line{width: 35px;height: 1px;background: #000;margin: 10px 0;}
.serviceDiv .row>div .textDiv p{font-size: 14px;color: #999999;}
.serviceDiv .row>div a:hover .textDiv span{color: #055eb4;font-weight: bold;}


.aboutDiv1{padding: 90px 0;}
.aboutDiv1 .bdDiv{align-items: flex-start;}
.aboutDiv1 .leftDiv{width: 37.5%;}
.aboutDiv1 .rightDiv{width: 58.33%;}
.aboutDiv1 .rightDiv .title{font-size: 30px;font-weight: bold;margin-bottom: 45px;}
.aboutDiv1 .rightDiv .p p{color: #666666;line-height: 2.25;text-indent: 2em;}

.aboutDiv2{padding: 75px 0;}
.aboutDiv2 .bdDiv{position: relative;}
.aboutDiv2 .bdDiv .textDiv{max-width: 570px;width: 100%;background: rgba(5, 95, 181, .6);color: #fff;padding: 70px 40px 50px;}
.aboutDiv2 .bdDiv .textDiv span{font-size: 48px;font-weight: bold;line-height: 1;}
.aboutDiv2 .bdDiv .textDiv p{line-height: 1.67;margin-top: 30px;font-size: 18px;}

.aboutDiv3{padding: 90px 0;}
.aboutDiv3 .bdDiv{margin-top: 50px;}
.aboutDiv3 .swiper-slide{text-align: center;}
.aboutDiv3 .swiper-slide .imgDiv{position: relative;padding-top: 66.315%;margin-bottom: 15px;}
.aboutDiv3 .swiper-slide .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.aboutDiv3 .swiper-slide .imgDiv .pic img{max-width: 100%;max-height: 100%;}


.newsDiv{padding: 75px 0; }
.newsDiv .hdDiv{margin: 0 0 50px;}
.newsDiv .hdDiv a{width: 250px;line-height: 38px;border: 1px solid #e1e1e1;color: #333333;font-size: 18px;text-align: center;margin: 0 20px;background: #f5f5f5; }
.newsDiv .hdDiv .active{background: #0462bd;color: #fff;border-color: #0462bd;}
.newsDiv .bdDiv{padding: 0 0 60px;background: #fff;}
.newsDiv ul{margin-bottom: 89px;}
.newsDiv ul li a{border-bottom: 1px solid #dddddd;padding: 37px 0;}
.newsDiv ul li .imgDiv{width: 29.2%;}
.newsDiv ul li .imgDiv .pic{position: relative;padding-top: 57.1%; }
.newsDiv ul li .imgDiv .pic .img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.newsDiv ul li .imgDiv .pic .img img{width: 100%;height: 100%;object-fit: cover; }
.newsDiv ul li .textDiv{width: 67.5%;}
.newsDiv ul li .textDiv .title{font-size: 18px;font-weight: bold;color: #333;}
.newsDiv ul li .textDiv p{font-size: 16px;color: #999999;margin: 20px 0;line-height: 2; }
.newsDiv ul li .textDiv .date,.newsDiv ul li .textDiv .detail_a{color: #999999;}
.newsDiv ul li a:hover .textDiv .title{color: #055eb4;}


.contactDiv .hdDiv{padding: 60px 0;position: relative;margin: 100px 0;}
.contactDiv .hdDiv .imgDiv{width: 62.5%;height: 100%; position: absolute;left: 0;top: 0;}
.contactDiv .hdDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.contactDiv .hdDiv .rightDiv{position: relative;width: 50%;background: rgba(5, 95, 181, .95);color: #fff;margin: 0 0 0 auto;padding: 50px;}
.contactDiv .hdDiv .rightDiv .tit{font-size: 24px;font-weight: bold;}
.contactDiv .hdDiv .rightDiv p{margin-top: 20px;}
.contactDiv .hdDiv .rightDiv p span{font-size: 20px;font-weight: bold;}
.contactDiv .bdDiv{background: #f5f5f5;}
.contactDiv .formDiv{padding: 70px 0;}
.contactDiv .formDiv p{color: #666;margin-bottom: 40px;}
.contactDiv .formDiv form{width: 100%;}
.contactDiv .formDiv form .row>div{margin-bottom: 20px;}
.contactDiv .formDiv form .inputDiv{height: 50px;background: #e8f1fa;padding: 0 11px;}
.contactDiv .formDiv form .textareaDiv{background: #e8f1fa;padding: 11px;align-items: flex-start;}
.contactDiv .formDiv form span{color: #7a96a5;width: 48px;}
.contactDiv .formDiv form input{width: calc(100% - 50px);line-height: 50px;border: 0;font-size: 14px;color: #666;background: transparent;}
.contactDiv .formDiv form textarea{width: calc(100% - 50px);border: 0;padding: 0;font-size: 14px;color: #666;background: transparent;resize: none;height: 100px;}
.contactDiv .formDiv form button{width: 150px;line-height: 40px;border: 0;font-size: 16px;color: #fff;background: #055fb5;cursor: pointer;text-align: center;margin: 0 auto;display: block; }


.pageDiv{text-align: center;display: flex;justify-content: center;align-items: center;flex-wrap: wrap; }
.pageDiv span{display: flex;justify-content: center;align-items: center;}
.pageDiv a{display: flex;justify-content: center;align-items: center; height: 30px;padding: 0 10px; margin: 0 5px 5px;color: #333333;/* border-radius: 50%;box-shadow: 0px 0px 21px rgba(15,68,34,.26); */background: #fff;border-radius: 2px;border: 1px solid #eeeeee; }
.pageDiv .page-num-current{color: #fff;background: #006fc6;border-color: #006fc6; }
.pageDiv .page-status{margin-right: 10px;}

.detailDiv {padding:30px 0;}
.detailDiv .articleDiv{background: #fff;padding: 70px 30px;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 40px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .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: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #006fc6;}


.productDetailDiv{padding: 40px 0;}
.productDetailDiv .hdDiv{background: #fff;padding: 30px;align-items: flex-start;margin-bottom: 10px;}
.productDetailDiv .hdDiv .leftDiv{width: 45.6%;}
.productDetailDiv .hdDiv .rightDiv{width: 50.17%;}
.productDetailDiv .hdDiv .rightDiv .title{font-weight: bold;margin-top: 30px;}
.productDetailDiv .hdDiv .rightDiv .line{width: 32px;height: 2px;background: #006fc6;border-radius: 2px;margin: 30px 0 20px;}
.productDetailDiv .hdDiv .rightDiv .p{line-height: 2;color: #666;}
.productDetailDiv .bdDiv{background: #fff;padding: 30px;}
.productDetailDiv .bdDiv .hd{border-bottom: 1px solid #e5e5e5;}
.productDetailDiv .bdDiv .hd span{display: inline-block;position: relative;color: #006fc6;padding-bottom: 20px;font-weight: bold;}
.productDetailDiv .bdDiv .hd span::after{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #006fc6;}
.productDetailDiv .bdDiv .hd a{color: #999;padding-bottom: 20px;}
.productDetailDiv .bdDiv .hd a:hover{color: #006FC6;}
.productDetailDiv .bdDiv .row{margin: 0 -10px;}
.productDetailDiv .bdDiv .row>div{padding: 0 10px;margin: 25px 0;}
.productDetailDiv .bdDiv .row>div a{display: block;}
.productDetailDiv .bdDiv .row>div .imgDiv{position: relative;padding-top: 68.4%;border: 1px solid #e5e5e5;}
.productDetailDiv .bdDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.productDetailDiv .bdDiv .row>div .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.productDetailDiv .bdDiv .row>div .titleDiv{color: #333;margin-top: 10px;}
.productDetailDiv .bdDiv .row>div a:hover .titleDiv{color: #006FC6;}


/*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:1420px) {
	.floatBottomDiv .bd{padding: 30px 50px 30px 0;}
	.floatBottomDiv a.closeBtn{right: 0;}
}
@media (max-width:1250px) {
	.wrap{padding: 0 30px;width: 100%;}
	header .rightDiv .otherDiv .tel_a{font-size: 20px;margin-left: 1vw;}
	.footerDiv .hdDiv .listDiv{margin-right: 3vw;}
	header .rightDiv .menu>ul>li>a{padding: 0 1.5vw;}
	header .logo a{width: 150px;}
	.aboutDiv2 .bdDiv .textDiv span{font-size: 36px;}
}
@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(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:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;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:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;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 {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 80%;}
	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 .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	header .rightDiv .menu>ul>li>a{color: #333;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #666;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .otherDiv{position: relative;margin-left: 0;display: block;text-align: left;}
	header .rightDiv .otherDiv .telDiv{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 0;}
	header .rightDiv .ssDiv{justify-content: flex-start;}
	header .rightDiv .ssBtn{display: none;}
	header .rightDiv .searchDiv{opacity: 1;visibility: visible;transform: translate(0px);top: 0;position: relative;right: 0;}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{display: block;padding: 10px 30px 0;}
	.menu ul ul .ul li:nth-child(2){margin-left: 0;}
	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a{/* color: #fff; */margin-top: 0;}
	
	header .logo{left: 15px;}
	header .rightDiv .otherDiv{right: 0;}
	header .rightDiv .searchDiv{padding: 0;}
	header .rightDiv .searchDiv form{margin: 0;width: 100%;}
	header .rightDiv .ssDiv.hover>.searchDiv{transform: translate(0);}
	.menu>ul>li.has-sub>a:before{display: none;}
	
}

.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%;}
	
	
	
	.index-banner .img{height: 40vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}

	.index-banner .swiper-button-prev, .index-banner .swiper-button-next{width: 25px;height: 40px;background-size: 10px;margin-top: -20px;}
	.index-banner .swiper-pagination-bullet{width: 15px;height: 3px;}
	
	
	.f36{font-size: 24px;}
	
	.indexTitle p{margin-top: 10px;}
	.indexDiv1{padding: 40px 0;}
	.indexDiv1 .hdDiv{margin: 20px 0 25px;}
	.indexDiv1 .hdDiv a{margin: 0 5px;font-size: 16px;line-height: initial;height: 40px;display: flex;justify-content: center;align-items: center;}
	.indexDiv1 .row{margin: 0 -8px;}
	.indexDiv1 .row>div{padding: 0 8px;margin-bottom: 20px;}
	.indexDiv1 .row>div .title{margin-top: 10px;}
	
	.indexDiv2{padding: 35px 0;}
	.indexDiv2 .bdDiv{margin-top: 30px;}
	.indexDiv2 .bdDiv .row>div .conDiv .textDiv .title{font-size: 18px;}
	
	.indexDiv3{padding: 40px 0 80px;}
	.indexDiv3 .bdDiv{margin-top: 30px;}
	.indexDiv3 .bdDiv ul li a{height: 300px;}
	.indexDiv3 .bdDiv ul li .textDiv .title{font-size: 18px;}
	.indexDiv3 .bdDiv ul li .textDiv{left: 20px;top: 20px;width: calc(100% - 40px);}
	.indexDiv3 .bdDiv ul li a::after{top: 20px;left: 10px;}
	.indexDiv3 .bdDiv ul li.on .textDiv{top: auto;bottom: 20px;}
	.indexDiv3 .bdDiv ul li.on a::after{left: 5px;height: 155px;width: 7px;}
	
	.indexDiv4{padding: 50px 0;}
	.indexDiv4 .bdDiv{margin-top: 25px;}
	.indexDiv4 .row>div{margin-bottom: 20px;}
	
	.indexDiv5{padding: 30px 0 50px;}
	.indexDiv5 .bdDiv{display: block;}
	.indexDiv5 .leftDiv{width: 100%;}
	.indexDiv5 .rightDiv{width: 100%;margin-top: 40px;}
	.indexDiv5 .leftDiv .line{width: 30px;height: 3px;margin: 10px 0 20px;}
	.indexDiv5 .leftDiv a{margin-top: 30px;width: 120px;line-height: 35px;}
	.indexDiv5 .rightDiv a{margin-top: 20px;}
	
	.footerDiv .hdDiv{padding: 40px 0;}
	.footerDiv .hdDiv .flexbet{width: 100%;display: block;}
	.footerDiv .hdDiv .listDiv{width: 100%;}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 10px;}
	.footerDiv .hdDiv .listDiv:nth-child(1){width: 100%;}
	.footerDiv .hdDiv .listDiv .lxDiv{display: block;}
	.footerDiv .hdDiv .listDiv .ewmDiv{margin: 20px auto 0;}
	.footerDiv .hdDiv .listDiv>span{font-size: 16px;}
	.footerDiv .bdDiv .flexbet{display: block;}
	.footerDiv .bdDiv .linkDiv{margin-bottom: 10px;}
	
	.floatBottomDiv{position: relative;}
	.floatBottomDiv a.closeBtn{display: none;}
	.floatBottomDiv .bd{padding: 20px 0;}
	.floatBottomDiv .bd span{margin-bottom: 20px;}
	.floatBottomDiv form{flex-direction: column;}
	.floatBottomDiv form input{width: 80%;margin-bottom: 15px;}
	
	
	.nyBanner .wrap{height: 40vw; }
	.nyBanner .textDiv span{font-size: 20px;}
	.nyBanner .textDiv .line{width: 40px;margin-top: 10px;}
	
	.productDiv{padding: 40px 0;}
	.productDiv .hdDiv{margin: 0 0 25px;}
	.productDiv .hdDiv ul li{margin: 0 5px;}
	.productDiv .hdDiv ul li>a{font-size: 16px;line-height: initial;height: 38px;display: flex;justify-content: center;align-items: center;}
	.productDiv .hdDiv ul li .aDiv a{line-height: initial;padding: 10px 5px;font-size: 14px;}
	.productDiv .row{margin: 0 -8px;}
	.productDiv .row>div{padding: 0 8px;margin-bottom: 20px;}
	.productDiv .row>div .title{margin-top: 10px;}
	
	.serviceDiv{padding: 40px 0;}
	.serviceDiv .row{margin: 0 -8px;}
	.serviceDiv .row>div{padding: 0 8px;margin-bottom: 24px;}
	.serviceDiv .row>div .textDiv{margin-top: 10px;}
	.serviceDiv .row>div .textDiv span{font-size: 16px;}
	.serviceDiv .row>div .textDiv .line{margin: 6px 0;}
	
	.newsDiv{padding: 35px 0;}
	.newsDiv .hdDiv{margin: 0 0 25px;}
	.newsDiv .hdDiv a{margin: 0 5px;font-size: 16px;line-height: initial;height: 40px;display: flex;justify-content: center;align-items: center;}
	.newsDiv .bdDiv{padding: 0 15px 30px; }
	.newsDiv ul{margin-bottom: 40px;}
	.newsDiv ul li a{display: block;padding: 20px 0; }
	.newsDiv ul li .imgDiv{width: 100%;}
	.newsDiv ul li .textDiv{width: 100%;padding: 0;margin-top: 15px; }
	.newsDiv ul li .textDiv .title{font-size: 16px; }
	.newsDiv ul li .textDiv p{font-size: 14px;line-height: 1.6;margin: 10px 0; }
	
	
	.nyTitle span{font-size: 24px;}
	
	.aboutDiv1{padding: 45px 0;}
	.aboutDiv1 .bdDiv{display: block;}
	.aboutDiv1 .leftDiv{width: 100%;}
	.aboutDiv1 .rightDiv{width: 100%;margin-top: 30px;}
	.aboutDiv1 .rightDiv .title{font-size: 20px;margin-bottom: 20px;}
	
	.aboutDiv2{padding: 35px 0;}
	.aboutDiv2 .bdDiv .textDiv{padding: 35px 20px 25px;}
	.aboutDiv2 .bdDiv .textDiv span{font-size: 26px;}
	.aboutDiv2 .bdDiv .textDiv p{font-size: 14px;margin-top: 15px;}
	
	.aboutDiv3{padding: 40px 0;}
	.aboutDiv3 .bdDiv{margin-top: 25px;}
	
	
	.contactDiv .hdDiv{padding: 30px 0;display: block;margin: 50px 0;}
	.contactDiv .hdDiv .imgDiv{width: 90%;}
	.contactDiv .hdDiv .rightDiv{width: 90%;padding: 20px;}
	.contactDiv .hdDiv .rightDiv .tit{font-size: 18px;}
	.contactDiv .hdDiv .rightDiv p{margin-top: 10px;}
	.contactDiv .hdDiv .rightDiv p span{font-size: 16px;}
	
	.contactDiv .formDiv{padding: 35px 0;}
	.contactDiv .formDiv p{margin-bottom: 25px;}
	
	
	.productDetailDiv .hdDiv{padding: 15px;display: block;}
	.productDetailDiv .hdDiv .leftDiv{width: 100%;}
	.productDetailDiv .hdDiv .rightDiv{width: 100%;margin-top: 20px;}
	.productDetailDiv .hdDiv .rightDiv .title{margin-top: 10px;}
	.productDetailDiv .hdDiv .rightDiv .line{margin: 10px 0;}
	.productDetailDiv .bdDiv{padding: 15px;}
	.productDetailDiv .bdDiv .hd span{padding-bottom: 10px;}
	.productDetailDiv .bdDiv .hd a{padding-bottom: 10px;}
	.productDetailDiv .bdDiv .row>div{margin: 20px 0 10px;}
	
	
	.detailDiv{padding: 20px 0;}
	.detailDiv .articleDiv{padding: 35px 15px;}
	.detailDiv .articleDiv .hd .title{font-size: 20px;}
	.detailDiv .articleDiv .hd .smTit{margin-top: 20px;padding-top: 10px;}
	
	
	
	
	@media (max-width:320px) {
	}
	
}
