




@font-face {font-family: "AlibabaSans_Regular";src: url("/style/font/AlibabaSans_Regular.ttf") format("truetype");} 


 

*{padding: 0px;margin: 0px;}
*, ::after, ::before { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td { margin: 0; padding: 0; list-style: none; font-family: "AlibabaSans_Regular", Arial; font-size:12px; font-weight: normal;}
html{ background-color:#fff; }
h3,h4,h5,h6,a,span,p{ display: block;}
img { display: block;}
li {list-style: none;}
a {text-decoration: none; display: block;}
body,html {height: 100%;width: 100%;font-size: 10px;}
.imgbox {overflow: hidden;position: relative;}
 

input{ -webkit-appearance:none; } 


 



.icenter { width:1400px; margin:0 auto; }

 
.intt{}
.intt h3{color: #383838; display: block; font-size: 36px;     font-weight: bold;}
.intt span{display: block; background: #3b2182; width: 80px; height: 4px; margin: 5px 0 0 0;}



 
/* more */
.more:hover { border-color: #3b2182; background-color: transparent; }
.more { border-radius: 5rem; background-color: #3b2182; border: 1px solid #3b2182; overflow: hidden; -webkit-transition: border-color 0.3s, background-color 0.3s; transition: border-color 0.3s, background-color 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); position: relative; z-index: 1; width: 150px; height:40px; display: flex; align-items: center; justify-content: center; }
.more > span { vertical-align: middle; font-size: 14px; color: #fff; }
.more:hover > span { opacity: 0; -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); }
.more::after, .more > span {text-transform: capitalize; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.more:hover::after { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.more::after { color: #3b2182; font-size: 14px; content: attr(data-text); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transform: translate3d(0, 25%, 0); transform: translate3d(0, 25%, 0); }





.dh2{position: fixed; width: 100%; background:none;  height: 80px; top: 0; left: 0; z-index: 99999;}
.dh2 .icenter{display: flex; justify-content: space-between; align-items: center;    height: 80px;}
.dh2 .icenter .logo{}
.dh2 .icenter .logo img{display: block;  height: 50px; filter: none; filter: grayscale(1) brightness(1000);}
.dh2 .icenter .pcnav{display: flex; justify-content: space-between; align-items: center;}
.dh2 .icenter .pcnav dd span{}
.dh2 .icenter .pcnav dd span a{display: flex; color: #fff; height: 80px; justify-content: center; align-items: center; font-size: 18px;     font-weight: bold;  padding: 0 20px;}
.dh2 .icenter .rh{display: flex; align-items: center;}
.dh2 .icenter .rh .navsearch{display: block; overflow: hidden; margin: 0 30px 0 0;}
.dh2 .icenter .rh .navsearch img{display: block; width: auto; height: 24px; filter: brightness(0) invert(1); }
.dh2 .icenter .rh .global{cursor:pointer;position: relative; }
.dh2 .icenter .rh .global span{display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff;     height: 80px;}
.dh2 .icenter .rh .global span img{filter: brightness(0) invert(1); display: block; width: auto; height: 20px; margin: 0 5px 0 0;}
.dh2 .icenter .rh .global span i{display: block; font-size: 18px; margin: 0 0 0 5px;}
.dh2 .icenter .rh .global:hover span,.dh2 .icenter .rh .global:hover i{color: #3b2182 !important;}
.dh2 .icenter .rh .global p{display: block; position: absolute; top: 80px; background: #fff; width:180px; box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);   text-align: center; opacity: 0; visibility: hidden; transition: all .1s;     overflow: hidden; right:0; padding:10px 0; }
.dh2 .icenter .rh .global:hover p{opacity: 1;visibility: visible;}
.dh2 .icenter .rh .global p a{display: block; color: #333; font-size: 14px; line-height: 20px; padding: 10px 0; position: relative;}
.dh2 .icenter .rh .global p a:after{ content: ""; position: absolute; width: 2px; height: 100%; top: 0; right: 0; background: #3b2182; opacity: 0; }
.dh2 .icenter .rh .global p a:hover{color: #3b2182; background: #f2f2f2;}
.dh2 .icenter .rh .global p a:hover:after{opacity: 1;}

.dh2_1 .dh2,.dh2:hover{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); }
.dh2_1 .dh2 .icenter .logo img,.dh2_1 .dh2 .icenter .rh .global span img,.dh2_1 .dh2 .icenter .rh .navsearch img,.dh2:hover .icenter .logo img,.dh2:hover .icenter .rh .global span img,.dh2:hover .icenter .rh .navsearch img{ filter: initial; }
.dh2_1 .dh2 .icenter .pcnav dd span a,.dh2_1 .dh2 .icenter .rh .global span,.dh2:hover .icenter .pcnav dd span a,.dh2:hover .icenter .rh .global span{color: #666;}

.dh2 .icenter .pcnav dd{position: relative;}
.dh2 .icenter .pcnav dd font{position: absolute; width: 200px; height: auto; background: #fff; top: 80px; left: 50%; margin-left: -100px; box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15); opacity: 0; visibility: hidden; transition: all .3s;  overflow: hidden; padding:10px 0; text-align: center; }
.dh2 .icenter .pcnav dd:hover font{opacity: 1;visibility: visible;}
.dh2 .icenter .pcnav dd font a{display: block; color: #666; font-size: 16px; padding: 12px 0; line-height:20px;}
.dh2 .icenter .pcnav dd font a:hover{ color: #3b2182; background: #f2f2f2; }

.dh2 .icenter .pcnav dd:hover span a{color: #3b2182; }
.dh2 .icenter .rh .navsearch .ca{ cursor:pointer; display: block; }
.dh2 .icenter .rh .navsearch .ca img{display: block;}
.dh2 .icenter .rh .navsearch .ca .capic2{ display: none;}
.dh2 .icenter .rh .navsearch .on .capic1{ display: none;}
.dh2 .icenter .rh .navsearch .on .capic2{display: block;}
.dh2 .icenter .rh .navsearch .searchtag{display: none; position: fixed; z-index: 4; width: 100%; top: 80px; left: 0; padding: 30px 0; border-top: 1px solid #eee; background:#fff;  box-shadow: 0 10px 35px 0 rgba(0,0,0,.1);}
.dh2 .icenter .rh .navsearch .searchtag form{display: block; overflow: hidden; position: relative; height: auto;}
.dh2 .icenter .rh .navsearch .searchtag form input{display: block; width: 100%; height: 50px; border: 1px solid #ddd; padding: 0 0 0 20px; color: #333; font-size: 14px;}
.dh2 .icenter .rh .navsearch .searchtag form .fa{position: absolute; top: 0; right: 0; width: 50px; height: 50px; border: 0; background: none; font-size: 20px; color: #333;}
 


.banner{ display: block; overflow: hidden; height: auto; max-height:100%;   position: relative;  z-index: 3;}
.banner img,.banner video{ display: block; width: 100%;}
.banner::after{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000;opacity: 0.35;}
.banner .txt{position: absolute;z-index: 9; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.banner .txt h3{display: block; color: #f28f19; font-size: 36px;font-weight: bold;}
.banner .txt h4{display: block; color: #fff; font-size: 72px;font-weight: bold;}

.banner .sc { z-index: 2; cursor: pointer; position: absolute;z-index: 9; left: 50%; transform: translateX(-50%); bottom: 0;    height: 100px;     z-index: 4; }
.banner .sc img{     position: relative; animation: down 1.3s linear infinite;  display: block; text-align: center; width: auto; height: 60px; }
@keyframes down { 0% { top: 10%; } 25% { top: 0%; } 50% { top: -10%; } 75% { top: 0%; } 100% { top: 10%; } }

 






.inpro{display: block; overflow: hidden; padding: 100px 0 0; position: relative; z-index: 3; }
.inpro .intt{margin-bottom: 50px;}
.inpro .intt h4{display: block; color: #555; font-size: 24px; margin: 20px 0;}
.inpro .i_p_list .kong{display: block; width:100%;    opacity: 0;}
.inpro .i_p_list{display: block; overflow: hidden; position: relative;}
.inpro .i_p_list .taa{position: absolute; bottom: 50px; left: 5%; width: 90%; z-index: 9; border-top: 1px solid #8678ad;}
.inpro .i_p_list .taa a{font-size: 24px; color: #fff; width: 200px; float: left; height: 50px; display: flex; justify-content: center; align-items: center; cursor:pointer; transition: all .3s; border-top:1px solid #fff;opacity: 0.5;}
.inpro .i_p_list .taa .active{opacity: 1; border-top:1px solid #8200ff; }
.inpro .i_p_list .tbb{position: absolute; width: 100%; height: 100%; top: 0; left: 0;    z-index: 3;}
.inpro .i_p_list .tbb .dlto{display: block; overflow: hidden;      position: absolute; opacity: 0;  transition: all .3s; }
.inpro .i_p_list .tbb .dlto img{display: block; width: 100%;}
.inpro .i_p_list .tbb .dlto dl{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.inpro .i_p_list .tbb .dlto dl dd{width: 35%; margin: 0 0 80px 5%; transition: all .9s; opacity: 0;position: relative;top: 50px;}
.inpro .i_p_list .tbb .dlto dl dd strong{display: block; color: #fff; font-size: 50px; font-weight: normal;}
.inpro .i_p_list .tbb .dlto dl dd span{display: block; color: #fff; font-size: 24px;    opacity: 0.7;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.inpro .i_p_list .tbb .dlto dl dt{width: 50%; margin: 0 5% 80px 0; transition: all 1.2s;opacity: 0;position: relative;top:50px;}
.inpro .i_p_list .tbb .dlto dl dt a{width: 150px; background: #fff; color: #3b2182; display: flex; justify-content: center; align-items: center; float: left; height: 40px;line-height: 40px; border-radius: 2em; margin: 0 20px 20px 0; font-size: 16px;transition: all .1s;}
.inpro .i_p_list .tbb .dlto dl dt a:hover{background: #3b2182; color: #fff; }

.inpro .i_p_list .tbb .ac{ opacity: 1;    z-index: 3;}
.inpro .i_p_list .tbb .ac dl dd,.inpro .i_p_list .tbb .ac dl dt{ opacity: 1;top: 0;}









.inapp{display: block; overflow: hidden; margin: 150px auto 0; position: relative; z-index: 3;}
.inapp .intt{margin-bottom: 50px;}
.inapp .intt h4{display: block; color: #555; font-size: 24px; margin: 20px 0;}
.inapp .dlapp{display: flex; align-items: center; justify-content: space-between; overflow: hidden;}
.inapp .dlapp li{display: block; overflow: hidden; width: 32%; position: relative; border-radius: 0 0 4em 0;}
.inapp .dlapp li i{display: block; overflow: hidden;  }
.inapp .dlapp li i img{ display: block; width: 100%; transition: all .3s;}
.inapp .dlapp li:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.inapp .dlapp li dd{position: absolute; width: 80%; top: 50px; left: 10%;}
.inapp .dlapp li dd strong{font-weight: normal; font-size: 36px; color: #fff;}
.inapp .dlapp li dd strong:after{ content:""; position: absolute; margin: 10px 0 0 0; opacity: 0.5; width: 0%; display: block; height: 1px; background: #fff;  transition: all .3s;}
.inapp .dlapp li:hover dd strong:after{ width: 100%;}
.inapp .dlapp li dd span{display: block; color: #fff; font-size: 18px; margin: 20px 0 50px;   transition: all .3s;  opacity: 0.7;}
.inapp .dlapp li:hover dd span{opacity: 1;}
.inapp .dlapp li dd p{position: relative; opacity: 0; top: 50px; transition: all .3s;}
.inapp .dlapp li:hover dd p{opacity: 1; top:0; }
.inapp .dlapp li dd p a{display: block; width: auto; padding: 0 20px; height: 40px; float: left; margin: 0 10px 10px 0; color: #fff; font-size: 16px; border: 2px solid #fff; border-radius: 2em; text-align: center; line-height: 34px;}
.inapp .dlapp li dd p a:hover{background: #fff;color: #3b2182;}

.inapp .dlapp li font{position: absolute; width: 80%; bottom: 50px; left: 10%; display:none; }
.inapp .dlapp li:hover font{display: block; }
.inapp .dlapp li font .toa{width: 150px; height: 36px; background: #fff; border-radius: 2em; color: #3b2182; font-size: 14px; display: flex; align-items: center; justify-content: center;}
.inapp .dlapp li font .toa:hover{  background: #3b2182; color: #fff; }












.incompany{overflow: hidden; margin: 0 auto 50px;     bottom: -150px; position: relative; z-index: 3;}
.incompany h3{display: block; color: #333; font-size: 36px; text-align: right; margin: 0 0 30px 0; position: relative; display: flex; flex-direction: column; align-content: flex-end; align-items: flex-end;     font-weight: bold;}
.incompany h3:after{ content:""; display: inline-block; background: #3b2182; width: 80px; height: 4px; margin: 5px 0 0 0;}
.incompany i{ display: block; overflow: hidden;}
.incompany i img{display: block; width: 100%;}
.incompany .text{background: #3b2182; width: 56%; display: block; overflow: hidden; position: relative; padding: 80px 8%;    top: -200px;}
.incompany .text h4{display: flex; justify-content: space-between; align-items: center; overflow: hidden; margin: 0 0 26px 0;}
.incompany .text h4 span{display: block; color: #fff; font-size: 24px;    width: 100px;}
.incompany .text h4:after{content: ""; display: block; width: calc(100% - 100px); background: #fff; height: 1px; opacity: 0.5; }
.incompany .text h5{display: block; color: #fff; font-size: 28px; text-align: justify;}
.incompany .text .yy{filter: grayscale(10) brightness(10); position: absolute; top: 20px; height: 60px; left: 20px; opacity: 0.3;    transform: rotate(180deg); }
.incompany .text .cc{top: auto; left: auto; bottom: 20px; right: 20px;transform: rotate(0deg);}
.incompany .txt{color: #333; display: block; font-size: 24px; text-align: justify; margin: 30px 0; line-height: 46px; position: relative; top: -200px; }
.incompany .more{float: right;position: relative; top: -200px;}
.incompany .pic{  position: relative; display: block; overflow: hidden; }

















.innews{ padding: 100px 0; display: block; overflow: hidden;background-color: #eceff1;position: relative; z-index: 3;}
.innews .intt{margin: 0 auto 20px; position: relative; }
.innews .cul07Swiper{  overflow: hidden; position: relative; width: 100%;}
.innews .cul07Swiper .swiper-slide dd{ cursor:pointer; display: block; overflow: hidden; position: relative;padding: 30px; background: #fff;  transition: all .3s;   }
.innews .cul07Swiper .swiper-slide dd i{position:absolute; width:80px; height:28px; background: #f28f19; top:0; left:0; display: flex; justify-content: center; align-items: center; font-style: normal; color: #fff;}
.innews .cul07Swiper .swiper-slide span{display: block; color: #333; font-size: 24px; line-height: 36px; text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; min-height: 110px;overflow: hidden; margin: 20px 0;     font-weight: bold;}
.innews .cul07Swiper .swiper-slide font{color: #666; font-size: 16px; margin-top: 20px; display: block;}
.innews .cul07Swiper .swiper-slide a p{display: block; overflow: hidden;}
.innews .cul07Swiper .swiper-slide a p img{display: block; width: 100%;transition: all .3s;}
.innews .cul07Swiper .swiper-slide a:hover p img{  -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
 
.innews .cul07Swiper .swiper-slide:hover span,.innews .cul07Swiper .swiper-slide:hover font{ color:#3b2182; }
.innews .lhnav{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, 0%); }
.innews .lhnav .fa{width: 38px; height: 38px; border: 1px solid #3b2182; text-align: center; line-height: 38px; font-size: 20px; color: #3b2182; border-radius: 50%; cursor:pointer; left: -50px; display: block; position: absolute;}
.innews .lhnav .fa-angle-right{left:auto; right:-50px; }
.innews .lhnav .fa:hover{  background: #3b2182;   color: #fff;  }
.innews .more{float: right;}
.innews .cul07Swiper_pagination{ display: flex; align-items: center; justify-content: center; margin-top: 30px;     position: relative; z-index: 99; }
.innews .cul07Swiper_pagination span{width: 12px; height: 12px; margin: 0 5px; opacity: 1; background: #cdcfd1; display: block;cursor: pointer;}
.innews .cul07Swiper_pagination .swiper-pagination-bullet-active{ background: #4c2da2;}
.innews .intt{display: flex; justify-content: flex-start; align-items: center;     margin: 0 auto 50px; }
.innews .intt a{color: #a5a5a5; font-size: 24px; margin: 0 0 0 20px; display: flex; justify-content: center; align-items: center; }
.innews .intt a .fa{display: block; font-size: 18px; margin: 0 0 0 5px;}




 

.fbot{ display: block;overflow: hidden; position: relative; z-index: 3;     width: 100%; }
.fbot a{display: block; overflow: hidden; height: 140px; background: #4c2da2; float: left; width: 50%; position: relative; }
.fbot a dd{ display: flex; justify-content: space-between; align-items: center; padding: 0 100px 0 0; position: absolute; height: 100%; width: 700px; box-sizing: border-box; top: 0; right: 0;z-index: 3;}
.fbot a dd p{}
.fbot a dd p span{display: block; color: #fff; font-size: 36px;margin: 0 0 0 0;    font-weight: bold;}
.fbot a dd p font{display: block; color: #fff; font-size: 18px;opacity: 0.8;}
.fbot a dd img{display: block; width: auto; height: 26px; transition: all .4s;left:0; position: relative;}
.fbot a:hover dd img{ left:50px;}
.fbot .lr { background: #3b2182;   }
.fbot .lr dd{right: auto; left:100px;}
.fbot a:after{ content: ""; background: #41248f; position: absolute; width: 0%; height: 100%; top: 0; z-index: 1; transition: all .3s; }
.fbot a:hover:after{ width:100%; }
.fbot .lf:after{ background: #351e76;  }








 
.adfooter{background:#1a1a1a; padding: 100px 0; display: block; overflow: hidden; position: relative; z-index: 3; }

.adfooter .ta{display: flex; justify-content: space-between; align-items: flex-start; overflow: hidden;position: relative; z-index: 3;}
.adfooter .ta dl{}
.adfooter .ta dl dt{display: block; overflow: hidden; margin: 0 0 15px 0;}
.adfooter .ta dl dt a{color:#fff;   font-size: 28px;}
.adfooter .ta dl dd{}
.adfooter .ta dl dd a{display: block; color: #787878; font-size: 20px; line-height: 40px;}
.adfooter .ta dl dd a:hover{ color:#fff; }

.adfooter .ta .fc{}
.adfooter .ta .fc .ftlogo{display: block; overflow: hidden; margin: 0 0 20px 0;}
.adfooter .ta .fc .ftlogo img{filter: grayscale(10) brightness(10); display: block; width: auto; height: 60px;}
.adfooter .ta .fc .ftcc{}
.adfooter .ta .fc .ftcc p{display: block; overflow: hidden; margin: 0 0 12px 0;}
.adfooter .ta .fc .ftcc p span{display: block; color: #656565; font-size: 16px;}
.adfooter .ta .fc .ftcc p font{display: block; color: #fff; font-size:18px;    max-width: 400px;}
.adfooter .ta .fc .ftcc .tel font{font-size: 28px;}
.adfooter .ta .fc .ftewm{display: flex; justify-content: flex-start; align-items: center; overflow: hidden; margin: 30px 0 0 0;}
.adfooter .ta .fc .ftewm p{}
.adfooter .ta .fc .ftewm p img{display: block; width: auto; margin: 0 auto;}
.adfooter .ta .fc .ftewm p span{display: block; text-align: center; color: #fff; font-size: 14px;}
 
.adfooter .tb{display: flex; justify-content: space-between; align-items: flex-start;    margin-top: 100px; position: relative; z-index: 3;}
.adfooter .tb dt{display: flex; justify-content: space-between;}
.adfooter .tb dt p{display: block; color: #fff; font-size: 14px; opacity: 0.6; }
.adfooter .tb dt a{display: block; color: #fff; font-size: 14px;  opacity: 0.6;   margin-left: 20px;}
.adfooter .tb dt .se{opacity: 0.5;}
.adfooter .tb dd{}
.adfooter .tb dd a{color: #9f9f9f; width: 130px; height: 30px; border: 1px solid #595959; border-radius: 2em; display: flex; justify-content: center; align-items: center; font-size: 12px;}
.adfooter .tb dd a .fa{font-size: 16px; margin: 0 0 0 6px;}
.adfooter .tb dd a:hover{ border: 1px solid #595959; color: #fff; background:#3b2182;  }

.adfooter .fwz{filter: grayscale(10) brightness(10); position: absolute; bottom: 2%; right: 2%; opacity: 0.05;height: 24%;animation: xb1 6s linear infinite;-webkit-animation: xb1 6s linear infinite;}
@keyframes xb1 { 25% { transform: translate(7%, 0%); } 50% { transform: translate(14%, 0%); } 75% { transform: translate(7%, 0%); } 100% { transform: translate(0%, 0%); } }
@-webkit-keyframes xb1 { 0% { transform:translate(0%, 0%); } 25% { transform:translate(7%, 0%); } 50% { transform: translate(14%, 0%); } 75% { transform: translate(7%, 0%); } 100% { transform: translate(0%, 0%); } }





.webbgpic{position: fixed; top: 10%; height: auto; width: 30%; }
.webbgpic img{ display: block; width: 100%;opacity: 0.06;}
.webbgpic1{top: auto; bottom: -10%; right: 0;}




 
.webbanner{width: 100%; overflow: hidden; position: relative; margin: 0;   z-index: 3;}
.webbanner img{display: block; width: 100%;     animation: mysacle 4s ease both; }
.webbanner .it{position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%);}
.webbanner .it strong{display: block; font-size: 48px; font-weight: normal; color: #fff;}
.webbanner .it span{ display: block; width: 80px; height: 2px; background: #fff; margin: 15px 0 0 0; }
.webbanner:after{ content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.25; }

@keyframes mysacle {0% {transform: scale(1.15);}}

.webcon1{padding: 100px 0; display: block; overflow: hidden; position: relative; z-index: 3;}
.webcon1 h3{display: block; color: #333; font-size: 40px; margin: 0 0 40px 0;    font-weight: bold; }
.webcon1 dd{display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ddd; overflow: hidden; padding: 30px 0;}
.webcon1 dd p{}
.webcon1 dd p span{display: block; color: #333; font-size: 18px;}
.webcon1 dd p a{color: #3b2182; display: block; font-size: 24px;    font-weight: bold;}
.webcon1 .a1 p{display: block; overflow: hidden; width: 32%;}
.webcon1 .a1 .add{    width: 66%;}
.webcon1 .a1 .tel a{    font-size: 36px;}
.webcon1 .a2 p{display: block; overflow: hidden; width: 32%;}


.webcon2{display: block; overflow: hidden; padding: 100px 0; background: #f2f2f2; position: relative; z-index: 3; }
.webcon2 h3{display: block; color: #333; font-size: 40px;    font-weight: bold; }
.webcon2 h4{display: block; color: #333; font-size: 16px; }
.webcon2 .tt{ display: block; overflow: hidden; margin:0 auto 20px; }


.webcon2 .wpcf7{}
.webcon2 .wpcf7 .for{}
.webcon2 .wpcf7 dd{display: block; overflow: hidden; float: left; width: 49%; margin: 0 2% 2% 0;}
.webcon2 .wpcf7 dd:nth-child(2n){margin-right:0;}
.webcon2 .wpcf7 font{color: #6d6d6d; display: block; font-size: 18px; margin: 0 0 5px 0;}
.webcon2 .wpcf7 input,.webcon2 .wpcf7 textarea{display: block; width: 100%; border: 0; height: 50px; color: #333; font-size: 16px; padding: 0 0 0 20px; line-height: 50px;}
.webcon2 .wpcf7 textarea{    height: 150px;}
.webcon2 .wpcf7 span{ position: relative;}
.webcon2 .wpcf7 span span{ position: absolute; top: 0; right: 20px; line-height: 50px; color: #f00; font-size: 14px; }
.screen-reader-response{    display: none;}
*:focus{ outline:none; }
.wpcf7-response-output,.wpcf7-validation-errors{display: block; text-align: center; color: #f00; font-size: 18px; margin: 20px 0;}

.webcon2 .wpcf7 .wpcf7submit{ cursor: pointer; width: 180px; height: 46px; line-height: 40px; border: 2px solid #3b2182; border-radius: 2em; padding: 0; margin: 50px auto; color: #3b2182; font-size: 20px; background: #fff; }
.webcon2 .wpcf7 .wpcf7submit:hover{ background:#3b2182; color:#fff; }



  
.webjob{margin: 100px auto; display: block; overflow: hidden; display: flex; align-items: flex-start; justify-content: space-between; position: relative; z-index: 3;}
.webjob dd{display: block; width: 53%; overflow: hidden;  }
.webjob dd h3{display: block; color: #333; font-size: 40px; margin: 0 0 30px 0; position: relative;     font-weight: bold; }
.webjob dd h3:after{ content:""; display: block; background: #3b2182; width: 120px; height: 4px; margin: 20px 0 0 0; }
.webjob dd h4{display: block; color: #666; font-size: 24px;}
.webjob dt{display: block; width: 40%; overflow: hidden; border-radius: 10px;}
.webjob dt img{display: block; width: 100%;transition: all .3s;}
.webjob dt:hover img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }

.joblist{display: block; overflow: hidden; border-top: 1px solid #ddd; padding: 100px 0; position: relative; z-index: 3; }
.jbdl{    margin: 50px auto;}
.jbdl .jble{ background: #fff; box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.11); padding: 20px;overflow: hidden; margin: 0 0 30px 0; }
.jbdl .jble .tp{display: flex; align-items: center; justify-content: space-between; height: 70px;cursor:pointer; padding-right: 10%; position: relative;}
.jbdl .jble .tp span{display: block; color: #666; font-size: 20px; width: 10%;}
.jbdl .jble .tp font{display: block; color: #333; font-size: 24px; width: 30%;    font-weight: bold;}
.jbdl .jble .tp .fa{   font-size: 50px; color: #999; position: absolute; right: 20px;  width: 50px; height: 50px; transition: all .3s; text-align: center; display: flex; justify-content: center; align-items: center;}
.jbdl .jble .bt{ display: none; overflow: hidden;  border-top: 1px solid #ddd; padding: 50px 0; }
.jbdl .jble .bt dl{display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; }
.jbdl .jble .bt dl dd{display: block; width: 45%; overflow: hidden;}
.jbdl .jble .bt dl dd h5{display: block; color: #333; font-size: 18px; font-weight: bold; margin: 0 0 10px 0;}
.jbdl .jble .bt dl dd p{color: #4b4b4b; display: block; font-size: 14px; line-height: 32px;}

.jbdl .jble .on font,.jbdl .jble .on span,.jbdl .jble .tp:hover font{ color:#3b2182; }
.jbdl .jble .on .fa{ color:#3b2182;     transform: rotate(90deg); }

 
 

.newslist{display: block; overflow: hidden; margin: 100px auto; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px;}
.newslist a{display: block; overflow: hidden; border: 1px solid #ddd; margin: 0 0 40px; position: relative;    background: #fff;}	
.newslist a dd{display: block; overflow: hidden; padding: 50px 26px;}
.newslist a dd i{position: absolute; width: 80px; height: 28px; background: #f28f19; top: 0; left: 0; display: flex; justify-content: center; align-items: center; font-style: normal; color: #fff;}
.newslist a dd font{display: block; color: #656565; font-size: 14px; margin: 0 0 20px;}
.newslist a dd span{display: block; color: #333; font-size: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;      min-height: 76px;  font-weight: bold;}
.newslist a p{display: block; overflow: hidden; max-height: 220px;}
.newslist a p img{ transition: all .3s; display: block; width: 100%; }
.newslist a:hover p img{   -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);  }
.newslist a:hover{ border: 1px solid #ccc;  }
.newslist a:hover dd span,.newslist a:hover dd font{ color:#3b2182; }

.webtt{display: block; overflow: hidden; height: 60px; background: #f2f2f2; position: relative; z-index: 3;}
.webtt .atc{ display: block; overflow: hidden; }
.webtt .atc a{ height: 60px; float: left; display: flex; justify-content: center; align-items: center; font-size: 20px; width: auto; color: #3b2182; border-right: 1px solid #ddd; padding: 0 50px;}
.webtt .atc .active,.webtt .atc a:hover{ background: #3b2182; color: #fff;  }
 










 
.ablogo{ margin: 100px auto; overflow: hidden;position: relative; z-index: 3;}
.ablogo .intt{ margin:0 0 50px 0; }
.ablogo dt{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;border-top: 1px solid #eee; border-left: 1px solid #eee;  box-sizing: initial;background: #fff;}
.ablogo dt p{ display: block; overflow: hidden;  border-right: 1px solid #eee; border-bottom: 1px solid #eee; float: left; width:calc(20% - 41px);padding: 10px 20px; box-sizing: initial;}
.ablogo dt p img{display: block; width: auto; max-width: 100%; margin: 0 auto;transition: all .3s;}
.ablogo dt p:hover img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}

.abpdflist{margin: 100px auto; overflow: hidden;position: relative; z-index: 3;}
.abpdflist .tt{display: block; overflow: hidden; margin: 0 0 30px 0;}
.abpdflist .tt h3{display: block; color: #333; font-size: 40px;     font-weight: bold;}
.abpdflist .tt h4{display: block; color: #666; font-size: 18px; margin: 20px 0;}
.abpdflist .pdftaa{display: block; overflow: hidden; border-bottom: 2px solid #eee; margin: 0 0 30px 0;}
.abpdflist .pdftaa a{display: block; float: left; font-size: 24px; color: #666; margin: 0 100px 0 0; cursor:pointer; border-bottom: 2px solid #fff; transition: all .3s;    font-weight: bold; }
.abpdflist .pdftaa .active{ color: #3b2182; border-bottom: 2px solid #3b2182;  }
.abpdflist .pdftbb{}
.abpdflist .pdftbb .dh{   display: none; }
.abpdflist .pdftbb .dh:nth-child(1){ display: block; }
.abpdflist .pdftbb .dh dd{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0 30px; }
.abpdflist .pdftbb .dh a{ overflow: hidden; border: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; padding:16px 20px; margin-bottom: 20px; box-sizing: border-box; background: #fff;}
.abpdflist .pdftbb .dh a span{display: block; color: #666; font-size: 18px;     font-weight: bold; }
.abpdflist .pdftbb .dh a .fa{display: block; color: #f00; font-size: 26px;}
.abpdflist .pdftbb .dh a:hover{ border: 1px solid #3b2182;  }
.abpdflist .pdftbb .dh a:hover span{ color:#3b2182; }

.abhistroy {background-image: linear-gradient(180deg, #eee8f9, #fbfafc); display: block; overflow: hidden; padding: 0 0 100px; position: relative; z-index: 3;}
.abhistroy .abstt{display: block; overflow: hidden; position: relative;     bottom: -50px;}
.abhistroy .abstt img{display: block; margin: 0 auto; width: 90%;}
.abhistroy .abstt span{display: block; color: #333; font-size: 40px; position: absolute; top: 50%; left: 0; text-align: center; width: 100%; transform: translate(0%, -50%);     font-weight: bold; }

.ab02 {  overflow: hidden;    position: relative; }
.ab02 .mid { position: relative; margin:60px auto 0; overflow: hidden;}
.ab02 .mid .swiper-slide-thumb-active .num span { color: #3b2182; }
.ab02 .mid .num { position: relative;       display: block;   cursor: pointer;}
.ab02 .mid .num .dot {  position: relative; margin: 0 auto 5px; display: block; overflow: hidden; width: 50px; height: 50px;}
.ab02 .mid .num .dot:before{ content: ""; background: #3b2182; display: block; position: absolute; width: 30px; height: 30px; border-radius: 50%; opacity: 0.2; top: 50%; left: 50%; margin: -15px;}
.ab02 .mid .num .dot:after{ content: ""; background: #3b2182; display: block; position: absolute; width: 16px; height: 16px; border-radius: 50%; opacity: 1; top: 50%; left: 50%; margin: -8px;}
.ab02 .mid .num .dot:before,.ab02 .mid .num .dot:after{ background: #ccc;}
.ab02 .mid .swiper-slide-thumb-active .num .dot:before,.ab02 .mid .swiper-slide-thumb-active .num .dot:after{ background: #3b2182;}
.ab02 .mid .num span { font-size:36px; line-height:36px; color: #666; margin: 0; display: block; text-align: center; }
.ab02 .bot .swiper-slide .box {  display: none; opacity: 0; width: 86%; margin: 0 auto; overflow: hidden; background: #fff; padding: 80px; border-radius: 20px;}
.ab02 .bot .swiper-slide .box .lf{display: block; overflow: hidden; float: left; width:56%;  }
.ab02 .bot .swiper-slide .box .lf span{color: #3b2182; display: block; font-size: 50px; position: relative;}
.ab02 .bot .swiper-slide .box .lf span:after{ content: ""; display: block; background: #3b2182; width: 80px; height: 4px; margin: 5px 0 20px 0;}
.ab02 .bot .swiper-slide .box .lf font{display: block; color: #666; font-size: 24px;}
.ab02 .bot .swiper-slide .box .rh{display: block; overflow: hidden; float: right; width: 35%; max-height: 220px; border-radius: 20px;}
.ab02 .bot .swiper-slide .box .rh img{display: block; width: 100%;}
.ab02 .bot .swiper-slide-active .box { display: block; animation: ab_fa 0.3s linear forwards; }
@keyframes ab_fa {100% { opacity: 1; }}

.ab01Swiper_2{position: relative; z-index: 3;}

.ab01Swiper_1{position: relative;}
 
.tolr{ position: absolute; z-index: 3; display: flex; justify-content: space-between; align-items: center; width: 100%; top: 50%;     margin-top: -30px; }
.tolr .fa{  color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 10px; cursor: pointer; font-size: 40px; background: #c3c0c8;}
.tolr .fa:hover{ background: #3b2182; color:#fff; }

.ab02 .ahline{position: absolute; width: 100%; height: 1px; background: #ddd; bottom: 60px;}

 



 

.abtext{display: block; overflow: hidden; margin:100px auto;position: relative; z-index: 3;}
.abtext .lf{display: block; float: left; width: 30%; position: relative;}
.abtext .lf .intt{display: block; overflow: hidden; margin: 0 0 50px;}
.abtext .lf .intt span{display: block; margin: 30px 0;}
.abtext .lf .intt h4{display: block; color: #666; font-size: 32px;}
.abtext .rh{display: block; overflow: hidden; float: right; width: 60%; font-size: 18px; line-height: 30px; color: #666; text-align: justify;}

.abvideo {  position: relative; border-radius: 10px; margin-bottom:50px;  }
.abvideo video { border-radius: 1.2rem; z-index: 1; overflow: hidden; width: 100%; height: auto; position: relative; object-fit: cover; border-radius: 10px; overflow: hidden; z-index: 1; }
.abvideo .bo { cursor: pointer; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; }
.abvideo .bo img { width: auto;   display: block;   }
.abvideo .mask { -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: 1; }
.abvideo .mask:before { position: relative; content: ""; display: block; margin-top: 100%; }
.abvideo .mask:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.abvideo:hover .mask { -webkit-animation: anim-out 1s; animation: anim-out 1s; }
.abvideo:hover .mask:after { -webkit-animation: anim-out-pseudo 1s; animation: anim-out-pseudo 1s; }
@-webkit-keyframes anim-out {	0% { width: 0%; }	100% { width: 100%; }}
@keyframes anim-out {	0% { width: 0%; }	100% { width: 100%; }}
@-webkit-keyframes anim-out-pseudo {	0% { background: rgba(255, 255, 255, 0.5); }	100% { background: 0 0; }}
@keyframes anim-out-pseudo {	0% { background: rgba(255, 255, 255, 0.5); }	100% { background: 0 0; }}

.vi_box { top: 0px; left: 0px; display: none; position: fixed; width: 100%; height: 100%; z-index: 999; background-color: rgba(0, 0, 0, 0.8); }
.vi_box .box { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; }
.vi_box .box video { width: 100%; height: 100%; position: relative; object-fit: cover; display: block; }
.vi_box .box .video { position: relative; width:60%; height: auto; max-height: 85%; }
.vi_box .box .video img.close { cursor: pointer; width: auto; position: absolute; right: -40px; top: -40px; transition: all 0.3s; pointer-events: painted; }
.vi_box .box .video .close:hover { transform: rotate(135deg); }	


 
 

.webqa{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; z-index: 3;}
.webqa .lf{display: block; overflow: hidden; padding: 100px 0; float: left; border-right: 1px solid #eee; width: 15%;}
.webqa .lf h3{color: #898989; font-size: 36px; margin: 0 0 60px;}
.webqa .lf dd{}
.webqa .lf dd a{position: relative; display: block; overflow: hidden; padding: 0 0 0 36px; font-size:18px; color: #666; margin: 0 0 30px; line-height: 24px;     font-weight: bold;}
.webqa .lf dd a:after{  content: ""; position: absolute; width:22px; height:22px; border: 2px solid #ccc; left: 0; top: 0; }
.webqa .lf dd .active,.webqa .lf dd a:hover{ color: #3b2182; }
.webqa .lf dd .active:after,.webqa .lf dd a:hover:after{ border: 2px solid #3b2182; background: #3b2182;}

.webqa .rh{display: block; overflow: hidden; float: left; width: 80%; margin: 0 0 0 5%; padding: 100px 0; min-height: 900px; }
.webqa .rh form{display: block; overflow: hidden; position: relative; margin: 0 0 50px 0; }
.webqa .rh form input{display: block; width: 100%; height: 60px; background: #f2f2f2; border: 0; font-size: 14px; padding: 0 0 0 20px; color: #333;}
.webqa .rh form .btnsubmit{color: #333; position: absolute; top: 0; right: 0; border: 0; width: 60px; height: 60px; font-size: 24px; cursor: pointer;}

.webqa .rh .r_list{}
.webqa .rh .r_list .dh{display: block; overflow: hidden; margin: 0 0 30px 0;}
.webqa .rh .r_list .dh .tp{display: block; overflow: hidden; border-bottom: 1px solid #ddd; padding: 0 0 10px 0; margin: 0 0 20px 0; position: relative;cursor:pointer;}
.webqa .rh .r_list .dh .tp font{display: block; color: #666; font-size: 14px;}
.webqa .rh .r_list .dh .tp span{display: block; color: #333; font-size: 24px; margin: 6px 0;     font-weight: bold; }
.webqa .rh .r_list .dh .tp .fa{position: absolute; top: 0; right:10px; font-size: 36px; color: #666; transition: all .3s;}
.webqa .rh .r_list .dh .bt{display: block; color: #333; font-size: 16px; line-height: 26px; margin: 0 0 80px 0; display: none;}
.webqa .rh .r_list .dh .on{ border-bottom: 1px solid #3b2182; }
.webqa .rh .r_list .dh .on span{color: #3b2182;}
.webqa .rh .r_list .dh .on .fa{ color: #3b2182; transform: rotate(90deg); }
 




 

.sflist{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 0 30px; overflow: hidden; }
.sflist .asl{background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; margin: 0 0 30px 0;transition: all .1s;}
.sflist .asl a{display: block; overflow: hidden; padding: 40px 30px; position: relative;}
.sflist .asl a dd{display: block; width: calc(100% - 60px); overflow: hidden;}
.sflist .asl a dd span{ color: #3b2182; font-size: 26px; position: relative; display: block;     font-weight: bold;}
.sflist .asl a dd span:after{  content: ""; display: block; background: #3b2182; width: 50px; height: 1px; margin: 20px 0; transition: all .3s;  }
.sflist .asl a dd font{display: block; color: #666; font-size: 16px;}
.sflist .asl a img{position: absolute; top:40px; right: 40px; height: 32px;}
.sflist .asl:hover{background: #3b2182;}
.sflist .asl a:hover dd span,.sflist .asl a:hover font{ color:#fff; }
.sflist .asl a:hover dd span:after{ width:100%; background: #fff;}
.webqa .rhsf{ min-height: 900px; }
.webqa .rhsf,.webqa .sflist{ overflow: inherit; }
.sflist .asl a:hover img{ filter: grayscale(10) brightness(10); }

 

.webtool{display: flex; justify-content: space-between; align-items: center; overflow: hidden; margin: 100px auto; position: relative; z-index: 3;}
.webtool .lf{display: block; overflow: hidden; width: 45%;}
.webtool .lf h3{ color: #3b2182; font-size: 36px; display: block;    font-weight: bold; }	
.webtool .lf h4{ color: #333; font-size: 20px; display: block; margin:30px 0;}
.webtool .lf h5{ color: #3b2182; font-size: 20px; display: block;     margin-bottom: 50px; }
.webtool .rh{display: block; overflow: hidden; width: 45%;}
.webtool .rh img{display: block; width: 100%;}
 


 
.pageapptext{display: block; overflow: hidden; margin: 100px auto; position: relative; z-index: 3; }
.pageapptext h3{display: block; color: #666; font-size: 40px;}
.pageapptext h4{display: block; color: #333; font-size: 20px; margin-top: 20px;}	

.pageapplist{  margin: 0 auto 100px;  position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px;}
.pageapplist dl{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden;   position: relative; border-radius: 10px; padding: 50px; padding-bottom: 150px; margin-bottom:40px; transition: all .3s;}
.pageapplist dl h3{display: block; color: #666; font-size: 40px;     font-weight: bold;}
.pageapplist dl h3:after{ content: ""; display: block; background: #3b2182; width: 80px; height: 2px; margin: 30px 0; transition: all .3s;}
.pageapplist dl:hover h3:after{width:100%;}
.pageapplist dl:hover h3{color: #3b2182;   }
.pageapplist dl p{display: block; overflow: hidden;}
.pageapplist dl p a{display: block; color: #333;    border-bottom: 1px solid #eee; font-size: 24px; margin: 16px 0;}
.pageapplist dl p a:hover{color: #3b2182;     border-bottom: 1px solid #3b2182;}
.pageapplist dl img{ display: block; width: 100%; position: absolute; bottom: 0; left: 0; }
 




 

.mbx{display: block; overflow: hidden; margin-top: 80px;border-bottom: 1px solid #ddd; margin-bottom: 80px; position: relative; z-index: 3; }
.mbx .dh{display: flex; align-items: center; justify-content: flex-start;}
.mbx .dh a{display: flex; height: 60px; align-items: center; font-size: 16px; color: #666;}
.mbx .dh .fa{display: block; font-size: 14px; margin: 0 10px; color: #666;}
.mbx .dh a:hover{ color:#3b2182; }
.mbx2{ margin:0 auto; }
.mbx3{position: absolute; bottom: 0; left: 0; border: 0; width: 100%;}
.mbx3 .dh a,.mbx3 .dh .fa{ color: #fff; opacity: 0.8; }
.mbx3 .dh a:hover{  opacity:1; color: #fff; }





.appshow1{position: relative; z-index: 3;}
.appshow1 h3{display: block; color: #333; font-size: 40px; margin: 0 auto 80px;     font-weight: bold; }
.appshow1 dl{ background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden; }
.appshow1 dd{display: flex; align-items: stretch;}
.appshow1 dd a{ display: flex; color: #333; font-size: 18px; position: relative; height: 60px; align-items: center; margin: 0 50px 0 0;}
.appshow1 dd a:after{  content: ""; position: absolute; width: 100%; height: 2px; background: #fff; bottom: 0; left: 0; }
.appshow1 dd .active{ color:#3b2182;}
.appshow1 dd .active:after{ background:#3b2182;  }

.appshow2{display: block; overflow: hidden; padding: 80px 0;border-bottom: 1px solid #ddd;position: relative; z-index: 3;}
.appshow2 .aps1{display: block; color: #333; font-size: 18px; line-height: 36px;}
 
.appshowtt{display: block; font-size: 36px; margin: 50px auto 0;position: relative; z-index: 3;     font-weight: bold;}

.appshow3{display: block; overflow: hidden; padding: 80px 0;    margin-bottom: 50px; position: relative; z-index: 3;}
.appshow3 h3{display: block; color: #333; font-size: 24px; margin-bottom:20px;     font-weight: bold; }
.appshow3 p{display: inline-block; max-width: 100%; overflow: hidden; border: 1px solid #666; padding: 20px;     background: #fff; }
.appshow3 p img{display: block; width: auto; max-width: 100%;}

.appshow4{background: #eceff1; display: block; overflow: hidden; padding: 80px 0; position: relative; z-index: 3; }
.appshow4 h3{display: block; font-size: 36px; margin:0 0 50px 0;     font-weight: bold; }
.appshow4 dl{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.appshow4 dl a{display: block; overflow: hidden; float: left; margin: 0 2% 0 0; box-sizing: border-box; width: 23.5%;}
.appshow4 dl a:hover{box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);}
.appshow4 dl a:nth-child(4n){margin-right:0;}
.appshow4 dl a i{display: block; overflow: hidden;}
.appshow4 dl a i img{display: block; width: 100%; transition: all .3s; }
.appshow4 dl a:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
.appshow4 dl a dd{display: block; overflow: hidden; background: #fff; padding: 30px;}
.appshow4 dl a dd span{display: block; color: #666; font-size: 14px; margin: 0 0 10px 0;}
.appshow4 dl a dd strong{display: block; color: #333; font-size: 18px;}
.appshow4 dl a dd font{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 20px 0; color: #333; font-size: 16px; text-align: justify;}
.appshow4 dl a dd .tc{display: block; color: #999; font-size: 14px}
.appshow4 dl a:hover dd strong{color: #3b2182;}
 
.appshow5{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd; position: relative; z-index: 3; }
.appshow5 h3{display: block; font-size: 36px; margin: 0 0 50px 0;     font-weight: bold; }
.appshow5 .apppdf{}
.appshow5 .apppdf li{display: block; overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px;}
.appshow5 .apppdf li span{display: block; color: #666; font-size: 14px; margin: 0 0 0px 0;}
.appshow5 .apppdf li a{display: block; color: #666; font-size: 20px;    font-weight: bold;}
.appshow5 .apppdf li a:hover{color: #3b2182;}
.appshow5 .apppdf li:hover{ border-bottom: 1px solid #3b2182; }




.appshow6{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd;position: relative; z-index: 3; }
.appshow6 h3{display: block; font-size: 36px; margin: 0 0 50px 0;     font-weight: bold; }
.appshow6 dd{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.appshow6 dd font{display: block; overflow: hidden; float: left; width: 49%; border-bottom: 1px solid #eee; margin: 0 2% 2% 0; padding: 0 0 16px 0;}
.appshow6 dd font:nth-child(2n){margin-right:0;}
.appshow6 dd font span{ display: block; color: #333; font-size: 14px; }
.appshow6 dd font a{display: block; color: #666; font-size: 20px;     font-weight: bold;}
.appshow6 dd font a:hover{ color: #3b2182; }
.appshow6 dd font:hover{ border-bottom: 1px solid #3b2182; }


.appshow7{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd; position: relative; z-index: 3;}
.appshow7 h3{display: block; font-size: 36px; margin: 0 0 50px 0;     font-weight: bold;}
.appshow7 dd{}
.appshow7 dd font{ display: block; overflow: hidden; border-bottom: 1px solid #ddd; padding: 0 0 15px 0; margin-bottom: 15px; }
.appshow7 dd font span{display: block; color: #333; font-size: 14px;}
.appshow7 dd font a{  color: #3b2182; font-size: 20px;     font-weight: bold;}
.appshow7 dd font a:hover{    text-decoration: underline;}
.appshow7 dd font:hover{}

  
#navHeight{  }
#navHeight .nav_wrap{background: #fff; height:60px; box-shadow: 0px 6px 17px 0 rgba(0, 0, 0, 0.1); border-top: 1px solid #eee; position: relative; z-index: 3;}
#navHeight .nav_wrap .icenter{ display: flex; align-items: stretch;}
#navHeight .nav_wrap a{display: flex; color: #333; font-size: 18px; position: relative; height: 60px; align-items: center; margin: 0 50px 0 0;     font-weight: bold;}
#navHeight .nav_wrap a:after{content: ""; position: absolute; width: 100%; height: 2px; background: #fff; bottom: 8px; left: 0; }
#navHeight .nav_wrap .active{ color: #3b2182;}
#navHeight .nav_wrap .active:after{background: #3b2182; }

#navHeight .nav_wrap.navFix{ position: fixed; top:80px; left: 0;   width:100%; z-index: 9;} 
 
 



 
.proshow1{ display: block; overflow: hidden; padding: 80px 0;    border-bottom: 1px solid #ddd; position: relative; z-index: 3; }
.proshow1 .icenter{}  
.proshow1 .icenter i{display: block; overflow: hidden; float: left; width: 35%; border: 1px solid #ddd; padding: 30px; background: #fff; }
.proshow1 .icenter i img{display: block; width: auto; max-width: 90%; margin: 0 auto;}
.proshow1 .icenter dl{display: block; overflow: hidden; float: right; width: 60%;}
.proshow1 .icenter dl p{display: block; color: #333; font-size: 18px; line-height: 36px; margin: 0 0 50px 0; }
.proshow1 .icenter dl h4{}
.proshow1 .icenter dl h4 a{ width: 136px; background: #fff; color: #3b2182; display: flex; justify-content: center; align-items: center; float: left; height: 36px; line-height: 36px; border-radius: 2em; margin: 0 20px 0 0; font-size: 16px; transition: all .1s; border: 1px solid #3b2182;}
.proshow1 .icenter dl h4 a:hover{background: #3b2182; color: #fff;}

.proshowtt{ display: block; overflow: hidden; margin-top: 20px; position: relative; z-index: 3; }
.proshowtt a{display: block; float: left; font-size: 16px; border-right: 1px solid #ddd; padding: 0 20px 0 0; color: #3b2182;    font-weight: bold;   margin-right: 20px;}
.proshowtt a:hover{text-decoration: underline;}
.proshowtt a:last-child{padding: 0; margin: 0; border: 0;}

.appshow3 h4{  color: #333; display: block; font-size: 16px; margin: 0 0 5px 0;}
.appshow3 dd{display: inline-block; overflow: hidden;}
.appshow3 dd a{width: 136px; background: #fff; color: #3b2182; display: flex; justify-content: center; align-items: center; float:right; height: 36px; line-height: 36px; border-radius: 2em; margin: 20px 0 0 0; font-size: 16px; transition: all .1s; border: 1px solid #3b2182;}
.appshow3 dd a:hover{background: #3b2182; color: #fff;}

.proshow2{display: block; overflow: hidden; padding: 0 0 80px;  position: relative; z-index: 3; }
.proshow2 h3{display: block; color: #333; font-size: 24px; margin-bottom: 20px;    font-weight: bold;}
.proshow2 .csnum{display: block; overflow: hidden; border-top: 1px solid #eee;background: #fff;}
.proshow2 .csnum li{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; border-bottom: 1px solid #eee;}
.proshow2 .csnum li span{float: left; background:#f8f8f8; width: 10%; display: flex; justify-content: center; font-size: 18px; align-items: flex-start;  padding: 20px 0;}
.proshow2 .csnum li font{display: block; float: left; width: 90%; font-size: 16px; color: #333; line-height: 26px; padding: 20px 0 20px 50px;}


.proshowdata{display: block; overflow: hidden; padding: 80px 0;    border-bottom: 1px solid #ddd;position: relative; z-index: 3;     background: #fff; }
.proshowdata h3{display: block; color: #333; font-size: 24px; margin-bottom: 20px;    font-weight: bold;}

.proshowstt h3{font-size: 24px; margin: 0 0 30px 0;    font-weight: bold;}

 

.proshowde{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd; position: relative; z-index: 3;}
.proshowde h3{font-size: 24px; margin: 0 0 30px 0;    font-weight: bold;}
.proshowde dl{}
.proshowde dl dd{display: flex; align-items: center; justify-content: flex-start; border-bottom: 1px solid #eee; padding: 0 0 20px 0; margin-bottom: 20px;}
.proshowde dl dd img{display: block; margin: 0 40px 0 0; width: auto; height: 34px;}
.proshowde dl dd i{display: block; color: #666; font-style: inherit; margin: 0 40px 0 0; font-size: 16px;}
.proshowde dl dd span{display: block; color: #333; font-size: 16px; margin: 0 40px 0 0; }}
.proshowde dl dd a{color: #3b2182; display: block; font-size: 20px; text-decoration: underline;}
.proshowde dl dd a:hover{ opacity: 0.8; }

.proshowyj{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd; position: relative; z-index: 3; }
.proshowyj h3{font-size: 24px; margin: 0 0 30px 0;     font-weight: bold;}
.proshowyj dl{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.proshowyj dl a{display: block; overflow: hidden; float: left; margin: 0 2% 0 0; box-sizing: border-box; background: #fff; border: 1px solid #ddd;width: 23.5%;}
.proshowyj dl a:hover{box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15);}
.proshowyj dl a:nth-child(4n){margin-right:0;}
.proshowyj dl a i{display: block; overflow: hidden;}
.proshowyj dl a i img{display: block; width: 100%; transition: all .3s; }
.proshowyj dl a:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
.proshowyj dl a dd{display: block; overflow: hidden; background: #fff; padding: 30px;}
.proshowyj dl a dd span{display: block; color: #666; font-size: 14px; margin: 0 0 10px 0;}
.proshowyj dl a dd strong{display: block; color: #333; font-size: 18px;}
.proshowyj dl a dd font{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 20px 0; color: #333; font-size: 16px; text-align: justify;}
.proshowyj dl a dd .tc{display: block; color: #999; font-size: 14px}
.proshowyj dl a:hover dd strong{color: #3b2182;}


.proshowsoft{display: block; overflow: hidden; padding: 80px 0; border-bottom: 1px solid #ddd;position: relative; z-index: 3;}
.proshowsoft h3{font-size: 24px; margin: 0 0 30px 0;    font-weight: bold;}
.proshowsoft dl{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.proshowsoft dl dd{display: block; overflow: hidden; float: left; width: 49%; margin: 0 2% 2% 0; border: 1px solid #ddd; padding: 20px;background: #fff;}
.proshowsoft dl dd:nth-child(2n){margin-right:0;}
.proshowsoft dl dd span{ display: block; color: #666; font-size: 16px; }
.proshowsoft dl dd font{color: #3b2182; display: block; font-size: 22px; margin: 10px 0;    font-weight: bold;}
.proshowsoft dl dd a{width: 136px; background: #fff; color: #3b2182; display: flex; justify-content: center; align-items: center; height: 36px; line-height: 36px; border-radius: 2em; margin: 20px 0 0 0; font-size: 16px; transition: all .1s; border: 1px solid #3b2182;}
.proshowsoft dl dd a:hover{background: #3b2182; color: #fff; }
 







 

.newsshowtt{margin: 80px auto 50px; display: block; overflow: hidden; padding-bottom: 50px; border-bottom: 1px solid #ddd; position: relative; z-index: 3; }
.newsshowtt font{display: block; color: #666; font-size: 20px;}
.newsshowtt h3{display: block; color: #333; text-align: left; font-size: 36px; margin: 20px 0;  }
.newsshowtt h4{display: block; overflow: hidden;margin: 0; padding: 0;}
.newsshowtt h4 span{display: block; color: #666; float: left; margin-right: 30px; font-size: 18px;}

.newsshow{     overflow: inherit; position: relative; z-index: 3;}
.newsshow .lf *{ font-size: 18px; color: #333; line-height: 28px;}
.newsshow .lf h1{font-size: 42px;margin-bottom: 10px;}
.newsshow .lf h2{font-size: 31px;margin-bottom: 10px;}
.newsshow .lf h3{font-size: 26px;margin-bottom: 10px;}
.newsshow .lf h4{font-size: 22px;margin-bottom: 10px;} 
.newsshow .lf h5{font-size: 19px;margin-bottom: 10px;}
.newsshow .lf h6{font-size: 17px;margin-bottom: 10px;}
.newsshow .lf img{width: auto; border-radius: 10px; max-width: 100%; display: block; height: auto; margin: 0 auto; }
.newsshow .lf .aligncenter{    margin: 0 auto;}
.newsshow .lf p{ margin:0; padding:0; }
.newsshow .lf{ display: block; float: left; width: 60%; overflow: hidden; margin-bottom: 100px; }



.newsshow .rh{ display: block; float: right; width:28%;    border-top: 4px solid #3b2182;  padding-top: 20px;  }
.newsshow .rh h6{ display: block; color: #333;   font-size: 26px; margin-bottom: 30px; }
.newsshow .rh dd{ display: block;margin: 0; padding: 0; }
.newsshow .rh dd a{ box-shadow:0px 2px 12px 0 rgba(0, 0, 0, 0.15); display:block; overflow:hidden; box-sizing: border-box; padding:30px; border-radius:6px; margin-bottom:30px;     background: #fff;}
.newsshow .rh dd a p{display: block;   color: #333; font-size: 18px; margin-bottom: 10px;     font-weight: bold; text-align: left; }
.newsshow .rh dd a:hover p{  color:#3b2182;}
.newsshow .rh dd a span{ display: block; color: #666; font-size: 16px; }

.nsbot{overflow: hidden; border-top: 1px solid #ddd; padding: 50px 0;  position: relative; margin-bottom: 50px; position: relative; z-index: 3;}
.nsbot a{display: block; overflow: hidden; float: left; width: 30%;}
.nsbot a:nth-child(2){position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto;}
.nsbot a:nth-child(3){ margin-right: 0; float: right; }
.nsbot a .fa{color: #666; font-size: 18px; margin: 0 5px;}
.nsbot a span{color: #666; font-size: 16px;}
.nsbot a p{display: block; color: #666; font-size: 16px; margin-top: 5px;       font-weight: bold;   }
.nsbot a .fa-list{color: #666; font-size: 18px; margin: 0 5px}
.nsbot a:hover p{ color:#3b2182; }
 


 

.screen-reader-text{display: none;}
.fy{ margin-bottom: 100px;}
.nav-links{display: flex; justify-content: center; align-items: center;}
.nav-links span,.nav-links a{width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid #3b2182; border-radius: 50%; color: #3b2182; margin: 0 5px; font-size: 16px; }
.nav-links span,.nav-links a:hover{background: #3b2182; color: #fff; }

 

 
.webqa .appcatlist{}
.webqa .appcatlist .app_c_list{}
.webqa .appcatlist .app_c_list li{display: block; overflow: hidden;background: #fff;}
.webqa .appcatlist .app_c_list li dl{display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.webqa .appcatlist .app_c_list li i{display: block; width: 50%; overflow: hidden;    border: 1px solid #eee;   }
.webqa .appcatlist .app_c_list li i img{display: block; width: 100%;transition: all .3s;}
.webqa .appcatlist .app_c_list li:hover i img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
.webqa .appcatlist .app_c_list li dd{ display: block; overflow: hidden; width: 50%;     padding: 0 5%; display: flex; flex-direction: column; justify-content: center;  }
.webqa .appcatlist .app_c_list li dd strong{display: block; color: #333; font-size: 28px;}
.webqa .appcatlist .app_c_list li dd font{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 18px; color: #666; margin: 26px 0;}
.webqa .appcatlist .app_c_list li .more{}
.webqa .appcatlist .app_c_list li:nth-child(2n) dl{ display: flex; flex-direction: row-reverse;}
.webqa .appcatlist .app_c_list li:hover{    background: #f2f2f2;}
 


.cooke-1{position: fixed; left: 0; bottom: 0; z-index: 999999; width: 100%;     background-image: linear-gradient(67deg, #4c2da2, #3b2182); opacity: 0.99;}
#cookie-notice { margin: 0 auto; display: flex; justify-content: space-between; align-items: center; color: #fff; perspective: 500px; height: 80px;}
#cookie-notice p {font-size: 16px; line-height: 20px; color: #fff; padding-right: 28px; margin: 0;}
#cookie-notice button { flex: none; font-size: 16px; width: 180px; height: 42px; background: #fff; color: #3b2182; cursor: pointer; border-radius: 28px; text-align: center; border: 0; transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);padding: 0;
margin: 0;}  
 

 



/*******************protable start******************************/
 

.dtsp-verticalContainer table.dataTable.nowrap th,.dtsp-verticalContainer table.dataTable.nowrap td{font-size: 14px;    line-height: 1em;    color: #333;    border-right: 1px solid #eee;}
.dtsp-verticalContainer table.dataTable.nowrap th{ font-weight: bold; font-size: 14px;   line-height: 1em;  background:#eee; color: #3b2182;}
.dtsp-verticalContainer table.dataTable.nowrap th span{ font-size: 14px;position: relative;bottom: -2px;    color: #fff; zoom: 0.8; display: inline-block; }
.dataTables_wrapper .dataTables_scroll{border: 1px solid #eee;} 
.dtsp-verticalContainer .sidebar__container--active .sidebar{ width:100%;margin-top: 0;border-radius: 0; border: 0; padding: 0; box-shadow: none; background:none;}
div.dtsp-verticalContainer{margin:0px 0 0;position: relative; overflow-x: hidden;     width: 100%; }
.dtsp-verticalContainer .ifx-accordion__header__label{color: #3b2182;    font-weight: normal;      text-align: left;  font-size: 0;display:none;line-height: 1em;}
.dtsp-verticalContainer .ifx-accordion__header__label span{ position: relative; font-size: 14px; bottom: -0.25em;zoom:0.8; }
.dtsp-verticalContainer .ifx-accordion__header__label br{display:none;}
.dtsp-verticalContainer .sidebar__container{margin-right:0;width:260px;transition: all .3s; }

.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:after,.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{    opacity: 0.5;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:before{ opacity:1; }
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{opacity:1; }

.dtsp-verticalContainer .filter-tab{height:auto; max-height:auto;    max-height:600px;overflow-y: auto;}
 


.dtsp-verticalContainer .ifx-checkbox{display: block;overflow: hidden;cursor:pointer; margin: 3px 0;}
.ifx-checkbox label{ display: block; float: left; line-height: 20px; font-size: 14px; color: #333;cursor:pointer; text-align: left; width: calc(100% - 18px);      padding-left: 3px;   }
.ifx-checkbox input{ display: block; float: left; line-height: 20px; margin: 3px 0px 0 0;cursor:pointer;-webkit-appearance: checkbox;}

.dtsp-verticalContainer .active label{ color: #3b2182;}
.dtsp-verticalContainer .active .ifx-checkbox-static{} 

.filter-tab .ifx-filter:after{ position: absolute;width: 0;height: 100%;top: 0;left: 0;background: #ddd; }
    

.dtsp-verticalContainer .show__column__btn{ font-size: 14px; border: 1px solid #eee; background: #fff; color: #999;  zoom:0.8;   padding: 0;width: 40px;text-align: center; display:none; }
.dtsp-verticalContainer .hide__column{ color: #3b2182;border: 1px solid #7fa4ce;}
.dtsp-verticalContainer .show__column:before{content:"Close";}
.dtsp-verticalContainer .hide__column:before{content:"Open";}


.dtsp-verticalContainer .ifx-search-reset-row{height: auto; position: relative;    z-index: 9;}
.dtsp-verticalContainer .ifx-pt-search-reset{    float: none;    margin: 0;    border: 0;    border-radius: 0;    background: none;}

.dtsp-verticalContainer .ifx-accordion{ border-top: 1px solid #eee; padding: 0;}
.dtsp-verticalContainer .ifx-inputRange__inputContainer{ margin: 0;z-index: 9;}
/* .dtsp-verticalContainer .ifx-inputRange__inputContainer__input{    height: 20px;    font-size: 14px;    text-align: center;    padding: 0;    color: #3b2182;    border: 1px solid #bdcad8;} */
/* .dtsp-verticalContainer .ifx-inputRange__inputContainer__unit{ margin: 0;    position: relative;    left: 50%;    width: 20px;    text-align: center;    margin-left: -10px;    font-size: 14px;    color: #1f5fa9;} */
/* .dtsp-verticalContainer .ifx-inputRange{ width: 90%;margin: 0 auto;height: auto; display: block;    padding-top: 30px;} */
.dtsp-verticalContainer .ifx-inputRange__range__track--active{}

.dtsp-verticalContainer .sidebar__controls{box-shadow: none;height: auto;margin: 0;}
.dtsp-verticalContainer .sidebar__controls__container{padding: 0;}
.dtsp-verticalContainer .sidebar__controls__container__closeButton, .sidebar__controls__container__resetLink{}
.dtsp-verticalContainer .sidebar__controls__container__resetLink .glyphicon{ padding: 0; top: auto; font-size: 14px; line-height: 30px; display: block; width: 50%; text-align: center; background: #eee; border: 1px solid #789fcb; margin: 30px auto;}
.dtsp-verticalContainer .sidebar__controls__container__resetLink .fa-refresh:before{  margin-right: 5px;  font: normal normal normal 14px/1 FontAwesome;}
/*.dtsp-verticalContainer  .active label{color: #3793ff;}*/
.dtsp-verticalContainer .ifx-checkbox label .ifx-checkbox-static{background: #f2f2f2; color: #333;   text-align:center; display: inline-block;  border-radius: 1em;    zoom: 0.8;    padding:0;    width:26px; height:26px; line-height:26px; margin-left: 5px;}

 

.dtsp-verticalContainer .ifx-pt-search{ margin:0 auto 20px; width: calc(100% - 10px); position: relative; }
.dtsp-verticalContainer .ifx-pt-search__input{ display: block; border: 0; background: #eee; height: 30px; width: 100%; border-radius: 0; padding: 0; text-indent: 1em;    font-size: 14px; color: #3b2182;}
.dtsp-verticalContainer .ifx-pt-search .glyphicon{ font: normal normal normal 14px/1 FontAwesome; position: absolute; top: 0; right: 0; line-height: 30px; background: #175ea9; color: #fff; padding: 0; border-radius: 0; display: block; }

.dataTables_wrapper .bottom{  display: flex; flex-direction: column; align-content: flex-start; align-items: flex-start;    margin: 20px 0;}
.dataTables_wrapper .bottom .dataTables_length{display: block; width: auto; margin: 0 0; }
.dataTables_wrapper .bottom .dataTables_length label{font-size: 14px;    float: right;       margin-right: 5px; display: block;    color: #666;}
.dataTables_wrapper .bottom .dataTables_length label select,.dataTables_wrapper .bottom .dataTables_length label option{  border: 1px solid #ddd; color: #666;  border-radius: 0; padding: 0;}
 
.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate{    padding: 0;}
.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate .paginate_button{display: inline-block; font-size: 14px; border-radius: 0; box-shadow: none; background: #eee; border: 0; padding: 0; line-height: 30px; padding: 0 10px; margin: 0 5px; height: 30px;}
.dtsp-verticalContainer table.dataTable tbody .even{background-color: #fff;}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{border: 0;background: #ddd;min-width: auto;color: #fff!important;}
.dataTables_wrapper .dataTables_info{    display: block; text-align: right; padding: 0; float: none; font-size: 14px; color: #666; margin: 16px 0;}


.proshowtitletabletop .global_reset__but .glyphicon:hover,.dtsp-verticalContainer div.dt-buttons a.dt-button:hover,.dtsp-verticalContainer .sidebar__controls__container__resetLink .glyphicon:hover{ background: #3b2182; color: #fff;}


div.dtsp-verticalContainer div.container{ flex-basis: calc(100% - 0px);max-width: 100%;   }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dtsp-verticalContainer .dataTables_wrapper .dataTables_paginate .paginate_button:hover{ background: #3b2182; color:#fff;  }
 
.proshowtitletabletop{  height: 100px; padding: 16px 0;}
.proshowtitletabletop .filter-tab{ float: left; width: calc(100% - 300px); margin-left: 0; margin-right: 30px; position: relative; overflow: hidden;}
.proshowtitletabletop .filter-tab .ifx-gl-search{    margin: 0;    margin-top: 0;    position: relative;}
.proshowtitletabletop .filter-tab .ifx-pt-search__input{    display: block;    overflow: hidden;    border: 1px solid #ddd;outline: none; height: 50px;    background: #fff;    width: 100%;    padding: 0;    text-indent: 10px; font-size: 14px;   color: #3b2182;}
.proshowtitletabletop .filter-tab .glyphicon{font: normal normal normal 14px/1 FontAwesome;position: absolute;width: 50px;text-align: center;height: 100%;line-height:50px;color: #333;background: #ccc;font-size: 18px;top: 0;right: 0;left: auto;}
 
.proshowtitletabletop .global_reset__but .glyphicon{ display:block; height:30px; font: normal normal normal 14px/1 FontAwesome; line-height:30px; margin-top:9px;border: 1px solid #3b2182; top: auto; padding: 0; text-align: center; font-size: 14px; color: #3b2182;}
.proshowtitletabletop .global_reset__but .glyphicon:before{margin-right:5px;}

.dataTables_wrapper .top{ position: absolute;top: -57px;left: 630px;}
.dtsp-verticalContainer div.dt-buttons{ }
.dtsp-verticalContainer div.dt-buttons a.dt-button{ display: block; width: 120px; text-align: center; font-size: 14px; color: #3b2182; background: none; border: 1px solid #3b2182; border-radius: 0; padding: 0; line-height: 30px; margin: 0; }
.dtsp-verticalContainer div.dt-buttons a.dt-button .fa{margin-right:5px; }
 


.dtsp-verticalContainer .filter-tab::-webkit-scrollbar,.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar {width: 6px;    height: 2px;scrollbar-arrow-color:red;}
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #3b2182;scrollbar-arrow-color:red;        }
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}


.dataTables_scrollBody{  }

.dtsp-verticalContainer table.dataTable tbody tr td{position: relative;    padding: 15px 10px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .aat,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .aat{color: #333;     padding-right: 0px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .aat:hover,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .aat:hover{ color: #3b2182;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:before{opacity: 0.6;zoom: 0.7;margin-bottom:4px;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting:after{opacity: 0.6;zoom: 0.7;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_desc:before{opacity: 1;z-index: 3;}
.dtsp-verticalContainer table.dataTable thead>tr>th.sorting_asc:after{opacity: 1;z-index: 3;}

.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1),.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2){position: relative;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .my-6,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .my-6{display: none; position: absolute;background: #fff;width:150px;z-index: 99999;padding: 10px;box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);left: 50%;margin-left: -30px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa:hover .my-6,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .fa:hover .my-6{display:block; }
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .my-6 a,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .my-6 a{ display: block;width: 100%;margin: 5px 0;    overflow: hidden;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .my-6 a img,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .my-6 a img{display: block;height: 20px;float: left; width:auto; }
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .my-6 a span,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .my-6 a span{display: block;float: left;line-height: 20px;margin: 0 0 0 5px;font-size: 14px;    color: #333;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .my-6 a:hover span,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .my-6 a:hover span{ color:#3b2182; }
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .fa{  cursor:pointer;  position: absolute; right: 10px; font-size: 14px; top: 50%;color: #333;  margin-top: -16px; width:100%; text-align:right; height: 30px; line-height: 30px; right: 0; box-sizing: border-box; padding-right: 8px;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1) .fa:hover,.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(2) .fa:hover{color:#3b2182;}


table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{ -webkit-box-shadow: none!important;  box-shadow: none!important;}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{  box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.0)!important;  -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.0)!important;}
table.dataTable.display>tbody>tr>.sorting_1,.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th:nth-of-type(1) {position: -webkit-sticky!important; position: sticky!important;}


 
div.tableon .sidebar__container{width: 0;opacity: 0;}
 

.tableon .dataTables_wrapper .top{left:890px;}

.dataTable th{overflow: hidden;position: relative;}
.dataTable th i{ position: absolute;width: 20px;height: 50px;background:none;top: 0;right: 0;z-index: 1;}


.t_table {padding: 1rem; margin:50px 0 0;    border-top: 1px solid #eee; padding-top: 30px; }

.choose {position: relative;}
.choose .top {display: flex;align-items: center;margin-bottom: 20px;}
.choose .top .op {display: flex;align-items: center;    margin-left: 3rem;}
.choose .top .op  a {font-size: 14px;color: #666;margin-right: 3rem;}
.choose .top .op a:hover ,.choose .top .op a.tt_more:hover i,.choose .top .op a.tt_more:hover  span {color:#003b80;}
.choose .top .op  a.tt_more {display: flex;align-items: center; width: 80px;justify-content: flex-end;}
.choose .top .op  a.tt_more  span { color: #666; font-size: 14px; margin-right: 5px;}
.choose .top .op  a.tt_more  i {}

.choose .title {color: #666; font-size: 26px;     line-height: 1; }
 .choose .content {    display: flex; flex-flow: wrap; justify-content: flex-start;margin-bottom: 1rem;}
 .choose .content a {  display: flex;align-items: center;  cursor: pointer;  text-align: center; display: flex;justify-content: flex-start;align-items: center;margin-right: 1rem;width:7%;margin-bottom: 6px;}
 .choose .content a:nth-of-type(1){display: none;}
 .choose .content a input {    pointer-events: none ; -webkit-appearance: checkbox; margin-right: 5px;}
 .choose .content a span {    color: #3b2182; font-weight: normal; text-align: left; font-size: 14px;line-height: 20px;   }

.dataTables_scrollHead.on {margin-bottom: 40px!important;}
.dataTables_scrollHead {margin-bottom: 40px!important;}
.dtsp-verticalContainer .sidebar__container.on .filter-tab {height: auto; max-height: none;}
.dtsp-verticalContainer .sidebar__container{margin-right:0;width:100%;transition: all .3s; position: relative; top: 0;z-index: 13; }
.dtsp-verticalContainer .filter-tab{  height: 8px; max-height: 8px;  display: flex;  overflow-x: scroll; width: 100%; overflow-y: hidden;}
.dtsp-verticalContainer .ifx-accordion{    width: auto; box-sizing: border-box; padding: 0px 0px 0 0;}
.dtsp-verticalContainer .ifx-pt-search { margin: 0 auto 0px; width: calc(100% - 0px); position: relative; overflow: auto;max-height: 210px;}
.dtsp-verticalContainer .filter-tab::-webkit-scrollbar { height: 0px;}
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar { width: 3px; height: 3px; }
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar-track{border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: rgba(0,0,0,0.2);scrollbar-arrow-color:red;        }
.dtsp-verticalContainer .ifx-pt-search::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2) ;border-radius: 0;background:#3b2182;}



.filter-tab .ifx-filter.on {left: 0px;position: sticky; position: -webkit-sticky; z-index: 10; background-color: #fff; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar{width: 6px;    height: 10px;scrollbar-arrow-color:red;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #3b2182;scrollbar-arrow-color:red;        }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#eee;}

.filter-tab .ifx-filter:nth-of-type(1) .ifx-accordion{opacity: 0; pointer-events: none;}
.sidebar__container {position: relative;}
.sidebar__container .collapse-bar { cursor: pointer; width: 100%; height: 8px; background: #c0c0c0; z-index: 90; position: absolute; bottom: 0px; }
.collapse-bar .arrow { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; cursor: pointer; }
.collapse-bar.on .arrow { border-bottom: 6px solid #c0c0c0; top: -6px; border-top: 0px;}
.collapse-bar .arrow { border-top: 6px solid #c0c0c0; bottom: -6px;border-bottom: 0px; top: auto;}
.sidebar__container {overflow: unset;}

.choose .content.on a:nth-last-child(1),.choose .content.on a:nth-last-child(2),.choose .content.on a:nth-last-child(3)
.choose .content.on a:nth-last-child(4),.choose .content.on a:nth-last-child(5),.choose .content.on a:nth-last-child(6)
{display: none;}


.dataTables_wrapper .dataTables_paginate span{      color: #666;  display: inline-block;}


.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{ width: max-content!important; }
.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th {    height: 30px!important; }
.dataTables_scrollHeadInner {width: max-content!important;}
/* .dataTables_scrollHead table.dataTable.on {width: max-content!important;} */
.dataTables_scrollHead table.dataTable thead {width: max-content}
div.dataTables_scrollBody>table,div.dataTables_scrollBody>table tbody,table.dataTable tbody tr {width: max-content!important;}
 .dtsp-verticalContainer.on table.dataTable tbody tr td{ width: 200px!important;        }
 .dtsp-verticalContainer table.dataTable tbody tr td {     width: 200px !important; box-sizing: border-box;}

table.dataTable.display tbody tr:hover>.sorting_1:hover {z-index: 10;}
.dtsp-verticalContainer .dataTables_scrollHeadInner table.dataTable.nowrap th.on {z-index: 4;}
.sidebar__controls__container__resetLink { font-size: 14px; width: fit-content; float: left; width: 120px; margin-right:30px; height: 50px; display: flex; justify-content: center; align-items: center; color: #333; background-color: #eee; top: 0; position: relative;}
.sidebar__controls__container__resetLink:hover{ background: #3b2182; color: #fff;}


.ifx-inputRange { width: calc(61%); }
.ifx-inputRange__inputContainer--max { text-align: start; width: 80%; left: 22px!important; }
.ifx-inputRange__inputContainer { margin-top: 20px; width: 85%; left: 22px!important; }
.ifx-inputRange { width: 118px!important; }
.dataTables_wrapper .top { display: none; }
/* excel */
.dtsp-verticalContainer div.dt-buttons { display: none; }
.tt_excel { cursor: pointer;  width: 120px; text-align: center; font-size: 14px; color: #333; background: #eee;  border-radius: 0; padding: 0; line-height: 50px; margin: 0; float: left; margin-left: 0; top: 0; position: relative;}
.tt_excel:hover {background: #3b2182;border: 1px solid #3b2182; color: #fff;}
.tt_excel:hover span { color: #fff;}
.tt_excel span {margin-left: 5px;    display: inline-block; color: #333;}
.dtsp-verticalContainer table.dataTable tbody tr td:nth-child(1).dataTables_empty {text-align: start;}



table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>*,table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>*,table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{ box-shadow: initial; }


table.dataTable.display>tbody>tr.odd>.sorting_1{ -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.0)!important; }



.ifx-accordion__header__icon{ font-size:16px;display:block; width:100%; }
.dtsp-verticalContainer .glyphicon-arrow-down-bold:before{ font-size:14px; color:#333; }

.ifx-accordion__header__icon img{   display:block; height:18px; width:auto; float:left; }
.ifx-accordion__header__icon i{ float:right;display:block; color:#fff; font-size:14px; margin:0 10px 0 0; opacity:0; }
.ifx-accordion .aaa .ifx-accordion__header__icon i{  opacity:1;}

.dtsp-verticalContainer .ifx-search-reset-row { display: block;position: absolute;bottom: 10px; left: 10px;}
.dtsp-verticalContainer .ifx-pt-search-reset span{ display: block; border:1px solid #3b2182; text-align: center; font-size: 12px; position: relative; bottom: 0;  margin-right: 0; color: #3b2182; padding:5px 10px; border-radius:2em;}
.dtsp-verticalContainer .ifx-pt-search-reset span:hover{  background:#3b2182; color:#fff; }

.dtsp-verticalContainer .sidebar__container{position: absolute; top: 50px;}
.ifx-accordion__header,.filter-tab .ifx-filter.on { border-right:1px solid #ddd; background:#eee; height:40px; border-top:1px solid #ddd;}
.ifx-accordion .aaa{background:#3b2182;}
.ifx-accordion .aaa .ifx-accordion__header__icon img{ -webkit-filter: invert(1); filter: invert(1);}
.ifx-accordion__header__icon{ margin-left:10px; }
.ifx-accordion__body { padding:10px;   background:#fff; border:1px solid #ddd; width:200px; height:260px;}



.proshowdata table.dataTable.stripe>tbody>tr.odd>*,.proshowdata table.dataTable.display>tbody>tr.odd>*,.proshowdata table.dataTable.hover>tbody>tr:hover>*, .proshowdata table.dataTable.display>tbody>tr:hover>*{ box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0); }


.proshowdata table.dataTable.row-border tbody th, .proshowdata table.dataTable.row-border tbody td, .proshowdata table.dataTable.display tbody th, .proshowdata table.dataTable.display tbody td{border-top:1px solid #eee; }


/*******************protable end******************************/
 
 

 

.company_aa{display: flex; align-items: center; overflow: hidden; width: 200px;cursor:pointer;    margin-top: 20px;}
.company_aa:hover{ opacity: 0.6; }
.company_aa span,.company_aa font{color: #3b2182; font-size: 18px; font-weight: bold;}
.company_aa font{ display: none;}
.company_aa .fa{background: #3b2182; width: 30px; height: 30px; display: flex; color: #fff; margin-left:10px; border-radius: 50%; justify-content: center; align-items: center; font-size: 30px; position: relative; transition: all .3s; }
.company_aa.on span{ display: none;}
.company_aa.on font{display: block; }
.company_aa.on .fa{ transform: rotate(180deg);}

.a_t_list2{display: none;}
 



 
 
.weball{margin-bottom: 100px; display: block; position: relative;    z-index: 3;}
.weball h3{display: block; color: #666; font-size: 40px; margin-bottom: 30px;}
.weball dl{display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 0 40px;}
.weball dl dd{background: #fff; box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.15); display: block; overflow: hidden;  position: relative; border-radius: 10px; padding: 30px; margin-bottom: 40px; transition: all .3s;}
.weball dl dd:hover{box-shadow: 0px 6px 14px 0 rgba(0, 0, 0, 0.2);}
.weball dl dd strong{display: block; color: #666; font-size: 28px;}
.weball dl dd strong:after{ content: ""; display: block; background: #3b2182; width: 60px; height: 2px; margin: 30px 0; transition: all .3s; }
.weball dl dd:hover strong{color: #3b2182;}
.weball dl dd font{display: block; color: #333; font-size: 18px; margin: 36px 0;}
.weball dl dd i{display: block; color: #333; font-size: 16px; margin: 36px 0;font-style: inherit; font-weight: bold;}
.weball dl dd .more{}



 

.search_tt{margin: 120px auto 20px; display: block; text-align: center;}
.search_tt h3{display: block; color: #333; font-size: 26px; font-weight: bold;}
.search_tt p{display: flex; font-size: 16px; justify-content: center; align-items: center; color: #333; margin: 10px 0 0 0;}
.search_tt p span{color: #3b2182;}
.stform{position: relative; z-index: 3; width: 90%; max-width: 800px; margin: 0 auto 50px; overflow: hidden;}
.stform form{}
.stform form input{display: block; width: 100%; height: 40px; border: 1px solid #ddd; padding: 0 0 0 20px; color: #333; font-size: 16px;}
.stform form .btnsubmit{position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: 0; background: none; color: #333; font-size: 20px; cursor: pointer;}

.pstt{color: #383838; display: block; font-size: 30px; border-bottom: 1px solid #ddd;}
.psnewslist{ display: block; overflow: hidden; margin: 50px auto; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 0 20px;}
.psnewslist a{display: block; overflow: hidden; border: 1px solid #ddd; margin: 0 0 20px; position: relative; background: #fff;}
.psnewslist a dd{display: block; overflow: hidden; padding:40px 26px 26px;}
.psnewslist a dd i{position: absolute; width: 80px; height: 28px; background: #f28f19; top: 0; left: 0; display: flex; justify-content: center; align-items: center; font-style: normal; color: #fff;}
.psnewslist a dd font{display: block; color: #656565; font-size: 14px; margin: 0 0 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.psnewslist a dd span{color: #333; font-size:18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: bold;}
.psnewslist a p{display: block; overflow: hidden; max-height: 160px;}
.psnewslist a p img{transition: all .3s; display: block; width: 100%;}
.psnewslist a:hover p img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1); }
.psnewslist a:hover{ border: 1px solid #3b2182; }
.psnewslist a:hover dd span{ color:#3b2182; }
 
.psprolist{display: block; width: 98%; margin: 30px auto;position: relative; z-index: 3;overflow-y: scroll; padding-bottom: 20px; }
.psprolist thead{display: block;    width: 4000px;}
.psprolist2 thead{    width: 6000px;}
.psprolist thead tr{display: flex;}
.psprolist thead tr th{display: flex; width: 170px; background: #f2f2f2; color: #3b2182; padding: 10px; font-size: 14px; font-weight: bold; border-right: 1px solid #ddd;}
.psprolist tbody{display: block;    width: 4000px;}
.psprolist2 tbody{display: block;    width: 6000px;}
.psprolist tbody tr{display: flex;}
.psprolist tbody tr td{display: flex; padding: 10px; font-size: 12px; width: 170px; background: #fff; border-bottom: 1px solid #eee; border-right: 1px solid #ddd; overflow: hidden;}

.psprolist::-webkit-scrollbar{width: 6px;    height: 10px;scrollbar-arrow-color:red;}
.psprolist::-webkit-scrollbar-thumb {border-radius: 2px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #3b2182;scrollbar-arrow-color:red;        }
.psprolist::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);border-radius: 0;background:#ddd;}
 











 
@media screen and (max-width:1600px) {   
  
.more{ width: 120px; height: 36px;}

.icenter { width:1200px; }
.webbgpic{ width:26%; }

.webcon2 h3,.webcon1 h3,.intt h3,.abpdflist .tt h3,.abhistroy .abstt span,.pageapptext h3,.weball h3,.incompany h3,.appshow1 h3,.appshowtt,.appshow7 h3{font-size:32px;}
.intt span,.incompany h3:after{ height:2px; width:60px; }


.adfooter{ padding: 60px 0; }
.adfooter .fwz{ height: 15%; }
.adfooter .ta .fc .ftlogo img{ height: 50px; }
.adfooter .ta .fc .ftcc p span{ font-size: 14px; line-height: 16px;  }
.adfooter .ta .fc .ftcc p font{ max-width: 300px; font-size: 16px;}
.adfooter .ta .fc .ftcc .tel font{ font-size: 26px; line-height: 28px; }
.adfooter .ta dl dd a{ font-size: 18px; line-height: 36px; }
.adfooter .ta .fc .ftewm p img{ height: 100px; }
.adfooter .ta dl dt a{ font-size: 24px; }
.adfooter .ta dl dt{ margin: 0 0 10px 0; }
.adfooter .tb{ margin-top: 60px; }

.newsshowtt{ margin-bottom: 50px;      padding-bottom: 30px; }
.newsshowtt h4 span{ font-size: 16px; }
.newsshowtt h3{ font-size: 30px; margin: 0 0 10px 0; }

.newsshow .lf *{ font-size: 16px; }
.newsshow .lf{ width: 68%; }
.newsshow .rh{ width: 26%; padding-top: 10px; }
.newsshow .rh dd a{ padding: 20px; border-radius: 4px; margin-bottom: 20px; }
.newsshow .rh dd a span{ font-size:14px;}
.newsshow .rh dd a p{font-size:16px;}
.newsshow .rh h6{ font-size: 24px; margin-bottom: 20px; }

.webbanner .it strong{ font-size: 40px; }
.webbanner .it span{ width: 60px; height: 1px;  margin: 10px 0 0 0; }

.mbx{ margin-bottom: 60px;}
.mbx .dh a{ height: 50px;  font-size: 14px;}

.webcon2 .wpcf7 font{ font-size: 16px; }
.webcon2 .wpcf7 input, .webcon2 .wpcf7 textarea{height:40px;}
.webcon2 .wpcf7 textarea{ height:120px; }
.webcon2 .wpcf7 dd{    margin: 0 1% 1% 0;     width: 49.5%;}
.webcon2 .wpcf7 .wpcf7submit{ width: 160px; height: 40px; line-height: 36px; font-size: 18px; }


.webcon1 .a1 .tel a{ font-size: 30px; }
.webcon1 dd p a{ font-size: 20px; }
.webcon1 dd p a{ font-size:18px;}
.webcon1 dd p span{ font-size:16px; }
.webcon1 dd{ padding: 20px 0; }


.webcon1,.webcon2,.webqa .lf,.webqa .rh,.innews,.appshow3{ padding: 60px 0; }
.ablogo,.abpdflist,.pageapptext,.newslist{    margin: 60px auto;}

 


.jbdl .jble{ margin: 0 0 20px 0; padding: 18px; }
.jbdl .jble .tp{ height: 50px; }
.jbdl .jble .tp font{ font-size: 22px; }
.jbdl .jble .tp span{ font-size:18px;}
.jbdl .jble .bt dl dd p{ line-height: 26px;}
.jbdl .jble .bt{ padding: 30px 0; margin-top: 10px;  }
.jbdl .jble .tp .fa{ font-size: 36px; }
.jbdl .jble .bt dl dd{ width:48%; }


.webjob dd h3{ font-size:32px; }
.webjob dd h4{ font-size:20px; }


.abpdflist .tt h4{ font-size:16px; margin: 10px 0 0;  }
.abpdflist .pdftaa a{ font-size: 22px;   margin: 0 60px 0 0; }
.abpdflist .pdftbb .dh a span{ font-size:16px; }
.abpdflist .pdftbb .dh a .fa{ font-size: 20px; }
.abpdflist .pdftbb .dh a{    padding: 14px 18px;     margin-bottom: 18px;}


.ab02 .mid .num span{ font-size: 32px; font-size: 32px;}
.ab02 .bot .swiper-slide .box{ padding: 50px; }
.ab02 .bot .swiper-slide .box .lf font{ font-size: 20px; }
.ab02 .bot .swiper-slide .box .lf span{ font-size: 42px; }
.tolr .fa{ width: 40px; height: 40px; font-size: 32px; }
.ab02 .mid .num .dot{ margin: 0 auto;}
.abhistroy{ padding: 0 0 60px; }
.abhistroy .abstt img{ width: 70%; }
.ab02 .mid{ margin: 30px auto 0; }

.abtext .rh{font-size: 16px; line-height: 26px;    width: 64%;}
.abtext .lf{ width:32%;}
.abtext .lf .intt h4{ font-size: 26px; }
.abtext .lf .intt span{ margin: 20px 0; }


.weball dl dd font{ font-size: 16px; margin: 28px 0;  }
.weball dl dd i{ margin: -10px 0 30px 0; }
.weball dl dd strong{ font-size: 24px; }
.weball dl dd strong:after{    margin: 10px 0;}


.webqa .lf dd a{ padding: 0 0 0 30px; margin: 0 0 24px; font-size: 16px; }
.webqa .lf dd a:after{ width: 16px; height: 16px; top: 4px; }
.webqa .rh{min-height: 600px;}
.webqa .rh .r_list .dh .tp span{ font-size: 20px; margin: 4px 0; }
.webqa .rh .r_list .dh .tp{ margin: 0 0 10px 0; }
.webqa .rh .r_list .dh{ margin: 0 0 20px 0; }
.webqa .rh .r_list .dh .bt{ margin: 0 0 60px 0; }
.webqa .lf h3{font-size: 28px; margin: 0 0 30px;}
.webqa .rh form{    margin: 0 0 30px 0;}
.webqa .rh form input{ height: 50px; }
.webqa .rh form .btnsubmit{  width: 50px; height: 50px; font-size: 22px; }

.webtool .lf h3{ font-size:28px; }
.webtool .lf h4{ font-size: 16px;}
.webtool .lf h5{ font-size: 16px;}

.sflist .asl a{ padding: 26px;}
.sflist .asl a dd{ width: calc(100% - 40px);}
.sflist .asl a dd span:after{     margin: 10px 0; }
.sflist .asl a dd span{font-size: 18px;}
.sflist .asl a img{ top: 26px; height: 26px;}
.sflist{ grid-gap: 0 20px; } 
.sflist .asl{ margin: 0 0 20px 0; }


.pageapptext h4{ font-size: 18px;}

.pageapplist dl{padding: 30px; padding-bottom: 130px; margin-bottom: 0px;}
.pageapplist dl h3{font-size: 32px;}
.pageapplist dl h3:after{ width: 60px; height: 1px; margin: 10px 0; }
.pageapplist dl p a{ font-size: 20px; }


.newslist a dd span,.innews .cul07Swiper .swiper-slide span{ font-size: 20px;    line-height: 30px; }
.newslist a dd span{ min-height:60px; }
.newslist a p{    max-height: 160px;}
.fy{ margin-bottom: 60px;}

.webtt{ height:50px; }
.webtt .atc a{ font-size: 18px; height: 50px; padding: 0 40px; }



.banner{      height: auto;  max-height: 100%;}
.banner .txt h4{    font-size: 60px;}


.inpro .intt h4,.inpro .i_p_list .tbb .dlto dl dd span{font-size: 18px; }
.inpro .i_p_list .taa a{    font-size: 20px;}

.innews .cul07Swiper .swiper-slide dd{    padding: 24px;}
.innews .cul07Swiper .swiper-slide span{ min-height: auto; -webkit-line-clamp: 2; }

.incompany .text{ width: 54%; padding: 50px 7%;   }
.incompany .text h4{ margin: 0 0 20px 0; }
.incompany .text h4 span{ font-size:20px; }
.incompany .text h5{ font-size: 24px;}
.incompany .txt{ font-size:18px; margin: 20px 0; line-height: 36px; }
.incompany .text .yy{ height: 40px; }

.inapp .dlapp li{ border-radius: 0 0 2em 0; }
.inapp .dlapp li dd strong{ font-size: 30px;}
.inapp .dlapp li dd span{ font-size: 16px;  }
.inapp .dlapp li dd p a{ padding: 0 14px; height: 36px; margin: 0 10px 10px 0; font-size: 14px; border: 1px solid #fff;  line-height: 32px; }
.inapp .dlapp li font .toa{ width: 120px; height: 32px; }




.fbot a{ height: 110px; }
.fbot a dd{ width: 600px; }
.fbot a dd p font{ font-size: 16px; }
.fbot a dd p span{ font-size: 28px; }
.fbot a dd img{ height: 20px; }



.appshow1 h3{ margin: 0 auto 60px; }
#navHeight .nav_wrap{ height: 50px; }
#navHeight .nav_wrap a{ font-size: 16px;height: 50px; }
#navHeight .nav_wrap a:after{ height: 1px;}
.proshow1 .icenter i{ width: 30%;  padding: 20px; }
.proshow1 .icenter dl{    width: 65%;}
.proshow1 .icenter dl p{font-size: 16px; line-height: 30px; margin: 0 0 30px 0;}
.proshowtt a{ padding: 0 15px 0 0; margin-right: 15px; }
.proshowtt{    margin-top: 15px;}

.proshow1{ padding: 60px 0; }
.appshow7 dd font a,.appshow5 .apppdf li a,.appshow6 dd font a{font-size:18px; }
.proshowsoft dl dd span,.proshowyj dl a dd font{ font-size: 14px;}
.proshowsoft dl dd font{ font-size: 20px; margin: 6px 0; }
.proshowsoft dl dd{ padding: 16px; }
.proshowsoft dl dd a,.appshow3 dd a{ width: 120px; height: 32px; line-height: 32px;  margin: 16px 0 0 0; font-size: 14px;}
.proshowyj dl a i,.appshow4 dl a i{ height: 160px; }
.proshowyj dl a i img,.appshow4 dl a i img{ position: relative;height: 100%;object-fit: cover;}
.proshowyj dl a dd strong{ font-size:16px; }

.proshow2 .csnum li span{ font-size: 16px;  padding: 15px 0;}
.proshow2 .csnum li font{ padding: 15px 0 15px 50px; font-size: 14px;}

 


.appshow3 h3,.proshow2 h3,.proshowdata h3,.proshowstt h3,.proshowyj h3,.proshowsoft h3{ font-size: 22px; margin-bottom:20px; }
 

.webqa .appcatlist .app_c_list li dd strong{display: block; color: #333; font-size: 24px;}
.webqa .appcatlist .app_c_list li dd font{ font-size: 16px;  margin: 20px 0;}


.appshow2 .aps1{ font-size: 16px; line-height: 30px; }

.appshow5 h3,.appshow6 h3,.appshow4 h3{font-size:32px;}

.appshow4 dl a dd strong{  font-size: 16px;  }
.appshow4 dl a dd font{ font-size:14px; }



.dh2 .icenter .pcnav dd font{ padding: 6px 16px; }
.dh2 .icenter .pcnav dd font a{ margin: 10px 0; }








}













 





