@charset "utf-8";
html,body{font-weight: 400;}
/*hide scroll*/
::-webkit-scrollbar-track-piece { position: fixed;right:0;background-color:#ddd;}
::-webkit-scrollbar {width:3px;height:3px;}
::-webkit-scrollbar-thumb {background:#00489d;background-clip:padding-box;min-height:0.5208333333333334vw;cursor: pointer;}
::-webkit-scrollbar-thumb:hover {background:#00489d;} 
::-webkit-scrollbar-button {width: 3px;height: 3px;}
.flex {display: -webkit-flex;display: flex;width: 100%;flex-wrap: wrap;}
.box_con{box-sizing: border-box;max-width: 1340px;margin: 0 auto;}
.box_cons{padding: 0 100px;box-sizing: border-box;max-width: 1920px;margin: 0 auto;}
.box_cons2{padding: 0 180px;box-sizing: border-box;max-width: 1920px;margin: 0 auto;}
img{max-width: 100%;max-height: 100%;object-fit: cover;display: block;}
/* 滤镜-图片变纯黑 */
.img-black{filter: brightness(0);}
/* 滤镜-图片变纯白 */
.img-white{filter: brightness(0) invert(1);}
p{margin:0;}

/* header */
header{position: absolute;z-index: 9;width: 100%;top: 0;left: 0;right: 0;transition: all 0.5s;padding-top: 60px;}
header .logo{width: 270px;height: 60px;line-height: 60px;}
header .logo a{display: flex;height: 100%;align-items: center;justify-content: center;}
.head_con{justify-content: space-between;align-items: center;}
.head_right{align-items: center;justify-content: flex-end;width: calc(100% - 270px);}
.head_nav{width: calc(100% - 160px);display: inline-flex;align-items: center;margin-right: 40px;}
.head_nav::after{content: "";display: block;width: 1px;height: 14px;background: #fff;}
.head_nav .head_nav_items{justify-content: end;}
.head_nav .head_nav_item{position: relative;padding: 0 20px;}
.head_nav .head_nav_item>a{display: block;font-size: 20px;font-weight: 400;line-height: 60px;padding: 0 20px;box-sizing: border-box;color: #fff;position: relative;transition: all 0.5s;text-transform: uppercase;z-index: 2;}
.head_nav .head_nav_item.active>a{font-weight: bold;}
.head_lange{position: relative;background: url(../images/lange_bg.png) no-repeat right;}
.head_lange .head_lange_tit{font-size: 18px;color: #fff;line-height: 60px;padding: 0 30px 0 0;display: inline-flex;align-items: center;}
.head_lange .head_lange_tit span{display: block;width: 22px;height: 22px;margin-right: 10px;}
.head_lange .head_lange_show{display: none;position: absolute;top: 60px;left: 0;right: 0;background: rgba(255, 255, 255, 0.8);padding: 10px;z-index: 2;border-radius: 0 0 10px 10px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);}
.head_lange .head_lange_show a{display: block;text-align: center;font-size: 14px;line-height: 24px;}
.head_lange:hover .head_lange_show{display: block;}
.fixed header{transition: all 0.5s;position: fixed;padding: 10px 0;background: rgba(0, 72, 157, 0.6);}
/* end header */

/* footer */
.foot_top{padding: 80px 0 50px;justify-content: space-between;}
.foot_left{max-width: 1150px;width: 75%;border-right: 1px solid rgba(2, 5, 33, 0.1);box-sizing: border-box;}
.foot_left .foot_logo{max-width: 180px;margin-bottom: 30px;}
.foot_left .foot_logo img{display: block;}
.foot_left .foot_nav .foot_nav_item{margin-right: 80px;max-width: 300px;}
.foot_left .foot_nav .foot_nav_item .tit{font-size: 22px;color: #030622;font-weight: bold;}
.foot_left .foot_nav .foot_nav_item .tit::after{content: "";display: block;width: 20px;height: 2px;background: #00489d;margin: 20px 0;}
.foot_left .foot_nav .foot_nav_item .tct a{display: block;font-size: 18px;line-height: 30px;color: rgba(2, 5, 33, 0.6);}
.foot_left .foot_nav .foot_nav_item .tct a:hover{color: #00489d;}
.foot_right{max-width: 300px;width: 25%;padding-left: 10px;box-sizing: border-box;}
.foot_right .foot_hot{align-items: self-start;margin-bottom: 20px;}
.foot_right .foot_hot .ico{width: 30px;height: 30px;border: 1px solid rgba(9, 56, 134, 0.2);border-radius: 30px;display: flex;align-items: center;justify-content: center;margin-right: 10px;box-sizing: border-box;}
.foot_right .foot_hot .ico img{width: 14px;height: 14px;}
.foot_right .foot_hot .tct{width: calc(100% - 40px);}
.foot_right .foot_hot .tit{font-size: 16px;color: #030622;opacity: 0.6;line-height: 30px;}
.foot_right .foot_hot .txt b{font-size: 34px;color: #00489d;font-weight: bold;line-height: 30px;}
.foot_btm{border-top: 1px solid #e7e7e7;padding: 20px 0;font-size: 14px;color: rgba(2, 5, 33, 0.5);}
.foot_btm a{color: rgba(2, 5, 33, 0.6);;margin-left: 10px;}
/* end footer */

/* home */
/* banner */
.myBanner{position: relative;overflow: hidden;}
.myBanner .swiper-slide{overflow: hidden;width: 100%;height: 100vh;}
.myBanner .swiper-slide a{display: block;height: 100%;}
.myBanner .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;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;color:#fff;}
.myBanner .swiper-pagination-banner{text-align: center;position: absolute;bottom: 77px;z-index: 3;display: flex;align-items: center;justify-content: flex-start;left: 80px;}
.myBanner .swiper-pagination-banner .swiper-pagination-bullet{width: 10px;height: 10px;background: rgba(255, 255, 255, 0.6);border-radius: 50%;margin: 0 10px;opacity: 1;}
.myBanner .swiper-pagination-banner .swiper-pagination-bullet-active{background: url(../images/myBanneractive.png) no-repeat center center/contain;width: 19px;height: 19px;border-radius: 0;transition: width 0.5s;animation: spin 6s linear infinite;}
.myBanner .swiper-banner-prev,
.myBanner .swiper-banner-next{width: 50px;height: 50px;background: rgba(255, 255, 255, 0.1) url(../images/jt_icon.png) no-repeat center;border: 1px solid rgba(255, 255, 255, 0.4);border-radius: 50%;right: 80px;bottom: 60px;top: auto;z-index: 3;pointer-events: auto;display: block;opacity: 1;cursor: pointer;}
.myBanner .swiper-banner-prev{left: auto;right: 160px;transform: rotate(180deg);}
.myBanner .swiper-banner-prev::after,
.myBanner .swiper-banner-next::after{display: none;}
.myBanner .swiper-banner-prev:hover,
.myBanner .swiper-banner-next:hover{background: rgba(0, 72, 157, 1) url(../images/jt_icon.png) no-repeat center;border: 1px solid rgba(0, 72, 157, 1);}


/* 公共样式 */
.main_box{overflow: hidden;padding: 120px 0;box-sizing: border-box;}
.main_title{text-align: center;}
.main_title .tit_cn{font-size: 48px;font-weight: bold;color: #1e1e1e;}
.main_title .tit_en{font-size: 20px;font-weight: bold;color: #d7dee4;margin-top: 10px;text-transform: uppercase;}
.main_title .desc{font-size: 24px;color: #1e1e1e;font-weight: bold;margin: 15px 0;}


/* about */
.about{position: relative;}
.about .about_txt{font-size: 18px;line-height: 32px;color: #555;text-align: center;max-width: 1380px;margin: 30px auto;}
.about_items{justify-content: space-between;margin-top: 80px;}
.about_items .item{text-align: center;min-width: 205px;}
.about_items .item .item_ico{width: 65px;height: 65px;margin: 0 auto;}
.about_items .item .item_tit{font-size: 14px;line-height: 30px;color: #555;margin: 30px 0;}
.about_items .item .item_tst{align-items: center;justify-content: center;}
.about_items .item .item_tst .num,
.about_items .item .item_tst .num b{font-size: 80px;font-weight: bold;font-family: Arial;line-height: 1;color: transparent;background: linear-gradient(to bottom, #406ee1, #00489d);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.about_items .item .item_tst .txt{display: inline-flex;flex-direction: column;height: 50px;justify-content: space-between;margin-left: 10px;}
.about_items .item .item_tst .txt sub,
.about_items .item .item_tst .txt sup{font-size: 18px;color: #00489d;line-height: 1;}

/* History */
.myHistory{overflow: hidden;padding: 90px 0;height: 475px;}
.myHistory .swiper-wrapper{align-items: flex-end;}
.myHistory .swiper-slide{padding-left: 30px;box-sizing: border-box;position: relative;padding-bottom: 150px;height: auto;transition: all 0.5s;}
.myHistory .swiper-slide::before{content: "";display: block;width: 6px;height: 100%;background: linear-gradient(to bottom, rgba(0, 72, 157, 0.5), rgba(0, 72, 157, 0));position: absolute;left: 6px;bottom: 0;}
.myHistory .swiper-slide::after{content: "";display: block;width: 19px;height: 19px;background: url(../images/myBanneractive.png) no-repeat center;position: absolute;left: 0;top: -14px;z-index: 2;animation: spin 6s linear infinite;background-size:contain !important;}
.myHistory .swiper-slide:nth-child(odd){padding-bottom: 300px;box-sizing: border-box;}
.myHistory .swiper-slide .slide_tit{font-size: 34px;font-weight: bold;color: #00489d;}
.myHistory .swiper-slide .slide_txt{font-size: 18px;color: #555;line-height: 26px;margin-top: 20px;}
.myHistory .swiper-slide:hover{padding-bottom: 200px;transition: all 0.5s;}
.myHistory .swiper-slide:nth-child(odd):hover{padding-bottom: 350px;transition: all 0.5s;}
/* product */
.product{padding: 0;position: relative;}
.product_items{max-width: 1920px;margin: 0 auto;padding:60px 10px;box-sizing: border-box;}
.product_items .item{width: calc(100% / 2 - 1.4%);background: url(../images/product_items_bg.jpg) no-repeat center/cover;height: 440px;text-align: center;padding: 30px;box-sizing: border-box;margin: 1% 0.7%;border-radius: 10px;box-shadow: 0 10px 25px 10px rgba(0, 72, 157, 0.08);transition: all 0.5s;}
.product_items .item a{display: flex;flex-direction: column;height: 100%;justify-content: center;}
.product_items .item .item_tit{font-size: 28px;font-weight: bold;color: #00489d;margin: 10px 0;}
.product_items .item .item_txt{font-size: 22px;color: #1e1e1e;line-height: 30px;opacity: 0.6;}
.product_items .item .item_more{font-size: 18px;line-height: 30px;color: #555;display: inline-flex;justify-content: center;align-items: center;}
.product_items .item .item_more span{display: block;width: 11px;height: 6px;background: url(../images/lange_bg.png) no-repeat;filter: brightness(0);transform: rotate(-90deg);margin-left: 10px;}
.product_items .item .item_img{margin: 30px 0;display: inline-flex;justify-content: center;align-items: center;}
.product_items .item:hover{transform: translateY(20px);transition: all 0.5s;}

/* equipment */
.myEquipment{max-width: 1920px;margin: 0 auto;overflow: hidden;padding: 100px 0;}
.myEquipment .swiper-slide{height: 380px;}
.myEquipment .swiper-slide a{display: block;width: 100%;height: 100%;}
.myEquipment .swiper-slide a .pic{width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;display: flex;justify-content: center;align-items: center;background: url(../images/myEquipment_bg.jpg) no-repeat center/cover;border-radius: 10px;overflow: hidden;box-shadow: 0 10px 25px rgba(0, 72, 157, 0.1);}
.myEquipment .swiper-slide a .pic img{max-width: 100%;max-height: 100%;display: block;}
.myEquipment .swiper-slide a .tit{font-size: 28px;font-weight: bold;color: #1e1e1e;text-align: center;opacity: 0;padding: 10px 0;}
.myEquipment .swiper-slide-active a .tit{opacity: 1;}
.myEquipment .swiper-slide-prev .pic img,
.myEquipment .swiper-slide-next .pic img{transform: scale(0.7);}
.myEquipment .swiper-button-prev,
.myEquipment .swiper-button-next{width: 50px;height: 50px;background: rgba(255, 255, 255, 0.1) url(../images/jt_icon.png) no-repeat center;z-index: 3;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.5);box-sizing: border-box;display: block;opacity: 1;pointer-events:auto;cursor: pointer;}
.myEquipment .swiper-button-prev{left: 31%;transform: rotate(180deg);}
.myEquipment .swiper-button-next{right: 31%;}
.myEquipment .swiper-button-prev::after,
.myEquipment .swiper-button-next::after{display: none;}
.myEquipment .swiper-button-prev:hover,
.myEquipment .swiper-button-next:hover{background: #00489d url(../images/jt_icon.png) no-repeat center;}
.myEquipment .swiper-button-prev:hover::after,
.myEquipment .swiper-button-next:hover::after{color: #fff;}


/* clients */
.clients_cons{max-width: 1920px;margin: 0 auto;position: relative;overflow: hidden;width: 100%;padding: 60px 0;}
.clients_cons::before,
.clients_cons::after{content: "";display: block;width: 150px;height: 100%;background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.3) 100%);position: absolute;right: 0;top: 0;z-index: 2;}
.clients_cons::before{left: 0;right: auto;transform: rotateY(180deg);}
.clients_list{padding: 15px 0;box-sizing: border-box;}
.clients_list .swiper-container{overflow: initial;}
.clients_list .swiper-wrapper {-webkit-transition-timing-function: linear;-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;}
.clients_list .swiper-slide{background:rgba(255, 255, 255, 0.5);border-radius: 10px;border: 1px solid rgba(255, 255, 255, 0.7);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);text-align: center;height: 100px;}
.clients_list .swiper-slide a{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}


.index_contact,
.index_contact_con{height: 175px;align-items: center;justify-content: space-between;}
.index_contact_tit{font-size: 40px;font-weight: bold;color: #fff;}
.index_contact_btn a{font-size: 20px;font-weight: bold;color: #fff;display: flex;position: relative;align-items: center;}
.index_contact_btn a span{width: 50px;height: 50px;background: #e77918 url(../images/jt_icon.png) no-repeat center;display: block;border-radius: 50%;margin-left: 20px;transform: rotate(-45deg);}
.index_contact_btn a::after{content: "";display: block;width: calc(100% - 70px);height: 2px;background: rgba(255, 255, 255, 0.5);position: absolute;bottom: 0;left: 0;}
/* end home */

.bar{height: 620px;overflow: hidden;}
.bar_con{height: 100%;justify-content: flex-end;flex-direction: column;}
.bar_title{font-size: 70px;color: #fff;padding-bottom: 180px;font-weight: bold;}
.crumb{font-size: 14px;color: #fff;align-items: center;padding-bottom: 40px;}
.crumb a{color: #fff;padding: 0 5px;}

.submenu{padding: 60px 0 0;}
.submenu a{padding: 10px 30px;border: 1px solid #030622;border-radius: 30px;box-sizing: border-box;margin: 0 15px 15px 15px;font-size: 20px;color: #030622;}
.submenu a.active,
.submenu a:hover{background: #00489d;color: #fff;}

.products_list .item{width: calc(100% / 3 - 27px);margin-right: 40px;margin-top: 60px;box-sizing: border-box;border: 1px solid #eee;text-align: center;border-radius: 10px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);background: #fff;}
.products_list .item:nth-child(3n){margin-right: 0;}
.products_list .item a{display: block;padding: 30px;box-sizing: border-box;}
.products_list .item .item_img{width: 100%;height: 320px;display: inline-flex;align-items: center;justify-content: center;}
.products_list .item .item_tit{font-size: 24px;font-weight: bold;padding-top: 10px;}
.products_list .item:hover{background: url(../images/products_list_bg.jpg) no-repeat center/cover;}
.products_list .item:hover .item_tit{color: #00489d;}

.pages {padding: 60px 0;box-sizing: border-box;position: relative;}
.pages::before{content: "";display: block;width: 100%;height: 1px;border-bottom: 1px  dashed #b2c8e1;position: absolute;top: 50%;}
.pages .page_list{justify-content: space-between;}
.pages .page_list a{font-size: 30px;color: #030622;}
.page_left{width: 200px;background: #fff;z-index: 2;}
.page_left a{line-height: 60px;margin-right: 20px;padding: 0 10px;}
.page_left a.active,
.page_left a:hover{color: #00489d;}
.page_right{width: 180px;justify-content: flex-end;background: #fff;z-index: 2;}
.page_right a{width: 60px;height: 60px;line-height: 60px;text-align: center;background: #f7f7f7;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;}
.page_right a img{filter: brightness(0.2);}
.page_right a:first-child{transform: rotate(180deg);margin-right: 20px;}
.page_right a:hover{background: #00489d;}
.page_right a:hover img{filter: brightness(0) invert(1);}

.equipment{padding-top: 60px;}
.equipment_top{display: inline-flex;}
.equipment_tit{font-size: 30px;font-weight: bold;color: #030622;padding-bottom: 20px;}
.equipment_txt{font-size: 20px;color: #030622;flex: 1;padding-left: 30px;box-sizing: border-box;border-left: 2px solid #00489d;margin-left: 30px;text-align: justify;}
.equipment_btm{background: #fff;border-radius: 10px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);margin: 60px 0;}
.equipment_btm .view{width: 100%;box-sizing: border-box;overflow: hidden;height:500px;position: relative;}
.equipment_btm .view .swiper-container{height: 500px;position:relative;}
.equipment_btm .preview{width: 660px;overflow: hidden;position: relative;margin: 0 auto;padding-bottom: 30px;}
.equipment_btm .preview .swiper-container .swiper-slide{width: 200px !important;height: 92px !important;border-radius: 10px;margin-right: 25px;line-height: 92px;border: 1px solid #eee;box-sizing: border-box;background: #fff;}
.equipment_btm .preview .swiper-container .swiper-slide a{box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);}
.swiper-container .swiper-slide a{display: flex;align-items: center;justify-content: center;justify-items: center;padding: 10px 20px;box-sizing: border-box;height: 100%;}
.equipment_btm .preview .swiper-container{box-sizing: border-box;position: relative;}
.equipment_btm .preview .swiper-container .swiper-slide.active-nav{border:1px solid #00489d;box-sizing: border-box;}
.equipment_btm .preview .arrow-right,
.equipment_btm .preview .arrow-left{display: none;}
.equipment_btm .view .arrow-right,
.equipment_btm .view .arrow-left{display:block;position:absolute;top:45%;left:20px;z-index:3;width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        overflow: hidden;
        border-radius: 50px;
        border: 1px solid #030622;font-family: monospace;
        font-weight: bold;
        font-size: 20px;}
.equipment_btm .view .arrow-right{left:auto;right:20px;}

.abouts{padding-top: 80px;}

.company_top{justify-content: space-between;}
.company_right{width: 65%;}
.company_btm .item{width: calc(100% / 4 - 30px);margin-right: 40px;margin-top: 40px;box-sizing: border-box;border: 1px solid #eee;border-radius: 10px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);background: #fff;padding: 10px 20px;box-sizing: border-box;justify-content: space-between;align-items: center;}
.company_btm .item:nth-child(4n){margin-right: 0;}
.company_btm .item .number{font-size: 16px;}
.company_btm .item .number b{font-size: 50px;line-height: 1;color: transparent;background: linear-gradient(to bottom, #406ee1, #00489d);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: Arial;}
.company_btm .item .text{font-size: 16px;color: #030622;}
.company_btm .item .item_img{width: 40px;height: 40px;}

.culture{margin-bottom: 60px;}
.culture_con .item{width: calc(100% / 3 - 27px);height: 320px;margin-right: 40px;margin-top: 40px;box-sizing: border-box;border: 1px solid #eee;border-radius: 10px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);background: #000;justify-content: space-between;align-items: center;position: relative;flex: auto;overflow: hidden;}
.culture_con .item:nth-child(3),
.culture_con .item:last-child{margin-right: 0;}
.culture_con .item .item_img{width: 100%;height: 320px;opacity: 0.6;transition: all 0.5s;}
.culture_con .item .item_img img{width: 100%;height: 100%;}
.culture_con .item .item_con{position: absolute;bottom: 0;left: 0;width: 100%;box-sizing: border-box;padding: 40px;color: #fff;display: inline-flex;flex-direction: column;justify-content: flex-end;}
.culture_con .item .item_tit{font-size: 30px;font-weight: bold;padding-bottom: 10px;}
.culture_con .item .item_txt{font-size: 18px;}
.culture_con .item:hover .item_img{transform: scale(1.1);transition: all 0.5s;}

.history .preview{position: relative;}
.history .preview::before{content: "";display: block;width: 100%;height: 1px;background: #d7dee4;position: absolute;top: 160px;}
.history .preview .swiper-container{overflow: hidden;padding: 70px 0 50px;margin-left: 300px;}
.history .preview .swiper-container .swiper-slide{font-size: 26px;line-height: 66px;color: #fff;position: relative;text-align: left;cursor: pointer;}
.history .preview .swiper-container .swiper-slide::before,
.history .preview .swiper-container .swiper-slide::after{content: "";display: block;border-radius: 50%;position: absolute;left: 0;margin: 0 auto;bottom: -45px;z-index: 2;}
.history .preview .swiper-container .swiper-slide::before{width: 38px;height: 38px;border:1px solid #d7dee4;box-sizing: border-box;}
.history .preview .swiper-container .swiper-slide::after{width: 22px;height: 22px;background: #d7dee4;margin: 8px;}
.history .preview .swiper-container .active-nav::after{background: #e77918;}
.history .preview .swiper-container .active-nav::before{border: 1px solid #e77918;background: #e77918;opacity: 0.2;}
.history .preview .swiper-container .active-nav{font-size: 46px;color: #e77918;font-weight: bold;}
.history .view {padding: 60px 0;}
.history .view .box_con{justify-content: space-between;align-items: center;}
.history .view .swiper-container{width: calc(100% - 300px);overflow: hidden;display: inline-flex;margin-bottom: 60px;}
.history .view .swiper-container .swiper-slide{display: flex;}
.history .view .swiper-container .swiper-slide .history_tit{width: 260px;}
.history .view .swiper-container .swiper-slide .history_tit h3{font-size: 60px;color: #fff;margin: 0;}
.history .view .swiper-container .swiper-slide .history_tit h3 span{font-size: 24px;}
.history .view .swiper-container .swiper-slide .history_tit h3::after{content: "";display: block;width: 30px;height: 4px;background: #e77918;margin: 30px 0;}
.history .view .swiper-container .swiper-slide .history_tit p{font-size: 44px;color: #fff;margin: 0;}
.history .view .swiper-container .swiper-slide .history_tct{width: calc(100% - 280px);max-height: 270px;}
.history .view .swiper-container .swiper-slide .history_tct .editor{overflow-y: auto;height: 200px;color: #fff;line-height: 2;padding: 0 30px;box-sizing: border-box;}
.history .view .swiper-container .swiper-slide .history_tct .editor::-webkit-scrollbar-thumb {background:#e77918;background-clip:padding-box;min-height:0.5208333333333334vw;cursor: pointer;}
.history .view .swiper-container .swiper-slide .history_tct .editor::-webkit-scrollbar-thumb:hover {background:#e77918;} 
.history .view .arrow-left,
.history .view .arrow-right{display: inline-block;width: 50px;height: 50px;border-radius: 50px;line-height: 48px;border: 1px solid #d7dee4;text-align: center;font-size: 24px;color: #fff;font-family: monospace;background: rgba(255, 255, 255, 0.2);font-weight: bold;}
.history .view .arrow-right{margin-right: 150px;margin-left: 30px;}
.history .view .arrow-left:hover,
.history .view .arrow-right:hover{background: #e77918;color: #fff;}

.myHonor{padding: 60px 0; position: relative;overflow: hidden;}
.myHonor .swiper-slide{text-align: center;}
.myHonor .swiper-slide .slide_img{height: 350px;display: flex;align-items: center;justify-items: center;justify-content: center;}
.myHonor .swiper-slide .slide_img img{max-width: 100%;width: auto;}
.myHonor .swiper-slide .slide_tit{font-size: 18px;color: #030622;padding: 20px 0;}
.myHonor_btn{position: relative;margin: 0px 0 0;padding-bottom: 60px;}
.myHonor .swiper-pagination-progressbar{background: #e4e9f3;position: absolute;top:auto;bottom: 20px !important;left: 0;width: 85%;height: 8px;border-radius: 4px;overflow: hidden;}
.myHonor .swiper-pagination-progressbar-fill{background: #00489d;}
.myHonor .swiper-button-next,
.myHonor .swiper-button-prev{width: 50px;height: 50px;right: 0;top: auto;bottom: 0px;overflow: hidden;border-radius: 50px;border: 1px solid #030622;}
.myHonor .swiper-button-prev{left: auto;right: 80px;}
.myHonor .swiper-button-next::before,
.myHonor .swiper-button-prev::before{content: "";display: block;background: #fff;width: 100%;height: 100%;position: absolute;top: 1px;left: 1px;width: 43px;height: 38px;}
.myHonor .swiper-button-next::after,
.myHonor .swiper-button-prev::after{color: #00489d;font-size: 20px;position: relative;z-index: 1;}
.myHonor .swiper-button-next:hover,
.myHonor .swiper-button-prev:hover{background: #00489d;}
.myHonor .swiper-button-next:hover::before,
.myHonor .swiper-button-prev:hover::before{background: none;}
.myHonor .swiper-button-next:hover::after,
.myHonor .swiper-button-prev:hover::after{color: #fff;}

.contact_top{position: relative;}
.map{text-align: center;}
.map img{display: block;margin: 0 auto;}
.map_con{position: absolute;top: 0;margin: 0 auto;left: 0;right: 0;height: 100%;}
.map_info{width: 460px;padding: 40px;box-sizing: border-box;background: rgba(255, 255, 255, 0.9);border-radius: 10px;float: right;margin: 90px 0;}
.map_info .map_tit{font-size: 32px;font-weight: bold;color: #030622;}
.map_info .item{padding-top: 10px;margin-top: 10px;}
.map_info .item .item_tit{width: 100%;border-bottom: 1px solid #e4e9f3;font-size: 20px;color: #999;padding-bottom: 10px;display: inline-flex;justify-content: space-between;align-items: center;}
.map_info .item .item_txt{font-size: 22px;font-weight: bold;color: #030622;}

.contact_tit{font-size: 32px;font-weight: bold;color: #030622;padding-top: 60px;padding-left: 20px;position: relative;}
.contact_tit::after{content: "";display: block;width: 2px;height: 20px;background: #00489d;position: absolute;left: 0;bottom: 10px;}
.contact_txt{font-size: 18px;color: #030622;}
.contact_btm{padding: 60px 0;border-bottom: 1px solid #e4e9f3;}
.contact_btm .item{width: calc(100% / 3 - 20px);margin-right: 30px;border: 1px solid #e4e9f3;background: rgba(255, 255, 255, 0.3);border-radius: 10px;padding: 30px 40px;box-sizing: border-box;}
.contact_btm .item:nth-child(3n){margin-right: 0;}
.contact_btm .item .item_tit{font-size: 20px;color: #999;display: inline-flex;align-items: center;}
.contact_btm .item .item_tit img{margin-right: 10px;}
.contact_btm .item .item_txt{font-size: 28px;color: #00489d;padding-top: 5px;font-weight: bold;}

.contact_form,
.contact_items{margin: 0 0 70px;}
.form_item{justify-content: space-between;margin-bottom: 30px;width: 100%;}
.form_item .form_items .form_items_tit{font-size: 20px;line-height: 30px;color: #070f2a;margin-bottom: 10px;}
.form_item .form_items .form_items_tit font{color: #f30b0b;}
.form_item .form_items .form_items_txt{position: relative;overflow: hidden;border-radius: 10px;background: #fff;}
.form_item .form_items .form_items_txt .yzm_img{width: 140px;height: 58px;line-height: 58px;display: inline-flex;align-items: center;position: absolute;right: 1px;bottom: 1px;overflow: hidden;border-radius: 10px;}
.form_item .form_items .form_items_txt .yzm_img img{width: 100%;height: 100%;}
.form_item .form_items .form_items_txt input{font-size: 16px;width: 100%;height: 60px;line-height: 60px;border: 1px solid #cbcbcb;border-radius: 10px;padding: 0 20px;box-sizing: border-box;background: none;}
.form_item .form_items{width: 100%;}
.form_item .form_items .form_items_txt textarea{font-size: 16px;width: 100%;background: none;border: 1px solid #cbcbcb;border-radius: 10px;padding: 0 20px;box-sizing: border-box;}
.form_item1 .form_items{width: calc(100% / 3 - 27px);margin-right: 40px;}
.form_item1 .form_items:nth-child(3){margin-right: 0;}
.form_item2 .form_items{width: calc(100% / 4 - 30px);margin-right: 40px;}
.form_item2 .form_items:nth-child(4),
.form_item2 .form_items:last-child{margin-right: 0;}
.form_item:last-child .form_items:last-child{text-align: right;}
.contact_form{margin-top: 60px;}
.contact_form .form_item:last-child .form_items:last-child .form_items_txt{background: none;}
.btnn{max-width: 120px;width: 100%;line-height: 60px;text-align: center;font-size: 20px;color: #070f2a;border: 1px solid #070f2a;border-radius: 10px;background: none;margin-left: 20px;box-sizing: border-box;}

