@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.float{ width:768px; left:0; top:0; height:100%; position:fixed; left:0; top:60px; margin-left:-384px; background-color:rgba(32,35,38,0.8); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}

.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box; box-sizing: border-box; padding:0 20px;}
.float > .f-navlist > ul > li{ width:100%; height:48px; line-height:48px; font-size:14px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.1); }
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/


.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,0.001); /*position:fixed; left:0; top:0;  z-index:100; */ position: relative; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.header .hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block;width: 323px; padding-top:10px; padding-bottom:10px;flex-shrink: 0;}
.logo img{ width:100%;}
/*.logo img:nth-of-type(1){ display: block; }
.logo img:nth-of-type(2){ display: none; }*/
.header .hd-right{ width:100%; box-sizing: border-box; text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; padding-left:5%; height: 100px; height: auto;}
.header .hd-right > .nav{ box-sizing: border-box; width:100%; height: 100%;}
.header .hd-right > .nav > ul{ width:100%; height: 100%;  display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: stretch; }
.header .hd-right > .nav > ul > li{ width:12.5%; text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; height: 100%; }
.header .hd-right > .nav > ul > li > a{ display: inline-block; box-sizing: border-box; text-align: center;  box-sizing: border-box; border-bottom: 1px solid transparent;width:100%; color: #154c90 !important;}
/*.header .hd-right > .nav > ul > li > p{ width: 100%; height: auto; position: absolute; left:0; top:100px; z-index: 180; background-color: rgba(255,255,255,0.8); animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; display: none;}
.header .hd-right > .nav > ul > li > p > a{ display: block; width: 100%; height: 40px; line-height: 40px; box-sizing: border-box; padding:0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }*/
/*.header .hd-right > .nav > ul > li > p > a:hover{ background-color: rgba(0,0,0,0.2); }*/
.header .hd-right > .nav > ul > li.on > a,.header .hd-right > .nav > ul > li:hover > a{/*border-bottom:4px solid #43af23;*/ color: #333 !important;}
.header .hd-right > .nav > ul > li:hover > p{ display: block; }
.header .hd-right > .chat{ display: block; width: 24px;height: 24px; line-height: 20px; flex-shrink: 0; font-size: 20px; text-align: center; align-self: center; margin-left: 10px; }

.header .nav-btn { width: 24px; height: 16px; cursor: pointer; display: none; flex-direction: column; justify-content: space-between; position: absolute; right:10px; top:50%; margin-top: -8px; }
.header .nav-btn span {height: 2px; width: 100%; background-color: #333; display: flex; position: absolute; transition: .5s;}
.header .nav-btn span:nth-child(1) {top: 0; left: 0;}
.header .nav-btn span:nth-child(2) {top: 50%; left: 0; transform: translate(0, -50%);}
.header .nav-btn span:nth-child(3) {bottom: 0; left: 0;}
.header .nav-btn-active span:nth-child(1) { left: 50%;  top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.header .nav-btn-active span:nth-child(2) { opacity: 0;}
.header .nav-btn-active span:nth-child(3) { left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg);}
.header-blank{ background-color:transparent; height:100px;}

/*????????*/
.scrolltop{ background-color:#FFF !important /*rgba(29,71,159,1)*/; border-bottom:1px solid rgba(29,71,159,0.6);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop .logo img:nth-of-type(2){ display: block; }
.scrolltop .logo img:nth-of-type(1){ display: none; }
.scrolltop .hd-right > .nav > ul > li > a{color: #FFF !important;}

/*????*/
.main{   height:auto; }
.mainCol{ width: 100%; box-sizing: border-box; padding:3% 0 3% 0; }
.mcHeader{ width:100%; box-sizing: border-box; padding:0% 0; }
.mch{ width: 50%; height: auto; margin:0 auto; }
.mch > h3{ width: 100%; font-weight: normal; text-align: center; font-size: 32px; color: #333; line-height:1.625;  }
.mch > h3 > span{ font-weight: normal; color: #1240a3;}
.mch > h4{ width: 100%; height: 1px; background-color: #848484; font-size: 0; margin:10px auto 5px auto; }
.mch > div{ width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; padding-top: 1.5%; }
.mch > div > p{ height: 40px; line-height: 40px; font-size: 32px; text-transform: uppercase;color: #999; flex-shrink: 0; letter-spacing: -1px;}
/*.mch > div > span{ display: block; width:50%; height: 1px; background-color: #999; align-self: center; }*/
/*******/

/*******/
.news{ width: 100%; height: auto; min-width: 320px; background-color: #f8f8f8; }
.newsMain,.newsMain .newsItem{ height: auto; width:100%; }
.newsMain,.servMain{ margin-top: 2%; }
.newsMain .newsItem{display: none; flex-direction: row; flex-wrap:  nowrap; justify-content: space-between; align-items: stretch;}
.newsHot{ width: 48%; display: block; flex-shrink: 0; margin-right: 2%; position: relative;}
.newsHot > p{ width: 100%; height: 0; padding-top: 64%; position: relative; overflow: hidden;}
.newsHot > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer;}
.newsHot:hover > p > img{ transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); }
.newsHot > div{ width: 100%; height: auto; box-sizing: border-box; padding:0 3% 0 0; position: absolute; left:0; bottom:0; background-color: rgba(0,0,0,0.8);}
.newsHot > div > h3{ width: 100%; height: 60px; line-height: 60px; font-weight: normal; font-size: 16px;text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #FFF !important; box-sizing: border-box; padding:0 10px;  }
.newsHot:hover > div > h3{ color: #FFF !important; }
/*.newsHot > div > p{ width:100%; height: 60px; line-height: 30px; overflow: hidden; text-align: left; font-size: 16px; color: #999 !important; }*/
.newsList{ width: 100%;  box-sizing: border-box;}
.newsList > ul{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.newsList > ul > li{ width: 100%; flex:1;  background-color: transparent; box-shadow: 0 0 6px rgba(0,0,0,0); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; box-sizing: border-box; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer; box-sizing: border-box; overflow: hidden;}
/*.newsList > ul > li + li{ margin-top: 15px; }*/
.newsList > ul > li > .nlItem-date{ width: 72px; flex-shrink: 0; margin-right: 3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center; box-sizing: border-box; padding-top: 12px; }
.newsList > ul > li > .nlItem-date > p{width:100%; display: inline-block; height: 24px;line-height: 24px; text-align: center; overflow: hidden; font-size: 14px; background-color: #1240a3; color: #FFF;}
.newsList > ul > li > .nlItem-right{ width:100%; height: auto; overflow: hidden;}
.newsList > ul > li > .nlItem-right > h3{width: 100%; min-width: 0; height: 44px; line-height: 44px; box-sizing: border-box;  font-weight: normal; font-size: 20px; overflow: hidden; /*white-space: nowrap; text-overflow: ellipsis;*/ text-align: left;  }
.newsList > ul > li > .nlItem-right > p{ width:100%;height: 48px;line-height: 24px; text-align: left; font-size: 14px; color: #999; overflow: hidden; }
.newsList > ul > li:hover{background-color: #FFF;/* box-shadow: 0 0 6px rgba(0,0,0,0.3);*/}
.newsList > ul > li:hover > .nlItem-right > h3 > a{ color: #c7000b !important }


/******/
.about{ width: 100%; height: auto; box-sizing: border-box; background-image: url(../images/about.png); background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; height: auto; background-color: #1e50bd;}

.aboutMain{ width:100%; height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin-top: 2%;}
.aboutImg{ display: block; width:50%; }
.aboutImg > p{ width:100%; height: 0;padding-top: 60%; position: relative; overflow: hidden; }
.aboutImg > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.aboutRight{ width:50%; box-sizing: border-box; padding-left:2%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.aboutRight > h3{ width:100%;font-size: 20px;text-align: left;font-weight: normal;color: #333333;}
.aboutRight > div{margin-top: 10px;margin-bottom: 10px;color: #333333;font-size: 16px;text-align: left;line-height: 26px;max-height: 260px;overflow: hidden;}
.aboutRight > p{ width: 100%; height: 30px; line-height: 30px; text-align: left; font-size: 16px; color: #333; text-transform: uppercase; text-decoration: underline; }
.aboutRight > p > a{color: #333333 !important;}
.aboutRight > p > a:hover{ color: rgba(255,255,255,0.8) !important; } 
/******/
.honorMain{ margin-top: 1.5%; }
.box{ width:100%;height: auto; overflow: hidden; }
.swiper5 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper5 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper5 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper5 .swiper-slide{  box-sizing: border-box; box-sizing: border-box;}
.swiper5 .swiper-slide > a{ width:100%; height: auto; display: block; box-sizing: border-box;/* padding: 5px 10px;*/ position: relative; box-sizing: border-box; /*border:1px solid #eee;*/ }
/*.swiper5 .swiper-slide > a::before{ content: ' '; width:100%;height: 1px; background-color: #d1d1d1; position: absolute; left:0; bottom:10px; }*/
.swiper5 .swiper-slide > a > div{ width: 100%; box-sizing: border-box;/* padding:8%;*/ background-color: #FFF; /*box-shadow: 0 0 10px rgba(0,0,0,0.3); */}
.swiper5 .swiper-slide > a > div > p{ width:100%;height:0; padding-top: 69.230%;  position:relative; }
.swiper5 .swiper-slide > a > div > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0;
 transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer; box-sizing: border-box; border:1px solid #FFF;}
.swiper5 .swiper-slide > a:hover > div > p > img{ transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); }
.swiper5 .swiper-slide > a > h3{ width:100%; font-size: 18px; height: 72px; line-height: 72px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; text-align: center; color: #333 !important; margin-bottom:4px; }
.swiper5 .swiper-slide > a > h4{ width:100%; height: 12px; position: relative; display: none;}
.swiper5 .swiper-slide > a > h4 > span{ width: 12px;height: 12px; box-sizing: border-box; border:1px solid #d1d1d1; background-color: #f5f5f5; position: absolute; left:50%; top:50%; margin-top: -6px; margin-left: -6px; border-radius: 50%; }
.swiper5 .swiper-slide > a:hover > h4 > span{ background-color: #FFF;border:1px solid #c7000b; }
.swiper5 .swiper-button-next,.swiper5 .swiper-button-prev{   color:rgba(255,255,255,0.2); background-color:#f5f5f5; height:24px; width:24px; line-height:24px; border-radius: 50%; text-align:center; background-image:url(none); top:auto; bottom:0; cursor:pointer; margin-top:-12px; box-sizing:border-box; background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; border:1px solid #d1d1d1; z-index: 320; display: none;} 
.swiper5 .swiper-button-next{ background-image: url(../images/goright.png); left:auto; right:0; }
.swiper5 .swiper-button-prev{ background-image: url(../images/goleft.png); right:auto; left:0; }  
.swiper5 .swiper-button-next i,.swiper5 .swiper-button-prev i{ font-size:0;}
.swiper5 .swiper-button-next:hover,.swiper5 .swiper-button-prev:hover{ color:rgba(255??255??255??1) !important; background-color: #9c9a9a;} 
.swiper5  .swiper-button-next.swiper-button-disabled,.swiper5 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.85;}

.box2{ width:100%;height: 0; overflow: hidden; }
.swiper6 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper6 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper6 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper6 .swiper-slide{  box-sizing: border-box; box-sizing: border-box;}
.swiper6 .swiper-slide > a{ width:100%; height: auto; display: block; box-sizing: border-box;/* padding: 5px 10px;*/ position: relative;  }
/*.swiper6 .swiper-slide > a::before{ content: ' '; width:100%;height: 1px; background-color: #d1d1d1; position: absolute; left:0; bottom:10px; }*/
.swiper6 .swiper-slide > a > div{ width: 100%; box-sizing: border-box;/* padding:8%;*/ background-color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.swiper6 .swiper-slide > a > div > p{ width:100%;height:0; padding-top: 69.230%;  position:relative; }
.swiper6 .swiper-slide > a > div > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.swiper6 .swiper-slide > a > h3{ width:100%; font-size: 14px; height: 48px; line-height: 48px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; text-align: center; color: #333 !important; margin-bottom:4px; }
.swiper6 .swiper-slide > a > h4{ width:100%; height: 12px; position: relative; display: none;}
.swiper6 .swiper-slide > a > h4 > span{ width: 12px;height: 12px; box-sizing: border-box; border:1px solid #d1d1d1; background-color: #f5f5f5; position: absolute; left:50%; top:50%; margin-top: -6px; margin-left: -6px; border-radius: 50%; }
.swiper6 .swiper-slide > a:hover > h4 > span{ background-color: #FFF;border:1px solid #c7000b; }
.swiper6 .swiper-button-next,.swiper6 .swiper-button-prev{   color:rgba(255,255,255,0.2); background-color:#f5f5f5; height:24px; width:24px; line-height:24px; border-radius: 50%; text-align:center; background-image:url(none); top:auto; bottom:0; cursor:pointer; margin-top:-12px; box-sizing:border-box; background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; border:1px solid #d1d1d1; z-index: 320; display: none;} 
.swiper6 .swiper-button-next{ background-image: url(../images/goright.png); left:auto; right:0; }
.swiper6 .swiper-button-prev{ background-image: url(../images/goleft.png); right:auto; left:0; }  
.swiper6 .swiper-button-next i,.swiper6 .swiper-button-prev i{ font-size:0;}
.swiper6 .swiper-button-next:hover,.swiper6 .swiper-button-prev:hover{ color:rgba(255??255??255??1) !important; background-color: #9c9a9a;} 
.swiper6  .swiper-button-next.swiper-button-disabled,.swiper6 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.85;}
/******/
.btnMore{ width: 100%; height: auto; box-sizing: border-box; padding:3% 0 0 0; text-align: center;}
.btnMore > a{ display: inline-block; font-size: 16px; color: #333; text-transform: uppercase; text-decoration: underline; }
.btnMore > a:hover{ color: #b3282b !important; }

/*******/
.ju{ width: 100%; min-width: 320px; overflow: hidden; position: relative; background-image: url(../images/ju.png); background-repeat: no-repeat; background-position: center bottom;}
.juMain{ width: 100%; height: auto; margin-top: 5%;overflow: hidden; }
.juMain > ul > li{ width: 32%; float: left; margin-right: 2%; background-color: #FFF; }
.juMain > ul > li:nth-of-type(3n){ margin-right: 0; }
.juMain > ul > li > .nl-img{  width: 100%; max-height: 254px;overflow: hidden;}
.juMain > ul > li > .nl-img img{ width:100%; }
.juMain > ul > li > .nl-about{ width:100%; height: auto; box-sizing: border-box; padding:0 5% 5% 5%; }
.juMain > ul > li > .nl-about > .nlAbout-date{ width: 100%; font-size: 14px; padding-top: 4%;  padding-bottom: 4%; box-sizing: border-box; border-bottom: 1px  solid #EEE; overflow: hidden; text-align: left; color: #999; font-size: 18px; }
.juMain > ul > li > .nl-about > .nlAbout-title{ width: 100%; height:48px; line-height: 24px; margin-top: 4%; margin-bottom: 4%; font-weight: normal; font-size: 18px; overflow: hidden; text-align: left; }
.juMain > ul > li > .nl-about > .nlAbout-more{ display: block; height: 24px; line-height: 24px; text-decoration: underline; font-size: 14px; text-align: left; }


/*******/
.online{ width: 100%; min-width: 320px; background-color: #154c90; height: auto; }
.onlineMain{ width:100%; height: auto; box-sizing: border-box; padding:3%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.onlineAbout{ font-size: 30px; color: #FFF; flex-shrink: 0; margin-right: 2%;}
.onlineForm{ width:100%; height: 42px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.onlineForm > p{ height: 42px; background-color: #FFF; }
.onlineForm > p:nth-of-type(1),.onlineForm > p:nth-of-type(2){ width: 48%; margin-right: 2%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.onlineForm > p:nth-of-type(1) > input,.onlineForm > p:nth-of-type(2) > input{ width:100%; height: 24px; line-height: 24px; border:0; background-color: #FFF; font-size: 16px; text-align: left; text-transform: capitalize; box-sizing: border-box; padding:0 10px; }
.onlineForm > p:nth-of-type(3){ width: 100px; height: 42px; flex-shrink: 0;}
.onlineForm > p:nth-of-type(3) > input{ width:100%; height: 42px; line-height: 42px; border: 0; border-radius: 0; background-color: #FFF; font-size: 16px; text-align: center;padding:0; color: #6ca928; }
/*???*/

.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #1c2f47; height: auto; }
.footer > .c-con{ padding-top: 1%; padding-bottom:2%; }
.footNav{ width:100%; height: auto; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footNav > ul > li{ width: 11.1111%; height: 48px; line-height: 48px; font-size: 16px; float: left; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.footNav > ul > li > a{ color: #FFF !important; }
.footMain{ width: 100%; height: auto;display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.footLeft{ width:50%; box-sizing: border-box; padding:3%; }
.server,.copyright{ width:100%; height: auto; line-height: 30px; text-align: left; font-size: 14px; color: #849cbb !important; }
.copyright{ margin-top: 2%; }
.copyright a{color: #849cbb !important;}
.footRight{ width: 50%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 3%;}
.QTCode{ width: 120px; height: auto; }
.QTCode > p{ width: 100%; height: auto; overflow: hidden;  }
.QTCode > p > img{ width: 100%; }
.QTCode > h3{ width: 100%; height: 40px; line-height: 40px; font-weight: normal; font-size: 14px; color:#FFF; }
.frLogo{display: block;width: 80px;height: auto;overflow: hidden;}
.frLogo > img{ width:100%; }
/*???*/
/*?????*/
.flash{ width:100%; position: relative; }
.swiper1 .swiper-pagination {right:0; display:inline-block; padding-bottom:2%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:6px; border-radius:6px; box-sizing:border-box; border:0px solid #FFF; background-color: #1e50bd; }
.swiper1 .swiper-pagination-bullet-active{ width:60px; background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%; color: #FFF !important; position: relative;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-slide > a > .swiperAbout{ width: 1200px; height: 100%; position: absolute; left:50%; top:0; margin-left:-600px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center; color: #FFF !important; box-sizing: border-box; padding-top: 8%; }
.swiper1 .swiper-slide > a > .swiperAbout > .swiperItemTitle{ width: 100%; height: auto; margin-bottom: 5.5%; }
.swiper1 .swiper-slide > a > .swiperAbout > .swiperItemTitle > h3,.swiper1 .swiper-slide > a > .swiperAbout > .swiperItemTitle > p{ width: 100%; font-weight: normal; text-align: center; font-size: 52px; }
.swiper1 .swiper-slide > a > .swiperAbout > .swiperItemTitle > p{ font-size: 16px; text-transform: uppercase; box-sizing: border-box; padding:0 10%;}
.swiper1 .swiper-slide > a > .swiperAbout > .swiperItemBtn{ width:180px;height: 48px; line-height: 48px;border-radius: 30px; background-color: #7dc142; color: #FFF !important; border:1px solid #7dc142; font-size: 18px; text-align: center; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper1 .swiper-slide > a:hover > .swiperAbout > .swiperItemBtn{ border:1px solid #7dc142;  background-color: #FFF; color:#7dc142 !important;}

.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }












