styles.css 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /*--重定义浏览器默认样式--*/
  4. *{word-wrap:break-word}
  5. html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0;text-align:justify}
  6. ul,ol,dl{list-style-type:none}
  7. html,body{*position:static;height: 100%;/* background-color:#1b1b1b;*/}
  8. html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
  9. address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
  10. input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
  11. input,button{overflow: visible;vertical-align:middle;outline:none}
  12. body,th,td,button,input,select,textarea{font-family:arial,"微软雅黑","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
  13. body{line-height:1.6;overflow: auto;}
  14. h1,h2,h3,h4,h5,h6{font-size:100%}
  15. a,area{outline:none;blr:expression(this.onFocus=this.blur())}
  16. a{text-decoration:none;cursor: pointer}
  17. a:hover{text-decoration:none;outline:none}
  18. a.ie6:hover{zoom:1}
  19. a:focus{outline:none}
  20. a:hover,a:active{outline:none}:focus{outline:none}
  21. sub,sup{vertical-align:baseline}
  22. button,input[type="button"], input[type="submit"] {line-height:normal !important;}
  23. /*img*/
  24. img{border:0;vertical-align:middle}
  25. a img,img{-ms-interpolation-mode:bicubic}
  26. .img-responsive{max-width: 100%;height: auto}
  27. /*IE下a:hover 背景闪烁*/
  28. *html{font-family: Microsoft YaHei, Microsoft YaHei;overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
  29. body[aos-delay='5000'] [aos], [aos][aos][aos-delay='5000']{
  30. transition-delay: 5000ms;
  31. }
  32. /*HTML5 reset*/
  33. header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
  34. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  35. audio:not([controls]){display:none}
  36. legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
  37. legend small{font-size:15px;color:#999}
  38. svg:not(:root) {overflow: hidden}
  39. fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
  40. input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
  41. input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
  42. input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
  43. /*
  44. Name: style_clearfix
  45. Example: class="clearfix|cl"
  46. Explain: Clearfix(简写cl)避免因子元素浮动而导致的父元素高度缺失能问题
  47. */
  48. .cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
  49. .fl{float:left; display:inline;}
  50. .fr{float:right; display:inline;}
  51. .clearboth{ clear:both;}
  52. .bigzm{text-transform:uppercase;}
  53. /*头部*/
  54. .clearpadding{ padding:0px; margin:0px;}
  55. /* PAGE-MENU */
  56. .fullnavr { position:fixed; top: 50%; right:12px; z-index:1;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
  57. #pagemenu {list-style:none; padding:0; margin:0; text-align: center;position: relative;z-index: 1005; padding:10px 0px;}
  58. #pagemenu li { position:relative; width: 79px;}
  59. #pagemenu li a {width:79px; padding-left:19px;height:20px; color:#fff; font-size:14px; display:inline-block;
  60. transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; position:relative;}
  61. #pagemenu li a:after{width:10px; height:10px;background-color:#dddddd; border:1px solid #dddddd; position:absolute; left:0px; top:5px; content:"";-moz-border-radius: 100%; /* Gecko browsers */
  62. -webkit-border-radius: 100%; /* Webkit browsers */
  63. border-radius:100%; /* W3C syntax */}
  64. #pagemenu li a .s1{width:70px; height:20px; line-height:20px; display:inline-block; background-color:#00a0e9; text-align:center; overflow:hidden;-moz-border-radius: 10px; /* Gecko browsers */
  65. -webkit-border-radius: 10px; /* Webkit browsers */
  66. border-radius:10px; /* W3C syntax */opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(90%); -ms-transform: translateY(90%); -o-transform: translateY(90%); transform: translateY(90%);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
  67. .fullnavr #pagemenu li.active a:after{ border:1px solid #fff; background-color:#00a0e9; }
  68. .fullnavr #pagemenu li.active a .s1{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  69. #pagemenu li a.disnone{ display:none;}
  70. .fullnavr #pagemenu li.active a .disnone,.fullnavr #pagemenu li.active a:hover .disnone,.fullnavr #pagemenu li a:hover .disnone{ display:block; text-decoration:none;}
  71. .mousehover{width:23px; height:37px; background:url(../images/tb_01.png) no-repeat; background-size:23px; position:absolute; left:50%; margin-left:-11.5px; bottom:55px; z-index:1000;}
  72. .section.y6{ height:auto !important}
  73. /*shade*/
  74. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  75. color: #888888;
  76. }
  77. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  78. color: #888888;
  79. }
  80. input:-ms-input-placeholder,
  81. textarea:-ms-input-placeholder {
  82. color: #888888;
  83. }
  84. input::-webkit-input-placeholder,
  85. textarea::-webkit-input-placeholder {
  86. color: #888888;
  87. }
  88. .layer{ position: fixed; z-index:1001011; width: 100%; height: 100%; overflow:hidden;}
  89. .layer .layer-top, .layer .layer-bottom{ position: absolute; width: 100%; height: 50%;/* background: #da1515;*/ top: 0%; transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; z-index: 1;}
  90. .layer .layer-top{ background-color:#fff;}
  91. .layer .layer-bottom{ top: auto; bottom: 0%; background-color:#fff;}
  92. .layer .loading{width:145px; height:55px; position: absolute; top: 50%; left: 50%; margin-left:-72.5px; margin-top:-27.5px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; z-index: 2;-webkit-animation: rotateplane 1.2s infinite ease-in-out;
  93. animation: rotateplane 1.2s infinite ease-in-out;}
  94. .layer.show{ visibility: hidden;}
  95. .layer.show .loading{ display: none;}
  96. .layer.show .layer-top{ top: -50%;}
  97. .layer.show .layer-bottom{ bottom: -50%;}
  98. @-webkit-keyframes rotateplane {
  99. 0% { filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); }
  100. 50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
  101. 100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1); }
  102. }
  103. @keyframes rotateplane {
  104. 0% {filter: alpha(opacity=0);-webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);}
  105. 50%{opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
  106. 100% {opacity: 1; filter: alpha(opacity=100); -webkit-transform:scale(1, 1); transform:scale(1, 1);}
  107. }
  108. .wx_top{width:45px; height:45px; position:fixed; right:60px; bottom:60px; z-index:100; display:none;}
  109. .wx_top img{width:45px; height:45px;}
  110. /*Index*/
  111. .section{background-size: cover; background-position: center center; overflow:hidden;}
  112. .slide{background-size: cover; position:relative;}
  113. .section .sec-scale { width:100%; height:100%;/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/}
  114. /*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
  115. .bg {width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;overflow: hidden;}
  116. .home-swiper {width: 100%;height: 100%;background: #000;}
  117. .home-swiper .swiper-slide {text-align: center;font-size: 18px;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%;}
  118. .home-swiper .swiper-slide .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
  119. .home-swiper .swiper-slide img{ display:none;}
  120. .home-swiper .home_next{width:50px; height:50px; background:url(../images/banner_right.png) no-repeat; background-size:50px; right:3%;}
  121. .home-swiper .home_prev{width:50px; height:50px; background:url(../images/banner_left.png) no-repeat; background-size:50px; left:3%;}
  122. /*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
  123. .header_div{width:100%;padding-left: 18.7%; height:100px; background-color:#fff; left:0px; top:0px; /*position:fixed;*/ z-index:10000;transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
  124. .header_div .i_logo{width:10%; padding-top:25px;}
  125. .header_div .i_logo img{ width:auto;}
  126. .header_div.fixedmenu,.header_div.fixedmenu1.fixedmenu{ position:fixed;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/
  127. -webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/
  128. box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
  129. .header_div.fixedmenu1{ position:relative;}
  130. .nav_menu{width:52%; height:100px;float: left; margin-left: 7.9%; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400;font-weight: 600;}
  131. .nav_menu li{width:10.9%; height:100px; float:left; position:relative; text-align:center;}
  132. .nav_menu li .a_nav{ height:100px;/* padding:0px 15%;*/width:100%; line-height:100px; display:inline-block; overflow:hidden; color: #000; font-size:16px; text-align:center;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; position:relative;}
  133. .nav_menu li .a_nav:hover,.nav_menu li .a_nav.active,.nav_menu li .a_nav.active1{/* background-color:#d9261f;*/color:#0E50C8; text-decoration:none;}
  134. .nav_menu li .a_nav:after{width:0px; height:2px; background-color:#0E50C8;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s; content:""; position:absolute; left:50%; bottom:35px;webkit-transform: translate(-50%, 0%);-moz-transform: translate(-50%,0%);transform: translate(-50%, 0%);}
  135. .nav_menu li .a_nav:hover:after,.nav_menu li .a_nav.active:after,.nav_menu li .a_nav.active1:after{width:25px;}
  136. /*.header_div.fixedmenu1 .nav_menu li .a_nav{ color:#333;}
  137. .header_div.fixedmenu1 .nav_menu li .a_nav:hover, .header_div.fixedmenu1 .nav_menu li .a_nav.active,.header_div.fixedmenu1 .nav_menu li .a_nav.active1{ color:#333;}
  138. */.nav_menu li .dl{width:100%; position:absolute; z-index:10000; display:none; left:0px; top:80px; padding:10px; background-color:#fff;}
  139. .nav_menu li .dl dd{width:100%; height:38px; line-height:38px; float:left;}
  140. .nav_menu li .dl dd a{width:100%; height:38px; text-align:left; line-height:38px; display:inline-block; overflow:hidden; text-align:center; color:#333; font-size:14px;}
  141. .nav_menu li .dl dd a:hover{ color:#0871b8; text-decoration:none; }
  142. .i_phone{ padding-left:40px; height:100px; line-height:1.5; padding-right:1%; padding-top:30px; background:url(../images/tb_1.png) left center no-repeat; color:#000;}
  143. .i_phone .s1{ font-size:22px; /*color:#dddddd;*/font-size:14px;}
  144. .i_ss{width:5%; margin-left:0; position:relative;}
  145. .i_ss_t{width:100%; height:100px; cursor:pointer; background:url(../images/tb_2.png) center no-repeat; position:relative;}
  146. /* .i_ss_t:after{ width:1px; height:100px; background:url(../images/tb_18.png) left center no-repeat; position:absolute; left:0px; top:0px; content:"";} */
  147. .i_ss_c{width:200px; height:40px; background-color:#fff;position:absolute; right:0px; top:77px; display:none;}
  148. .i_ss_c .ipt1{width:170px; height:40px; line-height:40px; border:0px; background-color:transparent; color:#333; font-size:14px; text-indent:10px; font-family:"微软雅黑";}
  149. .i_ss_c .ipt2{width:30px; height:40px; background:url(../images/tb_2.png) left center no-repeat; border:0px;}
  150. .i_morebtn{width:5%; height:100px; background-color:#05468d; position:relative;}
  151. .left_but{width:40px; height:30px; cursor:pointer; position:absolute; left:50%; margin-left:-20px; top:50%; margin-top:-15px; z-index:100;}
  152. .left_but_btn{display:inline-block; position:relative;width:32px; height:3px; z-index:2; margin:14px 0 0 0px; background:#fff;
  153. -webkit-transition-property: background-color, -webkit-transform;
  154. transition-property: background-color, -webkit-transform;
  155. transition-property: background-color, transform;
  156. transition-property: background-color, transform, -webkit-transform;
  157. -webkit-transition-duration: 300ms;
  158. transition-duration: 300ms;-moz-border-radius:2px; /* Gecko browsers */
  159. -webkit-border-radius: 2px; /* Webkit browsers */
  160. border-radius:2px; /* W3C syntax */}
  161. .left_but_btn:before,.left_but_btn:after {content: ''; display:block; width:40px; height:3px; position:absolute; background:#fff;
  162. transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;
  163. transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  164. transition-duration: 300ms; -webkit-transition-duration: 300ms;-moz-border-radius:2px; /* Gecko browsers */
  165. -webkit-border-radius: 2px; /* Webkit browsers */
  166. border-radius:2px; /* W3C syntax */}
  167. .left_but_btn:before{margin-top:-10px;}
  168. .left_but_btn:after {margin-top:10px;}
  169. .phone_nav_one .left_but_btn{background: rgba(0, 0, 0, 0); }
  170. .phone_nav_one .left_but_btn:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
  171. .phone_nav_one .left_but_btn:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
  172. .phone_nav_one{ transition-delay:0s; -webkit-transition-delay:0s; }
  173. .yc_box1{width:100%; position:fixed; top:100%; background-color:#fff; left:0px; z-index:12;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
  174. .yc_box1.leftbutton{ top:80px;}
  175. .yc_box1_c{width:100%; padding:150px 18% 0px 18%}
  176. .yc_box1_c_ul{width:100%;}
  177. .yc_box1_c_ul li{width:16.66%; float:left; border-right:1px solid #d2d2d2; min-height:319px;}
  178. .yc_box1_c_ul li .a1{width:100%; height:33px; line-height:33px; overflow:hidden; display:inline-block; text-align:center; float:left; color:#333333; font-size:16px; margin-bottom:20px;}
  179. .yc_box1_c_ul li .a1:hover{ text-decoration:none; color:#2a3bcb;}
  180. .yc_box1_c_ul li .a2{ padding: 0 10px; width:100%; height:29px; line-height:29px; overflow:hidden; display:inline-block; text-align:center; float:left; color:#333333; font-size:14px;}
  181. .yc_box1_c_ul li .a2:hover{ text-decoration:none; color:#2a3bcb;}
  182. .i_picchange{width:100%; height:100%; overflow:hidden; display:block;}
  183. /*手机导航*/
  184. /* CSS Document */
  185. .phone_nav{ display:none;}
  186. .phone_logo{/* height:50px;*//* padding:10px 0px;*//* background-color:#fff;*/}
  187. .phone_logo .p1 img{/* height: 100%*/ width:100%;}
  188. @media screen and (max-width:1200px) {
  189. .phone_logo .p1 {/*padding-top: 10px;*//* height: 29px;*/ display: block; width:25%;display:inline-block;}
  190. .header_div{ display:none;}
  191. .phone_logo {width: 100%;padding: 10px 15px;box-sizing: border-box;}
  192. .phone_nav{display:block; position:relative;/* position:fixed;*/ background-color:#fff; width:100%; top:0;left:0; display:block; z-index:100000;}
  193. .phone_nav.fixedmenu{ position:fixed;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/
  194. -webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/
  195. box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/
  196. }
  197. /*导航按钮*/
  198. .phone_nav .nav_but_box{ display:block; position:absolute; width:30px; height:30px; right:10px; top:50%; margin-top:-15px; z-index:1;
  199. transition:all 0.7s; -webkit-transition:all 0.7s;}
  200. .phone_nav .nav_but { display:inline-block; position:relative;width:20px; height:2px; z-index:2; margin:13px 0 0 5px; background:#05468d;
  201. -webkit-transition-property: background-color, -webkit-transform;
  202. transition-property: background-color, -webkit-transform;
  203. transition-property: background-color, transform;
  204. transition-property: background-color, transform, -webkit-transform;
  205. -webkit-transition-duration: 300ms;
  206. transition-duration: 300ms;}
  207. .phone_nav .nav_but:before,.nav_but:after {content: ''; display:block; width:20px; height:2px; position:absolute; background:#05468d;
  208. transition-property: margin, -webkit-transform; -webkit-transition-property: margin, -webkit-transform;
  209. transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  210. transition-duration: 300ms; -webkit-transition-duration: 300ms;}
  211. .phone_nav .nav_but:before{margin-top:-5px;}
  212. .phone_nav .nav_but:after {margin-top:5px;}
  213. /*栏目名称*/
  214. .phone_nav .nav_main{height:100%; position:fixed; left:0; opacity:0; width:0; transition:all 0.4s ease 0.3s; -webkit-transition:all 0.4s ease 0.3s; background-color:#fff; overflow:hidden;}
  215. .phone_nav .nav_main ul{ padding:0 20px; margin-top:40px;}
  216. .phone_nav .nav_main li a{background-position:left; color:#333; height:46px; line-height:46px; display:inline-block; background-size:32px; background-repeat:no-repeat; font-weight:bold;}
  217. .phone_nav .nav_main .ss{border:1px solid #ccc; margin-top:20px;}
  218. .phone_nav .nav_main .ss .p2{ float:right;}
  219. .phone_nav .nav_main .ss .p2 input{ border:0; /*background:url("../images/app_ss1.png") center no-repeat;*/ width:34px; height:34px;}
  220. .phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }
  221. .phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}
  222. .phone_nav .nav_main li b{ display:inline-block; position:absolute; right:10px; top:0px; width:50%; height:50px; background: url("../images/lmfooter_bottom.png") center right no-repeat; z-index:99;}
  223. .phone_nav .nav_main .ul{padding:0 0 0px 40px; margin:0; max-height:0; overflow:hidden; transition:max-height 0.4s; -webkit-transition:max-height 0.4s;}
  224. .phone_nav .nav_main .ul li{ padding:0; border-bottom:0; transform:translateX(0px); -webkit-transform:translateX(0px);}
  225. .phone_nav .nav_main .ul li a{ padding:0; height:auto; line-height:30px; font-weight:normal}
  226. .phone_nav .nav_main .b_one .ul{ max-height:300px; padding:0 0 0px 40px; margin-bottom:10px;}
  227. .phone_nav .nav_main li{ transform:translateX(100px); -webkit-transform:translateX(100px); transition:all 0.8s ease; -webkit-transition:all 0.8s ease; border-bottom:1px solid rgba(225,225,225,0.5); padding:0 20px; position:relative;}
  228. .phone_nav .nav_main li:nth-of-type(1){ transition-delay:0.1s; -webkit-transition-delay:0.1s; }
  229. .phone_nav .nav_main li:nth-of-type(2){ transition-delay:0.2s; -webkit-transition-delay:0.2s; }
  230. .phone_nav .nav_main li:nth-of-type(3){ transition-delay:0.3s; -webkit-transition-delay:0.3s; }
  231. .phone_nav .nav_main li:nth-of-type(4){ transition-delay:0.4s; -webkit-transition-delay:0.4s; }
  232. .phone_nav .nav_main li:nth-of-type(5){ transition-delay:0.5s; -webkit-transition-delay:0.5s; }
  233. .phone_nav .nav_main li:nth-of-type(6){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
  234. .phone_nav .nav_main li:nth-of-type(7){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
  235. .phone_nav .nav_main li:nth-of-type(8){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
  236. .phone_nav .nav_main li:nth-of-type(9){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
  237. .phone_nav .nav_main li:nth-of-type(10){ transition-delay:0.6s; -webkit-transition-delay:0.6s; }
  238. /*打开样式*/
  239. .phone_nav_one{ transition-delay:0s; -webkit-transition-delay:0s;}
  240. .phone_nav_one .nav_main {opacity:1; width:100%; overflow:inherit;}
  241. .phone_nav_one .nav_but{background: rgba(0, 0, 0, 0); }
  242. .phone_nav_one .nav_but:before {margin-top: 0; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
  243. .phone_nav_one .nav_but:after {margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
  244. .phone_nav_one .nav_but_box { opacity:0.8;}
  245. .phone_nav_one .nav_main li{ transform:translateX(0); -webkit-transform:translateX(0);}
  246. }
  247. @media screen and (max-width:758px){/*--768-0--*/
  248. .phone_nav .nav_but_box{ right:10px;}
  249. .phone_nav .nav_main ul{ margin-top:20px; height:300px; overflow-y:auto; box-sizing:border-box;}
  250. .phone_nav .nav_main .b_one .ul{ height:auto;}
  251. }
  252. @media screen and (max-width:470px){/*--768-0--*/
  253. .phone_logo {padding: 8px 10px}
  254. .phone_nav .nav_main ul{ height:550px;}
  255. .phone_nav .nav_main .b_one .ul{ height:auto;}
  256. }
  257. /*手机导航*/
  258. .i_ssbn{width:12%; height:100%; background:url(../images/tb_2.png) center no-repeat; background-color:#05468d; background-size:20px; position:absolute; top:0px; right:50px; z-index:10000;}
  259. .i_ssbn span{width:100%; height:100%; display:inline-block;}
  260. .i_ssbn_div{width:200px; display:none; background-color:#fff; z-index:10000; position:absolute; right:0px; top:100%;}
  261. .i_ssbn_div .ipt1{width:80%; height:40px; line-height:40px; text-indent:15px; border:0px; font-family:"微软雅黑"; background-color:#fff; color:#b9b9b9; font-size:0.16rem;}
  262. .i_ssbn_div .ipt2{width:20%; height:40px; background:url(../images/tb_2.png) center no-repeat; border:0px; background-size:15px;}
  263. .i_ssbn_div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  264. color: #b9b9b9;
  265. }
  266. .i_ssbn_div input::-moz-placeholder { /* Mozilla Firefox 19+ */
  267. color: #b9b9b9;
  268. }
  269. .i_ssbn_div input:-ms-input-placeholder {
  270. color: #b9b9b9;
  271. }
  272. .i_ssbn_div input::-webkit-input-placeholder {
  273. color: #b9b9b9;
  274. }
  275. .i_content{width:100%; height:100%;position:absolute; left:0px; top:0px;}
  276. .i_content_c{width:100%; height:100%;display: table-cell;vertical-align: middle;}
  277. .i_con{/*width:1250px;*/width:75%; margin:0px auto;}
  278. /*.i_con2{width:1300px; margin:0px auto;}*/
  279. .ui_div{width:100%;}
  280. .ui_div1{width:100%; overflow:hidden;}
  281. .ui_div_center{width:65%; margin:0px auto;}
  282. .ui_div_center1{width:75%; margin:0px auto;}
  283. .i_box1{width:599px; height:599px; margin:0px auto; position:relative;}
  284. .i_box1_bottom{width:100%; height:100%; background:url(../images/tb_5.png) no-repeat; position:relative; background-size:100%;}
  285. .i_box1_bottom .yan1{width:81%; height:81%; background-size:100%; position:absolute; left:9.5%; top:9.5%;animation: pgabout_yuan1 10s linear 0s infinite;}
  286. .i_box1_bottom .yan1 img{width:100%;}
  287. .i_box1_bottom .yan2{width:66%; height:66%; background-size:100%; position:absolute; left:17%; top:17%; border:1px solid #1792d1;-moz-border-radius: 100%; /* Gecko browsers */
  288. -webkit-border-radius: 100%; /* Webkit browsers */
  289. border-radius:100%; /* W3C syntax */}
  290. .i_box1_bottom .yan2:after,
  291. .i_box1_bottom .yan2:before{
  292. content: "";
  293. position: absolute;
  294. width: 100%;
  295. height: 100%;
  296. background:url(../images/tb_19.png) no-repeat; background-size:100%;
  297. }
  298. .i_box1_bottom .yan2:after{
  299. animation: pgaboutImg 5s ease 0.5s infinite;
  300. }
  301. .i_box1_bottom .yan2:before{
  302. animation: pgaboutImg 5s ease 0s infinite;
  303. }
  304. .i_box1_bottom .yan3
  305. {
  306. /* font-size: 30px!important; */
  307. color: #1792d1;
  308. font-weight: bold;
  309. }
  310. @keyframes pgaboutImg{
  311. 0%{
  312. transform: scale(1);
  313. opacity: 1;
  314. }
  315. 100%{
  316. transform: scale(5);
  317. opacity: 0;
  318. }
  319. }
  320. @keyframes pgabout_yuan1{
  321. 0%{
  322. transform: rotate(0deg);
  323. }
  324. 100%{
  325. transform: rotate(-360deg);
  326. }
  327. }
  328. .i_box1_bottom .yan3{width:100%; text-align:center; line-height:95px; position:absolute; left:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); text-align:center; color:#1792d1; font-size:30px;}
  329. .i_box1_bottom .yan3 img{width:158px;}
  330. .i_box1_top{width:100%; height:100%; position:absolute; left:0px; top:0px;}
  331. .i_box1_top li{position: absolute;
  332. width: 360px;}
  333. .i_box1_top li:nth-child(1){
  334. top: 3%;
  335. right: 73%;
  336. }
  337. .i_box1_top li:nth-child(2){
  338. top: 4%;
  339. left: 73%;
  340. }
  341. .i_box1_top li:nth-child(3){
  342. top: 42.333%;
  343. right: 93.166%;
  344. }
  345. .i_box1_top li:nth-child(4){
  346. top: 42.333%;
  347. left: 93.166%;
  348. }
  349. .i_box1_top li:nth-child(5){
  350. bottom: 2%;
  351. right: 73%;
  352. }
  353. .i_box1_top li:nth-child(6){
  354. bottom: 2%;
  355. left: 73%;
  356. }
  357. .i_box1_top li:nth-child(2n+1) .img,
  358. .i_box1_top li:nth-child(2n+1) .txt{
  359. float: right;
  360. }
  361. .i_box1_top li:nth-child(2n) .img,
  362. .i_box1_top li:nth-child(2n) .txt{
  363. float: left;
  364. }
  365. .i_box1_top li a{width:100%; display:inline-block;}
  366. .i_box1_top li .img{
  367. position: relative;
  368. }
  369. .i_box1_top li .img .icon{
  370. position: absolute;
  371. z-index: 1;
  372. top: 0;
  373. left: 0;
  374. width: 100%;
  375. height: 100%;
  376. visibility: hidden;
  377. opacity: 0;
  378. transition: all 0.5s ease 0s
  379. }
  380. .i_box1_top li a:hover .img .icon{opacity:1; visibility:inherit;}
  381. .i_box1_top li .txt{
  382. font-size: 30px;
  383. color: #1792d1;
  384. margin: 0 20px;
  385. height: 80px;
  386. line-height: 80px;font-weight: bold;
  387. }
  388. .i_box1_top li a:hover .txt{ color:#1792d1; font-weight: bold;}
  389. .i_box2{width:100%;}
  390. .i_box2_t{width:100%; padding-bottom:35px; font-size:36px; line-height:1.2; color:#fff;}
  391. .i_box2_t .s1{ font-size:60px; font-family:Arial, Helvetica, sans-serif;}
  392. .i_box2_c{width:100%;}
  393. .i_box2_cl{width:19%;}
  394. .i_box2_cl li{width:100%; float:left; padding-bottom:5px;}
  395. .i_box2_cl li a{width:100%; float:left; height:50px; line-height:50px; display:inline-block; overflow:hidden; color:#fff; font-size:22px; padding-left:10px;}
  396. .i_box2_cl li a:hover,.i_box2_c li a.activeleftcp{ /* background:url(../images/tb_7.png) no-repeat; */text-decoration:none; color:#fff; background-color: #009de7;}
  397. .i_box2_cr{width:73.4%; padding-top:10px; padding-right:5%;}
  398. .i_box2_cr_con{width:100%; color:#fff;}
  399. .i_box2_cr_con1{width:100%; display:none;}
  400. .i_box2_cr_con1_t{width:100%; padding:20px 0px; line-height:1.8; font-size:60px;}
  401. .i_box2_cr_con1_c{width:100%; height:225px; line-height:45px; overflow:hidden; margin-bottom:35px; text-align:justify; font-size:28px;}
  402. .i_box2_cr_con1_c img{ max-width:100%; height:auto !important;}
  403. .i_box2_cr_con1_b,.i_box2_cr_con1_b:hover{ color:#ffffff; line-height:1.6; font-size:24px; display:inline-block;}
  404. .i_box3{width:100%;}
  405. .i_box3_l{width:50%; padding:160px 7% 0px 12.5%;}
  406. .i_box3_l_t{width:100%; padding-bottom:27px; position:relative; margin-bottom:53px; line-height:1.2; color:#1792d1; font-size:36px;}
  407. .i_box3_l_t .s1{ font-size:45px; font-family:Arial, Helvetica, sans-serif;}
  408. .i_box3_l_t:after{width:50px; height:4px; background-color:#1792d1; position:absolute; left:0px; bottom:0px; content:"";}
  409. .i_box3_l_c{width:100%; margin-bottom:55px; color:#333333; font-size:16px;}
  410. .i_box3_l_con{width:100%; display:none;height:200px; line-height:40px; overflow:hidden;text-align:justify; }
  411. .i_box3_l_b{width:100%;}
  412. .i_box3_l_b a{ margin-right:25px; width:100px; height:100px; float:left; color:#1792d1; font-size:16px; text-align:center; line-height:100px;-moz-border-radius: 100%; /* Gecko browsers */
  413. -webkit-border-radius: 100%; /* Webkit browsers */
  414. border-radius:100%; /* W3C syntax */ border:2px solid #1792d1; display:inline-block;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
  415. }
  416. .i_box3_l_b a:hover,.i_box3_l_b a.activets{ background-color:#1792d1; color:#fff; text-decoration:none;}
  417. .i_box3_r{width:50%;}
  418. .i_box3_r li{width:100%; float:left;}
  419. .i_box3_r li .a_img{width:100%; display:inline-block; overflow:hidden; float:left; position:relative;}
  420. .i_box3_r li .a_img img{width:100%;}
  421. .i_box3_r li .a_img .div1{width:100%; padding:90px 6% 0px 6%; color:#fff; font-size:16px; line-height:1.2; position:absolute; left:0px; top:0px;}
  422. .i_box3_r li .a_img .div1 .s1{ font-size:45px; font-family:Arial, Helvetica, sans-serif; line-height:1.3;}
  423. .i_box3_r li .a_img .div1 .s2{ font-size:36px;line-height:1.8; display:inline-block;}
  424. .i_box3_r li .a_img .div1.onebox1{ padding-top:130px;}
  425. .i_box4{width:100%;}
  426. .i_box4_t{width:100%; height:60px; position:relative;}
  427. .i_box4_t .s1{width:100%; height:60px; line-height:60px; color:#000000; font-size:60px; text-align:center; filter:alpha(opacity=5); -moz-opacity:0.05; -khtml-opacity: 0.05; opacity: 0.05;}
  428. .i_box4_t .s2{width:100%; height:60px; line-height:60px; text-align:center; color:#fff; position:absolute; left:0px; top:0px; font-size:48px; font-weight:bold;}
  429. .i_box4_t1{width:100%; line-height:30px; color:#fff; font-size:18px; text-align:center;}
  430. .i_box4_c{width:100%; padding-top:35px; overflow:hidden;}
  431. .sjs-swiper {width:100%;height: 100%; }
  432. .sjs-swiper .swiper-slide {
  433. -webkit-transition: transform 1.0s;
  434. -moz-transition: transform 1.0s;
  435. -ms-transition: transform 1.0s;
  436. -o-transition: transform 1.0s;
  437. -webkit-transform: scale(0.8);
  438. transform: scale(0.8);
  439. float:left;
  440. background-color:#fff;
  441. position:relative;
  442. cursor:pointer;
  443. }
  444. .sjs-swiper .swiper-slide-active,.sjs-swiper .swiper-slide-duplicate-active {
  445. -webkit-transform: scale(1);
  446. transform: scale(1);
  447. /*background:url(../images/ppwh_tb7.png) bottom 75px center no-repeat; background-size:100%; padding:0px 15px 15px 15px;*/
  448. }
  449. .sjs-swiper .swiper-slide-active img,.sjs-swiper .swiper-slide-duplicate-active img{ margin-top:0px;}
  450. .sjs-swiper .swiper-button-prev { background: url(../images/img6.jpg) center no-repeat; /*background:none;*/ top: 50%; margin-top:-27px; width: 50px; height:54px ; left:21%;}
  451. .sjs-swiper .swiper-button-next { background: url(../images/img7.jpg) center no-repeat; /*background:none; */top: 50%; margin-top:-27px; width: 50px; height: 54px; right:21%;}
  452. .sjs-swiper .swiper-button-prev:hover{ background:url(../images/img4.jpg) center no-repeat;}
  453. .sjs-swiper .swiper-button-next:hover{ background:url(../images/img5.jpg) center no-repeat;}
  454. .sjs-swiper .swiper-slide img{width:100%; height:auto;/* margin-top:70px;*/ filter:alpha(opacity=64); -moz-opacity:0.64; -khtml-opacity: 0.64; opacity: 0.64;}
  455. .sjs-swiper .swiper-slide-active img,.sjs-swiper .swiper-slide-duplicate-active img{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
  456. .sjs-swiper .swiper-slide .zc{width:100%; height:100%; background:url(../images/tb_9.png) repeat; position:absolute; left:0px; top:0px;opacity: 0; filter: alpha(opacity=0);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  457. }
  458. .sjs-swiper .swiper-slide-active .zc,.sjs-swiper .swiper-slide-duplicate-active .zc{opacity: 1; filter: alpha(opacity=100);}
  459. .sjs-swiper .swiper-slide .zc_title{width:100%; position:absolute; left:0px;top:50%;line-height:75px; opacity: 0; background:url(../images/tb_8.png) top center no-repeat; padding-top:56px; opacity: 0;filter: alpha(opacity=0);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;color:#fff;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); font-size:36px; z-index:2; text-align:center; text-align:center; overflow:hidden;}
  460. .sjs-swiper .swiper-slide-active .zc_title{opacity: 1; filter: alpha(opacity=100); }
  461. .i_footer{width:100%; padding:45px 0px;}
  462. .i_footer_t{width:100%; padding:56px 0px 104px 0px; border-bottom:1px solid #2d5f98;}
  463. .i_footer_tleft{width:65%;}
  464. .i_footer_tleft li{width:14.285%; min-height:306px; float:left;}
  465. .i_footer_tleft li .a1{ text-decoration:none; position:relative;width:100%; height:50px; line-height:50px; overflow:hidden; float:left; color:#fff; font-size:16px; text-align:center;}
  466. .i_footer_tleft li .a1:hover{ text-decoration:none; color:#009de7;}
  467. .i_footer_tleft li .a2{ text-decoration:none; position:relative;width:100%; height:32px; line-height:32px; overflow:hidden; float:left; color:#666666; font-size:14px;text-align:center; padding: 0 5px;}
  468. .i_footer_tleft li .a2:hover{ text-decoration:none; color:#009de7;}
  469. .i_footer_tright{width:32%;}
  470. .i_footer_tright_t{width:100%; padding-bottom:25px;}
  471. .i_footer_tright_c{width:100%; padding-left:3%; color:#fff; font-size:14px; line-height:1.8; overflow:hidden;}
  472. .i_fbg{ background-color:#05468d;}
  473. .i_footer_b{width:100%; padding:10px 0px; line-height:1.8; text-align:center; color:#ffffff; font-size:14px;}
  474. .i_footer_b a,.i_footer_b a:hover{ color:#fff;}
  475. .video_div{width:100%; height:100%; background-color:#000; position:fixed; z-index:100011111111111; left:0px; top:-100%;}
  476. .video_div_closebtv{width:30px; height:30px; position:absolute; right:30px; top:30px; cursor:pointer; z-index:100;}
  477. .video_div_center{width:100%; height:100%; vertical-align:middle; text-align:center;}
  478. /*内页*/
  479. .n_bg1{ background:url(../images/img11.jpg) top repeat-x;}
  480. .n_bg2{ background:url(../images/bg7.jpg) bottom center no-repeat; background-size:cover;}
  481. .n_banner{width:100%; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative;}
  482. .n_banner img{width:100%;}
  483. .n_banner_c{width:100%; position:absolute; left:0px; top:26%; z-index:1;}
  484. .n_banner_ct{ color:#fff; font-size:40px; line-height:1.3; text-align:center; display:inline-block;}
  485. .n_banner_ct .s1{ font-family:Arial, Helvetica, sans-serif; font-size:50px; font-weight:bold;}
  486. .n_banner_ct .s2{ font-size:20px; margin-top:25px; display:inline-block;}
  487. .a_mtbd_dpages{width:100%; text-align:center; padding:75px 0% 0px 0%; font-size:14px; }
  488. .a_mtbd_dpages a{ padding:0px 15px; height:35px; margin-bottom:5px; line-height:35px; text-align:center; background-color:#fff; color:#333; display:inline-block;}
  489. .a_mtbd_dpages a:hover,.a_mtbd_dpages a.activepages{ color:#fff; text-decoration:none; background-color:#154d8c;}
  490. .pc_amenu{width:100%; text-align:center; position:absolute; left:0px; bottom:-5px; z-index:2; background:url(../images/tb_10.png) repeat;}
  491. .a_menu{width:100%; margin:0px; padding:0px; height:70px; overflow:hidden;}
  492. .a_menu .a_menu_a{ /* width: 20%; *//* padding:0px; margin:0px; */padding:0px 20px; height:70px; -webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;margin:0px 0px; display:inline-block; overflow:hidden; text-align:center; line-height:70px; color:#ffffff; font-size:16px;}
  493. .a_menu .a_menu_a:hover,.a_menu .a_menu_a.activetm1{ color:#fff; background-color:#05468d; text-decoration:none;}
  494. .a_zxlmenu{width:100%; position:relative; display:none; z-index:111;}
  495. .a_zxlmenu_t{width:100%;padding:3% 0px;background:url(../images/zxl_jt1.jpg) right center no-repeat; font-size:16px; text-align:center; background-color:#154d8c; color:#fff; cursor:pointer; background-size:30px;}
  496. .a_zxlmenu_c{width:100%; position:absolute; left:0px; top:100%; margin:0px; padding:0px; background-color:#eeeeee;text-indent:0px; display:none;-moz-box-shadow:0px 0px 10px #c7c5bf;/*firefox*/
  497. -webkit-box-shadow:0px 0px 10px #c7c5bf;/*webkit*/
  498. box-shadow:0px 0px 10px #c7c5bf;/*opera或ie9*/}
  499. .a_zxlmenu_c li{width:100%; float:left; text-align:center;}
  500. .a_zxlmenu_c li .aone{width:100%;padding:3% 0px; display:inline-block; color:#154d8c; font-size:14px; text-decoration:none; text-indent:0px;}
  501. .a_zxlmenu_c li .aone:hover,.a_zxlmenu_c li .aone.activetwo{ color:#fff; text-decoration:none; background-color:#1e5da4;}
  502. .a_zxlmenu_c li dl{width:100%; border-bottom:1px solid #ccc;display:none;}
  503. .a_zxlmenu_c li dl dd{width:100%; float:left; text-align:center;}
  504. .a_zxlmenu_c li dl dd a,.a_zxlmenu_c li dl dd a:hover{width:100%; padding:3% 0px; display:inline-block; color:#333; font-size:14px; text-decoration:none; text-indent:0px;}
  505. .n_box1{width:100%;}
  506. .n_box1 .a_img{width:50%; display:inline-block; overflow:hidden;}
  507. .n_box1 .a_img img{width:100%;}
  508. .n_box1 .a_img_r{width:47%; padding:100px 6% 0px 0px;}
  509. .n_box1 .a_img_r_t{width:100%; padding-bottom:30px; line-height:1.3; color:#333333; font-size:24px;}
  510. .n_box1 .a_img_r_t .s1{ color:#05468d; font-size:46px; font-family:Arial, Helvetica, sans-serif;}
  511. .n_box1 .a_img_r_c{width:100%; height:336px; line-height:24px; overflow:hidden; text-align:justify; color:#333333; font-size:14px;}
  512. .i_section{
  513. position: relative;
  514. box-sizing: border-box;
  515. width:100%;
  516. }
  517. .bg_blur{
  518. position: absolute;
  519. top: 0;left: 0;
  520. width: 100%;height: 100%;
  521. background:url(../images/bg4.jpg);
  522. background-size:cover;
  523. background-attachment: fixed;
  524. background-position-x:center !important;
  525. /*opacity: 0.4;*/
  526. z-index: 1;
  527. }
  528. .bg_blur1{
  529. position: absolute;
  530. top: 0;left: 0;
  531. width: 100%;height: 100%;
  532. background:url(../images/bg5.jpg);
  533. background-size:cover;
  534. background-attachment: fixed;
  535. background-position-x:center !important;
  536. /*opacity: 0.4;*/
  537. z-index: 1;
  538. }
  539. .bg_blur2{
  540. position: absolute;
  541. top: 0;left: 0;
  542. width: 100%;height: 100%;
  543. background:url(../images/bg6.jpg);
  544. background-size:cover;
  545. background-attachment: fixed;
  546. background-position-x:center !important;
  547. /*opacity: 0.4;*/
  548. z-index: 1;
  549. }
  550. .a_zpdiv{width:100%; height:100%; position:relative; z-index:1;}
  551. .a_zpdiv_c{width:100%; padding:200px 0px; text-align:center; display:inline-block;}
  552. .a_zpdiv_c img{ max-width:100%; height:auto !important;}
  553. .a_gss_div_l_b1,.a_gss_div_l_b1:hover{ text-decoration:none; margin-top:30px;width:105px; height:27px; line-height:27px; text-align:center; display:inline-block; overflow:hidden; background:url(../images/tb_21.png) bottom no-repeat; color:#ffffff; font-size:12px; text-decoration:none; margin-bottom:20px;}
  554. .a_gss_div_l_b2{ text-decoration:none; margin-top:30px;width:105px; height:27px; line-height:27px; text-align:center; display:inline-block; overflow:hidden; background:url(../images/tb_19a.png) bottom no-repeat; color:#333; font-size:12px; text-decoration:none; margin-bottom:20px;}
  555. .a_gss_div_l_b2:hover{ text-decoration:none; color:#05468d; background:url(../images/tb_19az.png) bottom center no-repeat;}
  556. .n_lsjldiv{width:100%; padding-top:100px;}
  557. .n_lsjldiv_t{width:100%; padding-bottom:50px; color:#fff; font-size:24px; line-height:1.6;}
  558. .n_lsjldiv_t span{ font-size:38px;}
  559. .n_lsjldiv_c{width:100%; height:530px; background:url(../images/tb_23.png) left repeat-y; padding:40px 0px; position:relative;}
  560. .n_lsjldiv_c .tb1{width:25px; height:25px; background:url(../images/tb_22.png) no-repeat; position:absolute; left:0px; top:0px;}
  561. .n_lsjldiv_con{width:100%; height:480px; overflow-y:auto; padding-left:15px; color:#fff;}
  562. .n_lsjldiv_con::-webkit-scrollbar {
  563. width: 2px;
  564. border-radius: 2px;
  565. height: 2px;
  566. background: none;
  567. }
  568. .n_lsjldiv_con::-webkit-scrollbar-track {
  569. border-radius: 2px;
  570. width: 2px!important;
  571. background-color:#fff;
  572. }
  573. .n_lsjldiv_con::-webkit-scrollbar-thumb {
  574. width: 2px;
  575. height: 2px;
  576. border-radius: 2px;
  577. background-color: #68b9fe;
  578. }
  579. .n_lsjldiv_con_ul{width:100%;}
  580. .n_lsjldiv_con_ul li{width:100%; padding:13px 0px; float:left;}
  581. .n_lsjldiv_con_ul li .s1{width:10%; text-align:center; height:34px; line-height:34px; font-size:16px; background:url(../images/tb_24.png) left center no-repeat;}
  582. .n_lsjldiv_con_ul li .s2{width:90%; line-height:34px; font-size:16px; }
  583. .n_box8{width:100%; background-color:#fff;}
  584. .n_box8_l{width:50%; padding:95px 11% 0px 11%;}
  585. .n_box8_lt{width:100%; padding-bottom:25px; line-height:1.5; color:#999999; font-size:18px; font-family:Arial, Helvetica, sans-serif;}
  586. .n_box8_lt span{ color:#05468d; font-size:30px; font-family:"微软雅黑";}
  587. .n_box8_lc{width:100%; height:100px; line-height:25px; color:#666666; font-size:14px; margin-bottom:20px;}
  588. .n_box8_r{width:50%; padding:208px 11% 0px 2%; height:540px; background:url(../images/img15.jpg) center center no-repeat; background-size:cover;}
  589. .home-swiper7 {width: 100%; padding-bottom:40px;}
  590. .home-swiper7 .swiper-slide {text-align: center;background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 1;width:100%; padding:0px 2%;}
  591. .home-swiper7 .swiper-slide .a_img{width:100%; display:inline-block; overflow:hidden; border:5px solid #fff;}
  592. .home-swiper7 .swiper-slide .a_img img{width:100%;}
  593. .home-swiper7.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}
  594. .home-swiper7.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0px 4px;}
  595. .home-pagination7 .swiper-pagination-bullet{width:10px; height:10px; background-color:#fff;opacity:1;}
  596. .home-pagination7 .swiper-pagination-bullet-active{ background-color:#0061ae;}
  597. .n_box2{width:100%; height:100%; position:relative; z-index:1; padding:140px 0px 135px 0px;}
  598. .n_box3{width:100%; padding:70px 0px 55px 0px;}
  599. .n_box3_t{width:100%; padding-bottom:40px; color:#333333; font-size:24px; line-height:1.6; text-align:center;}
  600. .n_box3_t .s1{ color:#05468d; font-size:46px; font-family:Arial, Helvetica, sans-serif;}
  601. .n_box3_c{width:100%; overflow:hidden; line-height:2; color:#333333; font-size:14px;}
  602. .n_box3_c img{ max-width:100%; height:auto !important;}
  603. .n_box4{width:100%; line-height:1.2; text-align:center;}
  604. .n_box4 .s1{ color:#05468d; font-size:46px; font-family:Arial, Helvetica, sans-serif;}
  605. .n_box4 .s2{ color:#333333; font-size:30px; background:url(../images/tb_26.png) center no-repeat;width:100%; display:inline-block;}
  606. .n_box4.activess .s1{ color:#fff;}
  607. .n_box4.activess .s2{ color:#fff; background:none;}
  608. .n_box4_ul{width:100%; padding-top:60px;}
  609. .n_box4_ul li{width:20%; float:left; padding:0px 1%;}
  610. .n_box4_ul li .a_img{width:100%; display:inline-block; overflow:hidden; float:left; position:relative;}
  611. .n_box4_ul li .a_img img{width:100%;}
  612. .n_box4_ul li .a_img .a_text{width:100%; position:absolute; left:0px; bottom:0px; padding:0px 10% 17px 10%; background:url(../images/tb_25.png) repeat; z-index:1; color:#fff;}
  613. .n_box4_ul li .a_img .a_text .s1{width:100%; height:58px; line-height:58px; font-size:22px; overflow:hidden;}
  614. .n_box4_ul li .a_img .a_text .s2{width:100%; height:92px; line-height:23px; overflow:hidden; text-align:justify; font-size:14px;}
  615. .a_ryzzList{width:100%; padding-top:58px;}
  616. .a_ryzzList li{width:25%; float:left; padding:0px 1% 2% 1%;}
  617. .a_ryzzList li .a_img{width:100%; display:inline-block; overflow:hidden; border:1px solid #e5e5e5;}
  618. .a_ryzzList li .a_img img{width:100%;}
  619. .a_ryzzList li .a_text,.a_ryzzList li .a_text:hover{width:100%; height:45px; line-height:45px; display:inline-block; overflow:hidden; text-align:center; color:#333333; font-size:16px;}
  620. .a_dpvideoList{width:100%; padding-top:58px;}
  621. .a_dpvideoList li{width:50%; float:left; padding:0px 1% 2% 1%;}
  622. .a_dpvideoList li .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
  623. .a_dpvideoList li .a_img img{width:100%;}
  624. .a_dpvideoList li .a_img .a_text{width:100%; text-align:center; background:url(../images/tb_8.png) top center no-repeat; line-height:60px; color:#fff; font-size:30px; padding-top:50px; background-size:50px; position:absolute; left:0px; top:50%; z-index:1;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
  625. .n_box2_con{width:100%;}
  626. .n_box2_con dd{width:100%; padding-bottom:40px; float:left;}
  627. .n_box2_con dd .div{width:100%; background-color:#f7f7f7; display:inline-block; overflow:hidden; color:#333333; font-size:14px;}
  628. .n_box2_con dd .div:hover{ color:#fff; background-color:#05468d; text-decoration:none;}
  629. .n_box2_con dd .div .a_img{width:21%;display:inline-block; overflow:hidden; float:left;}
  630. .n_box2_con dd .div .a_img img{width:100%;}
  631. .n_box2_con dd .div .a_img_r{width:76%; padding:3px 2% 0px 0%;}
  632. .n_box2_con dd .div .a_img_r .s1{width:100%; height:66px; line-height:66px; overflow:hidden; color:#333333; font-size:24px;}
  633. .n_box2_con dd .div:hover .a_img_r .s1{ color:#fff;}
  634. .n_box2_con dd .div .a_img_r .s2{width:100%; height:75px; text-align:justify; line-height:25px; overflow:hidden; }
  635. .n_box2_con dd .div .a_img_r .s3{ width:100%; height:40px; line-height:40px; background:url(../images/tb_018.png) right 1px center no-repeat;border-top:1px solid #e5e5e5; margin-top:10px;}
  636. .n_box2_con dd .div:hover .a_img_r .s3{ background:url(../images/tb_018z.png) right 1px center no-repeat;}
  637. .n_box1_pages{width:100%; padding:25px 0px; text-align:center;}
  638. .n_box1_pages .a1,n_box1_pages span{ height:45px;width:45px; margin:0px 2px; line-height:45px; display:inline-block; overflow:hidden; background-color:#fff; border:1px solid #e6e6e6; color:#666666; font-size:20px;-moz-border-radius: 22.5px; /* Gecko browsers */
  639. -webkit-border-radius: 22.5px; /* Webkit browsers */
  640. border-radius: 22.5px; /* W3C syntax */}
  641. .n_box1_pages .a1:hover,.n_box1_pages .a1.activegg1{ background-color:#05468d; border:1px solid #05468d; text-decoration:none; color:#fff;}
  642. .a_tzjyg_cdetsl{width:100%;}
  643. .a_tzjyg_c_t{width:100%; padding:10px 0px; line-height:1.7; text-align:center; color:#333333; font-size:24px; position:relative;}
  644. .a_tzjyg_c_t .a1{ height:30px; background:url(../images/tb_27.png) left center no-repeat; line-height:30px; padding-left:40px; color:#888888; font-size:18px; display:inline-block; position:absolute; right:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
  645. .a_tzjyg_c_t .a1:hover{ text-decoration:none; color:#05468d;}
  646. .a_tzjyg_c_time{width:100%; height:50px; padding-bottom:10px; line-height:40px; text-align:center; overflow:hidden;color:#888888; font-size:14px; border-bottom:1px solid #eee;}
  647. .a_tzjyg_c_ton{width:100%; padding:25px 0px 0px 0px; line-height:2; overflow:hidden; color:#333333; font-size:14px; }
  648. .a_tzjyg_c_ton img{ max-width:100%; height:auto !important;}
  649. .n_newsDetails_c_b{width:100%; padding:0px 5%; border-top:1px solid #e1e1e1;}
  650. .n_newsDetails_c_b a{width:50%; float:left; padding:20px 0px; line-height:2.0; text-align:center; color:#666666; font-size:16px; border-right:1px solid #e1e1e1;}
  651. .n_newsDetails_c_b a:hover{ text-decoration:none; color:#05468d;}
  652. .n_newsDetails_c_b a:nth-of-type(2){ border-right:0px;}
  653. .n_box8list{width:100%;}
  654. .n_box8list_l{width:50%; padding:110px 3% 0px 13.5%;}
  655. .n_box8list_l_t{width:100%; padding-bottom:20px; line-height:1.3; color:#333333; font-size:24px; }
  656. .n_box8list_l_t .s1{ color:#05468d; font-size:30px; font:Arial, Helvetica, sans-serif;}
  657. .n_box8list_l_c{width:100%; line-height:2; overflow:hidden; color:#333333; font-size:14px;}
  658. .n_box8list_l_c table tr td{ color:#333333; font-size:14px; line-height:2;}
  659. .n_box8list_l_c .s1{ text-align:center; margin-right:20px; display:inline-block; color:#05468d; font-size:14px;}
  660. .n_box8list_r{width:50%; overflow:hidden;}
  661. .n_box8list_r #allmap{width:100%; height:610px;}
  662. .a_zxly{width:100%; height:100%;position:relative; z-index:1; padding:5% 0px 5% 0px;}
  663. .a_zxly_ul{width:100%; margin:0px; padding:0px; padding-top:60px;}
  664. .a_zxly_ul li{width:100%; padding:20px 1%; float:left;}
  665. .a_zxly_ul li .div{width:100%;}
  666. .a_zxly_ul li .div dd{width:33.33%; float:left; padding:0px 1%;}
  667. .a_zxly_ul li .div1{width:100%; padding:0px 1%;}
  668. .a_zxly_ul li .ipt1{width:100%; background-color:transparent; height:40px; border:0px;line-height:40px; color:#fff; border:1px solid #7c97b3; font-family:"微软雅黑"; font-size:14px; text-indent:15px;}
  669. .a_zxly_ul li .ipt2{height:163px; width:100%; text-indent:10px; background-color:transparent; border:0px; padding:5px;color:#fff; font-family:"微软雅黑"; font-size:14px;border:1px solid #7c97b3; resize:none; }
  670. .a_zxly_ul li .s3{width:100%; text-align:center; padding:20px 0px;}
  671. .a_zxly_ul li .ipt3{width:170px; height:50px; line-height:50px; border:0px; cursor:pointer; background-color:#ffffff; color:#053973; text-align:center; display:inline-block; font-size:18px; font-family:"微软雅黑";-moz-border-radius: 25px; /* Gecko browsers */
  672. -webkit-border-radius: 25px; /* Webkit browsers */
  673. border-radius:25px; /* W3C syntax */}
  674. .a_zxly_ul li .ipt1:-moz-placeholder,.a_zxly_ul li .ipt2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  675. color: #fff;
  676. }
  677. .a_zxly_ul li .ipt1::-moz-placeholder,.a_zxly_ul li .ipt2::-moz-placeholder { /* Mozilla Firefox 19+ */
  678. color: #fff;
  679. }
  680. .a_zxly_ul li .ipt1:-ms-input-placeholder,.a_zxly_ul li .ipt2:-ms-input-placeholder {
  681. color: #fff;
  682. }
  683. .a_zxly_ul li .ipt1::-webkit-input-placeholder,
  684. .a_zxly_ul li .ipt2::-webkit-input-placeholder {
  685. color: #fff;
  686. }
  687. .a_rlzydiv_c{width:100%; margin:0px; padding:0px;}
  688. .a_rlzydiv_c dt{width:100%; height:46px; line-height:46px; float:left; font-weight:normal;}
  689. .a_rlzydiv_c dt .div{width:100%; background-color:#05468d; color:#ffffff; font-size:16px;}
  690. .a_rlzydiv_c dt .div .s1{width:24%; height:46px; line-height:46px; padding-left:4%;overflow:hidden}
  691. .a_rlzydiv_c dt .div .s2{width:14%; height:46px; line-height:46px; text-align:center; overflow:hidden}
  692. /*.a_rlzydiv_c dt .div .s3{width:16%; height:46px; line-height:46px; text-align:center;overflow:hidden}*/
  693. .a_rlzydiv_c dt .div .s4{width:14%; height:46px; line-height:46px; text-align:center;overflow:hidden}
  694. .a_rlzydiv_c dt .div .s5{width:15%; height:46px; line-height:46px; text-align:center;overflow:hidden}
  695. .a_rlzydiv_c dt .div .s6{width:19%; height:46px; line-height:46px; text-align:center;overflow:hidden}
  696. .a_rlzydiv_c dt .div .s7{width:14%; height:46px; line-height:46px; text-align:center;overflow:hidden}
  697. .a_rlzydiv_c dd{width:100%; float:left; font-weight:normal;}
  698. .a_rlzydiv_c dd .div{width:100%; height:70px; line-height:70px; border-bottom:1px solid #d2d2d2; font-size:16px; color:#333333; cursor:pointer;}
  699. .a_rlzydiv_c dd .div .s1{width:24%; height:70px; line-height:70px; padding-left:4%;overflow:hidden}
  700. .a_rlzydiv_c dd .div .s2{width:14%; height:70px; line-height:70px; text-align:center;overflow:hidden}
  701. /*.a_rlzydiv_c dd .div .s3{width:16%; height:70px; line-height:70px; text-align:center;overflow:hidden}*/
  702. .a_rlzydiv_c dd .div .s4{width:14%; height:70px; line-height:70px; text-align:center;overflow:hidden}
  703. .a_rlzydiv_c dd .div .s5{width:15%; height:70px; line-height:70px; text-align:center;overflow:hidden}
  704. .a_rlzydiv_c dd .div .s6{width:19%; height:70px; line-height:70px; text-align:center;overflow:hidden}
  705. .a_rlzydiv_c dd .div .s7{width:14%; height:70px; line-height:70px; text-align:center; color:#05468d;overflow:hidden}
  706. .a_rlzydiv_c dd .div1{width:100%; padding:15px 10px 20px 4%; display:none;}
  707. .a_rlzydiv_c dd .div1_l{width:87%; line-height:2.0; overflow:hidden; color:#222222; font-size:14px;}
  708. .a_rlzydiv_c dd .div1_l img{ max-width:100%;}
  709. .a_rlzydiv_c dd .div1_r,.a_rlzydiv_c dd .div1_r:hover{width:10%; margin-top:15px; height:38px; line-height:38px; text-align:center; color:#fff; background-color:#05468d; font-size:14px; text-decoration:none; display:inline-block; overflow:hidden;
  710. -moz-border-radius: 19px; /* Gecko browsers */
  711. -webkit-border-radius: 19px; /* Webkit browsers */
  712. border-radius:19px; /* W3C syntax *//* margin-right:10px;*/}
  713. .n_tdjj_t{width:100%; font-size:36px; line-height:1.7; text-align:center; color:#333;}
  714. .n_tdjj_c{width:100%; padding-top:20px; text-align:center; color:#333333; font-size:14px; line-height:2; overflow:hidden;}
  715. .n_tdjj_c img{ max-width:100%; height:auto !important;}
  716. .n_tdjj_con{width:100%; overflow:hidden;}
  717. .sjs-swiper1 {width:100%;height: 100%; }
  718. .sjs-swiper1 .swiper-slide {
  719. -webkit-transition: transform 1.0s;
  720. -moz-transition: transform 1.0s;
  721. -ms-transition: transform 1.0s;
  722. -o-transition: transform 1.0s;
  723. padding:0px 1px;
  724. float:left;
  725. background-color:#fff;
  726. position:relative;
  727. cursor:pointer;
  728. transition-timing-function:linear;
  729. -webkit-filter: grayscale(100%);
  730. -moz-filter: grayscale(100%);
  731. -ms-filter: grayscale(100%);
  732. -o-filter: grayscale(100%);
  733. filter: grayscale(100%);
  734. filter: gray;
  735. }
  736. .sjs-swiper1 .swiper-slide-active,.sjs-swiper1 .swiper-slide-duplicate-active {
  737. transition-timing-function:linear;
  738. -webkit-filter: grayscale(0%);
  739. -moz-filter: grayscale(0%);
  740. -ms-filter: grayscale(0%);
  741. -o-filter: grayscale(0%);
  742. filter: grayscale(0%);
  743. filter: gray;
  744. }
  745. .sjs-swiper1 .swiper-slide-active img,.sjs-swiper .swiper-slide-duplicate-active img{ margin-top:0px;}
  746. .sjs-swiper1 .swiper-button-prev { background: url(../images/tb_20.png) center no-repeat; /*background:none;*/ top: 50%; margin-top:-30px; width: 60px; height:60px ; left:20%;}
  747. .sjs-swiper1 .swiper-button-next { background: url(../images/tb_212.png) center no-repeat; /*background:none; */top: 50%; margin-top:-30px; width: 60px; height: 60px; right:20%;}
  748. .sjs-swiper1 .swiper-slide img{width:100%; height:auto;/* margin-top:70px;*/ filter:alpha(opacity=64); -moz-opacity:0.64; -khtml-opacity: 0.64; opacity: 0.64;}
  749. .sjs-swiper1 .swiper-slide-active img,.sjs-swiper1 .swiper-slide-duplicate-active img{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
  750. .sjs-swiper1 .swiper-slide .zc{width:100%; height:100%; background:url(../images/tb_9.png) repeat; position:absolute; left:0px; top:0px;opacity: 0; filter: alpha(opacity=0);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  751. }
  752. .sjs-swiper1 .swiper-slide-active .zc,.sjs-swiper1 .swiper-slide-duplicate-active .zc{opacity: 1; filter: alpha(opacity=100);}
  753. .sjs-swiper1 .swiper-slide .zc_title{width:100%; position:absolute; left:0px;top:50%;line-height:75px; opacity: 0; background:url(../images/tb_8.png) top center no-repeat; padding-top:56px; opacity: 0;filter: alpha(opacity=0);transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;color:#fff;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%); font-size:36px; z-index:2; text-align:center; text-align:center; overflow:hidden;}
  754. .sjs-swiper1 .swiper-slide-active .zc_title{opacity: 1; filter: alpha(opacity=100); }
  755. .a_zcfw_gkk{ width:100%; padding-bottom:80px;}
  756. .a_zcfw_gkk .a_img{width:50%; display:inline-block; overflow:hidden;}
  757. .a_zcfw_gkk .a_img img{width:100%;}
  758. .a_zcfw_gkk .a_img_r{width:48%;}
  759. .a_zcfw_gkk .a_img_r_t{width:100%; line-height:1.8; overflow:hidden; color:#333333; font-size:36px;}
  760. .a_zcfw_gkk .a_img_r_c{width:100%; padding-top:8px; color:#333333; font-size:14px; line-height:1.8; overflow:hidden;}
  761. .a_zcfw_gkk .a_img_r_c img{ max-width:100%; height:auto !important;}
  762. .a_zcfw_gkk_t{width:100%; color:#fff; background-color:#05468d; line-height:67px; text-align:center; font-size:22px;}
  763. .a_zcfw_gkk_c{width:100%; overflow-x:auto; }
  764. .a_zcfw_gkk_c table{border:1px solid #e5e5e5; border-bottom:0px; border-right:0px;}
  765. .a_zcfw_gkk_c table tr td{ border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; color:#666666; font-size:14px;}
  766. .a_zcfw_gkk_c .s1{ color:#05468d; font-size:18px;}
  767. .a_zcfw_gkk_c .s2{ padding:15px 10px; display:inline-block;}
  768. .a_zcfw_gkk_c .s3,.a_zcfw_gkk_c .s3:hover{ color:#05468d;}
  769. .n_jjfa_box1{width:100%; padding:25px 0px 50px 0px;}
  770. .n_jjfa_box1_t{width:100%; padding-bottom:30px; line-height:1.8; text-align:center; color:#05468d; font-size:32px; font-weight:bold;}
  771. .n_jjfa_box1_c{width:100%; padding-bottom:70px; text-align:center; color:#333; font-size:14px; line-height:1.8;}
  772. .n_jjfa_box1_b{width:100%; height:32px; line-height:32px; text-align:center; overflow:hidden; color:#05468d; font-size:14px; font-weight:bold; background:url(../images/tb_35.png) center no-repeat;}
  773. .n_jjfa_box1_b1{width:100%; text-align:center; padding-top:40px;}
  774. .n_jjfa_list{width:100%;}
  775. .n_jjfa_list li{width:33.33%; float:left;}
  776. .n_jjfa_list li .a_img{width:100%; display:inline-block; overflow:hidden; position:relative; float:left;}
  777. .n_jjfa_list li .a_img img{width:100%;}
  778. .n_jjfa_list li .a_img .a_text{width:100%; height:70px; line-height:70px; text-align:center; background:url(../images/tb_32.png) repeat; z-index:1; position:absolute; left:0px; bottom:0px; color:#fff; font-size:24px; overflow:hidden; display:inline-block;}
  779. .n_jjfa_list li .a_img .a_div1{width:100%; display:none;background:url(../images/tb_33.png) repeat; position:absolute; left:0px; top:0px; height:100%; z-index:2;}
  780. .n_jjfa_list li .a_img .a_div2{width:100%; padding-bottom:55px; text-align:center; display:none; line-height:1.5; background:url(../images/tb_34.png) bottom center no-repeat; color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif; position:absolute; left:0px; top:50%; z-index:3;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);}
  781. .n_jjfa_list li .a_img .a_div2 .s1{ font-family:"微软雅黑"; font-size:24px;}
  782. .n_jjfa_list li .a_img .a_div2 p{ width: 92%; margin: auto; margin-top: 5%;}
  783. .n_jjfa_list li .a_img:hover .a_div1{ display:block;}
  784. .n_jjfa_list li .a_img:hover .a_div2{ display:block;}
  785. .n_jjfa_list li .a_img:hover .a_text{ display:none;}
  786. .n_box1_c3{width:100%;}
  787. .n_box1_c3 li{width:100%; float:left; padding-bottom:85px;}
  788. .n_box1_c3 li .div{width:100%; display:inline-block; float:left; overflow:hidden; color:#666666; font-size:18px;}
  789. .n_box1_c3 li .div:hover{ text-decoration:none; color:#666666; }
  790. .n_box1_c3 li .div .a_img{width:46.5%; float:left; display:inline-block; overflow:hidden; position:relative;}
  791. .n_box1_c3 li .div .a_img img{width:100%;}
  792. .n_box1_c3 li .div .a_text{ width:50%; float:right;}
  793. .n_box1_c3 li .div .a_text .s2{width:100%; height:60px; line-height:60px; overflow:hidden; font-size:28px; font-family:Arial, Helvetica, sans-serif; color:#333; font-weight:bold; margin-bottom:10px;}
  794. .n_box1_c3 li .div .a_text .s3{width:100%; height:252px; line-height:36px; text-align:justify; overflow:hidden;}
  795. .n_box1_c3 li .div .a_text .s4{width:157px; height:55px; margin-top:10px; line-height:55px; text-align:center; overflow:hidden; color:#666666; background:url(../images/tb_37.png) right 15px center no-repeat;background-color:#e5e5e5;}
  796. .n_box1_c3 li .div:hover .a_text .s4{ color:#fff; background:url(../images/tb_37z.png) right 15px center no-repeat; background-color:#175394;}
  797. .n_box1_c3 li .div:hover .a_text .s2{ color:#175394;}
  798. .n_box1_c3 li .div.twos .a_img{ float:right;}
  799. .n_box1_c3 li .div.twos .a_text{ float:left;}
  800. .n_cpbox1{width:100%; padding-bottom:70px; color:#333333; font-size:16px; line-height:2; overflow:hidden; text-align:justify;}
  801. .n_cpbox1 img{ max-width:100%;}
  802. .n_cpbox1_t{ width:100%; padding:25px 0px; color:#05468d; font-size:25px; line-height:1.8;}
  803. .n_cpbox1_c{width:100%; border:1px solid #e5e5e5; border-bottom:0px; border-right:0px;}
  804. .n_cpbox1_c li{width:20%; float:left; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
  805. .n_cpbox1_c li .a_img{width:100%; display:inline-block; overflow:hidden; float:left;}
  806. .n_cpbox1_c li .a_img img{width:100%;}
  807. .divtable{width:100%; overflow-x:auto;}
  808. .divtable table { border:1px solid #dcdcdc; border-bottom:0px; border-right:0px;}
  809. .divtable table tr td{ color:#333333; padding:20px 20px; font-size:16px; border-bottom:1px solid #dcdcdc; border-right:1px solid #dcdcdc;line-height:1.5;}
  810. .divtable .fristdiv{ background-color:#05468d;}
  811. .divtable .fristdiv td{ color:#fff; font-size:18px;border-bottom:1px solid #05468d; border-right:1px solid #05468d; }
  812. @-webkit-keyframes box4 {
  813. 0% {
  814. transform: scale(1.4);
  815. opacity: 0.5;
  816. }
  817. 100% {
  818. transform: scale(1);
  819. opacity: 1;
  820. }
  821. }
  822. @keyframes box4 {
  823. 0% {
  824. transform: scale(1.4);
  825. opacity: 0.5;
  826. }
  827. 100% {
  828. opacity: 1;
  829. transform: scale(1);
  830. }
  831. }
  832. @-webkit-keyframes float {
  833. 0% {
  834. -webkit-transform: translateY(0);
  835. transform: translateY(0);
  836. }
  837. 50% {
  838. -webkit-transform: translateY(1em);
  839. transform: translateY(1em);
  840. }
  841. 100% {
  842. -webkit-transform: translateY(0);
  843. transform: translateY(0);
  844. }
  845. }
  846. @keyframes float {
  847. 0% {
  848. -webkit-transform: translateY(0);
  849. transform: translateY(0);
  850. }
  851. 50% {
  852. -webkit-transform: translateY(1em);
  853. transform: translateY(1em);
  854. }
  855. 100% {
  856. -webkit-transform: translateY(0);
  857. transform: translateY(0);
  858. }
  859. }
  860. @-webkit-keyframes float1 {
  861. 0% {
  862. -webkit-transform: translateY(-1em);
  863. transform: translateY(-1em);
  864. }
  865. 50% {
  866. -webkit-transform: translateY(0);
  867. transform: translateY(0);
  868. }
  869. 100% {
  870. -webkit-transform: translateY(-1em);
  871. transform: translateY(-1em);
  872. }
  873. }
  874. @keyframes float1 {
  875. 0% {
  876. -webkit-transform: translateY(-1em);
  877. transform: translateY(-1em);
  878. }
  879. 50% {
  880. -webkit-transform: translateY(0);
  881. transform: translateY(0);
  882. }
  883. 100% {
  884. -webkit-transform: translateY(-1em);
  885. transform: translateY(-1em);
  886. }
  887. }
  888. .arrowGo{
  889. animation: arrowGo 2.5s infinite;
  890. -webkit-animation: arrowGo 2.5s infinite ;
  891. }
  892. .Rotation img
  893. {
  894. transition:All 0.4s ease-in-out;
  895. -webkit-transition:All 0.4s ease-in-out;
  896. -moz-transition:All 0.4s ease-in-out;
  897. -o-transition:All 0.4s ease-in-out;
  898. }
  899. .Rotation:hover img
  900. {
  901. transform:rotate(360deg);
  902. -webkit-transform:rotate(360deg);
  903. -moz-transform:rotate(360deg);
  904. -o-transform:rotate(360deg);
  905. -ms-transform:rotate(360deg);
  906. }
  907. @-webkit-keyframes arrowGo {
  908. 0%{
  909. -webkit-transform: translate(0, 30%);
  910. }
  911. 50%{
  912. -webkit-transform: translate(0, 0%);
  913. }
  914. 100%{
  915. -webkit-transform:translate(0, 30%);
  916. }
  917. }
  918. @keyframes arrowGo {
  919. 0%{
  920. transform: translate(0, 30%);
  921. }
  922. 50%{
  923. transform: translate(0, 0%);
  924. }
  925. 100%{
  926. transform:translate(0, 30%);
  927. }
  928. }
  929. .Amplification img
  930. {
  931. transition:400ms;
  932. filter: Alpha(Opacity=100);
  933. opacity: 1;
  934. }
  935. .Amplification:hover img
  936. {
  937. filter: Alpha(Opacity=100);
  938. opacity: 1;
  939. -webkit-transform:scale(1.12);
  940. transform:scale(1.12);
  941. }
  942. .Amplification1 .img
  943. {
  944. transition:400ms;
  945. filter: Alpha(Opacity=100);
  946. opacity: 1;
  947. }
  948. .Amplification1:hover .img
  949. {
  950. filter: Alpha(Opacity=100);
  951. opacity: 1;
  952. -webkit-transform:scale(1.12);
  953. transform:scale(1.12);
  954. }
  955. @-webkit-keyframes hvr-bob {
  956. 0% {
  957. transform: scale(1.1);
  958. -webkit-transform: scale(1.1);
  959. }
  960. 100% {
  961. transform: scale(1);
  962. -webkit-transform: scale(1);
  963. }
  964. }
  965. @keyframes hvr-bob {
  966. 0% {
  967. transform: scale(1.1);
  968. -webkit-transform: scale(1.1);
  969. }
  970. 100% {
  971. transform: scale(1);
  972. -webkit-transform: scale(1);
  973. }
  974. }