/* @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: 1400px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;color: #333333;text-align: center;height: 100px;background: #fff;}
/* .indexHeader{background: transparent;}
.on-fixed header.indexHeader{background: #fff;}
header.indexHeader .sImg{display: none;}
.on-fixed header.indexHeader .dImg{display: none;}
.on-fixed header.indexHeader .sImg{display: block;} */
header .wrap{max-width: 100%;padding: 0 4.166666vw;}
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;}
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: 100px;line-height: 100px;text-align: left;color: #333333;font-size: 16px;position: relative;}
/* header.indexHeader .rightDiv .menu>ul>li>a{color: #fff;}
.on-fixed  header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background: none;color: #05459b!important;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 66px;position: absolute;left: 50%;margin-left: -33px;background: url(../img/line.png);height: 6px;top: 0px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
/* header .rightDiv .menu>ul>li:hover>a::after, */
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .rightDiv .otherDiv{display: flex;justify-content: center;align-items: center;height: 100px;margin-left: 70px;}
header .rightDiv .otherDiv>a{margin-right: 14px;transition: all .3s;}
header .rightDiv .otherDiv a:hover{opacity: .8;transform: rotate(30deg);}
header .rightDiv .otherDiv .ssDiv{margin-left: 14px;}
header .rightDiv .otherDiv .ssDiv .searchDiv{position: absolute;right: 0;top: 100%;width: 100%;background: #fff;padding: 10px;border-top: 1px solid #05459c;display: none;}
header .rightDiv .otherDiv .ssDiv .searchDiv form{width: 240px;position: relative;margin: 0 40px 0 auto;}
header .rightDiv .otherDiv .ssDiv .searchDiv input{width: 100%;line-height: 30px;padding: 0 10px;}
header .rightDiv .otherDiv .ssDiv .searchDiv button{background: transparent;border: 0;position: absolute;top: 0;right: 0; height: 100%;width: 50px;display: flex;justify-content: center;align-items: center;}

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;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;}
body.on-menu header.indexHeader .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
.on-fixed header.indexHeader .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}
body.on-menu.on-fixed header.indexHeader .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
 */


/****底部***/
.footerDiv{background: url(../img/f-bg.png) no-repeat right bottom; background-size:cover;padding: 80px 0 40px;}
.footerDiv .hdDiv{overflow: hidden;margin-bottom: 60px;}
.footerDiv .hdDiv .leftDiv{width: 21.4%;}
.footerDiv .hdDiv .leftDiv p{font-size: 14px;color: #666666;margin: 30px 0;line-height: 2;}
.footerDiv .hdDiv .leftDiv .line{height: 1px;background: #e6e6e6;margin-bottom: 30px;}
.footerDiv .hdDiv .leftDiv .shareDiv{display: flex;justify-content: left;}
.footerDiv .hdDiv .leftDiv .shareDiv a{display: block;margin-right: 20px;}
.footerDiv .hdDiv .leftDiv .shareDiv a .hImg{display: none;}
.footerDiv .hdDiv .leftDiv .shareDiv a:hover .dImg{display: none;}
.footerDiv .hdDiv .leftDiv .shareDiv a:hover .hImg{display: block;}

.footerDiv .hdDiv .rightDiv{width: 59.4%;display: flex;justify-content: flex-start;align-items: flex-start;}
.footerDiv .hdDiv .rightDiv .listDiv{margin-right: 120px;}
.footerDiv .hdDiv .rightDiv .listDiv .ul{margin-bottom: 30px;}
.footerDiv .hdDiv .rightDiv .listDiv span{display: block;margin-bottom: 20px;color: #333;}
.footerDiv .hdDiv .rightDiv .listDiv span a{color: #333;}
.footerDiv .hdDiv .rightDiv .listDiv ul li{font-size: 14px;color: #999999;margin-bottom: 10px;}
.footerDiv .hdDiv .rightDiv .listDiv ul li a{color: #999999;}
.footerDiv .hdDiv .rightDiv .listDiv ul li a:hover{color: #666;}
.footerDiv .bdDiv{text-align: center;color: #cccccc;font-size: 14px;}
.footerDiv .bdDiv a{color: #69717f;}
.footerDiv .bdDiv a:hover{color: #fff;}

/********************************* 首页 **********************************/
.main{margin-top: 100px;}

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.ui-homebanner .swiper-slide{overflow: hidden;}
.ui-homebanner .img{width: 100%;display: block;height: 41.666666vw;background: none no-repeat center;background-size: cover;}
.ui-homebanner .swiper-pagination{}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.ui-homebanner .swiper-pagination-bullet{width: 20px;height: 6px;background:#fff;background-size: 100%; border-radius: 3px;opacity:1;}
.ui-homebanner .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 40px;}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
/*.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%;}*/

/*.ui-homebanner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;}
.ui-homebanner .textDiv span{font-size: 2.5vw;}
.ui-homebanner .textDiv p{font-size: 3.125vw;}
.ui-homebanner .textDiv a{display: block;width: 167px;line-height: 44px;border-radius: 5px;text-align: center;background: #e0e1e3;text-align: center;font-size: 14px;color: #000000;margin-top: 3.64vw;}
.ui-homebanner .textDiv a img{margin-left: 10px;}
.ui-homebanner .textDiv a:hover{opacity: .8;}*/

.indexTitle{position: relative;}
.indexTitle span{position: relative;font-size: 46px;display: block;color: #05459b;font-weight: bold;line-height: 1;}
.indexTitle small{text-transform: uppercase;font-size: 26px;color: #91c0ff;font-family: "times new roman";letter-spacing: 1px;}

.indexDiv1{padding: 90px 0;}
.indexDiv1 .rowDiv{position: relative;padding: 0 80px 120px;}
.indexDiv1 .floatDiv{position: absolute;left: 0;top: 0;height: 100%;background: #05459b;display: flex;align-items: center;width: 80px;text-align: center;justify-content: center;}
.indexDiv1 .rowDiv .leftDiv{width: 33%;}
.indexDiv1 .rowDiv .leftDiv span{font-size: 46px;color: #05459b;font-weight: bold;}
.indexDiv1 .rowDiv .leftDiv .p{font-size: 18px;color: #666;line-height: 2;margin: 40px 0 90px;}
.indexDiv1 .rowDiv .leftDiv a{display: block;animation: bounce 2s infinite;}
/* .indexDiv1 .rowDiv .leftDiv a:hover{transform: rotate(45deg);} */
@keyframes bounce{
	0%,20%,50%,80%,100%{
		transform: translateX(0);
	}
	
	40%{
		transform: translateX(20px);
	}
	60%{
		transform: translateX(10px);
	}
	
}
.indexDiv1 .rowDiv .rightDiv{width: 61.78%;position: relative;}
.indexDiv1 .rowDiv .bgImg{position: absolute;width: 100%;left: calc((100vw - 1400px - 160px) / 2);bottom: -122px;z-index: -1;}

.indexDiv2{padding: 90px 0 80px;background: url(../img/i-bg1.jpg) no-repeat center center;background-size: cover;}
.indexDiv2 .indexTitle span{color: #fff;}
.indexDiv2 .row{margin: 40px 0 0;}
.indexDiv2 .row>div{padding: 0;border-right: 1px solid #4482d5;border-bottom: 1px solid #4482d5;}
.indexDiv2 .row>div:nth-child(3n){border-right: 0;}
.indexDiv2 .row>div:nth-child(4),.indexDiv2 .row>div:nth-child(5),.indexDiv2 .row>div:nth-child(6){border-bottom: 0;}
.indexDiv2 .row>div .conDiv{padding: 100px 44px;display: flex;}
.indexDiv2 .row>div .conDiv .imgDiv{width: 61px;margin-right: 30px;}
.indexDiv2 .row>div .conDiv .imgDiv .hImg{display: none;}
.indexDiv2 .row>div .conDiv .textDiv{width: calc(100% - 61px);color: #fff;}
.indexDiv2 .row>div .conDiv .textDiv span{font-size: 22px;display: block;margin-bottom: 10px;font-weight: bold;}
.indexDiv2 .row>div .conDiv .textDiv p{font-size: 16px;line-height: 1.7;}
.indexDiv2 .row>div .conDiv:hover .textDiv{color: #00afd9;}
.indexDiv2 .row>div .conDiv:hover .imgDiv .dImg{display: none;}
.indexDiv2 .row>div .conDiv:hover .imgDiv .hImg{display: block;}

.indexDiv3{padding: 90px 0 0;background: #f1f2f6;}
.indexDiv3 .rowDiv{display: flex;align-items: flex-end;justify-content: space-between;padding-bottom: 60px;position: relative;border-bottom: 1px solid #ccc;}
.indexDiv3 .rowDiv .leftDiv{width: 460px;height: 460px;}
.indexDiv3 .rowDiv .rightDiv{width:calc(100% - 480px);float: right;margin-left: 20px;}
.indexDiv3 .rowDiv .rightDiv .hdDiv{padding-left: 40px;}
.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv{width: calc(100% - 298px);}
.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv .p1{font-size: 24px;color: #05459b;margin: 40px 0 15px;}
.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv .p2{font-size: 16px;color: #666666;}
.indexDiv3 .rowDiv .rightDiv .hdDiv .tabsDiv {width: 198px;}
.indexDiv3 .rowDiv .rightDiv .hdDiv .tabsDiv a{display: block;background: #fff;border-radius: 30px;height: 60px;display: flex;justify-content: space-around;align-items: center;padding: 10px;width: 100%;color: #333333;font-size: 18px;}
.indexDiv3 .rowDiv .rightDiv .hdDiv .tabsDiv a.active2{background: #05459b;color: #fff;display: none;}
.indexDiv3 .rowDiv .rightDiv .bdDiv {margin-top: 30px;width: calc(100% + calc((100vw - 1400px) / 2) - 80px);}
.indexDiv3 .swiper-slide {text-align: center;font-size: 16px;background: #fff;color: #666666;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.indexDiv3 .swiper-slide .imgDiv>img {display: block;width: 100%;height: 100%;object-fit: cover;}
.indexDiv3 .swiper-slide .imgDiv .text{display: flex;justify-content: space-between;align-items: center;padding: 20px;color: #666666;position: absolute;left: 0;bottom: 0;width: 100%;}
.indexDiv3 .swiper {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.indexDiv3 .swiper-slide {background-size: cover;background-position: center;}
.indexDiv3 .swiper-slide .imgDiv>img {display: block;width: 100%;height: 100%;object-fit: cover;}
.indexDiv3 .mySwiper2 .swiper-slide{height: 460px;}
.indexDiv3 .mySwiper .swiper-slide .imgDiv .text{padding:10px;}
.indexDiv3 .mySwiper .swiper-slide {width: 25%;height: 100%;opacity: 0.6;}
.indexDiv3 .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.indexDiv3 .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{top: auto;bottom: 0;height: 1px;background: #cccccc;}
.indexDiv3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height: 2px;background: #05459b;}
.indexDiv3 .rowDiv .tabsCon{position: absolute;left: -1000px;top: 0;z-index: -1;}
.indexDiv3 .rowDiv .tabsCon.active{position: initial;left: 0;top: 0;z-index: 1;}

.indexDiv3 .swiper-button-next:after, .indexDiv3 .swiper-rtl .swiper-button-prev:after{display: none;}
.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-rtl .swiper-button-prev{background: url(../img/gd.png) no-repeat center center;width: 63px;height: 38px;top: auto;bottom: 20px;}

.indexDiv3 .banner{overflow:hidden;}
.large_box{margin-bottom:10px;width:100%;height:460px;overflow:hidden;position: relative;}
.large_box ul{height: 100%;}
.large_box ul li{height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;}
.large_box img{display:block;max-height: 100%;}
.small_box{width:100%;height:215px;overflow:hidden;}
.small_list{position:relative;float:left;width:100%;height:215px;overflow:hidden;}
.small_list ul{height:215px;overflow:hidden;}
.small_list ul li{position:relative;float:left;margin-right:20px;width:215px;height: 100%;}
.small_list ul li img{display:block;opacity: .6;}
/* .small_list ul li .bun_bg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;}
.small_list ul li.on .bun_bg{display:block;} */
.small_list ul li.on img{opacity: 1;}
.right_btn{display:block;width:63px;height:38px;background-repeat:no-repeat;background-position:center center;cursor:pointer;background-image:url(../img/gd.png);position: absolute;right: 20px;bottom: 20px;}


.indexDiv3 .lbDiv{position: relative;padding: 50px 0 0;}
.indexDiv3 .lbDiv .wrap{position: relative;}
.indexDiv3 .lbDiv .flexDiv{position: absolute;left: 0;top: 10px;width: 100%;font-size: 16px;color: #05459b;font-family: "times new roman";text-transform: uppercase;display: flex;justify-content: flex-end;align-items: center;}
.indexDiv3 .lbDiv a{color: #05459b;font-weight: bold;z-index: 1;position: relative;display: flex;justify-content: flex-end;align-items: center;transition: all .5s;}
.indexDiv3 .lbDiv a img{margin-left: 10px;}
.indexDiv3 .lbDiv a .hImg{display: none;}
.indexDiv3 .lbDiv a:hover .dImg{display: none;}
.indexDiv3 .lbDiv a:hover .hImg{display: block;}
.indexDiv3 .lbDiv .txt{font-size: 160px;color: #e1e3eb;text-transform: uppercase;font-family: "times new roman";font-weight: bold;line-height: 1;}

#scroll_div {overflow: hidden;white-space: nowrap;}
#scroll_begin, #scroll_end {display: inline;}

.indexDiv4{padding: 90px 0;}
.indexDiv4 .row{margin: 60px 0 0;}
.indexDiv4 .row>div{padding: 0;}
.indexDiv4 .row>div a{display: block;padding: 60px 30px 100px;height: 100%;color: #555;background: url(../img/i-sb1.jpg) no-repeat left center;background-size: cover;position: relative;}
.indexDiv4 .row>div a img{display: block;margin: 0 auto;}
.indexDiv4 .row>div a span{display: block;text-align: center;margin: 40px 0 0;font-size: 28px;}
.indexDiv4 .row>div a .line{background: #999999;height: 1px;margin: 25px 0;}
.indexDiv4 .row>div a p{line-height: 2;}
.indexDiv4 .row>div:nth-child(1) a{background: #05459b;}
.indexDiv4 .row>div:nth-child(3) a{background: url(../img/i-sb2.jpg) no-repeat left center;background-size: cover;}
.indexDiv4 .row>div:nth-of-type(odd) a{color: #fff;}
.indexDiv4 .row>div:nth-child(1) .line{background: #065ac7;}
.indexDiv4 .row>div:nth-child(3) .line{background: #b4000f;}
.indexDiv4 .row>div a .iconDiv{position: absolute;width: 60px;bottom: 30px;left: 50%;height: 24px;transform: translateX(-50%);}
.indexDiv4 .row>div a .iconDiv .hImg{display: none;}
.indexDiv4 .row>div a:hover .iconDiv .dImg{display: none;}
.indexDiv4 .row>div a:hover .iconDiv .hImg{display: block;}

.indexDiv4 .row>div a .iconDiv div:first-child {top: 0px;}
.indexDiv4 .row>div a .iconDiv div:nth-child(2) {top: 10px;}
.indexDiv4 .row>div a .iconDiv div:nth-child(3) {top: 20px;}

.indexDiv4 .row>div a .iconDiv div,
.indexDiv4 .row>div a .iconDiv div:before,
.indexDiv4 .row>div a .iconDiv div:after {
  background: #999999;
  position: absolute;
  height: 5px;
  width: 60px;
  border-radius: 4px;
  transition: all .5s;
}
.indexDiv4 .row>div:nth-of-type(odd) a .iconDiv div,
.indexDiv4 .row>div:nth-of-type(odd) a .iconDiv div:before,
.indexDiv4 .row>div:nth-of-type(odd) a .iconDiv div:after {background: #fff;}

.indexDiv4 .row>div a:hover .iconDiv div:first-child {
    top: 10px;
    transform: rotate(-180deg);
    width: 60px;
    z-index: 1;
  }
.indexDiv4 .row>div a:hover .iconDiv div:nth-child(2) {
    top: -10px;
    right: -7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background: transparent;
  }
.indexDiv4 .row>div a:hover .iconDiv div:nth-child(3) {
    top: 2px;
    right: 0px;
    transform: rotate(45deg);
    height: 20px;
    width: 20px;
    background: none;
    border-right: 5px solid #999;
    border-top: 5px solid #999;
  }
.indexDiv4 .row>div:nth-of-type(odd) a:hover .iconDiv div:nth-child(3){
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
}


.indexDiv5{padding: 90px 0;}
.indexDiv5 .swiperWrap{margin-top: 60px;position: relative;text-align: center;}
.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 60px;height: 60px;background-size: 100% 100%;margin-top: 0;top: auto;bottom: 0;}
.indexDiv5 .swiper-button-prev{background-image: url(../img/left.png);left: 50%;margin-left: -70px;}
.indexDiv5 .swiper-button-next{background-image: url(../img/right.png);right: 50%;margin-right: -70px;}
.indexDiv5 .swiper-button-prev:hover{background-image: url(../img/left_.png);}
.indexDiv5 .swiper-button-next:hover{background-image: url(../img/right_.png)}
.indexDiv5 .swiper-container{padding-bottom: 120px;}
.indexDiv5 .swiper-container .swiper-slide{border: 1px solid #e5e5e5;padding: 20px;height: 340px;display: flex;align-items: center;justify-content: center;}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

.indexDiv5 .swiper-button-prev:after, .indexDiv5 .swiper-rtl .swiper-button-next:after,
.indexDiv5 .swiper-button-next:after, .indexDiv5 .swiper-rtl .swiper-button-prev:after{display: none;}

.indexDiv6{padding-bottom: 90px;}
.indexDiv6 .rowDiv{margin-top: 55px;}
.indexDiv6 .rowDiv .leftDiv{width: 240px;}
.indexDiv6 .rowDiv .leftDiv .moreDiv{margin-top: 80px;position: relative;}
.indexDiv6 .rowDiv .leftDiv .moreDiv img{display: block;margin: 0 0 0 auto;}
.indexDiv6 .rowDiv .leftDiv a{display: block;position: absolute;left: 0;top: 50px;background: #05459b;width: 179px;height: 100px;color: #fff;padding: 20px;font-size: 14px;}
.indexDiv6 .rowDiv .rightDiv{width: calc(100% - 280px);}
.indexDiv6 .rowDiv .rightDiv .row>div{margin-bottom: 20px;}
.indexDiv6 .rowDiv .rightDiv .row>div a{padding: 10px 20px;display: block;font-size: 18px;}
.indexDiv6 .rowDiv .rightDiv .row>div a span{color: #333;min-height: 54px;}
.indexDiv6 .rowDiv .rightDiv .row>div a small{color: #999999;margin: 20px 0 0;font-size: 18px;display: block;}
.indexDiv6 .rowDiv .rightDiv .row>div a:hover{background: #05459b;}
.indexDiv6 .rowDiv .rightDiv .row>div a:hover span{color: #fff;}
.indexDiv6 .rowDiv .rightDiv .row>div a:hover small{color: #fff;}

.indexDiv7 .leftDiv{width: 50%;background: #05459b;position: relative;}
.indexDiv7 .leftDiv a{padding-left: calc(100% - 700px);display: block;padding-right: 60px;}
.indexDiv7 .rightDiv{width: 50%;background: #044191;}
.indexDiv7 .rightDiv a{padding-right: calc(100% - 700px);display: block;padding-left: 60px;}
.indexDiv7 a{padding-top: 50px;padding-bottom: 40px;}
.indexDiv7 .conDiv{position: relative;display: flex;justify-content: space-between;align-items: flex-end;}
.indexDiv7 .conDiv span{font-size: 14px;color: #4482d5;display: block;margin: 20px 0 15px;}
.indexDiv7 .conDiv p{color: #fff;}
.indexDiv7 .conDiv .moreImg{transition:all 0.5s ease;}
.indexDiv7 a:hover .conDiv .moreImg{transform: translateX(20px);}




/*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:0;text-align: center;width: 100%;top:100px;transition: all .4s;z-index: -1;height: 0;opacity: 0;background: #fff;}
.menu li:hover>ul{height: initial;opacity: 1;z-index: 1;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;}
.menu ul ul li:hover>ul{left: auto;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;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{width: 100%;justify-content: center;border-top: 1px solid #05459c;}
header .rightDiv .menu>ul>li:hover ul{display: flex;}
header .rightDiv .menu>ul>li li{}
header .rightDiv .menu>ul>li li a{font-size: 16px;color: #666666;margin: 0;line-height: 60px;font-weight: normal;text-align: left;text-transform: capitalize;}
header .rightDiv .menu>ul>li li a:hover{color: #05459b;}
.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:1599px) {
	header .wrap{padding: 0 60px;}
	header .rightDiv .menu>ul>li{margin-left: 30px;}
	header .rightDiv .otherDiv{margin-left: 35px;}
	.indexDiv1 .rowDiv{padding: 0 60px 90px;}
	.indexDiv1 .floatDiv{width: 60px;}
	.indexDiv1 .rowDiv .wrap{padding: 0 40px;}
	.indexDiv1 .rowDiv .bgImg{left: 40px;bottom: -90px;}
	.indexDiv1 .rowDiv .leftDiv span{font-size: 36px;}
	.indexDiv1 .rowDiv .leftDiv img{width: 50px;}
	.indexDiv3 .rowDiv .rightDiv .bdDiv{width: calc(100%);}
}

@media (max-width:1420px) {
	header .wrap{padding: 0 40px;}
	.wrap{padding: 0 40px;}
	.indexDiv5 .swiper-container .swiper-slide{height: 22vw;}
	.indexTitle span{font-size: 36px;}
	.indexTitle small{font-size: 20px;}
	.indexDiv7 .rightDiv a{padding-right: 40px;}
	.indexDiv7 .leftDiv a{padding-left: 40px;}
	.footerDiv .hdDiv .rightDiv{justify-content: space-around;}
	.footerDiv .hdDiv .rightDiv .listDiv{margin-right: 0;}
	.indexDiv3 .lbDiv .flexDiv{padding: 0 40px;}
	.indexDiv3 .rowDiv .rightDiv .bdDiv{width: calc(100%);}
	.indexDiv3 .lbDiv .txt{font-size: 120px;}
	.indexDiv3 .rowDiv .leftDiv{width: 400px;height: 400px;}
	.large_box{height: 400px;}
	.indexDiv3 .rowDiv .rightDiv{width: calc(100% - 400px);}
	.indexDiv3 .mySwiper2 .swiper-slide{height: 400px;}
	.small_list ul li{width: 170px;}
	.small_box,.small_list,.small_list ul{height: 170px;}
	.indexDiv3 .mySwiper .swiper-slide .imgDiv .text{font-size: 14px;}
}
@media (max-width:1220px) {
	header .wrap{padding: 0 15px;}
	.wrap{padding: 0 15px;}
	header .rightDiv .menu>ul>li{margin-left: 20px;}
	header .rightDiv .otherDiv{margin-left: 20px;}
}
@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;top: 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 .wrap{padding: 0 15px;}
	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: 70%;}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {display: block;}
	body.on-menu header.indexHeader{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100vh - 50px);
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: background: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	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;margin-top: 50px;}
	
	header .rightDiv .otherDiv{float: initial;justify-content: flex-start;height: 50px;margin:0 15px;position: relative;}
	header .rightDiv .otherDiv .ssDiv .searchDiv{border-top: 0;padding: 0;}
	header .rightDiv .otherDiv .ssDiv .searchDiv form{margin: 0;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.wrap{padding: 0 15px;}
	
	.ui-homebanner .img{height: 51vw;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 5px;}
	.ui-homebanner .swiper-pagination-bullet{width: 10px;height: 3px;}
	.ui-homebanner .swiper-pagination-bullet-active{width: 20px;}
	
	.indexTitle span{font-size: 24px;}
	.indexTitle small{font-size: 13px;}
	
	.indexDiv1{padding: 45px 0;}
	.indexDiv1 .floatDiv{display: none;}
	.indexDiv1 .rowDiv{padding: 0 15px 40px;}
	.indexDiv1 .rowDiv .wrap{padding: 0;}
	.indexDiv1 .rowDiv .leftDiv{width: 100%;float: initial;}
	.indexDiv1 .rowDiv .rightDiv{width: 100%;float: initial;margin-top: 30px;}
	.indexDiv1 .rowDiv .leftDiv span{font-size: 24px;}
	.indexDiv1 .rowDiv .leftDiv .p{font-size: 16px;margin: 10px 0 20px;}
	.indexDiv1 .rowDiv .leftDiv img{width: 30px;}
	.indexDiv1 .rowDiv .bgImg{left: 15px;bottom: -40px;}
	
	.indexDiv2{padding: 45px 0 40px;}
	.indexDiv2 .row{margin: 20px 0 0;}
	.indexDiv2 .row>div .conDiv{padding: 20px 5px;}
	.indexDiv2 .row>div:nth-child(3n){border-right: 1px solid #4482d5;}
	.indexDiv2 .row>div:nth-of-type(even){border-right: 0;}
	.indexDiv2 .row>div .conDiv .imgDiv{width: 30px;margin-right: 10px;}
	.indexDiv2 .row>div .conDiv .textDiv{width: calc(100% - 30px);}
	.indexDiv2 .row>div .conDiv .textDiv span{font-size: 16px;margin-bottom: 5px;}
	.indexDiv2 .row>div .conDiv .textDiv p{font-size: 12px;}
	.indexDiv2 .row>div:nth-of-type(4){border-bottom: 1px solid #4482d5;}
	
	.indexDiv3 {padding: 45px 0 0;}
	.indexDiv3 .rowDiv{display: block;padding-bottom: 100vw;}
	.indexDiv3 .rowDiv .leftDiv{width: calc(100vw - 30px);height: calc(100vw - 30px);float: initial;position: absolute;left: 0;bottom: 30px;}
	.large_box{height: calc(100vw - 30px);}
	.indexDiv3 .mySwiper2 .swiper-slide{height: calc(100vw - 30px);}
	.indexDiv3 .rowDiv .rightDiv{width: 100%;float: initial;margin-left: 0;margin-bottom: 30px;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv{padding-left: 0;position: relative;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv{width: 100%;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv .tabsDiv{position: absolute;right: 0;top: 0;width: 178px;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv .tabsDiv a{height: 50px;width: 178px;padding: 5px;font-size: 16px;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv .p1{font-size: 18px;margin: 20px 0 10px;}
	.indexDiv3 .rowDiv .rightDiv .hdDiv .textDiv .p2{font-size: 14px;}
	.indexDiv3 .swiper-slide .imgDiv .text img{width: 43px;}
	.indexDiv3 .lbDiv{padding: 25px 0 0;}
	.indexDiv3 .lbDiv .txt{font-size: 70px;}
	.indexDiv3 .lbDiv .flexDiv{top: 0;}
	.indexDiv3 .lbDiv a .dImg{width: 40px;}
	.indexDiv3 .lbDiv a .hImg{width: 60px;}
	.right_btn{width: 43px;height: 28px;background: url(../img/gd.png) no-repeat center center;background-size: 100%;}
	
	
	.indexDiv4{padding: 45px 0;}
	.indexDiv4 .row{margin-top: 30px;}
	.indexDiv4 .row>div a{padding: 30px 15px 50px;}
	.indexDiv4 .row>div a>img{width: 45px;}
	.indexDiv4 .row>div a span{margin: 15px 0 0;font-size: 18px;}
	.indexDiv4 .row>div a .line{margin: 10px 0;}
	.indexDiv4 .row>div a p{font-size: 14px;line-height: 1.6;}
	.indexDiv4 .row>div a .iconDiv{bottom: 15px;}
	.indexDiv4 .row>div a .iconDiv img{width: 30px;}
	
	.indexDiv4 .row>div a .iconDiv{width: 40px;height: 18px;}
	.indexDiv4 .row>div a .iconDiv div, .indexDiv4 .row>div a .iconDiv div:before, .indexDiv4 .row>div a .iconDiv div:after{width: 40px;height: 3px;}
	.indexDiv4 .row>div a .iconDiv div:nth-child(2){top: 7px;}
	.indexDiv4 .row>div a .iconDiv div:nth-child(3){top: 14px;}
	.indexDiv4 .row>div a:hover .iconDiv div:first-child{width: 40px;top: 8.5px;}
	.indexDiv4 .row>div a:hover .iconDiv div:nth-child(3),.indexDiv4 .row>div:nth-of-type(odd) a:hover .iconDiv div:nth-child(3){border-width: 3px;width: 16px;height: 16px;}
	
	
	.indexDiv5{padding: 0 0;}
	.indexDiv5 .swiperWrap{margin-top: 30px;}
	.indexDiv5 .swiper-container .swiper-slide{padding: 5px;}
	.indexDiv5 .swiper-container{padding-bottom: 50px;}
	.indexDiv5 .swiper-button-next, .indexDiv5 .swiper-button-prev{width: 30px;height: 30px;}
	.indexDiv5 .swiper-button-prev{margin-left: -40px;}
	.indexDiv5 .swiper-button-next{margin-right: -40px;}
	.indexDiv5 .swiper-container .swiper-slide{height: 38vw;}
	
	.indexDiv6{padding-bottom: 45px;}
	.indexDiv6 .rowDiv .leftDiv{float: initial;}
	.indexDiv6 .rowDiv .leftDiv .moreDiv{margin-top: 30px;}
	.indexDiv6 .rowDiv .rightDiv{width: 100%;float: initial;margin-top: 30px;}
	.indexDiv6 .rowDiv .rightDiv .row>div{margin-bottom: 10px;}
	.indexDiv6 .rowDiv .rightDiv .row>div a{font-size: 16px;}
	.indexDiv6 .rowDiv .rightDiv .row>div a span{min-height: initial;}
	.indexDiv6 .rowDiv .rightDiv .row>div a small{font-size: 16px;margin-top: 10px;}
	
	.indexDiv7 .leftDiv{width: 100%;}
	.indexDiv7 .leftDiv a{padding: 25px 15px;}
	.indexDiv7 .rightDiv{width: 100%;}
	.indexDiv7 .rightDiv a{padding: 25px 15px;}
	
	
	.indexDiv4 .rowDiv{margin-top: 20px;}/* 
	.indexDiv4 .rowDiv .leftDiv{width: 100%;}
	.indexDiv4 .rowDiv .rightDiv{width: 100%;margin-top: 16px;}
	.indexDiv4 .rowDiv .rightDiv ul li a{padding: 10px 20px;}
	.indexDiv4 .rowDiv .leftDiv a .textDiv{bottom: 10px;line-height: 1.8;}
	.indexDiv4 .rowDiv .leftDiv a .textDiv span{font-size: 16px;}
	.indexDiv4 .rowDiv .rightDiv ul li span{font-size: 16px;}
	.indexDiv4 .rowDiv .rightDiv a.more_a{padding: 0 20px;line-height: 40px;} */
	
	.footerDiv{background-size: 100%;padding: 40px 0 20px;}
	.footerDiv .hdDiv{margin-bottom: 30px;}
	.footerDiv .hdDiv .leftDiv{float: initial;width: 100%;text-align: center;}
	.footerDiv .hdDiv .leftDiv p{margin: 20px 0;line-height: 1.7;}
	.footerDiv .hdDiv .leftDiv .line{margin-bottom: 20px;}
	.footerDiv .hdDiv .leftDiv .shareDiv{justify-content: center;}
	.footerDiv .hdDiv .rightDiv{width: 100%;justify-content: center;margin-top: 15px;text-align: center;}
	
	.footerDiv .bdDiv{text-align: center;}
	
	
	
	@media (max-width:320px) {
		
		
		
	}
	
}
