styles.css.bak 60 KB

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