/* ==========================================================================
   Index Page
   ========================================================================== */
/*首页banner大图样式*/
.ibanner{ position:relative; height:100%; width: 100%; overflow: hidden;}
.ibanner .swiper-container {width: 100%;height: 100%;}
.ibanner .swiper-slide { background-repeat:no-repeat; background-position:center center; background-size:cover;text-align: center;/* Center slide text vertically */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; position:relative; background-color: #000;}
.ibanner .swiper-container-horizontal > .swiper-scrollbar{ width:272px; left:251px; bottom:30%;}

.ibanner .swiper-scrollbar-drag{ background:#1b85e7;}
.ibanner .ban-img{ display:block; width:100%; height:100%; color:#fff;text-align:left;}
.ibanner .swiper-pagination{ right: 2%; left: auto; top: 50%; transform: translate3d(0px,-50%,0); position: absolute; text-align: center; bottom: auto; width: 27px;}
.ibanner .swiper-pagination-bullet{background: #fff; opacity: 1; position: relative; width: 10px; height: 10px; border-radius: 10px; display: block; margin: 27px auto!important;}
.ibanner .swiper-pagination-bullet-active{ background: #1e94d4; opacity: 1;}
.ibanner .swiper-pagination-bullet-active::after{ content: ""; position: absolute; border: 1px solid #1e94d4; width: 24px; height: 24px; top: -8px; left: -8px; border-radius: 24px;}
.ibanner .swiper-pagination-current{ font-size: 2.4rem; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image: linear-gradient(220deg,#0481dc,#3cc2e7);}

.ibanner .bH{ height: 100%; position: relative; width: 90%; align-items: start;}
.ibanner .bfont{ color: #fff; text-align: left;}
.ibanner .bfont span{ display: block; font-size: 5.6rem; font-family: 'MicrosoftYaHei Bold';}
.ibanner .bfont p{ font-size: 2.4rem;}
.ibanner .bfont a{ display: inline-block; border: 1px solid rgba(255,255,255,0.2); height: 4.6rem; color: #fff; line-height: 4.6rem; ; margin-top: 6rem; padding: 0 20px;}
.ibanner .bfont a i{ display: inline-block; margin-left: 10px;}
.ibanner .bfont a:hover{background: #1e94d4; border-radius: 5rem; transition: all 0.4s;}
.ibanner .scroll-dot{ width: 2.3rem; height: 5.5rem; position: absolute; bottom: 6rem; right: 2%; z-index: 10; animation: scroll 4s infinite;}
.ibanner::before,.ibanner::after{ content: ""; background-color: rgba(255,255,255,0.1); display: block; position: absolute; z-index: 10;}
.ibanner::before{ width: 95%; height: 1px; left: 0; bottom: 45%; display: none;}
.ibanner::after{ height: 100%; width: 1px; right: 5%; top: 0;}

@keyframes scroll{
	0%{ bottom: 6rem; opacity: 1;}
	50%{ bottom: 3rem; opacity: 0.3;}
	100%{ bottom: 6rem; opacity: 1;}
}

.ibk_bg1{ background: url(../img/ibg_1.jpg) no-repeat center center; background-size: cover;}

.iblock-1{ background-color: #fff; padding: 4rem; border-radius: 0 0 4rem 0; min-height: 250px;}
.iblock-1 .ntit{ vertical-align: middle;}
.iblock-1 i{ display: inline-block; float: left; width: 85px; height: 85px; line-height: 85px; text-align: center; border-radius: 85px; background-color: #edf7fc; color: #2196d5; font-size: 6rem;}
.iblock-1 span{ display: inline-block; float: right; font-size: 3.2rem; line-height: 85px; font-weight: bold;}
.iblock-1 p{ font-size: 17px; color: #666;}
.iblock-1:hover{ background: url(../img/icon_logo.png) no-repeat center right #1e94d4; background-size: cover; color: #fff;}
.iblock-1:hover p{ color: #fff;}
.iblock-1:hover i{ background-color: #fff; color: #2196d5;}

.section.active .iblock-1{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

.ibk_bg2{ background: url(../img/ibg_2.jpg) no-repeat center center; background-size: cover; color: #fff; width: 100%;}
.iblock-2{ position: relative;}
.iblock-2 a{ display: block; position: relative; text-align: center; color: #fff; padding-bottom: 30px;}
.iblock-2 a i{ display: inline-block; background: url(../img/dot_bg1.png) no-repeat center center; background-size: cover; width: 208px; height: 208px; line-height: 208px; font-size: 8rem;transform: rotateY(0deg); transition: all 1s;}
.iblock-2 a:hover i{transform: rotateY(360deg); transition: all 2s;}
.iblock-2 a span{ display: block; font-weight: bold; font-size: 20px; margin: 20px 0;}
.iblock-2 a::before{ content: ""; width: 1px; height: 30px; display: block; background-color: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto; position: absolute; opacity: 0.2;}
.iblock-2 a::after{ content: ""; width: 8px; height: 8px; border-radius: 8px; background-color: #fff; border: 4px solid #1e94d4; display: block; position: absolute; bottom: -6px; left: 0; right: 0; margin: 0 auto;}
.ibk_bg2 .wrap::before{content: ""; width: 0; height: 1px; display: block; background-color: #fff; bottom: 0; left: -50%; position: absolute; opacity: 0.2; transition: all 1s;}

.ibk_bg2 .box-title span{ position: relative;}
.ibk_bg2 .box-title span::after{ content: ""; background-color: #1e94d4; width: 282px; height: 8px; bottom: 6px; left: 0; right: 0; margin: 0 auto; position: absolute; z-index: 0;}
.ibk_bg2 .box-title span i{ position: relative; z-index: 2;}


.section.active .iblock-2{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}
.section.active.ibk_bg2 .wrap::before{ width: 200%; transition: all 4s;}

.iwp{ padding-left: 5%;}
.ibk_bg3{ overflow: hidden;}
.inews-tit{ border-top: 1px solid #e5e5e5; padding-top: 30px;}
.inews-tit a{ display: inline-block; margin-right: 20px; width: 145px; height: 45px; text-align: center; line-height: 45px; text-align: center; border-radius: 45px; border: 1px solid #dcdcdc;}
.inews-tit a:hover,.inews-tit a.active{ background-color: #1e94d4; color: #fff; border-color: #1e94d4;}

.section.active .inews-tit{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

.news-list{ overflow: visible;}
.section.active .news-list{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

.news-list .tlist{ padding: 0 17% 0 0; overflow: visible;}
.news-list .swiper-container{ overflow: visible;}
.news-list .swiper-button-next,.news-list .swiper-button-prev{ background: none; width: 55px; height: 55px; line-height: 55px; border-radius: 55px; border: 1px solid #e6e5e5; background-color: #fff; opacity: 1; margin: 0; top: -88px;}
.news-list .swiper-button-next i,.news-list .swiper-button-prev i{ color: #b3b3b3; font-size: 24px;}
.news-list .swiper-button-prev{ left: auto; right: -6%;}
.news-list .swiper-button-next{ right: -11%;}
.news-list .swiper-button-next:hover,.news-list .swiper-button-prev:hover{background-color: #1e94d4; color: #fff;}
.news-list .swiper-button-next:hover i,.news-list .swiper-button-prev:hover i{ color:  #fff;}

.news-box{ margin-bottom: 0;}
.news-box .icon{ height: 270px;}
.news-box .icon img{ width: 100%; height: 100%;}
.news-box .ntit{ background-color: #f5f5f5; padding: 20px; text-align: left;}
.news-box .ntit h3{ text-align: left; font-size: 20px; font-weight: normal; padding: 0;}

.news-box2{ height: 350px; margin: 0; box-sizing: border-box; background-color: #f5f5f5; position: relative; overflow: hidden;}
.news-box2 a{ text-align: left; display: block; position: relative; z-index: 2; padding: 40px;}
.news-box2 a h3{ text-align: left; padding: 0; margin: 0; font-size: 24px; line-height: 36px; height: 70px; font-weight: normal;}
.news-box2 .ncont{ margin: 25px 0; border-bottom: 1px solid #e6e5e5; padding-bottom: 25px;}
.news-box2 .ncont p{ color: #999; font-size: 16px;}
.news-box2 .date{ font-family: arial; line-height: 24px;}
.news-box2 .date span{ color: #555; font-size: 24px;}
.news-box2 .date i{ display: block; color: #555; font-size: 15px;}
.news-box2 em{ position: absolute; color: #eeeeee; font-size: 12rem; right: 40px; bottom: -9rem; font-family: "barlow"; font-style: normal;}
.news-box2 .himg{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0;display: flex; align-items: center; justify-content: center; flex-direction: column;}
.news-box2 .himg img{ object-fit: cover; max-width: initial; max-height: initial;}
.news-box2:hover .himg{ opacity: 1; transition: all 0.6s;}
.news-box2:hover a h3,.news-box2:hover .date span{ color: #fff;}
.news-box2:hover .date i,.news-box2:hover em{color: #fff; opacity: 0.5;}
.news-box2:hover .ncont{ border-color: rgba(255,255,255,0.2);}

.ibk_bg4{ background: url(../img/ibg_3.jpg) no-repeat center center; background-size: cover; padding: 16rem 0;}

.hauto,.hauto .fp-tableCell{ height: auto!important;}
/* ==========================================================================
   Other Page
   ========================================================================== */

.nbanner{ background-image: url(../img/nban1.jpg); background-position: center; background-size: cover; height: 607px; width: 100%;}
.nban2{ background-image: url(../img/nban2.jpg);}
.nban3{ background-image: url(../img/nban3.jpg);}
.nban4{ background-image: url(../img/nban4.jpg);}
.nban5{ background-image: url(../img/nban5.jpg); height: 100%; position: relative;}
.nban5 .jcent{ height: 100%; align-items: flex-end;}
.nban6{ background-image: url(../img/nban6.jpg);}
.nban7{ background-image: url(../img/nban7.jpg);}

.sub_box{ border-bottom: 1px solid #eee; line-height: 7rem;}

.sect_nk1{ background: url(../img/nbg_1.jpg) no-repeat center 0; background-size: cover; padding: 7rem 0;}

.nblock-1{ background-color: rgba(255,255,255,0.8); padding: 25px; margin-bottom: 20px; text-align: center;}
.nblock-1 span{ display: block; font-size: 22px; font-weight: bold;}
.nblock-1 .bline{position: relative; border-top: 1px solid #d8e1e7; margin-top: 20px;}
.nblock-1 .bline::after{ content: ""; width: 8px; height: 8px; border-radius: 8px; background-color: #fff; border: 4px solid #1e94d4; display: block; position: absolute; bottom: -7px; left: 0; right: 0; margin: 0 auto;}
.nblock-1 .bimg{ margin: 50px 0;}

.nblock-2{ position: relative; padding-top: 40px;}
.nblock-2::after{ content: ""; width: 80%; height: 1px; background-color: #c8c8c8; display: block; position: absolute; top: 40px; bottom: 0; left: 0; right: 0; margin: auto auto;}
.nblock-2 .nbrow{ float: left; margin: 10px 5%; width: 23.3%; box-sizing: border-box; box-shadow: #f0f0f0 0 0 10px; border-radius: 5px; position: relative; padding: 40px; height: 280px; background-color: #fff; z-index: 2;}
.nblock-2 .nbrow::after{ content: ""; background: url(../img/fw_dot.png) no-repeat center center; color: #c8c8c8; position: absolute; top: 0; bottom: 0; margin: auto 0; right: -25%; height: 28px; width: 14px;}
.nblock-2 .nbrow:nth-child(3)::after{display: none;}
.nblock-2 .nbrow i{ display: block; position: absolute; width: 70px; height: 70px; line-height: 70px; text-align: center; color: #fff; background-color: #00e4f4; font-size: 4rem; border-radius: 70px; left: -40px; top: 27px;}
.nblock-2 .nbrow span{ display: block; font-weight: bold; font-size: 24px;}
.nblock-2 .nbrow p{ margin-top: 10px; color: #666; font-size: 17px; position: relative; z-index: 2;}
.nblock-2 .nbrow em{position: absolute; color: #f8f8f8; font-size: 12rem; right: 40px; bottom: 0; font-family: "barlow"; font-style: normal; line-height: 12rem; height: 8rem; overflow: hidden;}
.nblock-2 .nbrow:nth-child(2) i{ background-color: #181236;}
.nblock-2 .nbrow:nth-child(3) i{ background-color: #7e67dc;}
.nblock-2 .nbrow:nth-child(4) i{ background-color: #3ada84;}
.nblock-2 .nbrow:nth-child(5) i{ background-color: #193dd9;}
.nblock-2 .nbrow:nth-child(6) i{ background-color: #f46e6b;}

.nbfloat .nbrow:nth-child(1) i{ background-color: #3ada84;}
.nbfloat .nbrow:nth-child(2) i{ background-color: #193dd9;}
.nbfloat .nbrow:nth-child(3) i{ background-color: #f46e6b;}
.nbfloat .nbrow::after{ content: "";background: url(../img/fw_dot2.png) no-repeat center center; right: inherit; left: -25%;}
.nbfloat .nbrow:last-child::after{ display: none;}
.nbfloat .nbrow:nth-child(1)::before{ content: ""; background: url(../img/fw_line.png) no-repeat 0 0; position: absolute;height: 50px; width: 17px; top: -50px; left: 0; right: 0; margin: 0 auto;}

.nbfloat .nbrow{ float: right;}


.sect_nk2{ background-color: #1e94d4; padding: 6rem 0;}
.case-box{ background: url(../img/nbk_bg1.jpg) no-repeat center center; background-size: cover; padding: 40px 40px 60px;}
.case-box h3{font-size: 3.2rem;}
.case-box .binfo{ border-bottom: 1px solid #d4d4d4; padding-bottom: 30px; margin-bottom: 30px;}
.case-box a.nmore{ background-color: #1e94d4; color: #fff; display: inline-block; padding: 0 20px; line-height: 44px;}
.case-box a.nmore:hover{ background-color: #1478af;}

.case-list{ padding-bottom: 60px;}
.case-list .swiper-pagination{ width: 100%; bottom: 0;}
.case-list .swiper-pagination-bullet{ margin: 0 5px; background-color: #fff; width: 12px; height: 12px; opacity: 0.5;}
.case-list .swiper-pagination-bullet-active{ opacity: 1;}

.sect_nk3{ background-color: #f5f5f5; padding: 7rem 0;}

.nblock-3{ text-align: center; padding: 0 9%;}
.nblock-3 p{ font-size: 24px; left: 38px; margin-top: 20px;}
.nblock-3 span{ font-family: "barlow"; color: #1e94d4; font-size: 36px; font-weight: bold;}
.nblock-3 font{ position: relative; display: inline-block;}
.nblock-3 font::after{ content: "••••••••••••"; color: #1e94d4; position: absolute; right: 10px; bottom: -20px; letter-spacing: 5px; font-size: 24px;}

.fw-box1 .ntit{ font-size: 22px; padding: 30px; position: relative;}
.fw-box1 .ntit span{ display: block; position: relative;}
.fw-box1 .ntit span::before{ content: ""; width: 50px; height: 5px; background-color: #1f94d4; position: absolute; top: -31px; left: 0;}

.nblock-4{ padding: 6rem 0;}
.nblock-4 .media-box{ margin-bottom: 0; margin-right: 4%; width: auto;}
.nblock-4 .ntit span{ font-size: 36px; font-weight: bold; display: block; border-bottom: 1px solid #f1f1f1; padding-bottom: 15px; margin-bottom: 15px;}
.nblock-4 .ntit p{ background: url(../img/tdot1.jpg) no-repeat 0 10px;  padding-left: 20px; color: #555;}
.nblock-4 .ninfo{ position: relative; border: 1px solid #dbd9db; border-top: 5px solid #1f94d4; padding: 20px 30px;}
.nblock-4 .ninfo::before{ content: ""; display: block; position: absolute; left: 0; top: 35px; width: 15px; height: 2px; background-color: #fb8e23;}
.nblock-4 .ninfo span{ font-weight: bold; color: #1e94d4; font-size: 20px;}
.nblock-4 .ninfo p{ color: #555; margin-top: 15px;}
.sect_nk4 .nblock-4:nth-child(2n){ background-color: #f8f9f9;}
.sect_nk4 .nblock-4:nth-child(2n) .span-6{ float: right;}
.sect_nk4 .nblock-4:nth-child(2n) .media-box{margin-left: 4%; margin-right: 0;}

.nav-line{ position: relative;}
.nav-tabs{ width: 100%; margin: 0 auto; position: relative; text-align: center;}
.nav-line::after{ content: ""; display: block; width: 300%; height: 1px; position: absolute; top: 0; bottom: 0; left: -100%; margin: auto 0; background-color: #eee;}
.nav-tabs .tab-tit{ text-align: center; position: relative; display: inline-block; padding: 0 2%; cursor: pointer;}
.nav-tabs .tab-tit i{ font-size: 4.8rem; color: #e2e2e2; font-family: "barlow";line-height: 4.8rem; display:block; position: relative; margin-bottom: 25px; padding-bottom: 30px;}
.nav-tabs .tab-tit i::after{ content: ""; background-color: #999; width: 8px; height: 8px; border-radius: 8px; position: absolute; z-index: 2; right: 0; left: 0; bottom: -1px; margin: 0 auto; border: 4px solid #e8e8e8; display: block;}
.nav-tabs .tab-tit span{ font-size: 22px; display: inline-block; }
.nav-tabs .swiper-slide-thumb-active .tab-tit i,.nav-tabs .tab-tit:hover i{ color: #1e94d4;}
.nav-tabs .swiper-slide-thumb-active .tab-tit span,.nav-tabs .tab-tit:hover span{ color: #1e94d4!important;}
.nav-tabs .tab-tit .dot-img{ width: 70px; height: 70px; margin: 0 auto; overflow: hidden;}
.nav-tabs .tab-tit .dot-img img{}
.nav-tabs .swiper-slide-thumb-active .tab-tit .dot-img img,.nav-tabs .tab-tit:hover .dot-img img{transform:translateX(-100%);filter: drop-shadow(70px 0 #d80c18); }
.nav-tabs .swiper-slide-thumb-active .tab-tit i::after,.nav-tabs .tab-tit:hover i::after{ background-color: #1e94d4; border-color: #d2eaf6;}

.tab-list{width: 100%; margin-left: 0;}
.tab-list .swiper-slide {}
.tab-list .brow{ position: relative;}
.tab-list .brow .bcont{ position: absolute; width: 40%; background-color: rgba(31,148,212,0.8); height: 100%; box-sizing: border-box; top: 0; left: 0; z-index: 2; padding: 40px; color: #fff;}
.tab-list .brow .bcont em{ font-style: normal;font-family: "barlow"; font-size: 12rem; color: #fff; opacity: 0.1; line-height: 12rem; display: block; text-align: right;}
.tab-list .brow .btit{ margin-top: 4rem;}
.tab-list .brow .btit i{ display: block; font-size: 4rem;}
.tab-list .brow .btit span{ font-size: 32px; font-weight: bold;}
.tab-list .brow p{ font-size: 18px;}

.sect_nk5{ background: url(../img/nbg_2.jpg) no-repeat center center; background-size: cover; padding: 100px 0; position: relative;}
.sect_nk5::before{ content: ""; display: block; width: 100%; height: 1px; background-color: #63b5e1; position: absolute; top: 100px; left: 0;}
.sect_nk5 .swiper-button-next,.sect_nk5 .swiper-button-prev{ background: #46a6dd; width: 48px; height: 48px; line-height: 48px; border-radius: 0; margin-top: 0; top: 75px; border: 1px solid #63b5e1;}
.sect_nk5 .swiper-button-next{ right: 5%; opacity: 1;}
.sect_nk5 .swiper-button-prev{ left: 5%; opacity: 1;}
.sect_nk5 .swiper-button-next i,.sect_nk5 .swiper-button-prev i{ font-size: 20px; color: #fff; display: block; text-align: center;}
.sect_nk5 .swiper-button-next i{ color: #fff;}

.case-list2{ padding-top: 47px; margin-top: -13px;}
.case-box2{ background: #fff; padding: 30px; position: relative;}
.case-box2::before{ content: ""; display: block; background: url(../img/cdot.png) no-repeat center center; background-size: cover; width: 26px; height: 26px; position: absolute; left: 0; right: 0; top: -47px; margin: 0 auto;}
.case-box2 .btit{ border-bottom: 1px solid #d4d4d4; padding-bottom: 30px; margin-bottom: 30px;}
.case-box2 .btit span{font-size: 3.2rem; font-weight: bold;}
.case-box2 .btit p{ font-weight: bold;}
.case-box2 .binfo span{ display: block; color: #fff; line-height: 38px; padding: 0 20px; background:linear-gradient(90deg,rgba(30,148,212) 0,rgba(255,255,255,255) 50%); margin-bottom: 15px; font-weight: bold;}
.case-box2 .binfo p{ color: #555; padding-left: 15px; position: relative;}
.case-box2 .binfo p::before{ content: ""; background-color: #0f7fbc; width: 6px; height: 6px; border-radius: 6px; position: absolute; top: 11px; left: 0;}
.case-box2 .sp-on{background-color: #1e94d4; color: #fff; display: inline-block; padding: 0 20px; line-height: 44px; cursor: pointer; margin-top: 6rem;}
.case-box2 .sp-on:hover{ background-color: #1478af;}

.case-on{ position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0; left: 0; z-index: 10000000; display: none;}
.cbox{ position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto auto; width: 50%; box-sizing: border-box; background-color: #fff; padding: 40px; height: 80%; overflow-y: scroll;}
.cbox::before{display: none;}
.cbox .binfo span{ margin-top: 20px;}
.cbox .btit{ margin-bottom: 0;}
.cbox .binfo a{ display: inline-block; margin-right: 10px; line-height: 44px; padding: 0 20px; background-color: #f1f1f1; color: #555;}
.cbox .binfo a:hover{ background-color: #1e94d4; color: #fff;}
.case-on .close-case{ font-size: 30px; color: #c4c4c4; width: 48px; height: 48px; line-height: 48px; top: 10%; right: 22%; margin: 0 auto; position: absolute; z-index: 10000; cursor: pointer; text-align: center; border-radius: 48px;}
.case-on .close-case i{ line-height: 48px; font-size: 30px; font-weight: bold;}

.about_bk1{ background: url(../img/nbg_3.jpg) no-repeat center center; background-size: cover; padding: 9rem 0;}
.about_bk1 .jcent{ height: 100%;align-items: start;}
.about_bk1 .atit{ color: #fff; border-bottom: 1px solid #61b2bd; padding-bottom: 15px; margin-bottom: 15px; font-size: 18px;}
.about_bk1 .atit span{ display: inline-block; padding: 0 15px; background-color: #fff; color: #399fad; font-size: 22px; font-weight: bold; letter-spacing: 6px;}
.about_bk1 .atit p{ margin-top: 10px;}

.nab-tit{  height: 100%; line-height: normal;}
.nab-tit a{ background-color: #f5f5f5;padding: 30px;}
.nab-tit p{ color: #666; line-height: 28px;}
.nab-tit span{ display: block; font-size: 32px; text-align: center;}
.nab-tit .active{ background-color: #399fad; color: #fff;}
.nab-tit .active p{ color: #fff;}

.ab-list .tlist{ padding: 0;}

.about-bk3{ background-color: #f8f8f8; padding: 70px 0 250px;}
.about-bk3 .alogo2{ text-align: center; width: 47.5%; margin: 0 auto; position: relative;}
.about-bk3 .alogo{ text-align: center; width: 100%; margin: 0 auto; position: absolute; top: 0; left: 0;}
.about-bk3 .alogo img{ animation: rotate 100s linear infinite;}
@keyframes rotate{
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
} 
.about-bk3 .abrow{ position: absolute; width: 295px; left: 8%; top: -200px; bottom: 0; margin: auto 0; height: 105px;}
.about-bk3 .abrow span,.about-bk3 .abrow p{ float: left; display: block;}
.about-bk3 .abrow span{ float: right;}
.about-bk3 .abrow span{ width: 87px; height: 87px; border-radius: 87px; text-align: center; line-height: 87px; font-size: 22px; font-weight: bold; border: 1px dashed #96d7f5; background-color: #f8fafb;}
.about-bk3 .abrow p{ width:195px; color: #666; font-size: 18px;}
.about-bk3 .abrow:nth-child(3){ left: initial; right: 5%; width: 330px;}
.about-bk3 .abrow:nth-child(3) span{ float: left;}
.about-bk3 .abrow:nth-child(3) p{ float: right; width: 223px;}

.about-bk3 .abrow:nth-child(4){ left: 0; right: 0; top: auto; margin: 0 auto; width: 530px; bottom: 187px;}
.about-bk3 .abrow:nth-child(4) span{ margin: 0 auto;}
.about-bk3 .abrow:nth-child(4) span,.about-bk3 .abrow:nth-child(4) p{ float: none;}
.about-bk3 .abrow:nth-child(4) p{ width: auto; margin-top: 10px;}

.about_bk4{ background: url(../img/nbg_4.jpg) no-repeat center bottom #fff; padding: 7rem 0;}
.abk-list{ position: relative; padding: 40px 0 0;}
.abk-list::before{ content: ""; height: 100%; border-left: 1px dashed #bfbfbf; display: block; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 1px;}
.abk-list::after{ content: ""; height: 10px; width: 10px; border-radius: 10px; background-color: #fff; display: block; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; border: 4px solid #1e94d4;}
.ablock-1{ padding:20px 8%; position: relative;}
.ablock-1::before{ content: ""; display: block; width: 13px; height: 13px; border-radius: 13px; background-color: #1e94d4; right: 0; left: 0; top: 35px; margin: 0 auto; position: absolute;}
.ablock-1 .media-box{ width: auto; margin-right: 16%; margin-bottom: 0;}
.ablock-1 .ntit{ margin-left: 16%;}
.ablock-1 .ntit em{ font-family:"barlow"; font-size: 4.8rem; font-weight: bold; font-style: normal; display: block; line-height: 46px;}
.ablock-1 .ntit em font{ font-size: 4rem; font-family: "SourceHanSansCN-Regular";}
.ablock-1 .ntit span{ font-size: 32px; color: #1e94d4; display: block;}
.ablock-1 .ntit p{ font-size: 18px; color: #555; margin-top: 20px;}
.abk-list .ablock-1:nth-child(2n) .span-6{ float: right;}
.abk-list .ablock-1:nth-child(2n) .media-box{ margin-right: 0; margin-left: 16%;}
.abk-list .ablock-1:nth-child(2n) .ntit{ margin-left: 0; margin-right: 16%; text-align: right;}

.honor-bk{ background-color: #f5f5f5; padding: 40px;}
.ul-honor li{  position: relative; padding: 10px 0;}
.ul-honor li::before{content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 8px; background-color: #1e94d4; position: absolute; top: 20px; left: 0; }
.ul-honor li p{ margin-left: 16px;}

.about_bk5{ background:linear-gradient(180deg,rgba(245,245,245) 0,rgba(255,255,255,255) 50%); padding: 7rem 0;}
.honor-list{ padding-bottom: 80px;}
.honor-list .media-box{ margin-bottom: 0; width: auto; border: 1px solid #e5e5e5;}
.honor-list .media-box .icon{ background-color: #fff; padding: 5px;}
.honor-list .media-box .ntit{ background-color: #f1f1f1; text-align: center; padding: 20px 10px; display: flex; align-items: center; height: 57px;}
.honor-list .media-box .ntit span{ display: block; width: 100%; }
.honor-list .swiper-button-next,.honor-list .swiper-button-prev{ background: #fff; width: 48px; height: 48px; line-height: 48px; border-radius: 0; margin-top: 0; top: auto; bottom: 0; border: 1px solid #dedede; border-radius: 48px;}
.honor-list .swiper-button-next{ right: 45%; opacity: 1;}
.honor-list .swiper-button-prev{ left: 45%; opacity: 1;}
.honor-list .swiper-button-next i,.honor-list .swiper-button-prev i{ font-size: 20px; color: #222; display: block; text-align: center;}
.honor-list .swiper-button-next i{ color: #222;}

.sub-th{ background-color: #1f94d4; color: #fff; padding: 2.5rem 3rem; position: relative; font-weight: bold; font-size: 18px;}
.sub-th:after{ content: "操作"; float: right; color: #fff; font-size: 18px; position: absolute; right: 2rem; top: 0; width: 60px; height: 30px; line-height: 30px; text-align: center; bottom: 0; margin: auto 0;}
.sub_cont{ }
.sub_cont .subNav{ background: #fff; font-size: 18px; line-height: 3rem; padding: 2.5rem 3rem; margin-top: 1rem; position: relative; border-bottom: 1px solid #f1f1f1; font-weight: bold;}
.sub_cont .subNav:after{ content: "\eaf3"; float: right;font-family: "iconfont" !important; color: #555; font-size: 18px; position: absolute; right: 3rem; top: 0; width: 30px; height: 30px; line-height: 30px; border: 1px solid #555; border-radius: 30px; text-align: center; bottom: 0; margin: auto 0;}
.sub_cont .subNav.open{ margin-bottom: 0; background-color: #fff; color: #555;}
.sub_cont .subNav.open:after{ content: '\e870'; background-color: #fff; color: #555;}
.navContent{ display: none; background: #f7f8fa; margin: 0; padding: 3rem 4rem;}
.navContent p{ margin: 10px 0 0; color: #666; font-size: 16px; line-height: 30px;}
.navContent span{ font-weight: bold; font-size: 22px; display: block;}
.navContent .tmore{ margin-top: 20px; border-top: 1px solid #dedede; padding-top: 20px;}
.navContent .tmore a{ display: inline-block; color: #fff; border-radius: 5px; padding: 10px 40px; background-color: #1e94d4; font-size: 18px;}
.navContent .tmore a:hover{ border-radius: 40px;}

.cont-map{ position: relative;}
.cont-map .wrap{ position: absolute; left: 0; right: 0; margin: 0 auto; height: 100%;}
.contact-bk{ position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0; background-color: #fff; z-index: 10000; padding: 30px; height: 55%; box-sizing: border-box; width: 35%;}
.contact-bk span{ font-size: 24px; color: #1e94d4; display: block; margin-bottom: 5px;}
.contact-bk p{ position: relative; padding-left: 30px; color: #555; border-bottom: 1px solid #dedede; margin-bottom: 10px; padding-bottom: 10px;}
.contact-bk p i{ position: absolute; left: 0; font-size: 19px; top: 0;}
.contact-bk p:last-child{ border-bottom: 0;}
.contact-bk .csyle{ color: #333;}

.my-auto{ display: flex;}

/*面包屑*/
.place{ color: #666;  position: relative; width: 100%; text-align: right;}
.place span{ margin: 0 2px; color: #666;}
.place a{ color: #666; margin: 0 2px;}
.place a:hover{ color: #1e94d4;}
.place i{color: #1e94d4; font-size: 20px;}

.img-box{ border-radius: 20px 20px 0 0;background:linear-gradient(180deg,rgba(245,245,245) 0,rgba(255,255,255,255) 80%); padding: 6rem; width: auto;}
.img-box .ntit{ margin-left: 6rem;}
.img-box .ntit span{ font-size: 26px; font-family: "Calibri"; font-weight: bold; display: block;}
.img-box .ncont{ border-top: 1px dashed #bfbfbf; margin-top: 2rem; padding-top: 2rem;}
.img-box .ncont p{ line-height: 28px; font-size: 18px;}

/*分类样式*/
.module_cate{ background-color: #eee; height: 58px; line-height: 58px; text-align: center; position: relative; z-index: 100;}
.module_cate span{ color: #333; font-size: 2.4rem; font-weight: bold; }
.subCate{ clear: both; overflow: hidden; text-align: center;}
.subCate li{ float: left; margin-right: 50px; position: relative;}
.subCate li:last-child{ margin-right: 0;}
.subCate li a{ font-size: 18px; color: #333; position: relative; display: block;}
.subCate li:hover a,.subCate li.active a{ color: #1e94d4;}
.subCate li::after{ content: ""; width: 0; height: 3px; background-color: #1e94d4; position: absolute; bottom: -1px; left: 0;}
.subCate li:hover::after,.subCate li.active::after{ width: 100%; transition: all 0.3s;}

.msg-bk{ background: url(../img/bg_msg.jpg) no-repeat center center; background-size: cover; position: relative; height: 100%; box-sizing: border-box; padding: 6rem 4rem 5rem; color: #fff;}
.msg-img{ position: relative; height: 100%;}
.msg-img img{ width: 100%; height: 100%;}
.msg-bk .title-3{ line-height: 36px;}
.msg-bk .title-3 span{ font-size: 3rem;}
.msg-bk .title-3 i{ font-size: 16px; margin-left: 10px;}
.msg-bk .title-3 p{ font-size: 3rem; color: #88baf6;}
.m-form .btn{ background-color: #2f75b5; border-color: #2f75b5; font-size: 2.4rem; line-height: 40px; border-radius: 40px; width: 60%;}
.m-form label{ font-size: 18px; margin-bottom: 1rem; display: block;}
.m-form label i{ color: #f00;}
.m-form .form-control{ border: none; border-bottom: 1px solid #fff; color: #fff; }
.m-form .msg-btn .btn{ color: #0070f6; background-color: #fff; line-height: 36px; border-radius: 0; width: 100%; font-size: 18px; font-weight: normal;}
.m-form .msg-btn .btn:hover{ background-color: #ff8e00; color: #fff; opacity: 1;}
.m-form textarea.form-control{ border: 1px solid #fff;}
.m-form .form-group{ margin-bottom: 2rem;}
/*横排分类*/
.tip{ line-height: 36px; color: #565656; font-size: 16px;}

.title-1{ line-height: 4rem; position: relative; text-align: center; background: url(../img/tline.png) no-repeat bottom center; padding-bottom: 30px;}
.title-1 span{ font-size: 4.2rem;}

.title-2{ line-height: 4rem; position: relative; text-align: center; background: url(../img/tline2.jpg) no-repeat bottom center; padding-bottom: 30px;}
.title-2 span{ font-size: 4.2rem; color: #fff;}

.title-3{ line-height: 4rem; position: relative; text-align: center;}
.title-3 span{ font-size: 4.2rem; }
.title-3::after{ content: ""; width: 22px; height: 3px; background-color: #1e94d4; display: block; margin: 10px auto 0;}

.title-4{ line-height: 4rem; position: relative; text-align: center;}
.title-4 span{ font-size: 3.6rem; font-weight: bold; }
.title-4 p{ color: #777;}

.content{ line-height: 30px; color: #666; font-size: 16px; border-bottom: 1px solid #ededed; padding-bottom: 4rem;}
.content p{ margin: 0 0 20px;}
.content a{ text-decoration: underline;}
.line{ border-top: 1px solid #d9d9d9;}

.news-content{ border-radius: 20px 20px 0 0; background:linear-gradient(180deg,rgba(245,245,245) 0,rgba(255,255,255,255) 70%); padding: 40px;}
.news-content h3{ text-align: center; font-size: 36px;}
.news-content .ncont-tit{ background-color: #f1f1f1; padding: 20px; position: relative; font-size: 22px;}
.news-content .ncont-tit::before{content: ""; border:2px solid #0f7fbc; width: 6px; height: 6px; border-radius: 6px; position: absolute; top: 34px; left: 20px;}
.news-content .ncont-tit span{ margin-left: 16px;}

.ul-list1 li{ clear: both;line-height: 45px; margin-bottom: 15px;font-size: 18px; position: relative; display: block; background-color: #f5f5f5;}
.ul-list1 li a{ display: block; clear: both; overflow: hidden; padding: 15px 40px; position: relative; border-top: 1px solid #ddd;}
.ul-list1 li .ntit{ float: left; width: 55%; font-size: 18px;}
.ul-list1 li a::before{content: ""; background-color: #0f7fbc; width: 8px; height: 8px; border-radius: 8px; position: absolute; top: 32px; left: 20px;}
.ul-list1 li .nma{ display: block; position: absolute; width: 117px; height: 43px; line-height: 43px; background-color: #e7e7e7; top: 0; right: 40px; color: #777; font-size: 16px; text-align: center; border-radius: 0 0 10px 10px;}
.ul-list1 li .nma i{ font-size: 20px; margin-left: 5px;}
.ul-list1 li a:hover .nma{ background-color: #1e94d4; color: #fff;}
.ul-list1 li a:hover{ border-color: #1e94d4;}

.ul-list2{ padding: 0 40px;}
.ul-list2 li{ display: block; border-bottom: 1px solid #ededed; color: #555; line-height: 30px; padding: 20px 0;}
.ul-list2 li span{ display: inline-block;}

.news-box3{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ededed;}
.news-box3 .icon{ height: 270px;}
.news-box3 .icon img{ max-width: initial;max-height:inherit; height: 100%;}
.news-box3 .ntit em{ font-style: normal; color: #666; display: block; margin: 10px 0;}
.news-box3 .ntit h3{ text-align: left; font-size: 25px; font-weight: normal; padding: 0;}
.news-box3 .ntit p{ color: #666;}
.news-box3 .ntit span{ display: inline-block; line-height: 46px; padding: 0 20px; border: 1px solid #1e94d4; border-radius: 5px; color: #1e94d4; margin-top: 15px;}
.news-box3 .ntit span i{ font-size: 20px; margin-left: 10px;}
.news-box3 a:hover .ntit h3{ color: #1e94d4;}
.news-box3 a:hover .ntit span{ color: #fff; background-color: #1e94d4;}

.pro-box{ text-align: center;}
.pro-box .ntit{ background-color: #fff; line-height: 30px; padding: 15px;}

.article{ line-height: 30px; padding: 0; background: #fff;}
.news-tit{ font-size: 32px; font-weight: normal; line-height: 34px; text-align: center;}
.tool{ border-bottom: 1px solid #ededed; padding: 20px 0; color: #666; text-align: center; font-size: 16px;}
.tool span{ display: inline-block; margin: 0 10px; }
.tool a{ display: inline-block; float: right; padding: 0 3rem; background-color: #2f75b5; color: #fff;}
.tool a i{ margin-right: 5px; font-size: 20px; display: inline-block; vertical-align: middle;}
.bshare-custom{ padding: 2rem 0;}
.article .content,.article .content p{ line-height: 30px; color: #666; font-size: 16px;}
.keys{ border-bottom: 1px solid #dedede; padding-bottom: 2rem; line-height: 36px;}
.keys span{ color: #999; font-size: 2.4rem;}
.keys a{ color: #999; display: inline-block; background-color: #fafafa; border-radius: 36px; padding: 0 20px; margin: 0 1rem 5px;}
.keys a:hover{ background-color: #1467ad; color: #fff;}

.ny-page{ background-color: #f5f5f5; line-height: 24px; padding: 25px 40px;}
.ny-page span{ display: inline-block;}
.ny-page .nptit{ padding: 5px 0;}
.ny-page a.aback{ display: inline-block;}
.ny-page a.aback i{ font-size: 20px; margin-right: 10px;}
.ny-page .jcent{ height: 100%;}
/*新闻详情样式2*/
.bshare-custom{ padding: 2rem 0;}

.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;top:0;left:0;}
.big_img .big-box{position: absolute;width: 50%;height: 80%; bottom: 0; top: 0; left: 0; right: 0; margin: auto auto;}
.big_img .swiper-container2 {width: 100%;height: 100%; overflow: hidden;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{ padding: 8% 8% 0; margin-bottom: 3%; overflow: hidden; position: relative; height: 70%;}
.big_img .swiper-slide img{ width: 100%; height: 100%;}
.big_img .swiper-slide .txt{ background-color: #fff; line-height: 28px; padding: 0 8%;}
.big_img .page2{position: absolute; top:0.2rem;text-align: center;width: 100%;}
.big_img .page2 span{margin:0 0.05rem;}
.big_img .close{ font-size: 30px; color: #fff; width: 48px; height: 48px; line-height: 48px; top: 10%; right: 0; left: 0; margin: 0 auto; position: absolute; z-index: 10000; cursor: pointer; text-align: center; border-radius: 48px; background-color: #464646;}
.big_img .close i{ line-height: 48px; font-size: 30px;}
.big_img .swiper-button-next,.big_img .swiper-button-prev{ background: #fff; width: 74px; height: 74px; line-height: 74px; border-radius: 74px; margin-top: -40px;}
.big_img .swiper-button-next{ right: -37px; opacity: 1; background-color: #e33e20;}
.big_img .swiper-button-prev{ left: -37px; opacity: 1; box-shadow: #eae9e9 4px 0 5px;}
.big_img .swiper-button-next i,.big_img .swiper-button-prev i{ font-size: 50px; color: #d3d3d3; display: block; text-align: center;}
.big_img .swiper-button-next i{ color: #fff;}

.vshare{ background-color: #fff; position: absolute; width: 100%; height: 10%; box-sizing: border-box; text-align: right; padding: 0 2rem; bottom: 0; left: 0;}
.big-style .swiper-container2{ background-color: #ffffff; border-radius: 5px;}
.big-style .close{ left: auto; right: -48px; top: 5px;}



.fmsg{ width: 70%; margin: 0 auto;}
.ys-msg input{ background: #fff; border: 1px solid #ddd; height: 55px; line-height: 55px; box-sizing: border-box; padding: 0 20px; width: 80%; display: block;float: left; border-radius: 5px; font-size: 16px;}
.ys-msg button{ background: #0e68b0; text-align: center; width: 18%; font-size: 16px; border-radius: 5px; border: 0; float: right; height: 55px; line-height: 55px; color: #fff;}


@media only screen and (max-height: 600px) {
	.ibanner{ height: 600px;}
	.ibk_bg1,.ibk_bg2,.ibk_bg3{ padding: 8rem 0;}
	.ibk_bg2 .wrap::before{ width: 200%;}
}
