@charset "utf-8";

/*公共样式*/

*{margin: 0; padding: 0;box-sizing: border-box;}

html{font-size: 14px; line-height: 1.5; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; background: #fff; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; width: 100%; height: 100%; max-width: 780px; margin: 0 auto; overflow: hidden; position: relative;}

body{width: 100%; height: 100%; overflow: hidden; position: relative;}

ol,ul,li{list-style: none;}

a{text-decoration: none; color: #333; transition: all .6s ease; cursor: pointer;}

a:hover{color: #01458E!important;}

em,i{font-style: normal;}

h1,h2,h3,h4,h5,h6,th{font-weight: normal;}

img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}

table{border-collapse: collapse; border-spacing: 0;}

input,textarea,select,button{border: 0; outline: 0; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; color: #333;}

input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}

input,input:focus,input:active{user-select: text;}

textarea{resize: none;}

.clearfix{zoom: 1;}

.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}

.plr10{padding: 0 10px;}

.wrapper{margin: 0 15px;}

.transform{transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}

.sitecontent{ height: 100%; background: #fff;  position: relative; z-index: 96;}

.scrollView{height: calc(100% - 111px); overflow-x: hidden; overflow-y: auto; position: relative;}

.npagePage{min-height: calc(100% - 52px); overflow: hidden; position: relative;}

.border{border: 1px solid #ddd; box-sizing: border-box;}

/*字体*/

@font-face{font-family: 'HELVETICANEUELTPRO-THEX';  src: url('../fonts/helveticaneueltpro-thex.eot'); src: url('../fonts/helveticaneueltpro-thex.eot') format('embedded-opentype'), url('../fonts/helveticaneueltpro-thex.woff') format('woff'), url('../fonts/helveticaneueltpro-thex.ttf') format('truetype'), url('../fonts/helveticaneueltpro-thex.svg') format('svg'); font-weight: normal; font-style: normal;}

@font-face{font-family: 'iconfont'; src: url('../fonts/iconfont.eot'); src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');}

.iconfont{display: inline-block; font: 14px/1 iconfont; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*加载特效*/

.loader-mask{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999999;}

.loader{position: absolute; left: 50%; top: 50%; width: 50px; height: 50px; font-size: 0; color: #282828; display: inline-block; margin: -25px 0 0 -25px; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);}

.loader div{width: 50px; height: 50px; background-color: #282828; display: inline-block; position: absolute; top: 0; left: 0;opacity: .5; border-radius:50%; -webkit-animation: ballPulseDouble 2s ease-in-out infinite; animation: ballPulseDouble 2s ease-in-out infinite;}

.loader div div:last-child{-webkit-animation-delay: -1s; animation-delay: -1s;}

@-webkit-keyframes ballPulseDouble{0%,100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1);transform: scale(1)}}

@keyframes ballPulseDouble{0%, 100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1); transform: scale(1)}}

/*头部*/

.header{height: 50px; background: #01458E; box-shadow: 0 0px 48px 0 rgba(0,0,0,.1); position: relative; z-index: 999999;}

.logo{float: left; height: 45px; margin-top: 3px; margin-left: 0px;}

.logo a{display: block; height: 100%;line-height: 50px; font-size: 12px;}

.logo a img{display: block; height: 100%; float: left;margin-right: 5px;}

.sp_nav{display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 10px; margin-top: 15px; z-index: 5;}

.sp_nav i{display: block; background: #ffffff; width: 30px; height: 2px; position: absolute; left: 0; transition: all ease .35s;}

.sp_nav i:nth-of-type(1){top: 0;}

.sp_nav i:nth-of-type(2){top: 10px;}

.sp_nav i:nth-of-type(3){top: 20px;}

.sp_nav.sp_nav_se i:nth-of-type(1){top: 10px; transform: rotate(45deg);}

.sp_nav.sp_nav_se i:nth-of-type(2){width: 0;}

.sp_nav.sp_nav_se i:nth-of-type(3){top: 10px; transform: rotate(-45deg);}

.nav{width: 100%; height: calc(100% - 111px); position: fixed; left: 0; top: -100%; z-index: 99999; transition: top ease .35s;}

.nav.nav_show{top: 50px;}

.nav > ul{min-width: 320px; max-width: 780px; height: 100%; margin: 0 auto; background: #eee; position: relative; overflow-y: auto;}

.nav ul li{border-top: 1px solid #ddd; margin-left: 20px; line-height: 40px; font-size: 14px; position: relative;}

.nav > ul > li:first-child{border-top: 0 none;}

.nav ul li a{height: 44px; line-height: 44px; display: block; padding-right: 45px; color: #666;}

.nav ul li ul{display: none;}

.nav ul li i{display: block; width: 30px; height: 26px; line-height: 26px; text-align: center; border-left: 1px solid #ddd; padding: 0 6px; position: absolute; right: 0; top: 9px;}

.nav ul li i span{font-size: 14px; transition: all .5s;}

.nav ul li i span:before{content: "\eeaa";}

.nav ul li i.nav_btndown span{color: #01458E; transform: rotate(90deg);}

/*内页菜单*/

.dropmenu{min-height: 45px; margin-bottom: 20px; position: relative; z-index: 3;}

.dropmenu .label{padding: 0 20px; height: 45px; line-height: 45px; background: #222224; color: #fff; font-size: 15px;}

.dropmenu .label .iconfont{float: right; font-size: 16px; margin-top: 15px;}

.dropmenu .label .iconfont:before{content: "\e60e";}

.dropmenu ul{width: 100%; height: 0; overflow-y: auto; position: absolute;}

.dropmenu ul li{width: 100%; border-bottom: 1px solid #2f2e35;}

.dropmenu ul li a{display: block; height: 40px; line-height: 40px; padding: 0 50px; color: #bbb; background: rgba(17,17,17,.9); font-size: 13px;}

.dropmenu ul li.active a {background: #000; color: #fff;}

.dropmenu.open .label .iconfont{transform: rotate(180deg);}

/*公共样式*/

.home_title{font-size: 19px; text-align: center;}

.home_title span{color: #01458E;}

.home_title em{color: #01458E;}

.home_line{margin-top: 2px; text-align: center; font-size: 0; text-align: center;}

.home_line span{display: inline-block; font-size: 16px; text-transform: uppercase; line-height: 1.2; color: #999; position: relative; padding: 0 10px;}

.home_line span:before,.home_line span:after{display: block; content: ""; width: 40px; height: 1px; background: #999; position: absolute; top: 50%; margin-top: -1px;}

.home_line span:before{left: -40px;}

.home_line span:after{right: -40px;}

/*底部*/

.foot_copy{width: 100%; font-size: 12px; line-height: 20px; text-align: center; padding: 16px 0; color: #fff; background: #151515;}

.foot_copy a{color: #8e8e8e;}

.footer{width: 100%; position: relative; z-index: 990;}

.footer ul{height: 60px; background: #fff; border-top: 1px solid #ddd; margin: 0 auto;}

.footer li{width: 25%; height: 60px; float: left; font-size: 13px; text-align: center; position: relative;}

.footer li a{display: block; width: 100%; height: 100%; color: #666;}

.footer li i{display: block; width: 100%; height: 32px; line-height: 26px; padding-top: 6px; font-size: 22px;}

.footer li p{height: 20px; line-height: 20px; margin-top: 2px;}



/*新闻---列表式*/

.news_item{border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px 15px;}

.news_item:first-child{padding-top: 10px;}

.news_item:last-child{border-width: 0;}

.news_pic{margin-bottom: 10px; overflow: hidden;}

.news_pic img{display: block; width: 100%;}

.news_name{height: 20px; line-height: 20px; font-size: 16px; color: #565656; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.news_date{height: 24px; margin-bottom: 4px; margin-top: 8px;}

.news_date p{height: 24px; line-height: 24px; font-size: 16px; float: left; font-family: "HELVETICANEUELTPRO-THEX", Arial;}

.news_date .md{color: #8a8a8a;}

.news_date .year{color: #bdbdbd; margin-left: 10px;}

.news_desc{max-height: 44px; line-height: 22px; font-size: 13px; color: #6a6a6a; overflow: hidden; margin-top: 4px;}



/*产品列表*/

.productlistd ul li {width:50%;float: left;}

.productlistd .item {padding:10px;}

.productlistd ul li h3 {text-align: center;}

.product_details_body img {width: 100%;}

@font-face {
  font-family: 'iconfont1';
  src: url('../fonts/iconfont1.eot');
  src: url('../fonts/iconfont1.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont1.woff2') format('woff2'),
      url('../fonts/iconfont1.woff') format('woff'),
      url('../fonts/iconfont1.ttf') format('truetype'),
      url('../fonts/iconfont1.svg#iconfont') format('svg');
}
.iconfont1 {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






.container{position: relative;padding: 0 15px;}

/* .ind_titleBox{display: flex;} */
.ind_title{margin-right: auto;}
.ind_title .atit{font-size: 28px;font-weight: bold;color: #333333;line-height: 1;position: relative;}
.ind_title .atit span{color: #01449A;}
.ind_title .atit .t{position: relative;z-index: 99;text-align: center;}
.ind_title .btit{width: 100%;font-size: 40px;font-weight: bold;color: #FFFFFF;line-height: 1;white-space: nowrap;-webkit-text-stroke: 1px #F5F5F5;text-stroke: 1px #F5F5F5;text-transform: uppercase;position: absolute;top: 0px;left: 0;z-index: 1;text-align: center;}
.ind_title .ctit{font-size: 14px;color: #777777;line-height: 1.4;margin-top: 20px;margin-bottom: 20px;text-align: center;}
.ind_titleBox .Atitle{margin: 0 auto;display: flex;width: 200px;height: 45px;border-radius: 10px;background: #103678;font-size: 16px;color: #FFFFFF;display: flex;align-items: center;justify-content: center;position: relative;z-index: 99;}
.ind_titleBox .Atitle:hover{box-shadow: 0px 4px 10px rgba(16, 54, 120, .7);transform: translateY(-5px);}
.ind_titleBox .Atitle .icon{display: block;background: url(../images/jt2.png);width: 12px;height: 22px;margin-left: 10px;transition: .3s;}

.ind_titleBox.white .ind_title .atit{color: #FFFFFF;}
.ind_titleBox.white .ind_title .btit{color: #FFFFFF;opacity: 0.14;}
.ind_titleBox.white .ind_title .ctit{color: #FFFFFF;}
.ind_titleBox.white .Atitle{background: #FFFFFF;color: #103678;}
.ind_titleBox.white .Atitle .icon{background: url(../images/jt3.png);}

/************************* index ***************************/
.banner .mySwiper_banner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide {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;}
.banner img{width: 100%;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;background: #FFFFFF;border-radius: 50%;opacity: 1;transition: .3s;}
.banner .swiper-pagination-bullet-active{background: #01458E;}


.indSec1{padding: 40px 0;}
.incase_selBox{display:flex;flex-wrap: wrap;width: 100%;position: relative;z-index: 99;}
.incase_sel{width: calc(50% - 5px);height: 50px;margin-right: 10px;margin-bottom: 10px;background: #F6F6F6;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #333333;line-height: 1;border-radius: 10px;}
.incase_sel:nth-of-type(2n){margin-right: 0;}
.incase_sel .icon{display: block;background: url(../images/jt1.png);width: 12px;height: 22px;margin-left: 8px;transition: .3s;}
.incase_sel.active{color: #FFFFFF;background: #01458E;}
.incase_sel.active .icon{background: url(../images/jt2.png);transform: rotate(90deg);}
.indSec1 .line{display: block;height: 2px;background: #EFEFEF;margin: 10px 0 20px;}


.incase_sel .i{display: block;width: 21px;height: 21px;background-repeat: no-repeat;background-position: 1px -3px;margin-right: 10px;}
.incase_sel.active .i{background-position: 1px -67px;}
.incase_sel strong{font-weight: normal;}



.incase_item{display: none;align-items: center;}
.incase_item.active{display: block;}
.incase_item .img{width: 100%;}
.incase_item .img img{width: 100%;}
.incase_item .desc{width: 100%;padding-top: 15px;}
.incase_item .desc .atit{font-size: 22px;font-weight: bold;color: #333333;line-height: 1.2;margin-bottom: 8px;}
.incase_item .desc .btit{font-size: 14px;color: #01458E;line-height: 1.2;}
.incase_item .desc .itLine{display: block;height: 2px;background: #EAEAEA;position: relative;margin: 15px 0 15px;}
.incase_item .desc .itLine::after{content: "";display: block;width: 140px;height: 5px;background: #01458E;position: absolute;left: 0;bottom: 0px;}
.incase_item .desc .ctit{font-size: 14px;color: #777777;line-height: 20px;height: 40px;margin-bottom: 20px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.incase_item .desc .dtit{display: flex;margin-bottom: 15px;}
.incase_item .desc .dtit .pic{width: calc(50% - 5px);}
.incase_item .desc .dtit .pic img{width: 100%;}
.incase_item .desc .dtit .pic+.pic{margin-left: 10px;}
.incase_item .desc .etit{display: flex;}
.incase_item .desc .etit a{display: flex;width: calc(50% - 5px);height: 45px;background: #01458E;border-radius: 25px;align-items: center;justify-content: center;font-size: 16px;color: #FFFFFF;}
.incase_item .desc .etit a img{width: 22px;margin-right: 5px;}
.incase_item .desc .etit a+a{background: #CB2B25;margin-left: 10px;}
.incase_item .desc .etit a:hover{box-shadow: 0px 4px 10px #868686;transform: translateY(-5px);}

.incase_lb{margin-top: 30px;}
.mySwiper_incase {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper_incase .swiper-slide {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;}
.mySwiper_incase .swiper-button-prev,.mySwiper_incase .swiper-button-next{zoom:.5;width: 32px;height: 78px;border-radius: 10px 0px 0px 10px;margin-top: -39px;background: #103678;background-image: url(../images/jt2.png);background-position: center;background-repeat: no-repeat;}
.mySwiper_incase .swiper-button-prev::after,.mySwiper_incase .swiper-button-next::after{display: none;}
.mySwiper_incase .swiper-button-prev{left: 0;transform: rotate(180deg);}
.mySwiper_incase .swiper-button-next{right: 0;}
.incase_lbitem{position: relative;overflow: hidden;}
.incase_lbitem img{width: 100%;transition: .5s;}
.incase_lbitem p{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(16, 54, 120, .8);color: #FFFFFF;height: 35px;line-height: 35px;text-align: center;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.incase_lbitem:hover img{transform: scale(1.1);}




.indSec2{background: url(../images/sec2_bg.jpg) center/cover;padding: 60px 0 50px;}
.indys_list{display: flex;flex-wrap: wrap;margin-top: 35px;}
.indys_item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;background: #FFFFFF;padding-bottom: 40px;}
.indys_item:nth-of-type(2n){margin-right: 0;}
.indys_item:nth-of-type(5){width: 100%;margin-right: 0;}
.indys_item .img{overflow: hidden;}
.indys_item .img img{width: 100%;}
.indys_item .icon{display: flex;width: 84px;height: 84px;margin: -42px auto 0;position: relative;z-index: 9;background: #EEEFF0;border-radius: 50%;align-items: center;justify-content: center;}
.indys_item .atit{font-size: 18px;font-weight: bold;color: #222222;line-height: 1.2;margin: 15px 0 15px;text-align: center;padding: 0 15px;}
.indys_item .line{display: block;width: 44px;height: 2px;background: #0F3F9E;margin: 0 auto 15px;}
.indys_item .btit{font-size: 14px;color: #777777;line-height: 1.5;text-align: center;padding: 0 5px;}




.indSec3{padding: 60px 0 35px;}
.jjfa_box{display: block;margin-top: 20px;align-items: center;}
.jjfa_left{width: 100%;padding-right: 0px;}
.jjfa_right{width: 100%;position: relative;}

.jjfa_selBox{display: flex;flex-wrap: wrap;}
.jjfa_sel{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;border: 1px solid #CCCCCC;border-radius: 10px;padding: 15px 10px;font-size: 16px;color: #333333;display: flex;align-items: center;}
.jjfa_sel:nth-of-type(2n){margin-right: 0;}
.jjfa_sel .icon{display: block;width: 35px;height: 30px;background: url(../images/jjfa_icon1.png) no-repeat;margin-right: 5px;}
.jjfa_sel .icon1{background-position: 3px 0px !important;}
.jjfa_sel .icon2{background-position: -113px 0px !important;}
.jjfa_sel .icon3{background-position: -229px 0px !important;}
.jjfa_sel .icon4{background-position: -345px 0px !important;}
.jjfa_sel .icon5{background-position: -460px 0px !important;}
.jjfa_sel .icon6{background-position: -576px 0px !important;}
.jjfa_sel .icon7{background-position: -693px 0px !important;}
.jjfa_sel .icon8{background-position: -808px 0px !important;}
.morejjfa{border-radius: 10px;height: 70px;margin-bottom: 10px;background: #01458E;display: flex;align-items: center;justify-content: center;}
.morejjfa .img{}
.morejjfa .spa{font-size: 12px;color: #FFFFFF;line-height: 1;padding: 0 5px 0 10px;}
.morejjfa .spb{font-size: 24px;font-weight: bold;color: #FFFFFF;line-height: 1;}
.jjfa_sel.active{border-color: #01449A;color: #01449A;}
.jjfa_sel.active .icon{background: url(../images/jjfa_icon2.png) no-repeat;}

.jjfa_item{position: relative;display: none;padding: 50px 30px;}
.jjfa_item.active{display: block;}
.jjfa_item .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.jjfa_item .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.jjfa_item .desc{width: 100%;background: #FFFFFF;padding: 30px 25px 25px;position: relative;z-index: 99;}
.jjfa_item .desc .atit{font-size: 20px;font-weight: bold;color: #333333;line-height: 1.2;padding-bottom:20px;margin-bottom:20px;border-bottom: 2px solid #EAEAEA;}
.jjfa_item .desc .btit{font-size: 14px;color: #777777;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;max-height: 150px;}
.jjfa_item .desc .ctit{display: flex;margin-top: 30px;}
.jjfa_item .desc .ctit a{display: block;width: calc(50% - 5px);height: 45px;line-height: 45px;background: #103678;border-radius: 10px;font-size: 14px;text-align: center;color: #FFFFFF;}
.jjfa_item .desc .ctit a+a{margin-left: 10px;background: #CB2B25;}
.jjfa_item .desc .ctit a:hover{box-shadow: 0px 4px 10px #868686;transform: translateY(-5px);}

.indSec4{background: url(../images/sec4_bg.jpg) center/cover;padding: 60px 0;}
.mySwiper_tdzs {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper_tdzs .swiper-slide {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;}
.tdzs_box{display: block;margin-top: 40px;}
.tdzs_imgs{width: 100%;overflow: hidden;border: 3px solid #FFFFFF;}
.tdzs_imgs img{width: 100%;}
.tdzs_desc{width: 100%;margin-top: auto;padding-top: 20px;}
.tdzs_desc .atit{font-size: 22px;font-weight: bold;color: #FFFFFF;line-height: 1.2;margin-bottom: 18px;}
.tdzs_desc .btit{font-size: 14px;color: #FFFFFF;line-height: 1.5;margin-bottom: 30px;}
.mySwiper_tdzs .swiper-button-prev,.mySwiper_tdzs .swiper-button-next{zoom: .5;width: 32px;height: 78px;border-radius: 10px 0px 0px 10px;margin-top: -39px;background: #103678;background-image: url(../images/jt2.png);background-position: center;background-repeat: no-repeat;}
.mySwiper_tdzs .swiper-button-prev::after,.mySwiper_tdzs .swiper-button-next::after{display: none;}
.mySwiper_tdzs .swiper-button-prev{left: 0;transform: rotate(180deg);}
.mySwiper_tdzs .swiper-button-next{right: 0;}
.tdzs_lb .img{position: relative;overflow: hidden;border: 2px solid #FFFFFF;}
.tdzs_lb .img img{width: 100%;transition: .5s;}
.tdzs_lb .img p{position: absolute;background: rgba(16, 54, 120, .6);left: 0;bottom: 0;font-size: 14px;color: #FFFFFF;line-height: 40px;text-align: center;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}




.indSec5{padding: 70px 0 55px;background: url(../images/indsec5_bg.jpg) no-repeat;background-position: center bottom;}
.pc_img{position: relative;margin: 0 auto;max-width: 100%;width: 1199px;}
.pc_img img{width: 100%;}
.pc_img .video_open{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-100%);cursor: pointer;zoom: .5;}
.layui-layer-video{max-width: 1000px;}
.layui-layer-video video{display: block;width: 100%;}


.indSec6{padding: 60px 0 0;position: relative;z-index: 99;}
.indabout_Box{display: block;}
.indabout_left{width: 100%;padding: 0 15px 20px;}
.indabout_left .atit{font-size: 18px;color: #333333;line-height: 1.2;margin-bottom: 15px;}
.indabout_left .btit{font-size: 28px;font-weight: bold;color: #333333;line-height: 1.2;margin-bottom: 8px;}
.indabout_left .ctit{font-size: 18px;font-weight: bold;color: #103678;line-height: 1.2;margin-bottom: 20px;}
.indabout_left .dtit{font-size: 14px;color: #333333;line-height: 24px;height: 144px;text-indent: 2em;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;}
.indabout_right{width: 100%;}
.indabout_right .img{position: relative;}
.indabout_right .img img{width: 100%;}
.indabout_right .ljgt{position: absolute;left: 0;bottom: 0;display: flex;background: #FFFFFF;}
.indabout_right .ljgt .ljgt_desc{width: 200px;height: 70px;display: flex;align-items: center;justify-content: center;}
.indabout_right .ljgt .ljgt_desc img{width: 25px;margin-right: 5px;}
.indabout_right .ljgt .ljgt_desc span{font-size: 16px;color: #103678;}
.indabout_right .ljgt .ljgt_icon{transition: .3s;width: 80px;height: 70px;background: #CB2B25;display: flex;align-items: center;justify-content: center;}
.indabout_right .ljgt .ljgt_icon img{width: 32px;}
.indabout_right .ljgt:hover .ljgt_icon{background: #103678;}

.number_box{background: url(../images/indabout_bg.jpg) center/cover;display: flex;padding: 30px 15px;}
.number_item{width: 25%;text-align: center;}
.number_item .atit{display: flex;align-items: center;justify-content: center;}
.number_item span{font-size: 32px;font-weight: bold;color: #FFFFFF;line-height: 1.2;}
.number_item sub{font-size: 20px;font-weight: bold;color: #FFFFFF;line-height: 1;}
.number_item .btit{margin-top: 5px;font-size: 12px;color: #FFFFFF;line-height: 1.4;}


.indSec7{background: #F6F6F6;padding: 140px 0 50px;margin-top: -100px;}
.mySwiper_honor {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper_honor .swiper-slide {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;}
.mySwiper_honor .swiper-button-prev,.mySwiper_honor .swiper-button-next{zoom:.5;width: 32px;height: 78px;border-radius: 10px 0px 0px 10px;margin-top: -39px;background: #103678;background-image: url(../images/jt2.png);background-position: center;background-repeat: no-repeat;}
.mySwiper_honor .swiper-button-prev::after,.mySwiper_honor .swiper-button-next::after{display: none;}
.mySwiper_honor .swiper-button-prev{left: 0;transform: rotate(180deg);}
.mySwiper_honor .swiper-button-next{right: 0;}
.indHonor_lb .img{overflow: hidden;}
.indHonor_lb .img img{width: 100%;transition: .5s;}
.indHonor_lb .img:hover img{transform: scale(1.1);}


.indSec8{padding: 70px 0 20px;}
.indNews_Box{display: block;margin-top: 30px;}
.indnews_left{width: 100%;margin-bottom: 15px;}
.indnews_right{width: 100%;padding-left: 0px;}

.news_item1{position: relative;background: #FFFFFF;box-shadow: 0px 0px 5px #ccc;display: block;}
.news_item1 .img{overflow: hidden;}
.news_item1 .img img{width: 100%;transition: .5s;object-fit: cover;object-position: center;}
.news_item1 .desc{padding: 20px 15px;}
.news_item1 .desc .atit{font-size: 16px;color: #777777;line-height: 1.2;margin-bottom: 5px;}
.news_item1 .desc .btit{font-size: 20px;font-weight: bold;color: #333333;line-height: 30px;height: 30px;margin-bottom: 12px;transition: .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_item1 .desc .ctit{font-size: 14px;color: #777777;line-height: 20px;height: 40px;margin-bottom: 25px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_item1 .desc .dtit{}
.news_item1:hover .img img{transform: scale(1.05);}
.news_item1:hover .desc .btit{color: #103678;}

.indnews_rone{background: #FFFFFF;box-shadow: 0px 0px 5px #ccc;display: block;padding: 0px 0;}
.news_item2{display: block;padding: 30px 15px;position: relative;}
.news_item2+.news_item2::before{content: "";display: block;height: 2px;width: calc(100% - 30px);background: #CCCCCC;position: absolute;left: 15px;top: 0;}
.news_item2 .atit{display: flex;align-items: center;margin-bottom: 5px;}
.news_item2 .atit span{display: block;font-size: 20px;font-weight: bold;color: #333333;line-height: 24px;width: calc(100% - 30px);padding-right: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.news_item2 .atit img{width: 29px;height: 14px;}
.news_item2 .btit{font-size: 16px;color: #777777;line-height: 1.2;margin-bottom: 4px;margin-bottom: 15px;}
.news_item2 .ctit{font-size: 14px;color: #777777;line-height: 20px;height: 40px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_item2:hover .atit span{color: #103678;}

.indnews_rtwo{display: block;}
.indnews_list{width: 100%;box-shadow: 0px 0px 5px #ccc;padding: 10px 15px 10px 15px;margin-top: 15px;}
.news_item3{display: flex;align-items: center;position: relative;padding-left: 15px;}
.news_item3::before{content: "";display: block;width: 5px;height: 5px;background: #103678;border-radius: 100%;position: absolute;left: 0;top: 50%;margin-top: -2px;}
.news_item3 .desc{display: block;font-size: 14px;color: #333333;line-height: 35px;height: 35px;width: calc(100% - 80px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.news_item3 .date{display: block;font-size: 14px;color: #777777;line-height: 1.2;width: 80px;text-align: right;transition: .3s;}
.news_item3:hover .desc{color: #103678;}
.news_item3:hover .date{color: #103678;}



@media screen and (max-width:400px) {
	.container{padding: 0 10px;}
	.indabout_left{padding: 0 10px 20px;}
	.number_box{padding: 30px 10px;}
	.incase_sel{font-size: 14px;}
	.incase_sel .icon{zoom: .5;}
	.number_item span{font-size: 26px;}
	.jjfa_sel{padding: 15px 5px;font-size: 14px;}
	.jjfa_sel .icon{zoom: .8;}
}



.grayBg{background: #f5f5f5;}
.xCaseList{display: flex;flex-wrap: wrap;padding: 20px 0 30px;}
.xCaseItem{width: 100%;margin: 0 0px 20px 0;display: block;}
.xCaseItem .img{overflow: hidden;}
.xCaseItem .img img{width: 100%;display: block;transition: .5s;}
.xCaseItem .desc{background: #fff;padding: 18px 12px 25px;}
.xCaseItem .desc p{display: block;font-weight: bold;font-size: 20px;color: #000000;line-height: 25px;height: 25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.xCaseItem .desc span{display: block;font-size: 14px;color: #999999;line-height: 24px;height: 48px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top: 8px;}
.xCaseItem:hover .img img{transform: scale(1.08);}
.xCaseItem:hover .desc p{color: #01458E;}


.xCaseShow{padding-top: 20px;display: block;width: 100%;}
.xCaseShow .img{width: 100%;display: flex;flex-direction: column;}
.xCaseShow .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}
.xCaseShow .desc{width: 100%;background: #ffffff;padding: 30px 15px 20px 15px;}
.xCaseShow .desc .atit{font-weight: bold;font-size: 26px;color: #000000;line-height: 1.3;}
.xCaseShow .desc .btit{font-size: 14px;color: #999999;line-height: 1.5;margin: 10px 0 20px;}
.xCaseShow .desc .ctit{margin-top: auto;}
.xCaseShow .desc .ctit a{display: block;width: 150px;height: 45px;line-height: 45px;text-align: center;background: #01458E;border-radius: 25px;font-size: 16px;color: #FFFFFF!important;}
.xCaseShow .desc .ctit a:hover{transform: translateY(-10px);box-shadow: 0px 5px 5px 0 #ccc;}

.xCaseAList{display: flex;flex-wrap: wrap;padding-bottom: 40px;}
.xCaseAItem{width: calc(50% - 5px);margin: 15px 10px 0 0;}
.xCaseAItem:nth-of-type(2n){margin-right: 0;}
.xCaseAItem .img{overflow: hidden;width: 100%;background: #ffffff;text-align: center;padding: 30px;}
.xCaseAItem .img img{display: block;margin: 0 auto;width: 100%;}
.xCaseAItem p{text-align: center;font-size: 14px;color: #000000;line-height: 1.3;padding: 10px 0;transition: .3s;}
.xCaseAItem:hover p{color: #01458E;}

